:root {
  --ink: #241c29;
  --ink-soft: #443949;
  --paper: #fffdf8;
  --cream: #f5efe4;
  --cream-deep: #e9dfd0;
  --white: #ffffff;
  --coral: #f15e3e;
  --coral-dark: #d84427;
  --citrus: #d9f875;
  --violet: #7357ff;
  --violet-soft: #eeeaff;
  --sage: #d8e8dc;
  --green: #21664c;
  --line: rgba(36, 28, 41, 0.14);
  --line-dark: rgba(255, 255, 255, 0.17);
  --muted: #726876;
  --shadow: 0 28px 80px rgba(50, 35, 54, 0.16), 0 5px 18px rgba(50, 35, 54, 0.08);
  --radius: 18px;
  --ribbon-h: 34px;
  --header-h: 76px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: Aptos, Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; }
svg { display: block; }
[hidden] { display: none !important; }
.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; z-index: 200; top: 8px; left: 8px; padding: 10px 14px; color: var(--white); background: var(--ink); transform: translateY(-140%); }
.skip-link:focus { transform: none; }
.section-shell { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }

.season-ribbon { height: var(--ribbon-h); display: flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; color: #19141c; background: var(--citrus); font-size: 12px; font-weight: 650; letter-spacing: 0.01em; }
.season-ribbon a { margin-left: 5px; text-underline-offset: 3px; }
.ribbon-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px rgba(241, 94, 62, 0.13); }

.site-header { position: sticky; z-index: 50; top: 0; height: var(--header-h); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); border-bottom: 1px solid var(--line); background: rgba(255, 253, 248, 0.9); backdrop-filter: blur(18px); transition: box-shadow 180ms ease, background 180ms ease; }
.site-header.scrolled { background: rgba(255, 253, 248, 0.97); box-shadow: 0 8px 30px rgba(36, 28, 41, 0.07); }
.brand { display: inline-flex; align-items: center; gap: 10px; width: fit-content; color: var(--ink); text-decoration: none; font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 700; letter-spacing: -0.045em; }
.brand > span > span { color: var(--coral); }
.brand-mark { width: 31px; height: 31px; color: var(--violet); }
.desktop-nav { display: flex; align-items: center; gap: 23px; }
.desktop-nav a { position: relative; color: var(--ink-soft); text-decoration: none; font-size: 13px; font-weight: 650; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--coral); transform: scaleX(0); transform-origin: left; transition: transform 170ms ease; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }
.currency-control select { height: 39px; padding: 0 28px 0 10px; border: 1px solid var(--line); border-radius: 7px; color: var(--ink); background: var(--paper); font-size: 11px; font-weight: 750; }

.button { border: 0; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 0 18px; font-weight: 800; font-size: 13px; letter-spacing: -0.01em; transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible, .audience-option:focus-visible, .audience-card:focus-visible { outline: 3px solid rgba(115, 87, 255, 0.35); outline-offset: 2px; }
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button-small { min-height: 40px; padding-inline: 16px; font-size: 12px; }
.button-large { min-height: 56px; padding-inline: 24px; font-size: 14px; }
.button-primary { color: var(--white); background: var(--coral); box-shadow: 0 9px 24px rgba(241, 94, 62, 0.23); }
.button-primary:hover { background: var(--coral-dark); box-shadow: 0 12px 30px rgba(241, 94, 62, 0.3); }
.button-ink { color: var(--white); background: var(--ink); }
.button-ink:hover { background: #0d0910; box-shadow: 0 10px 25px rgba(36, 28, 41, 0.22); }
.button-citrus { color: var(--ink); background: var(--citrus); box-shadow: 0 10px 30px rgba(217, 248, 117, 0.17); }
.button-citrus:hover { background: #e3ff8d; }
.button-outline { color: var(--ink); border: 1px solid var(--ink); background: transparent; }
.button-outline:hover { color: var(--white); background: var(--ink); }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 0.88fr) minmax(540px, 1.12fr); align-items: center; gap: clamp(48px, 7vw, 100px); min-height: calc(100vh - var(--header-h) - var(--ribbon-h)); padding-block: 64px 82px; }
.hero-copy, .builder-stage, .review-builder { min-width: 0; }
.hero::before { content: ""; position: absolute; z-index: -1; top: 8%; left: -18vw; width: 44vw; height: 44vw; border: 1px solid var(--cream-deep); border-radius: 50%; }
.hero::after { content: ""; position: absolute; z-index: -1; right: -18vw; bottom: 0; width: 55vw; height: 78%; opacity: 0.43; background-image: linear-gradient(var(--cream-deep) 1px, transparent 1px), linear-gradient(90deg, var(--cream-deep) 1px, transparent 1px); background-size: 36px 36px; mask-image: linear-gradient(90deg, transparent, black 35%); }
.eyebrow, .section-label { display: flex; align-items: center; gap: 9px; color: var(--violet); font-size: 11px; font-weight: 850; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow > span:first-child { width: 22px; height: 2px; background: var(--violet); }
.hero h1, .section-heading h2, .example-copy h2, .split-heading h2, .pricing-heading h2, .privacy-copy h2, .final-shell h2 { margin: 18px 0 23px; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 0.95; letter-spacing: -0.065em; }
.hero h1 { max-width: 650px; font-size: clamp(52px, 5.5vw, 82px); }
.hero h1 em { color: var(--coral); font-weight: inherit; }
.hero-lead { max-width: 590px; margin: 0; color: var(--muted); font-size: clamp(16px, 1.45vw, 19px); line-height: 1.58; }
.hero-points { display: grid; gap: 12px; margin: 31px 0 32px; }
.hero-points > div { display: grid; grid-template-columns: 30px 1fr; align-items: baseline; gap: 8px; }
.hero-points span { color: var(--coral); font: 800 9px/1 ui-monospace, SFMono-Regular, Consolas, monospace; }
.hero-points p { margin: 0; color: var(--muted); font-size: 13px; }
.hero-points strong { color: var(--ink); font-weight: 750; }
.hero-cta-row { display: flex; align-items: center; gap: 19px; }
.cta-proof { display: flex; flex-wrap: wrap; gap: 5px 11px; max-width: 150px; color: var(--muted); font-size: 10px; font-weight: 700; }
.cta-proof span::before { content: ""; display: inline-block; width: 4px; height: 4px; margin: 0 5px 2px 0; border-radius: 50%; background: var(--green); }
.free-ai-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 15px; color: var(--violet); font-size: 10px; font-weight: 800; text-underline-offset: 3px; }

.builder-stage { position: relative; padding: 17px; }
.builder-stage::before { content: ""; position: absolute; z-index: -1; inset: 0; border-radius: 28px; background: var(--violet); transform: rotate(2.2deg); }
.review-builder { position: relative; min-height: 650px; padding: 27px; overflow: hidden; border: 1px solid rgba(36, 28, 41, 0.12); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
.review-builder::after { content: ""; position: absolute; top: 0; right: 0; width: 88px; height: 5px; background: var(--citrus); }
.stage-note { position: absolute; z-index: 4; display: grid; padding: 10px 13px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); box-shadow: 0 8px 24px rgba(36, 28, 41, 0.12); font-size: 10px; transform: rotate(-2deg); }
.stage-note span { color: var(--muted); }
.stage-note b { font-size: 13px; }
.stage-note-top { top: -22px; right: 40px; }
.stage-note-side { right: -47px; bottom: 110px; transform: rotate(4deg); }
.prototype-note { position: absolute; right: 18px; bottom: -31px; left: 18px; margin: 0; color: var(--muted); font-size: 9px; text-align: center; letter-spacing: 0.03em; }
.builder-topline { display: flex; justify-content: space-between; align-items: start; gap: 20px; margin-bottom: 20px; }
.builder-step { color: var(--coral); font-size: 9px; font-weight: 850; letter-spacing: 0.14em; text-transform: uppercase; }
.builder-topline h2 { margin: 4px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 500; letter-spacing: -0.045em; }
.secure-pill { display: flex; align-items: center; gap: 6px; flex: none; padding: 6px 9px; border-radius: 100px; color: var(--green); background: var(--sage); font-size: 9px; font-weight: 750; }
.secure-pill span { width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.audience-toggle { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 20px; padding: 5px; border-radius: 10px; background: var(--cream); }
.audience-option { min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 7px; color: var(--muted); background: transparent; font-size: 11px; font-weight: 750; }
.audience-option svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.audience-option.active { color: var(--ink); background: var(--white); box-shadow: 0 2px 9px rgba(36, 28, 41, 0.1); }
.field-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 12px; }
.field-grid.single-field { grid-template-columns: 1fr; }
.field { display: grid; gap: 7px; }
.field > span, fieldset legend { color: var(--ink-soft); font-size: 10px; font-weight: 800; letter-spacing: 0.02em; }
.field > span small { color: var(--muted); font-weight: 500; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: #fffefa; outline: none; transition: border 150ms ease, box-shadow 150ms ease; }
.field input, .field select { height: 45px; padding: 0 12px; }
.field textarea { resize: vertical; min-height: 94px; padding: 11px 12px 27px; line-height: 1.45; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--violet); box-shadow: 0 0 0 3px rgba(115, 87, 255, 0.1); }
.field input::placeholder, .field textarea::placeholder { color: #aaa0ab; }
.achievement-field { position: relative; margin-top: 13px; }
.field-footer { position: absolute; right: 10px; bottom: 7px; left: 10px; display: flex; justify-content: space-between; color: var(--muted) !important; font-size: 9px !important; font-weight: 500 !important; }
.field-footer button { padding: 0; border: 0; color: var(--violet); background: transparent; font-size: 9px; font-weight: 750; }
.quick-options { display: grid; grid-template-columns: 1fr 0.8fr; gap: 12px; align-items: end; margin-top: 13px; }
.tone-options, .section-options { min-width: 0; margin: 0; padding: 0; border: 0; }
.tone-options { display: flex; flex-wrap: wrap; gap: 5px; }
.tone-options legend { width: 100%; margin-bottom: 7px; }
.tone-options input, .section-options input { position: absolute; opacity: 0; pointer-events: none; }
.tone-options label span { display: block; padding: 7px 9px; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); background: var(--white); font-size: 9px; font-weight: 750; cursor: pointer; }
.tone-options input:checked + span { border-color: var(--violet); color: var(--violet); background: var(--violet-soft); }
.advanced-options { margin-top: 15px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.advanced-options summary { display: flex; justify-content: space-between; align-items: center; padding: 11px 13px; list-style: none; cursor: pointer; }
.advanced-options summary::-webkit-details-marker { display: none; }
.advanced-options summary span { color: var(--ink-soft); font-size: 10px; font-weight: 800; }
.advanced-options summary small { color: var(--muted); font-size: 9px; }
.advanced-options summary::after { content: "+"; width: 19px; height: 19px; display: grid; place-items: center; margin-left: 10px; border-radius: 50%; color: var(--white); background: var(--ink); line-height: 1; }
.advanced-options[open] summary::after { content: "-"; }
.advanced-body { padding: 3px 13px 13px; border-top: 1px solid var(--line); }
.range-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 12px; }
.range-grid label { display: grid; gap: 7px; }
.range-grid label > span { display: flex; justify-content: space-between; color: var(--muted); font-size: 9px; font-weight: 700; }
.range-grid output { color: var(--ink); font-weight: 800; }
input[type="range"] { width: 100%; accent-color: var(--coral); }
.section-options { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 13px; }
.section-options legend { width: 100%; margin-bottom: 1px; }
.section-options label span { display: block; padding: 6px 8px; border: 1px solid var(--line); border-radius: 100px; color: var(--muted); font-size: 8px; font-weight: 750; cursor: pointer; }
.section-options input:checked + span { color: var(--green); border-color: rgba(33, 102, 76, 0.3); background: var(--sage); }
.form-error { margin-top: 10px; padding: 9px 11px; border-radius: 7px; color: #8b2414; background: #fee7e1; font-size: 10px; }
.turnstile-wrap { min-height: 67px; display: grid; place-items: center; margin-top: 12px; }
.generate-button { width: 100%; min-height: 50px; margin-top: 15px; }
.button-loading { display: none; align-items: center; gap: 4px; }
.button-loading i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; animation: loadingDot 900ms infinite alternate; }
.button-loading i:nth-child(2) { animation-delay: 150ms; }
.button-loading i:nth-child(3) { margin-right: 7px; animation-delay: 300ms; }
.generate-button.loading .button-label { display: none; }
.generate-button.loading .button-loading { display: flex; }
@keyframes loadingDot { to { opacity: 0.25; transform: translateY(-3px); } }
.form-reassurance { display: flex; align-items: center; justify-content: center; gap: 5px; margin: 8px 0 0; color: var(--muted); font-size: 8px; }
.form-reassurance svg { width: 12px; fill: none; stroke: currentColor; stroke-width: 1.5; }

.preview-panel { animation: previewIn 360ms ease-out; }
@keyframes previewIn { from { opacity: 0; transform: translateY(10px); } }
.preview-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.preview-header > div { display: flex; align-items: center; gap: 12px; }
.preview-kicker { color: var(--coral); font-size: 9px; font-weight: 850; letter-spacing: 0.13em; text-transform: uppercase; }
.preview-fit { display: flex; align-items: center; gap: 5px; color: var(--green); font-size: 8px; font-weight: 750; }
.preview-fit i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.text-button { padding: 5px; border: 0; color: var(--violet); background: transparent; font-size: 9px; font-weight: 750; }
.document-preview { position: relative; padding: 22px; border: 1px solid var(--line); background: #fffefa; box-shadow: inset 4px 0 var(--cream-deep); }
.document-meta { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 13px; border-bottom: 1px solid var(--line); color: var(--muted); font: 700 8px/1.3 ui-monospace, SFMono-Regular, Consolas, monospace; text-transform: uppercase; }
.generated-paragraph { margin: 18px 0; color: #332a36; font-family: Georgia, "Times New Roman", serif; font-size: 15px; line-height: 1.63; }
.locked-review { position: relative; display: grid; gap: 9px; padding-top: 14px; border-top: 1px solid var(--line); overflow: hidden; }
.locked-heading { display: flex; justify-content: space-between; color: var(--muted); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.locked-section { display: grid; gap: 6px; filter: blur(2.2px); opacity: 0.46; }
.locked-section b { color: var(--ink); font-size: 10px; }
.locked-section span { height: 6px; border-radius: 4px; background: var(--cream-deep); }
.locked-section span:last-child { width: 76%; }
.lock-wash { position: absolute; inset: 30px 0 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; color: var(--ink); background: linear-gradient(transparent, rgba(255, 254, 250, 0.91) 39%); font-size: 9px; font-weight: 800; }
.lock-wash svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.unlocked-review { display: grid; gap: 15px; padding-top: 14px; border-top: 1px solid var(--line); }
.unlocked-section h3 { margin: 0 0 5px; color: var(--violet); font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; }
.unlocked-section p { margin: 0; color: #423747; font-family: Georgia, "Times New Roman", serif; font-size: 13px; line-height: 1.58; }
.preview-conversion { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 14px; padding: 14px 15px; border: 1px solid rgba(241, 94, 62, 0.26); border-radius: 9px; background: #fff2ed; }
.preview-conversion > div { display: grid; }
.preview-conversion span { color: var(--coral-dark); font-size: 8px; font-weight: 850; letter-spacing: 0.11em; text-transform: uppercase; }
.preview-conversion strong { margin: 2px 0; font-family: Georgia, "Times New Roman", serif; font-size: 18px; letter-spacing: -0.035em; }
.preview-conversion small { color: var(--muted); font-size: 8px; }
.preview-conversion .button { flex: none; min-height: 42px; }
.copy-button { width: 100%; margin-top: 12px; }

.assurance-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); background: var(--cream); }
.assurance-strip > div { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 92px; padding: 16px 24px; border-right: 1px solid var(--line); }
.assurance-strip > div:last-child { border-right: 0; }
.assurance-strip svg { width: 25px; flex: none; fill: none; stroke: var(--violet); stroke-width: 1.5; }
.assurance-strip span { display: grid; color: var(--muted); font-size: 10px; line-height: 1.45; }
.assurance-strip b { color: var(--ink); font-size: 11px; }

.process-section { padding-block: 125px 118px; }
.comparison-section { padding-block: 112px 118px; scroll-margin-top: var(--header-h); }
.comparison-heading { display: grid; grid-template-columns: 1fr 1.05fr; gap: 36px 90px; align-items: end; margin-bottom: 48px; }
.comparison-heading .section-label { grid-column: 1 / -1; }
.comparison-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(43px, 5vw, 68px); font-weight: 500; line-height: .96; letter-spacing: -.065em; }
.comparison-heading p { margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.comparison-board { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: var(--white); box-shadow: 0 20px 60px rgba(36,28,41,.07); }
.comparison-row { display: grid; grid-template-columns: 1.05fr .95fr 1.05fr; min-height: 63px; border-bottom: 1px solid var(--line); }
.comparison-row:last-child { border-bottom: 0; }
.comparison-row > * { display: flex; align-items: center; gap: 9px; padding: 14px 20px; border-right: 1px solid var(--line); font-size: 11px; }
.comparison-row > *:last-child { border-right: 0; }
.comparison-row strong { font-family: Georgia, "Times New Roman", serif; font-size: 15px; font-weight: 500; }
.comparison-row > span { color: var(--muted); }
.comparison-head { min-height: 48px; color: var(--white); background: var(--ink); }
.comparison-head > span { color: var(--white); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.comparison-row .reviewready-column { color: var(--ink); background: #f2f0ff; }
.comparison-head .reviewready-column { color: var(--citrus); background: var(--violet); }
.comparison-row i { width: 19px; height: 19px; display: grid; place-items: center; flex: none; border-radius: 50%; font-style: normal; font-size: 10px; font-weight: 900; }
.comparison-row .minus { color: var(--muted); background: var(--cream); }
.comparison-row .check { color: var(--green); background: var(--sage); }
.comparison-close { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 20px; padding: 20px 22px; border-left: 3px solid var(--coral); background: var(--cream); }
.comparison-close p { max-width: 730px; margin: 0; color: var(--muted); font-size: 12px; }
.comparison-close strong { color: var(--ink); }
.comparison-close .button { flex: none; }
.section-heading.narrow { max-width: 735px; margin: 0 auto 64px; text-align: center; }
.section-heading.narrow .section-label { justify-content: center; }
.section-heading h2, .example-copy h2, .split-heading h2, .pricing-heading h2, .privacy-copy h2 { font-size: clamp(43px, 5vw, 68px); }
.section-heading p, .example-copy > p, .split-heading > p { color: var(--muted); font-size: 15px; line-height: 1.65; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-grid article { position: relative; min-height: 300px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.process-grid article > span { position: absolute; top: 21px; right: 23px; color: var(--coral); font: 800 9px ui-monospace, SFMono-Regular, Consolas, monospace; }
.process-icon { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 46px; border-radius: 50%; color: var(--violet); background: var(--violet-soft); }
.process-icon svg { width: 30px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.process-grid h3 { margin: 0 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 500; letter-spacing: -0.035em; }
.process-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.example-section { padding-block: 108px; color: var(--white); background: var(--ink); }
.example-shell { display: grid; grid-template-columns: 0.78fr 1.22fr; align-items: center; gap: 90px; }
.example-copy h2 { margin-top: 17px; }
.example-copy > p { color: #b9b0bd; }
.evidence-rule { display: grid; gap: 5px; margin-top: 35px; padding: 15px 17px; border-left: 3px solid var(--citrus); background: rgba(255,255,255,0.06); }
.evidence-rule span { color: var(--citrus); font-size: 8px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.evidence-rule strong { font-size: 11px; }
.before-after { position: relative; display: grid; grid-template-columns: 0.9fr 54px 1.1fr; align-items: center; }
.note-card { min-height: 310px; padding: 29px; border-radius: 3px; color: var(--ink); background: var(--paper); box-shadow: 0 20px 60px rgba(0,0,0,0.2); }
.rough-note { transform: rotate(-3deg); background: #fff6ce; }
.polished-note { transform: rotate(2deg); }
.note-top { display: flex; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); color: var(--muted); font: 800 8px ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: 0.08em; }
.note-card p { margin: 35px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.65; }
.rough-note p { color: #57503e; font-family: "Segoe Print", "Bradley Hand", cursive; font-size: 16px; }
.hand-line { width: 60%; height: 7px; margin-top: 29px; border-bottom: 2px solid rgba(87, 80, 62, 0.3); transform: rotate(-2deg); }
.transform-arrow { position: relative; z-index: 2; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--citrus); }
.transform-arrow svg { width: 26px; fill: none; stroke: currentColor; stroke-width: 2; }
.evidence-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 25px; }
.evidence-tags span { padding: 5px 8px; border-radius: 100px; color: var(--green); background: var(--sage); font-size: 8px; font-weight: 750; }

.audience-section { padding-block: 125px; }
.split-heading { display: grid; grid-template-columns: 1fr 0.65fr; align-items: end; gap: 70px; margin-bottom: 54px; }
.split-heading h2 { margin-bottom: 0; }
.audience-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.audience-card { position: relative; min-height: 400px; padding: 39px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); background: var(--white); text-align: left; transition: transform 180ms ease, border 180ms ease, box-shadow 180ms ease; }
.audience-card::after { content: ""; position: absolute; right: -70px; bottom: -110px; width: 270px; height: 270px; border: 1px solid var(--cream-deep); border-radius: 50%; box-shadow: 0 0 0 34px var(--cream), 0 0 0 35px var(--cream-deep), 0 0 0 70px var(--paper); }
.audience-card:hover, .audience-card.selected { transform: translateY(-5px); border-color: rgba(115, 87, 255, 0.5); box-shadow: 0 18px 50px rgba(36,28,41,0.1); }
.audience-card.selected { color: var(--white); background: var(--violet); }
.audience-card.selected::after { border-color: rgba(255,255,255,.24); box-shadow: 0 0 0 34px rgba(255,255,255,.07), 0 0 0 35px rgba(255,255,255,.19), 0 0 0 70px rgba(255,255,255,.04); }
.card-number { color: var(--coral); font: 800 9px ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: 0.13em; }
.audience-card.selected .card-number { color: var(--citrus); }
.audience-card h3 { margin: 45px 0 13px; font-family: Georgia, "Times New Roman", serif; font-size: 34px; font-weight: 500; letter-spacing: -0.045em; }
.audience-card p { max-width: 450px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.audience-card.selected p { color: #dcd5e8; }
.audience-card ul { display: grid; gap: 9px; margin: 27px 0 32px; padding: 0; list-style: none; }
.audience-card li { color: var(--ink-soft); font-size: 11px; }
.audience-card.selected li { color: #eeeaff; }
.audience-card li::before { content: ""; display: inline-block; width: 5px; height: 5px; margin: 0 8px 2px 0; border-radius: 50%; background: var(--coral); }
.audience-card.selected li::before { background: var(--citrus); }
.card-link { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 11px; font-size: 11px; font-weight: 850; }
.card-link i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--ink); font-style: normal; }
.audience-card.selected .card-link i { color: var(--ink); background: var(--citrus); }

.pricing-section { padding-block: 115px 125px; background: var(--cream); }
.pricing-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; margin-bottom: 48px; }
.pricing-heading h2 { margin-bottom: 0; }
.pricing-heading > div:last-child { display: grid; justify-items: end; gap: 12px; }
.pricing-heading p { max-width: 390px; margin: 0; color: var(--muted); font-size: 11px; text-align: right; }
.pricing-audience-toggle { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 4px; border: 1px solid var(--line); border-radius: 9px; background: var(--paper); }
.pricing-audience-toggle button { min-width: 105px; height: 36px; border: 0; border-radius: 6px; color: var(--muted); background: transparent; font-size: 10px; font-weight: 800; }
.pricing-audience-toggle button.active { color: var(--white); background: var(--ink); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 14px; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 490px; padding: 30px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.price-card.recommended { border: 2px solid var(--violet); box-shadow: 0 22px 55px rgba(80, 57, 160, 0.14); transform: translateY(-9px); }
.recommended-flag { position: absolute; top: 0; right: 27px; padding: 7px 10px; border-radius: 0 0 7px 7px; color: var(--white); background: var(--violet); font-size: 8px; font-weight: 900; letter-spacing: 0.1em; }
.price-card-top { display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: 0.1em; }
.tier-label { color: var(--coral); }
.price-card h3 { margin: 44px 0 7px; font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 500; letter-spacing: -0.045em; }
.tier-summary { min-height: 42px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.price-line { display: flex; align-items: baseline; gap: 8px; margin: 24px 0 22px; }
.tier-price { font-family: Georgia, "Times New Roman", serif; font-size: 39px; letter-spacing: -0.055em; }
.price-line small { color: var(--muted); font-size: 9px; }
.tier-features { display: grid; gap: 12px; margin: 0 0 28px; padding: 21px 0 0; border-top: 1px solid var(--line); list-style: none; }
.tier-features li { position: relative; padding-left: 20px; color: var(--ink-soft); font-size: 11px; }
.tier-features li::before { content: ""; position: absolute; top: 4px; left: 0; width: 9px; height: 5px; border-bottom: 2px solid var(--green); border-left: 2px solid var(--green); transform: rotate(-45deg); }
.price-card .button { width: 100%; margin-top: auto; }
.pricing-footnote { display: flex; justify-content: center; align-items: center; gap: 7px; margin: 30px 0 0; color: var(--muted); font-size: 9px; }
.pricing-footnote svg { width: 15px; fill: none; stroke: var(--green); stroke-width: 1.6; }

.privacy-section { padding-block: 115px; color: var(--white); background: var(--ink); }
.privacy-shell { display: grid; grid-template-columns: 0.7fr 1.3fr; align-items: center; gap: 90px; }
.privacy-mark { position: relative; display: grid; place-items: center; min-height: 490px; }
.privacy-mark::before, .privacy-mark::after { content: ""; position: absolute; border: 1px solid var(--line-dark); border-radius: 50%; }
.privacy-mark::before { width: 390px; height: 390px; }
.privacy-mark::after { width: 280px; height: 280px; }
.privacy-mark svg { position: relative; z-index: 2; width: 180px; fill: none; stroke: var(--citrus); stroke-width: 2; }
.section-label.light { color: var(--citrus); }
.privacy-copy > p { max-width: 640px; color: #bdb4c1; font-size: 14px; line-height: 1.7; }
.privacy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 39px; background: var(--line-dark); }
.privacy-grid > div { min-height: 150px; padding: 20px; background: var(--ink); }
.privacy-grid span { color: var(--coral); font: 800 8px ui-monospace, SFMono-Regular, Consolas, monospace; }
.privacy-grid strong { display: block; margin: 14px 0 5px; font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 500; }
.privacy-grid p { margin: 0; color: #a99fac; font-size: 10px; line-height: 1.55; }

.faq-section { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 90px; padding-block: 120px; }
.faq-heading h2 { margin-bottom: 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 24px 3px; list-style: none; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 18px; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; width: 25px; height: 25px; flex: none; border: 1px solid var(--line); border-radius: 50%; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 11px; left: 7px; width: 10px; height: 1px; background: var(--ink); }
.faq-list summary span::after { transform: rotate(90deg); transition: transform 150ms ease; }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 670px; margin: -8px 45px 24px 3px; color: var(--muted); font-size: 12px; line-height: 1.7; }

.final-cta { position: relative; overflow: hidden; padding-block: 105px; color: var(--white); background: var(--violet); }
.final-grid { position: absolute; inset: 0; opacity: 0.18; background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px); background-size: 44px 44px; transform: perspective(800px) rotateX(62deg) scale(1.5) translateY(18%); transform-origin: center bottom; }
.final-shell { position: relative; z-index: 2; text-align: center; }
.final-shell .section-label { justify-content: center; }
.final-shell h2 { margin: 18px 0 22px; font-size: clamp(58px, 7.5vw, 94px); }
.final-shell p { margin: 0 0 29px; color: #ded9ff; font-size: 14px; }
.final-shell .button { margin-inline: auto; }
.final-shell small { display: block; margin-top: 13px; color: #d7d0ff; font-size: 9px; }

.site-footer { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 35px; padding: 31px max(24px, calc((100vw - var(--max)) / 2)); border-top: 1px solid var(--line); background: var(--paper); }
.footer-brand { font-size: 17px; }
.footer-brand .brand-mark { width: 25px; height: 25px; }
.site-footer p, .prototype-footer { margin: 0; color: var(--muted); font-size: 9px; }
.site-footer nav { display: flex; gap: 17px; }
.site-footer nav a { color: var(--ink-soft); font-size: 9px; font-weight: 750; text-decoration: none; }
.prototype-footer { padding: 5px 7px; border: 1px solid var(--line); border-radius: 4px; }

.mobile-action { display: none; }
.checkout-overlay { position: fixed; z-index: 100; inset: 0; }
.checkout-backdrop { position: absolute; inset: 0; background: rgba(17, 12, 19, 0.68); backdrop-filter: blur(6px); animation: fadeIn 180ms ease; }
@keyframes fadeIn { from { opacity: 0; } }
.checkout-dialog { position: absolute; top: 50%; left: 50%; width: min(470px, calc(100% - 28px)); max-height: calc(100vh - 32px); padding: 30px; overflow-y: auto; border-radius: 16px; background: var(--paper); box-shadow: 0 34px 100px rgba(0,0,0,0.32); transform: translate(-50%, -50%); animation: modalIn 220ms ease-out; }
@keyframes modalIn { from { opacity: 0; transform: translate(-50%, -47%) scale(.98); } }
.checkout-close { position: absolute; top: 15px; right: 15px; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: transparent; font-size: 22px; line-height: 1; }
.checkout-demo-badge { display: inline-block; margin-bottom: 20px; padding: 5px 7px; border-radius: 4px; color: #6e5311; background: #fff0b9; font-size: 8px; font-weight: 900; letter-spacing: 0.1em; }
.checkout-order { display: grid; grid-template-columns: minmax(0, 1fr) auto; justify-content: space-between; gap: 20px; padding-bottom: 21px; border-bottom: 1px solid var(--line); }
.checkout-order > div { min-width: 0; }
.checkout-order > div > span { color: var(--violet); font-size: 8px; font-weight: 850; letter-spacing: .12em; }
.checkout-order h2 { margin: 5px 0 4px; font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-weight: 500; letter-spacing: -.04em; }
.checkout-order p { max-width: 290px; margin: 0; color: var(--muted); font-size: 10px; }
.checkout-order > strong { padding-top: 18px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; white-space: nowrap; }
.checkout-intro { margin: 22px 0 10px; color: var(--ink-soft); font-size: 10px; font-weight: 800; }
.checkout-hosted-copy { margin: 0 0 15px; color: var(--muted); font-size: 10px; line-height: 1.6; }
.checkout-continue { color: var(--white); border-color: var(--ink); background: var(--ink); }
.wallet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.wallet { height: 47px; display: flex; align-items: center; justify-content: center; gap: 4px; border: 1px solid var(--line); border-radius: 7px; font-size: 13px; font-weight: 750; }
.wallet-apple { color: white; background: black; }
.wallet-apple svg { width: 21px; }
.wallet-google { background: white; }
.google-g { color: #4285f4; font-size: 22px; font-weight: 800; }
.wallet-link { color: white; background: #635bff; }
.wallet-link svg { width: 20px; }
.checkout-divider { position: relative; height: 36px; display: grid; place-items: center; color: var(--muted); font-size: 9px; }
.checkout-divider::before { content: ""; position: absolute; right: 0; left: 0; height: 1px; background: var(--line); }
.checkout-divider span { position: relative; z-index: 2; padding: 0 8px; background: var(--paper); }
.card-payment-option, .phone-payment-option { width: 100%; height: 49px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; border: 1px solid var(--line); border-radius: 7px; color: var(--ink); background: var(--white); font-size: 11px; font-weight: 800; }
.card-payment-option > span:first-child, .phone-payment-option > span:first-child { display: flex; align-items: center; gap: 8px; }
.card-payment-option svg, .phone-payment-option svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.phone-payment-option { margin-top: 8px; color: var(--violet); border-color: rgba(115,87,255,.25); background: var(--violet-soft); }
.checkout-assurances { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 15px; margin-top: 18px; color: var(--muted); font-size: 8px; }
.checkout-assurances span { display: flex; align-items: center; gap: 4px; }
.checkout-assurances i { width: 4px; height: 4px; border-radius: 50%; background: var(--green); }
.checkout-legal { margin: 15px 0 0; padding: 10px; border-radius: 6px; color: var(--muted); background: var(--cream); font-size: 8px; line-height: 1.5; text-align: center; }
.checkout-processing { min-height: 280px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 17px; color: var(--muted); font-size: 11px; }
.qr-payment-view { padding-top: 12px; }
.qr-back { padding: 0; border: 0; color: var(--violet); background: transparent; font-size: 9px; font-weight: 800; }
.qr-layout { display: grid; grid-template-columns: 142px 1fr; align-items: center; gap: 20px; margin-top: 14px; }
.qr-layout > div:last-child > span { color: var(--violet); font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.qr-layout h3 { margin: 6px 0 7px; font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 500; line-height: 1.05; }
.qr-layout p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.55; }
.qr-code { width: 142px; height: 142px; padding: 5px; border: 1px solid var(--line); background: white; image-rendering: pixelated; }
.qr-code svg { width: 100%; height: 100%; }
.qr-code::before, .qr-code::after { content: ""; display: block; position: absolute; }
.qr-login-note { margin-top: 12px; padding: 9px 10px; border-radius: 6px; color: var(--muted); background: var(--cream); font-size: 9px; line-height: 1.45; }
.qr-login-note strong { color: var(--ink); }
.qr-demo-complete { width: 100%; margin-top: 13px; }
.processing-ring { width: 36px; height: 36px; border: 3px solid var(--cream-deep); border-top-color: var(--violet); border-radius: 50%; animation: spin 800ms linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.checkout-success { min-height: 300px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.success-check { width: 66px; height: 66px; display: grid; place-items: center; margin-bottom: 17px; border-radius: 50%; color: var(--green); background: var(--sage); }
.success-check svg { width: 35px; fill: none; stroke: currentColor; stroke-width: 3; }
.checkout-success > span { color: var(--green); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.checkout-success h3 { margin: 9px 0 6px; font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-weight: 500; }
.checkout-success p { max-width: 330px; margin: 0 0 22px; color: var(--muted); font-size: 11px; }
.toast { position: fixed; z-index: 150; right: 20px; bottom: 20px; max-width: 330px; padding: 12px 16px; border-radius: 8px; color: var(--white); background: var(--ink); box-shadow: 0 15px 40px rgba(0,0,0,.18); font-size: 11px; opacity: 0; transform: translateY(10px); pointer-events: none; transition: opacity 180ms ease, transform 180ms ease; }
.toast.show { opacity: 1; transform: none; }
.self-test-output { position: fixed; z-index: 300; right: 10px; bottom: 10px; padding: 10px; color: white; background: black; font: 12px monospace; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 0.8fr 1.2fr; gap: 30px; }
  .hero h1 { font-size: 55px; }
  .stage-note-side { right: -15px; }
  .assurance-strip { grid-template-columns: 1fr 1fr; }
  .assurance-strip > div:nth-child(2) { border-right: 0; }
  .assurance-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .example-shell { gap: 45px; }
  .note-card { padding: 22px; }
  .note-card p { font-size: 15px; }
  .privacy-shell { grid-template-columns: .55fr 1.45fr; gap: 40px; }
}

@media (max-width: 860px) {
  :root { --header-h: 68px; }
  .season-ribbon { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .season-ribbon a { margin-left: auto; }
  .site-header { padding-inline: 18px; }
  .header-actions .button { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-copy { max-width: 680px; }
  .hero h1 { font-size: clamp(52px, 11vw, 76px); }
  .builder-stage { width: min(650px, 100%); margin: 25px auto 0; }
  .review-builder { min-height: 0; }
  .process-section, .audience-section, .faq-section { padding-block: 90px; }
  .comparison-heading { grid-template-columns: 1fr; gap: 16px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 240px; }
  .process-icon { margin-bottom: 27px; }
  .example-shell, .privacy-shell, .faq-section { grid-template-columns: 1fr; }
  .example-copy { max-width: 650px; }
  .before-after { margin-top: 20px; }
  .split-heading { grid-template-columns: 1fr; gap: 14px; }
  .split-heading > p { max-width: 650px; }
  .pricing-heading { grid-template-columns: 1fr; }
  .pricing-heading > div:last-child { justify-items: start; }
  .pricing-heading p { text-align: left; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 570px; margin-inline: auto; }
  .price-card, .price-card.recommended { min-height: 0; transform: none; }
  .price-card .button { margin-top: 20px; }
  .privacy-mark { min-height: 330px; }
  .privacy-mark::before { width: 310px; height: 310px; }
  .privacy-mark::after { width: 220px; height: 220px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer p { display: none; }
  .prototype-footer { justify-self: end; }
}

@media (max-width: 620px) {
  :root { --ribbon-h: 31px; }
  body { padding-bottom: 74px; }
  .section-shell { width: min(calc(100% - 28px), var(--max)); }
  .season-ribbon { gap: 7px; padding-inline: 13px; font-size: 9px; }
  .season-ribbon a { display: none; }
  .site-header { height: 62px; }
  .brand { font-size: 18px; }
  .brand-mark { width: 27px; height: 27px; }
  .currency-control select { height: 35px; }
  .hero { min-height: auto; gap: 28px; padding-block: 42px 62px; }
  .hero::before { top: 0; left: -60vw; width: 130vw; height: 130vw; }
  .hero h1 { margin: 14px 0 18px; font-size: clamp(44px, 12.4vw, 54px); overflow-wrap: normal; }
  .hero-lead { font-size: 15px; }
  .hero-points { margin-block: 25px; }
  .hero-points > div { grid-template-columns: 25px 1fr; }
  .hero-points p { font-size: 11px; }
  .hero-cta-row { align-items: flex-start; flex-direction: column; }
  .hero-cta-row .button { width: 100%; }
  .cta-proof { max-width: none; }
  .builder-stage { padding: 8px; }
  .builder-stage::before { border-radius: 19px; transform: rotate(1.2deg); }
  .review-builder { padding: 19px 15px; border-radius: 13px; }
  .stage-note-top { top: -24px; right: 15px; }
  .stage-note-side { display: none; }
  .builder-topline h2 { font-size: 21px; }
  .secure-pill { display: none; }
  .audience-toggle { grid-template-columns: 1fr; }
  .audience-option { min-height: 40px; }
  .field-grid, .quick-options, .range-grid { grid-template-columns: 1fr; }
  .impact-field { margin-top: 2px; }
  .advanced-options summary small { display: none; }
  .preview-header > div { align-items: flex-start; flex-direction: column; gap: 3px; }
  .document-preview { padding: 16px; }
  .document-meta { flex-direction: column; gap: 5px; }
  .generated-paragraph { font-size: 14px; }
  .preview-conversion { align-items: stretch; flex-direction: column; }
  .preview-conversion .button { width: 100%; }
  .assurance-strip { grid-template-columns: 1fr; }
  .assurance-strip > div { min-height: 76px; justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--line); }
  .assurance-strip > div:last-child { border-bottom: 0; }
  .process-section, .audience-section, .faq-section { padding-block: 72px; }
  .comparison-section { padding-block: 72px; }
  .comparison-heading { margin-bottom: 30px; }
  .comparison-heading h2 { font-size: 43px; }
  .comparison-board { overflow-x: auto; }
  .comparison-row { min-width: 760px; }
  .comparison-close { align-items: stretch; flex-direction: column; }
  .comparison-close .button { width: 100%; }
  .section-heading.narrow { margin-bottom: 39px; text-align: left; }
  .section-heading.narrow .section-label { justify-content: flex-start; }
  .section-heading h2, .example-copy h2, .split-heading h2, .pricing-heading h2, .privacy-copy h2 { font-size: 43px; }
  .process-grid article { min-height: 215px; padding: 25px; }
  .process-icon { width: 54px; height: 54px; }
  .example-section { padding-block: 72px; }
  .before-after { grid-template-columns: 1fr; gap: 13px; }
  .note-card { min-height: 255px; }
  .rough-note, .polished-note { transform: none; }
  .transform-arrow { margin: -4px auto; transform: rotate(90deg); }
  .audience-cards { grid-template-columns: 1fr; }
  .audience-card { min-height: 390px; padding: 29px; }
  .pricing-section { padding-block: 73px 80px; }
  .pricing-audience-toggle { width: 100%; }
  .pricing-audience-toggle button { min-width: 0; }
  .price-card { padding: 25px; }
  .pricing-footnote { align-items: flex-start; text-align: center; }
  .privacy-section { padding-block: 70px; }
  .privacy-mark { min-height: 260px; }
  .privacy-mark::before { width: 250px; height: 250px; }
  .privacy-mark::after { width: 180px; height: 180px; }
  .privacy-mark svg { width: 130px; }
  .privacy-grid { grid-template-columns: 1fr; }
  .privacy-grid > div { min-height: 125px; }
  .faq-section { gap: 35px; }
  .faq-list summary { font-size: 16px; }
  .final-cta { padding-block: 78px; }
  .site-footer { display: flex; flex-direction: column; align-items: flex-start; gap: 17px; padding: 30px 18px; }
  .prototype-footer { align-self: flex-start; }
  .mobile-action { position: fixed; z-index: 60; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 70px; padding: 9px 13px; border-top: 1px solid var(--line); background: rgba(255,253,248,.96); box-shadow: 0 -10px 30px rgba(36,28,41,.1); backdrop-filter: blur(14px); }
  .mobile-action > div { display: grid; }
  .mobile-action strong { font-family: Georgia, "Times New Roman", serif; font-size: 16px; }
  .mobile-action span { color: var(--muted); font-size: 8px; }
  .mobile-action .button { min-height: 45px; padding-inline: 16px; }
  .checkout-dialog { padding: 24px 17px; }
  .phone-payment-option { display: none; }
  .wallet-grid { grid-template-columns: 1fr; }
  .checkout-order { gap: 9px; padding-right: 24px; }
  .checkout-order > strong { font-size: 21px; }
  .qr-layout { grid-template-columns: 1fr; justify-items: center; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
