:root {
  color-scheme: dark;
  font-family: Inter, system-ui, sans-serif;
  font-synthesis: none;
  --bg: #0a0a0f;
  --bg-deep: #050509;
  --surface: #141419;
  --surface-2: #191820;
  --surface-3: #22212b;
  --text: #f0f0f5;
  --muted: #a5a1af;
  --faint: #716d7b;
  --violet: #a78bfa;
  --violet-bright: #c4b5fd;
  --line: rgba(255,255,255,.1);
  --radius: 18px;
  --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg-deep); }
body { margin: 0; min-width: 320px; min-height: 100vh; background: var(--bg); color: var(--text); overflow-x: hidden; }
body, button, input, select, textarea { font-family: Inter, system-ui, sans-serif; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img, canvas { display: block; max-width: 100%; }
::selection { background: var(--violet); color: #0a0a0f; }
:focus-visible { outline: 3px solid var(--violet); outline-offset: 3px; }

.site-shell { position: relative; min-height: 100vh; overflow: clip; background:
  radial-gradient(circle at 90% 5%, rgba(100, 58, 181, .12), transparent 26rem),
  linear-gradient(180deg, #0a0a0f 0%, #09090d 70%, #07070b 100%); }
.site-shell.subpage { min-height: 100vh; }
.section-shell { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.ambient { position: absolute; width: 520px; height: 520px; border-radius: 50%; filter: blur(120px); pointer-events: none; opacity: .12; }
.ambient-one { background: #7c3aed; top: 400px; right: -300px; }
.ambient-two { background: #a78bfa; top: 2100px; left: -400px; }

.site-nav { position: relative; z-index: 50; width: min(calc(100% - 40px), var(--container)); height: 88px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.site-nav.compact { height: 76px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: "Space Grotesk", sans-serif; font-weight: 700; letter-spacing: -.04em; font-size: 20px; }
.brand-orbit { position: relative; display: grid; place-items: center; width: 31px; height: 31px; border: 1.5px solid var(--violet-bright); border-radius: 50%; transform: rotate(-15deg); }
.brand-orbit::after { content: ""; position: absolute; width: 38px; height: 12px; border: 1.5px solid var(--violet); border-radius: 50%; }
.brand-orbit span { width: 14px; height: 14px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #fff, var(--violet) 40%, #4c1d95); box-shadow: 0 0 16px rgba(167,139,250,.8); }
.site-nav nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; color: #c4c1ca; }
.site-nav nav a { transition: color .2s ease; }
.site-nav nav a:hover { color: #fff; }
.nav-cta { display: inline-flex; align-items: center; gap: 14px; padding: 12px 18px; border-radius: 14px; background: var(--surface-3); color: #fff !important; border: 1px solid rgba(255,255,255,.08); }
.nav-cta span { color: var(--violet); }
.nav-toggle { display: none; border: 0; background: transparent; color: #fff; font-weight: 700; }

.hero { position: relative; min-height: 760px; padding: 92px 0 100px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 58px; }
.hero-copy { position: relative; z-index: 3; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--violet-bright); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 800; }
.hero h1, .section-heading h2, .final-cta h2, .success-copy h1, .support-intro h1, .legal-copy h1, .admin-shell > h1 { margin: 21px 0 24px; font-family: "Space Grotesk", sans-serif; font-size: clamp(56px, 6vw, 86px); line-height: .95; letter-spacing: -.07em; }
h1 em, h2 em { color: var(--violet-bright); font-style: normal; }
.hero-lead { max-width: 610px; margin: 0; color: #b9b5c2; font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 35px 0 37px; }
.button { min-height: 53px; border: 1px solid transparent; border-radius: 16px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 25px; font-weight: 800; font-size: 14px; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:disabled { opacity: .58; cursor: progress; transform: none; }
.button.primary { color: #fff; background: linear-gradient(180deg, #2a243b, #17131f); border-color: rgba(196,181,253,.3); box-shadow: 0 12px 40px rgba(124,58,237,.24), inset 0 1px rgba(255,255,255,.12); }
.button.primary:hover { box-shadow: 0 16px 50px rgba(124,58,237,.38), inset 0 1px rgba(255,255,255,.15); border-color: rgba(196,181,253,.55); }
.button.secondary { color: #fff; background: #17171d; border-color: var(--line); }
.button.secondary:hover { background: #1d1d24; border-color: rgba(255,255,255,.2); }
.trust-row { display: flex; flex-wrap: wrap; gap: 24px; color: #888493; font-size: 12px; }
.trust-row span { position: relative; padding-left: 14px; }
.trust-row span::before { content: ""; position: absolute; left: 0; top: 5px; width: 5px; height: 5px; border-radius: 50%; background: var(--violet); box-shadow: 0 0 9px var(--violet); }
.trust-row b { color: #d4d1d9; }
.hero-visual { position: relative; z-index: 2; }
.planet-preview { position: relative; width: 100%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.11); overflow: hidden; background: #08070d; box-shadow: 0 30px 100px rgba(0,0,0,.45); }
.planet-preview::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(135deg, rgba(255,255,255,.08), transparent 18%, transparent 75%, rgba(167,139,250,.08)); }
.planet-preview canvas { width: 100% !important; height: 100% !important; }
.planet-preview-label { position: absolute; left: 25px; right: 25px; bottom: 22px; z-index: 2; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 4px 20px; }
.planet-preview-label > span { grid-column: 1 / -1; color: var(--violet-bright); font-size: 10px; letter-spacing: .16em; font-weight: 800; }
.planet-preview-label strong { font-family: "Space Grotesk"; font-size: clamp(24px, 3vw, 42px); letter-spacing: -.05em; }
.planet-preview-label small { color: #aaa5b4; padding-bottom: 6px; }
.floating-card { position: absolute; z-index: 4; min-width: 180px; padding: 15px 17px; background: rgba(19,18,25,.88); backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 20px 45px rgba(0,0,0,.35); }
.floating-card span { display: block; color: #7f7a89; font-size: 9px; letter-spacing: .15em; font-weight: 800; margin-bottom: 7px; }
.floating-card strong { font-size: 13px; }
.floating-card-one { right: -28px; top: 16%; }
.floating-card-two { left: -38px; bottom: 19%; }

.ticker { width: 100%; overflow: hidden; border-block: 1px solid var(--line); background: #0d0c12; }
.ticker > div { width: max-content; padding: 17px 0; display: flex; gap: 55px; animation: ticker 30s linear infinite; color: #a7a2af; font-size: 11px; letter-spacing: .15em; font-weight: 800; }
.ticker span { white-space: nowrap; }
@keyframes ticker { to { transform: translateX(-50%); } }

.create-section, .inside-section, .how-section, .pricing-section, .faq-section { padding: 135px 0; }
.section-heading { max-width: 690px; margin-bottom: 58px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading h2 { font-size: clamp(44px, 5vw, 68px); margin-bottom: 22px; }
.section-heading p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.builder-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 28px; align-items: start; }
.builder-panel { border-top: 1px solid var(--line); }
.form-section { padding: 35px 0 40px; border-bottom: 1px solid var(--line); }
.form-section header { display: flex; align-items: center; gap: 13px; margin-bottom: 28px; }
.form-section header > span { width: 34px; height: 27px; display: grid; place-items: center; border: 1px solid rgba(167,139,250,.35); color: var(--violet-bright); font-size: 10px; font-weight: 800; }
.form-section h3 { margin: 0; font-family: "Space Grotesk"; font-size: 24px; letter-spacing: -.04em; }
.field-grid { display: grid; gap: 17px; }
.field-grid.two { grid-template-columns: 1fr 1fr; }
.field-grid + .field-grid, .field-grid + .field, .field + .field, .field + .field-grid { margin-top: 18px; }
.field { display: block; }
.field-label { min-height: 24px; margin-bottom: 9px; display: flex; align-items: center; justify-content: space-between; color: #cbc8d1; font-size: 12px; }
.field-label b { font-weight: 700; }
.field-label small { color: var(--faint); }
.field input:not([type="range"]), .field select, .field textarea, .admin-login input { width: 100%; border: 1px solid rgba(255,255,255,.11); border-radius: 11px; background: #111117; color: #fff; padding: 14px 15px; outline: none; transition: border-color .2s, box-shadow .2s; }
.field input:not([type="range"]), .field select { height: 52px; }
.field textarea { resize: vertical; min-height: 112px; line-height: 1.55; }
.field input:focus, .field select:focus, .field textarea:focus, .admin-login input:focus { border-color: rgba(167,139,250,.7); box-shadow: 0 0 0 3px rgba(167,139,250,.09); }
.field input::placeholder, .field textarea::placeholder { color: #625e6c; }
.inline-input { display: grid; grid-template-columns: 1fr auto; gap: 9px; }
.inline-input button { min-width: 86px; border: 1px solid rgba(255,255,255,.1); border-radius: 11px; background: #1a1920; color: #d7d3df; font-weight: 700; cursor: pointer; }
.inline-input button:hover { border-color: rgba(167,139,250,.5); color: #fff; }
.swatch-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.swatch { padding: 6px; border: 1px solid transparent; border-radius: 10px; background: transparent; color: #aaa5b3; cursor: pointer; }
.swatch > span { display: block; aspect-ratio: 1.35; border-radius: 7px; border: 1px solid rgba(255,255,255,.18); }
.swatch small { display: block; margin-top: 6px; font-size: 9px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.swatch.selected { border-color: var(--violet); background: rgba(167,139,250,.07); color: #fff; }
.field input[type="range"] { width: 100%; accent-color: var(--violet); }
.compact-fields { align-items: end; }
.toggle { height: 52px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.11); border-radius: 11px; padding: 0 14px; background: #111117; cursor: pointer; }
.toggle input { position: absolute; opacity: 0; }
.toggle > span { position: relative; width: 42px; height: 23px; border-radius: 30px; background: #302e38; transition: .2s; }
.toggle > span::after { content: ""; position: absolute; width: 17px; height: 17px; top: 3px; left: 3px; border-radius: 50%; background: #b8b3c1; transition: .2s; }
.toggle input:checked + span { background: var(--violet); }
.toggle input:checked + span::after { transform: translateX(19px); background: #fff; }
.toggle b { font-size: 12px; }
.builder-preview-column { min-width: 0; }
.sticky-preview { position: sticky; top: 24px; padding: 16px; background: #101016; border: 1px solid var(--line); box-shadow: 0 40px 80px rgba(0,0,0,.25); }
.sticky-preview .planet-preview { box-shadow: none; }
.world-summary { margin-top: 15px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.world-summary > div { padding: 14px 12px; border-right: 1px solid var(--line); }
.world-summary > div:last-child { border: 0; }
.world-summary span { display: block; margin-bottom: 6px; color: #767180; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.world-summary strong { font-size: 11px; }
.sticky-preview > p { margin: 17px 3px 3px; color: #9f9aa9; font-size: 13px; line-height: 1.65; }

.inside-section { border-top: 1px solid var(--line); }
.artifact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.artifact-card { position: relative; min-height: 330px; padding: 30px; background: #121217; border: 1px solid rgba(255,255,255,.08); overflow: hidden; transition: transform .25s ease, border-color .25s ease; }
.artifact-card:hover { transform: translateY(-4px); border-color: rgba(167,139,250,.3); }
.artifact-card.wide { grid-column: span 2; }
.artifact-card.violet { background: radial-gradient(circle at 80% 20%, rgba(167,139,250,.22), transparent 42%), #14121c; }
.artifact-number { color: #6d6876; font-size: 10px; letter-spacing: .15em; font-weight: 800; }
.artifact-icon { width: 77px; height: 77px; margin: 66px 0 33px; display: grid; place-items: center; border: 1px solid rgba(167,139,250,.35); color: var(--violet-bright); font-family: "Space Grotesk"; font-size: 31px; transform: rotate(-5deg); box-shadow: inset 0 0 20px rgba(167,139,250,.07); }
.artifact-card h3 { margin: 0 0 12px; font-family: "Space Grotesk"; font-size: 25px; letter-spacing: -.04em; }
.artifact-card p { max-width: 480px; margin: 0; color: #9792a0; line-height: 1.65; font-size: 14px; }

.how-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.steps-grid { border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 66px 150px 1fr; align-items: baseline; gap: 20px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.step > span { color: var(--violet); font-size: 11px; font-weight: 800; }
.step h3 { margin: 0; font-family: "Space Grotesk"; font-size: 25px; }
.step p { margin: 0; color: #96919f; font-size: 14px; line-height: 1.65; }

.pricing-section { border-top: 1px solid var(--line); }
.pricing-grid { display: grid; grid-template-columns: minmax(0, 620px); justify-content: center; gap: 14px; }
.price-card { position: relative; min-height: 0; padding: 30px; display: flex; flex-direction: column; background: #111116; border: 1px solid rgba(255,255,255,.09); transition: transform .2s, border-color .2s, background .2s; }
.price-card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.18); }
.price-card.featured { background: radial-gradient(circle at 50% 0%, rgba(167,139,250,.14), transparent 45%), #14121b; }
.price-card.selected { border-color: rgba(167,139,250,.72); box-shadow: 0 20px 60px rgba(69,35,130,.16); }
.price-badge { position: absolute; top: 0; right: 0; padding: 8px 12px; background: var(--violet); color: #100b18; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 900; }
.price-card-top > span { color: #aaa5b3; font-size: 13px; font-weight: 700; }
.price-card-top strong { display: block; margin: 25px 0 18px; font-family: "Space Grotesk"; font-size: 48px; letter-spacing: -.06em; }
.price-card-top p { min-height: 49px; margin: 0; color: #8f8a98; font-size: 14px; line-height: 1.7; }
.price-card ul { list-style: none; margin: 35px 0; padding: 27px 0 0; border-top: 1px solid var(--line); }
.price-card li { display: flex; gap: 12px; margin-bottom: 17px; color: #bbb7c3; font-size: 13px; line-height: 1.45; }
.price-card li span { color: var(--violet); }
.price-button { width: 100%; margin-top: auto; color: #fff; background: #1a1920; border-color: var(--line); }
.price-card.selected .price-button { background: var(--violet); color: #100b18; }
.checkout-panel { margin-top: 28px; padding: 31px 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 45px; align-items: center; background: linear-gradient(135deg, #17141f, #0f0e14); border: 1px solid rgba(167,139,250,.3); box-shadow: 0 25px 80px rgba(0,0,0,.28); }
.checkout-label { color: var(--violet); letter-spacing: .15em; font-size: 9px; font-weight: 900; }
.checkout-panel h3 { margin: 8px 0 7px; font-family: "Space Grotesk"; font-size: 36px; letter-spacing: -.05em; }
.checkout-panel p { margin: 0; color: #96909f; font-size: 13px; }
.checkout-action { display: grid; justify-items: stretch; gap: 12px; }
.checkout-action > strong { text-align: right; font-family: "Space Grotesk"; font-size: 30px; }
.checkout-action > small { text-align: center; color: #706b79; font-size: 10px; }
.terms-check { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; color: #aaa5b2; font-size: 11px; line-height: 1.5; }
.terms-check input { margin-top: 2px; accent-color: var(--violet); }
.terms-check a { color: var(--violet-bright); text-decoration: underline; }
.checkout-button { width: 100%; }
.form-error, .form-success { margin: 7px 0 0 !important; padding: 11px 13px; border: 1px solid rgba(248,113,113,.35); background: rgba(127,29,29,.15); color: #fecaca !important; font-size: 12px !important; line-height: 1.5; }
.form-success { border-color: rgba(74,222,128,.32); background: rgba(20,83,45,.18); color: #bbf7d0 !important; }

.faq-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
.faq { border-bottom: 1px solid var(--line); }
.faq button { width: 100%; min-height: 86px; padding: 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; border: 0; background: transparent; color: #fff; text-align: left; cursor: pointer; }
.faq button span { font-family: "Space Grotesk"; font-size: 19px; font-weight: 600; }
.faq button b { color: var(--violet); font-size: 26px; font-weight: 400; }
.faq > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq > div > p { overflow: hidden; margin: 0; color: #9a95a2; line-height: 1.75; font-size: 14px; }
.faq.open > div { grid-template-rows: 1fr; }
.faq.open > div > p { padding-bottom: 28px; }

.final-cta { position: relative; margin-bottom: 120px; min-height: 520px; padding: 90px 50px; display: grid; place-items: center; align-content: center; text-align: center; background: radial-gradient(circle at 50% 10%, rgba(167,139,250,.24), transparent 42%), #121017; border: 1px solid rgba(255,255,255,.1); overflow: hidden; }
.final-cta h2 { margin: 20px 0 35px; font-size: clamp(45px, 6vw, 76px); }
.cta-orbit { position: absolute; width: 630px; height: 190px; border: 1px solid rgba(167,139,250,.15); border-radius: 50%; transform: rotate(-10deg); }

.site-footer { position: relative; padding: 55px 0 32px; display: grid; grid-template-columns: 1.4fr .7fr .7fr 1.2fr; gap: 50px; border-top: 1px solid var(--line); color: #8f8a97; }
.site-footer > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; font-size: 12px; }
.site-footer b { color: #d0ccd5; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.site-footer a:hover { color: #fff; }
.footer-brand p { margin: 14px 0 0; font-size: 13px; }
.footer-legal p { margin: 0; line-height: 1.65; }
.site-footer > small { grid-column: 1 / -1; padding-top: 25px; border-top: 1px solid var(--line); color: #5f5b66; font-size: 10px; }

/* Subpages */
.success-shell, .support-shell, .legal-shell, .admin-shell { min-height: 680px; padding: 100px 0 140px; }
.success-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 65px; align-items: center; }
.success-copy h1 { font-size: clamp(54px, 6vw, 78px); }
.success-copy > p { color: #aaa5b3; line-height: 1.75; font-size: 16px; }
.order-meta { margin: 30px 0; display: grid; grid-template-columns: 1fr; border-block: 1px solid var(--line); }
.order-meta span { padding: 12px 0; display: grid; grid-template-columns: 90px 1fr; border-bottom: 1px solid var(--line); color: #bdb8c4; font-size: 12px; }
.order-meta span:last-child { border: 0; }
.order-meta b { color: #716c79; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.download-button { width: 100%; }
.progress-track { height: 7px; margin-top: 12px; background: #24212b; overflow: hidden; }
.progress-track span { display: block; height: 100%; background: linear-gradient(90deg, #7c3aed, #c4b5fd); transition: width .25s ease; }
.success-note { color: #c4b5fd !important; font-size: 12px !important; }
.success-help { margin-top: 20px; font-size: 11px !important; color: #716c79 !important; }
.status-card { width: min(100%, 640px); margin: 80px auto; padding: 55px; text-align: center; background: #121117; border: 1px solid var(--line); }
.status-card h1 { margin: 20px 0 13px; font-family: "Space Grotesk"; font-size: 38px; }
.status-card p { color: #9e99a6; line-height: 1.7; }
.spinner { display: block; width: 42px; height: 42px; margin: 0 auto; border: 3px solid rgba(255,255,255,.12); border-top-color: var(--violet); border-radius: 50%; animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.legal-shell { max-width: 860px; }
.legal-copy h1, .admin-shell > h1 { font-size: clamp(50px, 6vw, 72px); }
.legal-copy .updated { color: var(--violet); font-size: 12px; font-weight: 700; }
.legal-copy h2 { margin: 45px 0 12px; font-family: "Space Grotesk"; font-size: 25px; letter-spacing: -.04em; }
.legal-copy p { color: #a6a1ae; font-size: 15px; line-height: 1.8; }
.legal-copy a { color: var(--violet-bright); text-decoration: underline; }
.support-shell { display: grid; grid-template-columns: .83fr 1.17fr; gap: 80px; align-items: start; }
.support-intro h1 { font-size: clamp(50px, 6vw, 74px); }
.support-intro p { color: #a6a1ae; line-height: 1.75; }
.support-form { padding: 32px; background: #121117; border: 1px solid var(--line); }
.support-form .field + .field { margin-top: 19px; }
.support-form .button { width: 100%; margin-top: 25px; }
.admin-login { max-width: 670px; display: grid; grid-template-columns: 1fr auto; gap: 10px; margin: 30px 0 60px; }
.admin-shell h2 { margin: 50px 0 17px; font-family: "Space Grotesk"; font-size: 27px; }
.admin-table-wrap { overflow-x: auto; border: 1px solid var(--line); }
table { width: 100%; min-width: 850px; border-collapse: collapse; background: #111116; }
th, td { padding: 13px 15px; border-bottom: 1px solid var(--line); text-align: left; font-size: 11px; }
th { color: #77727e; text-transform: uppercase; letter-spacing: .1em; }
td { color: #beb9c5; }
code { color: var(--violet-bright); }
.status-pill { padding: 5px 8px; border-radius: 999px; background: #24212b; text-transform: uppercase; font-size: 8px; font-weight: 900; }
.status-pill.paid { color: #bbf7d0; background: rgba(22,101,52,.3); }
.status-pill.pending { color: #fde68a; background: rgba(133,77,14,.3); }
.ticket-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.ticket-grid article { padding: 20px; background: #111116; border: 1px solid var(--line); }
.ticket-grid span { color: var(--violet); text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 800; }
.ticket-grid h3 { font-size: 14px; }
.ticket-grid p { color: #aaa5b2; font-size: 12px; line-height: 1.65; white-space: pre-wrap; }
.ticket-grid small { color: #686370; font-size: 9px; }

.reveal { animation: rise .7s ease both; }
.reveal.delayed { animation-delay: .12s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

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

@media (max-width: 1050px) {
  .hero { min-height: auto; grid-template-columns: 1fr 1fr; gap: 30px; padding-top: 70px; }
  .hero h1 { font-size: 58px; }
  .floating-card-one { right: -10px; }
  .floating-card-two { left: -10px; }
  .builder-grid { grid-template-columns: 1fr; }
  .builder-preview-column { grid-row: 1; }
  .sticky-preview { position: relative; top: 0; max-width: 760px; margin-inline: auto; }
  .how-section, .faq-section { grid-template-columns: 1fr; gap: 20px; }
  .how-section .section-heading, .faq-section .section-heading { margin-bottom: 35px; }
  .site-footer { grid-template-columns: 1.2fr .7fr .7fr; }
  .footer-legal { grid-column: 1 / -1; }
  .success-grid { gap: 35px; }
}

@media (max-width: 800px) {
  .section-shell, .site-nav { width: min(calc(100% - 28px), var(--container)); }
  .site-nav { height: 72px; }
  .nav-toggle { display: block; }
  .site-nav nav { position: absolute; top: 72px; left: 0; right: 0; padding: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: rgba(10,10,15,.97); border: 1px solid var(--line); box-shadow: 0 30px 50px rgba(0,0,0,.35); }
  .site-nav nav.open { display: flex; }
  .site-nav nav a { padding: 14px 10px; }
  .nav-cta { margin-top: 8px; justify-content: space-between; }
  .hero { grid-template-columns: 1fr; padding: 62px 0 80px; }
  .hero h1 { font-size: clamp(52px, 16vw, 72px); }
  .hero-lead { font-size: 16px; }
  .hero-visual { width: min(100%, 670px); margin-inline: auto; }
  .floating-card { display: none; }
  .create-section, .inside-section, .how-section, .pricing-section, .faq-section { padding: 95px 0; }
  .artifact-grid { grid-template-columns: 1fr 1fr; }
  .artifact-card.wide { grid-column: span 1; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 0; }
  .checkout-panel { grid-template-columns: 1fr; gap: 25px; }
  .checkout-action > strong { text-align: left; }
  .support-shell, .success-grid { grid-template-columns: 1fr; }
  .support-intro { max-width: 630px; }
  .success-grid .planet-preview { grid-row: 1; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-legal { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .section-shell, .site-nav { width: min(calc(100% - 22px), var(--container)); }
  .hero { padding-top: 48px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .trust-row { display: grid; gap: 10px; }
  .planet-preview-label { left: 16px; right: 16px; bottom: 14px; }
  .planet-preview-label small { display: none; }
  .section-heading h2 { font-size: 43px; }
  .field-grid.two { grid-template-columns: 1fr; }
  .swatch-grid { grid-template-columns: repeat(3, 1fr); }
  .compact-fields { gap: 18px; }
  .world-summary { grid-template-columns: 1fr 1fr; }
  .world-summary > div { border-bottom: 1px solid var(--line); }
  .world-summary > div:nth-child(2) { border-right: 0; }
  .world-summary > div:nth-child(3), .world-summary > div:nth-child(4) { border-bottom: 0; }
  .artifact-grid { grid-template-columns: 1fr; }
  .artifact-card { min-height: 285px; }
  .artifact-icon { margin-top: 45px; }
  .step { grid-template-columns: 42px 1fr; gap: 10px; }
  .step p { grid-column: 2; }
  .checkout-panel { padding: 24px 19px; }
  .final-cta { padding: 70px 20px; min-height: 460px; }
  .site-footer { grid-template-columns: 1fr; gap: 30px; }
  .footer-brand, .footer-legal { grid-column: auto; }
  .success-shell, .support-shell, .legal-shell, .admin-shell { padding: 70px 0 100px; }
  .support-form { padding: 20px; }
  .status-card { padding: 35px 20px; }
  .admin-login { grid-template-columns: 1fr; }
  .ticket-grid { grid-template-columns: 1fr; }
}

.builder-buybar {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 22px;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  box-shadow: 0 18px 60px rgba(0,0,0,.18);
}
.builder-buybar h3 { margin: 8px 0 10px; font-size: clamp(26px, 3vw, 34px); }
.builder-buybar p { margin: 0; color: var(--muted); }
.builder-buy-actions { display: grid; gap: 14px; align-content: center; }
.secure-email-grid { align-items: center; }
.email-delivery-card {
  margin-top: 18px;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  display: grid;
  gap: 12px;
}
.email-delivery-card strong { font-size: 20px; }
@media (max-width: 900px) {
  .builder-buybar { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .builder-buybar { padding: 18px; border-radius: 24px; }
  .email-delivery-card { padding: 18px; }
}
