@font-face {
    font-family: "DM Sans";
    src: url("assets/fonts/dm-sans-latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("assets/fonts/manrope-latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 500 800;
    font-display: swap;
}

:root {
    color-scheme: light;
    --navy: #07141f;
    --navy-soft: #0d2232;
    --ink: #10212d;
    --yellow: #f5bf2b;
    --yellow-bright: #ffd044;
    --brand-green: #a0bd66;
    --cream: #f4f1ea;
    --white: #fff;
    --muted: #64737c;
    --line: rgba(16, 33, 45, .14);
    --radius: 4px;
    --container: 1240px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { font-family: "DM Sans", sans-serif; color: var(--ink); background: var(--cream); line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 130px 0; }
h1, h2, h3 { font-family: "Manrope", sans-serif; line-height: 1.08; letter-spacing: -.045em; }
h2 { font-size: clamp(2.7rem, 5vw, 5.35rem); }
h2 em, h1 em { color: var(--yellow); font-style: normal; }
p { color: var(--muted); }

.cursor-glow { width: 420px; height: 420px; position: fixed; left: 0; top: 0; z-index: -1; pointer-events: none; border-radius: 50%; background: radial-gradient(circle, rgba(245,191,43,.08), transparent 68%); will-change: transform; transition: opacity .3s; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.76); font-size: .75rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 2px; background: var(--yellow); }
.eyebrow.dark { color: #50616b; }
.eyebrow.dark span { background: var(--brand-green); }
.eyebrow.light { color: rgba(255,255,255,.55); }

.main-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: 88px; display: flex; align-items: center; color: white; transition: background .35s, height .35s, box-shadow .35s; }
.main-header.scrolled { height: 74px; background: rgba(7,20,31,.96); backdrop-filter: blur(16px); box-shadow: 0 10px 40px rgba(0,0,0,.16); }
.header-inner { display: flex; align-items: center; justify-content: space-between; }
.header-logo { height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; overflow: hidden; transition: transform .25s; }
.header-logo:hover { transform: translateY(-2px); }
.header-logo img { width: 64px; height: auto; display: block; }
.header-logo span { color: white; font-family: "Manrope", sans-serif; font-size: 1.13rem; font-weight: 700; letter-spacing: -.04em; }
.header-logo .brand-e { color: var(--brand-green); font: inherit; }
.main-nav { display: flex; gap: 32px; align-items: center; }
.main-nav a { position: relative; font-size: .88rem; font-weight: 600; color: rgba(255,255,255,.78); transition: color .25s; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--yellow); transition: right .25s; }
.main-nav a:hover, .main-nav a.active { color: white; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.menu-toggle { display: none; border: 0; background: transparent; color: white; }
.header-actions { display: flex; align-items: center; gap: 10px; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 24px; border: 1px solid transparent; border-radius: var(--radius); font-weight: 700; cursor: pointer; transition: transform .25s, background .25s, color .25s, box-shadow .25s; }
.button span { font-size: 1.15em; transition: transform .25s; }
.button:hover { transform: translateY(-3px); }
.button:hover span { transform: translate(3px,-3px); }
.button-primary { background: var(--yellow); color: var(--navy); box-shadow: 0 12px 32px rgba(245,191,43,.18); }
.button-primary:hover { background: var(--yellow-bright); box-shadow: 0 16px 38px rgba(245,191,43,.28); }
.button-small { min-height: 44px; padding: 0 18px; background: transparent; border-color: rgba(255,255,255,.3); font-size: .82rem; }
.button-small:hover { border-color: var(--yellow); background: var(--yellow); color: var(--navy); }
.client-button { gap: 10px; color: var(--navy); background: var(--yellow); border-color: var(--yellow); }
.client-button i { position: relative; width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: white; box-shadow: 0 0 0 0 rgba(255,255,255,.55); animation: availabilityPulse 1.9s ease-out infinite; }
.client-button:hover { color: white; background: #1263b5; border-color: #1263b5; }
.client-button:hover i { background: white; }
.button-dark { background: var(--navy); color: white; }

.hero { min-height: 100svh; position: relative; display: flex; align-items: center; background: var(--navy); color: white; overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: url("assets/inti-hero-logistica-branded.jpg") 64% center / cover no-repeat; transform: scale(1.04); animation: heroZoom 14s ease-out both; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,15,24,.98) 0%, rgba(5,15,24,.86) 35%, rgba(5,15,24,.2) 72%, rgba(5,15,24,.2)), linear-gradient(0deg, rgba(5,15,24,.7), transparent 48%); }
.hero-content { position: relative; z-index: 2; padding-top: 82px; }
.hero h1 { width: 100%; max-width: 1240px; margin: 26px 0 30px; font-size: clamp(3.25rem, 7.2vw, 7.25rem); font-weight: 700; }
.hero-title-top { display: block; }
.hero-title-line { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); }
.hero-title-line em { min-width: 0; }
.hero-copy { max-width: 670px; color: rgba(255,255,255,.72); font-size: clamp(1rem, 1.4vw, 1.18rem); }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 42px; }
.hero-certification { width: clamp(92px, 8vw, 132px); flex: 0 0 auto; }
.hero-certification-mobile { display: none; }
.hero-certification img { display: block; width: 100%; height: auto; filter: drop-shadow(0 16px 24px rgba(0,0,0,.3)); transform: rotate(3deg); animation: certificateFloat 4.8s ease-in-out infinite; }
.text-link { display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.9); font-size: .9rem; font-weight: 600; }
.text-link span { color: var(--yellow); transition: transform .25s; }
.text-link:hover span { transform: translateY(5px); }
.hero-status { position: absolute; z-index: 3; right: 5vw; bottom: 42px; display: flex; align-items: center; gap: 13px; padding: 15px 20px; background: rgba(7,20,31,.82); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(12px); }
.hero-status .status-icon { width: 35px; height: 35px; display: grid; place-items: center; color: var(--navy); background: var(--yellow); border-radius: 50%; }
.hero-status small, .hero-status strong { display: block; }
.hero-status small { color: rgba(255,255,255,.5); font-size: .66rem; text-transform: uppercase; letter-spacing: .1em; }
.hero-status strong { font-size: .83rem; }
.scroll-hint { position: absolute; left: 20px; bottom: 60px; z-index: 2; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.46); text-transform: uppercase; letter-spacing: .18em; font-size: .61rem; transform: rotate(-90deg); transform-origin: left; }
.scroll-hint span { width: 36px; height: 1px; background: currentColor; animation: scrollPulse 1.8s infinite; }

.trust-strip { padding: 42px 0; background: var(--yellow); }
.trust-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); align-items: center; }
.trust-grid > p { color: var(--navy); font-family: "Manrope"; font-size: 1.16rem; font-weight: 800; max-width: 190px; line-height: 1.25; }
.trust-grid > div { display: flex; align-items: center; gap: 16px; padding-left: 32px; border-left: 1px solid rgba(7,20,31,.2); }
.trust-grid strong { font-family: "Manrope"; font-size: 1.8rem; }
.trust-grid span { font-size: .78rem; font-weight: 600; line-height: 1.35; }

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 9vw; }
.section-heading h2 { margin-top: 24px; }
.section-heading h2 em { color: #bd8900; }
.about-content { padding-top: 44px; }
.about-content p { margin-bottom: 24px; font-size: 1rem; }
.about-content .lead { color: var(--ink); font-size: 1.32rem; font-weight: 600; line-height: 1.55; }
.arrow-link { display: inline-flex; gap: 22px; align-items: center; margin-top: 16px; padding-bottom: 6px; border-bottom: 1px solid var(--ink); font-weight: 700; font-size: .9rem; }
.arrow-link span { color: #b17d00; transition: transform .25s; }
.arrow-link:hover span { transform: translate(3px,-3px); }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr) 1.35fr; margin-top: 100px; background: white; box-shadow: 0 20px 70px rgba(15,32,43,.08); }
.metric { min-height: 190px; display: flex; flex-direction: column; justify-content: center; padding: 30px 38px; border-right: 1px solid var(--line); }
.metric strong { font-family: "Manrope"; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1; letter-spacing: -.06em; }
.metric > span { margin-top: 14px; color: var(--muted); font-size: .76rem; font-weight: 600; text-transform: uppercase; letter-spacing: .09em; }
.metric-accent { align-items: flex-start; background: var(--yellow); border: 0; }
.metric-accent span { color: var(--navy); margin: 0 0 8px; }
.metric-accent strong { font-size: 1.4rem; line-height: 1.2; }

.integrations { position: relative; padding: 115px 0 0; overflow: hidden; background: #f8f6ef; }
.integrations::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--brand-green) 0 22%, transparent 22% 24%, var(--yellow) 24% 100%); }
.integrations-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: end; margin-bottom: 65px; }
.integrations-heading h2 { margin-top: 22px; font-size: clamp(2.7rem, 4.8vw, 5rem); }
.integrations-heading h2 em { color: #bd8900; }
.integrations-copy { max-width: 500px; padding-left: 30px; border-left: 2px solid var(--yellow); }
.integrations-copy strong { display: block; margin-bottom: 10px; font-family: "Manrope"; font-size: 1.05rem; }
.integrations-copy p { font-size: .93rem; }
.integrations-marquee { width: 100%; overflow: hidden; padding: 7px 0; mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.integrations-track { width: max-content; display: flex; gap: 20px; animation: integrationsFlow 34s linear infinite; will-change: transform; }
.integrations-marquee-reverse .integrations-track { animation-direction: reverse; animation-duration: 30s; }
.integrations-set { display: flex; gap: 20px; }
.integrations-set img { width: 150px; height: 150px; display: block; object-fit: contain; filter: drop-shadow(0 12px 16px rgba(7,20,31,.07)); transition: transform .3s, filter .3s; }
.integrations-set img:hover { transform: translateY(-6px) scale(1.025); filter: drop-shadow(0 18px 22px rgba(7,20,31,.13)); }
.integrations-marquee:hover .integrations-track { animation-play-state: paused; }
.integrations-note { display: grid; grid-template-columns: .8fr 1.4fr auto; align-items: center; gap: 30px; margin-top: 55px; padding-top: 30px; padding-bottom: 30px; border-top: 1px solid var(--line); }
.integrations-note > span { color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }
.integrations-note strong { font-family: "Manrope"; font-size: 1rem; }
.integrations-note a { display: inline-flex; align-items: center; gap: 16px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: .82rem; font-weight: 700; }
.integrations-note a span { color: #a77400; transition: transform .25s; }
.integrations-note a:hover span { transform: translate(3px,-3px); }

.services { position: relative; color: white; background: var(--navy); overflow: hidden; }
.services::before { content: ""; position: absolute; width: 500px; height: 500px; right: -180px; top: -200px; border: 1px solid rgba(245,191,43,.15); border-radius: 50%; box-shadow: 0 0 0 80px rgba(245,191,43,.025), 0 0 0 160px rgba(245,191,43,.02); }
.services-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 80px; }
.services-heading h2 em { color: var(--yellow); }
.services-heading > p { color: rgba(255,255,255,.55); max-width: 480px; }
.services-list { border-top: 1px solid rgba(255,255,255,.14); }
.service-item { display: grid; grid-template-columns: 65px 70px 1fr 40px; align-items: center; gap: 26px; padding: 36px 16px; border-bottom: 1px solid rgba(255,255,255,.14); transition: background .35s; }
.service-item:hover { background: rgba(255,255,255,.045); }
.service-number { color: var(--yellow); font-size: .7rem; letter-spacing: .14em; }
.service-icon { width: 60px; height: 60px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); font-size: 1.5rem; color: var(--yellow); transition: background .3s, color .3s, transform .3s; }
.service-item:hover .service-icon { background: var(--yellow); color: var(--navy); transform: rotate(-5deg); }
.service-item > div:nth-child(3) { display: grid; grid-template-columns: .7fr 1.3fr; gap: 50px; align-items: center; }
.service-item h3 { font-size: clamp(1.4rem, 2.5vw, 2.2rem); }
.service-item p { color: rgba(255,255,255,.54); max-width: 540px; }
.service-arrow { font-size: 1.5rem; transition: transform .3s; }
.service-item:hover .service-arrow { transform: translateX(8px); color: var(--yellow); }

.coverage { background: #ebe7dd; }
.coverage-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; align-items: center; }
.coverage-copy h2 { margin: 24px 0 30px; }
.coverage-copy h2 em { color: #bd8900; }
.coverage-copy > p { max-width: 520px; }
.coverage-copy ul { list-style: none; margin: 35px 0; display: grid; gap: 14px; }
.coverage-copy li { display: flex; align-items: center; gap: 13px; font-weight: 600; }
.coverage-copy li span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); font-size: .75rem; }
.map-visual { position: relative; min-height: 650px; overflow: hidden; background: #f2f2f2; border: 1px solid rgba(7,20,31,.09); border-radius: 28px; box-shadow: 0 30px 80px rgba(7,20,31,.18); }
.map-visual::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; box-shadow: inset 0 0 65px rgba(7,20,31,.07); }
.coverage-map-image { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: contain; }
.map-live { position: absolute; z-index: 4; top: 24px; right: 24px; display: inline-flex; align-items: center; gap: 9px; padding: 9px 12px; color: rgba(255,255,255,.72); background: rgba(7,20,31,.75); border: 1px solid rgba(255,255,255,.12); font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; backdrop-filter: blur(8px); }
.map-live i { width: 7px; height: 7px; border-radius: 50%; background: var(--brand-green); box-shadow: 0 0 0 5px rgba(160,189,102,.14); animation: livePulse 2s infinite; }
.coverage-routes { position: absolute; inset: 0; z-index: 3; width: 100%; height: 100%; pointer-events: none; overflow: visible; }
.map-route { fill: none; stroke: rgba(245,191,43,.9); stroke-width: 4; stroke-linecap: round; stroke-dasharray: 10 14; filter: drop-shadow(0 1px 2px rgba(7,20,31,.45)); animation: routeDash 12s linear infinite; }
.delivery-package { filter: drop-shadow(0 5px 7px rgba(0,0,0,.25)); }
.coverage-node circle, .coverage-hub > circle:last-child { fill: var(--navy); stroke: var(--yellow); stroke-width: 4; }
.coverage-hub .hub-pulse { fill: rgba(245,191,43,.12); stroke: rgba(245,191,43,.75); stroke-width: 3; transform-box: fill-box; transform-origin: center; animation: pointSvgPulse 2.4s infinite; }
.map-card { position: absolute; left: 24px; top: 24px; z-index: 4; display: flex; flex-direction: column; padding: 18px 21px; color: white; background: rgba(7,20,31,.88); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(10px); }
.map-card small { text-transform: uppercase; letter-spacing: .12em; font-size: .6rem; }
.map-card strong { margin: 5px 0; color: var(--yellow); font-family: "Manrope"; }
.map-card span { color: rgba(255,255,255,.7); font-size: .72rem; }

.contact { background: var(--navy); color: white; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; }
.contact-copy h2 { margin: 24px 0 30px; font-size: clamp(2.7rem, 4.7vw, 4.9rem); }
.contact-copy p { color: rgba(255,255,255,.56); max-width: 540px; }
.contact-details { display: flex; flex-wrap: wrap; gap: 32px 45px; margin-top: 55px; }
.contact-details a { font-weight: 600; }
.contact-details small { display: block; margin-bottom: 6px; color: rgba(255,255,255,.4); font-size: .66rem; text-transform: uppercase; letter-spacing: .12em; }
.contact-form { padding: 45px; background: white; color: var(--ink); scroll-margin-top: 90px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-form label { display: block; margin-bottom: 21px; color: #52616b; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; display: block; margin-top: 8px; padding: 13px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #ccd1d3; border-radius: 0; outline: none; transition: border-color .25s; resize: vertical; text-transform: none; letter-spacing: normal; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--yellow); }
.contact-form .button { width: 100%; margin-top: 8px; border: 0; }
.form-status { min-height: 24px; margin-top: 12px; font-size: .82rem; text-align: center; }
.form-status.is-success { color: #397515; font-weight: 700; }
.form-status.is-error { color: #a52b2b; font-weight: 700; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }

.main-footer { padding: 72px 0 28px; color: white; background: #040d14; }
.footer-top { display: grid; grid-template-columns: 1.4fr .75fr 1fr 1.25fr; align-items: start; gap: 5vw; padding-bottom: 60px; }
.footer-brand { max-width: 330px; }
.footer-logo { width: 175px; display: block; }
.footer-logo img { width: 100%; height: auto; display: block; }
.footer-brand p { max-width: 310px; margin: 22px 0; color: rgba(255,255,255,.43); font-size: .79rem; line-height: 1.7; }
.footer-status { display: inline-flex; align-items: center; gap: 9px; color: rgba(255,255,255,.58); font-size: .65rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.footer-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--brand-green); box-shadow: 0 0 0 5px rgba(160,189,102,.12); }
.footer-column h3 { margin-bottom: 23px; color: white; font-family: "DM Sans", sans-serif; font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-column nav, .footer-contact address { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; color: rgba(255,255,255,.48); font-size: .76rem; font-style: normal; }
.footer-column nav a, .footer-contact a { transition: color .25s, transform .25s; }
.footer-column nav a:hover, .footer-contact a:hover { color: var(--yellow); transform: translateX(3px); }
.footer-contact address { gap: 18px; }
.footer-contact address > * { display: block; line-height: 1.45; }
.footer-contact small { display: block; margin-bottom: 4px; color: rgba(255,255,255,.25); font-size: .58rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.35); font-size: .7rem; }
.footer-bottom > a { justify-self: end; transition: color .25s; }
.footer-bottom > a:hover { color: var(--yellow); }
.footer-tagline { color: rgba(255,255,255,.48); }
.footer-copyright { display: flex; flex-direction: column; gap: 6px; }
.footer-credit { width: fit-content; color: rgba(255,255,255,.48); transition: color .25s; }
.footer-credit:hover { color: var(--yellow); }

.about, .integrations, .services, .coverage, .contact { content-visibility: auto; contain-intrinsic-size: auto 900px; }

/* Portal de clientes */
.client-page { min-height: 100svh; background: var(--navy); }
.client-header { background: rgba(7,20,31,.88); }
.login-shell { min-height: 100svh; position: relative; display: flex; flex-direction: column; justify-content: center; padding: 132px 0 42px; overflow: hidden; color: white; background: var(--navy); }
.login-backdrop { position: absolute; inset: 0; background: url("assets/inti-hero-logistica-branded.jpg") center / cover no-repeat; transform: scale(1.03); opacity: .32; animation: heroZoom 14s ease-out both; }
.login-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,20,31,.98) 0%, rgba(7,20,31,.89) 46%, rgba(7,20,31,.7) 100%), linear-gradient(0deg, rgba(7,20,31,.95), transparent 55%); }
.login-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.login-orb-one { width: 440px; height: 440px; right: -180px; top: 10%; border: 1px solid rgba(245,191,43,.18); box-shadow: 0 0 0 75px rgba(245,191,43,.025), 0 0 0 150px rgba(245,191,43,.018); }
.login-orb-two { width: 180px; height: 180px; left: 38%; bottom: -120px; background: rgba(245,191,43,.08); filter: blur(50px); }
.login-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr minmax(420px, 510px); gap: clamp(60px, 9vw, 150px); align-items: center; }
.login-mobile-heading { display: none; }
.login-intro { max-width: 650px; }
.login-intro h1 { margin: 27px 0 28px; font-size: clamp(3.4rem, 6vw, 6.5rem); }
.login-intro > p { max-width: 590px; color: rgba(255,255,255,.58); font-size: 1.08rem; }
.portal-features { max-width: 620px; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 58px; border-top: 1px solid rgba(255,255,255,.15); }
.portal-features div { padding: 22px 18px 0 0; }
.portal-features span { display: block; margin-bottom: 10px; color: var(--yellow); font-size: .68rem; letter-spacing: .12em; }
.portal-features strong { display: block; max-width: 155px; color: rgba(255,255,255,.78); font-size: .77rem; line-height: 1.45; }
.login-panel { padding: 36px 42px 40px; color: var(--ink); background: rgba(255,255,255,.98); border: 1px solid rgba(255,255,255,.65); box-shadow: 0 35px 100px rgba(0,0,0,.32); }
.login-panel-top { display: flex; align-items: center; justify-content: space-between; }
.secure-badge { display: inline-flex; align-items: center; gap: 9px; padding: 7px 11px; color: #52616b; background: #edf1f2; font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.secure-badge i { width: 7px; height: 7px; border-radius: 50%; background: var(--brand-green); box-shadow: 0 0 0 4px rgba(160,189,102,.14); }
.back-home { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid var(--line); transition: background .25s, border-color .25s; }
.back-home:hover { background: var(--yellow); border-color: var(--yellow); }
.login-heading { margin: 32px 0 30px; }
.login-symbol { width: 47px; height: 47px; display: grid; place-items: center; margin-bottom: 24px; color: var(--navy); background: var(--yellow); font-size: 1.35rem; }
.login-heading h2 { color: var(--ink); font-size: clamp(2.25rem, 4vw, 3.25rem); }
.login-heading p { margin-top: 10px; font-size: .88rem; }
.login-form > label { display: block; margin: 21px 0 8px; color: #4b5b64; font-size: .67rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.login-field { min-height: 55px; display: flex; align-items: center; gap: 13px; padding: 0 16px; border: 1px solid #d9dedf; background: #f8f9f9; transition: border-color .25s, box-shadow .25s, background .25s; }
.login-field:focus-within { border-color: var(--yellow); background: white; box-shadow: 0 0 0 4px rgba(245,191,43,.12); }
.login-field > span { color: #859097; font-size: .8rem; }
.login-field input { width: 100%; min-width: 0; padding: 15px 0; color: var(--ink); background: transparent; border: 0; outline: 0; }
.login-field input::placeholder { color: #a3aaae; }
.password-toggle { padding: 8px; color: #53636c; border: 0; background: transparent; font-size: .7rem; font-weight: 700; cursor: pointer; }
.password-toggle:hover { color: #9b6d00; }
.login-options { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 19px 0 25px; font-size: .72rem; }
.remember-option { display: inline-flex; align-items: center; gap: 8px; color: #63717a; cursor: pointer; }
.remember-option input { position: absolute; opacity: 0; pointer-events: none; }
.remember-option span { width: 17px; height: 17px; display: grid; place-items: center; border: 1px solid #bdc5c8; }
.remember-option input:checked + span { border-color: var(--yellow); background: var(--yellow); }
.remember-option input:checked + span::after { content: "✓"; color: var(--navy); font-size: .7rem; font-weight: 800; }
.login-options > a { color: #8f6700; font-weight: 600; }
.login-submit { width: 100%; border: 0; }
.login-status { min-height: 22px; margin-top: 11px; color: #52616b; font-size: .75rem; text-align: center; }
.login-help { margin-top: 24px; padding-top: 21px; border-top: 1px solid #e3e6e7; color: #7b868b; font-size: .73rem; text-align: center; }
.login-help a { color: #8f6700; font-weight: 700; }
.login-footer { position: relative; z-index: 2; display: flex; justify-content: space-between; margin-top: 45px; color: rgba(255,255,255,.35); font-size: .68rem; }

.whatsapp-float { position: fixed; right: 28px; bottom: 28px; z-index: 950; width: 58px; min-height: 58px; display: inline-flex; align-items: center; justify-content: center; padding: 0; color: white; background: #20b95a; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 14px 38px rgba(0,0,0,.26), 0 0 0 0 rgba(32,185,90,.35); transition: transform .25s, background .25s, box-shadow .25s; animation: whatsappPulse 3s infinite; }
.whatsapp-float:hover { color: white; background: #16a84d; transform: translateY(-4px); box-shadow: 0 18px 45px rgba(0,0,0,.32); }
.whatsapp-float svg { width: 27px; height: 27px; overflow: visible; }
.whatsapp-float svg path:first-child { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linejoin: round; }
.whatsapp-float svg path:last-child { fill: currentColor; }
.whatsapp-float > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.activity-toast { position: fixed; right: 102px; bottom: 28px; z-index: 940; width: min(380px, calc(100vw - 150px)); min-height: 76px; display: grid; grid-template-columns: 40px 1fr 28px; align-items: center; gap: 13px; padding: 14px 13px 14px 15px; color: var(--ink); background: rgba(255,255,255,.97); border: 1px solid rgba(255,255,255,.72); box-shadow: 0 18px 55px rgba(0,0,0,.25); backdrop-filter: blur(14px); opacity: 0; transform: translateY(18px) scale(.97); pointer-events: none; transition: opacity .38s ease, transform .38s cubic-bezier(.2,.75,.2,1); }
.activity-toast[hidden] { display: none; }
.activity-toast.show { opacity: 1; transform: none; pointer-events: auto; }
.toast-icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--navy); background: var(--yellow); border-radius: 50%; font-size: .85rem; font-weight: 800; box-shadow: 0 0 0 6px rgba(245,191,43,.12); }
.toast-content small { display: block; margin-bottom: 3px; color: #869198; font-size: .57rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.toast-content p { color: var(--ink); font-size: .78rem; font-weight: 650; line-height: 1.38; }
.toast-close { width: 28px; height: 28px; display: grid; place-items: center; align-self: start; color: #9aa2a6; background: transparent; border: 0; font-size: 1.1rem; cursor: pointer; transition: color .2s, background .2s; }
.toast-close:hover { color: var(--ink); background: #f0f1f1; }

.reveal { opacity: 0; transform: translateY(35px); transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
@keyframes heroZoom { from { transform: scale(1.1); } to { transform: scale(1.04); } }
@keyframes scrollPulse { 50% { transform: scaleX(.5); opacity: .5; } }
@keyframes pointPulse { 50% { box-shadow: 0 0 0 13px rgba(245,191,43,0); } }
@keyframes whatsappPulse { 0%, 65%, 100% { box-shadow: 0 14px 38px rgba(0,0,0,.26), 0 0 0 0 rgba(32,185,90,.3); } 80% { box-shadow: 0 14px 38px rgba(0,0,0,.26), 0 0 0 12px rgba(32,185,90,0); } }
@keyframes integrationsFlow { to { transform: translate3d(calc(-50% - 10px), 0, 0); } }
@keyframes routeDash { to { stroke-dashoffset: -180; } }
@keyframes pointSvgPulse { 50% { opacity: 0; transform: scale(1.75); } }
@keyframes livePulse { 50% { box-shadow: 0 0 0 10px rgba(160,189,102,0); } }
@keyframes availabilityPulse { 0% { box-shadow: 0 0 0 0 rgba(255,255,255,.55); } 65%, 100% { box-shadow: 0 0 0 9px rgba(255,255,255,0); } }
@keyframes certificateFloat { 0%, 100% { transform: translateY(0) rotate(3deg); } 50% { transform: translateY(-8px) rotate(1deg); } }

@media (max-width: 1120px) {
    .header-cta { display: none; }
    .main-header.scrolled { backdrop-filter: none; }
    .header-logo { position: relative; z-index: 1003; }
    .menu-toggle { order: 3; position: relative; }
    .header-actions { order: 2; position: relative; z-index: 1003; margin-left: auto; margin-right: 12px; transition: opacity .25s; }
    body.menu-open .header-actions { opacity: 0; pointer-events: none; }
    .menu-toggle { width: 44px; height: 44px; display: grid; place-content: center; gap: 7px; z-index: 1003; cursor: pointer; }
    .menu-toggle span { width: 24px; height: 2px; background: white; transition: transform .3s; }
    .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
    .main-nav { position: fixed; inset: 0; z-index: 1001; width: 100vw; height: 100dvh; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 110px max(28px, 9vw) 50px; gap: 22px; background: radial-gradient(circle at 85% 15%, rgba(245,191,43,.1), transparent 30%), var(--navy); opacity: 0; visibility: hidden; pointer-events: none; transform: translate3d(100%,0,0); transition: transform .45s cubic-bezier(.75,0,.2,1), opacity .3s, visibility 0s linear .45s; overflow-y: auto; }
    .main-nav.open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; transition-delay: 0s; }
    .main-nav a { font-family: "Manrope"; font-size: clamp(2rem, 8vw, 3.5rem); }
    .main-nav a::after { bottom: -5px; }
    .trust-grid { grid-template-columns: 1fr 1fr; gap: 30px 0; }
    .trust-grid > div:nth-of-type(2) { border-left: none; }
    .about-grid, .services-heading, .coverage-grid, .contact-grid { grid-template-columns: 1fr; gap: 60px; }
    .about-content { padding-top: 0; }
    .metrics { grid-template-columns: 1fr 1fr; }
    .service-item > div:nth-child(3) { grid-template-columns: 1fr; gap: 14px; }
    .coverage-copy { max-width: 680px; }
    .integrations-heading { grid-template-columns: 1fr; gap: 38px; }
    .integrations-copy { max-width: 620px; }
    .integrations-note { grid-template-columns: 1fr auto; }
    .integrations-note > span { grid-column: 1/-1; }
    .footer-top { grid-template-columns: 1.2fr 1fr; gap: 50px 70px; }
    .footer-brand { max-width: 380px; }
    .footer-bottom { grid-template-columns: 1fr auto; gap: 10px 30px; }
    .footer-bottom > span:first-child { grid-column: 1; grid-row: 1; }
    .footer-bottom > a { grid-column: 2; grid-row: 1; }
    .footer-tagline { grid-column: 1/-1; grid-row: 2; justify-self: start; }
    .login-shell { justify-content: flex-start; }
    .login-layout { grid-template-columns: 1fr; gap: 50px; }
    .login-intro { max-width: 760px; }
    .login-panel { width: min(100%, 590px); }
}

@media (max-width: 640px) {
    .container { width: min(calc(100% - 32px), var(--container)); }
    .section { padding: 88px 0; }
    .main-header { height: 72px; }
    .header-logo { gap: 7px; }
    .header-logo img { width: 55px; }
    .header-logo span { font-size: 1rem; }
    .client-button { padding-inline: 14px; }
    .main-nav { justify-content: flex-start; padding-top: 125px; gap: 0; }
    .main-nav a { width: 100%; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: clamp(1.75rem, 9vw, 2.6rem); }
    .main-nav a::after { display: none; }
    .hero { min-height: 820px; align-items: flex-end; padding-bottom: 150px; }
    .hero-media { background-position: 70% center; opacity: .72; }
    .hero-overlay { background: linear-gradient(0deg, var(--navy) 8%, rgba(7,20,31,.65) 68%, rgba(7,20,31,.35)); }
    .hero h1 { margin: 20px 0; font-size: clamp(3rem, 14vw, 4.5rem); }
    .hero-title-line { display: block; }
    .hero-title-line em { line-height: 1.02; }
    .hero-certification-title { display: none; }
    .hero-certification-mobile { display: block; width: 76px; }
    .hero-actions { display: grid; grid-template-columns: minmax(0, auto) 76px; align-items: center; justify-content: start; gap: 24px 12px; margin-top: 30px; }
    .hero-actions .text-link { grid-column: 1 / -1; }
    .hero-status { left: 16px; right: 16px; bottom: 24px; }
    .scroll-hint { display: none; }
    .trust-grid { grid-template-columns: 1fr; }
    .trust-grid > p { max-width: none; }
    .trust-grid > div { border-left: 0; border-top: 1px solid rgba(7,20,31,.2); padding: 22px 0 0; }
    .metrics { grid-template-columns: 1fr; margin-top: 65px; }
    .metric { min-height: 145px; border-right: 0; border-bottom: 1px solid var(--line); }
    .integrations { padding-top: 82px; }
    .integrations-heading { margin-bottom: 42px; }
    .integrations-copy { padding-left: 20px; }
    .integrations-set img { width: 112px; height: 112px; }
    .integrations-track, .integrations-set { gap: 12px; }
    .integrations-note { grid-template-columns: 1fr; gap: 12px; margin-top: 38px; }
    .integrations-note > span { grid-column: auto; }
    .integrations-note a { width: fit-content; margin-top: 8px; }
    .services-heading { margin-bottom: 50px; }
    .service-item { grid-template-columns: 40px 55px 1fr; gap: 13px; padding: 28px 0; }
    .service-icon { width: 48px; height: 48px; }
    .service-arrow { display: none; }
    .service-item > div:nth-child(3) { gap: 10px; }
    .service-item p { font-size: .86rem; }
    .map-visual { min-height: 590px; border-radius: 20px; }
    .coverage-map-image, .coverage-routes { height: calc(100% - 92px); }
    .map-card { left: 0; right: 0; top: auto; bottom: 0; min-height: 92px; padding: 16px 19px; }
    .map-live { top: 16px; right: 16px; }
    .contact-details { flex-direction: column; gap: 22px; margin-top: 40px; }
    .contact-form { min-height: calc(100svh - 84px); display: flex; flex-direction: column; justify-content: center; padding: 28px 22px; scroll-margin-top: 84px; }
    .field-row { grid-template-columns: 1fr; gap: 0; }
    .main-footer { padding: 42px 0 20px; }
    .footer-top { grid-template-columns: 1fr; gap: 0; padding-bottom: 30px; }
    .footer-column { display: none; }
    .footer-logo { width: 145px; }
    .footer-brand p { margin: 16px 0; line-height: 1.55; }
    .footer-bottom { display: flex; align-items: flex-start; flex-direction: column; gap: 9px; padding-top: 18px; }
    .footer-tagline { display: none; }
    .footer-copyright { gap: 4px; }
    .login-shell { padding: 110px 0 28px; }
    .login-layout { gap: 18px; }
    .login-mobile-heading { display: block; order: 1; }
    .login-mobile-heading h1 { font-size: clamp(2.8rem, 13vw, 4rem); line-height: 1.04; }
    .login-mobile-heading h1 em { color: var(--yellow); font-style: normal; }
    .login-panel { order: 2; }
    .login-intro { order: 3; margin-top: 28px; }
    .login-intro .eyebrow, .login-intro h1 { display: none; }
    .login-panel-top, .login-heading { display: none; }
    .portal-features { grid-template-columns: 1fr; gap: 0; margin-top: 38px; }
    .portal-features div { display: grid; grid-template-columns: 38px 1fr; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
    .portal-features span { margin: 0; }
    .portal-features strong { max-width: none; }
    .login-panel { padding: 22px 20px 26px; }
    .login-form > label:first-child { margin-top: 0; }
    .login-options { align-items: flex-start; flex-direction: column; gap: 12px; }
    .login-footer { flex-direction: column; gap: 8px; margin-top: 28px; }
    .whatsapp-float { right: 16px; bottom: 16px; width: 56px; min-height: 56px; }
    .activity-toast { right: 82px; bottom: 16px; width: calc(100vw - 106px); grid-template-columns: 34px 1fr 25px; gap: 10px; padding: 12px 9px 12px 12px; }
    .toast-icon { width: 32px; height: 32px; }
    .toast-content p { font-size: .72rem; }
}

@media (max-width: 380px) {
    .header-logo span { display: none; }
    .header-actions { margin-right: 6px; }
}

@media (pointer: coarse) {
    .cursor-glow { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
    .cursor-glow { display: none; }
    .integrations-track, .map-route, .point-pulse, .map-live i { animation: none !important; transform: none !important; }
    .delivery-package { display: none; }
}
