.app{min-height:100vh;background-color:#040713;position:relative}.background-grain{position:fixed;top:0;left:0;right:0;bottom:0;opacity:.02;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");pointer-events:none;z-index:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes glow{0%,to{box-shadow:0 0 20px #4c82ff4d}50%{box-shadow:0 0 40px #4c82ff80}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes breathe{0%,to{opacity:.25}50%{opacity:.4}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.landing-header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:20px 32px;background-color:transparent;transition:background-color .3s ease,backdrop-filter .3s ease}.landing-header.scrolled{background-color:#000000e6;border-bottom:1px solid rgba(255,255,255,.05);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.header-content{display:flex;align-items:center;justify-content:space-between;max-width:1400px;width:100%;margin:0 auto}.logo-container{display:flex;align-items:center;gap:12px;cursor:pointer}.logo-icon{width:40px;height:40px;border-radius:10px;object-fit:contain}.logo-text{font-size:16px;font-weight:700;color:#fff;letter-spacing:3px}.nav-container{display:flex;gap:8px}.nav-container a{padding:10px 20px;font-size:11px;font-weight:500;color:#ffffff80;letter-spacing:2px;transition:color .2s}.nav-container a:hover{color:#fffc}.header-cta .cta-button{display:inline-block;background-color:#fff;padding:12px 24px;font-size:11px;font-weight:700;color:#000;letter-spacing:2px;transition:all .3s ease;position:relative;overflow:hidden}.header-cta .cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s ease}.header-cta .cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 20px #ffffff4d}.header-cta .cta-button:hover:before{left:100%}.menu-button{display:none;flex-direction:column;gap:6px;padding:8px;cursor:pointer}.menu-line{width:24px;height:2px;background-color:#fff}.menu-line-short{width:16px}.hero-section{min-height:90vh;padding:140px 24px 80px;background-color:#040713;position:relative;overflow:hidden}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.hero-orb1{position:absolute;top:-200px;right:-100px;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,#4c82ff40,#4c82ff00 70%);animation:float 8s ease-in-out infinite,breathe 4s ease-in-out infinite}.hero-orb2{position:absolute;bottom:-300px;left:-200px;width:800px;height:800px;border-radius:50%;background:radial-gradient(circle,#ff5f5726,#ff5f5700 70%);animation:float 10s ease-in-out infinite reverse,breathe 5s ease-in-out infinite}.hero-grid{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.03;background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);background-size:60px 60px}.hero-content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:80px;max-width:1400px;width:100%;margin:0 auto;position:relative;z-index:1}.hero-text-block{flex:1;max-width:700px;display:flex;flex-direction:column;gap:32px}.brand-row{display:flex;align-items:center;gap:16px}.brand-logo{width:48px;height:48px;border-radius:8px;object-fit:contain}.live-indicator{display:flex;align-items:center;gap:8px;background-color:#4c82ff1a;padding:8px 14px;border-radius:100px;border:1px solid rgba(76,130,255,.3)}.live-dot{width:8px;height:8px;border-radius:4px;background-color:#4c82ff;animation:pulse 2s ease-in-out infinite}.live-text{font-size:12px;font-weight:700;color:#4c82ff;letter-spacing:1.5px}.headline-container{display:flex;flex-direction:column;gap:0}.headline-small{font-size:24px;font-weight:400;color:#fff9;letter-spacing:4px;margin-bottom:8px;animation:fadeInUp .8s ease-out both;animation-delay:.1s}.headline-large{font-family:var(--font-inter);font-size:90px;font-weight:900;color:#fff;letter-spacing:-4px;line-height:1;text-shadow:0 0 80px rgba(255,255,255,.1);animation:fadeInUp .8s ease-out both;animation-delay:.2s}.headline-accent{font-family:var(--font-playfair);font-style:italic;font-weight:500;letter-spacing:-1px}.headline-period{font-family:var(--font-playfair);font-size:90px;font-weight:400;color:#ff5f57;line-height:1}.subheadline{font-size:20px;font-weight:400;color:#ffffffa6;line-height:1.6;max-width:560px;animation:fadeInUp .8s ease-out both;animation-delay:.4s}.cta-container{display:flex;flex-direction:column;gap:16px;margin-top:8px;animation:fadeInUp .8s ease-out both;animation-delay:.5s}.email-input-wrapper{display:flex;flex-direction:row;gap:12px;max-width:580px}.email-input{flex:1;height:68px;min-width:340px;background-color:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:0 24px;font-size:17px;font-weight:400;color:#fff;transition:all .3s ease}.email-input:focus{border-color:#4c82ff80;background-color:#ffffff14;box-shadow:0 0 0 3px #4c82ff1a}.submit-button{height:68px;border-radius:14px;overflow:hidden;background:linear-gradient(135deg,#4c82ff,#3366e6);display:flex;align-items:center;justify-content:center;gap:10px;padding:0 28px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #4c82ff4d}.submit-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #4c82ff66}.submit-button-text{font-size:15px;font-weight:700;color:#fff;letter-spacing:1px}.submit-button svg{color:#fff}.cta-note{font-size:14px;font-weight:400;color:#fff6}.proof-strip{display:flex;flex-direction:row;gap:32px;padding-top:32px;border-top:1px solid rgba(255,255,255,.08);margin-top:16px;animation:fadeInUp .8s ease-out both;animation-delay:.6s}.proof-item{display:flex;flex-direction:column;gap:4px}.proof-number{font-family:var(--font-inter);font-size:28px;font-weight:800;color:#fff;background:linear-gradient(135deg,#fff,#fffc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.proof-label{font-size:14px;font-weight:400;color:#ffffff80}.proof-divider{width:1px;height:40px;background-color:#ffffff14}.features-section{padding:120px 32px;background-color:#040713;border-top:1px solid rgba(255,255,255,.05)}.section-header{display:flex;flex-direction:row;gap:80px;max-width:1200px;width:100%;margin:0 auto 100px}.section-header-left{display:flex;align-items:flex-start;gap:24px}.section-number{font-size:14px;font-weight:500;color:#ffffff4d;letter-spacing:2px}.section-line{width:80px;height:1px;background-color:#ffffff1a;margin-top:8px}.section-header-right{flex:1;display:flex;flex-direction:column;gap:16px}.section-label{font-size:11px;font-weight:600;color:#00c2ff;letter-spacing:3px}.section-title{font-family:var(--font-inter);font-size:64px;font-weight:800;color:#fff;letter-spacing:-3px;line-height:1.1;text-shadow:0 0 60px rgba(255,255,255,.08)}.section-title-accent{font-family:var(--font-playfair);font-style:italic;font-weight:400;color:#ffffff80;letter-spacing:0}.features-list{max-width:1200px;width:100%;margin:0 auto}.feature-row{display:flex;flex-direction:row;align-items:flex-start;padding:48px 0;gap:48px;position:relative;border-bottom:1px solid rgba(255,255,255,.05);transition:all .4s ease}.feature-row:hover{background:linear-gradient(90deg,rgba(76,130,255,.03) 0%,transparent 100%);padding-left:24px;margin-left:-24px;margin-right:-24px;padding-right:24px}.feature-row:last-child{border-bottom:none}.feature-number{width:100px}.feature-number-text{font-size:72px;font-weight:700;letter-spacing:-2px}.feature-number-text.accent-red{color:#ff3b5c}.feature-number-text.accent-cyan{color:#00c2ff}.feature-number-text.accent-blue{color:#00d4ff}.feature-number-text.accent-yellow{color:#ffb800}.feature-title{width:280px}.feature-title-text{font-family:var(--font-inter);font-size:32px;font-weight:800;color:#fff;letter-spacing:-2px;line-height:1.2;white-space:pre-line;text-shadow:0 0 40px rgba(255,255,255,.05)}.feature-description{flex:1;display:flex;align-items:flex-start;gap:24px}.feature-description-text{flex:1;font-size:17px;font-weight:400;color:#ffffff80;line-height:1.65;max-width:400px}.feature-icon{width:48px;height:48px;border:1px solid rgba(255,255,255,.1);display:flex;justify-content:center;align-items:center;transition:all .3s ease;background:transparent}.feature-row:hover .feature-icon{border-color:#4c82ff4d;background:#4c82ff1a;transform:scale(1.1)}.feature-icon svg{width:20px;height:20px;transition:transform .3s ease}.feature-row:hover .feature-icon svg{transform:scale(1.1)}.bottom-stats{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:64px;margin-top:80px;padding-top:64px;border-top:1px solid rgba(255,255,255,.05)}.bottom-stat-item{display:flex;flex-direction:column;align-items:center;gap:8px}.bottom-stat-number{font-family:var(--font-inter);font-size:48px;font-weight:800;color:#fff}.bottom-stat-label{font-size:14px;font-weight:400;color:#fff6}.bottom-stat-divider{width:1px;height:60px;background-color:#ffffff1a}.psychology-section{padding:140px 24px;background-color:#040713;position:relative;overflow:hidden}.psychology-content{max-width:1000px;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:32px}.psychology-tag{background-color:#ff5f571a;padding:6px 12px;border-radius:100px;border:1px solid rgba(255,95,87,.2)}.psychology-tag-text{color:#ff5f57;font-size:12px;font-weight:600;letter-spacing:1px}.psychology-title{font-family:var(--font-inter);font-size:80px;font-weight:900;color:#fff;text-align:center;letter-spacing:-4px;line-height:1.1}.psychology-accent{font-family:var(--font-playfair);font-style:italic;font-weight:500;letter-spacing:-1px}.psychology-dimmed{color:#fff3}.psychology-description{font-size:20px;font-weight:400;color:#ffffffb3;text-align:center;max-width:700px;line-height:1.6}.psychology-italic{font-style:italic}.metrics-row{display:flex;flex-direction:row;justify-content:center;gap:64px;margin-top:48px;width:100%;padding-top:48px;border-top:1px solid rgba(255,255,255,.1)}.metric-item{display:flex;flex-direction:column;align-items:center;gap:8px}.metric-value{font-family:var(--font-inter);font-size:48px;font-weight:800;color:#fff}.metric-label{font-size:16px;font-weight:600;color:#00c2ff}.metric-desc{font-size:14px;font-weight:400;color:#ffffff80}.testimonials-section{padding:120px 32px;background-color:#040713;border-top:1px solid rgba(255,255,255,.05)}.testimonials-header{max-width:1200px;width:100%;margin:0 auto 80px}.testimonials-header-top{display:flex;align-items:center;gap:24px}.testimonials-label{font-size:11px;font-weight:600;color:#ffb800;letter-spacing:3px}.testimonial-display{max-width:1000px;width:100%;margin:0 auto 64px}.quote-container{margin-bottom:48px}.quote-open{font-size:200px;font-weight:700;color:#ffffff0d;line-height:.8;margin-bottom:-40px}.quote-text{font-family:var(--font-inter);font-size:48px;font-weight:600;color:#fff;letter-spacing:-1px;line-height:1.35;text-shadow:0 0 60px rgba(255,255,255,.08);animation:fadeIn .5s ease-out}.author-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:32px}.author-info{display:flex;align-items:center;gap:16px}.author-avatar{width:56px;height:56px;border-radius:50%;background-color:#ffb8001a;display:flex;justify-content:center;align-items:center}.author-initial{font-size:22px;font-weight:700;color:#ffb800}.author-name{font-size:18px;font-weight:600;color:#fff;margin-bottom:4px}.author-role{font-size:14px;font-weight:400;color:#fff6}.metric-box{background-color:#ffffff08;border:1px solid rgba(255,255,255,.08);padding:20px 32px;transition:all .3s ease}.metric-box:hover{border-color:#00c2ff4d;background-color:#00c2ff0d;transform:translateY(-4px)}.metric-box-number{font-size:36px;font-weight:700;color:#00c2ff;margin-bottom:4px}.metric-box-label{font-size:12px;font-weight:500;color:#fff6;letter-spacing:1px;text-transform:uppercase}.testimonial-navigation{display:flex;justify-content:space-between;align-items:center;max-width:1200px;width:100%;margin:0 auto 32px}.nav-progress{display:flex;align-items:center;gap:12px}.nav-current{font-size:24px;font-weight:700;color:#fff}.nav-line{width:48px;height:1px;background-color:#fff3}.nav-total{font-size:16px;font-weight:500;color:#ffffff4d}.nav-buttons{display:flex;gap:8px}.nav-button{width:56px;height:56px;border:1px solid rgba(255,255,255,.2);display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease}.nav-button:hover{background-color:#ffffff0d;border-color:#fff6;transform:scale(1.05)}.nav-button.active{background-color:#fff;border-color:#fff}.nav-button.active svg{color:#000}.testimonial-dots{display:flex;justify-content:center;gap:8px}.testimonial-dot{width:8px;height:8px;border-radius:4px;background-color:#fff3;cursor:pointer;transition:width .2s,background-color .2s}.testimonial-dot.active{background-color:#ffb800;width:24px}.sessions-section{padding:120px 32px;background-color:#040713;border-top:1px solid rgba(255,255,255,.05)}.sessions-header{max-width:1200px;width:100%;margin:0 auto 80px}.sessions-header-top{display:flex;align-items:center;gap:24px;margin-bottom:24px}.sessions-label{font-size:11px;font-weight:600;color:#00d4ff;letter-spacing:3px}.sessions-title{font-family:var(--font-inter);font-size:56px;font-weight:800;color:#fff;letter-spacing:-2px;line-height:1.15;text-shadow:0 0 60px rgba(255,255,255,.08)}.sessions-title-light{font-family:var(--font-playfair);font-style:italic;font-weight:400;color:#fff6;letter-spacing:0}.timeline{max-width:1000px;width:100%;margin:0 auto}.timeline-item{display:flex;min-height:180px}.time-column{width:140px;padding-top:4px}.time-text{font-size:18px;font-weight:700;color:#fff;margin-bottom:4px}.phase-text{font-size:10px;font-weight:500;color:#ffffff4d;letter-spacing:1px}.line-column{width:60px;display:flex;flex-direction:column;align-items:center}.timeline-dot{width:28px;height:28px;border-radius:50%;border:2px solid rgba(255,255,255,.2);display:flex;justify-content:center;align-items:center;background-color:#000}.timeline-dot.active{border-color:#00c2ff;background-color:#00c2ff1a}.timeline-dot.complete{border-color:#00c2ff;background-color:#00c2ff}.dot-pulse{width:10px;height:10px;border-radius:50%;background-color:#00c2ff;animation:pulse 2s ease-in-out infinite}.timeline-line{flex:1;width:2px;background-color:#ffffff1a;margin:8px 0}.timeline-line.complete{background-color:#00c2ff}.content-column{flex:1;padding-bottom:32px}.content-card{background-color:#ffffff05;border:1px solid rgba(255,255,255,.05);padding:24px;transition:all .3s ease}.content-card:hover{background-color:#ffffff0a;border-color:#ffffff1a;transform:translate(8px)}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.icon-box{width:48px;height:48px;border:1px solid rgba(255,255,255,.1);display:flex;justify-content:center;align-items:center}.status-badge{padding:4px 10px;border:1px solid rgba(255,255,255,.2);font-size:9px;font-weight:600;color:#fff6;letter-spacing:1px}.status-badge.active{border-color:#00c2ff;background-color:#00c2ff1a;color:#00c2ff}.status-badge.complete{border-color:#ffffff1a;background-color:#ffffff0d;color:#ffffff80}.card-title{font-family:var(--font-inter);font-size:24px;font-weight:800;color:#fff;margin-bottom:8px;text-shadow:0 0 40px rgba(255,255,255,.05)}.card-description{font-size:15px;font-weight:400;color:#ffffff80;line-height:1.6}.session-bottom-note{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:64px;padding-top:40px;border-top:1px solid rgba(255,255,255,.05)}.note-icon{width:40px;height:40px;border:1px solid rgba(0,194,255,.3);display:flex;justify-content:center;align-items:center}.note-text{font-size:16px;font-weight:400;color:#ffffff80}.note-highlight{color:#00c2ff;font-weight:600}.faq-section{padding:120px 32px;background-color:#040713;border-top:1px solid rgba(255,255,255,.05)}.faq-header{max-width:1200px;width:100%;margin:0 auto 80px}.faq-header-top{display:flex;align-items:center;gap:24px;margin-bottom:24px}.faq-label{font-size:11px;font-weight:600;color:#ff3b5c;letter-spacing:3px}.faq-title{font-family:var(--font-inter);font-size:64px;font-weight:800;color:#fff;letter-spacing:-3px;line-height:1.1;text-shadow:0 0 60px rgba(255,255,255,.08)}.faq-title-light{font-family:var(--font-playfair);font-style:italic;font-weight:400;color:#fff6;letter-spacing:0}.faq-grid{max-width:900px;width:100%;margin:0 auto}.faq-item{border-bottom:1px solid rgba(255,255,255,.05);transition:all .3s ease}.faq-item:hover{background:linear-gradient(90deg,rgba(0,194,255,.02) 0%,transparent 100%)}.faq-item.expanded{border-bottom-color:#00c2ff33;background:linear-gradient(90deg,rgba(0,194,255,.05) 0%,transparent 100%)}.faq-header-row{display:flex;align-items:flex-start;padding:28px 0;gap:24px;cursor:pointer}.faq-number{font-size:12px;font-weight:500;color:#fff3;letter-spacing:1px;width:30px;padding-top:4px}.faq-question{flex:1;font-size:18px;font-weight:500;color:#fff;line-height:1.55}.faq-icon{width:36px;height:36px;border:1px solid rgba(255,255,255,.1);display:flex;justify-content:center;align-items:center;transition:border-color .2s,background-color .2s}.faq-icon.expanded{border-color:#00c2ff4d;background-color:#00c2ff0d}.faq-answer{padding-left:54px;padding-bottom:28px;padding-right:60px}.faq-answer-text{font-size:16px;font-weight:400;color:#ffffff80;line-height:1.75}.contact-cta{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:24px;margin-top:80px;padding-top:48px;border-top:1px solid rgba(255,255,255,.05)}.contact-text{font-size:18px;font-weight:400;color:#ffffff80}.contact-button{display:flex;align-items:center;gap:12px;border:1px solid rgba(255,255,255,.2);padding:14px 24px;cursor:pointer;transition:all .3s ease}.contact-button:hover{background-color:#ffffff0d;border-color:#4c82ff;transform:translateY(-2px);box-shadow:0 4px 20px #4c82ff33}.contact-button-text{font-size:12px;font-weight:600;color:#fff;letter-spacing:2px}.cta-section{padding:160px 32px;background-color:#040713;border-top:1px solid rgba(255,255,255,.05);position:relative;overflow:hidden}.cta-bg-elements{position:absolute;top:0;left:0;right:0;bottom:0}.cta-bg-circle1{position:absolute;top:-200px;right:-200px;width:600px;height:600px;border-radius:50%;border:1px solid rgba(255,255,255,.02)}.cta-bg-circle2{position:absolute;bottom:-300px;left:-200px;width:800px;height:800px;border-radius:50%;background-color:#00c2ff05}.cta-content{max-width:800px;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}.urgency-banner{display:flex;align-items:center;gap:12px;background-color:#ff3b5c1a;border:1px solid rgba(255,59,92,.3);padding:12px 20px;margin-bottom:48px;animation:fadeInUp .8s ease-out both,glow 2s ease-in-out infinite;animation-delay:0s,0s}@keyframes urgencyGlow{0%,to{box-shadow:0 0 10px #ff3b5c33}50%{box-shadow:0 0 25px #ff3b5c66}}.urgency-dot{width:8px;height:8px;border-radius:50%;background-color:#ff3b5c;animation:pulse 1.5s ease-in-out infinite}.urgency-text{font-size:12px;font-weight:600;color:#ff3b5c;letter-spacing:2px}.urgency-number{font-weight:700}.cta-title{font-family:var(--font-inter);font-size:140px;font-weight:900;color:#fff;text-align:center;letter-spacing:-10px;animation:fadeInUp .8s ease-out both;line-height:.93;margin-bottom:32px}.cta-title-accent{font-family:var(--font-playfair);font-style:italic;font-weight:500;letter-spacing:-2px;background:linear-gradient(135deg,#00c2ff,#4c82ff,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;background-size:200% auto;animation:shimmer 3s ease-in-out infinite}.cta-subtitle{font-size:20px;font-weight:400;color:#ffffff80;text-align:center;line-height:1.6;margin-bottom:48px}.cta-form-container{display:flex;flex-direction:row;gap:0;width:100%;max-width:560px;margin-bottom:32px}.cta-input-wrapper{flex:1}.cta-email-input{width:100%;height:72px;background-color:#ffffff08;border:1px solid rgba(255,255,255,.1);border-right:none;padding:0 24px;font-size:14px;font-weight:500;color:#fff;letter-spacing:2px;transition:all .3s ease}.cta-email-input:focus{border-color:#00c2ff80;background-color:#ffffff0d}.cta-submit-button{height:72px;background:linear-gradient(135deg,#00c2ff,#00d4ff);padding:0 36px;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 30px #00c2ff4d;position:relative;overflow:hidden}.cta-submit-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.cta-submit-button:hover{transform:translateY(-3px);box-shadow:0 8px 40px #00c2ff80}.cta-submit-button:hover:before{left:100%}.cta-submit-text{font-size:14px;font-weight:700;color:#000;letter-spacing:2px}.trust-row{display:flex;align-items:center;gap:24px;flex-wrap:wrap;justify-content:center;margin-bottom:48px}.trust-item{display:flex;align-items:center;gap:8px}.trust-text{font-size:13px;font-weight:500;color:#fff6}.trust-divider{width:4px;height:4px;background-color:#fff3}.progress-container{width:100%;max-width:400px}.progress-bar{height:4px;background-color:#ffffff1a;margin-bottom:12px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#00c2ff,#4c82ff);transition:width .5s ease;position:relative}.progress-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}.progress-labels{display:flex;justify-content:space-between}.progress-label{font-size:12px;font-weight:400;color:#ffffff4d}.landing-footer{background-color:#040713;padding:80px 32px;border-top:1px solid rgba(255,255,255,.05)}.footer-content{max-width:1200px;width:100%;margin:0 auto}.footer-top-section{display:flex;flex-direction:row;justify-content:space-between;gap:64px;margin-bottom:64px}.footer-brand-column{max-width:280px;display:flex;flex-direction:column;gap:20px}.footer-logo-row{display:flex;align-items:center;gap:12px}.footer-logo{width:40px;height:40px;border-radius:10px;object-fit:contain}.footer-logo-text{font-size:14px;font-weight:700;color:#fff;letter-spacing:3px}.footer-tagline{font-size:14px;font-weight:400;color:#fff6;line-height:1.6}.footer-social-row{display:flex;gap:8px}.social-button{width:40px;height:40px;border:1px solid rgba(255,255,255,.1);display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease;background:transparent}.social-button:hover{border-color:#4c82ff;background:#4c82ff1a;transform:translateY(-3px)}.social-button:hover svg{fill:#4c82ff}.footer-links-container{display:flex;flex-wrap:wrap;gap:64px}.footer-link-column{min-width:100px;display:flex;flex-direction:column;gap:12px}.footer-link-header{font-size:10px;font-weight:600;color:#ffffff4d;letter-spacing:2px;margin-bottom:8px}.footer-link-text{font-size:14px;font-weight:400;color:#ffffff80;cursor:pointer;transition:color .2s}.footer-link-text:hover{color:#fffc}.footer-bottom-section{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:20px;padding-top:32px;border-top:1px solid rgba(255,255,255,.05)}.footer-copyright{font-size:12px;font-weight:400;color:#ffffff4d}.footer-status-badge{display:flex;align-items:center;gap:8px}.footer-status-dot{width:6px;height:6px;border-radius:50%;background-color:#00c2ff}.footer-status-text{font-size:10px;font-weight:500;color:#00c2ff;letter-spacing:2px}@media (max-width: 1024px){.hero-content{flex-direction:column;gap:60px}.hero-text-block{max-width:100%}.headline-large,.headline-period{font-size:72px;letter-spacing:-1px}.headline-small{font-size:18px}.section-header{flex-direction:column;gap:32px}.section-title{font-size:48px}.feature-row{flex-direction:column;gap:24px}.feature-number{width:auto}.feature-number-text{font-size:48px}.feature-title{width:auto}.feature-title-text{font-size:24px}.psychology-title{font-size:48px}.quote-text{font-size:36px}.quote-open{font-size:120px}.sessions-title{font-size:44px}.faq-title{font-size:48px}.cta-title{font-size:100px;letter-spacing:-3px}.cta-form-container{flex-direction:column}.cta-email-input{border-right:1px solid rgba(255,255,255,.1)}}.back-to-top{position:fixed;bottom:32px;right:32px;width:48px;height:48px;background:linear-gradient(135deg,#4c82ff,#3366e6);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:999;color:#fff;box-shadow:0 4px 20px #4c82ff66;transition:all .3s ease;animation:fadeInUp .3s ease-out}.back-to-top:hover{transform:translateY(-4px);box-shadow:0 8px 30px #4c82ff80}.quote-container{animation:fadeIn .5s ease-out}.testimonial-display .author-row{animation:slideInLeft .5s ease-out;animation-delay:.2s;animation-fill-mode:both}@media (max-width: 768px){.nav-container{display:none}.menu-button{display:flex}.headline-large,.headline-period{font-size:48px;letter-spacing:-1px}.headline-small{font-size:16px;letter-spacing:2px}.subheadline{font-size:17px}.email-input-wrapper{flex-direction:column}.proof-strip{flex-direction:column;gap:20px}.proof-divider{width:80px;height:1px}.section-title{font-size:36px}.bottom-stats{flex-direction:column;gap:32px}.bottom-stat-divider{width:80px;height:1px}.metrics-row{flex-direction:column;gap:40px}.quote-text{font-size:28px}.author-row{flex-direction:column;align-items:flex-start}.timeline-item{flex-direction:column}.time-column{width:100%;display:flex;gap:12px;margin-bottom:12px}.line-column{display:none}.sessions-title{font-size:32px}.faq-title{font-size:36px}.contact-cta{flex-direction:column}.cta-title{font-size:64px;letter-spacing:-2px}.footer-top-section{flex-direction:column}.footer-brand-column{max-width:100%}.footer-bottom-section{flex-direction:column;text-align:center}.back-to-top{bottom:20px;right:20px;width:44px;height:44px}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box;border:0;font:inherit;vertical-align:baseline}html{line-height:1;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth}:root{--font-inter: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-playfair: "Playfair Display", serif}body{font-family:var(--font-inter);background-color:#040713;color:#fff;overflow-x:hidden;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}ul,ol{list-style:none}a{color:inherit;text-decoration:none}button{background:none;cursor:pointer;font-family:inherit}input,textarea{background:none;outline:none;font-family:inherit}input::placeholder{color:#ffffff59}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}img{display:block;max-width:100%}.font-regular{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}
