:root {
  --paper: #f7f5ef;
  --surface: #ffffff;
  --ink: #1d1b18;
  --muted: #6f6a64;
  --muted-2: #a29b93;
  --clay: #b8593b;
  --clay-deep: #8f412b;
  --clay-soft: #f5e8e2;
  --clay-glow: rgba(184, 89, 59, .18);
  --sand: #e9dfd2;
  --sage: #87977d;
  --border: rgba(29, 27, 24, .08);
  --shadow-sm: 0 1px 2px rgba(20,16,12,.03), 0 9px 28px rgba(44,35,28,.05);
  --shadow-hover: 0 2px 5px rgba(20,16,12,.04), 0 20px 48px rgba(44,35,28,.09);
  --radius: 22px;
  --shell: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { max-width: 100%; }
::selection { background: var(--clay); color: white; }
.shell { width: var(--shell); margin-inline: auto; }
.card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.section-pad { padding: 94px 0; }
.section { position: relative; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 999; background: var(--ink); color: white; padding: 10px 14px; border-radius: 10px; }
.skip-link:focus { top: 20px; }

.site-header { position: sticky; top: 0; z-index: 100; padding: 14px 0; pointer-events: none; }
.nav { min-height: 66px; padding: 10px 12px 10px 17px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 22px; background: rgba(255,255,255,.86); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border: 1px solid rgba(29,27,24,.07); border-radius: 18px; box-shadow: 0 12px 32px rgba(44,35,28,.055); pointer-events: auto; }
.brand { display: inline-flex; align-items: center; gap: 8px; width: fit-content; font-size: 15px; font-weight: 900; letter-spacing: -.045em; }
.brand-mark { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 9px; background: var(--clay-soft); color: var(--clay); font-size: 18px; }
.brand-word { display: inline-flex; align-items: baseline; }
.brand-word strong { font-weight: 900; }
.brand-word span { font-weight: 650; color: var(--clay); }
.by-workaura { margin-left: 3px; padding-left: 10px; border-left: 1px solid var(--border); color: var(--muted-2); font-size: 8px; text-transform: uppercase; letter-spacing: .09em; font-weight: 900; }
.nav-links { display: flex; align-items: center; gap: 25px; }
.nav-links a { color: var(--muted); font-size: 11px; font-weight: 800; transition: color .18s ease; }
.nav-links a:hover { color: var(--clay); }
.nav-cta { justify-self: end; }
.nav-toggle { display: none; width: 40px; height: 40px; border: 0; border-radius: 11px; background: var(--paper); padding: 10px; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); margin: 4px 0; border-radius: 2px; }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 9px; min-height: 48px; padding: 0 18px; border: 1px solid transparent; border-radius: 13px; font-size: 12px; font-weight: 900; letter-spacing: -.015em; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--clay); color: white; box-shadow: 0 10px 24px var(--clay-glow); }
.button-primary:hover { background: var(--clay-deep); box-shadow: 0 14px 28px rgba(184,89,59,.24); }
.button-ghost { background: rgba(255,255,255,.54); color: var(--ink); border-color: var(--border); }
.button-small { min-height: 40px; padding: 0 14px; border-radius: 11px; font-size: 10px; }
.button-wide { width: 100%; min-height: 52px; }
.kicker { margin: 0; display: flex; align-items: center; gap: 8px; color: var(--clay); text-transform: uppercase; font-size: 10px; letter-spacing: .11em; font-weight: 900; }
.kicker-dot { display: inline-grid; place-items: center; width: 19px; height: 19px; border-radius: 7px; background: var(--clay-soft); font-size: 11px; }
.micro-label { color: var(--muted); text-transform: uppercase; letter-spacing: .11em; font-size: 8px; font-weight: 900; }
.status, .pill-neutral, .live-pill { display: inline-flex; align-items: center; gap: 6px; width: fit-content; padding: 6px 9px; border-radius: 999px; background: var(--clay-soft); color: var(--clay); font-size: 8px; text-transform: uppercase; letter-spacing: .07em; font-weight: 900; }
.status.clay { background: var(--clay); color: white; }
.pill-neutral { background: var(--paper); color: var(--muted); }
.live-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--clay); box-shadow: 0 0 0 4px var(--clay-glow); }
.eyebrow { margin: 0; color: var(--clay); text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 900; }
.eyebrow.neutral { color: var(--muted); }

.hero { padding-top: 72px; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 68px; align-items: center; }
.hero-copy h1 { margin: 18px 0 22px; max-width: 760px; font-size: clamp(60px, 6.6vw, 92px); line-height: .92; letter-spacing: -.072em; font-weight: 900; }
.hero-copy h1 .underline-accent { position: relative; display: inline; }
.hero-copy h1 .underline-accent::after { content: ""; position: absolute; left: 2%; right: 1%; bottom: .02em; height: .09em; z-index: -1; background: var(--clay); border-radius: 999px; opacity: .75; transform: rotate(-1deg); }
.hero-lede { margin: 0; max-width: 675px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.hero-actions { display: flex; gap: 10px; margin-top: 30px; }
.hero-proof { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 8px; }
.hero-proof span { display: inline-flex; align-items: baseline; gap: 4px; padding: 9px 11px; background: rgba(255,255,255,.54); border: 1px solid var(--border); border-radius: 10px; color: var(--muted); font-size: 9px; font-weight: 800; }
.hero-proof b { color: var(--ink); font-size: 14px; }

.journey-panel { padding: 22px; overflow: hidden; }
.panel-topline { display: flex; justify-content: space-between; align-items: center; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.journey-intro { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: center; padding: 20px 0 15px; }
.journey-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: var(--clay); color: white; box-shadow: 0 10px 22px var(--clay-glow); font-size: 24px; }
.journey-intro strong { font-size: 14px; letter-spacing: -.025em; }
.journey-intro p { margin: 3px 0 0; color: var(--muted); font-size: 10px; }
.journey-list { display: grid; gap: 3px; }
.journey-list a { display: grid; grid-template-columns: 28px 1fr auto; gap: 10px; align-items: center; padding: 10px 12px; border-radius: 12px; transition: background .18s ease, transform .18s ease; }
.journey-list a:hover { background: var(--clay-soft); transform: translateX(2px); }
.journey-list span { color: var(--clay); font-size: 9px; font-weight: 900; }
.journey-list b { font-size: 11px; }
.journey-list em { color: var(--muted-2); font-style: normal; font-size: 8px; text-transform: uppercase; font-weight: 800; }
.panel-footnote { margin-top: 14px; padding: 13px 14px; border-radius: 12px; background: var(--paper); color: var(--muted); font-size: 9px; line-height: 1.45; font-weight: 700; }
.panel-footnote .bolt { color: var(--clay); margin-right: 6px; }

.switcher-wrap { margin-top: -22px; }
.aura-switcher { padding: 7px; display: flex; align-items: center; justify-content: center; gap: 4px; overflow-x: auto; }
.aura-switcher .switcher-label { margin: 0 8px 0 7px; color: var(--muted-2); text-transform: uppercase; letter-spacing: .09em; font-size: 8px; font-weight: 900; white-space: nowrap; }
.aura-switcher a { flex: 0 0 auto; padding: 10px 13px; border-radius: 11px; color: var(--muted); font-size: 9px; font-weight: 850; transition: background .18s ease, color .18s ease, box-shadow .18s ease; }
.aura-switcher a:hover { background: var(--paper); color: var(--ink); }
.aura-switcher a.active { background: var(--clay); color: white; box-shadow: 0 8px 20px var(--clay-glow); }

.section-heading .heading-split { margin-top: 14px; display: grid; grid-template-columns: 1fr .7fr; gap: 60px; align-items: end; }
h2 { margin: 0; font-size: clamp(48px, 5.4vw, 74px); line-height: .95; letter-spacing: -.065em; font-weight: 900; }
h2 span { color: var(--clay); }
.heading-split > p, .stage-copy > p, .faq-heading > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.preview-grid { margin-top: 42px; display: grid; grid-template-columns: 1.12fr .88fr; gap: 16px; align-items: stretch; }
.framework-card { padding: 32px; min-height: 590px; display: flex; flex-direction: column; }
.framework-meta { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.framework-card h3, .mini-framework h3, .compare-card h3, .template-copy h3 { margin: 24px 0 12px; font-size: 36px; line-height: 1.02; letter-spacing: -.055em; font-weight: 900; }
.framework-card > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.68; }
.score-frame { margin-top: auto; padding-top: 32px; display: grid; gap: 7px; }
.score-row { width: 100%; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 12px; padding: 16px; border: 1px solid var(--border); border-radius: 14px; background: white; text-align: left; cursor: pointer; transition: border .18s ease, background .18s ease, transform .18s ease; }
.score-row:hover { transform: translateX(2px); border-color: rgba(184,89,59,.22); }
.score-row.active { background: var(--clay-soft); border-color: rgba(184,89,59,.22); }
.score-num { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 9px; background: var(--paper); color: var(--clay); font-size: 9px; font-weight: 900; }
.score-row.active .score-num { background: var(--clay); color: white; }
.score-row b { display: block; font-size: 10px; letter-spacing: .05em; }
.score-row small { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; }
.score-row em { color: var(--muted-2); font-style: normal; font-size: 8px; text-transform: uppercase; font-weight: 900; }
.score-note { margin-top: 12px; padding: 12px 14px; border-left: 3px solid var(--clay); background: rgba(184,89,59,.05); color: var(--muted); font-size: 10px; line-height: 1.55; }
.preview-stack { display: grid; gap: 16px; }
.mini-framework { padding: 28px; }
.mini-framework h3 { font-size: 29px; margin-top: 18px; }
.mini-framework ol { list-style: none; margin: 23px 0 0; padding: 0; display: grid; gap: 8px; }
.mini-framework li { display: grid; grid-template-columns: 28px 1fr; gap: 9px; align-items: start; padding: 11px 0; border-bottom: 1px solid var(--border); color: var(--muted); font-size: 10px; line-height: 1.45; }
.mini-framework li span { color: var(--clay); font-size: 9px; font-weight: 900; }
.mini-foot { margin: 12px 0 0; color: var(--clay); font-size: 9px; font-weight: 900; }
.prompt { margin: 28px 0 0; padding: 21px; border-radius: 16px; background: var(--clay-soft); font-size: 17px; line-height: 1.42; letter-spacing: -.025em; font-weight: 760; }
.prompt-foot { margin-top: 20px; display: flex; justify-content: center; align-items: center; gap: 10px; color: var(--muted); font-size: 9px; font-weight: 800; }
.prompt-foot b { color: var(--clay); font-size: 18px; }

.contrast-section { background: rgba(255,255,255,.3); border-block: 1px solid rgba(29,27,24,.045); }
.compare-grid { margin-top: 42px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.compare-card { padding: 31px; min-height: 430px; position: relative; overflow: hidden; }
.compare-card::before { content: ""; position: absolute; width: 220px; height: 220px; right: -90px; top: -100px; border-radius: 50%; background: var(--paper); }
.good-card::before { background: var(--clay-soft); }
.compare-icon { position: relative; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; font-size: 22px; font-weight: 900; }
.compare-icon.bad { background: var(--paper); color: var(--muted); }
.compare-icon.good { background: var(--clay); color: white; box-shadow: 0 10px 22px var(--clay-glow); }
.compare-card .eyebrow { margin-top: 28px; position: relative; }
.compare-card h3 { position: relative; max-width: 470px; font-size: 31px; }
.compare-card ul { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 12px; position: relative; }
.compare-card li { padding-left: 22px; color: var(--muted); font-size: 11px; line-height: 1.5; position: relative; }
.compare-card li::before { content: "—"; position: absolute; left: 0; color: var(--muted-2); font-weight: 900; }
.good-card li::before { content: "◇"; color: var(--clay); }
.trust-strip { margin-top: 16px; padding: 23px; display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.trust-strip span { text-align: center; border-right: 1px solid var(--border); }
.trust-strip span:last-child { border-right: 0; }
.trust-strip b { display: block; font-size: 30px; letter-spacing: -.055em; }
.trust-strip small { color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-size: 8px; font-weight: 900; }

.workflow-grid { margin-top: 42px; display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.workflow-card { padding: 23px; min-height: 240px; display: flex; flex-direction: column; transition: transform .18s ease, box-shadow .18s ease, border .18s ease; }
.workflow-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); border-color: rgba(184,89,59,.2); }
.workflow-card > span { color: var(--clay); font-size: 10px; font-weight: 900; }
.workflow-card h3 { margin: 28px 0 10px; font-size: 23px; line-height: 1.03; letter-spacing: -.045em; }
.workflow-card p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.workflow-card b { margin-top: auto; padding-top: 18px; color: var(--clay); text-transform: uppercase; letter-spacing: .08em; font-size: 8px; }
.templates-grid { margin-top: 16px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.template-card { min-height: 420px; display: grid; grid-template-columns: .85fr 1.15fr; overflow: hidden; }
.template-art { display: grid; place-items: center; min-height: 100%; padding: 28px; background: linear-gradient(145deg, #efe7dc, #e2d6c8); position: relative; overflow: hidden; }
.template-art::after { content: ""; position: absolute; width: 200px; height: 200px; border-radius: 50%; background: rgba(184,89,59,.12); right: -80px; top: -70px; }
.template-copy { padding: 32px; display: flex; flex-direction: column; align-items: flex-start; }
.template-copy h3 { font-size: 31px; }
.template-copy > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.template-chip { margin-top: auto; padding: 7px 10px; border-radius: 999px; background: var(--clay-soft); color: var(--clay); text-transform: uppercase; letter-spacing: .07em; font-size: 8px; font-weight: 900; }
.mini-window { width: 100%; max-width: 220px; background: white; border-radius: 16px; border: 1px solid var(--border); box-shadow: 0 22px 45px rgba(54,43,32,.16); transform: rotate(-2deg); position: relative; z-index: 1; overflow: hidden; }
.mini-top { display: flex; gap: 4px; padding: 9px; border-bottom: 1px solid var(--border); }
.mini-top span { width: 6px; height: 6px; border-radius: 50%; background: #ded8d0; }
.mini-body { padding: 21px; }
.mini-body p, .sheet-label { margin: 0; color: var(--clay); font-size: 6px; letter-spacing: .1em; font-weight: 900; }
.mini-body strong { display: block; margin: 9px 0 16px; font-size: 18px; line-height: 1; letter-spacing: -.045em; }
.bars { display: grid; gap: 6px; }
.bars i { display: block; width: var(--w); height: 6px; background: var(--clay-soft); border-radius: 999px; position: relative; }
.bars i::before { content: ""; display: block; width: 72%; height: 100%; background: var(--clay); border-radius: inherit; opacity: .7; }
.mini-score { margin-top: 18px; display: flex; align-items: baseline; gap: 6px; }
.mini-score b { font-size: 28px; letter-spacing: -.06em; }
.mini-score small { color: var(--muted); font-size: 7px; }
.interview-sheet { width: 100%; max-width: 215px; padding: 25px; background: white; border-radius: 16px; border: 1px solid var(--border); box-shadow: 0 22px 45px rgba(54,43,32,.16); transform: rotate(2deg); position: relative; z-index: 1; }
.interview-sheet strong { display: block; margin: 11px 0 18px; font-size: 18px; line-height: 1.05; letter-spacing: -.04em; }
.sheet-row { display: grid; grid-template-columns: 23px 1fr; gap: 7px; align-items: center; padding: 9px 0; border-top: 1px solid var(--border); }
.sheet-row i { color: var(--clay); font-style: normal; font-size: 7px; font-weight: 900; }
.sheet-row span { height: 5px; width: 78%; border-radius: 999px; background: #eae6e0; }

.stage-section { background: rgba(255,255,255,.3); border-block: 1px solid rgba(29,27,24,.045); }
.stage-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; align-items: center; }
.stage-copy h2, .faq-heading h2 { margin-top: 14px; }
.stage-copy > p, .faq-heading > p { margin-top: 23px; max-width: 450px; }
.stage-list { padding: 8px; overflow: hidden; }
.stage-list a { display: grid; grid-template-columns: 40px 1fr auto; gap: 14px; align-items: center; padding: 17px 16px; border-radius: 14px; transition: background .18s ease, transform .18s ease; }
.stage-list a + a { border-top: 1px solid var(--border); }
.stage-list a:hover { background: var(--clay-soft); transform: translateX(3px); }
.stage-list > a > span { color: var(--clay); font-size: 9px; font-weight: 900; }
.stage-list b { display: block; font-size: 13px; letter-spacing: -.02em; }
.stage-list small { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; line-height: 1.4; }
.stage-list em { color: var(--clay); font-style: normal; font-weight: 900; }

.purchase-card { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 650px; overflow: hidden; }
.purchase-copy { padding: 48px; display: flex; flex-direction: column; align-items: flex-start; }
.purchase-labels { display: flex; gap: 8px; margin-bottom: 33px; }
.purchase-copy h2 { margin: 13px 0 20px; font-size: clamp(48px,5.2vw,72px); }
.purchase-lede { margin: 0; max-width: 520px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.price-row { margin: 25px 0 22px; display: flex; align-items: center; gap: 15px; }
.price-row strong { font-size: 55px; line-height: 1; letter-spacing: -.07em; }
.price-row span { padding-left: 14px; border-left: 1px solid var(--border); color: var(--muted); font-size: 8px; line-height: 1.45; text-transform: uppercase; letter-spacing: .08em; font-weight: 900; }
.purchase-list { list-style: none; padding: 0; margin: 0 0 25px; display: grid; gap: 9px; }
.purchase-list li { position: relative; padding-left: 20px; color: var(--muted); font-size: 10px; }
.purchase-list li::before { content: "◇"; position: absolute; left: 0; color: var(--clay); font-weight: 900; }
.checkout-note { margin: 10px auto 0; color: var(--muted); font-size: 8px; text-align: center; }
.checkout-note span { color: var(--clay); }
.guide-mockup { padding: 48px; display: grid; place-items: center; background: linear-gradient(145deg, #eee4d8, #ddd0c1); position: relative; overflow: hidden; }
.guide-mockup::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: rgba(184,89,59,.16); top: -150px; right: -110px; }
.guide-window { width: min(100%, 540px); background: white; border: 1px solid rgba(29,27,24,.09); border-radius: 20px; box-shadow: 0 32px 70px rgba(54,43,32,.2); position: relative; z-index: 1; overflow: hidden; transform: rotate(1.3deg); }
.guide-bar { min-height: 34px; display: flex; align-items: center; gap: 5px; padding: 0 12px; border-bottom: 1px solid var(--border); }
.guide-bar > span { width: 6px; height: 6px; border-radius: 50%; background: #ddd7cf; }
.guide-bar small { margin-left: auto; color: var(--muted-2); font-size: 6px; }
.guide-body { display: grid; grid-template-columns: 55px 1fr; min-height: 390px; }
.guide-sidebar { padding: 15px 12px; background: #faf8f4; border-right: 1px solid var(--border); display: flex; flex-direction: column; align-items: center; gap: 12px; }
.guide-logo { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; background: var(--clay); color: white; }
.guide-sidebar i { width: 19px; height: 5px; border-radius: 999px; background: #e5e0da; }
.guide-sidebar i.on { background: var(--clay); }
.guide-main { padding: 35px 30px; }
.guide-kicker { color: var(--clay); font-size: 6px; letter-spacing: .1em; font-weight: 900; }
.guide-main h3 { margin: 11px 0 7px; font-size: 30px; letter-spacing: -.055em; }
.guide-main > p { margin: 0 0 23px; color: var(--muted); font-size: 9px; line-height: 1.5; }
.guide-score { display: grid; grid-template-columns: 28px 1fr auto; gap: 9px; align-items: center; margin-top: 7px; padding: 11px; border: 1px solid var(--border); border-radius: 11px; }
.guide-score.active { background: var(--clay-soft); border-color: rgba(184,89,59,.18); }
.guide-score > b { color: var(--clay); font-size: 8px; }
.guide-score strong { display: block; font-size: 8px; }
.guide-score small { display: block; margin-top: 2px; color: var(--muted); font-size: 6px; }
.guide-score em { color: var(--clay); font-style: normal; font-size: 10px; }
.guide-progress { height: 5px; margin-top: 28px; background: #eeeae4; border-radius: 999px; overflow: hidden; }
.guide-progress span { display: block; height: 100%; background: var(--clay); border-radius: inherit; }
.mockup-badge { position: absolute; right: 26px; bottom: 27px; z-index: 2; padding: 11px 14px; border-radius: 12px; background: var(--clay); color: white; box-shadow: 0 12px 24px var(--clay-glow); text-transform: uppercase; letter-spacing: .07em; font-size: 8px; font-weight: 900; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; align-items: start; }
.faq-list { display: grid; gap: 9px; }
.faq-list details { padding: 0 20px; }
.faq-list summary { min-height: 61px; display: flex; justify-content: space-between; align-items: center; gap: 20px; cursor: pointer; list-style: none; font-size: 12px; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--clay); font-size: 17px; transition: transform .18s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -2px 0 19px; padding-right: 30px; color: var(--muted); font-size: 10px; line-height: 1.65; }

.closing { padding-top: 24px; }
.closing-card { padding: 58px 40px; text-align: center; position: relative; overflow: hidden; }
.closing-card::before { content: "◇"; position: absolute; font-size: 270px; line-height: 1; color: var(--clay-soft); top: -80px; right: -30px; transform: rotate(14deg); }
.closing-card > * { position: relative; z-index: 1; }
.closing-card .kicker { justify-content: center; }
.closing-card h2 { margin: 16px 0; }
.closing-card > p:not(.kicker) { max-width: 650px; margin: 0 auto 26px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.closing-card small { display: block; margin-top: 12px; color: var(--muted-2); text-transform: uppercase; letter-spacing: .07em; font-size: 7px; font-weight: 900; }

.footer { padding: 78px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr; gap: 70px; padding-bottom: 48px; }
.footer-brand { margin-bottom: 18px; }
.footer-grid > div:first-child p { max-width: 410px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col b { margin-bottom: 4px; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.footer-col a { color: var(--muted); font-size: 10px; font-weight: 700; }
.footer-col a:hover { color: var(--clay); }
.footer-bottom { padding-top: 18px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; gap: 20px; color: var(--muted-2); font-size: 7px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 28px, 760px); }
  .section-pad { padding: 75px 0; }
  .nav { grid-template-columns: 1fr auto; }
  .nav-links { display: none; grid-column: 1 / -1; width: 100%; padding: 8px 0 2px; flex-direction: column; align-items: stretch; gap: 2px; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px; border-radius: 10px; }
  .nav-links a:hover { background: var(--paper); }
  .nav-toggle { display: block; justify-self: end; }
  .nav-cta { display: none; }
  .hero-grid, .preview-grid, .stage-grid, .purchase-card, .faq-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 45px; }
  .hero-grid { gap: 34px; }
  .section-heading .heading-split { grid-template-columns: 1fr; gap: 22px; }
  .heading-split > p { max-width: 580px; }
  .framework-card { min-height: 520px; }
  .compare-grid, .templates-grid { grid-template-columns: 1fr; }
  .workflow-grid { grid-template-columns: repeat(2,1fr); }
  .purchase-copy { padding: 38px; }
  .guide-mockup { min-height: 580px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100vw - 22px); --radius: 19px; }
  .section-pad { padding: 62px 0; }
  .site-header { padding: 8px 0; }
  .nav { min-height: 58px; padding: 8px 9px 8px 12px; border-radius: 15px; }
  .by-workaura { display: none; }
  .hero-copy h1 { font-size: clamp(51px, 15vw, 68px); }
  .hero-lede { font-size: 13px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 6px; }
  .journey-panel { padding: 17px; }
  .journey-list a { grid-template-columns: 25px 1fr; }
  .journey-list em { display: none; }
  .switcher-wrap { margin-top: -8px; }
  .aura-switcher { justify-content: flex-start; }
  h2 { font-size: clamp(43px, 13vw, 58px); }
  .preview-grid { margin-top: 30px; }
  .framework-card, .mini-framework { padding: 22px; }
  .framework-card h3, .mini-framework h3, .compare-card h3, .template-copy h3 { font-size: 28px; }
  .score-row { grid-template-columns: 32px 1fr; }
  .score-row em { display: none; }
  .compare-grid { margin-top: 30px; }
  .compare-card { min-height: 390px; padding: 24px; }
  .trust-strip { grid-template-columns: repeat(2,1fr); }
  .trust-strip span { padding: 10px 0; border-right: 0; border-bottom: 1px solid var(--border); }
  .workflow-grid { grid-template-columns: 1fr; }
  .workflow-card { min-height: 205px; }
  .template-card { grid-template-columns: 1fr; }
  .template-art { min-height: 280px; }
  .template-copy { padding: 25px; min-height: 280px; }
  .stage-grid, .faq-grid { gap: 34px; }
  .stage-list a { grid-template-columns: 30px 1fr auto; }
  .purchase-copy { padding: 27px 23px; }
  .purchase-copy h2 { font-size: 47px; }
  .guide-mockup { padding: 24px; min-height: 440px; }
  .guide-body { grid-template-columns: 43px 1fr; min-height: 330px; }
  .guide-main { padding: 26px 19px; }
  .guide-main h3 { font-size: 24px; }
  .guide-score { grid-template-columns: 23px 1fr; }
  .guide-score em { display: none; }
  .mockup-badge { right: 17px; bottom: 17px; }
  .closing-card { padding: 46px 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; line-height: 1.5; }
}

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