:root {
  --navy: #003b57;
  --navy-deep: #002b40;
  --teal: #0e8f8d;
  --teal-bright: #13aaa5;
  --mint: #e8f7f5;
  --ice: #f3f8f9;
  --ink: #17262b;
  --muted: #60737b;
  --line: #dce8ea;
  --white: #fff;
  --shadow: 0 24px 70px rgba(0, 59, 87, .13);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; transform: translateY(-150%); background: var(--white); padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; transition: .25s ease; }
.site-header.scrolled { background: rgba(255,255,255,.92); box-shadow: 0 8px 30px rgba(0,43,64,.08); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand img { width: 48px; height: 48px; border-radius: 13px; object-fit: cover; box-shadow: 0 7px 18px rgba(0,75,107,.12); }
.brand span { display: grid; line-height: 1; }
.brand strong { color: var(--navy); letter-spacing: .14em; font-family: Georgia, serif; font-size: 1.12rem; }
.brand small { color: var(--teal); margin-top: 6px; letter-spacing: .12em; font-size: .55rem; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 31px; font-size: .9rem; font-weight: 650; }
.main-nav > a:not(.nav-cta) { color: #3c525a; transition: color .2s; }
.main-nav > a:not(.nav-cta):hover { color: var(--teal); }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(0,75,107,.22); border-radius: 12px; color: var(--navy); background: rgba(255,255,255,.65); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: var(--ice); padding: 11px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; border-radius: 2px; background: var(--navy); }

.hero { position: relative; overflow: hidden; min-height: 760px; padding: 138px 0 88px; background: radial-gradient(circle at 81% 38%, #e3f6f4 0, rgba(227,246,244,.15) 31%, transparent 52%), linear-gradient(135deg, #f8fbfb 0%, #fff 54%, #eef9f8 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(rgba(0,75,107,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(0,75,107,.035) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to right, black, transparent 78%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-orb-one { width: 260px; height: 260px; left: -130px; top: 170px; border: 55px solid rgba(14,143,141,.06); }
.hero-orb-two { width: 400px; height: 400px; right: -290px; bottom: -130px; border: 80px solid rgba(0,75,107,.05); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.eyebrow, .section-kicker { color: var(--teal); font-weight: 800; letter-spacing: .12em; font-size: .76rem; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid #cfe9e6; border-radius: 999px; background: rgba(255,255,255,.72); }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: #20b684; box-shadow: 0 0 0 5px rgba(32,182,132,.12); }
.hero h1 { margin: 25px 0 20px; max-width: 660px; color: var(--navy-deep); font-size: clamp(3rem, 5vw, 4.75rem); line-height: 1.03; letter-spacing: -.055em; }
.hero h1 span { color: var(--teal); }
.hero-copy > p { max-width: 590px; margin: 0; color: var(--muted); font-size: 1.1rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 33px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 53px; padding: 0 22px; border-radius: 14px; font-weight: 750; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--navy), #00688a); box-shadow: 0 14px 30px rgba(0,75,107,.24); }
.button-primary:hover { box-shadow: 0 18px 35px rgba(0,75,107,.3); }
.button-ghost { color: var(--navy); background: rgba(255,255,255,.72); }
.play-icon { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; color: var(--teal); background: var(--mint); }
.play-icon svg { fill: currentColor; stroke: none; width: 16px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 19px; margin-top: 34px; color: #4d646c; font-size: .82rem; font-weight: 650; }
.hero-trust span { display: flex; align-items: center; gap: 6px; }
.hero-trust svg { width: 16px; height: 16px; padding: 2px; border-radius: 50%; color: white; background: var(--teal); stroke-width: 3; }

.hero-visual { position: relative; min-height: 555px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 470px; height: 470px; border-radius: 50%; background: linear-gradient(145deg, rgba(14,143,141,.17), rgba(0,75,107,.04)); }
.phone-shell { position: relative; z-index: 2; width: 278px; height: 548px; border: 8px solid #092f42; border-radius: 40px; background: #092f42; box-shadow: 0 36px 80px rgba(0,43,64,.28), inset 0 0 0 1px #416171; transform: rotate(2.5deg); }
.phone-shell::before { content: ""; position: absolute; z-index: 4; top: 6px; left: 50%; width: 85px; height: 20px; border-radius: 0 0 14px 14px; background: #092f42; transform: translateX(-50%); }
.phone-screen { height: 100%; overflow: hidden; border-radius: 31px; padding: 32px 15px 15px; background: #f6f8fa; }
.phone-topbar { display: flex; align-items: center; justify-content: space-between; }
.phone-topbar div:first-child { display: grid; }
.phone-topbar small { color: #7b8b91; font-size: .58rem; }
.phone-topbar strong { margin-top: 2px; color: var(--navy); font-size: .85rem; }
.avatar { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; color: white; background: var(--teal); font-size: .7rem; font-weight: 800; }
.mini-search { display: flex; align-items: center; gap: 8px; height: 36px; margin-top: 15px; padding: 0 11px; border: 1px solid #e1e8ea; border-radius: 10px; color: #87969b; background: white; font-size: .59rem; }
.mini-search svg { width: 13px; }
.map-card { position: relative; height: 180px; margin-top: 12px; overflow: hidden; border-radius: 15px; background: #deede9; background-image: linear-gradient(35deg, transparent 45%, rgba(255,255,255,.7) 46%, rgba(255,255,255,.7) 51%, transparent 52%), linear-gradient(145deg, transparent 25%, rgba(196,219,213,.6) 26%, rgba(196,219,213,.6) 31%, transparent 32%); }
.map-card::before, .map-card::after { content: ""; position: absolute; border-radius: 8px; background: rgba(168,202,192,.55); }
.map-card::before { width: 58px; height: 26px; left: 16px; top: 22px; box-shadow: 82px 17px 0 rgba(168,202,192,.5), 150px -4px 0 rgba(168,202,192,.45), 28px 98px 0 rgba(168,202,192,.42), 145px 104px 0 rgba(168,202,192,.55); }
.map-card::after { width: 42px; height: 46px; left: 116px; top: 81px; }
.map-road { position: absolute; z-index: 1; height: 5px; border-radius: 7px; background: rgba(255,255,255,.9); transform-origin: left center; }
.road-one { width: 270px; left: -10px; top: 94px; transform: rotate(-18deg); }
.road-two { width: 210px; left: 35px; top: 12px; transform: rotate(63deg); }
.road-three { width: 230px; left: 10px; top: 146px; transform: rotate(-57deg); }
.map-pin { position: absolute; z-index: 2; display: grid; place-items: center; width: 23px; height: 23px; border: 3px solid white; border-radius: 50% 50% 50% 4px; background: var(--navy); box-shadow: 0 4px 9px rgba(0,43,64,.25); transform: rotate(-45deg); }
.map-pin i { display: block; width: 5px; height: 5px; border-radius: 50%; background: white; }
.pin-one { left: 48px; top: 68px; }.pin-two { right: 39px; top: 48px; }
.pin-user { left: 119px; bottom: 27px; width: 27px; height: 27px; background: var(--teal-bright); box-shadow: 0 0 0 7px rgba(19,170,165,.16); }
.map-label { position: absolute; z-index: 3; left: 13px; bottom: 12px; padding: 6px 8px; border-radius: 7px; color: var(--navy); background: rgba(255,255,255,.88); font-size: .52rem; font-weight: 700; }
.phone-section-title { display: flex; justify-content: space-between; margin-top: 14px; font-size: .66rem; }
.phone-section-title span { color: var(--teal); font-size: .55rem; }
.quick-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 8px; }
.quick-services div { display: grid; place-items: center; gap: 4px; padding: 8px 4px; border-radius: 10px; background: white; }
.quick-services span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 9px; color: var(--teal); background: var(--mint); font-size: .9rem; }
.quick-services small { font-size: .5rem; color: #51656d; }
.request-card { display: flex; align-items: center; gap: 8px; margin-top: 11px; padding: 10px; border-radius: 12px; color: white; background: linear-gradient(130deg, var(--navy), #056a7b); }
.request-icon { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 8px; color: #b8eeea; background: rgba(255,255,255,.12); }
.request-card span:nth-child(2) { display: grid; flex: 1; }
.request-card small { font-size: .48rem; opacity: .72; }
.request-card strong { font-size: .59rem; margin-top: 2px; }
.request-card i { width: 6px; height: 6px; border-radius: 50%; background: #56e2a4; box-shadow: 0 0 0 4px rgba(86,226,164,.16); }
.visual-badge { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.8); border-radius: 16px; background: rgba(255,255,255,.88); box-shadow: 0 15px 35px rgba(0,59,87,.13); backdrop-filter: blur(14px); }
.visual-badge > span:last-child { display: grid; }
.visual-badge strong { color: var(--navy); font-size: .83rem; }
.visual-badge small { margin-top: 3px; color: #75868c; font-size: .62rem; }
.badge-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; color: #f1aa35; background: #fff5de; font-weight: 900; }
.badge-secure .badge-icon { color: var(--teal); background: var(--mint); }
.badge-rating { top: 75px; left: 0; }.badge-secure { right: -2px; bottom: 74px; }

.proof-strip { position: relative; z-index: 5; border-block: 1px solid var(--line); background: white; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 27px; }
.proof-grid div { display: grid; gap: 4px; padding: 0 26px; border-right: 1px solid var(--line); }
.proof-grid div:first-child { padding-left: 0; }.proof-grid div:last-child { border: 0; }
.proof-grid strong { color: var(--navy); font-size: .88rem; }.proof-grid span { color: var(--muted); font-size: .75rem; }

.section { padding: 105px 0; }
.services-section { background: #fff; }
.section-heading { display: grid; grid-template-columns: 1.1fr .8fr; align-items: end; gap: 90px; }
.section-heading h2, .center-heading h2, .trust-copy h2, .app-card h2 { margin: 10px 0 0; color: var(--navy-deep); font-size: clamp(2rem, 3.5vw, 3.2rem); line-height: 1.13; letter-spacing: -.035em; }
.section-heading p, .trust-copy > p { margin: 0; color: var(--muted); line-height: 1.75; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; }
.service-card { position: relative; min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-6px); border-color: #badfdc; box-shadow: 0 20px 45px rgba(0,75,107,.1); }
.service-card.featured { background: linear-gradient(145deg, #f5fbfa, white); border-color: #bfe4e0; }
.service-icon { display: grid; place-items: center; width: 55px; height: 55px; border-radius: 17px; color: var(--teal); background: var(--mint); }
.service-icon svg { width: 28px; height: 28px; }
.service-card h3 { margin: 23px 0 10px; color: var(--navy); font-size: 1.08rem; }
.service-card p { margin: 0; color: var(--muted); font-size: .89rem; line-height: 1.65; }
.card-tag { position: absolute; top: 28px; right: 24px; padding: 6px 9px; border-radius: 99px; color: var(--teal); background: var(--mint); font-size: .61rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.steps-section { background: var(--ice); }
.center-heading { max-width: 720px; margin: 0 auto; text-align: center; }
.steps-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; margin-top: 64px; }
.steps-grid::before { content: ""; position: absolute; top: 51px; left: 17%; right: 17%; border-top: 1px dashed #9bc7c4; }
.steps-grid article { position: relative; z-index: 1; text-align: center; }
.step-number { position: absolute; top: -14px; right: calc(50% - 52px); color: #c6dcdd; font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.step-icon { display: grid; place-items: center; width: 76px; height: 76px; margin: 0 auto; border: 9px solid var(--ice); border-radius: 24px; color: white; background: linear-gradient(145deg, var(--navy), var(--teal)); box-shadow: 0 13px 30px rgba(0,75,107,.17); font-size: 1.6rem; font-weight: 300; }
.steps-grid h3 { margin: 23px 0 9px; color: var(--navy); font-size: 1.06rem; }
.steps-grid p { max-width: 290px; margin: auto; color: var(--muted); font-size: .88rem; line-height: 1.7; }

.trust-section { overflow: hidden; }
.trust-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 100px; }
.trust-panel { position: relative; display: grid; place-items: center; min-height: 455px; border-radius: 38px; background: radial-gradient(circle, #e3f7f4, #f3f9f9 65%); }
.trust-panel::before { content: ""; position: absolute; width: 310px; height: 310px; border: 1px dashed #9fd1cd; border-radius: 50%; }
.shield-large { position: relative; display: grid; place-items: center; width: 154px; height: 154px; border-radius: 47px; color: white; background: linear-gradient(145deg, var(--navy), var(--teal-bright)); box-shadow: 0 30px 60px rgba(0,75,107,.23); transform: rotate(-4deg); }
.shield-large svg { width: 76px; height: 76px; stroke-width: 1.5; }
.trust-card { position: absolute; display: grid; padding: 14px 17px; border: 1px solid white; border-radius: 15px; background: rgba(255,255,255,.92); box-shadow: 0 14px 35px rgba(0,75,107,.12); }
.trust-card strong { color: var(--navy); font-size: .78rem; }.trust-card span { color: var(--muted); margin-top: 4px; font-size: .61rem; }
.trust-card-one { top: 58px; left: 27px; }.trust-card-two { right: 19px; bottom: 54px; }
.trust-copy > p { margin-top: 20px; }
.check-list { display: grid; gap: 19px; margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 13px; }
.check-list li > span { display: grid; place-items: center; flex: 0 0 26px; height: 26px; border-radius: 50%; color: white; background: var(--teal); font-size: .72rem; font-weight: 900; }
.check-list div { display: grid; }.check-list strong { color: var(--navy); font-size: .9rem; }.check-list small { margin-top: 5px; color: var(--muted); font-size: .78rem; line-height: 1.5; }

.contact-section { background: linear-gradient(180deg, #f4f9fa 0%, #fff 100%); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 85px; }
.contact-copy h2 { margin: 11px 0 18px; color: var(--navy-deep); font-size: clamp(2rem, 3.5vw, 3.15rem); line-height: 1.13; letter-spacing: -.035em; }
.contact-copy > p { max-width: 510px; margin: 0; color: var(--muted); line-height: 1.75; }
.contact-channel { display: flex; align-items: center; gap: 14px; max-width: 455px; margin-top: 30px; padding: 16px; border: 1px solid #cfe4e5; border-radius: 17px; background: rgba(255,255,255,.9); box-shadow: 0 12px 35px rgba(0,75,107,.07); transition: transform .2s, box-shadow .2s; }
.contact-channel:hover { transform: translateY(-2px); box-shadow: 0 17px 40px rgba(0,75,107,.11); }
.contact-channel-icon { display: grid; place-items: center; flex: 0 0 46px; height: 46px; border-radius: 14px; color: var(--teal); background: var(--mint); }
.contact-channel-icon svg { width: 23px; height: 23px; }
.contact-channel > span:nth-child(2) { display: grid; flex: 1; }
.contact-channel small { color: var(--muted); font-size: .68rem; }
.contact-channel strong { margin-top: 3px; color: var(--navy); font-size: .92rem; }
.channel-arrow { color: var(--teal); }
.contact-points { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; margin-top: 25px; color: #4d646c; font-size: .79rem; font-weight: 650; }
.contact-points span { display: flex; align-items: center; gap: 8px; }
.contact-points i { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; color: white; background: var(--teal); font-size: .58rem; font-style: normal; }
.contact-emergency { display: grid; max-width: 455px; gap: 4px; margin-top: 30px; padding: 14px 16px; border-left: 3px solid #d47068; border-radius: 0 12px 12px 0; color: #85423d; background: #fff3f1; }
.contact-emergency strong { font-size: .76rem; }.contact-emergency span { font-size: .69rem; line-height: 1.45; }
.contact-form { padding: 35px; border: 1px solid var(--line); border-radius: 25px; background: white; box-shadow: 0 22px 60px rgba(0,59,87,.11); }
.form-heading { display: grid; margin-bottom: 24px; }
.form-heading strong { color: var(--navy); font-size: 1.25rem; }
.form-heading span { margin-top: 6px; color: var(--muted); font-size: .78rem; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 17px; color: #435b64; font-size: .73rem; font-weight: 700; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #d8e4e6; border-radius: 11px; outline: none; color: var(--ink); background: #fbfdfd; font: inherit; font-size: .82rem; font-weight: 500; transition: border-color .2s, box-shadow .2s; }
.contact-form input:not([type="checkbox"]), .contact-form select { height: 47px; padding: 0 13px; }
.contact-form textarea { min-height: 124px; resize: vertical; padding: 13px; line-height: 1.5; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(14,143,141,.1); }
.contact-form ::placeholder { color: #98a7ac; }
.consent-row { display: flex !important; grid-template-columns: none; align-items: flex-start; gap: 9px !important; color: var(--muted) !important; font-size: .66rem !important; font-weight: 500 !important; line-height: 1.5; }
.consent-row input { flex: 0 0 auto; width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--teal); }
.consent-row a { color: var(--teal); text-decoration: underline; }
.contact-submit { width: 100%; border: 0; cursor: pointer; font: inherit; }
.form-status { min-height: 18px; margin: 9px 0 0; color: var(--teal); text-align: center; font-size: .7rem; font-weight: 700; }

.app-section { padding-top: 35px; }
.app-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; min-height: 405px; padding: 62px 70px; border-radius: 32px; color: white; background: linear-gradient(135deg, #003b57, #005f74 60%, #0a8884); box-shadow: var(--shadow); }
.app-card::before { content: ""; position: absolute; right: -100px; top: -170px; width: 470px; height: 470px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.03), 0 0 0 140px rgba(255,255,255,.02); }
.app-card > div { position: relative; z-index: 1; }
.launch-badge { display: inline-flex; padding: 7px 11px; border: 1px solid rgba(255,255,255,.3); border-radius: 99px; color: #b7efeb; background: rgba(255,255,255,.08); font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.app-card h2 { max-width: 710px; color: white; }
.app-card p { max-width: 650px; margin: 17px 0 0; color: rgba(255,255,255,.73); line-height: 1.7; }
.store-row { display: flex; gap: 11px; margin-top: 28px; }
.store-placeholder { display: flex; align-items: center; min-width: 158px; gap: 10px; padding: 10px 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(0,0,0,.14); }
.store-placeholder b { font-size: 1.45rem; }.store-placeholder span { display: grid; font-size: .84rem; font-weight: 750; }.store-placeholder small { font-size: .55rem; font-weight: 500; opacity: .7; }
.app-mark { justify-self: center; width: 225px; height: 225px; padding: 12px; border-radius: 52px; background: rgba(255,255,255,.12); transform: rotate(5deg); }
.app-mark img { width: 100%; height: 100%; border-radius: 42px; object-fit: cover; }

.emergency-note { border-bottom: 1px solid #f0d4d1; color: #7c302b; background: #fff4f2; }
.emergency-note .container { display: flex; align-items: center; justify-content: center; gap: 11px; padding-block: 16px; font-size: .79rem; }
.site-footer { padding: 70px 0 25px; color: #b9cbd1; background: #052f43; }
.footer-grid { display: grid; grid-template-columns: 1.8fr .65fr .85fr; gap: 80px; }
.brand-light strong { color: white; }.brand-light small { color: #87d9d5; }
.footer-brand p { max-width: 390px; margin: 20px 0 0; font-size: .82rem; line-height: 1.7; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; font-size: .79rem; }
.footer-grid > div:not(.footer-brand) strong { margin-bottom: 5px; color: white; font-size: .86rem; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .7rem; }

[data-reveal] { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .main-nav { gap: 18px; }.nav-cta { display: none; }
  .hero-grid { gap: 20px; }.hero h1 { font-size: 3.6rem; }
  .badge-rating { left: -20px; }.badge-secure { right: -20px; }
  .section-heading { gap: 40px; }.trust-grid { gap: 50px; }.contact-grid { gap: 45px; }
  .app-card { padding: 55px 48px; }.app-mark { width: 180px; height: 180px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 620px); }
  .nav-wrap { min-height: 70px; }
  .brand img { width: 42px; height: 42px; }.brand strong { font-size: 1rem; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 70px 14px auto; display: grid; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .2s; }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { padding: 14px 12px; }.main-nav .nav-cta { display: block; margin-top: 5px; text-align: center; background: var(--mint); }
  .hero { min-height: auto; padding: 115px 0 65px; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }.hero-copy { text-align: center; }.hero h1 { margin-inline: auto; font-size: clamp(2.75rem, 13vw, 4rem); }.hero-copy > p { margin-inline: auto; font-size: 1rem; }.hero-actions, .hero-trust { justify-content: center; }
  .hero-visual { min-height: 525px; }.hero-visual::before { width: 410px; height: 410px; }.phone-shell { transform: none; }
  .badge-rating { left: 0; top: 50px; }.badge-secure { right: 0; bottom: 60px; }
  .proof-grid { grid-template-columns: 1fr 1fr; gap: 22px 0; }.proof-grid div { padding: 0 18px; }.proof-grid div:nth-child(2) { border: 0; }.proof-grid div:nth-child(3) { padding-left: 0; }
  .section { padding: 78px 0; }.section-heading { grid-template-columns: 1fr; gap: 18px; text-align: center; }.services-grid { grid-template-columns: 1fr 1fr; margin-top: 38px; }.service-card { min-height: 230px; }
  .steps-grid { grid-template-columns: 1fr; gap: 45px; }.steps-grid::before { top: 10%; bottom: 10%; left: 50%; right: auto; height: auto; border-top: 0; border-left: 1px dashed #9bc7c4; }
  .steps-grid article { background: var(--ice); }.trust-grid { grid-template-columns: 1fr; }.trust-panel { min-height: 410px; }.trust-copy { text-align: center; }.check-list { text-align: left; }
  .contact-grid { grid-template-columns: 1fr; }.contact-copy { text-align: center; }.contact-copy > p, .contact-channel, .contact-emergency { margin-inline: auto; }.contact-points { max-width: 455px; margin-inline: auto; text-align: left; }
  .app-section { padding-top: 20px; }.app-card { grid-template-columns: 1fr; padding: 48px 30px; text-align: center; }.app-card p { margin-inline: auto; }.store-row { justify-content: center; }.app-mark { display: none; }
  .footer-grid { grid-template-columns: 1.4fr .7fr .9fr; gap: 35px; }
}

@media (max-width: 520px) {
  .hero-actions { display: grid; }.button { width: 100%; }.hero-trust { gap: 11px; font-size: .73rem; }
  .hero-visual { min-height: 470px; transform: scale(.88); margin: -25px -20px; }.phone-shell { height: 520px; }
  .visual-badge { padding: 10px 12px; }.badge-rating { left: -2px; }.badge-secure { right: -2px; }
  .proof-grid { grid-template-columns: 1fr; }.proof-grid div, .proof-grid div:nth-child(3) { padding: 0; border: 0; text-align: center; }
  .services-grid { grid-template-columns: 1fr; }.service-card { min-height: 0; }
  .trust-panel { min-height: 350px; }.trust-panel::before { width: 260px; height: 260px; }.shield-large { width: 130px; height: 130px; }.trust-card-one { top: 30px; left: 8px; }.trust-card-two { right: 5px; bottom: 35px; }
  .store-row { flex-direction: column; align-items: center; }.store-placeholder { width: 180px; }.app-card { padding-inline: 22px; }
  .contact-points, .form-row { grid-template-columns: 1fr; }.contact-form { padding: 25px 19px; }.contact-channel strong { font-size: .8rem; }
  .emergency-note .container { align-items: flex-start; flex-direction: column; gap: 4px; text-align: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { gap: 15px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
