:root {
  --paper: #F7F5F0;
  --surface: #FFFFFF;
  --ink: #0E1726;
  --ink-2: #384357;
  --muted: #5F6B7E;
  --line: #E3DFD6;
  --accent: #2B59FF;
  --accent-dark: #1F43CC;
  --accent-soft: #E9EEFF;
  --night: #0B1220;
  --night-line: rgba(255, 255, 255, .11);
  --night-text: rgba(255, 255, 255, .72);
  --ok: #3DD598;
  --radius: 18px;
  --shadow: 0 1px 2px rgba(14, 23, 38, .04), 0 14px 34px -14px rgba(14, 23, 38, .14);
  --container: 1140px;
  --header-h: 68px;
  --font: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
svg { display: block; }
h1, h2, h3, p, ul, ol, dl, dd { margin: 0; }
ul, ol { padding: 0; list-style: none; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 6px; }

.container { width: min(100% - 2.5rem, var(--container)); margin-inline: auto; }
.section { padding-block: clamp(4rem, 8vw, 7rem); }
section[id], details[id] { scroll-margin-top: calc(var(--header-h) + 16px); }

h1 { font-size: clamp(2.35rem, 5.4vw, 4.1rem); line-height: 1.04; letter-spacing: -.035em; font-weight: 800; overflow-wrap: break-word; }
h2 { font-size: clamp(1.85rem, 3.4vw, 2.75rem); line-height: 1.1; letter-spacing: -.028em; font-weight: 700; overflow-wrap: break-word; }
h3 { font-size: 1.125rem; line-height: 1.3; letter-spacing: -.01em; font-weight: 650; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-size: .8125rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
  color: var(--accent);
}
.eyebrow::before { content: ""; width: 18px; height: 2px; border-radius: 2px; background: currentColor; }
.section-head { max-width: 46rem; margin-bottom: clamp(2.2rem, 4vw, 3.4rem); }
.section-head h2 { margin-top: .9rem; }
.lead { margin-top: 1.1rem; font-size: 1.125rem; color: var(--muted); max-width: 40rem; }

.skip-link {
  position: absolute; left: 1rem; top: -4rem; z-index: 100;
  background: var(--ink); color: #fff; padding: .6rem 1rem; border-radius: 10px; text-decoration: none;
}
.skip-link:focus { top: 1rem; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .9rem 1.35rem; border-radius: 999px; border: 1px solid transparent;
  font-weight: 650; font-size: 1rem; line-height: 1.2; text-decoration: none; cursor: pointer;
  transition: transform .15s ease, background-color .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .15s ease; }
.btn:hover svg { transform: translateX(3px); }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 10px 22px -10px rgba(43, 89, 255, .65); }
.btn-primary:hover { background: var(--accent-dark); transform: translateY(-1px); }
.btn-ghost { background: rgba(255, 255, 255, .6); color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: #c9cfdf; background: #fff; }
.btn-sm { padding: .62rem 1.05rem; font-size: .9375rem; }
.btn[disabled], .btn[aria-disabled="true"] { opacity: .65; cursor: progress; transform: none; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247, 245, 240, .86);
  -webkit-backdrop-filter: saturate(150%) blur(14px); backdrop-filter: saturate(150%) blur(14px);
  border-bottom: 1px solid transparent; transition: border-color .2s ease;
}
.site-header.is-scrolled { border-bottom-color: var(--line); }
.header-inner { display: flex; align-items: center; gap: 1.5rem; height: var(--header-h); }
.logo { display: inline-flex; align-items: center; gap: .6rem; text-decoration: none; font-size: 1.1875rem; letter-spacing: -.02em; font-weight: 800; }
.logo svg { width: 32px; height: 32px; flex: none; }
.logo span span { font-weight: 500; color: var(--ink-2); }
.nav { margin-left: auto; }
.nav ul { display: flex; gap: 1.6rem; }
.nav a { text-decoration: none; font-size: .9688rem; font-weight: 550; color: var(--ink-2); padding: .4rem 0; transition: color .15s ease; }
.nav a:hover { color: var(--accent); }
.header-actions { display: flex; align-items: center; gap: .8rem; }
.burger { display: none; width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--line); background: rgba(255, 255, 255, .7); cursor: pointer; place-items: center; }
.burger svg { width: 20px; height: 20px; stroke: var(--ink); stroke-width: 2; stroke-linecap: round; fill: none; }

/* Hero */
.hero {
  background:
    radial-gradient(52% 70% at 88% 8%, rgba(43, 89, 255, .13), transparent 70%),
    radial-gradient(40% 50% at 0% 100%, rgba(245, 185, 71, .10), transparent 70%);
  padding-block: clamp(3rem, 7vw, 6rem) clamp(3.5rem, 7vw, 6rem);
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.hero h1 { margin-top: 1.2rem; }
.hero h1 .hl { color: var(--accent); }
.hero-sub { margin-top: 1.5rem; font-size: clamp(1.0625rem, 1.5vw, 1.25rem); color: var(--ink-2); max-width: 35rem; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.1rem; }
.hero-micro { margin-top: 1rem; font-size: .9063rem; color: var(--muted); }
.hero-copy > * { animation: rise .7s cubic-bezier(.2, .7, .2, 1) both; }
.hero-copy > :nth-child(2) { animation-delay: .06s; }
.hero-copy > :nth-child(3) { animation-delay: .12s; }
.hero-copy > :nth-child(4) { animation-delay: .18s; }
.hero-copy > :nth-child(5) { animation-delay: .24s; }
.hero-visual { animation: rise .9s cubic-bezier(.2, .7, .2, 1) .15s both; }
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

/* Workflow illustration */
.flow {
  position: relative; overflow: hidden; border-radius: 26px; padding: 1.25rem;
  color: #fff; border: 1px solid rgba(255, 255, 255, .08);
  background:
    radial-gradient(110% 80% at 100% 0%, rgba(43, 89, 255, .42), transparent 58%),
    linear-gradient(180deg, #0F1A33, #0B1220);
  box-shadow: 0 34px 60px -32px rgba(11, 18, 32, .6), 0 2px 6px rgba(11, 18, 32, .18);
}
.flow::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 28px 28px;
  -webkit-mask-image: linear-gradient(180deg, #000, transparent 88%); mask-image: linear-gradient(180deg, #000, transparent 88%);
}
.flow > * { position: relative; }
.flow-bar { display: flex; align-items: center; gap: .6rem; margin-bottom: 1.1rem; font-size: .8125rem; color: var(--night-text); }
.flow-dots { display: inline-flex; gap: 5px; }
.flow-dots i { width: 9px; height: 9px; border-radius: 50%; background: rgba(255, 255, 255, .2); }
.flow-status { margin-left: auto; display: inline-flex; align-items: center; gap: .45rem; padding: .25rem .6rem; border-radius: 999px; background: rgba(61, 213, 152, .12); color: #8CEBC4; font-weight: 600; }
.flow-status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--ok); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(61, 213, 152, .55); } 50% { box-shadow: 0 0 0 6px rgba(61, 213, 152, 0); } }
.flow-node { display: grid; grid-template-columns: 38px 1fr; gap: .85rem; align-items: center; padding: .9rem 1rem; border-radius: 15px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .1); }
.flow-node strong { display: block; font-size: .9688rem; font-weight: 650; line-height: 1.3; }
.flow-node span { display: block; margin-top: .1rem; font-size: .8438rem; color: var(--night-text); line-height: 1.35; }
.flow-icon { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; background: rgba(255, 255, 255, .1); }
.flow-icon svg, .flow-chip svg, .flow-foot svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.flow-node.is-ai { background: linear-gradient(135deg, rgba(43, 89, 255, .95), rgba(80, 60, 230, .9)); border-color: rgba(255, 255, 255, .28); box-shadow: 0 16px 34px -16px rgba(43, 89, 255, .95); }
.flow-node.is-ai span { color: rgba(255, 255, 255, .85); }
.flow-node.is-ai .flow-icon { background: rgba(255, 255, 255, .2); }
.flow-link { position: relative; width: 2px; height: 30px; margin-left: calc(1rem + 18px); background: linear-gradient(180deg, rgba(255, 255, 255, .3), rgba(255, 255, 255, .12)); }
.flow-link::after { content: ""; position: absolute; left: -3px; top: -4px; width: 8px; height: 8px; border-radius: 50%; background: #9DB8FF; box-shadow: 0 0 12px 2px rgba(125, 160, 255, .85); animation: drip 2.6s cubic-bezier(.6, 0, .4, 1) infinite; }
.flow-link.is-late::after { animation-delay: 1.3s; }
@keyframes drip { 0% { transform: translateY(0); opacity: 0; } 15%, 85% { opacity: 1; } 100% { transform: translateY(30px); opacity: 0; } }
.flow-chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.flow-chip { display: inline-flex; align-items: center; gap: .45rem; padding: .55rem .8rem; border-radius: 12px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .1); font-size: .875rem; font-weight: 600; }
.flow-chip svg { width: 16px; height: 16px; stroke: var(--ok); stroke-width: 2.4; }
.flow-foot { display: flex; align-items: center; gap: .55rem; margin-top: 1.1rem; padding-top: .95rem; border-top: 1px dashed rgba(255, 255, 255, .16); font-size: .875rem; color: var(--night-text); }

/* Facts strip */
.strip { border-block: 1px solid var(--line); background: rgba(255, 255, 255, .55); }
.strip ul { display: grid; grid-template-columns: repeat(3, 1fr); }
.strip li { display: flex; align-items: center; gap: .75rem; padding: 1.25rem 1.25rem; font-size: .9375rem; font-weight: 550; color: var(--ink-2); line-height: 1.35; border-left: 1px solid var(--line); }
.strip li:first-child { border-left: 0; padding-left: 0; }
.strip svg { flex: none; width: 22px; height: 22px; fill: none; stroke: var(--accent); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

/* Services */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.65rem; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #CDD5EC; }
.card p { margin-top: .55rem; color: var(--muted); font-size: 1rem; }
.icon { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent); margin-bottom: 1.15rem; }
.icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* Use cases (dark) */
.section-dark { color: #fff; background: radial-gradient(55% 75% at 0% 0%, rgba(43, 89, 255, .26), transparent 62%), var(--night); }
.section-dark .eyebrow { color: #9DB8FF; }
.section-dark .lead { color: var(--night-text); }
.uc-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.uc-head { position: sticky; top: calc(var(--header-h) + 28px); }
.uc-head h2 { margin-top: .9rem; }
.uc-more-wrap { margin-top: 1.8rem; }
.uc-more { font-weight: 650; color: #fff; text-decoration: underline; text-decoration-color: rgba(255, 255, 255, .4); text-decoration-thickness: 1px; text-underline-offset: .3em; }
.uc-more:hover { text-decoration-color: #fff; }
.uc-more svg { display: inline-block; vertical-align: -.15em; margin-left: .4rem; width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.uc-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 2.2rem; }
.uc-item { padding: 1.45rem 0; border-top: 1px solid var(--night-line); }
.uc-item h3 { display: flex; align-items: center; gap: .6rem; }
.uc-item h3::before { content: ""; flex: none; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(43, 89, 255, .25); }
.uc-item p { margin-top: .5rem; color: var(--night-text); font-size: 1rem; }

/* Process */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.step { position: relative; padding-top: 1.5rem; border-top: 2px solid var(--line); }
.step::before { content: ""; position: absolute; top: -2px; left: 0; width: 52px; height: 2px; background: var(--accent); }
.step-no { font-size: .875rem; font-weight: 700; letter-spacing: .08em; color: var(--accent); font-variant-numeric: tabular-nums; }
.step h3 { margin-top: .55rem; font-size: 1.1875rem; }
.step p { margin-top: .5rem; color: var(--muted); font-size: 1rem; }

/* About */
.section-surface { background: var(--surface); border-block: 1px solid var(--line); }
.about-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.about-copy h2 { margin-top: .9rem; }
.about-copy p:not(.eyebrow) { margin-top: 1.2rem; color: var(--ink-2); font-size: 1.0938rem; }
.values { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: .4rem 1.6rem; }
.value { display: grid; grid-template-columns: 44px 1fr; gap: 1.1rem; padding: 1.35rem 0; border-top: 1px solid var(--line); }
.value:first-child { border-top: 0; }
.value .icon { margin: 0; background: #fff; border: 1px solid var(--line); }
.value p { margin-top: .3rem; color: var(--muted); font-size: 1rem; }

/* Contact */
.contact-wrap { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 1.25rem; align-items: stretch; }
.form-card { background: var(--surface); border: 1px solid var(--line); border-radius: 24px; padding: clamp(1.4rem, 3vw, 2.4rem); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.05rem 1rem; }
.field { display: flex; flex-direction: column; gap: .4rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .9063rem; font-weight: 650; color: var(--ink-2); }
.field label small { font-weight: 500; color: var(--muted); font-size: inherit; }
.field input, .field select, .field textarea {
  width: 100%; padding: .8rem .95rem; border-radius: 12px; border: 1px solid #8F8B82; background: #FCFBF9;
  transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}
.field textarea { min-height: 148px; resize: vertical; line-height: 1.5; }
.field select {
  -webkit-appearance: none; appearance: none; padding-right: 2.6rem;
  background-image: url("chevron-down.svg");
  background-repeat: no-repeat; background-position: right .85rem center; background-size: 18px;
}
.field input:hover, .field select:hover, .field textarea:hover { border-color: #6B675F; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); background-color: #fff; box-shadow: 0 0 0 4px rgba(43, 89, 255, .16); }
.field ::placeholder { color: var(--muted); opacity: 1; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.4rem; margin-top: 1.4rem; }
.form-note { flex: 1 1 16rem; font-size: .875rem; color: var(--muted); line-height: 1.5; }
.form-note a { color: var(--ink-2); }
.form-status { margin-top: 1.1rem; padding: .9rem 1.05rem; border-radius: 12px; font-size: .9688rem; line-height: 1.5; border: 1px solid transparent; }
.form-status:not(.is-ok):not(.is-error) { margin: 0; padding: 0; border: 0; }
.form-status.is-ok { background: #EAF8F1; border-color: #BFE8D4; color: #11563A; }
.form-status.is-error { background: #FDEEEE; border-color: #F5C6C6; color: #8A1F1F; }
.form-status a { color: inherit; font-weight: 650; }

.aside-card { align-self: start; position: sticky; top: calc(var(--header-h) + 24px); display: flex; flex-direction: column; gap: 1.8rem; color: #fff; border-radius: 24px; padding: clamp(1.5rem, 3vw, 2.3rem); background: radial-gradient(90% 60% at 100% 0%, rgba(43, 89, 255, .38), transparent 60%), var(--night); }
.aside-card h3 { font-size: .8125rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: #9DB8FF; }
.aside-mail { display: inline-block; margin-top: .55rem; font-size: clamp(1.15rem, 2vw, 1.4rem); font-weight: 650; letter-spacing: -.015em; text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, .35); overflow-wrap: anywhere; }
.aside-mail:hover { border-bottom-color: #fff; }
.next { counter-reset: next; margin-top: .8rem; display: grid; gap: .8rem; }
.next li { counter-increment: next; display: grid; grid-template-columns: 26px 1fr; gap: .75rem; color: var(--night-text); font-size: .9688rem; line-height: 1.45; }
.next li::before { content: counter(next); width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; font-size: .8125rem; font-weight: 700; color: #fff; background: rgba(255, 255, 255, .12); }

/* Legal */
.legal { padding-block: 0 clamp(3.5rem, 6vw, 5rem); }
.legal h2 { font-size: 1.25rem; letter-spacing: -.01em; margin-bottom: 1rem; }
.legal details { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; margin-top: .7rem; }
.legal summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.25rem; font-weight: 650; }
.legal summary::-webkit-details-marker { display: none; }
.legal summary::after { content: ""; flex: none; width: 10px; height: 10px; border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted); transform: rotate(45deg) translate(-2px, -2px); transition: transform .2s ease; }
.legal details[open] summary::after { transform: rotate(225deg) translate(-2px, -2px); }
.legal-body { padding: .2rem 1.25rem 1.4rem; max-width: 50rem; color: var(--ink-2); font-size: .9688rem; }
.legal-body h3 { margin-top: 1.4rem; font-size: 1rem; color: var(--ink); }
.legal-body p { margin-top: .55rem; }
.legal-body dl { margin-top: .6rem; display: grid; grid-template-columns: minmax(8rem, 13rem) 1fr; gap: .5rem 1.2rem; }
.legal-body dt { color: var(--muted); }
.legal-body a { color: var(--accent-dark); }

/* Footer */
.site-footer { background: var(--night); color: var(--night-text); font-size: .9375rem; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, .7fr) minmax(0, 1.3fr); gap: 2.5rem; padding-block: clamp(3rem, 5vw, 4.2rem) 2.4rem; }
.site-footer .logo { color: #fff; }
.site-footer .logo span span { color: var(--night-text); }
.site-footer .footer-title { font-size: .8125rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: #fff; margin-bottom: .95rem; }
.site-footer li + li { margin-top: .5rem; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: #fff; }
.site-footer address { font-style: normal; line-height: 1.6; }
.site-footer address a { text-decoration: underline; text-underline-offset: .2em; }
.footer-bottom { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; justify-content: space-between; padding-block: 1.4rem 1.8rem; border-top: 1px solid var(--night-line); font-size: .875rem; }
.footer-bottom ul { display: flex; gap: 1.4rem; }
.footer-bottom li + li { margin-top: 0; }

/* 404 page */
.notfound { min-height: calc(100vh - var(--header-h)); display: grid; place-items: center; text-align: center; padding-block: 4rem; }
.notfound h1 { margin-top: 1rem; }
.notfound p:not(.eyebrow) { margin-top: 1rem; color: var(--muted); }
.notfound .btn { margin-top: 2rem; }

/* Reveal on scroll (only when JS is running) */
.js [data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1); }
.js [data-reveal].is-in { opacity: 1; transform: none; }
.js [data-reveal].d1 { transition-delay: 70ms; }
.js [data-reveal].d2 { transition-delay: 140ms; }

/* Responsive */
@media (max-width: 1020px) {
  .nav ul { gap: 1.15rem; }
  .header-actions .btn { display: none; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 2rem 1.5rem; }
}
@media (max-width: 860px) {
  .hero-grid, .uc-grid, .about-grid, .contact-wrap { grid-template-columns: minmax(0, 1fr); }
  .uc-head, .aside-card { position: static; }
  .burger { display: grid; }
  .nav {
    position: absolute; left: 0; right: 0; top: 100%; margin: 0; display: none;
    background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 24px 40px -24px rgba(14, 23, 38, .25);
  }
  .nav-open .nav { display: block; }
  .nav ul { flex-direction: column; gap: 0; width: min(100% - 2.5rem, var(--container)); margin-inline: auto; padding-block: .5rem 1rem; }
  .nav a { display: block; padding: .85rem 0; font-size: 1.0625rem; border-top: 1px solid var(--line); }
  .nav li:first-child a { border-top: 0; }
  .header-actions { margin-left: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .strip ul { grid-template-columns: 1fr; }
  .strip li { padding: 1rem 0; border-left: 0; }
  .strip li + li { border-top: 1px solid var(--line); }
}
@media (max-width: 620px) {
  .cards, .steps, .uc-list, .form-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-cta .btn { flex: 1 1 100%; }
  .form-foot .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .legal-body dl { grid-template-columns: 1fr; gap: .1rem; }
  .legal-body dd { margin-bottom: .6rem; }
}
@media print {
  .js [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
  .site-header { position: static; }
  .hero-copy > *, .hero-visual { animation: none !important; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
  .flow-link::after { opacity: 0; }
}
