:root {
  --paper: #f7f5ef;
  --surface: #ffffff;
  --ink: #1d1b18;
  --ink-2: #2a261f;
  --muted: #6f6a64;
  --muted-2: #a29b93;
  --amber: #f59e0b;
  --amber-deep: #c87800;
  --amber-soft: #fff2ce;
  --amber-soft-2: #fff8e8;
  --amber-glow: rgba(245, 158, 11, .20);
  --border: rgba(29, 27, 24, .08);
  --border-strong: rgba(29, 27, 24, .13);
  --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(--amber); color: var(--ink); }
.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(--amber-soft); color: var(--amber-deep); font-size: 15px; font-weight: 900; }
.brand-word { display: inline-flex; align-items: baseline; }
.brand-word strong { font-weight: 900; }
.brand-word span { font-weight: 650; color: var(--amber-deep); }
.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(--amber-deep); }
.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(--amber); color: var(--ink); box-shadow: 0 10px 24px var(--amber-glow); }
.button-primary:hover { background: #e89205; box-shadow: 0 14px 28px rgba(245,158,11,.27); }
.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(--amber-deep); 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(--amber-soft); font-size: 10px; }
.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(--amber-soft); color: var(--amber-deep); font-size: 8px; text-transform: uppercase; letter-spacing: .07em; font-weight: 900; }
.status.amber { background: var(--amber); color: var(--ink); }
.pill-neutral { background: var(--paper); color: var(--muted); }
.live-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 4px var(--amber-glow); }
.eyebrow { margin: 0; color: var(--amber-deep); text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 900; }

.hero { padding-top: 72px; }
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 68px; align-items: center; }
.hero-copy h1 { margin: 18px 0 22px; max-width: 780px; font-size: clamp(60px, 6.55vw, 92px); line-height: .91; letter-spacing: -.073em; font-weight: 900; }
.hero-copy h1 .underline-accent { position: relative; display: inline; }
.hero-copy h1 .underline-accent::after { content: ""; position: absolute; left: 1%; right: 0; bottom: .01em; height: .09em; z-index: -1; background: var(--amber); border-radius: 999px; opacity: .78; transform: rotate(-.7deg); }
.hero-lede { margin: 0; max-width: 690px; 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,.55); 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; }

.command-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); }
.command-intro { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: center; padding: 20px 0 15px; }
.command-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: var(--ink); color: var(--amber); box-shadow: 0 10px 22px rgba(29,27,24,.15); font-size: 19px; font-weight: 900; }
.command-intro strong { font-size: 14px; letter-spacing: -.025em; }
.command-intro p { margin: 3px 0 0; color: var(--muted); font-size: 10px; }
.command-list { display: grid; gap: 5px; }
.command-list a { display: grid; grid-template-columns: 28px 1fr auto; gap: 10px; align-items: center; padding: 12px; border: 1px solid transparent; border-radius: 12px; transition: background .18s ease, transform .18s ease, border .18s ease; }
.command-list a:hover { background: var(--amber-soft-2); border-color: rgba(245,158,11,.16); transform: translateX(2px); }
.command-list > a > span { color: var(--amber-deep); font-size: 9px; font-weight: 900; }
.command-list b { display: block; font-size: 11px; letter-spacing: .04em; }
.command-list small { display: block; margin-top: 2px; color: var(--muted); font-size: 9px; }
.command-list em { color: var(--muted-2); font-style: normal; font-size: 8px; text-transform: uppercase; font-weight: 800; }
.panel-prompt { margin-top: 15px; padding: 14px; display: grid; grid-template-columns: auto 1fr; gap: 10px; border-radius: 13px; background: var(--amber-soft); }
.prompt-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: white; font-size: 13px; }
.panel-prompt b { font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
.panel-prompt p { margin: 3px 0 0; font-size: 10px; line-height: 1.45; color: var(--muted); }

.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(--amber); color: var(--ink); box-shadow: 0 8px 20px var(--amber-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(--amber-deep); }
.heading-split > p, .bottleneck-copy > p, .faq-heading > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.mode-grid { margin-top: 42px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.mode-card { min-height: 470px; padding: 26px; display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease, border .2s ease; }
.mode-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); border-color: rgba(245,158,11,.20); }
.mode-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.mode-num { color: var(--muted-2); font-size: 9px; font-weight: 900; }
.mode-icon { margin-top: 38px; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 17px; background: var(--amber-soft); color: var(--amber-deep); font-size: 20px; font-weight: 900; }
.mode-card h3 { margin: 20px 0 12px; font-size: 38px; line-height: .98; letter-spacing: -.06em; font-weight: 900; }
.mode-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.mode-meta { margin-top: auto; padding-top: 24px; display: flex; gap: 8px; }
.mode-meta span { flex: 1; padding: 11px 10px; border-radius: 11px; background: var(--paper); color: var(--muted); font-size: 8px; text-align: center; text-transform: uppercase; font-weight: 900; }
.mode-meta b { display: block; color: var(--ink); font-size: 14px; text-transform: none; }
.mode-card > a { margin-top: 16px; color: var(--amber-deep); font-size: 10px; font-weight: 900; }

.preview-section { overflow: hidden; }
.preview-grid { margin-top: 42px; display: grid; grid-template-columns: 1.13fr .87fr; gap: 16px; align-items: stretch; }
.framework-console { min-height: 625px; padding: 30px; display: flex; flex-direction: column; }
.console-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.console-head h3, .mini-framework h3 { margin: 12px 0 0; font-size: 38px; line-height: 1.01; letter-spacing: -.055em; font-weight: 900; }
.console-tabs { margin-top: 28px; display: inline-flex; gap: 5px; padding: 5px; width: fit-content; background: var(--paper); border-radius: 12px; }
.console-tab { border: 0; padding: 10px 13px; border-radius: 9px; background: transparent; color: var(--muted); font-size: 9px; font-weight: 900; cursor: pointer; transition: background .18s ease, color .18s ease, box-shadow .18s ease; }
.console-tab.active { background: var(--amber); color: var(--ink); box-shadow: 0 6px 14px var(--amber-glow); }
.question-list { margin-top: 22px; display: grid; gap: 7px; }
.question-list > div { display: grid; grid-template-columns: 32px 1fr; gap: 11px; align-items: center; padding: 13px 14px; border: 1px solid var(--border); border-radius: 13px; }
.question-list span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; background: var(--amber-soft); color: var(--amber-deep); font-size: 8px; font-weight: 900; }
.question-list p { margin: 0; font-size: 11px; line-height: 1.45; font-weight: 750; }
.console-note { margin-top: auto; padding: 14px 15px; display: grid; grid-template-columns: auto 1fr; gap: 10px; border-radius: 13px; background: var(--ink); color: white; }
.console-note > span { color: var(--amber); font-weight: 900; }
.console-note p { margin: 0; color: rgba(255,255,255,.72); font-size: 10px; line-height: 1.55; }
.preview-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 16px; }
.mini-framework { padding: 27px; display: flex; flex-direction: column; min-height: 300px; }
.mini-head { display: flex; align-items: center; justify-content: space-between; }
.mini-head > span:last-child { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; background: var(--paper); color: var(--amber-deep); font-size: 8px; font-weight: 900; }
.mini-framework > p { margin: 12px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.three-checks { margin-top: auto; padding-top: 18px; display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; }
.three-checks span { padding: 10px; border-radius: 10px; background: var(--amber-soft-2); }
.three-checks b { display: block; color: var(--amber-deep); font-size: 9px; }
.three-checks small { display: block; margin-top: 3px; color: var(--muted); font-size: 7px; }
.dark-card { background: var(--ink); color: white; border-color: var(--ink); }
.dark-card .micro-label { color: rgba(255,255,255,.48); }
.dark-card .mini-head > span:last-child { background: rgba(255,255,255,.08); color: var(--amber); }
.dark-card > p { color: rgba(255,255,255,.60); }
.price-signal { margin-top: auto; display: grid; grid-template-columns: auto 1fr auto 1fr auto; gap: 9px; align-items: center; padding-top: 20px; color: rgba(255,255,255,.42); font-size: 7px; text-transform: uppercase; letter-spacing: .06em; font-weight: 900; }
.price-signal i { height: 2px; background: rgba(255,255,255,.12); border-radius: 10px; }
.price-signal b { color: var(--amber); font-size: 8px; }

.file-grid { margin-top: 42px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.file-card { min-height: 315px; padding: 24px; display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease, border .2s ease; }
.file-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); border-color: rgba(245,158,11,.18); }
.file-type { width: fit-content; padding: 6px 8px; border-radius: 999px; background: var(--paper); color: var(--muted); font-size: 7px; text-transform: uppercase; letter-spacing: .08em; font-weight: 900; }
.file-icon { margin-top: 28px; width: 45px; height: 45px; display: grid; place-items: center; border-radius: 14px; background: var(--amber-soft); color: var(--amber-deep); font-size: 15px; font-weight: 900; }
.file-card h3 { margin: 17px 0 9px; font-size: 26px; line-height: 1; letter-spacing: -.05em; }
.file-card p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.file-card > div:last-child { margin-top: auto; padding-top: 22px; display: flex; justify-content: space-between; color: var(--muted); font-size: 8px; text-transform: uppercase; font-weight: 900; }
.file-card > div:last-child b { color: var(--ink); }
.tool-card { background: var(--amber-soft-2); }
.tool-card .file-icon { background: var(--ink); color: var(--amber); }
.template-card .file-icon { background: var(--paper); color: var(--ink); }

.bottleneck-section { padding-top: 60px; }
.bottleneck-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: center; }
.bottleneck-copy h2 { margin: 14px 0 20px; }
.bottleneck-list { padding: 10px; }
.bottleneck-list a { display: grid; grid-template-columns: 38px 1fr auto; gap: 12px; align-items: center; padding: 17px 16px; border-radius: 14px; transition: background .18s ease, transform .18s ease; }
.bottleneck-list a + a { border-top: 1px solid var(--border); }
.bottleneck-list a:hover { background: var(--amber-soft-2); transform: translateX(2px); }
.bottleneck-list > a > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; background: var(--amber-soft); color: var(--amber-deep); font-size: 8px; font-weight: 900; }
.bottleneck-list b { display: block; font-size: 12px; letter-spacing: -.018em; }
.bottleneck-list small { display: block; margin-top: 4px; color: var(--muted); font-size: 9px; }
.bottleneck-list em { color: var(--amber-deep); font-style: normal; font-size: 16px; font-weight: 900; }

.fit-grid { margin-top: 42px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fit-card { padding: 28px; }
.fit-top { display: flex; align-items: center; gap: 10px; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.fit-top span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; font-size: 17px; font-weight: 900; }
.fit-top.yes span { background: var(--amber-soft); color: var(--amber-deep); }
.fit-top.no span { background: var(--paper); color: var(--muted); }
.fit-top p { margin: 0; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; font-weight: 900; }
.fit-card ul { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 11px; }
.fit-card li { position: relative; padding-left: 22px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.fit-card li::before { content: "→"; position: absolute; left: 0; color: var(--amber-deep); font-weight: 900; }
.fit-card:nth-child(2) li::before { content: "×"; color: var(--muted-2); }

.purchase-section { padding-top: 78px; }
.purchase-card { min-height: 720px; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; }
.purchase-copy { padding: 48px; display: flex; flex-direction: column; }
.purchase-labels { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 26px; }
.purchase-copy h2 { margin: 14px 0 18px; font-size: clamp(50px, 5.2vw, 70px); }
.purchase-lede { margin: 0; max-width: 560px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.price-row { margin: 27px 0 22px; display: flex; align-items: center; gap: 14px; }
.price-row strong { font-size: 56px; line-height: .9; letter-spacing: -.07em; }
.price-row span { color: var(--muted); font-size: 8px; line-height: 1.35; text-transform: uppercase; letter-spacing: .06em; font-weight: 900; }
.purchase-list { list-style: none; margin: 0 0 25px; padding: 0; display: grid; gap: 9px; }
.purchase-list li { position: relative; padding-left: 23px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.purchase-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 15px; height: 15px; display: grid; place-items: center; border-radius: 5px; background: var(--amber-soft); color: var(--amber-deep); font-size: 8px; font-weight: 900; }
.checkout-note { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: 8px; font-weight: 750; }
.checkout-note span { color: var(--amber-deep); margin-right: 4px; }
.bundle-mockup { position: relative; min-height: 100%; background: linear-gradient(145deg, #242019 0%, #1b1916 50%, #302717 100%); overflow: hidden; }
.bundle-mockup::before { content: ""; position: absolute; width: 430px; height: 430px; right: -120px; top: -90px; border-radius: 50%; background: radial-gradient(circle, rgba(245,158,11,.28), rgba(245,158,11,0) 70%); }
.bundle-mockup::after { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 44px 44px; }
.bundle-stack { position: absolute; left: 11%; top: 11%; width: 58%; height: 63%; z-index: 2; }
.guide-card-art { position: absolute; width: 58%; aspect-ratio: .73; padding: 24px; border-radius: 18px; box-shadow: 0 26px 60px rgba(0,0,0,.28); display: flex; flex-direction: column; overflow: hidden; }
.guide-card-art::after { content: ""; position: absolute; width: 120px; height: 120px; border-radius: 50%; right: -35px; bottom: -35px; background: rgba(255,255,255,.17); }
.guide-card-art .art-kicker { font-size: 7px; letter-spacing: .1em; font-weight: 900; }
.guide-card-art b { margin-top: 18px; font-size: 28px; line-height: .9; letter-spacing: -.06em; }
.guide-card-art small { margin-top: auto; font-size: 9px; font-weight: 800; }
.guide-card-art i { position: absolute; right: 18px; top: 18px; font-style: normal; font-size: 18px; font-weight: 900; }
.starting-art { left: 0; top: 18%; z-index: 3; background: var(--amber); color: var(--ink); transform: rotate(-4deg); }
.selling-art { left: 27%; top: 8%; z-index: 2; background: #fff3d2; color: var(--ink); transform: rotate(2deg); }
.scaling-art { left: 48%; top: 0; z-index: 1; background: white; color: var(--ink); transform: rotate(7deg); }
.tool-window { position: absolute; right: 7%; bottom: 11%; z-index: 4; width: 56%; background: white; border-radius: 17px; box-shadow: 0 24px 64px rgba(0,0,0,.34); overflow: hidden; }
.tool-top { height: 34px; padding: 0 10px; display: flex; align-items: center; gap: 5px; background: #f4f2ec; }
.tool-top > span { width: 6px; height: 6px; border-radius: 50%; background: #d5d0c8; }
.tool-top small { margin-left: 6px; color: #9a948b; font-size: 6px; }
.tool-body { padding: 19px; }
.tool-body p { margin: 0; color: var(--amber-deep); font-size: 7px; letter-spacing: .08em; font-weight: 900; }
.tool-body strong { display: block; margin-top: 5px; font-size: 38px; letter-spacing: -.07em; }
.tool-bars { margin: 15px 0 10px; display: grid; gap: 5px; }
.tool-bars i { display: block; width: var(--w); height: 6px; border-radius: 999px; background: var(--amber); }
.tool-bars i:nth-child(2) { background: #33302b; }
.tool-bars i:nth-child(3) { background: #ddd7ce; }
.tool-body > span { color: var(--muted); font-size: 7px; font-weight: 800; }
.mockup-badge { position: absolute; left: 9%; bottom: 8%; z-index: 5; display: inline-flex; align-items: center; gap: 7px; padding: 10px 12px; border-radius: 11px; background: rgba(255,255,255,.92); color: var(--ink); box-shadow: 0 10px 24px rgba(0,0,0,.17); font-size: 8px; font-weight: 900; }
.mockup-badge span { color: var(--amber-deep); }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.faq-heading { position: sticky; top: 118px; }
.faq-heading h2 { margin: 14px 0 20px; font-size: clamp(46px, 4.6vw, 64px); }
.faq-list { display: grid; gap: 8px; }
.faq-list details { overflow: hidden; }
.faq-list summary { list-style: none; cursor: pointer; padding: 20px 22px; display: flex; justify-content: space-between; gap: 18px; align-items: center; font-size: 11px; font-weight: 900; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--amber-deep); font-size: 18px; transition: transform .18s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 22px 20px; color: var(--muted); font-size: 10px; line-height: 1.65; }

.closing-section { padding: 10px 0 92px; }
.closing-card { padding: 34px 38px; display: flex; justify-content: space-between; align-items: center; gap: 30px; background: var(--ink); border-color: var(--ink); color: white; }
.closing-card .kicker { color: var(--amber); }
.closing-card .kicker-dot { background: rgba(245,158,11,.14); }
.closing-card h2 { margin-top: 9px; font-size: clamp(48px, 5vw, 70px); }
.closing-card p:last-child { margin: 10px 0 0; max-width: 640px; color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.6; }
.closing-card .button { flex: 0 0 auto; }

.footer { padding: 54px 0 26px; background: #efebe3; border-top: 1px solid rgba(29,27,24,.06); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr .6fr; gap: 60px; }
.footer-brand { display: flex; align-items: flex-start; gap: 12px; }
.footer-brand b { font-size: 17px; letter-spacing: -.04em; }
.footer-brand p { margin: 7px 0 0; max-width: 360px; color: var(--muted); font-size: 9px; line-height: 1.55; }
.footer-links { display: grid; gap: 8px; align-content: start; }
.footer-links span { margin-bottom: 5px; color: var(--muted-2); text-transform: uppercase; letter-spacing: .09em; font-size: 7px; font-weight: 900; }
.footer-links a { width: fit-content; color: var(--muted); font-size: 9px; font-weight: 800; }
.footer-links a:hover { color: var(--amber-deep); }
.footer-bottom { margin-top: 42px; padding-top: 18px; display: flex; justify-content: space-between; border-top: 1px solid rgba(29,27,24,.07); color: var(--muted-2); font-size: 7px; text-transform: uppercase; letter-spacing: .07em; font-weight: 800; }

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

@media (max-width: 980px) {
  .section-pad { padding: 78px 0; }
  .nav { grid-template-columns: 1fr auto; }
  .nav-links { position: absolute; top: 76px; left: 20px; right: 20px; padding: 12px; display: none; grid-column: 1/-1; flex-direction: column; align-items: stretch; gap: 2px; background: rgba(255,255,255,.96); border: 1px solid var(--border); border-radius: 16px; box-shadow: var(--shadow-hover); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px; border-radius: 10px; }
  .nav-links a:hover { background: var(--paper); }
  .nav-cta .button { display: none; }
  .nav-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero-copy h1 { font-size: clamp(58px, 10vw, 86px); }
  .command-panel { max-width: 700px; }
  .heading-split { grid-template-columns: 1fr !important; gap: 18px !important; }
  .heading-split > p { max-width: 650px; }
  .mode-grid { grid-template-columns: 1fr; }
  .mode-card { min-height: 370px; }
  .mode-card h3 { font-size: 34px; }
  .preview-grid { grid-template-columns: 1fr; }
  .framework-console { min-height: 590px; }
  .preview-stack { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .file-grid { grid-template-columns: 1fr 1fr; }
  .bottleneck-grid { grid-template-columns: 1fr; gap: 30px; }
  .purchase-card { grid-template-columns: 1fr; }
  .bundle-mockup { min-height: 650px; order: -1; }
  .faq-grid { grid-template-columns: 1fr; gap: 32px; }
  .faq-heading { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 26px, 1180px); --radius: 18px; }
  .section-pad { padding: 62px 0; }
  .site-header { padding: 9px 0; }
  .nav { min-height: 58px; padding: 8px 9px 8px 12px; border-radius: 15px; }
  .brand { font-size: 13px; }
  .brand-mark { width: 25px; height: 25px; border-radius: 8px; }
  .by-workaura { display: none; }
  .hero { padding-top: 44px; }
  .hero-copy h1 { margin-top: 15px; font-size: clamp(50px, 15vw, 70px); line-height: .91; }
  .hero-lede { font-size: 13px; line-height: 1.7; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 6px; }
  .hero-proof span { padding: 8px 9px; }
  .command-panel { padding: 17px; }
  .command-list a { grid-template-columns: 25px 1fr; }
  .command-list em { grid-column: 2; margin-top: -6px; }
  .switcher-wrap { margin-top: 0; }
  .aura-switcher { justify-content: flex-start; }
  .aura-switcher .switcher-label { position: sticky; left: 0; z-index: 2; padding: 9px 7px; margin: -7px 3px -7px -7px; background: white; }
  h2 { font-size: clamp(44px, 13vw, 58px); }
  .mode-grid { margin-top: 30px; }
  .mode-card { min-height: 410px; padding: 22px; }
  .mode-card h3 { font-size: 34px; }
  .preview-grid { margin-top: 30px; }
  .framework-console { min-height: 650px; padding: 22px; }
  .console-head { flex-direction: column; }
  .console-head h3, .mini-framework h3 { font-size: 31px; }
  .console-tabs { width: 100%; }
  .console-tab { flex: 1; }
  .question-list > div { padding: 11px; }
  .preview-stack { grid-template-columns: 1fr; }
  .mini-framework { min-height: 290px; padding: 22px; }
  .file-grid { grid-template-columns: 1fr; margin-top: 30px; }
  .file-card { min-height: 280px; }
  .bottleneck-list a { grid-template-columns: 33px 1fr auto; padding: 14px 10px; }
  .fit-grid { grid-template-columns: 1fr; margin-top: 30px; }
  .purchase-card { min-height: 0; }
  .purchase-copy { padding: 30px 22px; }
  .purchase-copy h2 { font-size: 48px; }
  .price-row strong { font-size: 50px; }
  .bundle-mockup { min-height: 510px; }
  .bundle-stack { left: 8%; top: 10%; width: 72%; }
  .guide-card-art { padding: 17px; border-radius: 14px; }
  .guide-card-art b { font-size: 21px; }
  .tool-window { right: 5%; bottom: 13%; width: 68%; }
  .mockup-badge { left: 7%; bottom: 5%; }
  .faq-list summary { padding: 18px; font-size: 10px; }
  .faq-list details p { padding: 0 18px 18px; }
  .closing-section { padding-bottom: 62px; }
  .closing-card { padding: 28px 22px; flex-direction: column; align-items: flex-start; }
  .closing-card .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .footer-bottom { flex-direction: column; gap: 7px; }
}

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