/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #0D0D0D;
  --bg-2: #141414;
  --bg-card: #1A1A1A;
  --fg: #F5F5F0;
  --fg-muted: #8A8A86;
  --accent: #C8FF00;
  --accent-dim: rgba(200, 255, 0, 0.12);
  --accent-border: rgba(200, 255, 0, 0.25);
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
  --radius: 12px;
  --max-w: 1200px;
}

html { font-size: 16px; scroll-behavior: smooth; }
body { background: var(--bg); color: var(--fg); font-family: var(--font-body); font-weight: 400; line-height: 1.6; -webkit-font-smoothing: antialiased; }

/* === NAV === */
.nav { position: sticky; top: 0; z-index: 100; background: rgba(13,13,13,0.85); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,0.06); }
.nav-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 2rem; height: 64px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { font-family: var(--font-display); font-size: 1.25rem; letter-spacing: -0.02em; color: var(--fg); }
.nav-logo strong { color: var(--accent); font-weight: 700; }
.nav-links { display: flex; gap: 2rem; }
.nav-links a { color: var(--fg-muted); text-decoration: none; font-size: 0.875rem; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: var(--fg); }

/* === HERO === */
.hero { padding: 6rem 2rem 5rem; border-bottom: 1px solid rgba(255,255,255,0.06); }
.hero-inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.hero-eyebrow { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 1.25rem; }
.hero-headline { font-family: var(--font-display); font-size: clamp(2.8rem, 5vw, 4.2rem); font-weight: 900; line-height: 1.05; letter-spacing: -0.03em; margin-bottom: 1.5rem; }
.hero-headline em { font-style: italic; color: var(--accent); }
.hero-lede { font-size: 1.1rem; color: var(--fg-muted); line-height: 1.65; max-width: 42ch; margin-bottom: 2.5rem; }
.hero-rule { height: 1px; background: var(--accent-border); margin-bottom: 2.5rem; max-width: 200px; }
.hero-stats { display: flex; gap: 3rem; }
.hero-stat { display: flex; flex-direction: column; gap: 0.25rem; }
.stat-number { font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: var(--fg); line-height: 1; }
.stat-label { font-size: 0.75rem; color: var(--fg-muted); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 500; }

/* === HERO SCREEN === */
.hero-visual { position: relative; }
.hero-screen { background: var(--bg-2); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius); overflow: hidden; box-shadow: 0 32px 64px rgba(0,0,0,0.5), 0 0 0 1px rgba(200,255,0,0.08); }
.screen-topbar { display: flex; align-items: center; gap: 0.5rem; padding: 0.75rem 1rem; background: rgba(255,255,255,0.04); border-bottom: 1px solid rgba(255,255,255,0.06); }
.screen-dot { width: 10px; height: 10px; border-radius: 50%; }
.screen-dot.red { background: #ff5f57; }
.screen-dot.yellow { background: #febc2e; }
.screen-dot.green { background: #28c840; }
.screen-title { font-size: 0.72rem; color: var(--fg-muted); margin-left: auto; font-weight: 500; }
.screen-timeline { padding: 1.25rem 1rem; display: flex; flex-direction: column; gap: 0.75rem; }
.screen-clip { display: flex; align-items: center; gap: 0.875rem; padding: 0.625rem 0.75rem; border-radius: 8px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); }
.screen-clip.active { border-color: var(--accent-border); background: var(--accent-dim); }
.clip-thumb { width: 40px; height: 60px; border-radius: 4px; flex-shrink: 0; }
.clip-thumb.tiktok { background: linear-gradient(135deg, #1a1a2e 0%, #2a1a3e 100%); border: 1px solid rgba(255,255,255,0.1); }
.clip-thumb.reels { background: linear-gradient(135deg, #2a1a1a 0%, #1a1a2a 100%); border: 1px solid rgba(255,255,255,0.1); }
.clip-thumb.shorts { background: linear-gradient(135deg, #1a2a1a 0%, #1a1a2a 100%); border: 1px solid rgba(255,255,255,0.1); }
.clip-info { display: flex; flex-direction: column; gap: 0.2rem; min-width: 0; }
.clip-name { font-size: 0.78rem; font-weight: 500; color: var(--fg); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.clip-meta { font-size: 0.68rem; color: var(--fg-muted); }
.screen-platforms { display: flex; gap: 0.75rem; padding: 1rem 1.25rem; border-top: 1px solid rgba(255,255,255,0.06); background: rgba(200,255,0,0.04); }
.plat { display: flex; align-items: center; gap: 0.5rem; padding: 0.4rem 0.75rem; border-radius: 20px; font-size: 0.72rem; font-weight: 600; border: 1px solid rgba(255,255,255,0.08); }
.plat.tiktok { color: #ff2d55; border-color: rgba(255,45,85,0.2); background: rgba(255,45,85,0.08); }
.plat.instagram { color: #E1306C; border-color: rgba(225,48,108,0.2); background: rgba(225,48,108,0.08); }
.plat.youtube { color: #ff0000; border-color: rgba(255,0,0,0.2); background: rgba(255,0,0,0.08); }
.plat-icon { display: flex; align-items: center; }

/* === PROOF === */
.proof { padding: 4rem 2rem; border-bottom: 1px solid rgba(255,255,255,0.06); background: var(--bg-2); }
.proof-inner { max-width: var(--max-w); margin: 0 auto; text-align: center; }
.proof-quote { margin-bottom: 2.5rem; }
.quote-mark { font-family: var(--font-display); font-size: 4rem; color: var(--accent); line-height: 0.5; margin-bottom: 1rem; }
.proof-quote blockquote { font-family: var(--font-display); font-size: clamp(1.2rem, 2.5vw, 1.6rem); font-style: italic; font-weight: 400; max-width: 52ch; margin: 0 auto 1.25rem; line-height: 1.5; color: var(--fg); }
.proof-quote cite { font-size: 0.85rem; color: var(--fg-muted); font-style: normal; font-weight: 500; }
.proof-types { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; }
.type-tag { padding: 0.4rem 1rem; border-radius: 20px; border: 1px solid var(--accent-border); font-size: 0.8rem; color: var(--fg-muted); background: var(--accent-dim); }

/* === SECTION HEADER === */
.section-header { text-align: center; margin-bottom: 3.5rem; }
.section-label { display: inline-block; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.875rem; }
.section-title { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 0.75rem; }
.section-sub { font-size: 1rem; color: var(--fg-muted); max-width: 44ch; margin: 0 auto; }

/* === FEATURES === */
.features { padding: 5rem 2rem; }
.features-inner { max-width: var(--max-w); margin: 0 auto; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: auto auto; gap: 1.25rem; }
.feature-card { background: var(--bg-card); border: 1px solid rgba(255,255,255,0.07); border-radius: var(--radius); padding: 2rem; position: relative; overflow: hidden; transition: border-color 0.3s, transform 0.3s; }
.feature-card:hover { border-color: var(--accent-border); transform: translateY(-2px); }
.feature-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--accent); opacity: 0; transition: opacity 0.3s; }
.feature-card:hover::before { opacity: 1; }
.feature-card-wide { grid-column: span 1; }
.feature-icon { width: 52px; height: 52px; border-radius: 12px; background: var(--accent-dim); border: 1px solid var(--accent-border); display: flex; align-items: center; justify-content: center; color: var(--accent); margin-bottom: 1.25rem; }
.feature-card h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 0.625rem; letter-spacing: -0.01em; }
.feature-card p { font-size: 0.875rem; color: var(--fg-muted); line-height: 1.6; margin-bottom: 1.25rem; }
.feature-list { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.feature-list li { font-size: 0.82rem; color: var(--fg-muted); padding-left: 1.25rem; position: relative; }
.feature-list li::before { content: '→'; position: absolute; left: 0; color: var(--accent); font-weight: 600; }

/* === WORKFLOW === */
.workflow { padding: 5rem 2rem; background: var(--bg-2); border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); }
.workflow-inner { max-width: var(--max-w); margin: 0 auto; }
.workflow-steps { display: flex; align-items: center; gap: 0; margin-bottom: 2.5rem; }
.step { flex: 1; padding: 2rem; background: var(--bg-card); border: 1px solid rgba(255,255,255,0.07); border-radius: var(--radius); position: relative; }
.step-num { font-family: var(--font-display); font-size: 2.5rem; font-weight: 900; color: var(--accent-dim); line-height: 1; margin-bottom: 1rem; -webkit-text-stroke: 1px rgba(200,255,0,0.3); }
.step h3 { font-size: 1rem; font-weight: 600; margin-bottom: 0.5rem; }
.step p { font-size: 0.82rem; color: var(--fg-muted); line-height: 1.55; }
.step-arrow { padding: 0 1.5rem; color: var(--accent); flex-shrink: 0; }
.workflow-note { text-align: center; font-size: 0.82rem; color: var(--fg-muted); font-weight: 500; }

/* === TIERS === */
.tiers { padding: 5rem 2rem; }
.tiers-inner { max-width: var(--max-w); margin: 0 auto; }
.tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; align-items: start; }
.tier { background: var(--bg-card); border: 1px solid rgba(255,255,255,0.07); border-radius: var(--radius); padding: 2rem; position: relative; }
.tier-featured { border-color: var(--accent-border); background: linear-gradient(180deg, rgba(200,255,0,0.06) 0%, var(--bg-card) 100%); }
.tier-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--accent); color: var(--bg); font-size: 0.72rem; font-weight: 700; padding: 0.3rem 1rem; border-radius: 20px; letter-spacing: 0.05em; text-transform: uppercase; }
.tier-head { margin-bottom: 1rem; }
.tier-name { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-muted); margin-bottom: 0.75rem; }
.tier-price { display: flex; align-items: baseline; gap: 0.25rem; }
.price-amount { font-family: var(--font-display); font-size: 2.75rem; font-weight: 900; letter-spacing: -0.03em; line-height: 1; }
.price-per { font-size: 0.875rem; color: var(--fg-muted); font-weight: 500; }
.tier-desc { font-size: 0.82rem; color: var(--fg-muted); margin-bottom: 1.5rem; line-height: 1.55; }
.tier-features { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 2rem; }
.tier-features li { font-size: 0.875rem; color: var(--fg); display: flex; align-items: center; gap: 0.625rem; }
.tier-features .check { color: var(--accent); font-weight: 700; flex-shrink: 0; }
.tier-cta { display: block; text-align: center; padding: 0.75rem; border-radius: 8px; font-size: 0.875rem; font-weight: 600; cursor: default; border: 1px solid rgba(255,255,255,0.1); color: var(--fg-muted); }
.tier-featured .tier-cta { background: var(--accent); color: var(--bg); border-color: var(--accent); }

/* === MANIFESTO === */
.manifesto { padding: 5rem 2rem; background: var(--bg-2); border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); }
.manifesto-inner { max-width: 680px; margin: 0 auto; }
.manifesto-headline { font-family: var(--font-display); font-size: clamp(1.8rem, 3.5vw, 2.5rem); font-weight: 700; letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 1.5rem; }
.manifesto-body { font-size: 1rem; color: var(--fg-muted); line-height: 1.7; margin-bottom: 1.25rem; }
.manifesto-em { color: var(--fg); font-family: var(--font-display); font-style: italic; font-size: 1.1rem; }

/* === CLOSING === */
.closing { padding: 7rem 2rem; }
.closing-inner { max-width: 680px; margin: 0 auto; text-align: center; }
.closing-label { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 1.25rem; }
.closing-headline { font-family: var(--font-display); font-size: clamp(2.2rem, 4.5vw, 3.5rem); font-weight: 900; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 1.75rem; }
.closing-body { font-size: 1rem; color: var(--fg-muted); line-height: 1.7; max-width: 52ch; margin: 0 auto 1rem; }
.closing-body-last { margin-bottom: 0; }

/* === FOOTER === */
.footer { padding: 4rem 2rem 2rem; border-top: 1px solid rgba(255,255,255,0.06); }
.footer-inner { max-width: var(--max-w); margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-start; gap: 3rem; margin-bottom: 3rem; }
.footer-logo { font-family: var(--font-display); font-size: 1.25rem; color: var(--fg); display: block; margin-bottom: 0.625rem; }
.footer-logo strong { color: var(--accent); }
.footer-tagline { font-size: 0.82rem; color: var(--fg-muted); max-width: 28ch; line-height: 1.5; }
.footer-links { display: flex; gap: 4rem; }
.footer-col { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-col-label { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--fg-muted); margin-bottom: 0.25rem; }
.footer-col a { font-size: 0.82rem; color: var(--fg-muted); text-decoration: none; transition: color 0.2s; }
.footer-col a:hover { color: var(--fg); }
.footer-bottom { max-width: var(--max-w); margin: 0 auto; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.06); font-size: 0.75rem; color: var(--fg-muted); }

/* === RESPONSIVE === */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .hero-visual { order: -1; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card-wide { grid-column: 1; }
  .tier-grid { grid-template-columns: 1fr; }
  .workflow-steps { flex-direction: column; }
  .step-arrow { transform: rotate(90deg); }
  .footer-inner { flex-direction: column; }
  .footer-links { gap: 2rem; }
}

@media (max-width: 600px) {
  .hero { padding: 3rem 1.5rem 3rem; }
  .hero-stats { gap: 1.5rem; }
  .nav-links { display: none; }
  .hero-headline { font-size: 2.4rem; }
  .tier-grid { grid-template-columns: 1fr; }
}
