:root {
  --navy: #0b2447;
  --navy-2: #123665;
  --ink: #101828;
  --muted: #667085;
  --line: #e4e9f0;
  --surface: #f5f8fb;
  --white: #fff;
  --green: #4dd38a;
  --green-dark: #146c43;
  --orange: #ff8a55;
  --shadow: 0 24px 64px rgba(11, 36, 71, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); font-family: "Manrope", Arial, sans-serif; background: var(--white); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
svg { display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 12px 18px; color: var(--white); background: var(--navy); border-radius: 12px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .9); border-bottom: 1px solid rgba(228, 233, 240, .8); backdrop-filter: blur(18px); }
.header-inner { height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; color: var(--navy); background: var(--green); border-radius: 12px; transform: rotate(-2deg); }
.brand-mark svg { width: 31px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.brand-name { font-size: 22px; font-weight: 800; letter-spacing: -.7px; color: var(--navy); }
.brand-name span { color: var(--green-dark); }
.brand-name small { font-size: 12px; letter-spacing: 0; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.desktop-nav a { font-size: 14px; font-weight: 600; color: #344054; transition: color .2s; }
.desktop-nav a:hover { color: var(--green-dark); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-switch { display: flex; padding: 3px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); }
.lang-btn { width: 37px; height: 31px; padding: 0; border: 0; border-radius: 7px; color: var(--muted); background: transparent; font-size: 12px; font-weight: 800; cursor: pointer; }
.lang-btn.active { color: var(--white); background: var(--navy); box-shadow: 0 4px 12px rgba(11,36,71,.2); }
.phone-link { height: 40px; display: flex; align-items: center; gap: 8px; padding: 0 14px; border-radius: 11px; color: var(--navy); background: #ecf8f2; font-size: 13px; font-weight: 800; }
.phone-link svg, .floating-call svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.menu-toggle { display: none; width: 40px; height: 40px; padding: 10px; border: 0; background: var(--navy); border-radius: 11px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 4px 0; background: var(--white); border-radius: 9px; transition: .2s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-nav { display: none; }

.hero { position: relative; overflow: hidden; padding: 80px 0 0; background: linear-gradient(160deg, #f5fbf8 0%, #f8fbff 58%, #eef3f8 100%); }
.hero::before { position: absolute; inset: 0; content: ""; background-image: linear-gradient(rgba(11, 36, 71, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(11, 36, 71, .035) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-glow-one { width: 420px; height: 420px; top: -250px; right: 4%; background: rgba(77, 211, 138, .16); }
.hero-glow-two { width: 260px; height: 260px; left: -100px; bottom: 20%; background: rgba(64, 123, 216, .08); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 72px; }
.hero-copy { padding: 8px 0 58px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--green-dark); font-size: 13px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.eyebrow > span:first-child { width: 27px; height: 3px; background: var(--green); border-radius: 2px; }
.hero h1 { max-width: 650px; margin: 18px 0 22px; color: var(--navy); font-size: clamp(44px, 5vw, 72px); line-height: 1.04; letter-spacing: -.055em; }
.hero-lead { max-width: 625px; margin: 0; color: #526174; font-size: 18px; line-height: 1.7; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border-radius: 14px; font-size: 14px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.btn-primary { color: var(--navy); background: var(--green); box-shadow: 0 14px 28px rgba(77, 211, 138, .28); }
.btn-primary:hover { background: #61e29c; box-shadow: 0 18px 30px rgba(77, 211, 138, .36); }
.btn-secondary { color: var(--navy); background: var(--white); border: 1px solid var(--line); box-shadow: 0 8px 24px rgba(11, 36, 71, .05); }
.trust-row { display: flex; gap: 0; margin-top: 42px; }
.trust-row > div { padding: 0 24px; border-left: 1px solid #d8e0e8; }
.trust-row > div:first-child { padding-left: 0; border-left: 0; }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { color: var(--navy); font-size: 14px; }
.trust-row span { margin-top: 4px; color: var(--muted); font-size: 11px; }

.hero-visual { position: relative; min-height: 515px; }
.road-card { position: absolute; inset: 25px 0 35px 48px; overflow: hidden; border: 10px solid rgba(255,255,255,.72); border-radius: 38px; background: linear-gradient(135deg, #e5edf4, #d4dee7); box-shadow: 0 32px 80px rgba(11, 36, 71, .19); transform: rotate(2deg); }
.road-card::before { position: absolute; width: 145%; height: 205px; left: -22%; top: 125px; content: ""; background: #34495c; transform: rotate(-18deg); box-shadow: inset 0 10px 20px rgba(0,0,0,.11); }
.road-card::after { position: absolute; width: 100%; height: 130px; right: -35%; top: -40px; content: ""; border: 28px solid rgba(77,211,138,.32); border-radius: 50%; }
.road-lines { position: absolute; z-index: 1; width: 145%; height: 205px; left: -22%; top: 125px; transform: rotate(-18deg); }
.road-lines::before, .road-lines::after { position: absolute; left: 0; right: 0; content: ""; border-top: 3px solid rgba(255,255,255,.8); }
.road-lines::before { top: 31px; }.road-lines::after { bottom: 31px; }
.road-lines span { position: absolute; top: 98px; width: 62px; height: 4px; background: #f2d769; border-radius: 2px; }
.road-lines span:nth-child(1) { left: 15%; }.road-lines span:nth-child(2) { left: 44%; }.road-lines span:nth-child(3) { left: 73%; }
.car { position: absolute; z-index: 4; width: 132px; height: 65px; border-radius: 45px 32px 24px 25px; box-shadow: 0 15px 18px rgba(0,0,0,.25); }
.car::before, .car::after { position: absolute; bottom: -8px; width: 22px; height: 16px; content: ""; border-radius: 5px; background: #14212e; }
.car::before { left: 22px; }.car::after { right: 22px; }
.car-window { position: absolute; left: 34px; top: 7px; width: 64px; height: 22px; border-radius: 26px 24px 8px 7px; background: #b9d6e7; border: 3px solid rgba(255,255,255,.25); }
.car-light { position: absolute; right: 7px; top: 31px; width: 9px; height: 13px; border-radius: 5px; background: #fff1a8; }
.car-blue { top: 174px; left: 55px; background: linear-gradient(135deg, #1877d2, #0b4e92); transform: rotate(-16deg); }
.car-white { top: 272px; right: 42px; background: linear-gradient(135deg, #fff, #b9c4cf); transform: rotate(165deg); }
.warning-sign { position: absolute; z-index: 5; left: 45%; top: 48%; display: grid; place-items: center; width: 54px; height: 54px; color: var(--white); background: var(--orange); border: 6px solid rgba(255,255,255,.9); border-radius: 50%; font-size: 25px; font-weight: 800; box-shadow: 0 10px 20px rgba(255,138,85,.4); transform: rotate(-2deg); }
.location-pin { position: absolute; top: 54px; right: 78px; z-index: 3; width: 44px; height: 44px; padding: 12px; border-radius: 50% 50% 50% 6px; background: var(--green); box-shadow: 0 10px 24px rgba(77,211,138,.4); transform: rotate(-45deg); }
.location-pin span { display: block; width: 100%; height: 100%; border-radius: 50%; background: var(--navy); }
.status-pill { position: absolute; z-index: 7; top: 0; left: 0; display: flex; align-items: center; gap: 9px; padding: 13px 16px; color: var(--navy); background: var(--white); border-radius: 14px; font-size: 12px; font-weight: 800; box-shadow: 0 12px 30px rgba(11,36,71,.14); }
.status-pill i { width: 9px; height: 9px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(77,211,138,.15); }
.document-card { position: absolute; z-index: 8; right: -10px; bottom: 8px; display: flex; align-items: center; gap: 12px; min-width: 278px; padding: 16px; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.8); border-radius: 18px; box-shadow: var(--shadow); }
.doc-icon { display: grid; place-items: center; width: 44px; height: 44px; color: var(--navy); background: #eaf9f1; border-radius: 12px; }
.doc-icon svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.document-card strong, .document-card span { display: block; }
.document-card strong { color: var(--navy); font-size: 13px; }.document-card span { margin-top: 3px; color: var(--muted); font-size: 10px; }
.doc-check { display: grid; place-items: center; width: 28px; height: 28px; margin-left: auto; color: var(--white); background: var(--green-dark); border-radius: 50%; }
.doc-check svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 2.5; }
.alert-wrap { position: relative; }
.emergency-alert { position: relative; z-index: 5; min-height: 88px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 18px 24px; border: 1px solid #ffd9c8; border-radius: 20px 20px 0 0; background: #fff7f3; }
.alert-icon { display: grid; place-items: center; width: 46px; height: 46px; color: #d2531c; background: #ffe6da; border-radius: 13px; }
.alert-icon svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.emergency-alert strong, .emergency-alert span { display: block; }
.emergency-alert strong { color: #873410; font-size: 14px; }.emergency-alert span { margin-top: 5px; color: #9f5a3b; font-size: 12px; line-height: 1.5; }
.emergency-alert > a { padding: 11px 16px; border: 1px solid #efb89f; border-radius: 10px; color: #a23d10; font-size: 13px; font-weight: 800; }
.emergency-alert > a span { display: inline; margin: 0; color: inherit; font-size: inherit; }

.section { padding: 108px 0; }
.section-heading { max-width: 510px; }.section-heading.centered { margin-inline: auto; text-align: center; }
.section-tag { display: inline-block; margin-bottom: 15px; color: var(--green-dark); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.section-tag.light { color: #77e8ac; }
.section h2, .cta-card h2 { margin: 0; color: var(--navy); font-size: clamp(34px, 4vw, 48px); line-height: 1.12; letter-spacing: -.045em; }
.section-heading > p, .conditions-copy > p, .documents-copy > p { margin: 18px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.steps-section { background: var(--white); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 52px; }
.step-card { min-height: 285px; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); transition: transform .25s, box-shadow .25s, border-color .25s; }
.step-card:hover { transform: translateY(-7px); border-color: #c9e9d7; box-shadow: 0 20px 40px rgba(11,36,71,.08); }
.step-top { display: flex; justify-content: space-between; align-items: center; }
.step-number { color: #c4cdd8; font-size: 14px; font-weight: 800; }
.step-icon { display: grid; place-items: center; width: 52px; height: 52px; color: var(--navy); background: #eaf8f1; border-radius: 15px; }
.step-icon svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.step-card h3 { margin: 35px 0 12px; color: var(--navy); font-size: 18px; letter-spacing: -.02em; }
.step-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.tip-box { max-width: 810px; display: flex; align-items: flex-start; gap: 13px; margin: 32px auto 0; padding: 15px 18px; color: #245c41; background: #effaf4; border-radius: 13px; }
.tip-box svg { flex: 0 0 auto; width: 21px; fill: none; stroke: var(--green-dark); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.tip-box p { margin: 0; font-size: 12px; line-height: 1.55; }

.conditions-section { position: relative; overflow: hidden; color: var(--white); background: var(--navy); }
.conditions-section::after { position: absolute; width: 440px; height: 440px; right: -200px; bottom: -240px; content: ""; border: 55px solid rgba(77,211,138,.08); border-radius: 50%; }
.conditions-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }
.conditions-copy h2 { color: var(--white); }.conditions-copy > p { color: #b8c6d8; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 30px; color: #77e8ac; font-size: 13px; font-weight: 800; }
.text-link svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.checklist { display: grid; gap: 12px; }
.check-item { display: grid; grid-template-columns: auto 1fr; gap: 15px; padding: 20px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.1); border-radius: 17px; }
.check-item > span { display: grid; place-items: center; width: 35px; height: 35px; color: var(--navy); background: var(--green); border-radius: 10px; }
.check-item svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2.5; }
.check-item strong { font-size: 14px; }.check-item p { margin: 5px 0 0; color: #aebed1; font-size: 12px; line-height: 1.5; }

.documents-section { overflow: hidden; background: var(--surface); }
.documents-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.phone-mockup { position: relative; min-height: 560px; display: grid; place-items: center; }
.phone-mockup::before { position: absolute; width: 480px; height: 480px; content: ""; background: #e3f5eb; border-radius: 50%; }
.phone-shell { position: relative; z-index: 2; width: 274px; height: 525px; padding: 11px; background: var(--navy); border: 6px solid #081b34; border-radius: 43px; box-shadow: 0 35px 70px rgba(11,36,71,.25); transform: rotate(-3deg); }
.phone-notch { position: absolute; z-index: 3; width: 98px; height: 24px; left: 50%; top: 9px; background: #081b34; border-radius: 0 0 16px 16px; transform: translateX(-50%); }
.phone-screen { height: 100%; padding: 25px 17px 18px; background: #f7fafc; border-radius: 31px; }
.phone-head { display: flex; justify-content: space-between; margin: 4px 0 22px; color: var(--navy); font-size: 11px; font-weight: 800; }
.phone-head i { width: 8px; height: 8px; background: var(--green); border-radius: 50%; }
.camera-preview { position: relative; height: 208px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg,#dbe8f0,#c0d0db); border-radius: 18px; }
.camera-preview::before { position: absolute; width: 160%; height: 70px; content: ""; background: #52687b; transform: rotate(-14deg); }
.camera-preview svg { position: relative; z-index: 1; width: 150px; fill: none; stroke: #f7fafc; stroke-width: 2; }
.camera-preview span { position: absolute; z-index: 2; right: 12px; bottom: 12px; display: grid; place-items: center; width: 30px; height: 30px; color: var(--navy); background: var(--green); border-radius: 50%; font-size: 20px; }
.phone-screen > strong { display: block; margin-top: 18px; color: var(--navy); font-size: 14px; }.phone-screen > small { display: block; margin-top: 4px; color: var(--muted); font-size: 9px; }
.photo-progress { display: flex; gap: 6px; margin: 19px 0; }.photo-progress i { flex: 1; height: 5px; background: #dce4eb; border-radius: 5px; }.photo-progress i:nth-child(-n+2) { background: var(--green); }
.phone-button { padding: 12px; color: var(--navy); background: var(--green); border-radius: 10px; text-align: center; font-size: 10px; font-weight: 800; }
.floating-photo { position: absolute; z-index: 4; display: grid; place-items: center; width: 70px; height: 70px; color: var(--navy); background: var(--white); border-radius: 18px; box-shadow: var(--shadow); }
.floating-photo svg { width: 31px; fill: none; stroke: currentColor; stroke-width: 1.8; }.floating-photo.one { left: 10%; top: 19%; transform: rotate(-10deg); }.floating-photo.two { right: 7%; bottom: 20%; color: var(--green-dark); transform: rotate(7deg); }
.documents-copy { max-width: 510px; }
.document-list { display: grid; gap: 8px; margin-top: 34px; }
.document-list > div { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; padding: 13px 14px; border-radius: 13px; transition: background .2s, box-shadow .2s; }
.document-list > div:hover { background: var(--white); box-shadow: 0 10px 25px rgba(11,36,71,.06); }
.document-list > div > span { display: grid; place-items: center; width: 37px; height: 37px; color: var(--green-dark); background: #e2f6eb; border-radius: 10px; font-size: 11px; font-weight: 800; }
.document-list p, .document-list strong, .document-list small { display: block; margin: 0; }.document-list strong { color: var(--navy); font-size: 13px; }.document-list small { margin-top: 4px; color: var(--muted); font-size: 10px; }

.seo-guide-section { background: var(--white); }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.guide-card { position: relative; min-height: 260px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, #fff, #f8fbfd); }
.guide-card::after { position: absolute; width: 120px; height: 120px; right: -56px; bottom: -65px; content: ""; border: 22px solid rgba(77, 211, 138, .13); border-radius: 50%; }
.guide-card > span { display: inline-grid; place-items: center; width: 40px; height: 40px; color: var(--green-dark); background: #e8f8ef; border-radius: 11px; font-size: 11px; font-weight: 800; }
.guide-card h3 { margin: 27px 0 12px; color: var(--navy); font-size: 19px; letter-spacing: -.02em; }
.guide-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.faq-section { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .76fr 1.24fr; align-items: start; gap: 90px; }
.btn-dark { margin-top: 28px; color: var(--white); background: var(--navy); }.btn-dark:hover { box-shadow: 0 14px 25px rgba(11,36,71,.22); }
.accordion { display: grid; gap: 10px; }
.accordion-item { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; transition: border-color .2s; }.accordion-item.open { border-color: #b8e6cc; background: #fbfefc; }
.accordion-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 22px; color: var(--navy); background: transparent; border: 0; text-align: left; font-size: 14px; font-weight: 800; cursor: pointer; }
.accordion-item button i { position: relative; flex: 0 0 auto; width: 26px; height: 26px; background: #eef3f6; border-radius: 50%; }
.accordion-item button i::before, .accordion-item button i::after { position: absolute; left: 8px; top: 12px; width: 10px; height: 2px; content: ""; background: var(--navy); transition: transform .2s; }.accordion-item button i::after { transform: rotate(90deg); }.accordion-item.open button i::after { transform: rotate(0); }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }.accordion-panel > p { min-height: 0; overflow: hidden; margin: 0 22px; color: var(--muted); font-size: 12px; line-height: 1.7; }.accordion-item.open .accordion-panel { grid-template-rows: 1fr; }.accordion-item.open .accordion-panel > p { margin-bottom: 21px; }

.cta-section { padding: 0 0 100px; }
.cta-card { position: relative; overflow: hidden; min-height: 230px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 54px 62px; color: var(--white); background: linear-gradient(135deg, #146c43, #0e8750); border-radius: 28px; }
.cta-card > * { position: relative; z-index: 2; }.cta-card > div:not(.cta-rings) { max-width: 650px; }.cta-card > div > span { display: block; margin-bottom: 11px; color: #b9f4d4; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }.cta-card h2 { color: var(--white); font-size: clamp(32px,4vw,46px); }
.cta-rings { position: absolute; z-index: 1; width: 440px; height: 440px; right: -190px; top: -205px; border: 60px solid rgba(255,255,255,.08); border-radius: 50%; }.cta-rings::after { position: absolute; inset: 55px; content: ""; border: 25px solid rgba(255,255,255,.06); border-radius: 50%; }
.btn-white { flex: 0 0 auto; color: var(--navy); background: var(--white); box-shadow: 0 16px 30px rgba(0,0,0,.13); }

.site-footer { padding-top: 70px; color: #bdc8d8; background: #071b35; }
.footer-top { display: grid; grid-template-columns: 1.8fr 1fr 1fr; gap: 70px; padding-bottom: 55px; }
.brand-light .brand-name { color: var(--white); }.brand-light .brand-name span { color: var(--green); }.footer-top > div:first-child p { max-width: 350px; margin: 20px 0 0; color: #8ea0b5; font-size: 12px; line-height: 1.7; }
.footer-links, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; font-size: 12px; }.footer-links strong, .footer-contact strong { margin-bottom: 5px; color: var(--white); font-size: 13px; }.footer-links a:hover, .footer-contact a:hover { color: var(--green); }.footer-contact a { color: var(--white); font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.09); color: #74879e; font-size: 10px; }
.floating-call { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: none; place-items: center; width: 56px; height: 56px; color: var(--navy); background: var(--green); border: 4px solid rgba(255,255,255,.8); border-radius: 50%; box-shadow: 0 15px 30px rgba(11,36,71,.25); }
.floating-call svg { width: 23px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 1020px) {
  .desktop-nav, .phone-link { display: none; }.menu-toggle { display: block; }.mobile-nav { position: fixed; inset: 80px 0 auto; display: flex; flex-direction: column; gap: 0; padding: 10px 20px 22px; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); box-shadow: 0 20px 35px rgba(11,36,71,.12); opacity: 0; visibility: hidden; transform: translateY(-15px); transition: .2s; }.mobile-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }.mobile-nav a { padding: 15px 4px; border-bottom: 1px solid var(--line); color: var(--navy); font-size: 14px; font-weight: 700; }.mobile-nav a:last-child { margin-top: 10px; padding: 14px; color: var(--navy); background: var(--green); border: 0; border-radius: 12px; text-align: center; }
  .hero { padding-top: 60px; }.hero-grid { grid-template-columns: 1fr 1fr; gap: 32px; }.hero h1 { font-size: 50px; }.hero-visual { min-height: 450px; }.road-card { left: 10px; }.steps-grid { grid-template-columns: repeat(2,1fr); }.conditions-grid { gap: 55px; }.documents-grid { gap: 45px; }.guide-grid { grid-template-columns: repeat(2, 1fr); }.faq-grid { gap: 50px; }.cta-card { padding: 45px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 620px); }.header-inner { height: 70px; }.mobile-nav { top: 70px; }.brand-mark { width: 36px; height: 36px; }.brand-name { font-size: 19px; }.hero { padding-top: 42px; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { padding-bottom: 15px; text-align: center; }.eyebrow { justify-content: center; }.hero h1 { margin-inline: auto; font-size: clamp(42px, 12vw, 58px); }.hero-lead { font-size: 16px; }.hero-buttons { justify-content: center; }.trust-row { justify-content: center; }.hero-visual { min-height: 430px; }.road-card { inset: 25px 16px 35px; }.document-card { right: 0; }.status-pill { left: 5px; }.emergency-alert { grid-template-columns: auto 1fr; border-radius: 18px 18px 0 0; }.emergency-alert > a { grid-column: 1/-1; text-align: center; }.section { padding: 78px 0; }.steps-grid, .guide-grid { grid-template-columns: 1fr; }.step-card { min-height: 230px; }.guide-card { min-height: 230px; }.conditions-grid, .documents-grid, .faq-grid { grid-template-columns: 1fr; gap: 55px; }.phone-mockup { min-height: 500px; order: 2; }.phone-shell { width: 250px; height: 480px; }.camera-preview { height: 180px; }.documents-copy { order: 1; }.cta-section { padding-bottom: 70px; }.cta-card { min-height: 280px; flex-direction: column; align-items: flex-start; padding: 38px 30px; }.btn-white { width: 100%; }.footer-top { grid-template-columns: 1fr 1fr; gap: 45px; }.footer-top > div:first-child { grid-column: 1/-1; }.floating-call { display: grid; }
}

@media (max-width: 470px) {
  .language-switch { margin-left: auto; }.lang-btn { width: 33px; }.hero h1 { font-size: 42px; }.hero-buttons .btn { width: 100%; }.trust-row { gap: 0; }.trust-row > div { padding: 0 10px; }.trust-row span { display: none; }.hero-visual { min-height: 360px; }.road-card { inset: 22px 5px 45px; border-width: 7px; }.car { transform: scale(.8) rotate(-16deg); }.car-white { right: 10px; transform: scale(.8) rotate(165deg); }.warning-sign { left: 42%; }.document-card { min-width: 245px; padding: 12px; }.status-pill { font-size: 10px; }.emergency-alert { padding: 16px; }.alert-icon { align-self: start; }.steps-grid { margin-top: 36px; }.phone-mockup::before { width: 330px; height: 330px; }.floating-photo.one { left: 0; }.floating-photo.two { right: 0; }.footer-top { grid-template-columns: 1fr; }.footer-top > div:first-child { grid-column: auto; }.footer-bottom { flex-direction: column; }
}
