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

:root {
  --bg: #0D0D0D;
  --bg-2: #161616;
  --accent: #FF4D00;
  --accent-dim: #CC3D00;
  --fg: #FFFFFF;
  --fg-2: #999999;
  --fg-3: #555555;
  --border: #222222;
  --font-display: 'Bebas Neue', 'Arial Black', sans-serif;
  --font-body: 'DM Sans', 'Helvetica Neue', sans-serif;
}

html { scroll-behavior: smooth; }

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

/* NAV */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; border-bottom: 1px solid var(--border); background: rgba(13,13,13,0.85); backdrop-filter: blur(12px); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 16px 32px; display: flex; align-items: center; }
.logo { font-family: var(--font-display); font-size: 24px; letter-spacing: 0.08em; color: var(--accent); }

/* SHARED */
.section-label { font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.section-title { font-family: var(--font-display); font-size: clamp(40px, 6vw, 72px); line-height: 0.95; letter-spacing: 0.02em; margin-bottom: 16px; }
.section-sub { color: var(--fg-2); font-size: 17px; max-width: 540px; line-height: 1.6; }

/* HERO */
.hero { min-height: 100vh; display: flex; align-items: center; padding: 120px 32px 80px; }
.hero-inner { max-width: 1200px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.hero-left {}
.hero-label { font-size: 12px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--accent); margin-bottom: 20px; }
.hero-title { font-family: var(--font-display); font-size: clamp(52px, 7vw, 96px); line-height: 0.9; letter-spacing: 0.02em; margin-bottom: 24px; }
.hero-sub { font-size: 18px; color: var(--fg-2); line-height: 1.6; margin-bottom: 32px; max-width: 460px; }
.hero-platforms { display: flex; gap: 10px; flex-wrap: wrap; }
.platform-chip { font-family: var(--font-display); font-size: 13px; letter-spacing: 0.1em; border: 1px solid var(--accent); color: var(--accent); padding: 6px 14px; }

/* PHONE STACK */
.hero-right { display: flex; justify-content: center; }
.phone-stack { display: flex; gap: 0; position: relative; }
.phone-frame { width: 130px; background: var(--bg-2); border: 1px solid var(--border); }
.phone-frame--1 { transform: rotate(-6deg) translateX(20px); z-index: 3; }
.phone-frame--2 { transform: rotate(0deg) translateY(-30px); z-index: 4; border-color: var(--accent); box-shadow: 0 0 30px rgba(255,77,0,0.2); }
.phone-frame--3 { transform: rotate(6deg) translateX(-20px); z-index: 3; }
.phone-screen { aspect-ratio: 9/16; background: #111; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.phone-screen::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,77,0,0.1) 0%, transparent 60%); }
.screen-content { text-align: center; z-index: 1; }
.screen-content--reels::after { background: linear-gradient(135deg, rgba(255,77,0,0.15) 0%, transparent 60%); }
.screen-content--shorts::after { background: linear-gradient(135deg, rgba(255,77,0,0.1) 0%, transparent 60%); }
.play-icon { font-size: 28px; color: var(--accent); margin-bottom: 8px; }
.screen-label { font-size: 11px; color: var(--fg-2); font-weight: 500; }
.phone-label { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-3); text-align: center; padding: 10px; font-weight: 600; }

/* MANIFESTO */
.manifesto { padding: 100px 32px; background: var(--bg-2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.manifesto-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 48px; align-items: center; }
.manifesto-stat {}
.stat-num { font-family: var(--font-display); font-size: clamp(40px, 4vw, 56px); color: var(--accent); display: block; line-height: 1; margin-bottom: 8px; }
.stat-label { font-size: 12px; color: var(--fg-2); letter-spacing: 0.05em; }
.manifesto-text { grid-column: span 1; }
.manifesto-text p { font-size: 15px; color: var(--fg-2); line-height: 1.7; }

/* OUTSIDERS */
.outsiders { padding: 100px 32px; }
.outsiders-inner { max-width: 1200px; margin: 0 auto; }
.client-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); margin-top: 56px; border: 1px solid var(--border); }
.client-card { background: var(--bg); padding: 36px 32px; }
.client-icon { color: var(--accent); margin-bottom: 20px; }
.client-card h3 { font-family: var(--font-display); font-size: 22px; letter-spacing: 0.04em; margin-bottom: 10px; }
.client-card p { font-size: 14px; color: var(--fg-2); line-height: 1.6; }

/* WHAT YOU GET */
.whatyouget { padding: 100px 32px; background: var(--bg-2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.wyg-inner { max-width: 1200px; margin: 0 auto; }
.wyg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); margin-top: 56px; }
.wyg-item { background: var(--bg); padding: 32px; display: flex; gap: 20px; align-items: flex-start; }
.wyg-number { font-family: var(--font-display); font-size: 28px; color: var(--accent); line-height: 1; min-width: 44px; margin-top: 2px; }
.wyg-text h4 { font-weight: 600; font-size: 16px; margin-bottom: 6px; }
.wyg-text p { font-size: 14px; color: var(--fg-2); line-height: 1.5; }

/* PRICING MODEL */
.pricing-model { padding: 100px 32px; }
.pm-inner { max-width: 1200px; margin: 0 auto; }
.pm-blocks { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1px; background: var(--border); border: 1px solid var(--border); margin-top: 56px; }
.pm-block { background: var(--bg); padding: 40px 36px; position: relative; }
.pm-block--main { border: 2px solid var(--accent); }
.pm-tier { font-size: 12px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--fg-2); margin-bottom: 16px; }
.pm-price { font-family: var(--font-display); font-size: 48px; color: var(--fg); line-height: 1; margin-bottom: 28px; }
.pm-price span { font-size: 20px; color: var(--fg-2); font-family: var(--font-body); }
.pm-features { list-style: none; }
.pm-features li { font-size: 14px; color: var(--fg-2); padding: 8px 0; border-bottom: 1px solid var(--border); }
.pm-features li:last-child { border-bottom: none; }
.pm-tag { position: absolute; top: -1px; right: 28px; background: var(--accent); color: var(--bg); font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 12px; }
.pm-note { font-size: 14px; color: var(--fg-3); margin-top: 28px; font-style: italic; }

/* TOOLS */
.tools { padding: 80px 32px; background: var(--bg-2); border-top: 1px solid var(--border); }
.tools-inner { max-width: 1200px; margin: 0 auto; text-align: center; }
.tools-title { font-family: var(--font-display); font-size: clamp(36px, 5vw, 60px); line-height: 0.95; margin-bottom: 40px; }
.tools-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 28px; }
.tool-chip { font-family: var(--font-display); font-size: 16px; letter-spacing: 0.08em; border: 1px solid var(--border); color: var(--fg-2); padding: 10px 24px; }
.tools-note { font-size: 14px; color: var(--fg-3); }

/* CLOSING */
.closing { padding: 120px 32px; }
.closing-inner { max-width: 900px; margin: 0 auto; }
.closing-title { font-family: var(--font-display); font-size: clamp(48px, 7vw, 88px); line-height: 0.92; margin-bottom: 32px; }
.closing-sub { font-size: 18px; color: var(--fg-2); line-height: 1.7; margin-bottom: 48px; max-width: 640px; }
.closing-rule { width: 60px; height: 3px; background: var(--accent); margin-bottom: 28px; }
.closing-tagline { font-family: var(--font-display); font-size: 20px; letter-spacing: 0.08em; color: var(--fg-2); }

/* FOOTER */
.footer { padding: 48px 32px; border-top: 1px solid var(--border); }
.footer-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.footer-logo { font-family: var(--font-display); font-size: 20px; letter-spacing: 0.08em; color: var(--accent); display: block; margin-bottom: 8px; }
.footer p { font-size: 13px; color: var(--fg-3); }
.footer-links span { font-size: 12px; color: var(--fg-3); }

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .manifesto-inner { grid-template-columns: 1fr 1fr; }
  .client-grid { grid-template-columns: 1fr; }
  .wyg-grid { grid-template-columns: 1fr; }
  .pm-blocks { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; gap: 16px; }
  .nav-inner { padding: 12px 20px; }
  .hero, .manifesto, .outsiders, .whatyouget, .pricing-model, .tools, .closing { padding-left: 20px; padding-right: 20px; }
  .section-title { font-size: clamp(36px, 10vw, 56px); }
}

@media (max-width: 480px) {
  .manifesto-inner { grid-template-columns: 1fr; gap: 32px; }
}

/* Custom scrollbar */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--accent); }

/* Selection */
::selection { background: var(--accent); color: var(--bg); }