:root {
  --brand: #044b44;
  --brand-hover: #06635a;
  --brand-muted: #e8f4f2;
  --ink: #0f1a18;
  --muted: #4a5c59;
  --faint: #8fa09d;
  --surface: #f7faf9;
  --border: #e2edeb;
  --white: #fff;
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 24px 50px -24px rgba(4, 75, 68, .24);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font); -webkit-font-smoothing: antialiased; }
body.admin-bar .site-header { top: 32px; }
a, button { transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .22s ease, box-shadow .22s ease; }
::selection { color: #fff; background: var(--brand); }
.container { width: min(100% - 48px, 1200px); margin-inline: auto; }
.section { padding: clamp(84px, 9vw, 112px) 0; }
.surface { background: var(--surface); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { width: auto; height: auto; margin: 8px; padding: 10px 14px; clip: auto; background: #fff; z-index: 1000; }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.92); backdrop-filter: blur(14px); border-bottom: 1px solid var(--border); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; color: var(--brand); font-size: 23px; font-weight: 850; letter-spacing: -.055em; text-decoration: none; }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a, .site-footer a { position: relative; color: var(--muted); font-size: 14px; font-weight: 650; text-decoration: none; }
.desktop-nav a::after, .site-footer li a::after { content: ""; position: absolute; left: 0; bottom: -5px; width: 0; height: 2px; background: var(--brand); transition: width .22s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after, .site-footer li a:hover::after, .site-footer li a:focus-visible::after { width: 100%; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 22px; border-radius: 12px; color: #fff; background: var(--brand); font-size: 15px; font-weight: 750; text-decoration: none; }
.button:hover, .button:focus-visible { color: #fff; background: var(--brand-hover); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(4,75,68,.24); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; border-radius: 10px; color: var(--brand); background: var(--brand-muted); cursor: pointer; font-size: 23px; }
.mobile-nav { padding: 8px 24px 22px; border-top: 1px solid var(--border); }
.mobile-nav[hidden] { display: none; }
.mobile-nav a:not(.button) { display: block; padding: 9px 0; color: var(--ink); font-weight: 650; text-decoration: none; }
.mobile-nav .button { margin-top: 8px; }

.hero { position: relative; overflow: hidden; padding-top: clamp(64px, 9vw, 118px); padding-bottom: 96px; }
.hero-glow { position: absolute; inset: 0; background: radial-gradient(1100px 520px at 78% -8%, #eaf5f2 0%, rgba(234,245,242,0) 62%); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 64px; }
.pill { display: inline-flex; align-items: center; gap: 7px; width: fit-content; margin: 0 0 26px; padding: 7px 13px; border-radius: 999px; color: var(--brand); background: var(--brand-muted); font-size: 12px; font-weight: 750; }
.hero h1 { margin: 0 0 22px; color: var(--ink); font-size: clamp(43px, 5.6vw, 70px); font-weight: 850; letter-spacing: -.06em; line-height: 1.02; }
.hero h1 span { color: var(--brand); }
.hero-lead { max-width: 470px; margin: 0 0 34px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.arrow-link { display: inline-flex; align-items: center; gap: 8px; padding: 13px 4px; color: var(--brand); font-size: 15px; font-weight: 750; text-decoration: none; }
.arrow-link span { transition: transform .22s ease; }
.arrow-link:hover span { transform: translateX(4px); }
.phone-stage { position: relative; justify-self: center; width: min(100%, 430px); }
.phone-halo { position: absolute; top: 50%; left: 50%; width: 410px; height: 410px; border-radius: 50%; background: radial-gradient(circle, #dcefeb 0%, #eaf5f2 60%, rgba(234,245,242,0) 72%); transform: translate(-50%,-50%); }
.phone { position: relative; width: 276px; margin: auto; padding: 8px; border-radius: 42px; background: #10211e; box-shadow: 0 40px 80px -20px rgba(4,75,68,.34), 0 12px 28px rgba(4,75,68,.16); transform: rotate(-3deg); }
.phone-screen { position: relative; min-height: 510px; overflow: hidden; padding: 31px 20px 22px; border-radius: 34px; color: #fff; background: linear-gradient(155deg,#075b52 0%,var(--brand) 52%,#023d37 100%); }
.phone-screen::before { content: ""; position: absolute; width: 210px; height: 210px; top: 98px; right: -94px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.phone-screen::after { content: ""; position: absolute; width: 145px; height: 145px; bottom: -56px; left: -48px; border-radius: 50%; background: rgba(255,255,255,.06); }
.phone-notch { position: absolute; top: 10px; left: 50%; width: 76px; height: 20px; border-radius: 99px; background: #10211e; transform: translateX(-50%); }
.phone-meta { position: relative; display: flex; justify-content: space-between; font-size: 9px; font-weight: 750; opacity: .8; }
.phone-content { position: relative; margin-top: 86px; }
.phone-spark { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 19px; color: var(--brand); background: #fff; box-shadow: 0 14px 30px rgba(0,0,0,.16); font-size: 30px; }
.phone-content h2 { margin: 26px 0 0; font-size: 34px; font-weight: 850; letter-spacing: -.06em; line-height: 1.05; }
.phone-content p { max-width: 190px; margin: 15px 0 0; color: rgba(255,255,255,.76); font-size: 12.5px; line-height: 1.55; }
.phone-status { position: relative; display: flex; align-items: center; gap: 10px; margin-top: 56px; padding: 12px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(255,255,255,.11); }
.status-icon { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 11px; background: rgba(255,255,255,.16); }
.phone-status strong, .phone-status small { display: block; }
.phone-status strong { font-size: 11px; }
.phone-status small { margin-top: 2px; color: rgba(255,255,255,.7); font-size: 9.5px; }

.trust-bar { border-block: 1px solid var(--border); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; padding-block: 22px; }
.trust-grid p { display: flex; align-items: center; gap: 11px; margin: 0; color: var(--muted); font-size: 14px; font-weight: 650; }
.trust-grid span { color: var(--brand); font-size: 21px; }
.section-kicker { margin: 0 0 15px; color: var(--brand); font-size: 12px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.section-title { max-width: 680px; margin: 0; color: var(--ink); font-size: clamp(32px,4.2vw,50px); font-weight: 850; letter-spacing: -.052em; line-height: 1.06; }
.centered { text-align: center; margin-inline: auto; }
.section-heading { max-width: 680px; margin-bottom: 52px; }
.section-heading > p:last-child { margin: 16px 0 0; color: var(--muted); font-size: 16.5px; line-height: 1.65; }
.second-title { margin-top: 80px; }

.steps { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.steps::before { content: ""; position: absolute; top: 66px; left: 18%; right: 18%; border-top: 2px dashed #cfe0dc; }
.steps article { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; }
.step-icon { position: relative; display: grid; width: 132px; height: 132px; margin-bottom: 26px; place-items: center; border: 1px solid #e2ede9; border-radius: 50%; color: var(--brand); background: #fff; box-shadow: 0 18px 40px -18px rgba(4,75,68,.22); }
.step-icon > span { display: grid; width: 68px; height: 68px; place-items: center; border-radius: 50%; background: var(--brand-muted); font-size: 30px; }
.step-icon b { position: absolute; top: -6px; right: -6px; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: #fff; background: var(--brand); font-size: 14px; }
.steps h3, .feature-card h3 { max-width: 260px; margin: 0 0 10px; font-size: 21px; font-weight: 800; letter-spacing: -.03em; }
.steps p, .feature-card p { max-width: 290px; margin: 0; color: #6b7c79; font-size: 15px; line-height: 1.6; }

.usage-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.usage-card { padding: clamp(32px,4vw,46px); border: 1px solid var(--border); border-radius: 24px; background: #fff; }
.usage-card.dark { color: #fff; border: 0; background: var(--brand); box-shadow: 0 30px 60px -24px rgba(4,75,68,.5); }
.card-icon { display: grid; width: 52px; height: 52px; margin-bottom: 26px; place-items: center; border-radius: 16px; color: var(--brand); background: var(--brand-muted); font-size: 25px; }
.dark .card-icon { color: #fff; background: rgba(255,255,255,.14); }
.usage-card h3 { margin: 0 0 12px; font-size: 28px; font-weight: 850; letter-spacing: -.035em; }
.usage-card > p { max-width: 380px; margin: 0 0 24px; color: var(--muted); line-height: 1.6; }
.usage-card.dark > p { color: rgba(255,255,255,.72); }
.usage-card ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.usage-card li { display: flex; align-items: center; gap: 10px; font-size: 14.5px; font-weight: 650; }
.usage-card li::before { content: "✓"; display: grid; width: 22px; height: 22px; flex: 0 0 22px; place-items: center; border-radius: 50%; color: var(--brand); background: var(--brand-muted); font-size: 13px; }
.usage-card.dark li::before { color: #fff; background: rgba(255,255,255,.16); }
.lift { transition: transform .28s cubic-bezier(.2,.7,.3,1), box-shadow .28s ease, border-color .28s ease; }
.lift:hover { transform: translateY(-4px); }

.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.feature-card { padding: 30px 28px; border: 1px solid var(--border); border-radius: 20px; background: #fff; box-shadow: 0 1px 2px rgba(4,75,68,.04); }
.feature-card .card-icon { margin-bottom: 22px; }

.proximity-section { padding-top: 0; }
.proximity-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 72px; }
.proximity-grid > div:first-child > p:last-child { max-width: 380px; color: var(--muted); line-height: 1.7; }
.map-card { position: relative; min-height: 360px; overflow: hidden; border: 1px solid #dbeae7; border-radius: 24px; background: var(--brand-muted); box-shadow: var(--shadow); }
.map-lines { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .64; }
.map-lines path { fill: none; stroke: #b7d7d0; stroke-width: 2; }
.map-lines .road { stroke: #c8e2dc; stroke-width: 8; }
.map-card > i { position: absolute; top: var(--top); left: var(--left); display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50% 50% 50% 5%; color: #fff; background: var(--brand); box-shadow: 0 6px 14px rgba(4,75,68,.25); transform: rotate(-45deg); font-style: normal; }
.map-card > i::first-letter { transform: rotate(45deg); }
.map-note { position: absolute; left: 18px; bottom: 18px; display: flex; align-items: center; gap: 11px; padding: 12px 14px; border: 1px solid var(--border); border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: 0 10px 24px rgba(4,75,68,.1); }
.map-note > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; color: var(--brand); background: var(--brand-muted); }
.map-note p, .map-note strong, .map-note small { display: block; margin: 0; }
.map-note strong { font-size: 13px; }
.map-note small { color: var(--faint); font-size: 12px; }

.category-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.category-card { display: flex; min-height: 138px; padding: 28px 18px; align-items: center; justify-content: center; flex-direction: column; gap: 16px; border: 1px solid var(--border); border-radius: 18px; text-align: center; }
.category-card span { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 14px; color: var(--brand); background: var(--brand-muted); font-size: 24px; transition: background .22s,color .22s; }
.category-card h3 { margin: 0; font-size: 14.5px; font-weight: 750; }
.category-card:hover { border-color: var(--brand); box-shadow: 0 14px 30px rgba(4,75,68,.09); }
.category-card:hover span { color: #fff; background: var(--brand); }

.faq-wrap { width: min(100% - 48px,760px); margin-inline: auto; }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { position: relative; padding: 22px 42px 22px 0; cursor: pointer; font-size: 16.5px; font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "⌄"; position: absolute; right: 2px; color: var(--brand); font-size: 20px; transition: transform .22s; }
.faq-list details[open] summary::after { transform: rotate(180deg); }
.faq-list details p { max-width: 650px; margin: 0 0 24px; color: var(--muted); font-size: 15.5px; line-height: 1.7; }

.launch-wrap { padding: 24px 0 100px; }
.launch-card { position: relative; overflow: hidden; padding: clamp(56px,8vw,92px) 28px; border-radius: 30px; color: #fff; background: var(--brand); text-align: center; }
.launch-orb { position: absolute; border-radius: 50%; background: rgba(255,255,255,.06); }
.launch-orb.one { top: -120px; right: -80px; width: 360px; height: 360px; }
.launch-orb.two { bottom: -140px; left: -60px; width: 260px; height: 260px; }
.launch-content { position: relative; }
.pill.inverse { margin-inline: auto; color: #fff; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.1); }
.launch-card h2 { margin: 0 0 17px; font-size: clamp(34px,5vw,56px); font-weight: 850; letter-spacing: -.052em; line-height: 1.06; }
.launch-content > p:not(.pill) { max-width: 500px; margin: 0 auto 36px; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.6; }
.store-badges { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.store-badges span { display: inline-flex; padding: 13px 22px; border: 1px solid rgba(255,255,255,.24); border-radius: 13px; background: rgba(255,255,255,.08); font-size: 14px; font-weight: 750; }

.site-footer { padding: 64px 0 32px; border-top: 1px solid var(--border); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 40px; padding-bottom: 44px; border-bottom: 1px solid var(--border); }
.footer-intro { max-width: 280px; }
.footer-intro p { margin: 14px 0 0; color: var(--faint); font-size: 14px; line-height: 1.6; }
.site-footer h2 { margin: 0 0 16px; font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.site-footer ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; padding-top: 26px; }
.footer-bottom p { margin: 0; color: var(--faint); font-size: 13px; }

.subpage { width: min(100% - 48px,760px); min-height: 55vh; margin-inline: auto; padding-block: clamp(64px,9vw,110px); }
.subpage .back-link { display: inline-flex; align-items: center; gap: 7px; width: fit-content; margin-bottom: 28px; padding: 8px 12px; border-radius: 999px; color: var(--brand); background: var(--brand-muted); font-size: 14px; font-weight: 750; text-decoration: none; }
.subpage .back-link:hover, .subpage .back-link:focus-visible { background: #dcefeb; transform: translateX(-2px); }
.subpage > h1 { max-width: 680px; margin: 0 0 36px; font-size: clamp(36px,4.4vw,52px); font-weight: 850; letter-spacing: -.05em; line-height: 1.06; }
.subpage .wp-block-post-content { width: 100%; margin: 0; }
.legal-list { margin: 0; border-top: 1px solid var(--border); }
.legal-list > div { display: grid; grid-template-columns: 200px 1fr; gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--border); }
.legal-list dt { color: var(--faint); font-size: 13px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.legal-list dd { margin: 0; font-size: 16px; line-height: 1.6; }
.legal-list a, .legal-copy a { color: var(--brand); font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-copy > p { margin: 0 0 14px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.legal-copy h2 { margin: 38px 0 12px; font-size: 22px; font-weight: 800; letter-spacing: -.03em; }
.legal-copy .last-updated { margin-top: 24px; color: var(--faint); font-size: 14px; }
.contact-copy > p { max-width: 500px; margin: 0 0 32px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.contact-card { display: inline-flex; align-items: center; gap: 14px; padding: 20px 24px; border: 1px solid var(--border); border-radius: 18px; text-decoration: none; }
.contact-card > span:first-child { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 13px; color: var(--brand); background: var(--brand-muted); font-size: 22px; }
.contact-card small, .contact-card strong { display: block; }
.contact-card small { margin-bottom: 3px; color: var(--faint); font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.contact-card strong { color: var(--brand); font-size: 18px; }

.reveal { opacity: 0; transform: translateY(22px); animation: reveal .7s cubic-bezier(.2,.7,.3,1) forwards; }
@keyframes reveal { to { opacity: 1; transform: none; } }

@media (max-width: 860px) {
  .desktop-nav, .desktop-cta { display: none; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .hero-grid { grid-template-columns: 1fr; gap: 56px; text-align: center; }
  .hero-copy .pill, .hero-actions { margin-inline: auto; justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .steps { grid-template-columns: 1fr; gap: 44px; }
  .steps::before { display: none; }
  .feature-grid { grid-template-columns: 1fr; }
  .proximity-grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 760px) {
  body.admin-bar .site-header { top: 46px; }
  .container, .faq-wrap { width: min(100% - 32px,1200px); }
  .subpage { width: min(100% - 32px,760px); }
  .usage-grid { grid-template-columns: 1fr; }
  .category-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-intro { grid-column: 1 / -1; }
  .phone { transform: none; }
  .phone-halo { width: 340px; height: 340px; }
  .legal-list > div { grid-template-columns: 1fr; gap: 6px; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 40px; }
  .phone { width: 250px; }
  .phone-screen { min-height: 470px; }
  .trust-grid { grid-template-columns: 1fr; }
  .category-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .category-card { min-height: 126px; padding: 20px 10px; }
  .footer-grid { grid-template-columns: 1fr; }
  .contact-card { width: 100%; padding: 16px; }
  .contact-card strong { font-size: 15px; }
}

@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; }
}
