:root {
  color-scheme: dark;
  --ink: #071019;
  --ink-2: #0c1823;
  --panel: #101e2a;
  --line: rgba(255, 255, 255, 0.13);
  --muted: #9dacb9;
  --text: #f6f8f9;
  --accent: #8fffc3;
  --accent-2: #5c7cfa;
  --danger: #ff9f9f;
  --radius: 1.5rem;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 78% 12%, rgba(92, 124, 250, .16), transparent 25rem),
    radial-gradient(circle at 15% 75%, rgba(143, 255, 195, .08), transparent 24rem),
    var(--ink);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; border-radius: .25rem; }

.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 100; transform: translateY(-200%); background: var(--accent); color: var(--ink); padding: .7rem 1rem; border-radius: .6rem; }
.skip-link:focus { transform: none; }

.site-header {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; color: var(--text); text-decoration: none; font-weight: 700; letter-spacing: -.02em; }
.wordmark { font-size: 1.02rem; letter-spacing: -.035em; }
.wordmark span { color: var(--accent); }
.header-link { text-decoration: none; color: var(--muted); font-size: .9rem; }
.header-link:hover { color: var(--text); }
.header-nav { display: flex; align-items: center; gap: 1.5rem; }

.hero {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(31rem, 1.08fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
  min-height: calc(100svh - 5.5rem);
  padding: 4rem 0 5.5rem;
}
.hero-copy { align-self: center; }
.eyebrow { display: flex; align-items: center; gap: .6rem; margin: 0 0 1.4rem; color: var(--muted); font-size: .78rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 1.7rem; height: 1px; background: var(--accent); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.7rem; font-size: clamp(3.5rem, 6.8vw, 6.5rem); line-height: .92; letter-spacing: -.075em; font-weight: 650; }
h1 em { color: var(--accent); font-style: normal; }
.hero-lede { max-width: 35rem; color: #bdc8d1; font-size: clamp(1.05rem, 1.6vw, 1.25rem); line-height: 1.6; }
.proof-row { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }
.proof-row span { border: 1px solid var(--line); border-radius: 999px; color: #cbd4db; padding: .48rem .75rem; font-size: .8rem; }
.operator-note { max-width: 34rem; margin: 1.35rem 0 0; color: #8fa0ad; font-size: .875rem; }
.operator-note a { color: #cbd5dc; text-underline-offset: .18rem; }
.mobile-hero-cta { display: none; }

.builder { position: relative; padding: clamp(1.3rem, 3vw, 2rem); background: linear-gradient(160deg, rgba(20,37,51,.98), rgba(11,24,35,.98)); border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); box-shadow: 0 2rem 7rem rgba(0,0,0,.33); overflow: hidden; }
.builder::before { content: ""; position: absolute; inset: 0 0 auto; height: 2px; background: linear-gradient(90deg, transparent, var(--accent), var(--accent-2), transparent); }
.builder-head { display: flex; gap: 1rem; align-items: flex-start; justify-content: space-between; margin-bottom: 1.65rem; }
.step-label { margin-bottom: .35rem; color: var(--accent); font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; font-weight: 700; }
.builder h2 { margin: 0; font-size: clamp(1.5rem, 2.6vw, 2rem); letter-spacing: -.04em; }
.secure-pill { flex: 0 0 auto; padding: .42rem .7rem; border: 1px solid rgba(143,255,195,.25); border-radius: 999px; color: var(--accent); background: rgba(143,255,195,.06); font-size: .75rem; }

fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
legend, .field > span { display: block; margin-bottom: .55rem; color: #dce4ea; font-size: .85rem; font-weight: 650; }
.field small { color: var(--muted); font-size: .75rem; font-weight: 500; }
.budget-input-wrap { display: flex; align-items: center; gap: .5rem; }
.budget-input-wrap > span { color: var(--accent); font-size: 2rem; }
.budget-input-wrap input { width: 100%; min-width: 0; border: 0; background: transparent; color: var(--text); font-size: 2.7rem; line-height: 1; letter-spacing: -.05em; font-weight: 700; outline: none; }
.budget-input-wrap input:focus-visible { box-shadow: 0 2px 0 var(--accent); }
.range { width: 100%; margin: 1.25rem 0 .15rem; accent-color: var(--accent); cursor: pointer; }
.range-ends { display: flex; justify-content: space-between; color: #81919d; font-size: .75rem; }
.suggestion-label { margin: .95rem 0 .5rem; color: #82929e; font-size: .75rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.quick-budgets { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .55rem; }
.quick-budgets button { position: relative; min-width: 0; min-height: 3.75rem; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: .1rem; border: 1px solid var(--line); border-radius: .72rem; padding: .52rem .62rem; background: rgba(255,255,255,.025); color: var(--muted); cursor: pointer; text-align: left; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.quick-budgets button:hover { transform: translateY(-1px); border-color: rgba(143,255,195,.55); }
.quick-budgets button.is-active { color: var(--ink); background: var(--accent); border-color: var(--accent); }
.quick-budgets strong { color: var(--text); font-size: .88rem; }
.quick-budgets small { color: #81919d; font-size: .75rem; line-height: 1.2; }
.quick-budgets button.is-active strong, .quick-budgets button.is-active small { color: var(--ink); }
.quick-budgets i { position: absolute; top: -.55rem; right: .35rem; padding: .16rem .4rem; border-radius: 999px; background: var(--accent); color: var(--ink); font-size: .75rem; font-style: normal; font-weight: 800; letter-spacing: .025em; text-transform: uppercase; }
.quick-budgets button.is-active i { background: var(--ink); color: var(--accent); }
.field-help { margin: .75rem 0 0; color: var(--muted); font-size: .75rem; }
.field-error { min-height: 0; margin: .35rem 0 0; color: var(--danger); font-size: .75rem; }
.field-error:empty { display: none; }

.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem; margin-top: 1.25rem; }
.field input, .field select { width: 100%; height: 3rem; border: 1px solid var(--line); border-radius: .7rem; background: rgba(255,255,255,.035); color: var(--text); padding: 0 .85rem; outline: none; }
.field select { appearance: auto; }
.field input::placeholder { color: #82929e; }
.field input:focus, .field select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(143,255,195,.1); }
.industry-field { display: block; margin-top: 1.25rem; }
.industry-field > small { display: block; margin-top: .4rem; color: var(--muted); font-size: .75rem; }

.order-summary { margin: 1.2rem 0 1rem; padding: .95rem 1rem; border-radius: .85rem; background: rgba(0,0,0,.2); border: 1px solid rgba(255,255,255,.075); }
.order-summary > div { display: flex; justify-content: space-between; gap: 1rem; padding: .22rem 0; color: var(--muted); font-size: .8rem; }
.order-summary strong { min-width: 0; max-width: 65%; color: var(--text); text-align: right; overflow-wrap: anywhere; }
.order-summary p { margin: .55rem 0 0; padding-top: .65rem; border-top: 1px solid rgba(255,255,255,.075); color: #8fa0ad; font-size: .75rem; line-height: 1.5; }
.order-summary .next-unlock { color: var(--accent); font-weight: 650; }
.check-row { display: grid; grid-template-columns: 1.1rem 1fr; gap: .65rem; align-items: start; margin: .65rem 0; color: #9cacb8; font-size: .875rem; line-height: 1.45; }
.check-row input { margin: .17rem 0 0; width: 1.1rem; height: 1.1rem; accent-color: var(--accent); }
.check-row a { color: inherit; text-decoration: underline; text-underline-offset: .15rem; }
.consent-error { margin-bottom: .6rem; }
.primary-button { width: 100%; min-height: 3.7rem; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: .85rem; margin-top: 1rem; padding: 0 1.15rem; border: 0; border-radius: .85rem; background: var(--accent); color: var(--ink); cursor: pointer; font-weight: 750; text-align: left; transition: transform .18s ease, filter .18s ease; }
.primary-button:hover { transform: translateY(-2px); filter: brightness(1.03); }
.primary-button:focus-visible { outline: 3px solid var(--text); outline-offset: 3px; }
.primary-button strong { font-size: .9rem; }
.primary-button > span:last-child { font-size: 1.25rem; }
.payment-note { margin: .75rem 0 0; color: #93a3af; text-align: center; font-size: .875rem; line-height: 1.5; }
.checkout-contact { margin: .55rem 0 0; color: #82929e; text-align: center; font-size: .8rem; }
.checkout-contact a { color: #afbec9; text-underline-offset: .16rem; }
.service-clarifier { margin: .8rem 0; padding: .75rem .85rem; border: 1px solid rgba(143,255,195,.16); border-radius: .72rem; background: rgba(143,255,195,.045); color: #a7b6c0; font-size: .875rem; line-height: 1.5; }
.service-clarifier strong { color: var(--accent); }

.levels, .included, .process, .difference, .faq { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; border-top: 1px solid var(--line); padding: clamp(5rem, 10vw, 8rem) 0; }
.levels { scroll-margin-top: 1rem; }
.included { display: block; }
.included-head { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 8vw, 8rem); align-items: end; margin-bottom: 3rem; }
.included-lede { max-width: 40rem; margin: 0 0 .5rem; color: var(--muted); font-size: 1.06rem; line-height: 1.65; }
.section-intro h2, .process h2, .faq h2 { font-size: clamp(2.6rem, 5vw, 4.8rem); line-height: 1; letter-spacing: -.06em; }
.section-intro > p:last-child { max-width: 27rem; color: var(--muted); }
.level-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.level-card { position: relative; min-height: 29rem; display: flex; flex-direction: column; padding: 1.55rem; border: 1px solid var(--line); border-radius: 1.2rem; background: linear-gradient(155deg, rgba(255,255,255,.045), rgba(255,255,255,.018)); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; overflow: hidden; }
.level-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0; background: radial-gradient(circle at 85% 5%, rgba(143,255,195,.14), transparent 13rem); transition: opacity .2s ease; }
.level-card.is-selected { transform: translateY(-3px); border-color: rgba(143,255,195,.7); box-shadow: 0 1.25rem 4rem rgba(0,0,0,.2); }
.level-card.is-selected::after { opacity: 1; }
.level-head { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.level-head span { display: grid; place-items: center; width: 2.2rem; height: 2.2rem; border: 1px solid rgba(143,255,195,.25); border-radius: .7rem; background: rgba(143,255,195,.07); color: var(--accent); font-size: .75rem; font-weight: 700; }
.level-head small { color: #81919d; font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.level-price { position: relative; z-index: 1; margin: 3rem 0 .35rem; color: var(--accent); font-size: .8rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.level-card h3 { position: relative; z-index: 1; margin-bottom: .55rem; font-size: 1.6rem; letter-spacing: -.04em; }
.level-card > p:not(.level-price) { position: relative; z-index: 1; max-width: 31rem; color: var(--muted); }
.level-card ul { position: relative; z-index: 1; margin: 1.4rem 0 0; padding: 0; list-style: none; color: #c1ccd4; font-size: .84rem; }
.level-card li { position: relative; padding: .46rem 0 .46rem 1.15rem; border-top: 1px solid rgba(255,255,255,.07); }
.level-card li::before { content: ""; position: absolute; left: 0; top: .92rem; width: .32rem; height: .32rem; border-radius: 50%; background: var(--accent); }
.scope-caption { position: relative; z-index: 1; display: block; margin-top: 1rem; color: #82929e; font-size: .75rem; }
.range-scope { position: relative; z-index: 1; margin: 1rem 0; padding: .7rem .75rem; border-radius: .65rem; background: rgba(255,255,255,.035); color: #8fa0ad; font-size: .75rem; line-height: 1.45; }
.range-scope strong { color: #c5d0d7; }
.level-select { position: relative; z-index: 1; width: 100%; min-height: 2.85rem; margin-top: auto; padding: .65rem .8rem; border: 1px solid rgba(143,255,195,.3); border-radius: .72rem; background: rgba(143,255,195,.065); color: var(--accent); cursor: pointer; font-size: .78rem; font-weight: 750; transition: background .18s ease, color .18s ease, transform .18s ease; }
.level-select:hover, .level-select.is-active { background: var(--accent); color: var(--ink); transform: translateY(-1px); }
.level-select:focus-visible { outline: 3px solid rgba(143,255,195,.28); outline-offset: 3px; }
.featured-level { background: linear-gradient(145deg, rgba(143,255,195,.095), rgba(255,255,255,.025)); }
.premium-level { background: linear-gradient(145deg, rgba(92,124,250,.15), rgba(255,255,255,.022)); }
.value-flag { position: absolute; z-index: 2; top: 1.45rem; left: 50%; transform: translateX(-50%); padding: .28rem .55rem; border-radius: 999px; background: var(--accent); color: var(--ink); font-size: .75rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.artifact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.artifact-card { min-height: 16.5rem; padding: 1.45rem; border: 1px solid var(--line); border-radius: 1.2rem; background: linear-gradient(155deg, rgba(255,255,255,.045), rgba(255,255,255,.018)); overflow: hidden; }
.artifact-card h3 { margin: 2.7rem 0 .5rem; font-size: 1.35rem; letter-spacing: -.03em; }
.artifact-card p { color: var(--muted); line-height: 1.55; }
.artifact-card ul { margin: 1.1rem 0 0; padding: 0; list-style: none; color: #bdc8d1; font-size: .82rem; }
.artifact-card li { position: relative; padding: .35rem 0 .35rem 1rem; border-top: 1px solid rgba(255,255,255,.07); }
.artifact-card li::before { content: ""; position: absolute; left: 0; top: .78rem; width: .28rem; height: .28rem; border-radius: 50%; background: var(--accent); }
.card-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.artifact-icon { display: grid; place-items: center; width: 2.2rem; height: 2.2rem; border: 1px solid rgba(143,255,195,.25); border-radius: .7rem; background: rgba(143,255,195,.07); color: var(--accent); font-size: .75rem; font-weight: 700; }
.artifact-type { color: #81919d; font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.research-card { grid-row: span 2; min-height: 34rem; }
.research-card h3 { margin-top: 5.5rem; font-size: 1.7rem; }
.live-site-card { grid-column: span 2; display: grid; grid-template-columns: .85fr 1.15fr; gap: 2rem; min-height: 22rem; padding: 1.5rem 1.5rem 1.5rem 1.7rem; background: linear-gradient(135deg, rgba(92,124,250,.17), rgba(143,255,195,.075)); }
.live-site-card h3 { margin-top: 3.4rem; font-size: 1.75rem; }
.live-type { color: var(--accent); }
.mini-tags { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1.2rem; }
.mini-tags span { padding: .35rem .55rem; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: #afbec9; font-size: .75rem; }
.site-preview { align-self: stretch; min-width: 0; border: 1px solid rgba(255,255,255,.16); border-radius: 1rem; background: #f4f7f8; color: #0b1720; box-shadow: 0 1.5rem 4rem rgba(0,0,0,.25); transform: rotate(1.2deg); overflow: hidden; }
.preview-bar { height: 2.4rem; display: flex; align-items: center; gap: .36rem; padding: 0 .75rem; background: #e5eaed; color: #66757d; font-size: .75rem; }
.preview-bar i { width: .42rem; height: .42rem; border-radius: 50%; background: #bac5ca; }
.preview-bar span { margin-left: .45rem; padding: .25rem .55rem; border-radius: .35rem; background: rgba(255,255,255,.65); }
.preview-body { min-height: calc(100% - 2.4rem); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 2rem; background: radial-gradient(circle at 80% 20%, rgba(92,124,250,.15), transparent 9rem), #f4f7f8; }
.preview-body small { color: #4d6874; font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.preview-body strong { max-width: 14rem; margin-top: 1.15rem; font-size: 1.9rem; line-height: 1; letter-spacing: -.06em; }
.preview-body > span { margin-top: .7rem; color: #60727d; font-size: .75rem; }
.preview-body b { margin-top: 1.45rem; padding: .6rem .75rem; border-radius: .55rem; background: #0b1720; color: #fff; font-size: .75rem; }
.preview-body em { color: var(--accent); font-style: normal; }
.process { text-align: center; }
.process .eyebrow { justify-content: center; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; text-align: left; }
.process-grid article { min-height: 15rem; padding: 1.5rem; border: 1px solid var(--line); border-radius: 1.2rem; background: rgba(255,255,255,.025); }
.process-grid span { display: grid; place-items: center; width: 2.1rem; height: 2.1rem; margin-bottom: 3.5rem; border-radius: 50%; background: rgba(143,255,195,.09); color: var(--accent); font-size: .8rem; }
.process-grid h3 { margin-bottom: .45rem; font-size: 1.25rem; }
.process-grid p { color: var(--muted); }
.difference-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.difference-grid article { min-height: 17rem; padding: 1.5rem; border: 1px solid var(--line); border-radius: 1.2rem; background: linear-gradient(155deg, rgba(255,255,255,.045), rgba(255,255,255,.018)); }
.difference-grid article > span { display: inline-grid; place-items: center; width: 2.2rem; height: 2.2rem; margin-bottom: 3.25rem; border: 1px solid rgba(143,255,195,.25); border-radius: .7rem; background: rgba(143,255,195,.07); color: var(--accent); font-size: .75rem; font-weight: 700; }
.difference-grid h3 { margin-bottom: .5rem; font-size: 1.35rem; letter-spacing: -.03em; }
.difference-grid p { color: var(--muted); }
.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 8rem); }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; padding: 1.45rem 2rem 1.45rem 0; font-weight: 650; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: .2rem; color: var(--accent); font-size: 1.4rem; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { max-width: 42rem; padding-right: 2rem; color: var(--muted); }

footer { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; padding: 2.4rem 0 3rem; border-top: 1px solid var(--line); display: grid; grid-template-columns: auto 1fr auto; gap: 2rem; align-items: center; }
footer p { margin: 0; color: #82929e; text-align: center; font-size: .75rem; }
footer nav { display: flex; flex-wrap: wrap; gap: .9rem; }
footer a, .cookie-actions a { border: 0; background: none; padding: 0; color: var(--muted); cursor: pointer; text-decoration: underline; text-underline-offset: .2rem; font-size: .75rem; }
footer p a { color: inherit; }

.cookie-banner { position: fixed; z-index: 30; left: 1rem; right: 1rem; bottom: 1rem; max-width: 56rem; margin: auto; display: flex; justify-content: space-between; gap: 2rem; align-items: center; padding: 1rem 1.1rem; border: 1px solid var(--line); border-radius: 1rem; background: rgba(13,27,39,.97); box-shadow: 0 1rem 4rem rgba(0,0,0,.4); backdrop-filter: blur(14px); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { font-size: .85rem; }
.cookie-banner p { margin: .18rem 0 0; color: var(--muted); font-size: .75rem; }
.cookie-actions { flex: 0 0 auto; display: flex; align-items: center; gap: 1rem; }
#cookie-accept { border: 0; border-radius: .65rem; background: var(--accent); color: var(--ink); padding: .65rem .9rem; font-size: .78rem; font-weight: 700; cursor: pointer; }

dialog { width: min(calc(100% - 2rem), 50rem); max-height: calc(100svh - 2rem); padding: 0; border: 1px solid var(--line); border-radius: 1.25rem; background: #0d1b27; color: var(--text); box-shadow: 0 2rem 8rem rgba(0,0,0,.65); }
dialog::backdrop { background: rgba(2,7,11,.82); backdrop-filter: blur(5px); }
.dialog-bar { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.2rem; background: rgba(13,27,39,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.dialog-bar p { margin: 0; color: var(--accent); text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 700; }
#legal-close { width: 2.2rem; height: 2.2rem; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.04); cursor: pointer; font-size: 1.25rem; }
#legal-content { padding: clamp(1.25rem, 4vw, 2.5rem); }
#legal-content h2 { margin-bottom: .35rem; font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -.05em; }
#legal-content h3 { margin: 1.8rem 0 .5rem; font-size: 1rem; }
#legal-content p, #legal-content li { color: #a9b6c0; }
#legal-content ul { padding-left: 1.2rem; }
#legal-content a { color: var(--accent); }
#legal-content .updated { color: #6f8190; font-size: .75rem; }
.toast { position: fixed; z-index: 50; right: 1rem; bottom: 1rem; max-width: 28rem; padding: .9rem 1rem; border: 1px solid var(--line); border-radius: .8rem; background: var(--panel); box-shadow: 0 1rem 3rem rgba(0,0,0,.4); }

@media (max-width: 940px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 4.5rem; }
  .hero-copy { max-width: 44rem; }
  .builder { max-width: 44rem; width: 100%; }
  .included-head, .faq { grid-template-columns: 1fr; gap: 2.5rem; }
  .artifact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .research-card { grid-row: auto; min-height: 22rem; }
  footer { grid-template-columns: 1fr; justify-items: start; }
  footer p { text-align: left; }
}

@media (max-width: 660px) {
  .site-header { height: 4.6rem; }
  .header-nav { display: none; }
  .hero { width: min(calc(100% - 1rem), var(--max)); padding: 2.75rem 0 4rem; gap: 2.25rem; }
  h1 { font-size: clamp(2.75rem, 13vw, 3.7rem); line-height: .96; }
  .hero-lede { font-size: 1rem; line-height: 1.55; }
  .proof-row { gap: .45rem; margin-top: 1.5rem; }
  .proof-row span { font-size: .75rem; }
  .operator-note { margin-top: 1rem; }
  .mobile-hero-cta { min-height: 3rem; display: flex; align-items: center; justify-content: space-between; margin-top: 1.2rem; padding: .75rem .9rem; border: 1px solid rgba(143,255,195,.35); border-radius: .75rem; color: var(--accent); text-decoration: none; font-size: .82rem; font-weight: 750; }
  .builder { border-radius: 1.1rem; padding: 1.1rem; }
  .secure-pill { font-size: .75rem; }
  .field-grid, .process-grid, .difference-grid { grid-template-columns: 1fr; }
  .level-grid { grid-template-columns: 1fr; }
  .artifact-grid, .live-site-card { grid-template-columns: 1fr; }
  .artifact-card, .live-site-card, .research-card { grid-column: auto; min-height: auto; }
  .artifact-card h3, .research-card h3, .live-site-card h3 { margin-top: 2.5rem; }
  .site-preview { min-height: 18rem; transform: none; }
  .process-grid article { min-height: 12rem; }
  .process-grid span { margin-bottom: 2.3rem; }
  .difference-grid article { min-height: auto; }
  .difference-grid article > span { margin-bottom: 2.25rem; }
  .levels, .included, .process, .difference, .faq { width: min(calc(100% - 2rem), var(--max)); padding: 4.5rem 0; }
  footer { width: min(calc(100% - 2rem), var(--max)); }
  .cookie-banner { left: .5rem; right: .5rem; bottom: .5rem; align-items: flex-start; flex-direction: column; gap: .7rem; padding: .85rem; }
  .cookie-actions { width: 100%; justify-content: space-between; }
}

@media (max-width: 430px) {
  .builder-head { flex-direction: column; align-items: flex-start; }
  .quick-budgets { display: flex; gap: .55rem; overflow-x: auto; padding: .55rem .1rem .4rem; scroll-snap-type: x proximity; scrollbar-width: thin; }
  .quick-budgets button { flex: 0 0 8.5rem; min-height: 3.6rem; scroll-snap-align: start; }
  .quick-budgets i { top: .45rem; }
  .order-summary > div { gap: .65rem; font-size: .77rem; }
  .primary-button { gap: .55rem; padding: .75rem .9rem; line-height: 1.2; }
}

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

.legal-index { width: min(calc(100% - 2rem), 64rem); margin: 0 auto; padding: 4rem 0 7rem; }
.legal-nav { position: sticky; top: 1rem; z-index: 5; display: flex; flex-wrap: wrap; gap: .6rem; width: fit-content; margin: 0 0 4rem auto; padding: .55rem; border: 1px solid var(--line); border-radius: 999px; background: rgba(13,27,39,.92); backdrop-filter: blur(12px); }
.legal-nav a { padding: .45rem .75rem; border-radius: 999px; color: var(--muted); text-decoration: none; font-size: .78rem; }
.legal-nav a:hover, .legal-nav a:focus { color: var(--ink); background: var(--accent); }
.legal-document { scroll-margin-top: 6rem; padding: 0 0 5rem; margin: 0 0 5rem; border-bottom: 1px solid var(--line); }
.legal-document:last-child { margin-bottom: 0; }
.legal-document > h2 { margin-bottom: .35rem; font-size: clamp(2.8rem, 7vw, 5.5rem); line-height: 1; letter-spacing: -.065em; }
.legal-document h3 { margin: 2rem 0 .55rem; font-size: 1.1rem; letter-spacing: -.02em; }
.legal-document p, .legal-document li { max-width: 50rem; color: #a9b6c0; }
.legal-document li + li { margin-top: .4rem; }
.legal-document a { color: var(--accent); }
.legal-document .updated { color: #6f8190; font-size: .78rem; }
@media (max-width: 660px) {
  .legal-index { padding-top: 2rem; }
  .legal-nav { position: static; margin: 0 0 3rem; border-radius: 1rem; }
}
