:root {
  color-scheme: light;
  --navy-950: #061a35;
  --navy-900: #082247;
  --navy-800: #0d315f;
  --blue-700: #075db9;
  --blue-600: #0b6dd7;
  --blue-100: #e6f1ff;
  --green-700: #08784d;
  --green-600: #0b915d;
  --green-100: #e5f6ee;
  --ink: #0a1e3d;
  --muted: #52627a;
  --line: #d9e1eb;
  --surface: #ffffff;
  --canvas: #f4f7fb;
  --shadow: 0 24px 70px rgba(8, 34, 71, .13);
  --radius: 18px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; background: var(--canvas); }
body { margin: 0; color: var(--ink); background: var(--surface); }
a, button { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { font: inherit; }
.wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; transform: translateY(-160%); border-radius: 8px; color: #fff; background: var(--navy-950); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(217, 225, 235, .82); background: rgba(255, 255, 255, .92); backdrop-filter: blur(16px); }
.header-inner { display: flex; min-height: 74px; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 23px; font-weight: 820; letter-spacing: -.04em; text-decoration: none; }
.brand-mark { display: inline-flex; width: 28px; height: 28px; align-items: flex-end; gap: 3px; padding: 5px; border-radius: 8px; background: linear-gradient(145deg, #0b6dd7, #082247); box-shadow: 0 6px 16px rgba(8, 34, 71, .2); }
.brand-mark i { display: block; width: 4px; border-radius: 3px; background: #fff; }
.brand-mark i:nth-child(1) { height: 8px; }
.brand-mark i:nth-child(2) { height: 16px; }
.brand-mark i:nth-child(3) { height: 12px; }
.main-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.main-nav a { color: var(--muted); font-size: 14px; font-weight: 700; text-decoration: none; }
.main-nav a:hover { color: var(--blue-700); }
.locale-nav { display: flex; gap: 2px; padding: 3px; border: 1px solid var(--line); border-radius: 9px; background: var(--canvas); }
.locale-nav a { min-width: 31px; padding: 6px; border-radius: 6px; color: var(--muted); font-size: 11px; font-weight: 820; text-align: center; text-decoration: none; }
.locale-nav a[aria-current="page"] { color: #fff; background: var(--navy-900); }
.header-cta { padding: 10px 15px; border-radius: 9px; color: #fff; background: var(--navy-900); font-size: 13px; font-weight: 800; text-decoration: none; }

.hero { position: relative; overflow: hidden; padding: 82px 0 88px; background: linear-gradient(180deg, #fff 0%, #f4f8fd 100%); }
.hero::before { content: ""; position: absolute; top: -230px; right: -140px; width: 650px; height: 650px; border-radius: 50%; background: radial-gradient(circle, rgba(11, 109, 215, .11), rgba(11, 109, 215, 0) 68%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .95fr); align-items: center; gap: clamp(46px, 7vw, 94px); }
.eyebrow { margin: 0 0 14px; color: var(--blue-700); font-size: 12px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.hero h1 { max-width: 650px; margin: 0 0 24px; font-size: clamp(49px, 6.3vw, 78px); line-height: .97; letter-spacing: -.058em; }
.hero h1 span { color: var(--blue-700); }
.hero-lead { max-width: 610px; margin: 0 0 30px; color: var(--muted); font-size: 19px; line-height: 1.58; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 13px 19px; border: 1px solid transparent; border-radius: 10px; font-weight: 820; text-decoration: none; transition: transform .15s, box-shadow .15s, border-color .15s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(8, 34, 71, .14); }
.button.primary { color: #fff; background: linear-gradient(135deg, var(--blue-600), var(--blue-700)); }
.button.secondary { border-color: var(--line); background: #fff; }
.hero-note { margin: 17px 0 0; color: #68778c; font-size: 12px; font-weight: 680; }

.demo-shell { position: relative; padding: 17px; border: 1px solid rgba(199, 209, 223, .88); border-radius: 24px; background: rgba(255, 255, 255, .83); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.demo-shell::after { content: ""; position: absolute; right: -20px; bottom: -22px; z-index: -1; width: 160px; height: 160px; border-radius: 34px; background: linear-gradient(145deg, #d9f5e7, #e5f1ff); transform: rotate(12deg); }
.demo-window { overflow: hidden; border-radius: 14px; background: #fff; box-shadow: 0 2px 9px rgba(8, 34, 71, .08); }
.demo-topbar { display: flex; align-items: center; justify-content: space-between; padding: 14px 17px; border-bottom: 1px solid var(--line); }
.demo-dots { display: flex; gap: 5px; }
.demo-dots i { width: 7px; height: 7px; border-radius: 50%; background: #cdd6e2; }
.status { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; border-radius: 999px; color: var(--green-700); background: var(--green-100); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.status::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green-600); box-shadow: 0 0 0 3px rgba(11, 145, 93, .13); }
.demo-body { padding: 18px; }
.demo-body > small { color: var(--muted); font-weight: 700; }
.demo-body h2 { margin: 7px 0 18px; font-size: 27px; letter-spacing: -.035em; }
.relay-row { display: grid; grid-template-columns: 1fr 76px 1fr; align-items: center; gap: 9px; }
.provider-card { min-height: 107px; padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: #fafcff; }
.provider-head { display: flex; align-items: center; gap: 9px; margin-bottom: 14px; }
.provider-logo { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 8px; color: #fff; background: var(--navy-900); font-size: 12px; font-weight: 900; }
.provider-logo.destination { background: var(--blue-600); }
.provider-head strong { font-size: 13px; }
.provider-card b { display: block; font-size: 23px; letter-spacing: -.03em; }
.provider-card small { color: var(--muted); font-size: 10px; }
.relay-line { position: relative; height: 2px; background: #b9d2ea; }
.relay-line::after { content: "›"; position: absolute; top: 50%; right: -2px; display: grid; width: 24px; height: 24px; place-items: center; transform: translateY(-50%); border-radius: 50%; color: #fff; background: var(--blue-600); font-size: 19px; font-weight: 900; }
.metric-chips { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 13px; }
.metric-chips span { padding: 8px 5px; border-radius: 7px; color: #38506d; background: #edf4fb; font-size: 10px; font-weight: 760; text-align: center; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trust-inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-inner div { display: grid; gap: 4px; padding: 25px 22px; border-right: 1px solid var(--line); }
.trust-inner div:first-child { padding-left: 0; }
.trust-inner div:last-child { border-right: 0; }
.trust-inner strong { font-size: 15px; }
.trust-inner span { color: var(--muted); font-size: 12px; line-height: 1.45; }

.section { padding: 100px 0; }
.section.tint { background: var(--canvas); }
.section.dark { color: #fff; background: radial-gradient(circle at 78% 30%, rgba(11, 109, 215, .32), transparent 30%), linear-gradient(145deg, var(--navy-950), var(--navy-800)); }
.section-heading { max-width: 710px; margin-bottom: 48px; }
.section-heading.center { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading h2 { margin: 0 0 15px; font-size: clamp(35px, 5vw, 53px); line-height: 1.03; letter-spacing: -.045em; }
.section-heading p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
.dark .section-heading p:not(.eyebrow) { color: #c7d8ea; }
.dark .eyebrow { color: #8fc8ff; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: steps; }
.step { position: relative; min-height: 250px; padding: 29px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; counter-increment: steps; }
.step::after { content: "0" counter(steps); position: absolute; right: 19px; bottom: -18px; color: #eef3f8; font-size: 94px; font-weight: 900; letter-spacing: -.08em; }
.step-number { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 31px; border-radius: 50%; color: #fff; background: var(--blue-600); font-weight: 900; }
.step h3 { position: relative; z-index: 1; margin: 0 0 10px; font-size: 21px; }
.step p { position: relative; z-index: 1; margin: 0; color: var(--muted); line-height: 1.62; }

.measure-layout { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 70px; }
.measure-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.measure-item { display: flex; min-height: 86px; align-items: center; gap: 14px; padding: 17px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.measure-icon { display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; border-radius: 50%; color: var(--blue-700); background: var(--blue-100); font-weight: 900; }
.measure-item strong { display: block; margin-bottom: 4px; font-size: 14px; }
.measure-item span:last-child { color: var(--muted); font-size: 11px; }

.security-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: start; gap: 80px; }
.security-points { display: grid; gap: 13px; }
.security-point { display: grid; grid-template-columns: auto 1fr; gap: 13px; padding: 18px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 12px; background: rgba(255, 255, 255, .06); }
.security-point > span { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; color: #fff; background: var(--green-600); font-size: 13px; font-weight: 900; }
.security-point strong { display: block; margin-bottom: 4px; }
.security-point p { margin: 0; color: #c7d8ea; font-size: 13px; line-height: 1.55; }

.pricing { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 880px; margin: 0 auto; }
.price-card { position: relative; display: flex; min-height: 440px; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 10px 35px rgba(8, 34, 71, .06); }
.price-card.featured { border: 2px solid var(--blue-600); box-shadow: 0 20px 55px rgba(11, 109, 215, .14); }
.price-label { color: var(--blue-700); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.price { margin: 17px 0 6px; font-size: 43px; font-weight: 900; letter-spacing: -.055em; }
.price small { color: var(--muted); font-size: 14px; font-weight: 650; letter-spacing: 0; }
.price-card > p { min-height: 49px; margin: 0 0 22px; color: var(--muted); line-height: 1.55; }
.price-card ul { display: grid; gap: 12px; margin: 0 0 28px; padding: 0; list-style: none; }
.price-card li { display: flex; gap: 9px; font-size: 14px; line-height: 1.45; }
.price-card li::before { content: "✓"; color: var(--green-600); font-weight: 900; }
.price-card .button { margin-top: auto; }

.faq { max-width: 850px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; min-height: 74px; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-size: 17px; font-weight: 800; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--blue-700); font-size: 26px; font-weight: 500; }
.faq details[open] summary::after { content: "−"; }
.faq p { margin: -3px 45px 24px 0; color: var(--muted); line-height: 1.65; }

.final-cta { padding: 90px 0; text-align: center; background: linear-gradient(180deg, #fff, #eef5fc); }
.final-cta h2 { max-width: 760px; margin: 0 auto 18px; font-size: clamp(38px, 5.5vw, 60px); line-height: 1; letter-spacing: -.05em; }
.final-cta p { margin: 0 auto 29px; color: var(--muted); font-size: 17px; }
.final-cta .cta-row { justify-content: center; }

.site-footer { padding: 35px 0; color: #d6e4f2; background: var(--navy-950); }
.footer-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; }
.site-footer .brand { color: #fff; }
.footer-copy { margin: 10px 0 0; color: #8ea7c0; font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer-links a { color: #c3d4e5; font-size: 12px; text-decoration: none; }
.legal-note { grid-column: 1 / -1; margin: 4px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #7994af; font-size: 11px; line-height: 1.55; }

@media (max-width: 900px) {
  .main-nav { display: none; }
  .locale-nav { margin-left: auto; }
  .hero { padding-top: 58px; }
  .hero-grid, .measure-layout, .security-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 55px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-right: auto; margin-left: auto; }
  .hero .cta-row { justify-content: center; }
  .trust-inner { grid-template-columns: 1fr 1fr; }
  .trust-inner div { border-bottom: 1px solid var(--line); }
  .trust-inner div:nth-child(2) { border-right: 0; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 210px; }
  .measure-layout, .security-grid { gap: 40px; }
}

@media (max-width: 640px) {
  .wrap { width: min(100% - 28px, 1160px); }
  .header-inner { min-height: 65px; gap: 12px; }
  .brand { font-size: 20px; }
  .header-cta { display: none; }
  .hero { padding: 46px 0 62px; }
  .hero h1 { font-size: clamp(43px, 14vw, 61px); }
  .hero-lead { font-size: 17px; }
  .hero .button { width: 100%; }
  .demo-shell { padding: 10px; border-radius: 18px; }
  .demo-body { padding: 15px; }
  .relay-row { grid-template-columns: 1fr; }
  .relay-line { width: 2px; height: 39px; margin: 0 auto; background: #b9d2ea; }
  .relay-line::after { top: auto; right: 50%; bottom: -2px; transform: translate(50%, 0) rotate(90deg); }
  .metric-chips { grid-template-columns: 1fr 1fr; }
  .trust-inner { grid-template-columns: 1fr; }
  .trust-inner div, .trust-inner div:first-child { padding: 19px 0; border-right: 0; }
  .section { padding: 72px 0; }
  .section-heading { margin-bottom: 34px; }
  .step { min-height: 225px; padding: 24px; }
  .measure-list, .pricing { grid-template-columns: 1fr; }
  .price-card { min-height: auto; }
  .price-card > p { min-height: 0; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .legal-note { grid-column: 1; }
}

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