:root {
  --navy: #17233c;
  --navy-2: #223354;
  --teal: #1c8c82;
  --teal-dark: #15736b;
  --teal-soft: #eaf7f5;
  --ink: #172033;
  --muted: #5d677a;
  --line: #dfe5ec;
  --surface: #f6f8fb;
  --warm: #fbfaf7;
  --white: #fff;
  --green: #2e7d5b;
  --amber: #a46510;
  --red: #a13d45;
  --shadow: 0 18px 46px rgba(23, 35, 60, .1);
  --radius: 16px;
  --container: 1200px;
}

*, *::before, *::after { 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;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, summary { cursor: pointer; }
a { color: var(--teal-dark); text-underline-offset: 3px; }
a:hover { color: var(--navy); }
:focus-visible { outline: 3px solid rgba(28, 140, 130, .36); outline-offset: 3px; border-radius: 4px; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; background: var(--navy); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 780px); margin-inline: auto; }
.section { padding: 96px 0; }
.section--soft { background: var(--surface); }
.section--warm { background: var(--warm); }
.section--navy { background: var(--navy); color: white; }
.eyebrow { margin: 0 0 12px; color: var(--teal-dark); font-size: .78rem; font-weight: 760; letter-spacing: .11em; text-transform: uppercase; }
.section--navy .eyebrow { color: #8ed8d0; }
h1, h2, h3, h4 { margin: 0; color: var(--navy); line-height: 1.15; letter-spacing: -.025em; }
h1 { font-size: clamp(2.4rem, 5vw, 3.5rem); font-weight: 710; }
h2 { font-size: clamp(2rem, 3.5vw, 2.75rem); font-weight: 680; }
h3 { font-size: 1.28rem; font-weight: 680; }
h4 { font-size: 1rem; }
.section--navy h2, .section--navy h3 { color: white; }
p { margin: 0 0 1rem; }
.lead { color: var(--muted); font-size: 1.16rem; line-height: 1.7; }
.section--navy .lead, .section--navy p { color: #cbd5e4; }
.measure { max-width: 670px; }
.section-head { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 48px; }
.section-head__copy { max-width: 700px; }
.section-head p:last-child { margin-bottom: 0; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 8px; padding: 10px 18px; border: 1px solid transparent; border-radius: 8px; background: var(--teal); color: white; font-size: .94rem; font-weight: 700; text-decoration: none; transition: background .16s ease, border-color .16s ease, transform .16s ease; }
.button:hover { background: var(--teal-dark); color: white; transform: translateY(-1px); }
.button--secondary { border-color: var(--line); background: white; color: var(--navy); }
.button--secondary:hover { border-color: #bac5d1; background: var(--surface); color: var(--navy); }
.button--ghost { border-color: rgba(255,255,255,.26); background: transparent; color: white; }
.button[disabled] { cursor: not-allowed; opacity: .6; transform: none; }
.text-link { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; text-decoration: none; }
.text-link::after { content: "→"; transition: transform .16s ease; }
.text-link:hover::after { transform: translateX(2px); }
.announcement { border-bottom: 1px solid #d5ebe8; background: var(--teal-soft); font-size: .88rem; }
.announcement .container { display: flex; justify-content: center; gap: 12px; padding-block: 8px; text-align: center; }
.announcement p { margin: 0; }
.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(223,229,236,.92); background: rgba(255,255,255,.95); backdrop-filter: blur(12px); }
.header-inner { display: flex; min-height: 76px; align-items: center; gap: 28px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; color: var(--navy); text-decoration: none; }
.brand img { width: 196px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav-link { padding: 8px 10px; border-radius: 7px; color: #46536a; font-size: .88rem; font-weight: 620; text-decoration: none; }
.nav-link:hover, .nav-link[aria-current="page"] { background: var(--surface); color: var(--navy); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-actions .login-link { padding: 8px; color: var(--navy); font-size: .9rem; font-weight: 650; text-decoration: none; }
.header-actions .button { min-height: 42px; padding: 8px 14px; font-size: .87rem; }
.menu-button { display: none; width: 44px; height: 44px; margin-left: auto; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: white; color: var(--navy); }
.menu-button span, .menu-button::before, .menu-button::after { display: block; width: 21px; height: 2px; margin: 4px auto; border-radius: 4px; background: currentColor; content: ""; }
.mobile-panel { display: none; border-top: 1px solid var(--line); background: white; }
.mobile-panel[hidden] { display: none; }
.mobile-panel nav { display: grid; gap: 4px; padding: 14px 20px 22px; }
.mobile-panel .nav-link { padding: 11px 12px; }
.mobile-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 8px; }
.hero { overflow: hidden; padding: 80px 0 88px; background: linear-gradient(180deg, #fff 0%, #fbfcfd 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(560px, 1.08fr); gap: 64px; align-items: center; }
.hero-copy .lead { max-width: 650px; margin-top: 22px; }
.credibility { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 28px; color: var(--muted); font-size: .86rem; }
.credibility span { display: inline-flex; align-items: center; gap: 7px; }
.credibility span::before { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); content: ""; }
.concept-label { display: inline-flex; margin: 0 0 10px 18px; align-items: center; gap: 7px; color: var(--muted); font-size: .78rem; font-weight: 650; }
.concept-label::before { width: 7px; height: 7px; border-radius: 50%; background: var(--amber); content: ""; }
.dashboard-shell { position: relative; padding: 10px; border: 1px solid #ced7e2; border-radius: 18px; background: white; box-shadow: var(--shadow); }
.dashboard-shell::before { position: absolute; z-index: -1; inset: 15% -22% -18% 26%; border-radius: 50%; background: rgba(28,140,130,.07); filter: blur(1px); content: ""; }
.dashboard-shell img { width: 100%; border-radius: 10px; }
.trust-strip { border-block: 1px solid var(--line); background: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; min-height: 92px; align-items: center; gap: 12px; padding: 18px 24px; border-right: 1px solid var(--line); color: var(--navy); font-size: .9rem; font-weight: 650; }
.trust-item:last-child { border-right: 0; }
.icon { width: 24px; height: 24px; flex: 0 0 auto; color: var(--teal-dark); }
.editorial-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.problem-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; border-top: 1px solid var(--line); }
.problem-item { padding: 22px 0; border-bottom: 1px solid var(--line); }
.problem-item strong { display: block; margin-bottom: 4px; color: var(--navy); font-size: .98rem; }
.problem-item p { margin: 0; color: var(--muted); font-size: .93rem; }
.status { display: inline-flex; align-items: center; gap: 7px; padding: 4px 9px; border: 1px solid currentColor; border-radius: 999px; font-size: .72rem; font-weight: 750; letter-spacing: .025em; white-space: nowrap; }
.status::before { width: 6px; height: 6px; border-radius: 50%; background: currentColor; content: ""; }
.status--development { color: var(--teal-dark); background: var(--teal-soft); }
.status--planned { color: var(--amber); background: #fff8eb; }
.status--early { color: #5366a1; background: #f0f2fb; }
.workspace-overview { display: grid; grid-template-columns: 1.15fr .85fr; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: white; }
.workspace-main { padding: 40px; }
.workspace-side { padding: 40px; border-left: 1px solid var(--line); background: var(--surface); }
.workspace-map { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 30px; border: 1px solid var(--line); background: var(--line); }
.workspace-node { min-height: 96px; padding: 18px; background: white; }
.workspace-node strong { display: block; color: var(--navy); font-size: .95rem; }
.workspace-node span { color: var(--muted); font-size: .82rem; }
.compact-list { margin: 20px 0 0; padding: 0; list-style: none; }
.compact-list li { display: flex; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .91rem; }
.compact-list li::before { flex: 0 0 auto; color: var(--teal); font-weight: 800; content: "✓"; }
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; padding: 64px 0; border-top: 1px solid var(--line); }
.feature-row:first-child { border-top: 0; }
.feature-row:nth-child(even) .feature-visual { order: -1; }
.feature-copy .status { margin-bottom: 18px; }
.feature-copy h3 { margin-bottom: 16px; font-size: clamp(1.65rem, 3vw, 2.15rem); }
.feature-copy > p { color: var(--muted); }
.feature-points { display: grid; gap: 11px; margin: 24px 0 0; padding: 0; list-style: none; }
.feature-points li { position: relative; padding-left: 20px; color: #3e4a60; font-size: .94rem; }
.feature-points li::before { position: absolute; top: .64em; left: 0; width: 7px; height: 7px; border: 2px solid var(--teal); border-radius: 50%; content: ""; }
.feature-visual { padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.feature-visual img { width: 100%; }
.process { display: grid; grid-template-columns: repeat(4, 1fr); counter-reset: step; }
.process-step { position: relative; padding: 24px 28px 8px 0; counter-increment: step; }
.process-step::before { display: grid; width: 40px; height: 40px; margin-bottom: 20px; place-items: center; border: 1px solid #aacfc9; border-radius: 50%; background: var(--teal-soft); color: var(--teal-dark); font-weight: 800; content: counter(step, decimal-leading-zero); }
.process-step::after { position: absolute; top: 44px; right: 18px; left: 52px; height: 1px; background: var(--line); content: ""; }
.process-step:last-child::after { display: none; }
.process-step p { color: var(--muted); font-size: .91rem; }
.qualification { margin-top: 32px; padding: 16px 18px; border-left: 3px solid var(--teal); background: var(--teal-soft); color: #36524f; font-size: .9rem; }
.use-cases { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.use-case { min-height: 160px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.use-case .icon { margin-bottom: 32px; }
.use-case p { margin: 6px 0 0; color: var(--muted); font-size: .88rem; }
.security-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; }
.principle-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 28px; }
.principle { padding: 0 0 18px; border-bottom: 1px solid rgba(255,255,255,.17); }
.principle strong { display: block; margin-bottom: 4px; color: white; }
.principle span { color: #bdc9d9; font-size: .88rem; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.pricing-card { display: flex; min-width: 0; flex-direction: column; padding: 28px; border-right: 1px solid var(--line); background: white; }
.pricing-card h2 { font-size: 1.28rem; }
.pricing-card:last-child { border-right: 0; }
.pricing-card__audience { min-height: 48px; color: var(--muted); font-size: .88rem; }
.pricing-card__price { margin: 20px 0; color: var(--navy); font-size: 1.08rem; font-weight: 750; }
.pricing-card ul { flex: 1; margin: 0 0 24px; padding: 0; list-style: none; }
.pricing-card li { padding: 8px 0 8px 18px; position: relative; color: var(--muted); font-size: .88rem; }
.pricing-card li::before { position: absolute; left: 0; color: var(--teal); content: "—"; }
.pricing-note { margin-top: 24px; color: var(--muted); font-size: .86rem; text-align: center; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 24px; padding: 22px 4px; color: var(--navy); font-weight: 680; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { color: var(--teal); font-size: 1.35rem; content: "+"; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 780px; padding: 0 40px 20px 4px; color: var(--muted); }
.cta-band { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: 46px 52px; border-radius: var(--radius); background: var(--navy); color: white; }
.cta-band h2 { color: white; font-size: clamp(1.75rem, 3vw, 2.4rem); }
.cta-band p { max-width: 700px; margin: 10px 0 0; color: #cbd5e4; }
.page-hero { padding: 76px 0 64px; border-bottom: 1px solid var(--line); background: var(--warm); }
.page-hero-grid { display: grid; grid-template-columns: 1fr .7fr; gap: 70px; align-items: end; }
.page-hero .lead { margin-top: 20px; }
.page-hero-aside { padding-left: 24px; border-left: 2px solid #b7ded9; color: var(--muted); font-size: .94rem; }
.feature-index { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; }
.sticky-intro { position: sticky; top: 112px; align-self: start; }
.feature-group { padding: 0 0 56px; margin-bottom: 56px; border-bottom: 1px solid var(--line); }
.feature-group:last-child { border-bottom: 0; }
.feature-group__head { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.feature-item { display: grid; grid-template-columns: 180px 1fr; gap: 28px; padding: 20px 0; border-top: 1px solid var(--line); }
.feature-item h3 { font-size: 1.04rem; }
.feature-item p { margin: 0; color: var(--muted); font-size: .93rem; }
.solution-row { display: grid; grid-template-columns: 230px 1fr; gap: 48px; padding: 34px 0; border-top: 1px solid var(--line); }
.solution-row h3 { font-size: 1.2rem; }
.solution-row__body { display: grid; grid-template-columns: 1.25fr .75fr; gap: 36px; }
.solution-row p { color: var(--muted); }
.solution-row ul { margin: 0; padding-left: 18px; color: #435067; font-size: .91rem; }
.security-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.security-principle { min-height: 220px; padding: 28px; background: white; }
.security-principle .icon { margin-bottom: 36px; }
.security-principle p { color: var(--muted); font-size: .9rem; }
.security-note { margin-top: 40px; padding: 24px 28px; border: 1px solid #c8ddd9; border-left: 4px solid var(--teal); background: var(--teal-soft); }
.comparison-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; }
.comparison-table { width: 100%; min-width: 820px; border-collapse: collapse; background: white; font-size: .9rem; }
.comparison-table caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.comparison-table th, .comparison-table td { padding: 16px 18px; border-bottom: 1px solid var(--line); text-align: left; }
.comparison-table thead th { background: var(--navy); color: white; }
.comparison-table tbody th { color: var(--navy); font-weight: 650; }
.comparison-table td { color: var(--muted); }
.about-statement { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; }
.values-list { border-top: 1px solid var(--line); }
.value-row { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.value-row > span { color: var(--teal); font-size: .82rem; font-weight: 800; }
.value-row p { margin: 4px 0 0; color: var(--muted); font-size: .9rem; }
.form-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: start; }
.form-card { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 12px 32px rgba(23,35,60,.06); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: grid; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label, .fieldset-label { color: var(--navy); font-size: .9rem; font-weight: 680; }
.field input, .field select, .field textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #bcc6d2; border-radius: 7px; background: white; color: var(--ink); }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(28,140,130,.12); outline: none; }
.field [aria-invalid="true"] { border-color: var(--red); }
.field-error { min-height: 1.2em; margin: 0; color: var(--red); font-size: .78rem; }
.checkbox { display: flex; gap: 10px; align-items: start; grid-column: 1 / -1; }
.checkbox input { width: 18px; height: 18px; margin-top: 4px; accent-color: var(--teal); }
.checkbox label { color: var(--muted); font-size: .85rem; }
.form-notice { margin-bottom: 24px; padding: 14px 16px; border-left: 3px solid var(--teal); background: var(--teal-soft); color: #36524f; font-size: .86rem; }
.form-status { min-height: 1.5em; margin-top: 14px; color: var(--navy); font-size: .88rem; font-weight: 650; }
.contact-aside { padding-top: 10px; }
.contact-aside a { overflow-wrap: anywhere; font-weight: 700; }
.contact-aside hr { margin: 32px 0; border: 0; border-top: 1px solid var(--line); }
.login-shell { width: min(calc(100% - 40px), 460px); margin: 72px auto 96px; }
.login-card { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.login-card .brand { margin-bottom: 36px; }
.login-card h1 { font-size: 2rem; }
.login-card .lead { margin: 10px 0 26px; font-size: 1rem; }
.login-card form { display: grid; gap: 18px; }
.login-options { display: flex; justify-content: space-between; gap: 20px; font-size: .84rem; }
.login-message { min-height: 1.5em; margin: 14px 0 0; color: var(--teal-dark); font-size: .88rem; font-weight: 650; text-align: center; }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0, 760px); gap: 70px; justify-content: center; }
.legal-nav { position: sticky; top: 112px; align-self: start; padding: 20px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); }
.legal-nav strong { display: block; margin-bottom: 12px; color: var(--navy); font-size: .84rem; }
.legal-nav a { display: block; padding: 6px 0; color: var(--muted); font-size: .82rem; text-decoration: none; }
.legal-nav a:hover { color: var(--teal-dark); }
.legal-content h2 { margin: 52px 0 16px; font-size: 1.6rem; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { margin: 30px 0 10px; font-size: 1.1rem; }
.legal-content p, .legal-content li { color: #48546a; }
.legal-content ul, .legal-content ol { padding-left: 23px; }
.legal-content li { margin-bottom: 8px; }
.legal-meta { margin-top: 14px; color: var(--muted); font-size: .86rem; }
.legal-callout { margin: 30px 0; padding: 20px 24px; border: 1px solid #c9dedb; border-left: 4px solid var(--teal); background: var(--teal-soft); }
.not-found { display: grid; min-height: 62vh; place-items: center; padding: 72px 20px; text-align: center; }
.not-found__code { color: var(--teal); font-size: 1rem; font-weight: 800; letter-spacing: .12em; }
.site-footer { padding: 72px 0 26px; border-top: 1px solid #33435e; background: var(--navy); color: #c9d2df; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 64px; }
.footer-brand img { width: 205px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 350px; margin-top: 20px; font-size: .9rem; }
.footer-col h2 { margin-bottom: 14px; color: white; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-col a { display: block; padding: 5px 0; color: #c9d2df; font-size: .86rem; text-decoration: none; }
.footer-col a:hover { color: white; }
.footer-bottom { margin-top: 54px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); }
.footer-bottom p { margin: 0 0 8px; color: #aebaca; font-size: .76rem; }
.cookie-notice { position: fixed; z-index: 200; right: 20px; bottom: 20px; width: min(calc(100% - 40px), 430px); padding: 16px 18px; border: 1px solid #ccd5df; border-radius: 10px; background: white; box-shadow: 0 12px 30px rgba(23,35,60,.16); }
.cookie-notice[hidden] { display: none; }
.cookie-notice__inner { display: flex; gap: 16px; align-items: start; }
.cookie-notice p { margin: 0; color: var(--muted); font-size: .8rem; }
.cookie-dismiss { flex: 0 0 auto; padding: 7px 10px; border: 1px solid var(--line); border-radius: 6px; background: var(--surface); color: var(--navy); font-size: .78rem; font-weight: 700; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

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