/* Generated by scripts/build_public_styles.py; do not edit directly. */
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/InterVariable.woff2?v=20260902-1") format("woff2-variations");
  font-style: normal;
  font-weight: 100 900;
  font-display: optional;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/InterVariable-Italic.woff2?v=20260902-1") format("woff2-variations");
  font-style: italic;
  font-weight: 100 900;
  font-display: optional;
}

:root {
  color-scheme: light;

  --font-sans: "Inter", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;

  --text-display-size: clamp(2.25rem, 4.5vw, 3rem);
  --text-display-leading: 1.083;
  --text-h1-size: clamp(1.875rem, 3vw, 2.25rem);
  --text-h1-leading: 1.167;
  --text-h2-size: 1.5rem;
  --text-h2-leading: 1.333;
  --text-h3-size: 1.25rem;
  --text-h3-leading: 1.4;
  --text-body-large-size: 1.125rem;
  --text-body-large-leading: 1.556;
  --text-body-size: 1.0625rem;
  --text-body-leading: 1.588;
  --text-small-size: .875rem;
  --text-small-leading: 1.429;
  --text-meta-size: .75rem;
  --text-meta-leading: 1.5;

  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-12: 3rem;
  --space-16: 4rem;

  --navy-950: #07182f;
  --navy-900: #102b4e;
  --navy-800: #163b68;
  --blue-700: #175fbe;
  --blue-600: #2b73d2;
  --blue-100: #eaf2fc;
  --green-700: #14714d;
  --green-600: #22845d;
  --green-100: #e9f5ef;
  --amber-700: #875500;
  --amber-600: #a86d08;
  --amber-100: #fff4db;
  --red-700: #a43843;
  --red-600: #bf4a54;
  --red-100: #fff0f1;
  --ink: #10243e;
  --muted: #53657c;
  --line: #dce3eb;
  --line-strong: #c8d2de;
  --surface: #ffffff;
  --surface-subtle: #f8fafc;
  --canvas: #f4f7fa;

  --radius-sm: .5rem;
  --radius-md: .75rem;
  --radius-lg: 1rem;
  --radius: var(--radius-md);
  --shadow-sm: 0 1px 2px rgba(16, 43, 78, .06);
  --shadow-md: 0 12px 32px rgba(16, 43, 78, .08);
  --shadow: var(--shadow-md);

  font-family: var(--font-sans);
  font-synthesis: none;
  font-optical-sizing: auto;
  font-weight: var(--font-weight-regular);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  font-family: var(--font-sans);
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
  font: inherit;
}

button,
a,
select,
input,
summary {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(43, 115, 210, .32);
  outline-offset: 3px;
}

@media (max-width: 640px) {
  :root {
    --text-display-size: 2.25rem;
    --text-display-leading: 1.111;
    --text-h1-size: 1.875rem;
    --text-h1-leading: 1.2;
    --text-h2-size: 1.375rem;
    --text-h2-leading: 1.364;
    --text-h3-size: 1.1875rem;
    --text-h3-leading: 1.474;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
html { min-width: 320px; scroll-behavior: smooth; background: var(--canvas); }
body { margin: 0; color: var(--ink); background: var(--surface); font-size: var(--text-body-size); line-height: var(--text-body-leading); }
a { color: inherit; }
.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; }
.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: 22px; font-weight: var(--font-weight-bold); letter-spacing: -.025em; 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); }
.language-picker { position: relative; display: inline-flex; align-items: center; color: var(--muted); }
.language-picker::before { position: absolute; left: 13px; z-index: 1; font-size: 15px; line-height: 1; pointer-events: none; content: "🌐"; }
.language-picker::after { position: absolute; right: 14px; width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); pointer-events: none; content: ""; }
.language-picker select { width: auto; min-width: 148px; height: 44px; padding: 0 36px 0 38px; appearance: none; border: 1px solid var(--line); border-radius: 999px; outline: none; color: var(--ink); background: #fff; box-shadow: 0 4px 14px rgba(8, 34, 71, .06); cursor: pointer; font: inherit; font-size: var(--text-small-size); font-weight: var(--font-weight-semibold); transition: border-color .15s, box-shadow .15s, transform .15s; }
.language-picker:hover select { border-color: #b8c6d7; box-shadow: 0 6px 18px rgba(8, 34, 71, .1); transform: translateY(-1px); }
.language-picker select:focus-visible { border-color: var(--blue-600); box-shadow: 0 0 0 3px rgba(11, 109, 215, .13); }
.header-login { color: var(--blue-700); font-size: var(--text-small-size); font-weight: var(--font-weight-semibold); text-decoration: none; white-space: nowrap; }
.header-cta { display: inline-flex; min-height: 44px; align-items: center; padding: 10px 15px; border-radius: 9px; color: #fff; background: var(--navy-900); font-size: var(--text-small-size); font-weight: var(--font-weight-semibold); text-decoration: none; }
.header-account-link { display: inline-flex; width: 38px; height: 38px; flex: 0 0 38px; align-items: center; justify-content: center; border-radius: 50%; text-decoration: none; }
.header-account-avatar { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: #fff; background: var(--navy-900); font-weight: var(--font-weight-bold); }

body.has-personal-sidebar { padding-left: 232px; }
.public-personal-sidebar { position: fixed; z-index: 60; inset: 0 auto 0 0; display: flex; width: 232px; min-height: 100vh; flex-direction: column; padding: 28px 18px 22px; color: #fff; background: radial-gradient(circle at 0 100%, #0b3e70, transparent 48%), linear-gradient(180deg, var(--navy-950), #082a53); box-shadow: 12px 0 35px rgba(4, 21, 43, .09); }
.personal-sidebar-brand { margin: 0 10px 42px; color: #fff; }
.personal-sidebar-label { margin: 0 12px 10px; color: #9ab0c9; font-size: var(--text-small-size); font-weight: var(--font-weight-medium); line-height: var(--text-small-leading); }
.personal-sidebar-nav { display: grid; gap: 7px; }
.personal-sidebar-link { display: flex; min-height: 48px; align-items: center; gap: 12px; padding: 11px 13px; border-radius: 8px; color: #d7e3f1; text-decoration: none; }
.personal-sidebar-link:hover { color: #fff; background: rgba(255, 255, 255, .07); }
.personal-sidebar-link.primary { color: #fff; background: var(--blue-700); box-shadow: var(--shadow-sm); }
.personal-sidebar-link strong { font-size: var(--text-small-size); font-weight: var(--font-weight-semibold); line-height: var(--text-small-leading); }
.personal-sidebar-icon { display: grid; width: 25px; height: 25px; flex: 0 0 25px; place-items: center; font-size: 22px; }
.personal-sidebar-foot { display: grid; gap: 8px; margin-top: auto; }
.personal-sidebar-foot a { padding: 9px 12px; border-radius: 8px; color: #b8c9db; font-size: var(--text-small-size); font-weight: var(--font-weight-semibold); line-height: var(--text-small-leading); text-decoration: none; }
.personal-sidebar-foot a:hover { color: #fff; background: rgba(255, 255, 255, .07); }

@media (min-width: 901px) and (max-width: 1399px) {
  .has-personal-sidebar .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .has-personal-sidebar .hero-copy { text-align: center; }
  .has-personal-sidebar .hero-lead { margin-right: auto; margin-left: auto; }
  .has-personal-sidebar .hero .cta-row { justify-content: center; }
  .has-personal-sidebar .demo-shell { width: min(100%, 720px); margin: 0 auto; }
}

.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: var(--text-small-size); font-weight: var(--font-weight-semibold); line-height: var(--text-small-leading); letter-spacing: 0; }
.hero h1 { max-width: 16ch; margin: 0 0 14px; font-size: var(--text-display-size); font-weight: var(--font-weight-bold); line-height: var(--text-display-leading); letter-spacing: -.025em; }
.hero h1 span { color: var(--blue-700); }
.hero-lead { max-width: 58ch; margin: 0 0 30px; color: var(--muted); font-size: var(--text-body-large-size); line-height: var(--text-body-large-leading); }
.hero-lead strong { display: block; margin-bottom: var(--space-1); color: var(--navy-900); font-size: var(--text-h3-size); font-weight: var(--font-weight-semibold); line-height: var(--text-h3-leading); }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 12px 18px; border: 1px solid transparent; border-radius: 10px; font-size: 16px; font-weight: var(--font-weight-semibold); line-height: 1.4; text-decoration: none; transition: transform .15s, box-shadow .15s, border-color .15s; }
.button:hover { transform: translateY(-1px); box-shadow: var(--shadow-md); }
.button.primary { color: #fff; background: var(--blue-700); }
.button.secondary { border-color: var(--line); background: #fff; }
.hero-note { margin: 17px 0 0; color: #68778c; font-size: var(--text-small-size); font-weight: var(--font-weight-medium); line-height: var(--text-small-leading); }

.demo-shell { position: relative; padding: 0; border: 0; border-radius: var(--radius-lg); background: transparent; box-shadow: var(--shadow-md); }
.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: var(--text-small-size); font-weight: var(--font-weight-semibold); line-height: var(--text-small-leading); }
.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-size: var(--text-small-size); font-weight: var(--font-weight-medium); line-height: var(--text-small-leading); }
.demo-body h2 { margin: 7px 0 18px; font-size: var(--text-h2-size); font-weight: var(--font-weight-semibold); line-height: var(--text-h2-leading); letter-spacing: -.015em; }
.relay-row { display: grid; grid-template-columns: 1fr 22px .9fr 22px 1fr; align-items: center; gap: 6px; }
.provider-card { min-height: 118px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface-subtle); }
.provider-card.relay-card { border-color: #bad4f3; background: var(--blue-100); }
.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: 50%; color: #fff; background: var(--navy-900); font-size: var(--text-small-size); font-weight: var(--font-weight-bold); }
.provider-logo.relay { background: var(--blue-600); }
.provider-logo.destination { background: var(--green-600); }
.provider-head strong { font-size: var(--text-small-size); font-weight: var(--font-weight-semibold); }
.provider-card b { display: block; font-size: 18px; font-weight: var(--font-weight-bold); line-height: 1.3; letter-spacing: -.02em; }
.provider-card small { display: block; margin-top: 4px; color: var(--muted); font-size: var(--text-meta-size); line-height: var(--text-meta-leading); }
.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: var(--font-weight-bold); }
.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: var(--text-meta-size); font-weight: var(--font-weight-medium); line-height: var(--text-meta-leading); 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: var(--text-small-size); line-height: var(--text-small-leading); }

.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: var(--text-h1-size); font-weight: var(--font-weight-bold); line-height: var(--text-h1-leading); letter-spacing: -.025em; }
.section-heading p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: var(--text-body-size); line-height: var(--text-body-leading); }
.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: var(--font-weight-bold); 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: var(--font-weight-bold); }
.step h3 { position: relative; z-index: 1; margin: 0 0 10px; font-size: var(--text-h3-size); font-weight: var(--font-weight-semibold); line-height: var(--text-h3-leading); }
.step p { position: relative; z-index: 1; margin: 0; color: var(--muted); line-height: var(--text-body-leading); }

.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 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.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: var(--font-weight-bold); }
.measure-item strong { display: block; margin-bottom: 4px; font-size: 14px; }
.measure-item span:last-child { color: var(--muted); font-size: var(--text-small-size); line-height: var(--text-small-leading); }

.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: var(--text-small-size); font-weight: var(--font-weight-bold); }
.security-point strong { display: block; margin-bottom: 4px; }
.security-point p { margin: 0; color: #c7d8ea; font-size: var(--text-small-size); line-height: var(--text-small-leading); }

.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: var(--text-small-size); font-weight: var(--font-weight-semibold); line-height: var(--text-small-leading); letter-spacing: 0; }
.price { margin: 17px 0 6px; font-size: var(--text-h1-size); font-weight: var(--font-weight-bold); line-height: var(--text-h1-leading); letter-spacing: -.025em; }
.price small { color: var(--muted); font-size: var(--text-small-size); font-weight: var(--font-weight-medium); 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: var(--font-weight-bold); }
.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: var(--text-body-size); font-weight: var(--font-weight-semibold); line-height: var(--text-body-leading); 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: 24ch; margin: 0 auto 18px; font-size: var(--text-h1-size); font-weight: var(--font-weight-bold); line-height: var(--text-h1-leading); letter-spacing: -.025em; }
.final-cta p { margin: 0 auto 29px; color: var(--muted); font-size: var(--text-body-size); line-height: var(--text-body-leading); }
.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: #aabdd0; font-size: var(--text-small-size); line-height: var(--text-small-leading); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer-links a { color: #c3d4e5; font-size: var(--text-small-size); line-height: var(--text-small-leading); 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: #9eb2c6; font-size: var(--text-small-size); line-height: var(--text-small-leading); }

.content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.content-card { display: flex; min-height: 265px; flex-direction: column; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.content-card h3 { margin: 0 0 11px; font-size: 20px; line-height: 1.2; letter-spacing: -.025em; }
.content-card h3 a { text-decoration: none; }
.content-card p:not(.eyebrow) { margin: 0 0 22px; color: var(--muted); font-size: 14px; line-height: 1.62; }
.text-link { margin-top: auto; color: var(--blue-700); font-size: var(--text-small-size); font-weight: var(--font-weight-semibold); line-height: var(--text-small-leading); text-decoration: none; }
.text-link:hover { text-decoration: underline; }

.article-page { background: var(--canvas); }
.article-hero { padding: 70px 0 68px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #fff 0%, #f4f8fd 100%); }
.article-shell { max-width: 900px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-bottom: 36px; color: var(--muted); font-size: var(--text-small-size); line-height: var(--text-small-leading); }
.breadcrumbs a { color: var(--blue-700); font-weight: var(--font-weight-semibold); text-decoration: none; }
.article-hero h1 { max-width: 24ch; margin: 0 0 22px; font-size: var(--text-display-size); font-weight: var(--font-weight-bold); line-height: var(--text-display-leading); letter-spacing: -.025em; }
.article-intro { max-width: 65ch; margin: 0 0 20px; color: var(--muted); font-size: var(--text-body-large-size); line-height: var(--text-body-large-leading); }
.article-meta, .article-updated { color: #68778c; font-size: 13px; }
.article-layout { display: grid; grid-template-columns: 260px minmax(0, 720px); justify-content: center; align-items: start; gap: 70px; padding-top: 72px; padding-bottom: 100px; }
.article-summary { position: sticky; top: 105px; padding: 23px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 8px 26px rgba(8, 34, 71, .05); }
.article-summary strong { display: block; margin-bottom: 12px; color: var(--blue-700); font-size: var(--text-small-size); font-weight: var(--font-weight-semibold); line-height: var(--text-small-leading); letter-spacing: 0; }
.article-summary ol { display: grid; gap: 12px; margin: 0; padding-left: 20px; color: var(--muted); font-size: var(--text-small-size); line-height: var(--text-small-leading); }
.article-content { min-width: 0; font-size: 17px; line-height: 1.76; }
.article-content h2 { margin: 55px 0 17px; color: var(--navy-900); font-size: var(--text-h2-size); font-weight: var(--font-weight-semibold); line-height: var(--text-h2-leading); letter-spacing: -.015em; }
.article-content h2:first-child { margin-top: 0; }
.article-content p { margin: 0 0 22px; color: #32445c; }
.article-content ul, .article-content ol { display: grid; gap: 10px; margin: 0 0 26px; padding-left: 24px; color: #32445c; }
.article-content a { color: var(--blue-700); font-weight: 700; text-underline-offset: 3px; }
.article-content code { padding: 2px 6px; border-radius: 5px; background: #e8eef6; font-size: .88em; }
.data-table-wrap { margin: 0 0 30px; overflow-x: auto; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.data-table-wrap table { width: 100%; border-collapse: collapse; font-size: 14px; }
.data-table-wrap th, .data-table-wrap td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.data-table-wrap th { color: var(--navy-900); background: #eef4fa; font-size: var(--text-small-size); font-weight: var(--font-weight-semibold); line-height: var(--text-small-leading); letter-spacing: 0; }
.data-table-wrap tr:last-child td { border-bottom: 0; }
.source-box { margin: 42px 0 0; padding: 22px; border-left: 4px solid var(--blue-600); border-radius: 0 12px 12px 0; background: var(--blue-100); }
.source-box p { margin: 8px 0 0; font-size: 14px; }
.related-section { padding: 90px 0; border-top: 1px solid var(--line); background: #fff; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.related-card { display: flex; min-height: 280px; flex-direction: column; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--canvas); }
.related-card h3 { margin: 0 0 12px; font-size: 21px; line-height: 1.25; letter-spacing: -.025em; }
.related-card h3 a { text-decoration: none; }
.related-card > p:not(.eyebrow) { margin: 0 0 22px; color: var(--muted); font-size: 14px; line-height: 1.62; }

@media (max-width: 900px) {
  body.has-personal-sidebar { padding-left: 0; }
  .has-personal-sidebar .site-header .main-nav { display: none; }
  .public-personal-sidebar { position: static; width: 100%; min-height: 0; padding: 12px 14px 13px; color: var(--ink); border-bottom: 1px solid var(--line); background: var(--canvas); box-shadow: 0 8px 20px rgba(16, 43, 78, .06); }
  .personal-sidebar-brand { display: none; }
  .personal-sidebar-label { margin: 0 2px 8px; color: var(--blue-700); font-size: var(--text-meta-size); font-weight: var(--font-weight-semibold); line-height: var(--text-meta-leading); letter-spacing: .04em; text-transform: uppercase; }
  .personal-sidebar-nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 4px; padding: 4px; overflow: visible; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow-sm); }
  .personal-sidebar-link { min-width: 0; min-height: 60px; flex-direction: column; justify-content: center; gap: 4px; padding: 6px 3px; border-radius: 8px; color: var(--muted); }
  .personal-sidebar-link:hover { color: var(--navy-900); background: var(--blue-100); }
  .personal-sidebar-link.primary { color: #fff; box-shadow: none; }
  .personal-sidebar-link strong { max-width: 100%; overflow: hidden; font-size: 11px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
  .personal-sidebar-icon { width: 26px; height: 26px; flex-basis: 26px; border-radius: 8px; color: var(--blue-700); background: var(--blue-100); font-size: 16px; }
  .personal-sidebar-link.primary .personal-sidebar-icon { color: #fff; background: rgba(255, 255, 255, .16); }
  .personal-sidebar-foot { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 2px; margin-top: 5px; }
  .personal-sidebar-foot a { padding: 6px 8px; color: var(--muted); font-size: var(--text-meta-size); }
  .personal-sidebar-foot a:hover { color: var(--blue-700); background: #fff; }
  .header-inner { flex-wrap: wrap; gap: 12px; padding: 10px 0; }
  .main-nav { order: 10; display: flex; width: 100%; gap: 8px; margin-left: 0; padding-top: 7px; overflow-x: auto; border-top: 1px solid var(--line); scrollbar-width: thin; }
  .main-nav a { display: inline-flex; min-height: 44px; flex: 0 0 auto; align-items: center; padding: 0 10px; border-radius: 7px; }
  .main-nav a[aria-current="page"] { color: var(--navy-900); background: var(--blue-100); }
  .language-picker { 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; }
  .content-grid { grid-template-columns: 1fr 1fr; }
  .article-layout { grid-template-columns: 1fr; gap: 32px; padding-top: 52px; }
  .article-summary { position: static; }
  .related-grid { grid-template-columns: 1fr; }
  .related-card { min-height: auto; }
}

@media (max-width: 640px) {
  .wrap { width: min(100% - 28px, 1160px); }
  .header-inner { min-height: 65px; gap: 9px; }
  .brand { font-size: 20px; }
  .header-inner .language-picker select { min-width: 137px; height: 40px; }
  .header-login, .header-cta { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; }
  .hero { padding: 46px 0 62px; }
  .hero h1 { font-size: var(--text-display-size); }
  .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; }
  .content-grid { grid-template-columns: 1fr; }
  .content-card { min-height: auto; }
  .article-hero { padding: 45px 0 50px; }
  .breadcrumbs { margin-bottom: 27px; }
  .article-hero h1 { font-size: var(--text-display-size); }
  .article-intro { font-size: 17px; }
  .article-layout { padding-top: 38px; padding-bottom: 72px; }
  .article-content { font-size: 16px; }
  .article-content h2 { margin-top: 43px; font-size: 27px; }
  .related-section { padding: 72px 0; }
}

@media (max-width: 360px) {
  .header-inner { gap: 6px; }
  .brand { gap: 7px; font-size: 17px; }
  .brand-mark { width: 26px; height: 26px; }
  .site-header .brand > span:last-child { display: none; }
  .personal-sidebar-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .personal-sidebar-link { min-height: 48px; flex-direction: row; justify-content: flex-start; gap: 7px; padding: 6px 9px; }
  .personal-sidebar-link strong { overflow: visible; font-size: var(--text-meta-size); text-overflow: clip; }
  .personal-sidebar-icon { width: 24px; height: 24px; flex-basis: 24px; }
}

.header-login:focus-visible, .header-cta:focus-visible, .header-account-link:focus-visible, .main-nav a:focus-visible,
.personal-sidebar-link:focus-visible, .personal-sidebar-foot a:focus-visible,
.button:focus-visible, .text-link:focus-visible, .brand:focus-visible {
  outline: 3px solid rgba(11, 109, 215, .28);
  outline-offset: 2px;
}

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