@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap');

:root {
  --bg: #0b0c0f;
  --bg-soft: #101116;
  --panel: #14151a;
  --panel-2: #18191f;
  --line: rgba(255, 255, 255, .10);
  --line-strong: rgba(255, 255, 255, .16);
  --text: #f2f2f2;
  --muted: #a5a6ad;
  --accent: #ef233c;
  --accent-2: #ff5366;
  --accent-ink: #ffffff;
  --success: #65c98a;
  --max: 1180px;
  --radius: 22px;
  --shadow: 0 24px 80px rgba(0, 0, 0, .36);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 86% 8%, rgba(239, 35, 60, .11), transparent 24rem),
    var(--bg);
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 1000; padding: 10px 16px; background: var(--accent); color: #111; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: rgba(11, 12, 15, .88);
  backdrop-filter: blur(18px);
}
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; letter-spacing: -.02em; }
.brand img { width: 38px; height: 38px; object-fit: cover; border-radius: 11px; }
.brand-name { font-size: 20px; }
.nav-links { display: flex; align-items: center; gap: 30px; color: #a7a7ad; font-size: 15px; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover, .nav-links a[aria-current='page'] { color: #fff; }
.nav-cta, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--accent);
  color: var(--accent-ink);
  font-weight: 700;
  line-height: 1.15;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.nav-cta { min-height: 43px; padding-inline: 21px; font-size: 15px; }
.btn:hover, .nav-cta:hover { transform: translateY(-2px); background: var(--accent-2); }
.btn-secondary { background: transparent; color: #d7d7da; border-color: var(--line-strong); }
.btn-secondary:hover { background: #17181d; color: #fff; }
.btn-ghost { background: transparent; color: #b6b7bd; padding-inline: 8px; }
.btn-ghost:hover { background: transparent; color: #fff; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; color: #fff; background: transparent; }

.hero { position: relative; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.06); }
.hero::after { content: ''; position: absolute; inset: auto 0 0; height: 140px; background: linear-gradient(transparent, rgba(11,12,15,.92)); pointer-events: none; }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 54px; padding: 72px 0 50px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--accent-2); font-size: 13px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 40px; height: 1px; background: var(--accent); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(54px, 6.2vw, 82px); line-height: .99; letter-spacing: -.052em; font-weight: 700; }
h2 { margin-bottom: 16px; font-size: clamp(37px, 4.2vw, 52px); line-height: 1.08; letter-spacing: -.042em; }
h3 { margin-bottom: 8px; font-size: 23px; line-height: 1.2; letter-spacing: -.025em; }
.accent-text { color: var(--accent); }
.lead { max-width: 650px; margin-bottom: 29px; color: #aeb0b7; font-size: 20px; line-height: 1.55; }
.lead strong { color: #fff; font-weight: 600; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 32px; margin-top: 38px; }
.stat strong { display: block; color: #fff; font-size: 25px; line-height: 1.05; letter-spacing: -.03em; }
.stat span { color: #777981; font-size: 13px; }
.hero-art { position: relative; align-self: stretch; min-height: 590px; }
.hero-glow { position: absolute; inset: 12% 0 0; background: radial-gradient(circle, rgba(239,35,60,.30), rgba(239,35,60,.04) 42%, transparent 68%); filter: blur(12px); }
.hero-portrait { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 24%; -webkit-mask-image: linear-gradient(#000 72%, transparent 98%); mask-image: linear-gradient(#000 72%, transparent 98%); }
.hero-keyboard { position: absolute; z-index: 3; left: -7%; bottom: 0; width: 114%; height: auto; pointer-events: none; filter: drop-shadow(0 24px 24px rgba(0,0,0,.62)) drop-shadow(0 0 18px rgba(239,35,60,.24)); }
.hero-card-art { display: grid; place-items: center; padding: 46px; }
.hero-card-art .orb { width: min(100%, 460px); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(239,35,60,.28); border-radius: 50%; background: radial-gradient(circle at 50% 44%, rgba(239,35,60,.22), rgba(20,21,26,.9) 58%, transparent 59%); box-shadow: 0 0 80px rgba(239,35,60,.10); }
.hero-card-art .orb span { color: var(--accent); font-size: clamp(74px, 11vw, 150px); font-weight: 700; letter-spacing: -.08em; }
.page-hero .hero-grid { min-height: 560px; }
.page-hero h1 { max-width: 740px; }

.proof-strip { border-bottom: 1px solid rgba(255,255,255,.06); color: #65666d; }
.proof-grid { min-height: 92px; display: grid; grid-template-columns: repeat(5,1fr); align-items: center; gap: 24px; text-align: center; font-size: 13px; letter-spacing: .04em; }
.proof-grid strong { color: #a9aab0; font-size: 15px; }

.section { padding: 108px 0; }
.section-sm { padding: 78px 0; }
.section-dark { background: #08090b; }
.section-tint { background: linear-gradient(135deg, rgba(239,35,60,.07), transparent 40%), #101116; }
.section-head { max-width: 720px; margin-bottom: 48px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head.center .eyebrow::after { content: ''; width: 40px; height: 1px; background: var(--accent); }
.section-head p, .muted { color: var(--muted); }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); transition: transform .24s ease, border-color .24s ease; }
.card.featured { border-color: rgba(239,35,60,.52); box-shadow: 0 18px 70px rgba(239,35,60,.10); }
.card:hover { transform: translateY(-4px); border-color: rgba(239,35,60,.40); }
.card p:last-child { margin-bottom: 0; }
.number { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 22px; border: 1px solid rgba(239,35,60,.38); border-radius: 50%; color: var(--accent); font-weight: 700; }
.icon { margin-bottom: 18px; color: var(--accent); font-size: 30px; line-height: 1; }
.kicker { color: var(--accent); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }

.split { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.media-frame { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #141519; box-shadow: var(--shadow); }
.media-frame img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.media-frame.portrait img { aspect-ratio: 4/5; object-position: center top; }
.play { position: absolute; inset: 50% auto auto 50%; width: 74px; height: 74px; display: grid; place-items: center; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: var(--accent); color: #111; font-size: 25px; box-shadow: 0 14px 45px rgba(0,0,0,.45); }
.list { list-style: none; padding: 0; margin: 22px 0 0; }
.list li { position: relative; padding: 12px 0 12px 27px; border-bottom: 1px solid rgba(255,255,255,.07); color: #c5c6ca; }
.list li::before { content: '✓'; position: absolute; left: 0; color: var(--accent); font-weight: 800; }

.course-card { position: relative; overflow: hidden; min-height: 100%; }
.course-card.featured { border-color: rgba(239,35,60,.52); box-shadow: 0 18px 70px rgba(239,35,60,.10); }
.course-card .tier { margin-bottom: 10px; color: var(--accent); font-size: 13px; font-weight: 700; letter-spacing: .18em; }
.course-card .price-note { color: #777981; font-size: 14px; }
.course-card .btn { width: 100%; margin-top: 22px; }
.ribbon { position: absolute; top: 18px; right: -35px; width: 140px; padding: 5px; transform: rotate(35deg); background: var(--accent); color: #111; text-align: center; font-size: 11px; font-weight: 800; }

.timeline { counter-reset: step; position: relative; }
.timeline::before { content: ''; position: absolute; left: 20px; top: 12px; bottom: 12px; width: 1px; background: linear-gradient(var(--accent), rgba(239,35,60,.06)); }
.timeline-item { position: relative; padding: 0 0 45px 78px; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item::before { counter-increment: step; content: counter(step); position: absolute; left: 0; top: -3px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(239,35,60,.48); border-radius: 50%; background: #111216; color: var(--accent); font-weight: 700; }
.timeline-item p { color: var(--muted); }

.review-grid { columns: 3 290px; column-gap: 20px; }
.review-shot { break-inside: avoid; margin: 0 0 20px; padding: 11px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.review-shot img { width: 100%; height: auto; border-radius: 10px; }
.video-card { overflow: hidden; padding: 0; }
.video-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; opacity: .84; }
.video-card .video-copy { padding: 22px; }

.faq-list { max-width: 900px; margin-inline: auto; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 24px 54px 24px 0; list-style: none; color: #ededee; font-size: 20px; font-weight: 500; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; position: absolute; right: 4px; top: 20px; color: var(--accent); font-size: 28px; font-weight: 300; }
details[open] summary::after { content: '−'; }
details p, details ul { max-width: 760px; padding: 0 40px 22px 0; color: var(--muted); }

.comparison { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 18px; background: var(--panel); }
.comparison th, .comparison td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: left; }
.comparison th { color: var(--accent); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.comparison td:not(:first-child), .comparison th:not(:first-child) { text-align: center; }

.quote { position: relative; padding: 36px; border-left: 2px solid var(--accent); background: #121318; color: #d6d6d9; font-size: 20px; }
.contact-list { display: grid; gap: 12px; }
.contact-link { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); color: #c9c9ce; }
.contact-link span:last-child { color: var(--accent); }

.cta-panel { padding: 70px; border: 1px solid rgba(239,35,60,.30); border-radius: 30px; background: radial-gradient(circle at 90% 20%, rgba(239,35,60,.20), transparent 35%), #121318; box-shadow: var(--shadow); }
.cta-panel h2 { max-width: 760px; }
.cta-panel p { max-width: 670px; color: var(--muted); }
.site-footer { padding: 65px 0 28px; border-top: 1px solid var(--line); background: #08090b; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3,1fr); gap: 50px; }
.footer-title { margin-bottom: 16px; color: #fff; font-weight: 600; }
.footer-links { display: grid; gap: 10px; color: #777981; font-size: 15px; }
.footer-links a:hover { color: #fff; }
.footer-brand p { max-width: 360px; color: #777981; }
.copyright { margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.06); color: #5e6067; font-size: 13px; }
.reveal { opacity: 1; transform: none; }
.reveal.will-reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.will-reveal.visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .nav-links { position: fixed; inset: 79px 0 auto; display: none; padding: 26px 20px 32px; flex-direction: column; align-items: stretch; gap: 10px; background: #0b0c0f; border-bottom: 1px solid var(--line); }
  .menu-open .nav-links { display: flex; }
  .nav-links a { padding: 10px 20px; }
  .nav > .nav-cta { margin-left: auto; }
  .menu-button { display: inline-grid; place-items: center; }
  .hero-grid, .split { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 58px; gap: 8px; }
  .hero-art { min-height: 510px; }
  .page-hero .hero-card-art { min-height: 370px; }
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .grid-3 { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: repeat(3,1fr); padding: 25px 0; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav { min-height: 68px; }
  .nav-links { top: 69px; }
  .brand-name { display: none; }
  .nav > .nav-cta { min-height: 40px; padding: 0 15px; font-size: 14px; }
  .hero-grid { min-height: auto; padding: 48px 0 28px; }
  h1 { font-size: clamp(45px, 14vw, 62px); }
  h2 { font-size: 36px; }
  .lead { font-size: 18px; }
  .hero-art { min-height: 410px; }
  .hero-keyboard { left: -10%; bottom: 4px; width: 120%; }
  .hero-stats { gap: 23px; }
  .proof-grid { grid-template-columns: repeat(2,1fr); }
  .section { padding: 78px 0; }
  .section-sm { padding: 58px 0; }
  .grid-2, .grid-4, .footer-grid { grid-template-columns: 1fr; }
  .card { padding: 24px; }
  .split { gap: 36px; }
  .cta-panel { padding: 38px 25px; }
  .comparison { display: block; overflow-x: auto; white-space: nowrap; }
  .review-grid { columns: 1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .reveal, .reveal.will-reveal { opacity: 1; transform: none; }
}
