@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Cinzel:wght@600;700&family=Montserrat:wght@600;700;800&display=swap');

:root { --ink:#17211b; --paper:#f4f0e7; --acid:#d6f05a; --coral:#ef795f; --line:#c9c4b8; }
* { box-sizing:border-box; }
body { margin:0; min-height:100vh; color:var(--ink); background:radial-gradient(circle at 12% 8%, #fff8d6 0, transparent 26%), linear-gradient(135deg,#f4f0e7 0%,#e8eee1 100%); font-family:'Space Grotesk',sans-serif; }
.topbar { max-width:1180px; margin:auto; padding:24px; display:flex; justify-content:space-between; align-items:center; }
.brand-mark { color:var(--ink); font:700 17px 'DM Mono',monospace; letter-spacing:1px; text-decoration:none; }
.brand-mark span { color:var(--coral); }
.nav-links { display:flex; gap:24px; }
.nav-links a, .text-action { color:#637466; font:500 12px 'DM Mono',monospace; text-decoration:none; text-transform:uppercase; letter-spacing:1px; }
.nav-links a:hover, .text-action:hover { color:var(--ink); }
.nav-cta { color:var(--ink) !important; border-bottom:2px solid var(--coral); padding-bottom:5px; }
.site-footer { max-width:1180px; margin:auto; padding:28px 24px 34px; display:flex; justify-content:space-between; gap:20px; color:#78827b; font:11px 'DM Mono',monospace; }
.site-footer a { color:inherit; text-decoration:none; }
.app-shell { max-width:1180px; margin:auto; padding:clamp(28px,6vw,80px) 24px; }
.home-page { min-height:calc(100vh - 100px); display:grid; grid-template-columns:minmax(280px,1fr) 360px; column-gap:clamp(30px,9vw,130px); align-content:start; padding-top:clamp(20px,7vh,85px); }
.home-copy { max-width:650px; }
.home-copy h1 { font-size:clamp(52px,8vw,104px); line-height:.9; }
.home-actions { display:flex; align-items:center; gap:28px; margin-top:34px; }
.primary-action { display:inline-flex; gap:22px; align-items:center; padding:15px 18px; color:var(--ink); background:var(--acid); border:2px solid var(--ink); box-shadow:5px 5px 0 var(--ink); font-weight:700; text-decoration:none; }
.primary-action span { font-size:20px; }
.home-signal { position:relative; min-height:440px; display:flex; align-items:center; justify-content:center; }
.signal-line { position:absolute; width:250px; height:250px; border:1px solid rgba(23,33,27,.22); border-radius:50%; box-shadow:0 0 0 32px rgba(23,33,27,.04), 0 0 0 64px rgba(23,33,27,.025); }
.signal-card { position:relative; width:210px; height:300px; padding:24px; display:flex; flex-direction:column; justify-content:space-between; color:#f4f0e7; background:linear-gradient(145deg,#324b3e,#17211b); transform:rotate(5deg); box-shadow:16px 16px 0 rgba(23,33,27,.13); }
.signal-card span, .signal-card small { font:11px 'DM Mono',monospace; color:var(--acid); }
.signal-card strong { font:700 38px/1 'Space Grotesk',sans-serif; }
.choice-strip { grid-column:1/-1; margin-top:clamp(32px,8vh,95px); padding-top:20px; border-top:1px solid var(--line); }
.choice-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.choice-card { position:relative; min-height:140px; padding:20px; display:flex; flex-direction:column; gap:9px; color:var(--ink); border:1px solid var(--line); text-decoration:none; transition:transform .2s, background .2s; }
.choice-card:hover, .active-choice { background:#fff8d6; transform:translateY(-4px); }
.choice-card strong { font-size:19px; }
.choice-card small { color:#68766c; font:12px 'DM Mono',monospace; line-height:1.4; max-width:230px; }
.choice-number { color:var(--coral); font:11px 'DM Mono',monospace; }
.choice-arrow { position:absolute; top:18px; right:18px; font-size:20px; }
.studio-page { display:none; }
.content-page { display:none; max-width:1000px; padding-top:clamp(30px,7vh,80px); }
.narrow-page { max-width:760px; }
.content-page h1 { margin-bottom:38px; }
.content-page h2 { margin:38px 0 10px; font-size:25px; }
.content-page p { color:#5f6c63; line-height:1.6; }
.pricing-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.price-card { border:1px solid var(--line); padding:28px; min-height:380px; display:flex; flex-direction:column; align-items:flex-start; }
.featured-price { background:#fff8d6; border-color:var(--ink); }
.price-card > span, .dashboard-grid .eyebrow { color:var(--coral); font:500 11px 'DM Mono',monospace; letter-spacing:1px; }
.price-card h2 { margin:18px 0 6px; font-size:34px; }
.price { color:var(--ink) !important; font-size:36px; font-weight:700; margin:0 0 14px !important; }
.price small { font:12px 'DM Mono',monospace; color:#68766c; }
.price-card ul { margin:12px 0 28px; padding-left:18px; color:#5f6c63; line-height:2; }
.price-card a { margin-top:auto; }
.secondary-action, .disabled-button { border:2px solid var(--ink); background:transparent; color:var(--ink); padding:12px 16px; font:700 14px 'Space Grotesk',sans-serif; text-decoration:none; }
.disabled-button { opacity:.5; cursor:not-allowed; }
.checkout-line, .integration-row { display:flex; justify-content:space-between; align-items:center; gap:20px; border-top:1px solid var(--line); padding:20px 0; }
.checkout-line span, .integration-row span { color:#68766c; font:12px 'DM Mono',monospace; }
.faq-list { border-top:1px solid var(--line); }
.faq-list details { border-bottom:1px solid var(--line); padding:20px 0; }
.faq-list summary { cursor:pointer; font-weight:700; }
.faq-list p { margin:14px 0 0; }
.dashboard-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-bottom:30px; }
.dashboard-grid article { border:1px solid var(--line); padding:22px; }
.dashboard-grid strong { display:block; margin-top:26px; font-size:30px; }
.dashboard-grid p { margin-bottom:0; font:12px 'DM Mono',monospace; }
.green-text { color:#53845d; }
.premium-page { max-width:1100px; }
.premium-heading { display:flex; justify-content:space-between; align-items:end; gap:28px; margin-bottom:48px; }
.premium-heading h1 { max-width:720px; }
.live-pill { white-space:nowrap; color:#53845d; font:12px 'DM Mono',monospace; }
.live-pill i { display:inline-block; width:8px; height:8px; margin-right:7px; border-radius:50%; background:#70b77b; }
.premium-layout { display:grid; grid-template-columns:minmax(0,1fr) 330px; gap:70px; }
.premium-form { max-width:680px; }
.split-fields { display:grid; grid-template-columns:1fr 1fr; gap:28px; }
.schedule-card { padding:24px; border:1px solid var(--line); margin-bottom:14px; }
.schedule-card h2 { margin:8px 0 22px; }
.schedule-row { display:flex; justify-content:space-between; gap:16px; padding:14px 0; border-top:1px solid var(--line); }
.schedule-row span { color:#68766c; font:11px 'DM Mono',monospace; }
.dark-card { color:var(--paper); background:var(--ink); border-color:var(--ink); }
.dark-card p { color:#bbc4b8; }
.server-status { display:block; margin:12px 0; font-size:24px; color:var(--acid); }
body:has(#premium:target) #premium { display:block; }
body:has(#premium:target) .home-page, body:has(#premium:target) .studio-page { display:none; }
.settings-panel, .queue-panel { max-width:760px; border-top:1px solid var(--line); padding:24px 0; margin:28px 0 0; }
.json-preview { padding:14px; color:#68766c !important; background:#e6eadf; font:12px/1.6 'DM Mono',monospace; white-space:pre-wrap; }
.check-row { display:flex; gap:10px; align-items:center; margin:16px 0; color:#5f6c63; font-size:14px; }
.check-row input { width:auto; }
.export-progress { max-width:420px; }
.progress-track { height:7px; background:var(--line); overflow:hidden; }
.progress-track span { display:block; width:0; height:100%; background:var(--coral); transition:width .15s linear; }
.export-progress p { margin:8px 0 0; color:#68766c; font:12px 'DM Mono',monospace; }
body:has(#pricing:target) #pricing, body:has(#checkout:target) #checkout, body:has(#faq:target) #faq, body:has(#dashboard:target) #dashboard, body:has(#integrations:target) #integrations, body:has(#legal:target) #legal { display:block; }
body:has(#pricing:target) .home-page, body:has(#pricing:target) .studio-page, body:has(#checkout:target) .home-page, body:has(#checkout:target) .studio-page, body:has(#faq:target) .home-page, body:has(#faq:target) .studio-page, body:has(#dashboard:target) .home-page, body:has(#dashboard:target) .studio-page, body:has(#integrations:target) .home-page, body:has(#integrations:target) .studio-page, body:has(#legal:target) .home-page, body:has(#legal:target) .studio-page { display:none; }
.studio-page:target { display:block; }
.home-page:target { display:grid; }
body:has(#studio:target) .home-page { display:none; }
body:has(#home:target) .home-page { display:grid; }
.intro { max-width:720px; margin-bottom:40px; }
.eyebrow { font:500 12px 'DM Mono',monospace; letter-spacing:2px; margin:0 0 18px; color:#637466; }
h1 { max-width:700px; margin:0; font-size:clamp(42px,7vw,86px); line-height:.94; letter-spacing:0; }
.lede { max-width:520px; font-size:18px; line-height:1.5; margin:24px 0 0; color:#526059; }
.workspace { display:grid; grid-template-columns:minmax(280px,430px) 1fr; gap:clamp(28px,7vw,92px); align-items:start; }
.preview-column { display:flex; flex-direction:column; align-items:center; }
.phone-frame { position:relative; width:min(100%,360px); aspect-ratio:9/16; overflow:hidden; background:#202b25; border:10px solid var(--ink); border-radius:28px; box-shadow:18px 18px 0 rgba(23,33,27,.12); }
video { width:100%; height:100%; object-fit:cover; display:block; }
.preview-shade { position:absolute; inset:0; background:linear-gradient(180deg,transparent 34%,rgba(0,0,0,.66) 100%); pointer-events:none; }
#preview-quote { position:absolute; left:50%; top:64%; width:74%; margin:0; transform:translate(-50%,-50%); color:#fff; font-size:clamp(21px,3vw,32px); line-height:1.06; font-weight:700; text-align:center; text-wrap:balance; cursor:grab; user-select:none; }
#preview-quote:active { cursor:grabbing; }
#preview-brand { position:absolute; left:0; right:0; bottom:8%; color:var(--acid); font:500 11px 'DM Mono',monospace; text-align:center; text-transform:uppercase; letter-spacing:1px; }
.status { width:100%; max-width:360px; min-height:24px; margin:24px 0 0; color:#68766c; font:13px 'DM Mono',monospace; }
.controls { display:flex; flex-direction:column; gap:22px; padding-top:8px; }
.field { display:flex; flex-direction:column; gap:8px; font-size:14px; font-weight:600; }
.field span { color:#647067; font:500 12px 'DM Mono',monospace; text-transform:uppercase; letter-spacing:1px; }
input, textarea, select { width:100%; border:0; border-bottom:2px solid var(--line); border-radius:0; background:transparent; color:var(--ink); font:inherit; padding:12px 0; outline:0; }
textarea { resize:vertical; line-height:1.4; }
input:focus, textarea:focus, select:focus { border-color:var(--ink); }
button { align-self:flex-start; border:2px solid var(--ink); padding:15px 20px; background:var(--acid); color:var(--ink); font:700 15px 'Space Grotesk',sans-serif; cursor:pointer; box-shadow:5px 5px 0 var(--ink); }
button:active { transform:translate(3px,3px); box-shadow:2px 2px 0 var(--ink); }
button:disabled { opacity:.55; cursor:wait; }
.download { align-self:flex-start; color:var(--ink); font-weight:700; border-bottom:2px solid var(--coral); padding-bottom:4px; }
.hidden { display:none; }
.fine-print { margin:0; color:#78827b; font:12px 'DM Mono',monospace; line-height:1.5; }
@media (max-width:760px) { .home-page { grid-template-columns:1fr; min-height:auto; padding-top:28px; } .home-signal { min-height:360px; } .choice-grid { grid-template-columns:1fr; } .workspace { grid-template-columns:1fr; } .preview-column { order:2; } .controls { order:1; } h1 { font-size:clamp(44px,14vw,72px); } .phone-frame { width:min(78vw,360px); } }
@media (max-width:760px) { .nav-links { gap:12px; } .nav-links a:nth-child(4) { display:none; } .pricing-grid, .dashboard-grid { grid-template-columns:1fr; } .price-card { min-height:320px; } .content-page { padding-top:25px; } .integration-row { align-items:flex-start; flex-wrap:wrap; } }
@media (max-width:760px) { .site-footer { flex-direction:column; } }
@media (max-width:760px) { .premium-heading { align-items:flex-start; flex-direction:column; margin-bottom:30px; } .premium-layout, .split-fields { grid-template-columns:1fr; gap:28px; } .schedule-row { flex-direction:column; gap:4px; } }
