:root {
  --bg: #050505;
  --bg-soft: #0c0c0c;
  --panel: rgba(10, 10, 10, 0.9);
  --panel-strong: rgba(14, 14, 14, 0.96);
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.14);
  --text: #f3f5f7;
  --muted: #a7afb8;
  --accent: #7cff4d;
  --accent-2: #3df2ff;
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 14px;
  --shadow: 0 0 0 1px rgba(124, 255, 77, 0.08), 0 18px 60px rgba(0, 0, 0, 0.45), 0 0 40px rgba(124, 255, 77, 0.08);
  --max: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text); background: radial-gradient(circle at top left, rgba(124, 255, 77, 0.09), transparent 28%), radial-gradient(circle at top right, rgba(61, 242, 255, 0.06), transparent 22%), linear-gradient(180deg, #070707 0%, #040404 100%); line-height: 1.5; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: 0.16; background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px); background-size: 42px 42px; mask-image: radial-gradient(circle at center, black, transparent 85%); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px); background: rgba(5, 5, 5, 0.72); border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: 0.01em; }
.brand-badge { width: 12px; height: 12px; border-radius: 999px; background: linear-gradient(135deg, var(--accent), var(--accent-2)); box-shadow: 0 0 20px rgba(124, 255, 77, 0.45); }
.nav-links, .nav-actions, .nav-cta { display: inline-flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.nav-links { gap: 22px; color: var(--muted); font-size: 0.96rem; }
.nav-links a:hover { color: var(--text); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 999px; border: 1px solid transparent; font-weight: 600; cursor: pointer; transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #081003; background: linear-gradient(135deg, var(--accent) 0%, #9eff7a 100%); box-shadow: 0 0 0 1px rgba(124, 255, 77, 0.12), 0 12px 30px rgba(124, 255, 77, 0.18); }
.btn-primary:hover { box-shadow: 0 0 0 1px rgba(124, 255, 77, 0.18), 0 18px 38px rgba(124, 255, 77, 0.24); }
.btn-secondary { color: var(--text); background: rgba(255, 255, 255, 0.03); border-color: rgba(255, 255, 255, 0.1); }
.btn-secondary:hover { border-color: rgba(255, 255, 255, 0.18); background: rgba(255, 255, 255, 0.05); }
.hero, .section { padding: 34px 0; }
.hero-card, .hero-copy, .hero-panel, .capture, .prompt-card, .booking-shell, .card, .feature-card, .pricing-card, .faq-item, .founder-card, .final-card, .footer-card, .callout, .form-shell, .embed-card { position: relative; overflow: hidden; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.hero-card, .prompt-card, .booking-shell, .pricing-card, .footer-card, .final-card, .founder-card, .capture { background: linear-gradient(180deg, rgba(14, 14, 14, 0.95), rgba(9, 9, 9, 0.94)); }
.hero-card::after, .prompt-card::after, .booking-shell::after, .pricing-card::after, .footer-card::after, .final-card::after, .capture::after, .hero-copy::after { content: ""; position: absolute; inset: auto -20% -40% auto; width: 320px; height: 320px; background: radial-gradient(circle, rgba(124, 255, 77, 0.12), transparent 65%); pointer-events: none; filter: blur(6px); }
.hero-card, .capture-grid, .booking-shell, .hero-wrap, .founder-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 28px; }
.hero-card, .hero-copy, .capture, .prompt-card, .booking-shell, .founder-card, .final-card, .footer-card, .card, .feature-card, .pricing-card, .faq-item, .callout, .form-shell, .embed-card { padding: 24px; }
.hero-card.lg, .hero-copy.lg, .capture.lg, .prompt-card.lg, .booking-shell.lg, .founder-card.lg, .final-card.lg, .footer-card.lg, .pricing-card.lg { padding: 34px; }
.eyebrow, .micro-label, .mini-label, .pill, .tag { display: inline-flex; align-self: flex-start; padding: 8px 12px; border-radius: 999px; font-size: 0.78rem; font-weight: 600; border: 1px solid rgba(255, 255, 255, 0.08); background: rgba(255, 255, 255, 0.05); color: #dce3e8; margin-bottom: 16px; }
.eyebrow { border-color: rgba(124, 255, 77, 0.18); background: rgba(124, 255, 77, 0.06); color: #cbffb8; font-size: 0.84rem; }
.pill.popular, .tag.popular { background: rgba(124, 255, 77, 0.1); border-color: rgba(124, 255, 77, 0.2); color: #d9ffc9; }
h1, h2, h3, h4 { margin: 0; line-height: 1.05; letter-spacing: -0.03em; }
h1 { font-size: clamp(2.5rem, 5vw, 4.7rem); max-width: 10ch; margin-bottom: 16px; }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: 1.3rem; }
p, li, .section-head p, .lead, .subtext, .price-sub, .form-note, .compliance { color: var(--muted); }
.lead { margin: 0 0 24px; font-size: 1.06rem; max-width: 58ch; }
.subtext { font-size: 0.95rem; max-width: 60ch; }
.section-head { max-width: 760px; margin-bottom: 20px; }
.section-head h2 { margin-bottom: 10px; }
.hero-actions, .toolbar-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-actions { margin-bottom: 16px; }
.mini-panel, .form-shell, .embed-card, .stat-box, .bullet-item, .mini-card { border-radius: var(--radius-lg); background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.08); }
.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; color: #dde3e8; }
.check { width: 18px; height: 18px; border-radius: 999px; flex: 0 0 18px; margin-top: 2px; background: linear-gradient(135deg, var(--accent), var(--accent-2)); box-shadow: 0 0 16px rgba(124, 255, 77, 0.28); }
.grid-2, .grid-3, .features, .pricing-grid, .bullet-grid, .founder-stats { display: grid; gap: 18px; }
.grid-2, .bullet-grid, .founder-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3, .features, .pricing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card, .feature-card, .pricing-card, .faq-item, .callout { min-height: 100%; }
.card ul, .callout ul { margin: 0; padding-left: 18px; display: grid; gap: 10px; }
.price { font-size: 3rem; letter-spacing: -0.04em; margin: 10px 0; }
.inline-link { color: #d8ffc7; text-decoration: underline; text-underline-offset: 3px; }
form { display: grid; gap: 14px; }
label { display: grid; gap: 8px; font-size: 0.92rem; color: #dce2e7; }
input, textarea { width: 100%; border-radius: 14px; border: 1px solid rgba(255, 255, 255, 0.12); background: rgba(255, 255, 255, 0.03); color: var(--text); outline: none; transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease; }
input { min-height: 52px; padding: 0 16px; }
textarea { padding: 20px; resize: vertical; }
input:focus, textarea:focus { border-color: rgba(124, 255, 77, 0.45); box-shadow: 0 0 0 4px rgba(124, 255, 77, 0.08); background: rgba(255, 255, 255, 0.05); }
.prompt-box, .code-block { border-radius: 20px; border: 1px solid rgba(255, 255, 255, 0.08); background: rgba(255, 255, 255, 0.03); }
.prompt-box { min-height: 640px; font: 500 0.95rem/1.6 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; white-space: pre-wrap; }
.calendar-placeholder { min-height: 640px; border-radius: 20px; border: 1px dashed rgba(124, 255, 77, 0.24); background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.02)), radial-gradient(circle at top right, rgba(124, 255, 77, 0.06), transparent 28%); display: grid; place-items: center; padding: 28px; text-align: center; }
.footer-card, .final-card { text-align: center; }
.site-footer { padding: 28px 0 44px; color: var(--muted); }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.07); font-size: 0.92rem; }
.status { position: fixed; right: 18px; bottom: 18px; padding: 12px 14px; border-radius: 14px; background: rgba(14, 14, 14, 0.92); border: 1px solid rgba(124, 255, 77, 0.18); color: #d8ffc7; box-shadow: var(--shadow); opacity: 0; transform: translateY(8px); transition: opacity 0.2s ease, transform 0.2s ease; pointer-events: none; font-size: 0.92rem; }
.status.show { opacity: 1; transform: translateY(0); }
@media (max-width: 1080px) { .hero-card, .hero-wrap, .capture-grid, .booking-shell, .founder-grid, .grid-2, .grid-3, .features, .pricing-grid, .bullet-grid, .founder-stats { grid-template-columns: 1fr; } }
@media (max-width: 780px) { .container { width: min(var(--max), calc(100% - 24px)); } .nav, .nav-links, .nav-actions, .nav-cta, .hero-actions, .toolbar-actions, .footer-row { flex-direction: column; align-items: stretch; } .nav-links { display: none; } .hero-card, .hero-copy, .capture, .prompt-card, .booking-shell, .founder-card, .final-card, .footer-card, .card, .feature-card, .pricing-card, .faq-item, .callout, .form-shell, .embed-card { padding: 24px; border-radius: 24px; } .calendar-placeholder { min-height: 520px; } .prompt-box { min-height: 720px; } }
