:root {
  --ink: #142033;
  --ink-soft: #526075;
  --paper: #fffdf9;
  --surface: #ffffff;
  --surface-warm: #fff7ed;
  --line: #e8e4dc;
  --orange: #f97316;
  --orange-dark: #c2410c;
  --orange-pale: #ffedd5;
  --green: #15803d;
  --red: #b42318;
  --shadow: 0 18px 45px rgb(20 32 51 / 9%);
  --radius: 18px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--orange-dark); }
.site-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.preview-note { background: var(--ink); color: #fff; font-size: .85rem; text-align: center; padding: .6rem 1rem; }
.preview-note strong { color: #fdba74; }
.site-header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid var(--line); background: rgb(255 253 249 / 94%); backdrop-filter: blur(12px); }
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { display: grid; place-items: center; width: 30px; height: 30px; color: #fff; background: var(--orange); border-radius: 9px; font-size: .9rem; }
.brand small { color: var(--ink-soft); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 1.35rem; font-size: .91rem; font-weight: 650; }
.site-nav a { white-space: nowrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 43px; border: 1px solid transparent; border-radius: 10px; padding: .65rem 1rem; background: var(--orange); color: #fff !important; font-weight: 750; box-shadow: 0 5px 12px rgb(249 115 22 / 20%); }
.button:hover { background: var(--orange-dark); color: #fff !important; }
.button.secondary { background: transparent; color: var(--ink) !important; border-color: var(--line); box-shadow: none; }
.button.secondary:hover { border-color: var(--orange); color: var(--orange-dark) !important; }
.page-hero { padding: 5.2rem 0 3.4rem; background: radial-gradient(circle at 78% 10%, var(--orange-pale), transparent 29%), var(--paper); }
.catalog-site { background: #f8fafc; }
.catalog-site .site-header { background: rgb(255 255 255 / 94%); }
.catalog-site .page-hero { background: #fff; border-bottom: 1px solid #d9e0e8; }
.catalog-site .catalog-page-content { background: #e9edf2; }
.eyebrow { display: inline-flex; gap: .45rem; align-items: center; color: var(--orange-dark); font-size: .78rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 20px; height: 2px; background: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 850px; margin-bottom: 1.1rem; font-size: clamp(2.45rem, 5.2vw, 4.7rem); line-height: 1.02; letter-spacing: -.065em; }
h2 { font-size: clamp(1.7rem, 3vw, 2.7rem); line-height: 1.1; letter-spacing: -.045em; }
h3 { font-size: 1.12rem; line-height: 1.3; }
.lead { max-width: 720px; color: var(--ink-soft); font-size: clamp(1.06rem, 2vw, 1.25rem); }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.7rem; }
.section { padding: 4.3rem 0; }
.section.muted { background: #e9edf2; }
.section.warm { background: var(--surface-warm); }
.section-heading { max-width: 720px; margin-bottom: 2rem; }
.section-heading p { color: var(--ink-soft); }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.grid.two { grid-template-columns: repeat(2, 1fr); }
.card { padding: 1.35rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 1px 0 rgb(20 32 51 / 2%); }
.card p { margin-bottom: 0; color: var(--ink-soft); }
.card .number { color: var(--orange-dark); font-size: 2rem; font-weight: 850; letter-spacing: -.06em; }
.kicker { margin-bottom: .5rem; color: var(--orange-dark); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.checklist { display: grid; gap: .75rem; margin: 1.1rem 0 0; padding: 0; list-style: none; }
.checklist li { display: flex; gap: .65rem; align-items: flex-start; }
.checklist li::before { content: "✓"; flex: 0 0 auto; display: grid; place-items: center; width: 20px; height: 20px; margin-top: .14rem; border-radius: 999px; background: #dcfce7; color: var(--green); font-size: .78rem; font-weight: 900; }
.step { position: relative; padding-left: 3.2rem; }
.step > span { position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 2.25rem; height: 2.25rem; border-radius: 999px; background: var(--orange-pale); color: var(--orange-dark); font-weight: 850; }
.stat-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; margin-top: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.stat { padding: 1.2rem; background: var(--surface); }
.stat b { display: block; font-size: 1.65rem; letter-spacing: -.05em; }
.stat span { color: var(--ink-soft); font-size: .85rem; }
.callout { padding: 1.35rem; border-left: 4px solid var(--orange); border-radius: 0 12px 12px 0; background: var(--orange-pale); }
.callout p { margin-bottom: 0; }
.faq details { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 750; }
.faq details p { margin: .75rem 0 0; color: var(--ink-soft); }
.site-footer { padding: 2.3rem 0; border-top: 1px solid var(--line); background: #fff; }
.footer-inner { display: flex; align-items: flex-start; justify-content: space-between; gap: 2rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: .75rem 1.2rem; color: var(--ink-soft); font-size: .9rem; }
.footer-links .link-button { margin: 0; padding: 0; border: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; }
.footer-links .link-button:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.fineprint { margin-top: .8rem; color: var(--ink-soft); font-size: .8rem; }
.status { display: inline-block; padding: .18rem .5rem; border-radius: 999px; background: var(--orange-pale); color: var(--orange-dark); font-size: .76rem; font-weight: 800; }
.legal-page { background: #fff; color: #172033; }
.legal-page .preview-note { display: none; }
.legal-page .site-header { position: static; background: #fff; backdrop-filter: none; }
.legal-page .site-nav .button { min-height: 36px; border-radius: 6px; box-shadow: none; }
.legal-page .page-hero { padding: 3.6rem 0 2.1rem; background: #fff; border-bottom: 1px solid #dfe3e8; }
.legal-page .eyebrow { color: #5d6878; font-size: .72rem; letter-spacing: .12em; }
.legal-page .eyebrow::before { display: none; }
.legal-page h1 { max-width: 760px; font-size: clamp(2.2rem, 4vw, 3.55rem); letter-spacing: -.045em; }
.legal-page .lead { max-width: 760px; font-size: 1rem; color: #5d6878; }
.legal-page .section, .legal-page .section.muted, .legal-page .section.warm { padding: 2.4rem 0; background: #fff; }
.legal-layout { display: grid; grid-template-columns: 210px minmax(0, 760px); gap: 3rem; align-items: start; }
.legal-index { position: sticky; top: 1.5rem; padding-top: .35rem; font-size: .86rem; color: #5d6878; }
.legal-index a { display: block; padding: .38rem 0; color: inherit; }
.legal-index a:hover { color: #172033; }
.legal-document { min-width: 0; }
.legal-section { padding: 0 0 2rem; margin: 0 0 2rem; border-bottom: 1px solid #e4e7ec; }
.legal-section:last-child { margin-bottom: 0; border-bottom: 0; }
.legal-section h2 { margin-bottom: .7rem; font-size: 1.35rem; letter-spacing: -.025em; }
.legal-section h3 { margin: 1.3rem 0 .35rem; font-size: 1rem; }
.legal-section p, .legal-section li { max-width: 75ch; color: #475467; }
.legal-section a { color: #344054; text-decoration: underline; text-underline-offset: 3px; }
.legal-section a:hover { color: #111827; }
.legal-meta { margin: 0 0 1.25rem; color: #667085; font-size: .85rem; }
.legal-fact { display: grid; grid-template-columns: 180px 1fr; gap: 1rem; padding: .8rem 0; border-top: 1px solid #eef0f3; }
.legal-fact strong { font-size: .92rem; }
.legal-fact span { color: #475467; }
.legal-note { padding: 1rem 1.1rem; border: 1px solid #dfe3e8; border-left: 3px solid #64748b; border-radius: 0; background: #f8fafc; color: #475467; font-size: .92rem; }
.legal-page .site-footer { background: #fff; border-top-color: #dfe3e8; }
.guide-layout { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 3rem; align-items: start; }
.guide-nav { position: sticky; top: 104px; padding: 1rem; border: 1px solid #d9e0e8; border-radius: 14px; background: #f3f5f8; }
.guide-nav strong { display: block; margin-bottom: .55rem; font-size: .86rem; }
.guide-nav a { display: block; padding: .28rem 0; color: var(--ink-soft); font-size: .88rem; }
.guide-nav a:hover { color: var(--orange-dark); }
.guide-copy { min-width: 0; }
.guide-copy > section { padding: 0 0 2.1rem; margin: 0 0 2.1rem; border-bottom: 1px solid #d9e0e8; }
.guide-copy > section:last-of-type { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.guide-copy h2 { margin-bottom: .8rem; font-size: clamp(1.45rem, 2.5vw, 2.1rem); }
.guide-copy p, .guide-copy li { color: var(--ink-soft); }
.guide-copy ul, .guide-copy ol { padding-left: 1.15rem; }
.guide-copy li + li { margin-top: .4rem; }
.code-slab { overflow-x: auto; margin: 1rem 0; padding: 1rem 1.1rem; border: 1px solid #d6dde6; border-radius: 12px; background: #172033; color: #e8edf5; font: .84rem/1.6 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; white-space: pre-wrap; }
.definition-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .9rem; }
.definition-grid > div { padding: 1rem; border: 1px solid #d9e0e8; border-radius: 12px; background: #f8fafc; }
.definition-grid strong { display: block; margin-bottom: .2rem; }
.definition-grid span { color: var(--ink-soft); font-size: .92rem; }
.faq-card { max-width: 860px; margin: 0 auto; padding: .25rem 1.35rem; border: 1px solid #d9e0e8; border-radius: var(--radius); background: #fff; }
.faq-card details { padding: 1.1rem 0; border-bottom: 1px solid #dfe4eb; }
.faq-card details:last-child { border-bottom: 0; }
.faq-card summary { cursor: pointer; font-weight: 760; }
.faq-card p { margin: .7rem 0 0; color: var(--ink-soft); }
.content-band { background: #e9edf2; }
.content-band.alt { background: #f7f8fa; }
.purchase-float { position: fixed; right: 1rem; bottom: 1rem; z-index: 30; display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: .65rem 1rem; border-radius: 10px; background: var(--orange); color: #fff !important; font-size: .88rem; font-weight: 800; box-shadow: 0 12px 28px rgb(20 32 51 / 20%); }
.purchase-float:hover { background: var(--orange-dark); }
.site-package-cta { margin-top: 0; padding: 4.4rem 0; border-top: 1px solid #d9e0e8; background: #e9edf2; }
.site-package-cta .package-heading { max-width: 720px; margin-bottom: 1.8rem; }
.site-package-cta .package-heading p { color: var(--ink-soft); }
.site-package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.site-package-card { display: flex; flex-direction: column; padding: 1.25rem; border: 1px solid #d9e0e8; border-radius: 14px; background: #fff; }
.site-package-card.featured { border-color: var(--orange); box-shadow: 0 12px 28px rgb(20 32 51 / 10%); }
.site-package-card h3 { margin: 0; }
.site-package-card p { margin: .45rem 0 1rem; color: var(--ink-soft); font-size: .9rem; }
.site-package-card strong { margin-top: auto; font-size: 1.35rem; }
.site-package-card .button { width: 100%; margin-top: .9rem; }
.package-catalog-link { margin: 1.35rem 0 0; color: var(--ink-soft); font-size: .9rem; }
.package-catalog-link a { color: var(--orange-dark); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 820px) {
  .site-shell { width: min(100% - 28px, 1180px); }
  .site-nav { display: none; }
  .grid, .grid.two, .stat-strip { grid-template-columns: 1fr; }
  .page-hero { padding: 3.8rem 0 2.7rem; }
  .footer-inner { display: block; }
  .footer-links { margin-top: 1.3rem; }
  .legal-layout { grid-template-columns: 1fr; gap: 1.25rem; }
  .legal-index { position: static; display: flex; flex-wrap: wrap; gap: .15rem 1rem; padding: 0; }
  .legal-index a { padding: .15rem 0; }
  .legal-fact { grid-template-columns: 1fr; gap: .2rem; }
  .guide-layout { grid-template-columns: 1fr; gap: 1.25rem; }
  .guide-nav { position: static; display: flex; flex-wrap: wrap; gap: .1rem 1rem; }
  .guide-nav strong { width: 100%; }
  .definition-grid { grid-template-columns: 1fr; }
  .site-package-grid { grid-template-columns: 1fr; }
}
