:root {
  --ink: #0b1320;
  --ink-soft: #162437;
  --paper: #f5f5ef;
  --paper-deep: #e8e9e1;
  --white: #ffffff;
  --muted: #657083;
  --line: #d7d9d1;
  --lime: #c7f25a;
  --lime-deep: #9bd02c;
  --aqua: #78e6d5;
  --blue: #6da9ff;
  --danger: #9a312b;
  --radius: 22px;
  --shadow: 0 26px 70px rgba(9, 20, 34, .12);
  --container: 1180px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.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;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  color: var(--white);
  background: var(--ink);
  border-radius: 8px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: 18px 0;
  color: var(--white);
  transition: background .25s ease, padding .25s ease, box-shadow .25s ease;
}
.site-header.scrolled {
  padding: 11px 0;
  color: var(--ink);
  background: rgba(245, 245, 239, .92);
  box-shadow: 0 10px 35px rgba(9, 20, 34, .08);
  backdrop-filter: blur(14px);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 1.24rem;
  font-weight: 800;
  letter-spacing: -.03em;
  text-decoration: none;
}
.brand-mark {
  position: relative;
  display: inline-grid;
  grid-template-columns: repeat(3, 5px);
  align-items: end;
  gap: 3px;
  width: 28px;
  height: 28px;
  padding: 5px;
  border: 1px solid currentColor;
  border-radius: 8px;
  transform: rotate(-6deg);
}
.brand-mark span { display: block; background: var(--lime); border-radius: 3px; }
.brand-mark span:nth-child(1) { height: 6px; }
.brand-mark span:nth-child(2) { height: 11px; }
.brand-mark span:nth-child(3) { height: 16px; }
.site-header.scrolled .brand-mark,
.legal-header .brand-mark {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
  box-shadow: 0 5px 14px rgba(11, 19, 32, .2);
}
.site-header.scrolled .brand-mark span,
.legal-header .brand-mark span {
  background: #d3ff67;
  box-shadow: 0 0 7px rgba(199, 242, 90, .45);
}

.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav > a:not(.button) {
  font-size: .92rem;
  font-weight: 650;
  text-decoration: none;
  opacity: .82;
}
.primary-nav > a:not(.button):hover { opacity: 1; }
.menu-button { display: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 52px;
  padding: 0 22px;
  color: var(--ink);
  background: var(--lime);
  border: 1px solid var(--lime);
  border-radius: 999px;
  font-size: .93rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); background: #d3ff67; box-shadow: 0 12px 28px rgba(173, 223, 49, .22); }
.button:active { transform: translateY(0); }
.button:disabled { cursor: wait; opacity: .72; transform: none; box-shadow: none; }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}
.button-small { min-height: 42px; padding: 0 18px; font-size: .84rem; }
.site-header:not(.scrolled) .button-small { color: var(--ink); }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 830px;
  padding: 172px 0 110px;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(11, 19, 32, .96), rgba(11, 19, 32, .9)),
    repeating-linear-gradient(90deg, transparent 0, transparent 78px, rgba(255,255,255,.03) 79px, rgba(255,255,255,.03) 80px),
    var(--ink);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(to bottom, transparent, rgba(11, 19, 32, .38));
  pointer-events: none;
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .34; }
.hero-glow-one { width: 510px; height: 510px; right: -140px; top: 0; background: radial-gradient(circle, var(--aqua), transparent 66%); }
.hero-glow-two { width: 410px; height: 410px; left: 28%; bottom: -280px; background: radial-gradient(circle, var(--lime), transparent 70%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 75px; align-items: center; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #4c596a;
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow > span { width: 27px; height: 2px; background: var(--lime-deep); }
.hero .eyebrow, .eyebrow.light { color: #bdc8d6; }
.hero .eyebrow > span, .eyebrow.light > span { background: var(--lime); }
.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(3.5rem, 6vw, 6.35rem);
  line-height: .97;
  letter-spacing: -.065em;
}
.hero h1 em { color: var(--lime); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-text { max-width: 645px; margin: 28px 0 0; color: #c7d0dc; font-size: 1.18rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.text-link { color: var(--white); font-size: .92rem; font-weight: 750; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.32); padding-bottom: 4px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 32px 0 0; padding: 0; color: #aeb9c7; list-style: none; font-size: .78rem; }
.hero-points li::before { content: "✓"; margin-right: 7px; color: var(--lime); font-weight: 900; }

.workflow-card {
  position: relative;
  padding: 25px;
  color: var(--ink);
  background: rgba(255, 255, 255, .97);
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 26px;
  box-shadow: 0 35px 85px rgba(0,0,0,.32);
  transform: rotate(1.5deg);
}
.workflow-card::before {
  content: "";
  position: absolute;
  inset: 16px -14px -16px 14px;
  z-index: -1;
  border: 1px solid rgba(199, 242, 90, .24);
  border-radius: inherit;
}
.workflow-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding-bottom: 20px; }
.workflow-card-top h2 { margin: 4px 0 0; font-size: 1.08rem; letter-spacing: -.02em; }
.card-kicker { color: var(--muted); font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.status { display: inline-flex; align-items: center; gap: 7px; padding: 7px 9px; color: #236348; background: #e3f7e9; border-radius: 99px; font-size: .67rem; font-weight: 800; }
.status span { width: 7px; height: 7px; background: #32a167; border-radius: 50%; box-shadow: 0 0 0 4px rgba(50,161,103,.12); }
.workflow-steps { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.workflow-steps li { display: grid; grid-template-columns: 40px 1fr auto; gap: 12px; align-items: center; padding: 12px; background: #f5f6f2; border: 1px solid #e8e9e3; border-radius: 14px; }
.step-icon { display: grid; place-items: center; width: 38px; height: 38px; color: var(--ink); background: var(--white); border: 1px solid #dfe2da; border-radius: 10px; font-size: .68rem; font-weight: 900; }
.workflow-steps strong, .workflow-steps small { display: block; }
.workflow-steps strong { font-size: .82rem; }
.workflow-steps small { margin-top: 3px; color: var(--muted); font-size: .68rem; }
.step-state { padding: 5px 7px; color: #41604c; background: #e8f7e7; border-radius: 6px; font-size: .58rem; font-weight: 800; }
.step-state.human { color: #4d5870; background: #e8eefb; }
.workflow-result { display: flex; flex-direction: column; gap: 3px; margin-top: 15px; padding: 14px 16px; background: var(--ink); border-radius: 13px; color: var(--white); }
.workflow-result span { color: var(--lime); font-size: .6rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.workflow-result strong { font-size: .77rem; }

.trust-strip { color: var(--ink); background: var(--lime); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid p { display: flex; flex-direction: column; gap: 4px; margin: 0; padding: 23px 25px; border-left: 1px solid rgba(11, 19, 32, .18); }
.trust-grid p:last-child { border-right: 1px solid rgba(11, 19, 32, .18); }
.trust-grid strong { font-size: .78rem; }
.trust-grid span { font-size: .68rem; opacity: .7; }

.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.section-heading.compact { grid-template-columns: 1fr; }
.section-heading h2, .calculator-copy h2, .about-copy h2, .faq-heading h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.4rem, 4.2vw, 4.5rem);
  line-height: 1.04;
  letter-spacing: -.055em;
}
.section-heading > p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.solution-card { position: relative; min-height: 470px; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease; }
.solution-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.solution-card.featured { background: #eef7d7; border-color: #c3dc85; }
.solution-number { color: #7a8593; font-size: .68rem; font-weight: 900; }
.popular-label { position: absolute; top: 20px; right: 20px; padding: 7px 10px; background: var(--ink); color: var(--white); border-radius: 99px; font-size: .59rem; font-weight: 850; }
.solution-symbol { display: grid; place-items: center; width: 62px; height: 62px; margin-top: 52px; color: var(--ink); background: var(--lime); border: 1px solid #b0d64e; border-radius: 18px; font-size: 1.7rem; font-weight: 600; }
.solution-card h3 { margin: 24px 0 13px; font-size: 1.45rem; letter-spacing: -.035em; }
.solution-card > p { margin: 0; color: var(--muted); line-height: 1.68; }
.solution-card ul { display: grid; gap: 10px; margin: 24px 0 0; padding: 21px 0 0; border-top: 1px solid var(--line); list-style: none; }
.solution-card li { color: #374355; font-size: .8rem; }
.solution-card li::before { content: "↳"; margin-right: 8px; color: #74951f; font-weight: 900; }

.section-dark { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.section-dark::before { content: ""; position: absolute; width: 500px; height: 500px; right: -180px; top: -250px; background: radial-gradient(circle, rgba(120, 230, 213, .22), transparent 67%); }
.example-grid { position: relative; display: grid; grid-template-columns: 1fr .95fr; gap: 90px; align-items: center; }
.example-copy h2 { margin: 0; font-size: clamp(2.65rem, 4.5vw, 4.8rem); line-height: 1.03; letter-spacing: -.055em; }
.example-copy > p:not(.eyebrow):not(.fine-print) { max-width: 590px; margin: 25px 0 0; color: #b9c4d2; font-size: 1rem; line-height: 1.75; }
.outcome-list { display: grid; gap: 13px; margin-top: 34px; }
.outcome-list p { display: grid; grid-template-columns: 70px 1fr; gap: 16px; align-items: start; margin: 0; padding: 16px 0; color: #c7d0dc; border-top: 1px solid rgba(255,255,255,.12); font-size: .88rem; line-height: 1.55; }
.outcome-list span { color: var(--lime); font-size: .66rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.fine-print { margin-top: 20px; color: #8290a1; font-size: .73rem; line-height: 1.55; }
.pipeline { padding: 25px; background: #142237; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; box-shadow: 0 32px 75px rgba(0,0,0,.28); }
.pipeline-head { display: flex; align-items: center; justify-content: space-between; padding: 0 0 20px; color: #e5ebf2; font-size: .78rem; font-weight: 800; }
.pilot-tag { padding: 7px 10px; color: var(--lime); background: rgba(199,242,90,.09); border: 1px solid rgba(199,242,90,.22); border-radius: 99px; font-size: .6rem; }
.pipeline-row { display: grid; grid-template-columns: 11px 1fr auto; gap: 15px; align-items: center; min-height: 78px; padding: 14px 15px; background: rgba(255,255,255,.045); border-top: 1px solid rgba(255,255,255,.08); }
.pipeline-row:nth-child(2) { border-radius: 14px 14px 0 0; }
.pipeline-row:last-child { border-radius: 0 0 14px 14px; }
.pipeline-dot { width: 9px; height: 9px; background: var(--aqua); border-radius: 50%; box-shadow: 0 0 0 5px rgba(120,230,213,.1); }
.pipeline-row small, .pipeline-row strong { display: block; }
.pipeline-row small { margin-bottom: 4px; color: #7f8da0; font-size: .6rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pipeline-row strong { color: #e9eef5; font-size: .8rem; }
.pipeline-check { color: var(--aqua); font-size: .72rem; font-weight: 800; }
.human-row { background: rgba(199,242,90,.08); }
.human-row .pipeline-dot { background: var(--lime); box-shadow: 0 0 0 5px rgba(199,242,90,.1); }
.human-row .pipeline-check { padding: 5px 7px; color: var(--ink); background: var(--lime); border-radius: 5px; font-size: .57rem; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-grid li { min-height: 280px; padding: 28px 28px 0 0; border-right: 1px solid var(--line); }
.process-grid li:not(:first-child) { padding-left: 28px; }
.process-grid li:last-child { border-right: 0; }
.process-grid > li > span { display: grid; place-items: center; width: 42px; height: 42px; background: var(--ink); color: var(--lime); border-radius: 50%; font-size: .68rem; font-weight: 900; }
.process-grid h3 { margin: 52px 0 12px; font-size: 1.35rem; letter-spacing: -.03em; }
.process-grid p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.65; }

.calculator-section { background: var(--paper-deep); }
.calculator-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.calculator-copy > p:not(.eyebrow) { max-width: 520px; color: var(--muted); line-height: 1.7; }
.calculator { padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 25px 60px rgba(9,20,34,.08); }
.input-row { display: grid; grid-template-columns: 1fr 155px; gap: 20px; align-items: center; padding: 13px 0; }
.input-row label { color: #374355; font-size: .82rem; font-weight: 750; }
.money-control { display: grid; grid-template-columns: 76px 1fr; gap: 8px; }
.input-row input, .input-row select { width: 100%; min-width: 0; padding: 13px 12px; color: var(--ink); background: #f7f8f5; border: 1px solid var(--line); border-radius: 10px; font-weight: 800; }
.input-row select { cursor: pointer; background-color: #edf1e8; }
.calculator-note { margin: 2px 0 0; color: #7d8794; font-size: .66rem; line-height: 1.5; }
.calculator-output { margin-top: 18px; padding: 24px; color: var(--white); background: var(--ink); border-radius: 17px; }
.calculator-output p { margin: 0; color: #9dabbc; font-size: .68rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.calculator-output strong { display: block; margin: 8px 0 5px; color: var(--lime); font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -.04em; }
.calculator-output span { color: #b7c3d1; font-size: .75rem; line-height: 1.5; }

.about-grid { display: grid; grid-template-columns: .3fr .7fr; gap: 80px; }
.about-copy > p { max-width: 780px; margin: 25px 0 0; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 50px; }
.principle-grid p { margin: 0; padding-top: 18px; border-top: 2px solid var(--ink); }
.principle-grid strong, .principle-grid span { display: block; }
.principle-grid strong { margin-bottom: 9px; font-size: .88rem; }
.principle-grid span { color: var(--muted); font-size: .76rem; line-height: 1.55; }

.faq-section { padding-top: 50px; }
.faq-grid { display: grid; grid-template-columns: .43fr .57fr; gap: 90px; align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 55px 25px 0; font-size: 1rem; font-weight: 800; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 20px; display: grid; place-items: center; width: 30px; height: 30px; background: var(--white); border: 1px solid var(--line); border-radius: 50%; font-size: 1.1rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 650px; margin: 0; padding: 0 50px 25px 0; color: var(--muted); line-height: 1.7; }

.contact-section { position: relative; overflow: hidden; padding: 110px 0; color: var(--white); background: #101d2e; }
.contact-section::before { content: ""; position: absolute; width: 520px; height: 520px; left: -260px; bottom: -280px; background: radial-gradient(circle, rgba(199,242,90,.22), transparent 68%); }
.contact-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.contact-copy { position: static; }
.contact-copy h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 5.2rem); line-height: .98; letter-spacing: -.06em; }
.contact-copy > p:not(.eyebrow) { max-width: 500px; color: #b7c3d1; line-height: 1.7; }
.review-includes { display: grid; gap: 0; margin-top: 34px; border-top: 1px solid rgba(255,255,255,.13); }
.review-includes p { display: grid; grid-template-columns: 34px 1fr; gap: 3px 12px; margin: 0; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.review-includes span { grid-row: 1 / 3; display: grid; place-items: center; align-self: start; width: 27px; height: 27px; color: var(--lime); background: rgba(199,242,90,.08); border: 1px solid rgba(199,242,90,.18); border-radius: 8px; font-size: .58rem; font-weight: 900; }
.review-includes strong { color: #eef3f8; font-size: .82rem; }
.review-includes small { color: #8997a8; font-size: .69rem; line-height: 1.45; }
.contact-direct { display: flex; flex-direction: column; gap: 5px; margin-top: 35px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); }
.contact-direct span { color: #8594a7; font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-direct a { width: fit-content; color: var(--lime); font-weight: 800; text-decoration: none; }
.form-shell { padding: 34px; color: var(--ink); background: var(--white); border-radius: 26px; box-shadow: 0 35px 80px rgba(0,0,0,.22); }
.form-shell form { display: grid; grid-template-columns: 1fr 1fr; gap: 21px 18px; }
.form-row { display: flex; flex-direction: column; gap: 8px; }
.form-row-full, .consent, .submit-button, .form-note { grid-column: 1 / -1; }
.form-row label { color: #3e4958; font-size: .72rem; font-weight: 800; }
.form-row label span { color: #8993a0; font-weight: 500; }
.form-row input, .form-row textarea { width: 100%; padding: 14px 15px; color: var(--ink); background: #f7f8f5; border: 1px solid #dce0d8; border-radius: 11px; transition: border .2s ease, box-shadow .2s ease; }
.form-row textarea { resize: vertical; min-height: 130px; }
.form-row input::placeholder, .form-row textarea::placeholder { color: #9ba3ad; }
.form-row input:focus, .form-row textarea:focus { border-color: #91b82d; box-shadow: 0 0 0 4px rgba(155, 208, 44, .12); outline: none; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; color: #5f6977; font-size: .68rem; line-height: 1.5; }
.consent input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--ink); }
.consent a { color: var(--ink); font-weight: 800; }
.submit-button { width: 100%; border: 0; }
.form-shell form[aria-busy="true"] .form-row,
.form-shell form[aria-busy="true"] .consent { opacity: .72; }
.form-note { margin: -9px 0 0; color: #87919d; font-size: .66rem; text-align: center; }
.honeypot { position: absolute; left: -9999px; }
.form-success, .form-error { margin-bottom: 22px; padding: 17px; border-radius: 12px; }
.form-success { color: #23543d; background: #e5f6e9; border: 1px solid #c4e6cb; }
.form-error { color: var(--danger); background: #faebe9; border: 1px solid #e8c2bd; }
.form-success strong, .form-success span, .form-error strong, .form-error span { display: block; }
.form-success span, .form-error span { margin-top: 4px; font-size: .75rem; }

.site-footer { padding: 65px 0 25px; color: #dce3ec; background: #09111d; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-bottom: 55px; }
.footer-brand { color: var(--white); }
.footer-main > div > p { max-width: 310px; color: #8290a1; font-size: .82rem; line-height: 1.6; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.footer-links > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-links strong { margin-bottom: 6px; color: #8e9bad; font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }
.footer-links a { color: #d0d9e5; font-size: .8rem; text-decoration: none; }
.footer-links a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; color: #687789; border-top: 1px solid rgba(255,255,255,.09); font-size: .67rem; }

.legal-page { background: var(--paper); }
.legal-header { padding: 24px 0; border-bottom: 1px solid var(--line); }
.legal-main { padding: 90px 0 110px; }
.legal-content { max-width: 860px; }
.legal-content h1 { margin: 0; font-size: clamp(3rem, 7vw, 6rem); letter-spacing: -.065em; }
.legal-updated { color: var(--muted); font-size: .78rem; }
.legal-content > p:not(.eyebrow):not(.legal-updated) { color: #4f5a69; line-height: 1.8; }
.legal-content h2 { margin: 42px 0 10px; font-size: 1.4rem; letter-spacing: -.03em; }
.legal-content a:not(.button) { font-weight: 750; }
.legal-return { margin-top: 30px; }
.legal-footer { padding-top: 25px; }
.legal-footer a { color: #a8b5c5; }

.error-page { color: var(--white); background: var(--ink); }
.error-main { display: grid; place-items: center; min-height: 100vh; padding: 60px 0; }
.error-content { max-width: 750px; text-align: center; }
.error-content .brand { justify-content: center; }
.error-code { margin: 60px 0 0; color: var(--lime); font-size: .78rem; font-weight: 900; letter-spacing: .18em; }
.error-content h1 { margin: 12px 0; font-size: clamp(3rem, 8vw, 6.5rem); line-height: .95; letter-spacing: -.065em; }
.error-content > p:not(.error-code) { margin-bottom: 32px; color: #aeb9c7; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

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

@media (max-width: 980px) {
  .section { padding: 85px 0; }
  .hero { min-height: auto; padding-top: 145px; }
  .hero-grid, .example-grid, .calculator-grid, .contact-grid { grid-template-columns: 1fr; gap: 58px; }
  .workflow-card { max-width: 620px; transform: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid p:nth-child(3) { border-left: 1px solid rgba(11,19,32,.18); }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 0; }
  .solution-symbol { margin-top: 36px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid li:nth-child(2) { border-right: 0; }
  .process-grid li:nth-child(n+3) { border-top: 1px solid var(--line); }
  .about-grid, .faq-grid { grid-template-columns: 1fr; gap: 30px; }
  .about-label { display: none; }
  .faq-heading, .contact-copy { position: static; }
}

@media (max-width: 780px) {
  .site-header { padding: 14px 0; }
  .menu-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 43px;
    height: 43px;
    padding: 10px;
    color: currentColor;
    background: transparent;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 50%;
  }
  .site-header.scrolled .menu-button { border-color: var(--line); }
  .menu-button span:not(.sr-only) { width: 100%; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav {
    position: fixed;
    inset: 70px 20px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
    padding: 18px;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
  }
  .primary-nav.open { display: flex; }
  .primary-nav > a:not(.button) { padding: 12px; }
  .hero h1 { font-size: clamp(3.2rem, 14vw, 5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-points { flex-direction: column; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid p, .trust-grid p:last-child { border-right: 1px solid rgba(11,19,32,.18); }
  .trust-grid p + p { border-top: 1px solid rgba(11,19,32,.18); }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 0; padding: 26px 0 !important; border-right: 0; border-top: 1px solid var(--line); }
  .process-grid h3 { margin-top: 25px; }
  .principle-grid { grid-template-columns: 1fr; }
  .contact-grid { gap: 45px; }
  .form-shell { padding: 23px; }
  .form-shell form { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 520px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .hero { padding: 125px 0 80px; }
  .workflow-card { padding: 16px; border-radius: 18px; }
  .workflow-card-top { flex-direction: column; }
  .workflow-steps li { grid-template-columns: 36px 1fr; }
  .step-state { display: none; }
  .section-heading h2, .calculator-copy h2, .about-copy h2, .faq-heading h2 { font-size: 2.55rem; }
  .example-copy h2 { font-size: 2.7rem; }
  .pipeline { padding: 16px; }
  .pipeline-row { grid-template-columns: 9px 1fr; }
  .pipeline-check { display: none; }
  .input-row { grid-template-columns: 1fr; gap: 7px; }
  .contact-copy h2 { font-size: 3rem; }
  .form-shell { padding: 18px; border-radius: 18px; }
  .footer-links { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}
