:root {
  --ink: #171a1d;
  --paper: #f4f1e9;
  --surface: #fffdf7;
  --muted: #656a6f;
  --line: #c9c4b8;
  --orange: #ff5a1f;
  --orange-text: #a83206;
  --blue: #1769ff;
  --green: #157a55;
  --shadow: 0 18px 60px rgba(23, 26, 29, .10);
  --radius: 18px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-underline-offset: .18em; }
a:hover { color: var(--orange); }
img { max-width: 100%; }
code { padding: .12rem .38rem; border: 1px solid var(--line); border-radius: 5px; background: #ece8dd; font-size: .9em; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; padding: .75rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }
.shell { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(244, 241, 233, .94); backdrop-filter: blur(14px); }
.site-header__inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; font-weight: 900; letter-spacing: -.04em; font-size: 1.25rem; }
.brand__mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px; background: var(--orange); color: var(--ink); font-size: .72rem; letter-spacing: 0; }
.brand small { font-size: .68rem; color: var(--muted); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 1.2rem; font-size: .9rem; font-weight: 760; }
.site-nav a { text-decoration: none; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: .5rem; padding: .65rem 1rem; border: 2px solid var(--ink); border-radius: 9px; background: var(--ink); color: white; text-decoration: none; font-weight: 820; cursor: pointer; }
.button:hover { background: var(--orange); border-color: var(--orange); color: var(--ink); }
.button--secondary { background: transparent; color: var(--ink); }
.hero { padding: clamp(4rem, 8vw, 7rem) 0 4rem; border-bottom: 1px solid var(--line); overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); align-items: center; gap: clamp(2rem, 7vw, 7rem); }
.eyebrow { margin: 0 0 .8rem; color: var(--orange-text); font-size: .75rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.045em; }
h1 { margin: 0; max-width: 12ch; font-size: clamp(3rem, 8vw, 6.5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: 1.2rem; }
.lead { max-width: 60ch; margin: 1.5rem 0; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.hero-card { position: relative; min-height: 380px; display: grid; align-content: space-between; padding: 2rem; border-radius: 28px; background: var(--ink); color: white; box-shadow: var(--shadow); overflow: hidden; }
.hero-card::before { content: ""; position: absolute; inset: auto -15% -22% 25%; height: 75%; background: var(--orange); transform: rotate(-14deg); }
.hero-card::after { content: ""; position: absolute; width: 150px; height: 150px; right: 2rem; top: 2rem; border: 28px solid var(--blue); border-radius: 50%; }
.hero-card > * { position: relative; z-index: 1; }
.hero-card strong { display: block; font-size: 3.5rem; letter-spacing: -.08em; }
.hero-card span { color: #d7d9dc; }
.status { display: inline-flex; width: fit-content; align-items: center; gap: .45rem; padding: .35rem .6rem; border: 1px solid #5c6369; border-radius: 100px; font-size: .74rem; font-weight: 800; }
.status::before { content: ""; width: .55rem; height: .55rem; border-radius: 50%; background: #3fd29a; box-shadow: 0 0 0 4px rgba(63, 210, 154, .14); }
.band { padding: 1rem 0; background: var(--orange); color: var(--ink); font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.band__inner { display: flex; gap: 2rem; justify-content: space-between; overflow: hidden; white-space: nowrap; }
.section { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.section--white { background: var(--surface); }
.section-head { display: grid; grid-template-columns: 1fr minmax(280px, .7fr); align-items: end; gap: 2rem; margin-bottom: 2rem; }
.section-head h2 { margin: 0; }
.section-head p { margin: 0; color: var(--muted); }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.card { padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.card__number { color: var(--orange); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.card h3 { margin: .8rem 0 .6rem; }
.card p { margin: 0; color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.feature { min-height: 200px; padding: 1.6rem; background: var(--surface); border-bottom: 1px solid var(--line); }
.feature:nth-child(odd) { border-right: 1px solid var(--line); }
.feature:nth-last-child(-n+2) { border-bottom: 0; }
.feature h3 { margin: .2rem 0 .5rem; }
.feature p { margin: 0; color: var(--muted); }
.pill { display: inline-flex; padding: .2rem .55rem; border-radius: 100px; background: #e7e3d8; color: var(--ink); font-size: .72rem; font-weight: 850; }
.docs-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); align-items: start; gap: clamp(2rem, 5vw, 5rem); }
.docs-nav { position: sticky; top: 98px; display: grid; gap: .3rem; }
.docs-nav strong { margin-bottom: .55rem; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.docs-nav a { padding: .42rem .65rem; border-left: 2px solid transparent; color: var(--muted); text-decoration: none; font-size: .9rem; }
.docs-nav a:hover { border-color: var(--orange); color: var(--ink); }
.prose { max-width: 820px; }
.prose section { padding: 1rem 0 2.5rem; scroll-margin-top: 90px; border-bottom: 1px solid var(--line); }
.prose h2 { margin-bottom: .7rem; font-size: 2rem; }
.prose h3 { margin-top: 1.6rem; }
.prose p, .prose li { color: #454b50; }
.prose li + li { margin-top: .4rem; }
.callout { margin: 1.25rem 0; padding: 1rem 1.15rem; border-left: 4px solid var(--blue); border-radius: 0 9px 9px 0; background: #e8efff; }
.callout--warm { border-color: var(--orange); background: #fff0e9; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: .92rem; }
th, td { padding: .75rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; }
.support-grid { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); gap: 1rem; }
.support-panel { padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.support-panel h2 { margin-top: 0; font-size: 2rem; }
.contact-list { display: grid; gap: 1rem; margin: 2rem 0 0; }
.contact-list div { padding-top: 1rem; border-top: 1px solid var(--line); }
.contact-list dt { font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-list dd { margin: .2rem 0 0; color: var(--muted); }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form label { display: grid; gap: .35rem; font-size: .78rem; font-weight: 850; }
.form input, .form select, .form textarea { width: 100%; min-height: 48px; padding: .75rem; border: 1px solid #93979b; border-radius: 7px; background: white; color: var(--ink); font: inherit; }
.form textarea { min-height: 150px; resize: vertical; }
.form__wide, .form__actions { grid-column: 1 / -1; }
.fine-print { color: var(--muted); font-size: .78rem; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 1rem 0; cursor: pointer; font-weight: 830; }
.faq details p { margin-top: 0; padding-bottom: .8rem; }
.site-footer { padding: 2.5rem 0; background: var(--ink); color: #d9dbdd; }
.site-footer__inner { display: flex; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 1rem; }
.site-footer a { color: white; }
@media (max-width: 820px) {
  .site-nav a:not(.button) { display: none; }
  .hero__grid, .section-head, .docs-layout, .support-grid { grid-template-columns: 1fr; }
  .docs-nav { position: static; grid-template-columns: repeat(2, 1fr); padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
  .docs-nav strong { grid-column: 1 / -1; }
  .cards { grid-template-columns: 1fr; }
  .hero-card { min-height: 300px; }
}
@media (max-width: 560px) {
  .brand small { display: none; }
  .feature-grid, .form { grid-template-columns: 1fr; }
  .feature:nth-child(odd) { border-right: 0; }
  .feature:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
  .feature:last-child { border-bottom: 0; }
  .form__wide, .form__actions { grid-column: 1; }
  h1 { font-size: 3.2rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
