:root{--font-family-base: Graphik Web, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;--font-family-heading: Helvetica Now Display, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;--selection-background: rgba(139, 92, 246, 0.3);--selection-text: #0f0f0f;--color-primary: #8b5cf6;--color-primary-dark: #7c3aed;--color-primary-light: #a78bfa;--color-secondary: #10b981;--color-neutral-900: #0f0f0f;--color-neutral-700: #374151;--color-neutral-400: #9ca3af;--color-neutral-100: #f3f4f6;--color-white: #ffffff;--container-max-width: 1200px;--container-padding: 1.5rem}@media(max-width: 767px){:root{--container-padding: 1rem}}@media(min-width: 1280px){:root{--container-max-width: 1280px}}@media(min-width: 1536px){:root{--container-max-width: 1420px}}@media(min-width: 1920px){:root{--container-max-width: 1620px}}@media(min-width: 2560px){:root{--container-max-width: 2020px}}@font-face{font-family:"Helvetica Now Display";src:url("/assets/fonts/helvetica-now-display/HelveticaNowDisplay-ExtraBold.woff2") format("woff2");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:"Helvetica Now Display";src:url("/assets/fonts/helvetica-now-display/HelveticaNowDisplay-Black.woff2") format("woff2");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:"Graphik Web";src:url("/assets/fonts/graphik/Graphik Web-Regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Graphik Web";src:url("/assets/fonts/graphik/Graphik Web-Medium.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap}:root{--bg-primary: #0b0b0f;--bg-secondary: #111118;--bg-card: #16161e;--bg-card-hover: #1c1c26;--purple-glow: rgba(124, 58, 237, 0.15);--purple-glow-strong: rgba(124, 58, 237, 0.3);--gray-200: #d1d1d8;--gray-300: #a1a1aa;--gray-400: #71717a;--gray-600: #3f3f46;--color-bg: #0b0b0f;--color-bg-elevated: #16161e;--color-primary: #8b5cf6;--color-text: #ffffff;--color-text-secondary: #a1a1aa;--color-border: rgba(255, 255, 255, 0.1);--font-family-heading: Helvetica Now Display, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif}@keyframes fadeInDown{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:140px 1.5rem 80px;overflow:hidden;background:var(--bg-primary)}.hero::before{content:"";position:absolute;top:-200px;left:50%;transform:translateX(-50%);width:900px;height:900px;background:radial-gradient(ellipse at center, var(--purple-glow-strong) 0%, transparent 60%);pointer-events:none;z-index:0}.hero::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 30% 20%, rgba(124, 58, 237, 0.08) 0%, transparent 50%),radial-gradient(ellipse at 70% 60%, rgba(124, 58, 237, 0.05) 0%, transparent 50%);pointer-events:none;z-index:0}.hero>*{position:relative;z-index:1}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:rgba(124,58,237,.1);border:1px solid rgba(124,58,237,.2);border-radius:9999px;font-family:"Graphik Web","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:500;color:var(--gray-200);margin-bottom:2.5rem;backdrop-filter:blur(10px);animation:fadeInDown .8s ease-out;text-decoration:none;transition:all 200ms ease}.hero__badge:hover{background:rgba(124,58,237,.15);border-color:rgba(124,58,237,.3)}.hero__badge-icon{display:flex;align-items:center;font-size:15px}.hero__title{font-size:clamp(40px,6vw,72px);font-weight:500;line-height:1.15;letter-spacing:-0.025em;max-width:850px;margin:0 auto 2rem;animation:fadeInUp .8s ease-out .1s both;color:#fff}.hero__dot{color:#7c3aed}.hero__subtitle{font-family:"Graphik Web","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:clamp(16px,1.8vw,19px);font-weight:400;color:var(--gray-300);max-width:680px;margin:0 auto 3rem;line-height:1.7;animation:fadeInUp .8s ease-out .2s both}.hero__subtitle strong{color:#fff;font-weight:500}.hero__ctas{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;animation:fadeInUp .8s ease-out .3s both}.logo-bar{background:var(--bg-primary);padding:4rem 1.5rem}.logo-bar .container{max-width:1200px;margin:0 auto}.logo-bar__label{text-align:center;font-size:.75rem;font-weight:500;color:var(--gray-400);text-transform:uppercase;letter-spacing:.08em;margin-bottom:2.5rem}@media(max-width: 767px){.hero{padding:120px 1.25rem 4rem;min-height:auto}.hero__badge{font-size:12px;padding:.5rem 1rem;margin-bottom:2rem}.hero__title{margin-bottom:1.5rem}.hero__subtitle{margin-bottom:2.5rem}.hero__ctas{flex-direction:column;width:100%;max-width:320px;margin:0 auto}.hero__ctas .btn-primary,.hero__ctas .btn-secondary{width:100%;justify-content:center}.logo-bar{padding:3rem 1.25rem}.logo-bar__label{font-size:12px;margin-bottom:2rem}}@media(max-width: 480px){.hero__badge{font-size:11px;padding:7px 14px;gap:.5rem}.hero__badge-icon{font-size:13px}}section{padding:5rem 1.5rem}.section-label{font-family:"Graphik Web","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.75rem;font-weight:500;color:#8b5cf6;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}.section-title{font-family:"Helvetica Now Display","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:clamp(32px,4.5vw,48px);font-weight:500;line-height:1.15;color:#fff;margin-bottom:1.5rem}.section-sub{font-family:"Graphik Web","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1.125rem;line-height:1.7;color:var(--gray-300);max-width:640px}.products{background:var(--bg-primary);border-top:1px solid hsla(0,0%,100%,.04)}.products-header{text-align:center;margin-bottom:4rem}.products-header .section-sub{margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.25rem}@media(min-width: 1280px){.products-grid{grid-template-columns:repeat(2, 1fr)}}.product-card{background:var(--bg-card);border:1px solid hsla(0,0%,100%,.05);border-radius:.75rem;padding:2.5rem 2rem;display:flex;flex-direction:column;transition:all .35s;position:relative;overflow:hidden}.product-card::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg, transparent, #7c3aed, transparent);opacity:0;transition:opacity .35s}.product-card:hover{border-color:rgba(124,58,237,.2);background:var(--bg-card-hover);transform:translateY(-4px)}.product-card:hover::before{opacity:1}.product-card h3{font-family:"Helvetica Now Display","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1.35rem;font-weight:700;margin-bottom:1rem;letter-spacing:-0.01em;color:#fff}.product-card p{font-size:.875rem;color:var(--gray-300);line-height:1.7;flex:1;margin-bottom:2rem}.product-icon{width:48px;height:48px;background:rgba(124,58,237,.12);border-radius:.375rem;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:1.5rem}.product-audience{font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#8b5cf6;margin-bottom:.75rem}.product-link{display:inline-flex;align-items:center;gap:6px;font-size:.875rem;font-weight:600;color:#8b5cf6;transition:all 200ms;text-decoration:none}.product-link:hover{color:#fff;gap:10px}.diagnostic{background:var(--bg-secondary);position:relative;overflow:hidden}.diagnostic::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:700px;height:500px;background:radial-gradient(ellipse, var(--purple-glow) 0%, transparent 70%);pointer-events:none}.diagnostic-inner{position:relative;z-index:1;text-align:center;max-width:700px;margin:0 auto}.diagnostic-card{background:var(--bg-card);border:1px solid rgba(124,58,237,.15);border-radius:.75rem;padding:4rem 3rem;text-align:center}.diagnostic-card .section-title{max-width:550px;margin:0 auto 1rem;font-size:1.875rem}.diagnostic-card .section-sub{max-width:480px;margin:0 auto 2.5rem;text-align:center}.diagnostic-meta{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:1.5rem}.diagnostic-meta span{font-size:.75rem;color:var(--gray-400);display:flex;align-items:center;gap:6px}.diagnostic-meta span::before{content:"";width:4px;height:4px;background:#8b5cf6;border-radius:50%}.diagnostic-meta span:first-child::before{display:none}.proof{background:var(--bg-primary);border-top:1px solid hsla(0,0%,100%,.04)}.proof-stats{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;margin-bottom:5rem}.stat{text-align:center;padding:2.5rem 1.5rem;background:var(--bg-card);border:1px solid hsla(0,0%,100%,.05);border-radius:.75rem}.stat-number{font-family:"Helvetica Now Display","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:clamp(36px,4vw,52px);font-weight:800;letter-spacing:-0.03em;background:linear-gradient(135deg, #ffffff 0%, var(--gray-300) 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;margin-bottom:.5rem}.stat-label{font-size:.875rem;color:var(--gray-400);font-weight:500}.testimonials{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.25rem}.testimonial{background:var(--bg-card);border:1px solid hsla(0,0%,100%,.05);border-radius:.75rem;padding:2rem}.testimonial-quote{font-size:.875rem;color:var(--gray-200);line-height:1.7;margin-bottom:1.5rem;font-style:italic}.testimonial-quote::before{content:'"';color:#8b5cf6;font-size:24px;font-weight:700;line-height:1;margin-right:2px}.testimonial-author{font-size:.75rem;font-weight:600;color:#fff}.testimonial-role{font-size:12px;color:var(--gray-400);margin-top:2px}.class-section{background:var(--bg-secondary);position:relative;overflow:hidden}.class-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.class-content .section-sub{margin-bottom:2rem}.class-preview{width:100%;height:auto;border-radius:.75rem;display:block}.newsletter{background:var(--bg-primary);border-top:1px solid hsla(0,0%,100%,.04);text-align:center}.newsletter-inner{max-width:560px;margin:0 auto}.newsletter__eyebrow{display:inline-block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;color:#a78bfa;margin-bottom:.75rem}.newsletter__form{margin-top:2rem;max-width:420px;margin-inline:auto}.newsletter__hint{font-size:.875rem;color:#6b7280;margin-top:.75rem}.newsletter__proof{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1.5rem}.newsletter__avatars{display:flex;flex-shrink:0}.newsletter__avatar{width:36px;height:36px;border-radius:9999px;margin-left:-10px;border:2px solid var(--bg-primary);object-fit:cover}@media(min-width: 768px){.newsletter__avatar{width:40px;height:40px;margin-left:-12px}}.newsletter__avatar:first-child{margin-left:0}.newsletter__proof-text{font-size:.875rem;color:#6b7280;margin:0}.newsletter__proof-text strong{color:#d1d5db}.about{background:var(--bg-secondary)}.about-inner{max-width:720px;margin:0 auto;text-align:center}.about-text{font-size:1.125rem;color:var(--gray-300);line-height:1.7;margin-bottom:1.25rem}.about-text strong{color:#fff;font-weight:600}.about-highlight{font-size:19px;font-weight:600;color:var(--gray-200);margin-top:2rem;line-height:1.5}@media(min-width: 1400px){.hero__title{max-width:900px}}@media(max-width: 1023px){.products-grid{grid-template-columns:1fr;gap:1rem}.proof-stats{grid-template-columns:1fr;gap:1rem}.testimonials{grid-template-columns:1fr}.class-inner{grid-template-columns:1fr;gap:3rem}}@media(max-width: 767px){section{padding:4rem 1.25rem}.diagnostic-card{padding:3rem 1.5rem}.diagnostic-meta{flex-direction:column;gap:.75rem}}