:root {
  --ink: #061323;
  --navy: #081d32;
  --blue: #028dcc;
  --cyan: #19bcff;
  --orange: #f04b27;
  --orange-bright: #ff642e;
  --ice: #f3f7fa;
  --white: #ffffff;
  --muted: #9fabb7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ice); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
.container { width: min(100% - 96px, 1380px); margin-inline: auto; }
.hero { position: relative; min-height: 900px; overflow: hidden; color: white; background: #061323 url('assets/hero-truck.png') center/cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,13,25,.99) 0%, rgba(3,18,33,.94) 28%, rgba(4,19,34,.56) 56%, rgba(3,13,23,.12) 78%), linear-gradient(0deg, rgba(1,10,19,.9) 0%, transparent 43%, rgba(1,9,17,.48) 100%); }
.utility-bar { position: relative; z-index: 4; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(1,9,17,.74); backdrop-filter: blur(10px); }
.utility-inner { height: 44px; display: flex; align-items: center; gap: 20px; color: #b9c4ce; font-size: 13px; }
.utility-inner a:hover { color: white; }
.utility-separator { width: 1px; height: 14px; background: rgba(255,255,255,.18); }
.site-header { position: relative; z-index: 5; border-bottom: 1px solid rgba(255,255,255,.08); }
.nav-wrap { height: 130px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: flex; width: 250px; height: 118px; align-items: center; justify-content: flex-start; flex: none; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; mix-blend-mode: screen; }
.desktop-nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 48px); margin-left: auto; }
.desktop-nav a { position: relative; padding: 15px 0; color: #d5dde5; font-size: 15px; font-weight: 600; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; bottom: 5px; width: 0; height: 2px; background: var(--orange); transition: width .22s ease; }
.desktop-nav a:hover, .desktop-nav a.active { color: white; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { width: 100%; }
.track-button { display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.34); border-radius: 8px; padding: 14px 18px; background: rgba(5,21,37,.58); color: white; font-weight: 700; transition: .22s ease; }
.track-button:hover { border-color: var(--cyan); background: rgba(5,36,59,.86); transform: translateY(-1px); }
.track-button svg { width: 22px; color: var(--cyan); }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { list-style: none; width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.25); border-radius: 7px; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { display: block; width: 20px; height: 2px; background: white; }
.mobile-menu nav { position: absolute; top: 54px; right: 0; width: 220px; padding: 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; background: #081d32; box-shadow: 0 18px 60px rgba(0,0,0,.35); }
.mobile-menu nav a { display: block; padding: 12px 14px; border-radius: 7px; }
.mobile-menu nav a:hover { background: rgba(255,255,255,.08); }
.hero-content { position: relative; z-index: 2; padding-top: 102px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; color: #cbd5df; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: var(--orange); }
.hero h1 { max-width: 740px; margin: 0; font-size: clamp(58px, 5.3vw, 86px); line-height: .98; letter-spacing: -.052em; font-weight: 800; text-wrap: balance; }
.hero h1 em { color: var(--orange-bright); font-style: normal; }
.hero-content > p { max-width: 660px; margin: 28px 0 0; color: #bdc8d2; font-size: 20px; line-height: 1.6; }
.hero-actions { display: flex; gap: 16px; margin-top: 34px; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 7px; padding: 0 26px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button svg { width: 21px; flex: none; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: linear-gradient(135deg, var(--orange), var(--orange-bright)); color: white; box-shadow: 0 12px 35px rgba(240,75,39,.22); }
.button.primary:hover { box-shadow: 0 16px 45px rgba(240,75,39,.36); }
.button.secondary { border-color: rgba(255,255,255,.42); background: rgba(3,16,28,.46); color: white; }
.button.secondary:hover { border-color: var(--cyan); background: rgba(5,36,59,.85); }
.button.secondary svg { color: var(--cyan); }
.hero-trust { position: absolute; z-index: 2; left: 50%; bottom: 50px; transform: translateX(-50%); display: flex; align-items: stretch; max-width: 1060px; margin-left: -160px; }
.trust-item { min-width: 0; display: flex; align-items: center; gap: 18px; padding: 8px 34px; border-left: 1px solid rgba(255,255,255,.22); }
.trust-item:first-child { border-left: 0; padding-left: 0; }
.trust-item > svg { width: 42px; height: 42px; flex: none; color: var(--cyan); }
.trust-item strong, .trust-item span { display: block; }
.trust-item strong { margin-bottom: 6px; font-size: 17px; }
.trust-item span { color: #9eabb7; font-size: 13px; white-space: nowrap; }
.modal-backdrop { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(2,8,15,.76); backdrop-filter: blur(8px); }
.modal-backdrop[hidden] { display: none; }
.tracking-modal { position: relative; width: min(100%, 480px); padding: 40px; border: 1px solid rgba(25,188,255,.25); border-radius: 18px; background: white; color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.modal-close { position: absolute; top: 14px; right: 16px; border: 0; background: transparent; color: #6f7b87; font-size: 30px; }
.modal-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 12px; background: #eaf8ff; color: var(--blue); }
.modal-icon svg { width: 28px; }
.tracking-modal h2 { margin: 22px 0 10px; font-size: 30px; }
.tracking-modal p { color: #637181; line-height: 1.6; }
.tracking-modal label { display: block; margin: 22px 0 8px; font-size: 13px; font-weight: 800; }
.tracking-modal input { width: 100%; height: 54px; padding: 0 16px; border: 1px solid #ccd5dd; border-radius: 8px; outline: none; }
.tracking-modal input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(2,141,204,.12); }
.button.full { width: 100%; margin-top: 16px; }

.section { padding: 118px 0; }
.section-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px; color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.section-kicker::before { content: ''; width: 26px; height: 2px; background: currentColor; }
.section-kicker.light { color: #56c9fb; }
.section-heading h2, .coverage-copy h2, .difference-copy h2, .advisor-copy h2, .quote-copy h2, .faq-intro h2 { margin: 0; font-size: clamp(40px, 4.4vw, 64px); line-height: 1.04; letter-spacing: -.045em; }
.section-heading p, .coverage-copy > p, .difference-copy > p, .quote-copy > p, .faq-intro > p { color: #667687; font-size: 17px; line-height: 1.75; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 54px; }
.split-heading p { max-width: 510px; margin: 0 0 4px; }
.centered { max-width: 760px; margin: 0 auto 52px; text-align: center; }
.centered .section-kicker { justify-content: center; }
.proof-bar { position: relative; z-index: 3; background: white; border-bottom: 1px solid #e3eaf0; box-shadow: 0 18px 50px rgba(6,19,35,.06); }
.proof-grid { min-height: 122px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.proof-grid > div { padding: 18px 42px; border-left: 1px solid #dfe7ed; }
.proof-grid > div:first-child { border-left: 0; padding-left: 0; }
.proof-grid strong { display: block; margin-bottom: 5px; color: var(--navy); font-size: 30px; letter-spacing: -.04em; }
.proof-grid span { color: #708091; font-size: 13px; }
.services { background: #f5f8fa; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; min-height: 520px; display: flex; flex-direction: column; padding: 38px; overflow: hidden; border: 1px solid #dce5eb; border-radius: 16px; background: white; box-shadow: 0 14px 45px rgba(10,35,66,.05); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 24px 65px rgba(10,35,66,.11); }
.service-card.featured { border-top: 4px solid var(--orange); }
.service-card.dark-card { color: white; border-color: #102b46; background: radial-gradient(circle at 100% 0%, rgba(25,188,255,.16), transparent 34%), linear-gradient(145deg, #061525, #0a2944); }
.service-number { position: absolute; top: 26px; right: 30px; color: #dbe3e9; font-size: 58px; font-weight: 800; letter-spacing: -.08em; }
.dark-card .service-number { color: rgba(255,255,255,.08); }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 35px; border-radius: 14px; background: #eaf8ff; color: var(--blue); }
.featured .service-icon { background: #fff0eb; color: var(--orange); }
.dark-card .service-icon { background: rgba(25,188,255,.12); color: var(--cyan); }
.service-icon svg { width: 30px; }
.service-card h3 { margin: 0 0 18px; font-size: 28px; letter-spacing: -.025em; }
.service-card p { margin: 0; color: #667687; line-height: 1.7; }
.dark-card p { color: #aebdca; }
.service-card ul { display: grid; gap: 11px; margin: 28px 0 32px; padding: 0; list-style: none; color: #435464; font-size: 14px; }
.dark-card ul { color: #d5e0e8; }
.service-card li { display: flex; align-items: center; gap: 10px; }
.service-card li svg { width: 18px; color: var(--blue); }
.featured li svg, .dark-card li svg { color: var(--orange); }
.service-card > a, .service-card > button { width: fit-content; display: flex; align-items: center; gap: 10px; margin-top: auto; border: 0; padding: 0; background: transparent; color: var(--navy); font-weight: 800; }
.dark-card > button { color: white; }
.service-card > a svg, .service-card > button svg { width: 19px; color: var(--orange); transition: transform .2s ease; }
.service-card > a:hover svg, .service-card > button:hover svg { transform: translateX(4px); }
.coverage { position: relative; overflow: hidden; color: white; background: #071a2d; }
.coverage::before { content: ''; position: absolute; width: 720px; height: 720px; top: -320px; right: -180px; border-radius: 50%; background: rgba(25,188,255,.08); filter: blur(20px); }
.coverage-grid { position: relative; display: grid; grid-template-columns: .76fr 1.24fr; align-items: center; gap: 85px; }
.coverage-copy > p { color: #a8b6c3; }
.base-list { display: grid; gap: 10px; margin-top: 36px; }
.base { width: 100%; display: flex; align-items: center; gap: 18px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; background: rgba(255,255,255,.035); color: white; text-align: left; transition: .2s ease; }
.base:hover, .base.active { border-color: rgba(25,188,255,.42); background: rgba(25,188,255,.09); transform: translateX(4px); }
.base > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 10px; background: rgba(255,255,255,.08); color: var(--cyan); font-weight: 900; }
.base strong, .base small { display: block; }
.base strong { margin-bottom: 4px; font-size: 15px; }
.base small { color: #91a4b5; }
.route-panel { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.97); color: var(--navy); box-shadow: 0 30px 80px rgba(0,0,0,.26); }
.route-panel-head { height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 0 28px; border-bottom: 1px solid #dfe7ed; }
.route-panel-head span { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; }
.route-panel-head i { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px #ffede7; }
.route-panel-head strong { font-size: 14px; }
.map-stage { position: relative; height: 430px; overflow: hidden; background: radial-gradient(circle at center, #fff 0, #f4f8fb 58%, #edf3f7 100%); }
.map-stage::before, .map-stage::after { content: ''; position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(#dce6ed 1px, transparent 1px), linear-gradient(90deg, #dce6ed 1px, transparent 1px); background-size: 42px 42px; mask-image: radial-gradient(circle, black 20%, transparent 72%); }
.map-outline { position: absolute; left: 50%; top: 50%; width: 300px; height: 310px; display: grid; place-items: center; transform: translate(-50%, -52%) rotate(-3deg); clip-path: polygon(45% 0, 71% 8%, 87% 25%, 98% 36%, 91% 51%, 78% 61%, 70% 82%, 54% 100%, 42% 83%, 24% 73%, 12% 55%, 0 40%, 13% 25%, 28% 15%); background: #e8eef3; color: #bcc9d3; font-size: 30px; font-weight: 900; letter-spacing: .2em; }
.route-line { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; }
.route-line path { fill: none; stroke: var(--blue); stroke-width: 5; stroke-linecap: round; stroke-dasharray: 8 10; filter: drop-shadow(0 2px 2px rgba(2,141,204,.2)); }
.map-point { position: absolute; z-index: 3; display: flex; align-items: center; gap: 7px; }
.map-point i { width: 16px; height: 16px; border: 4px solid white; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 3px var(--orange), 0 6px 12px rgba(240,75,39,.25); }
.map-point span { padding: 5px 10px; border-radius: 7px; background: var(--navy); color: white; font-size: 12px; font-weight: 800; box-shadow: 0 5px 14px rgba(6,19,35,.18); }
.point-sp { left: 50%; top: 80%; }
.point-go { left: 57%; top: 51%; }
.point-pa { left: 65%; top: 20%; }
.truck-chip { position: absolute; z-index: 4; left: 55%; top: 61%; display: flex; align-items: center; gap: 8px; padding: 8px 11px; border-radius: 8px; background: white; color: var(--blue); box-shadow: 0 10px 30px rgba(10,35,66,.18); }
.truck-chip svg { width: 20px; }
.truck-chip span { color: #425466; font-size: 11px; font-weight: 800; }
.route-status { display: grid; grid-template-columns: repeat(3, 1fr); padding: 22px 28px; border-top: 1px solid #dfe7ed; background: white; }
.route-status div { padding-left: 18px; border-left: 1px solid #e1e8ed; }
.route-status div:first-child { padding-left: 0; border-left: 0; }
.route-status span, .route-status strong { display: block; }
.route-status span { margin-bottom: 6px; color: #83909c; font-size: 10px; text-transform: uppercase; }
.route-status strong { font-size: 12px; }
.route-status .green { color: #198754; }
.difference { background: white; }
.difference-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.difference-visual { position: relative; padding: 0 0 34px 34px; }
.difference-visual::before { content: ''; position: absolute; left: 0; bottom: 0; width: 58%; height: 54%; border-radius: 18px; background: #eaf8ff; }
.photo-card { position: relative; height: 610px; overflow: hidden; border-radius: 18px; background: var(--navy); box-shadow: 0 24px 70px rgba(6,19,35,.16); }
.photo-card img { width: 100%; height: 100%; object-fit: cover; object-position: 70% center; transform: scale(1.05); }
.floating-stat { position: absolute; right: -34px; bottom: 0; width: 220px; padding: 25px; border-radius: 14px; background: var(--orange); color: white; box-shadow: 0 20px 40px rgba(240,75,39,.25); }
.floating-stat strong, .floating-stat span { display: block; }
.floating-stat strong { margin-bottom: 5px; font-size: 38px; }
.floating-stat span { font-size: 13px; line-height: 1.4; }
.difference-copy > p { margin-bottom: 36px; }
.feature-list { display: grid; gap: 25px; }
.feature-list article { display: flex; gap: 18px; }
.feature-list article > span { width: 48px; height: 48px; display: grid; place-items: center; flex: none; border-radius: 12px; background: #eaf8ff; color: var(--blue); }
.feature-list article > span svg { width: 25px; }
.feature-list h3 { margin: 0 0 7px; font-size: 18px; }
.feature-list p { margin: 0; color: #6b7a89; font-size: 14px; line-height: 1.65; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 34px; color: var(--navy); font-weight: 800; }
.text-link svg { width: 20px; color: var(--orange); }
.advisor-section { position: relative; overflow: hidden; padding: 110px 0; background: linear-gradient(135deg, #f3f7fa 0%, #fff 60%); }
.advisor-section::before { content: ''; position: absolute; top: -220px; right: -180px; width: 540px; height: 540px; border-radius: 50%; background: rgba(25,188,255,.08); }
.advisor-grid { position: relative; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 100px; }
.advisor-model { position: relative; height: 650px; overflow: hidden; border: 1px solid #dfe8ee; border-radius: 28px 28px 120px 28px; background: linear-gradient(160deg, #fff, #eaf3f8); box-shadow: 0 30px 80px rgba(6,19,35,.12); }
.advisor-model::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 130px; background: linear-gradient(transparent, rgba(7,26,45,.14)); pointer-events: none; }
.model-glow { position: absolute; left: 50%; top: 18%; width: 360px; height: 360px; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle, rgba(25,188,255,.2), rgba(25,188,255,0) 68%); }
.advisor-model > img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; mix-blend-mode: multiply; }
.advisor-badge { position: absolute; z-index: 3; left: 28px; bottom: 28px; display: flex; align-items: center; gap: 12px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.65); border-radius: 12px; background: rgba(255,255,255,.9); color: var(--navy); box-shadow: 0 12px 35px rgba(6,19,35,.14); backdrop-filter: blur(8px); }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: #1dbf6a; box-shadow: 0 0 0 5px rgba(29,191,106,.13); }
.advisor-badge strong, .advisor-badge small { display: block; }
.advisor-badge strong { margin-bottom: 3px; font-size: 13px; }
.advisor-badge small { color: #758593; font-size: 10px; }
.advisor-copy > p { max-width: 650px; margin: 24px 0 32px; color: #667687; font-size: 17px; line-height: 1.75; }
.advisor-points { display: grid; gap: 18px; }
.advisor-points article { display: flex; gap: 16px; padding: 18px 0; border-top: 1px solid #dfe7ed; }
.advisor-points article > span { width: 42px; height: 42px; display: grid; place-items: center; flex: none; border-radius: 10px; background: #eaf8ff; color: var(--blue); font-size: 12px; font-weight: 900; }
.advisor-points strong { display: block; margin-bottom: 6px; color: var(--navy); }
.advisor-points p { margin: 0; color: #708091; font-size: 13px; line-height: 1.6; }
.advisor-cta { width: fit-content; margin-top: 28px; }
.sales-team { background: #f4f7f9; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.team-card { display: flex; align-items: center; gap: 14px; padding: 20px; border: 1px solid #dce5eb; border-radius: 14px; background: white; transition: .2s ease; }
.team-card:hover { border-color: #a9dff5; transform: translateY(-3px); box-shadow: 0 14px 30px rgba(10,35,66,.08); }
.avatar { width: 50px; height: 50px; display: grid; place-items: center; flex: none; border-radius: 50%; background: linear-gradient(145deg, #0b3152, #028dcc); color: white; font-size: 14px; font-weight: 900; }
.team-card h3 { margin: 0 0 4px; font-size: 15px; }
.team-card p { margin: 0; color: #778592; font-size: 12px; text-transform: uppercase; }
.team-card a { width: 38px; height: 38px; display: grid; place-items: center; margin-left: auto; border: 1px solid #d9e2e8; border-radius: 9px; color: var(--orange); }
.team-card a:hover { color: white; border-color: var(--orange); background: var(--orange); }
.team-card a svg { width: 18px; }
.quote-section { padding: 110px 0; color: white; background: radial-gradient(circle at 10% 30%, rgba(25,188,255,.13), transparent 32%), linear-gradient(135deg, #04111f, #0a2944); }
.quote-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.quote-copy > p { color: #acbac7; }
.quote-benefits { display: grid; gap: 13px; margin-top: 32px; }
.quote-benefits span { display: flex; align-items: center; gap: 11px; color: #d1dbe3; font-size: 14px; }
.quote-benefits svg { width: 18px; color: var(--cyan); }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 36px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: white; color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.field { display: grid; gap: 8px; }
.full-field, .form-submit, .quote-form > small { grid-column: 1 / -1; }
.field label { color: #3f5060; font-size: 12px; font-weight: 800; }
.field input, .field select { width: 100%; height: 52px; padding: 0 14px; border: 1px solid #d4dde4; border-radius: 8px; background: white; color: var(--ink); outline: none; }
.field input:focus, .field select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(2,141,204,.1); }
.form-submit { margin-top: 4px; }
.quote-form > small { color: #82909c; text-align: center; }
.faq-section { background: white; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 100px; }
.faq-intro { position: sticky; top: 40px; }
.button.outline-dark { width: fit-content; margin-top: 22px; border-color: #b8c4cd; color: var(--navy); }
.button.outline-dark:hover { border-color: var(--blue); background: #f1f9fd; }
.accordion { border-top: 1px solid #dfe6eb; }
.accordion details { border-bottom: 1px solid #dfe6eb; }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 0; list-style: none; cursor: pointer; color: var(--navy); font-size: 17px; font-weight: 800; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { width: 32px; height: 32px; display: grid; place-items: center; flex: none; border-radius: 50%; background: #eef5f8; color: var(--blue); font-size: 23px; font-weight: 400; transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); color: var(--orange); }
.accordion details p { margin: -6px 55px 26px 0; color: #667687; line-height: 1.7; }
.locations { padding: 100px 0; color: white; background: #071a2d; }
.light-heading h2 { color: white; }
.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.location-grid article { position: relative; min-height: 270px; padding: 32px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.04); }
.location-grid article > span { position: absolute; right: 20px; top: 6px; color: rgba(255,255,255,.04); font-size: 90px; font-weight: 900; }
.location-grid h3 { position: relative; margin: 0 0 16px; font-size: 25px; }
.location-grid p { position: relative; min-height: 76px; color: #a8b6c3; font-size: 13px; line-height: 1.65; }
.location-grid a { position: relative; display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--cyan); font-size: 13px; font-weight: 800; }
.location-grid a svg { width: 18px; }
.footer { padding: 70px 0 24px; color: #aab7c3; background: #020b13; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .9fr; gap: 90px; padding-bottom: 55px; }
.footer-brand { width: 260px; height: 145px; display: flex; align-items: center; justify-content: flex-start; }
.footer-brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; mix-blend-mode: screen; }
.footer-grid > div:first-child p { max-width: 430px; margin: 18px 0 0; line-height: 1.7; }
.footer h3 { margin: 0 0 22px; color: white; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; font-size: 13px; }
.footer a:hover { color: var(--cyan); }
.footer-bottom { min-height: 58px; display: flex; align-items: end; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.08); padding-top: 24px; font-size: 11px; }
.footer-bottom div { display: flex; gap: 22px; }
.whatsapp-float { position: fixed; z-index: 50; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 10px; padding: 13px 18px; border-radius: 999px; background: #1dbf6a; color: white; box-shadow: 0 14px 40px rgba(4,64,35,.28); font-size: 13px; font-weight: 800; transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float svg { width: 21px; }

@media (max-width: 1120px) {
  .container { width: min(100% - 48px, 1040px); }
  .desktop-nav { gap: 22px; }
  .desktop-nav a:nth-child(4) { display: none; }
  .hero-trust { left: 24px; right: 24px; width: auto; transform: none; margin: 0; }
  .coverage-grid { gap: 45px; }
  .difference-grid { gap: 60px; }
  .advisor-grid { gap: 60px; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .quote-grid, .faq-grid { gap: 55px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 36px, 760px); }
  .utility-inner { justify-content: center; }
  .utility-inner > :nth-child(n+2) { display: none; }
  .nav-wrap { height: 104px; }
  .brand { width: 205px; height: 94px; }
  .desktop-nav, .header-track { display: none; }
  .mobile-menu { display: block; }
  .hero { min-height: 820px; background-position: 65% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(2,13,25,.99) 0%, rgba(3,18,33,.91) 65%, rgba(3,13,23,.42) 100%), linear-gradient(0deg, rgba(1,10,19,.95) 0%, transparent 50%); }
  .hero-content { padding-top: 76px; }
  .hero h1 { max-width: 620px; font-size: clamp(50px, 10.5vw, 72px); }
  .hero-content > p { max-width: 580px; font-size: 17px; }
  .hero-trust { bottom: 28px; overflow-x: auto; scrollbar-width: none; }
  .trust-item { flex: 0 0 auto; padding-inline: 24px; }
  .section { padding: 88px 0; }
  .split-heading, .coverage-grid, .difference-grid, .advisor-grid, .quote-grid, .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); padding: 18px 0; }
  .proof-grid > div { padding: 18px 24px; border-left: 0; }
  .proof-grid > div:nth-child(even) { border-left: 1px solid #dfe7ed; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .route-panel { max-width: 680px; width: 100%; margin-inline: auto; }
  .difference-visual { max-width: 620px; width: calc(100% - 34px); margin-inline: auto; }
  .photo-card { height: 520px; }
  .advisor-section { padding: 88px 0; }
  .advisor-model { max-width: 560px; width: 100%; height: 610px; margin-inline: auto; }
  .quote-section { padding: 88px 0; }
  .faq-intro { position: static; }
  .location-grid { grid-template-columns: 1fr; }
  .location-grid article { min-height: 230px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; }
}

@media (max-width: 560px) {
  .brand { width: 175px; height: 86px; }
  .hero { min-height: 790px; background-position: 69% center; }
  .hero-content { padding-top: 62px; }
  .eyebrow { font-size: 10px; letter-spacing: .12em; }
  .hero h1 { font-size: 47px; }
  .hero-content > p { font-size: 16px; line-height: 1.55; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-trust { bottom: 20px; }
  .trust-item { padding-inline: 20px; }
  .trust-item > svg { width: 34px; }
  .tracking-modal { padding: 30px 22px; }
  .section { padding: 72px 0; }
  .section-heading h2, .coverage-copy h2, .difference-copy h2, .advisor-copy h2, .quote-copy h2, .faq-intro h2 { font-size: 39px; }
  .split-heading { margin-bottom: 36px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div, .proof-grid > div:first-child { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 14px 0; border-left: 0 !important; border-bottom: 1px solid #e1e8ed; }
  .proof-grid > div:last-child { border-bottom: 0; }
  .proof-grid strong { margin: 0; font-size: 25px; }
  .proof-grid span { text-align: right; }
  .service-card { padding: 30px 24px; }
  .map-stage { height: 360px; }
  .route-line { transform: scale(.84); }
  .point-sp { left: 46%; }
  .point-go { left: 54%; }
  .point-pa { left: 61%; }
  .route-status { padding: 18px 15px; }
  .route-status div { padding-left: 9px; }
  .route-status strong { font-size: 10px; }
  .difference-visual { width: calc(100% - 20px); padding-left: 15px; }
  .photo-card { height: 440px; }
  .advisor-section { padding: 72px 0; }
  .advisor-model { height: 500px; border-radius: 22px 22px 80px 22px; }
  .advisor-badge { left: 18px; bottom: 18px; }
  .advisor-cta { width: 100%; }
  .floating-stat { right: -20px; width: 180px; }
  .team-grid { grid-template-columns: 1fr; }
  .quote-form { grid-template-columns: 1fr; padding: 26px 20px; }
  .field, .full-field, .form-submit, .quote-form > small { grid-column: 1; }
  .accordion summary { font-size: 15px; }
  .accordion details p { margin-right: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom div { flex-wrap: wrap; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { width: 52px; height: 52px; justify-content: center; padding: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
