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

:root {
  --bg: #060810;
  --bg-2: #0b0d16;
  --bg-3: #0f1220;
  --surface: rgba(255,255,255,0.035);
  --border: rgba(255,255,255,0.07);
  --border-strong: rgba(255,255,255,0.12);
  --text: #eaedf5;
  --text-muted: rgba(234,237,245,0.52);
  --text-faint: rgba(234,237,245,0.26);
  --accent: #7eb4d4;
  --accent-bright: #a8d4f0;
  --accent-dim: rgba(126,180,212,0.14);
  --accent-glow: rgba(126,180,212,0.07);
  --glow: 0 0 40px rgba(126,180,212,0.12);
  --serif: 'Instrument Serif', Georgia, serif;
  --sans: 'Figtree', system-ui, sans-serif;
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--bg); color: var(--text); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: hidden; }

/* ── GRAIN ── */
body::before { content: ''; position: fixed; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.045'/%3E%3C/svg%3E"); pointer-events: none; z-index: 200; }

/* ── PARTICLES CANVAS ── */
#neural-canvas { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; opacity: 0.6; }

/* ── CURSOR GLOW ── */
.cursor-glow { position: fixed; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(126,180,212,0.06) 0%, transparent 65%); pointer-events: none; z-index: 1; transform: translate(-50%, -50%); transition: opacity 0.3s; }

/* ── LAYOUT ── */
.container { max-width: 1080px; margin: 0 auto; padding: 0 2rem; position: relative; z-index: 10; }
.container--narrow { max-width: 720px; margin: 0 auto; padding: 0 2rem; position: relative; z-index: 10; }
section { padding: 7rem 0; position: relative; }
section + section { border-top: 1px solid var(--border); }

/* ── NAV ── */
nav { position: fixed; top: 0; width: 100%; z-index: 100; padding: 1.2rem 2.5rem; display: flex; align-items: center; justify-content: space-between; backdrop-filter: blur(24px) saturate(1.5); background: rgba(6,8,16,0.75); border-bottom: 1px solid var(--border); }
.nav-logo { font-family: var(--serif); font-size: 1.2rem; color: var(--text); letter-spacing: 0.02em; text-decoration: none; display: flex; align-items: center; gap: 0.3rem; }
.nav-logo span { color: var(--accent); }
.nav-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); animation: pulse-dot 2.5s ease-in-out infinite; }
@keyframes pulse-dot { 0%,100% { opacity:1; transform:scale(1); } 50% { opacity:0.4; transform:scale(0.7); } }
.nav-cta { font-size: 0.78rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); text-decoration: none; border: 1px solid var(--border-strong); padding: 0.5rem 1.25rem; border-radius: 100px; transition: all 0.25s ease; }
.nav-cta:hover { color: var(--text); border-color: var(--accent); background: var(--accent-dim); box-shadow: var(--glow); }

/* ── AURORA ── */
.aurora { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.aurora-orb { position: absolute; border-radius: 50%; filter: blur(90px); animation: float-orb 10s ease-in-out infinite; }
.aurora-orb-1 { width: 600px; height: 600px; background: radial-gradient(circle, rgba(126,180,212,0.12) 0%, transparent 65%); top: -15%; right: -10%; animation-delay: 0s; }
.aurora-orb-2 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(80,100,200,0.08) 0%, transparent 65%); bottom: 10%; left: -8%; animation-delay: -4s; }
.aurora-orb-3 { width: 300px; height: 300px; background: radial-gradient(circle, rgba(100,180,180,0.07) 0%, transparent 65%); top: 40%; right: 20%; animation-delay: -7s; }
@keyframes float-orb { 0%,100% { transform:translate(0,0) scale(1); } 33% { transform:translate(25px,-35px) scale(1.06); } 66% { transform:translate(-18px,22px) scale(0.96); } }

/* ── HERO ── */
.hero { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding: 8rem 0 6rem; overflow: hidden; border-top: none !important; }
.hero-main { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr); align-items: center; gap: clamp(2.5rem, 5vw, 5rem); }
.hero-copy { min-width: 0; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 0.7rem; font-size: 0.7rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: 2rem; opacity: 0; animation: fade-slide-up 0.8s var(--ease-out) 0.2s forwards; }
.hero-eyebrow::before { content: ''; width: 28px; height: 1px; background: linear-gradient(90deg, transparent, var(--accent)); }
.hero h1 { font-family: var(--serif); font-size: clamp(3rem, 5.5vw, 4.8rem); font-weight: 400; line-height: 1.08; letter-spacing: -0.015em; color: var(--text); max-width: 720px; margin-bottom: 1.75rem; opacity: 0; animation: fade-slide-up 0.9s var(--ease-out) 0.35s forwards; }
.hero h1 em { font-style: italic; background: linear-gradient(135deg, var(--text-muted) 0%, rgba(234,237,245,0.4) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero h1 .accent-word { color: var(--accent); -webkit-text-fill-color: var(--accent); }
.hero-body { font-size: 1.05rem; color: var(--text-muted); max-width: 520px; margin-bottom: 2.5rem; line-height: 1.8; opacity: 0; animation: fade-slide-up 0.9s var(--ease-out) 0.5s forwards; }
.hero-availability { margin: 0 0 1.5rem; display: inline-flex; align-items: center; gap: 0.6rem; background: rgba(126,180,212,0.08); border: 1px solid rgba(126,180,212,0.2); border-radius: 100px; padding: 0.45rem 1rem; font-size: 0.72rem; color: var(--accent); letter-spacing: 0.08em; text-transform: uppercase; }
.hero-availability span { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); animation: pulse-dot 2.5s ease-in-out infinite; }
.hero-video-wrap { min-width: 0; opacity: 0; animation: fade-slide-up 1s var(--ease-out) 0.55s forwards; }
.hero-video-label { display: flex; align-items: center; gap: 0.55rem; margin: 0 0 0.75rem 0.2rem; color: var(--text-faint); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; }
.hero-video-label span { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px rgba(126,180,212,0.7); }
.hero-video { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid var(--border-strong); border-radius: 18px; background: var(--bg-2); box-shadow: 0 30px 80px rgba(0,0,0,0.38), 0 0 60px rgba(126,180,212,0.08); }
.hero-video::after { content: ''; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.035); pointer-events: none; }
.hero-video iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ── WAVEFORM ── */
.cog-indicator { display: flex; align-items: center; gap: 1rem; margin-bottom: 2.5rem; opacity: 0; animation: fade-slide-up 0.9s var(--ease-out) 0.6s forwards; }
.indicator-label { font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-faint); }
.indicator-bars { display: flex; align-items: center; gap: 3px; height: 24px; }
.indicator-bars span { display: block; width: 3px; border-radius: 2px; background: var(--accent); opacity: 0.5; animation: bar-wave 1.8s ease-in-out infinite; animation-delay: var(--d); transform-origin: bottom; }
@keyframes bar-wave { 0%,100% { transform:scaleY(var(--lo,0.3)); } 50% { transform:scaleY(1); opacity:0.7; } }

.hero-actions { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; opacity: 0; animation: fade-slide-up 0.9s var(--ease-out) 0.7s forwards; }

.hero-meta { margin-top: 5rem; padding-top: 2.5rem; border-top: 1px solid var(--border); display: flex; gap: 3.5rem; flex-wrap: wrap; opacity: 0; animation: fade-slide-up 0.9s var(--ease-out) 0.9s forwards; }
.hero-stat { display: flex; flex-direction: column; gap: 0.3rem; }
.hero-stat-value { font-family: var(--serif); font-size: 1.9rem; color: var(--text); }
.hero-stat-label { font-size: 0.72rem; color: var(--text-faint); letter-spacing: 0.05em; text-transform: uppercase; }
.counter { display: inline-block; }

/* ── BUTTONS ── */
.btn-primary { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--accent); color: #060810; font-family: var(--sans); font-size: 0.85rem; font-weight: 600; letter-spacing: 0.04em; padding: 0.9rem 2rem; border-radius: 100px; text-decoration: none; border: none; cursor: pointer; transition: all 0.25s ease; position: relative; overflow: hidden; }
.btn-primary::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, transparent 60%); opacity: 0; transition: opacity 0.25s; }
.btn-primary:hover { background: var(--accent-bright); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(126,180,212,0.3); }
.btn-primary:hover::after { opacity: 1; }
.btn-ghost { font-size: 0.85rem; font-weight: 500; color: var(--text-muted); text-decoration: none; display: inline-flex; align-items: center; gap: 0.4rem; transition: color 0.2s; }
.btn-ghost:hover { color: var(--text); }
.btn-whatsapp { display: inline-flex; align-items: center; gap: 0.6rem; font-size: 0.85rem; font-weight: 500; color: var(--text-muted); text-decoration: none; border: 1px solid var(--border-strong); padding: 0.8rem 1.5rem; border-radius: 100px; transition: all 0.25s ease; }
.btn-whatsapp:hover { color: var(--text); border-color: rgba(37,211,102,0.5); background: rgba(37,211,102,0.07); box-shadow: 0 4px 20px rgba(37,211,102,0.1); }

/* ── SECTION COMMONS ── */
.section-label { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); margin-bottom: 1.5rem; display: flex; align-items: center; gap: 0.75rem; }
.section-label::after { content: ''; flex: 1; max-width: 36px; height: 1px; background: linear-gradient(90deg, var(--accent), transparent); opacity: 0.5; }
.section-title { font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 400; line-height: 1.18; color: var(--text); margin-bottom: 1.25rem; }
.section-body { font-size: 1rem; color: var(--text-muted); max-width: 540px; line-height: 1.82; }

/* ── PROBLEM ── */
.problem-intro { font-family: var(--serif); font-size: clamp(1.5rem, 2.5vw, 2.1rem); font-weight: 400; line-height: 1.4; color: rgba(234,237,245,0.72); margin-bottom: 4rem; max-width: 680px; }
.problem-intro strong { color: var(--text); font-weight: 400; }
.symptom-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.symptom-item { background: var(--bg); padding: 2rem; transition: background 0.3s, transform 0.3s; cursor: default; }
.symptom-item:hover { background: var(--bg-2); }
.symptom-marker { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); margin-bottom: 1.1rem; opacity: 0.7; box-shadow: 0 0 8px rgba(126,180,212,0.5); }
.symptom-title { font-size: 0.92rem; font-weight: 600; color: var(--text); margin-bottom: 0.5rem; }
.symptom-desc { font-size: 0.83rem; color: var(--text-muted); line-height: 1.7; }

/* ── OFFER LADDER ── */
.offer-section { background: var(--bg-2); }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 18px; overflow: hidden; margin-top: 3.5rem; }
.offer-card { background: var(--bg-2); padding: 2rem; min-height: 300px; display: flex; flex-direction: column; justify-content: flex-start; transition: background 0.25s, border-color 0.25s; }
.offer-card:hover { background: var(--bg-3); }
.offer-card--featured { background: linear-gradient(180deg, rgba(126,180,212,0.11), var(--bg-2)); box-shadow: inset 0 0 0 1px rgba(126,180,212,0.18); }
.offer-kicker { font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 1rem; }
.offer-card h3 { font-family: var(--serif); font-size: 1.65rem; font-weight: 400; line-height: 1.15; color: var(--text); margin-bottom: 1rem; }
.offer-card p { font-size: 0.86rem; color: var(--text-muted); line-height: 1.72; }
.offer-meta { margin-top: auto; padding-top: 1.25rem; border-top: 1px solid var(--border); font-size: 0.76rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-faint); }
.offer-actions { margin-top: 1rem; }
.offer-link { display: inline-flex; align-items: center; color: var(--text); font-size: 0.82rem; font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(126,180,212,0.45); padding-bottom: 0.2rem; transition: color 0.2s ease, border-color 0.2s ease; }
.offer-link:hover { color: var(--accent-bright); border-color: var(--accent-bright); }

/* ── PLATFORM ── */
.platform-section { background: var(--bg); }
.platform-layout { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 5rem; align-items: center; }
.platform-points { display: grid; gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; margin-top: 3rem; }
.platform-points div { background: var(--bg-2); padding: 1.25rem 1.5rem; }
.platform-points strong { display: block; color: var(--text); font-size: 0.9rem; margin-bottom: 0.25rem; }
.platform-points span { display: block; color: var(--text-muted); font-size: 0.8rem; line-height: 1.65; }
.platform-buy-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 1rem; background: var(--border); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }
.platform-buy-strip div { background: rgba(255,255,255,0.035); padding: 1rem; }
.platform-buy-strip strong { display: block; color: var(--text); font-size: 0.78rem; margin-bottom: 0.25rem; }
.platform-buy-strip span { display: block; color: var(--text-faint); font-size: 0.72rem; line-height: 1.5; }
.platform-panel { border: 1px solid var(--border-strong); border-radius: 24px; padding: 1rem; background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)); box-shadow: 0 30px 90px rgba(0,0,0,0.35); }
.platform-window { border: 1px solid var(--border); border-radius: 18px; background: #f5f5f2; color: #18181b; overflow: hidden; }
.platform-window-top { height: 48px; display: flex; align-items: center; gap: 0.5rem; padding: 0 1rem; border-bottom: 1px solid rgba(24,24,27,0.12); background: #fbfbf8; }
.platform-window-top span { width: 8px; height: 8px; border-radius: 50%; background: #d4d4d8; }
.platform-window-top strong { margin-left: auto; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: #71717a; }
.platform-loop { display: grid; grid-template-columns: repeat(5, 1fr); border-bottom: 1px solid rgba(24,24,27,0.12); }
.platform-loop div { padding: 1rem 0.75rem; border-right: 1px solid rgba(24,24,27,0.1); font-size: 0.78rem; font-weight: 600; color: #27272a; }
.platform-loop div:last-child { border-right: none; }
.platform-loop span { display: block; font-size: 0.65rem; color: #a1a1aa; margin-bottom: 0.3rem; }
.platform-insight { padding: 1.5rem; border-bottom: 1px solid rgba(24,24,27,0.12); }
.platform-insight-label { font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase; color: #71717a; margin-bottom: 0.75rem; }
.platform-insight h3 { font-size: 1rem; color: #09090b; margin-bottom: 0.5rem; }
.platform-insight p { color: #52525b; font-size: 0.86rem; line-height: 1.65; }
.platform-metrics { display: grid; grid-template-columns: repeat(3, 1fr); }
.platform-metrics div { padding: 1.25rem; border-right: 1px solid rgba(24,24,27,0.1); }
.platform-metrics div:last-child { border-right: none; }
.platform-metrics strong { display: block; color: #09090b; font-size: 1.35rem; margin-bottom: 0.2rem; }
.platform-metrics span { display: block; color: #71717a; font-size: 0.72rem; line-height: 1.35; }

/* ── HOW IT WORKS ── */
.how-section { background: var(--bg-2); }
.flow-pipeline { margin-top: 4rem; }
.flow-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; margin-bottom: 1px; }
.flow-row:first-child { border-radius: 16px 16px 0 0; }
.flow-row:last-child { border-radius: 0 0 16px 16px; }
.flow-node { background: var(--bg-2); padding: 2rem 1.75rem; position: relative; transition: background 0.25s; cursor: default; }
.flow-node:hover { background: var(--bg-3); }
.flow-node:hover .node-num { color: var(--accent); text-shadow: 0 0 20px rgba(126,180,212,0.4); }
.node-num { font-family: var(--serif); font-size: 2rem; color: rgba(126,180,212,0.2); line-height: 1; margin-bottom: 0.75rem; transition: color 0.25s, text-shadow 0.25s; }
.node-icon { width: 32px; height: 32px; border-radius: 8px; background: var(--accent-dim); border: 1px solid rgba(126,180,212,0.2); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.node-icon svg { width: 15px; height: 15px; stroke: var(--accent); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.node-title { font-size: 0.88rem; font-weight: 600; color: var(--text); margin-bottom: 0.4rem; }
.node-desc { font-size: 0.78rem; color: var(--text-muted); line-height: 1.65; }
.flow-connector { background: var(--bg-2); display: flex; align-items: center; justify-content: center; padding: 1.5rem; }
.flow-connector svg { opacity: 0.25; }

/* ── PROGRAM ── */
.program-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: 4rem; align-items: start; margin-top: 4rem; }
.week-list { display: flex; flex-direction: column; }
.week-item { display: flex; gap: 1.5rem; padding: 1.5rem 0; border-bottom: 1px solid var(--border); cursor: default; transition: all 0.2s; }
.week-item:last-child { border-bottom: none; }
.week-item:hover .week-title { color: var(--accent); }
.week-num { font-family: var(--serif); font-size: 0.83rem; color: var(--text-faint); min-width: 60px; padding-top: 2px; font-style: italic; }
.week-title { font-size: 0.9rem; font-weight: 600; color: var(--text); margin-bottom: 0.3rem; transition: color 0.2s; }
.week-desc { font-size: 0.8rem; color: var(--text-faint); line-height: 1.65; }
.program-details { display: flex; flex-direction: column; gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.detail-card { background: var(--bg-2); padding: 1.75rem; transition: background 0.25s; }
.detail-card:hover { background: var(--bg-3); }
.detail-card-label { font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-faint); margin-bottom: 0.6rem; }
.detail-card-value { font-family: var(--serif); font-size: 1.35rem; color: var(--text); margin-bottom: 0.4rem; }
.detail-card-desc { font-size: 0.81rem; color: var(--text-muted); line-height: 1.65; }

/* ── AUDIT ── */
.audit-section { background: var(--bg-2); }
.audit-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; margin-top: 3.5rem; }
.audit-card { background: var(--bg-2); padding: 2.25rem; transition: background 0.25s; }
.audit-card:hover { background: var(--bg-3); }
.audit-icon { width: 38px; height: 38px; border-radius: 10px; background: var(--accent-dim); border: 1px solid rgba(126,180,212,0.2); display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; }
.audit-icon svg { width: 16px; height: 16px; stroke: var(--accent); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.audit-title { font-size: 0.9rem; font-weight: 600; color: var(--text); margin-bottom: 0.75rem; }
.audit-desc { font-size: 0.82rem; color: var(--text-muted); line-height: 1.72; }
.audit-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 1.25rem; }
.tag { font-size: 0.67rem; letter-spacing: 0.04em; color: var(--text-faint); background: rgba(255,255,255,0.04); border: 1px solid var(--border); padding: 0.25rem 0.6rem; border-radius: 4px; }
.callout { background: var(--accent-glow); border: 1px solid rgba(126,180,212,0.13); border-radius: 16px; padding: 3rem; margin: 3rem 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.callout-quote { font-family: var(--serif); font-size: 1.45rem; font-style: italic; color: rgba(234,237,245,0.78); line-height: 1.45; }
.scales-list { display: flex; flex-direction: column; gap: 0.7rem; }
.scale-item { display: flex; align-items: flex-start; gap: 1rem; padding: 0.85rem 1rem; background: rgba(255,255,255,0.03); border: 1px solid var(--border); border-radius: 8px; transition: border-color 0.2s; }
.scale-item:hover { border-color: var(--border-strong); }
.scale-code { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.07em; color: var(--accent); min-width: 58px; padding-top: 1px; }
.scale-name { font-size: 0.79rem; color: var(--text-muted); line-height: 1.5; }

/* ── OUTCOMES ── */
.outcomes-intro { max-width: 600px; margin-bottom: 4rem; }
.outcome-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2.5rem; }
.outcome-item { display: flex; flex-direction: column; gap: 0.75rem; padding-bottom: 2.5rem; border-bottom: 1px solid var(--border); }
.outcome-number { font-family: var(--serif); font-size: 2.8rem; color: rgba(126,180,212,0.2); line-height: 1; transition: color 0.3s; }
.outcome-item:hover .outcome-number { color: rgba(126,180,212,0.4); }
.outcome-title { font-size: 0.97rem; font-weight: 600; color: var(--text); }
.outcome-desc { font-size: 0.83rem; color: var(--text-muted); line-height: 1.72; }

/* ── CREDIBILITY ── */
.cred-section { background: var(--bg-2); }
.cred-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; margin-top: 3.5rem; }
.cred-item { background: var(--bg-2); padding: 2rem; transition: background 0.25s; }
.cred-item:hover { background: var(--bg-3); }
.cred-label { font-size: 0.67rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.75rem; opacity: 0.8; }
.cred-title { font-size: 0.9rem; font-weight: 600; color: var(--text); margin-bottom: 0.5rem; }
.cred-desc { font-size: 0.8rem; color: var(--text-muted); line-height: 1.65; }

/* ── ABOUT ── */
.about-layout { display: grid; grid-template-columns: 1fr 1.6fr; gap: 5rem; align-items: start; margin-top: 4rem; }
.about-left { display: flex; flex-direction: column; gap: 2rem; position: sticky; top: 6rem; }
.about-avatar { width: 148px; height: 148px; border-radius: 16px; border: 1px solid rgba(126,180,212,0.22); overflow: hidden; flex-shrink: 0; box-shadow: 0 20px 60px rgba(0,0,0,0.4); }
.about-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.about-name { font-family: var(--serif); font-size: 1.5rem; color: var(--text); line-height: 1.2; }
.about-role { font-size: 0.78rem; color: var(--text-faint); letter-spacing: 0.06em; text-transform: uppercase; margin-top: 0.25rem; }
.about-credentials { display: flex; flex-direction: column; gap: 0.6rem; }
.credential { display: flex; align-items: center; gap: 0.75rem; font-size: 0.81rem; color: var(--text-muted); }
.credential::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: var(--accent); opacity: 0.55; flex-shrink: 0; }
.about-badge { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.7rem; letter-spacing: 0.06em; color: var(--accent); border: 1px solid rgba(126,180,212,0.2); background: var(--accent-dim); padding: 0.4rem 0.85rem; border-radius: 100px; width: fit-content; }
.about-linkedin { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.77rem; color: var(--text-faint); text-decoration: none; transition: color 0.2s; }
.about-linkedin:hover { color: var(--accent); }
.about-right { display: flex; flex-direction: column; gap: 2rem; }
.about-statement { font-family: var(--serif); font-size: 1.35rem; line-height: 1.5; color: rgba(234,237,245,0.78); padding-bottom: 2rem; border-bottom: 1px solid var(--border); }
.about-statement strong { color: var(--text); font-weight: 400; }
.about-body { font-size: 0.95rem; color: var(--text-muted); line-height: 1.88; }
.about-body p + p { margin-top: 1.25rem; }
.about-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; margin-top: 0.5rem; }
.about-highlight { background: var(--bg-2); padding: 1.25rem 1.5rem; }
.about-highlight-value { font-family: var(--serif); font-size: 1.5rem; color: var(--text); margin-bottom: 0.2rem; }
.about-highlight-label { font-size: 0.74rem; color: var(--text-faint); line-height: 1.4; }

/* ── B2B ── */
.b2b-section { background: var(--bg-2); }
.b2b-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; margin-top: 4rem; padding: 3.5rem; border: 1px solid var(--border-strong); border-radius: 20px; background: var(--bg-3); position: relative; overflow: hidden; }
.b2b-inner::before { content: ''; position: absolute; top: -40%; right: -15%; width: 400px; height: 400px; background: radial-gradient(circle, rgba(126,180,212,0.05) 0%, transparent 65%); pointer-events: none; }
.b2b-eyebrow { font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: 1.25rem; display: flex; align-items: center; gap: 0.75rem; }
.b2b-eyebrow::after { content: ''; width: 28px; height: 1px; background: linear-gradient(90deg, var(--accent), transparent); opacity: 0.5; }
.b2b-title { font-family: var(--serif); font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 400; line-height: 1.25; color: var(--text); margin-bottom: 1.25rem; }
.b2b-desc { font-size: 0.93rem; color: var(--text-muted); line-height: 1.82; margin-bottom: 2rem; }
.b2b-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 2.5rem; }
.b2b-tag { font-size: 0.73rem; color: var(--text-muted); background: rgba(255,255,255,0.04); border: 1px solid var(--border-strong); padding: 0.35rem 0.8rem; border-radius: 100px; }
.b2b-actions { display: flex; flex-direction: column; gap: 0.85rem; }
.b2b-right { display: flex; flex-direction: column; gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.b2b-feature { background: var(--bg-2); padding: 1.25rem 1.5rem; display: flex; gap: 1rem; align-items: flex-start; transition: background 0.2s; }
.b2b-feature:hover { background: var(--bg-3); }
.b2b-feature-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); opacity: 0.5; margin-top: 6px; flex-shrink: 0; }
.b2b-feature-text { font-size: 0.83rem; color: var(--text-muted); line-height: 1.65; }
.b2b-feature-text strong { color: var(--text); font-weight: 600; display: block; margin-bottom: 0.15rem; font-size: 0.85rem; }

/* ── PRICE ── */
.price-block { display: flex; align-items: baseline; gap: 0.6rem; margin-bottom: 0.6rem; }
.price-amount { font-family: var(--serif); font-size: 2.2rem; color: var(--text); }
.price-detail { font-size: 0.82rem; color: var(--text-faint); }

/* ── CTA ── */
.cta-section { text-align: center; padding: 9rem 0; position: relative; overflow: hidden; border-top: 1px solid var(--border); }
.cta-section::before { content: ''; position: absolute; bottom: -30%; left: 50%; transform: translateX(-50%); width: 700px; height: 700px; background: radial-gradient(circle, rgba(126,180,212,0.08) 0%, transparent 60%); pointer-events: none; animation: pulse-bg 6s ease-in-out infinite; }
@keyframes pulse-bg { 0%,100% { opacity:0.5; transform:translateX(-50%) scale(1); } 50% { opacity:1; transform:translateX(-50%) scale(1.1); } }
.cta-section .section-label { justify-content: center; }
.cta-section .section-label::after { display: none; }
.cta-section .section-title { margin: 0 auto 1.25rem; max-width: 560px; }
.cta-section .section-body { margin: 0 auto 2.5rem; }
.cta-actions { display: flex; justify-content: center; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.cta-note { margin-top: 2rem; font-size: 0.77rem; color: var(--text-faint); display: flex; align-items: center; justify-content: center; gap: 1.5rem; flex-wrap: wrap; }
.cta-note span::before { content: '·'; margin-right: 1.5rem; opacity: 0.4; }
.cta-note span:first-child::before { display: none; }

/* ── FAQ ── */
.faq-section { background: var(--bg-2); }
.faq-list { margin-top: 3rem; display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid var(--border); padding: 1.75rem 0; }
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-q { font-size: 0.95rem; font-weight: 600; color: var(--text); margin-bottom: 0.6rem; }
.faq-a { font-size: 0.86rem; color: var(--text-muted); line-height: 1.78; }

/* ── PROGRAM CTA STRIP ── */
.program-cta-strip { margin-top: 3.5rem; padding: 2.5rem; background: var(--accent-glow); border: 1px solid rgba(126,180,212,0.15); border-radius: 18px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.program-cta-strip-text h3 { font-family: var(--serif); font-size: 1.4rem; color: var(--text); margin-bottom: 0.35rem; }
.program-cta-strip-text p { font-size: 0.82rem; color: var(--text-muted); }
.program-cta-strip-text p span { color: var(--accent); font-weight: 500; }
@media (max-width: 600px) { .program-cta-strip { flex-direction: column; align-items: flex-start; } }

/* ── FOOTER ── */
footer { border-top: 1px solid var(--border); padding: 2.5rem 0; position: relative; z-index: 10; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.footer-logo { font-family: var(--serif); font-size: 1rem; color: var(--text-faint); text-decoration: none; }
.footer-links { display: flex; gap: 2rem; list-style: none; }
.footer-links a { font-size: 0.77rem; color: var(--text-faint); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--text-muted); }

/* ── ANIMATIONS ── */
@keyframes fade-slide-up { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:translateY(0); } }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.75s var(--ease-out), transform 0.75s var(--ease-out); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.08s; }
.reveal-delay-2 { transition-delay: 0.16s; }
.reveal-delay-3 { transition-delay: 0.24s; }
.reveal-delay-4 { transition-delay: 0.32s; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .hero-main { grid-template-columns: 1fr; gap: 0; }
  .hero-copy { display: contents; }
  .hero-eyebrow { order: 1; }
  .hero h1 { order: 2; }
  .hero-video-wrap { order: 3; max-width: 620px; width: 100%; margin-bottom: 2.5rem; }
  .hero-body { order: 4; }
  .hero-availability { order: 5; }
  .cog-indicator { order: 6; }
  .hero-actions { order: 7; }
  .program-layout, .about-layout, .b2b-inner, .platform-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .offer-grid { grid-template-columns: 1fr; }
  .about-left { position: static; }
  .cred-grid { grid-template-columns: 1fr; }
  .callout { grid-template-columns: 1fr; }
  .flow-row { grid-template-columns: 1fr 1fr; }
  .platform-loop { grid-template-columns: 1fr; }
  .platform-buy-strip { grid-template-columns: 1fr; }
  .platform-loop div { border-right: none; border-bottom: 1px solid rgba(24,24,27,0.1); }
  .platform-loop div:last-child { border-bottom: none; }
  .hero-meta { gap: 2rem; }
  .b2b-inner { padding: 2rem; }
  .about-highlights { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .flow-row { grid-template-columns: 1fr; }
  .hero h1 { font-size: 2.6rem; }
  .hero-video { border-radius: 13px; }
}
