:root {
  color-scheme: light;
  --ink: #071a36;
  --muted: #52647d;
  --paper: #f4f8fc;
  --paper-deep: #e8f0f8;
  --white: #ffffff;
  --green: #087ff5;
  --green-dark: #062044;
  --lime: #22ee91;
  --coral: #13d8e8;
  --line: #dce7f1;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; overflow-x: hidden; }
a { color: inherit; }
.site-header a, footer a, .button, .text-link { min-height: 44px; }
a:focus-visible { outline: 3px solid #087ff5; outline-offset: 4px; border-radius: .35rem; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -5rem; padding: .75rem 1rem; background: var(--ink); color: white; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.site-header, footer { max-width: 78rem; margin: auto; padding: 1.2rem clamp(1rem, 4vw, 3rem); display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.site-header { position: relative; z-index: 10; }
.brand { display: flex; align-items: center; gap: .7rem; font-weight: 800; letter-spacing: -.03em; text-decoration: none; }
.brand img { border-radius: 12px; }
.site-header nav, footer nav { display: flex; align-items: center; flex-wrap: wrap; gap: 1.15rem; font-size: .9rem; font-weight: 600; }
.site-header nav > a { display: inline-flex; align-items: center; min-height: 44px; }
.site-header nav a, footer nav a { text-decoration: none; }
.site-header nav a:hover, footer nav a:hover { text-decoration: underline; text-underline-offset: 4px; }
.language-switcher { display: flex; align-items: center; height: 44px; padding: 3px; border: 1px solid var(--line); border-radius: 999px; }
.language-switcher a { display: inline-flex; align-items: center; min-height: 36px; padding: 0 .55rem; border-radius: 999px; font-size: .75rem; }
.language-switcher a[aria-current="page"] { color: white; background: var(--ink); text-decoration: none; }
.nav-cta { height: 44px; padding: 0 1rem; color: white; background: var(--green-dark); border-radius: 999px; }
.nav-cta:hover { text-decoration: none !important; background: var(--green); }

main { max-width: 78rem; margin: auto; padding: 0 clamp(1rem, 4vw, 3rem) 5rem; }
h1, h2, h3 { font-family: inherit; }
h1 { max-width: 12ch; margin: .7rem 0 1.5rem; font-size: clamp(3.2rem, 7vw, 6.7rem); line-height: .94; letter-spacing: -.07em; }
h1 em { color: var(--green); font-style: normal; }
h2 { margin: .5rem 0 1.5rem; font-size: clamp(2.1rem, 4.7vw, 4rem); line-height: 1.05; letter-spacing: -.055em; }
h3 { letter-spacing: -.025em; }
.eyebrow { margin: 0; color: #0068cf; font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero { min-height: 43rem; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: clamp(2rem, 5vw, 6rem); padding: clamp(4rem, 7vw, 7rem) 0 5rem; }
.lede { max-width: 41rem; margin: 0; color: var(--muted); font-size: clamp(1.15rem, 2vw, 1.42rem); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.3rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; gap: .8rem; min-height: 48px; padding: .95rem 1.25rem; border-radius: 999px; color: white; background: var(--green-dark); box-shadow: 0 12px 30px #087ff52b; font-weight: 700; text-decoration: none; }
.button span { font-size: 1.25em; }
.text-link { font-weight: 700; text-underline-offset: 5px; }
.microcopy { margin-top: .9rem; color: var(--muted); font-size: .82rem; }

.hero-visual { position: relative; min-height: 34rem; display: grid; place-items: center; }
.radar-orbit { position: absolute; border: 1px solid #16785b35; border-radius: 50%; }
.orbit-one { width: 32rem; height: 32rem; }
.orbit-two { width: 22rem; height: 22rem; }
.hero-visual::before { content: ""; position: absolute; width: 15rem; height: 15rem; background: var(--coral); border-radius: 50%; filter: blur(1px); }
.phone-frame { position: relative; width: min(100%, 16.5rem); aspect-ratio: 9 / 18.7; padding: .48rem; background: #17211d; border: 2px solid #3e4743; border-radius: 2.4rem; box-shadow: 0 26px 70px #17211d35; }
.phone-frame::before { content: ""; position: absolute; z-index: 2; top: .75rem; left: 50%; width: 4.5rem; height: 1.25rem; transform: translateX(-50%); background: #17211d; border-radius: 99px; }
.phone-screen { height: 100%; padding: 2.6rem 1rem 1rem; overflow: hidden; color: var(--ink); background: #faf8f2; border-radius: 1.95rem; }
.phone-hero { transform: rotate(4deg); }
.preview-label { display: inline-block; padding: .35rem .55rem; color: var(--green-dark); background: #daf5a3; border-radius: 999px; font-size: .58rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.mock-header { display: grid; gap: .2rem; margin: 1.5rem 0 1rem; }
.mock-header span { color: var(--muted); font-size: .75rem; }
.mock-header strong { font-size: 1.35rem; font-weight: 800; }
.mock-card { margin-top: .75rem; padding: 1rem; background: white; border: 1px solid #e7e4dc; border-radius: 1rem; box-shadow: 0 8px 25px #17211d0d; }
.mock-card.featured { min-height: 10.5rem; padding-top: 4rem; color: white; background: linear-gradient(155deg, #087ff5, #062044); }
.mock-card .mock-title { display: block; margin: .55rem 0 .3rem; font-size: 1rem; }
.mock-card p, .mock-card small { margin: 0; font-size: .65rem; opacity: .85; }
.match-pill { padding: .25rem .45rem; color: var(--green-dark); background: var(--lime); border-radius: 99px; font-size: .58rem; font-weight: 800; }
.mock-line { display: block; width: 60%; height: .45rem; margin: .5rem 0; background: #e1ded5; border-radius: 99px; }
.mock-line.wide { width: 90%; }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.trust-strip span { padding: 1.3rem 1rem; text-align: center; font-size: .85rem; font-weight: 700; }
.trust-strip span + span { border-left: 1px solid var(--line); }
.trust-strip span::before { content: "✓"; margin-right: .5rem; color: var(--green); }
.section-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 7vw, 8rem); padding: clamp(6rem, 10vw, 9rem) 0; }
.section-copy { padding-top: 1.6rem; color: var(--muted); font-size: 1.15rem; line-height: 1.75; }
.section-copy p:first-child { margin-top: 0; }
.steps-section, .use-cases { padding: clamp(5rem, 9vw, 8rem) clamp(1.2rem, 4vw, 3.5rem); color: white; background: var(--green-dark); border-radius: 2.5rem; }
.section-heading { max-width: 48rem; }
.steps-section .eyebrow, .use-cases .eyebrow, .final-cta .eyebrow { color: var(--lime); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 4rem; border-top: 1px solid #ffffff30; }
.steps article { padding: 2rem 2rem 0 0; }
.steps article + article { padding-left: 2rem; border-left: 1px solid #ffffff30; }
.step-number { color: var(--lime); font-size: .8rem; font-weight: 700; letter-spacing: .1em; }
.steps h3 { margin: 1.3rem 0 .7rem; font-size: 1.35rem; }
.steps p { margin: 0; color: #d5e1dc; line-height: 1.65; }

.preview-section { padding: clamp(7rem, 12vw, 11rem) 0; }
.centered { max-width: 50rem; margin: auto; text-align: center; }
.centered p:last-child { color: var(--muted); font-size: 1.1rem; }
.preview-gallery { display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: clamp(1rem, 3vw, 3rem); max-width: 60rem; margin: 4rem auto 0; }
.preview-gallery figure { margin: 0; text-align: center; }
.preview-gallery .phone-frame { width: 14rem; margin: auto; }
.preview-featured .phone-frame { width: 16rem; }
.placeholder-screen { display: grid; align-content: center; gap: 1rem; background: repeating-linear-gradient(135deg, #faf8f2, #faf8f2 18px, #f1eee6 18px, #f1eee6 36px); }
.placeholder-screen strong { margin-top: 1.2rem; font-size: 1.35rem; font-weight: 800; }
.placeholder-screen p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.5; }
figcaption { display: grid; gap: .3rem; margin-top: 1.3rem; }
figcaption strong { font-family: inherit; }
figcaption span { color: var(--muted); font-size: .88rem; }

.use-cases { background: var(--ink); }
.use-case-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 3.5rem; }
.use-case-grid article { display: grid; grid-template-columns: auto 1fr; gap: 1rem; padding: 1.5rem; background: #ffffff0b; border: 1px solid #ffffff1f; border-radius: 1rem; }
.use-case-grid span { color: var(--lime); font-size: 1.35rem; }
.use-case-grid p { margin: 0; color: #eef2ef; font-size: 1.05rem; line-height: 1.55; }
.trust-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.trust-list article { padding-top: 1rem; border-top: 1px solid var(--line); }
.trust-list h3 { margin: .5rem 0; font-size: 1rem; }
.trust-list p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.6; }
.final-cta { padding: clamp(4rem, 9vw, 7rem); color: white; background: var(--green-dark); border-radius: 2.5rem; text-align: center; }
.final-cta h2 { margin-inline: auto; font-size: clamp(2.5rem, 6vw, 5rem); }
.final-cta > p:not(.eyebrow) { max-width: 40rem; margin: 0 auto 1.7rem; color: #e2f1ec; font-size: 1.1rem; line-height: 1.6; }
.button-light { color: var(--green-dark); background: var(--lime); box-shadow: none; }

.prose { max-width: 54rem; margin: auto; padding: clamp(4rem, 8vw, 7rem) 0; font-size: 1.05rem; line-height: 1.75; }
.prose h1 { max-width: none; font-size: clamp(3rem, 7vw, 5rem); }
.prose h2 { margin-top: 3rem; font-size: 1.65rem; letter-spacing: -.035em; }
.prose p, .prose li { color: #414b47; }
.prose a { color: var(--green-dark); font-weight: 600; text-underline-offset: 3px; }
.last-updated { color: var(--muted); font-size: .9rem; }
.legal-notice { padding: 1.2rem 1.35rem; background: #dff7fb; border-left: 4px solid var(--green); border-radius: .4rem; }
.legal-toc { display: flex; flex-wrap: wrap; gap: .65rem 1rem; margin: 2.5rem 0; padding: 1.25rem; background: var(--white); border: 1px solid var(--line); border-radius: 1rem; font-size: .9rem; }
.legal-toc strong { flex-basis: 100%; }
.legal-page section { scroll-margin-top: 2rem; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-block: 3rem; }
.support-grid section, .numbered-cards li, .callout { padding: 1.4rem; background: var(--white); border: 1px solid var(--line); border-radius: 1rem; }
.support-grid h2, .numbered-cards h2 { margin-top: 0; font-size: 1.4rem; }
.support-grid .button { margin-top: .6rem; font-size: .92rem; }
.numbered-cards { display: grid; gap: 1rem; margin: 3rem 0; padding: 0; list-style: none; counter-reset: steps; }
.numbered-cards li { counter-increment: steps; }
.numbered-cards li::before { content: counter(steps, decimal-leading-zero); color: var(--green); font-weight: 800; letter-spacing: .1em; }
.callout { margin-top: 3rem; border-left: 4px solid var(--coral); }
.not-found hr { margin-block: 3rem; border: 0; border-top: 1px solid var(--line); }
.prose .action-list { display: grid; gap: 1rem; padding: 0; list-style: none; }
.prose .action-list li { padding: 1rem 1.2rem; background: var(--white); border: 1px solid var(--line); border-radius: 1rem; }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin: 2rem 0; }
.contact-grid article { padding: 1.25rem; background: var(--white); border: 1px solid var(--line); border-radius: 1rem; }
.contact-grid h2 { margin-top: 0; font-size: 1.25rem; }
.not-found { min-height: 60vh; display: grid; align-content: center; justify-items: start; }
.not-found h1 { max-width: none; }

footer { align-items: flex-end; margin-top: 3rem; padding-block: 3rem; border-top: 1px solid var(--line); color: var(--muted); }
.footer-brand { color: var(--ink); }
footer div > p { margin: .8rem 0 0; font-size: .85rem; }
.copyright { margin: 0; font-size: .8rem; }

@media (prefers-reduced-motion: no-preference) {
  .button, .nav-cta { transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
  .button:hover { transform: translateY(-2px); box-shadow: 0 16px 35px #16785b3d; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
@media (max-width: 800px) {
  .nav-home { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 3rem; }
  .hero-copy { position: relative; z-index: 1; }
  .hero-visual { min-height: 31rem; }
  .section-grid { grid-template-columns: 1fr; gap: 1rem; }
  .steps { grid-template-columns: 1fr; }
  .steps article, .steps article + article { padding: 1.5rem 0; border-left: 0; border-bottom: 1px solid #ffffff30; }
  .preview-gallery { gap: .5rem; }
  .preview-gallery .phone-frame, .preview-featured .phone-frame { width: min(100%, 13rem); }
  footer { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 600px) {
  .site-header { align-items: flex-start; }
  .site-header nav { justify-content: flex-end; gap: .6rem; }
  .nav-cta { display: none; }
  .trust-strip, .use-case-grid, .trust-list, .support-grid { grid-template-columns: 1fr; }
  .trust-strip span + span { border-left: 0; border-top: 1px solid var(--line); }
  .preview-gallery { grid-template-columns: 1fr; gap: 3.5rem; }
  .preview-gallery .phone-frame, .preview-featured .phone-frame { width: 15rem; }
  .steps-section, .use-cases, .final-cta { border-radius: 1.5rem; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
@media (forced-colors: active) {
  .button, .nav-cta, .language-switcher a[aria-current="page"] { border: 2px solid ButtonText; }
}
