.Navbar-module__cJzEcG__navbar{z-index:1000;padding:20px 0;transition:all .4s;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(20px);background:#fffffff2;border-bottom:1px solid #0000000f;padding:12px 0;box-shadow:0 2px 20px #0000000f}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.Navbar-module__cJzEcG__logo{z-index:1001;align-items:center;gap:12px;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoIcon{color:#fff;background:#826af1;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:800;display:flex}.Navbar-module__cJzEcG__logoText{color:#1c1c1c;letter-spacing:-.02em;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:700}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:8px;margin:0;padding:0;list-style:none;display:flex}.Navbar-module__cJzEcG__navLinks li a{color:#7e7e7e;border-radius:50px;padding:8px 18px;font-family:Inter,sans-serif;font-size:.92rem;font-weight:500;text-decoration:none;transition:all .3s}.Navbar-module__cJzEcG__navLinks li a:hover{color:#826af1;background:#826af10f}.Navbar-module__cJzEcG__ctaBtn{color:#fff;background:#826af1;border-radius:50px;align-items:center;gap:8px;padding:11px 26px;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #826af140}.Navbar-module__cJzEcG__ctaBtn:hover{transform:translateY(-2px);box-shadow:0 6px 30px #826af166}.Navbar-module__cJzEcG__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.Navbar-module__cJzEcG__hamburger span{background:#1c1c1c;border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.Navbar-module__cJzEcG__hamburgerOpen span:first-child{transform:rotate(45deg)translate(5px,5px)}.Navbar-module__cJzEcG__hamburgerOpen span:nth-child(2){opacity:0}.Navbar-module__cJzEcG__hamburgerOpen span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Navbar-module__cJzEcG__overlay{z-index:999;background:#0000004d;position:fixed;inset:0}@media (max-width:768px){.Navbar-module__cJzEcG__navLinks{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);z-index:1000;background:#fffffffa;border-left:1px solid #0000000f;flex-direction:column;justify-content:center;gap:8px;width:280px;height:100vh;padding:80px 32px;transition:right .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%}.Navbar-module__cJzEcG__navLinks.Navbar-module__cJzEcG__open{right:0}.Navbar-module__cJzEcG__navLinks li a{color:#1c1c1c;width:100%;padding:14px 20px;font-size:1.1rem;display:block}.Navbar-module__cJzEcG__ctaBtn{display:none}.Navbar-module__cJzEcG__hamburger{display:flex}}
.Hero-module__ZARIfG__hero{background:linear-gradient(#f8faff 0%,#f0f0ff 50%,#fff 100%);align-items:center;min-height:100vh;padding:120px 0 140px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__bgOrb1{filter:blur(120px);pointer-events:none;background:#826af10f;border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;right:-100px}.Hero-module__ZARIfG__bgOrb2{filter:blur(100px);pointer-events:none;background:#10d5880d;border-radius:50%;width:400px;height:400px;position:absolute;bottom:-100px;left:-100px}.Hero-module__ZARIfG__bgOrb3{filter:blur(80px);pointer-events:none;background:#826af10a;border-radius:50%;width:300px;height:300px;position:absolute;top:40%;left:50%}.Hero-module__ZARIfG__gridPattern{pointer-events:none;background-image:linear-gradient(#826af108 1px,#0000 1px),linear-gradient(90deg,#826af108 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.Hero-module__ZARIfG__container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1200px;margin:0 auto;padding:0 24px;display:grid;position:relative}.Hero-module__ZARIfG__content{animation:1s forwards Hero-module__ZARIfG__heroFadeIn}@keyframes Hero-module__ZARIfG__heroFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Hero-module__ZARIfG__badge{color:#826af1;background:#826af114;border:1px solid #826af126;border-radius:50px;align-items:center;gap:10px;margin-bottom:28px;padding:8px 20px;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;display:inline-flex}.Hero-module__ZARIfG__badgeDot{background:#826af1;border-radius:50%;width:8px;height:8px;animation:2s infinite Hero-module__ZARIfG__pulseDot}@keyframes Hero-module__ZARIfG__pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.Hero-module__ZARIfG__title{color:#1c1c1c;margin-bottom:24px;font-family:Poppins,sans-serif;font-size:clamp(2.4rem,4.5vw,3.8rem);font-weight:800;line-height:1.15}.Hero-module__ZARIfG__highlight{background:linear-gradient(135deg,#826af1,#10d588);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__ZARIfG__subtitle{color:#7e7e7e;max-width:520px;margin-bottom:36px;font-size:1.1rem;line-height:1.8}.Hero-module__ZARIfG__buttons{flex-wrap:wrap;gap:16px;margin-bottom:48px;display:flex}.Hero-module__ZARIfG__btnMain,.Hero-module__ZARIfG__btnSec{font-size:.95rem!important}.Hero-module__ZARIfG__stats{align-items:center;gap:28px;display:flex}.Hero-module__ZARIfG__stat{flex-direction:column;gap:2px;display:flex}.Hero-module__ZARIfG__statNum{color:#1c1c1c;font-family:Poppins,sans-serif;font-size:1.6rem;font-weight:700}.Hero-module__ZARIfG__statLabel{color:#ababab;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:500}.Hero-module__ZARIfG__statDiv{background:#00000014;width:1px;height:40px}.Hero-module__ZARIfG__visual{opacity:0;justify-content:center;align-items:center;animation:1s .3s forwards Hero-module__ZARIfG__heroFadeIn;display:flex;position:relative}.Hero-module__ZARIfG__videoMockup{background:#1a1a2e;border-radius:16px;width:100%;max-width:480px;transition:transform .4s;position:relative;overflow:hidden;box-shadow:0 25px 60px #826af140,0 0 0 1px #826af11f,0 0 80px #826af114}.Hero-module__ZARIfG__videoTopBar{background:linear-gradient(#252542,#1e1e38);border-bottom:1px solid #ffffff0f;align-items:center;gap:12px;padding:10px 16px;display:flex}.Hero-module__ZARIfG__topBarDots{gap:6px;display:flex}.Hero-module__ZARIfG__dot{border-radius:50%;width:10px;height:10px;display:block}.Hero-module__ZARIfG__dot[data-color=red]{background:#ff5f57}.Hero-module__ZARIfG__dot[data-color=yellow]{background:#febc2e}.Hero-module__ZARIfG__dot[data-color=green]{background:#28c840}.Hero-module__ZARIfG__topBarTitle{color:#ffffff73;letter-spacing:.02em;text-align:center;flex:1;padding-right:42px;font-family:Inter,sans-serif;font-size:.72rem}.Hero-module__ZARIfG__videoArea{aspect-ratio:16/9;background:linear-gradient(145deg,#16132b 0%,#1f1b3a 50%,#1a1634 100%);justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__videoOverlay{pointer-events:none;background:radial-gradient(at 30% 40%,#826af11f 0%,#0000 60%),radial-gradient(at 70% 60%,#10d58814 0%,#0000 60%);position:absolute;inset:0}.Hero-module__ZARIfG__videoContent{z-index:2;flex-direction:column;align-items:center;gap:16px;display:flex;position:relative}.Hero-module__ZARIfG__playCircle{cursor:pointer;background:linear-gradient(135deg,#826af1,#6c4fd6);border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;transition:all .35s;display:flex;box-shadow:0 8px 30px #826af166}.Hero-module__ZARIfG__playCircle:hover{transform:scale(1.12);box-shadow:0 12px 44px #826af18c}.Hero-module__ZARIfG__playCircle svg{margin-left:3px}.Hero-module__ZARIfG__videoLabel{color:#ffffff80;letter-spacing:.04em;font-family:Inter,sans-serif;font-size:.82rem}.Hero-module__ZARIfG__waveformBars{align-items:flex-end;gap:3px;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__waveBar{background:linear-gradient(#826af180,#10d5884d);border-radius:2px;width:3px;animation:1.4s ease-in-out infinite alternate Hero-module__ZARIfG__waveAnim;display:block}@keyframes Hero-module__ZARIfG__waveAnim{0%{opacity:.4;transform:scaleY(.5)}to{opacity:.8;transform:scaleY(1)}}.Hero-module__ZARIfG__videoControls{background:linear-gradient(#1e1e38,#252542);border-top:1px solid #ffffff0d;padding:8px 16px 10px}.Hero-module__ZARIfG__progressTrack{background:#ffffff1a;border-radius:2px;width:100%;height:3px;margin-bottom:8px;overflow:hidden}.Hero-module__ZARIfG__progressFill{background:linear-gradient(90deg,#826af1,#10d588);border-radius:2px;width:0%;height:100%}.Hero-module__ZARIfG__controlRow{justify-content:space-between;align-items:center;display:flex}.Hero-module__ZARIfG__controlLeft{align-items:center;gap:10px;display:flex}.Hero-module__ZARIfG__controlLeft svg{opacity:.7;cursor:pointer}.Hero-module__ZARIfG__timestamp{color:#fff6;letter-spacing:.03em;font-family:Inter,sans-serif;font-size:.7rem}.Hero-module__ZARIfG__controlRight{align-items:center;gap:8px;display:flex}.Hero-module__ZARIfG__controlRight svg{opacity:.5;cursor:pointer;transition:opacity .2s}.Hero-module__ZARIfG__controlRight svg:hover{opacity:.9}.Hero-module__ZARIfG__videoShadow{filter:blur(24px);pointer-events:none;background:#826af121;border-radius:50%;width:76%;height:28px;position:absolute;bottom:-18px;left:12%}.Hero-module__ZARIfG__floatingCard1,.Hero-module__ZARIfG__floatingCard2{color:#1c1c1c;white-space:nowrap;background:#fff;border:1px solid #0000000f;border-radius:14px;align-items:center;gap:10px;padding:12px 20px;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;display:flex;position:absolute;box-shadow:0 8px 30px #00000014}.Hero-module__ZARIfG__floatingCard1{animation:4s ease-in-out infinite Hero-module__ZARIfG__float1;top:10%;right:-20px}.Hero-module__ZARIfG__floatingCard2{animation:5s ease-in-out infinite Hero-module__ZARIfG__float2;bottom:12%;left:-30px}@keyframes Hero-module__ZARIfG__float1{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes Hero-module__ZARIfG__float2{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.Hero-module__ZARIfG__waveDivider{z-index:2;width:100%;line-height:0;position:absolute;bottom:0;left:0}.Hero-module__ZARIfG__waveDivider svg{width:100%;height:80px;display:block}@media (max-width:1024px){.Hero-module__ZARIfG__container{text-align:center;grid-template-columns:1fr;gap:50px}.Hero-module__ZARIfG__content{flex-direction:column;align-items:center;display:flex}.Hero-module__ZARIfG__subtitle{margin-left:auto;margin-right:auto}.Hero-module__ZARIfG__buttons,.Hero-module__ZARIfG__stats{justify-content:center}.Hero-module__ZARIfG__visual{order:-1}.Hero-module__ZARIfG__videoMockup{max-width:420px}}@media (max-width:480px){.Hero-module__ZARIfG__hero{padding:100px 0 120px}.Hero-module__ZARIfG__title{font-size:2rem}.Hero-module__ZARIfG__buttons{flex-direction:column;width:100%}.Hero-module__ZARIfG__buttons a{text-align:center;justify-content:center;width:100%}.Hero-module__ZARIfG__stats{gap:16px}.Hero-module__ZARIfG__statNum{font-size:1.3rem}.Hero-module__ZARIfG__floatingCard1,.Hero-module__ZARIfG__floatingCard2{display:none}.Hero-module__ZARIfG__videoMockup{max-width:100%}}
.PainPoints-module__WeSH2W__section{background:#fff;padding:100px 0;position:relative}.PainPoints-module__WeSH2W__container{max-width:1200px;margin:0 auto;padding:0 24px}.PainPoints-module__WeSH2W__header{text-align:center;margin-bottom:64px}.PainPoints-module__WeSH2W__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.PainPoints-module__WeSH2W__card{cursor:default;background:#fff;border:1px solid #0000000f;border-radius:16px;padding:36px 28px;transition:all .4s;position:relative;overflow:hidden}.PainPoints-module__WeSH2W__card:hover{border-color:#826af133;transform:translateY(-6px);box-shadow:0 20px 60px #00000014}.PainPoints-module__WeSH2W__cardIcon{z-index:1;margin-bottom:18px;font-size:2.2rem;position:relative}.PainPoints-module__WeSH2W__cardTitle{color:#1c1c1c;z-index:1;margin-bottom:12px;font-family:Poppins,sans-serif;font-size:1.15rem;font-weight:600;position:relative}.PainPoints-module__WeSH2W__cardDesc{color:#7e7e7e;z-index:1;font-size:.9rem;line-height:1.7;position:relative}.PainPoints-module__WeSH2W__cardLine{opacity:0;background:linear-gradient(90deg,#826af1,#10d588);height:3px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.PainPoints-module__WeSH2W__card:hover .PainPoints-module__WeSH2W__cardLine{opacity:1}.PainPoints-module__WeSH2W__anim{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(30px)}.PainPoints-module__WeSH2W__anim.PainPoints-module__WeSH2W__visible{opacity:1;transform:translateY(0)}@media (max-width:1024px){.PainPoints-module__WeSH2W__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.PainPoints-module__WeSH2W__section{padding:60px 0}.PainPoints-module__WeSH2W__grid{grid-template-columns:1fr;gap:16px}.PainPoints-module__WeSH2W__header{margin-bottom:40px}}
.BestFit-module__dKrAta__section{background:#f5f8fa;padding:100px 0;position:relative;overflow:hidden}.BestFit-module__dKrAta__bgOrb{filter:blur(120px);pointer-events:none;background:#826af10a;border-radius:50%;width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.BestFit-module__dKrAta__container{z-index:1;max-width:1200px;margin:0 auto;padding:0 24px;position:relative}.BestFit-module__dKrAta__header{text-align:center;margin-bottom:60px}.BestFit-module__dKrAta__personas{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:60px;display:grid}.BestFit-module__dKrAta__personas>:last-child{grid-column:1/-1;width:100%;max-width:580px;margin:0 auto}.BestFit-module__dKrAta__persona{background:#fff;border:1px solid #0000000f;border-radius:16px;padding:28px;transition:all .4s;overflow:hidden}.BestFit-module__dKrAta__persona:hover{border-color:#826af133;transform:translateY(-4px);box-shadow:0 16px 50px #00000014}.BestFit-module__dKrAta__personaTop{align-items:center;gap:16px;margin-bottom:20px;display:flex}.BestFit-module__dKrAta__personaEmoji{background:#826af114;border:1px solid #826af11f;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.5rem;display:flex}.BestFit-module__dKrAta__personaTitle{color:#1c1c1c;font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:600}.BestFit-module__dKrAta__personaTag{color:#826af1;text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;font-weight:500}.BestFit-module__dKrAta__personaBody{flex-direction:column;gap:12px;display:flex}.BestFit-module__dKrAta__personaItem p{color:#7e7e7e;margin:0;font-size:.88rem;line-height:1.7}.BestFit-module__dKrAta__itemLabel{color:#10d588;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-family:Poppins,sans-serif;font-size:.78rem;font-weight:600;display:block}.BestFit-module__dKrAta__tableWrap{background:#fff;border:1px solid #0000000f;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000a}.BestFit-module__dKrAta__table{border-collapse:collapse;width:100%}.BestFit-module__dKrAta__table th{text-align:left;color:#826af1;text-transform:uppercase;letter-spacing:.06em;background:#826af10a;border-bottom:1px solid #0000000f;padding:16px 24px;font-family:Poppins,sans-serif;font-size:.82rem;font-weight:600}.BestFit-module__dKrAta__table td{color:#7e7e7e;border-bottom:1px solid #0000000a;padding:16px 24px;font-size:.9rem}.BestFit-module__dKrAta__table tr:last-child td{border-bottom:none}.BestFit-module__dKrAta__table tr:hover td{background:#826af105}.BestFit-module__dKrAta__segmentCell{color:#1c1c1c;font-weight:600}.BestFit-module__dKrAta__benefitCell{color:#10d588;font-weight:500}.BestFit-module__dKrAta__anim{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(30px)}.BestFit-module__dKrAta__anim.BestFit-module__dKrAta__visible{opacity:1;transform:translateY(0)}@media (max-width:768px){.BestFit-module__dKrAta__section{padding:60px 0}.BestFit-module__dKrAta__personas{grid-template-columns:1fr}.BestFit-module__dKrAta__personas>:last-child{grid-column:auto;max-width:none}.BestFit-module__dKrAta__table th,.BestFit-module__dKrAta__table td{padding:12px 16px;font-size:.82rem}}
.WhatYouLearn-module__SX8LWa__section{background:#fff;padding:100px 0;position:relative}.WhatYouLearn-module__SX8LWa__container{max-width:1200px;margin:0 auto;padding:0 24px}.WhatYouLearn-module__SX8LWa__header{text-align:center;margin-bottom:48px}.WhatYouLearn-module__SX8LWa__learningsWrapper{grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;margin-bottom:100px;display:grid}.WhatYouLearn-module__SX8LWa__learnings{flex-direction:column;gap:14px;display:flex}.WhatYouLearn-module__SX8LWa__learnItem{background:#f8faff;border:1px solid #0000000a;border-radius:14px;align-items:flex-start;gap:16px;padding:20px 24px;transition:all .3s;display:flex}.WhatYouLearn-module__SX8LWa__learnItem:hover{background:#826af10a;border-color:#826af11f;transform:translate(6px)}.WhatYouLearn-module__SX8LWa__learnIcon{background:#10d5881a;border-radius:8px;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;margin-top:2px;display:flex}.WhatYouLearn-module__SX8LWa__learnText{color:#7e7e7e;margin:0;font-size:.95rem;line-height:1.7}.WhatYouLearn-module__SX8LWa__imageWrapper{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.WhatYouLearn-module__SX8LWa__masteryImage{object-fit:cover;border-radius:20px;width:100%;max-width:500px;height:auto;box-shadow:0 20px 40px #0000001a}.WhatYouLearn-module__SX8LWa__archHeader{text-align:center;margin-bottom:48px}.WhatYouLearn-module__SX8LWa__archSubtext{color:#ababab;text-align:center;max-width:700px;margin:20px auto 0;font-size:.95rem;line-height:1.8}.WhatYouLearn-module__SX8LWa__compTable{background:#fff;border:1px solid #0000000f;border-radius:16px;margin-bottom:80px;overflow:hidden;box-shadow:0 4px 20px #0000000a}.WhatYouLearn-module__SX8LWa__compHeader{background:#826af10a;border-bottom:1px solid #0000000f;grid-template-columns:1fr 1.2fr 1.2fr;display:grid}.WhatYouLearn-module__SX8LWa__compCol{color:#ababab;text-transform:uppercase;letter-spacing:.06em;padding:16px 24px;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:600}.WhatYouLearn-module__SX8LWa__avgCol{color:#e74c3c}.WhatYouLearn-module__SX8LWa__masteryCol{color:#10d588}.WhatYouLearn-module__SX8LWa__compRow{border-bottom:1px solid #0000000a;grid-template-columns:1fr 1.2fr 1.2fr;transition:background .2s;display:grid}.WhatYouLearn-module__SX8LWa__compRow:last-child{border-bottom:none}.WhatYouLearn-module__SX8LWa__compRow:hover{background:#826af105}.WhatYouLearn-module__SX8LWa__compFeature{color:#1c1c1c;padding:16px 24px;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:600}.WhatYouLearn-module__SX8LWa__compAvg{color:#ababab;padding:16px 24px;font-size:.88rem}.WhatYouLearn-module__SX8LWa__compMastery{color:#10d588;padding:16px 24px;font-size:.88rem;font-weight:500}.WhatYouLearn-module__SX8LWa__transformWrap{text-align:center}.WhatYouLearn-module__SX8LWa__transformTitle{color:#1c1c1c;margin-bottom:16px;font-family:Poppins,sans-serif;font-size:clamp(1.4rem,3vw,2rem);font-weight:700}.WhatYouLearn-module__SX8LWa__transformSub{color:#7e7e7e;max-width:600px;margin:0 auto 40px;font-size:1rem;line-height:1.7}.WhatYouLearn-module__SX8LWa__transformGrid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.WhatYouLearn-module__SX8LWa__transformCard{text-align:center;background:#f8faff;border:1px solid #0000000f;border-radius:16px;padding:32px 24px;transition:all .3s}.WhatYouLearn-module__SX8LWa__transformCard:hover{border-color:#826af133;transform:translateY(-4px);box-shadow:0 16px 40px #00000014}.WhatYouLearn-module__SX8LWa__transformNum{color:#fff;background:#826af1;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:16px;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;display:inline-flex}.WhatYouLearn-module__SX8LWa__transformCard h4{color:#1c1c1c;margin-bottom:8px;font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:600}.WhatYouLearn-module__SX8LWa__transformCard p{color:#7e7e7e;margin:0;font-size:.88rem;line-height:1.6}.WhatYouLearn-module__SX8LWa__anim{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(30px)}.WhatYouLearn-module__SX8LWa__anim.WhatYouLearn-module__SX8LWa__visible{opacity:1;transform:translateY(0)}@media (max-width:992px){.WhatYouLearn-module__SX8LWa__learningsWrapper{grid-template-columns:1fr;gap:40px}}@media (max-width:768px){.WhatYouLearn-module__SX8LWa__section{padding:60px 0}.WhatYouLearn-module__SX8LWa__learningsWrapper{margin-bottom:60px}.WhatYouLearn-module__SX8LWa__compHeader,.WhatYouLearn-module__SX8LWa__compRow{grid-template-columns:1fr}.WhatYouLearn-module__SX8LWa__compCol:first-child,.WhatYouLearn-module__SX8LWa__compFeature{display:none}.WhatYouLearn-module__SX8LWa__transformGrid{grid-template-columns:1fr}}
.WhatYouGet-module__O8GsGq__section{background:#f5f8fa;padding:100px 0;position:relative;overflow:hidden}.WhatYouGet-module__O8GsGq__shape1{filter:blur(100px);pointer-events:none;background:#826af10a;border-radius:50%;width:300px;height:300px;position:absolute;top:-100px;right:-50px}.WhatYouGet-module__O8GsGq__shape2{filter:blur(80px);pointer-events:none;background:#10d5880a;border-radius:50%;width:200px;height:200px;position:absolute;bottom:-50px;left:10%}.WhatYouGet-module__O8GsGq__container{z-index:1;max-width:1100px;margin:0 auto;padding:0 24px;position:relative}.WhatYouGet-module__O8GsGq__header{text-align:center;margin-bottom:60px}.WhatYouGet-module__O8GsGq__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.WhatYouGet-module__O8GsGq__card{text-align:center;background:0 0;border:1px solid #0000000f;border-radius:16px;transition:all .4s;position:relative;overflow:hidden}.WhatYouGet-module__O8GsGq__cardBgWrapper{z-index:0;opacity:1;transition:opacity .4s;position:absolute;inset:0}.WhatYouGet-module__O8GsGq__cardBgWrapper:after{content:"";z-index:1;background:linear-gradient(#0003 0%,#000000b3 100%);position:absolute;inset:0}.WhatYouGet-module__O8GsGq__cardBgImage{object-fit:cover;z-index:0}.WhatYouGet-module__O8GsGq__cardContent{z-index:1;flex-direction:column;height:100%;padding:36px 28px;display:flex;position:relative}.WhatYouGet-module__O8GsGq__card:after{content:"";opacity:0;background:linear-gradient(90deg,#826af1,#10d588);height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.WhatYouGet-module__O8GsGq__card:hover{border-color:#826af133;transform:translateY(-6px);box-shadow:0 20px 60px #00000014}.WhatYouGet-module__O8GsGq__card:hover:after{opacity:1}.WhatYouGet-module__O8GsGq__cardIconWrap{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;transition:all .3s;display:flex}.WhatYouGet-module__O8GsGq__card:hover .WhatYouGet-module__O8GsGq__cardIconWrap{background:#fff3;transform:scale(1.08)}.WhatYouGet-module__O8GsGq__cardIcon{font-size:1.8rem}.WhatYouGet-module__O8GsGq__cardTitle{color:#fff;text-shadow:0 2px 10px #0000004d;margin-bottom:10px;font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:600}.WhatYouGet-module__O8GsGq__cardDesc{color:#ffffffd9;text-shadow:0 1px 5px #0000004d;margin:0;font-size:.88rem;line-height:1.7}.WhatYouGet-module__O8GsGq__anim{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(30px)}.WhatYouGet-module__O8GsGq__anim.WhatYouGet-module__O8GsGq__visible{opacity:1;transform:translateY(0)}@media (max-width:1024px){.WhatYouGet-module__O8GsGq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.WhatYouGet-module__O8GsGq__section{padding:60px 0}.WhatYouGet-module__O8GsGq__grid{grid-template-columns:1fr;gap:16px}}
.VideoPreview-module__jQw0gW__section{background:#fff;padding:100px 0;position:relative}.VideoPreview-module__jQw0gW__container{max-width:900px;margin:0 auto;padding:0 24px}.VideoPreview-module__jQw0gW__header{text-align:center;margin-bottom:48px}.VideoPreview-module__jQw0gW__videoWrap{background:#fff;border:1px solid #0000000f;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #00000014}.VideoPreview-module__jQw0gW__videoFrame{padding-top:56.25%;position:relative}.VideoPreview-module__jQw0gW__placeholder{background:linear-gradient(135deg,#f0f0ff,#f5f8fa);flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex;position:absolute;inset:0}.VideoPreview-module__jQw0gW__playBtn{cursor:pointer;background:#826af1;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:all .3s;display:flex;box-shadow:0 8px 30px #826af14d}.VideoPreview-module__jQw0gW__playBtn:hover{transform:scale(1.1);box-shadow:0 12px 40px #826af166}.VideoPreview-module__jQw0gW__playBtn svg{margin-left:4px}.VideoPreview-module__jQw0gW__placeholderText{color:#ababab;font-size:.9rem}.VideoPreview-module__jQw0gW__anim{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(30px)}.VideoPreview-module__jQw0gW__anim.VideoPreview-module__jQw0gW__visible{opacity:1;transform:translateY(0)}@media (max-width:640px){.VideoPreview-module__jQw0gW__section{padding:60px 0}}
.CTA-module__CdZh3q__section{background:#f8faff;padding:100px 0;position:relative;overflow:hidden}.CTA-module__CdZh3q__bgOrb1{filter:blur(120px);pointer-events:none;background:#826af10f;border-radius:50%;width:400px;height:400px;position:absolute;top:-100px;left:-100px}.CTA-module__CdZh3q__bgOrb2{filter:blur(100px);pointer-events:none;background:#10d5880d;border-radius:50%;width:300px;height:300px;position:absolute;bottom:-100px;right:-50px}.CTA-module__CdZh3q__container{z-index:1;max-width:800px;margin:0 auto;padding:0 24px;position:relative}.CTA-module__CdZh3q__card{text-align:center;background:#fff;border:1px solid #0000000f;border-radius:28px;padding:64px 48px;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000000f}.CTA-module__CdZh3q__card:before{content:"";background:linear-gradient(90deg,#826af1,#10d588);height:3px;position:absolute;top:0;left:0;right:0}.CTA-module__CdZh3q__priceBadge{color:#10d588;background:#10d5881a;border:1px solid #10d58833;border-radius:50px;align-items:center;gap:10px;margin-bottom:32px;padding:10px 24px;font-family:Inter,sans-serif;font-size:.88rem;font-weight:500;display:inline-flex}.CTA-module__CdZh3q__priceTag{font-size:1.2rem}.CTA-module__CdZh3q__title{color:#1c1c1c;margin-bottom:20px;font-family:Poppins,sans-serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;line-height:1.2}.CTA-module__CdZh3q__highlight{background:linear-gradient(135deg,#826af1,#10d588);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.CTA-module__CdZh3q__subtitle{color:#7e7e7e;max-width:500px;margin-bottom:28px;margin-left:auto;margin-right:auto;font-size:1.05rem;line-height:1.7}.CTA-module__CdZh3q__quote{color:#ababab;text-align:left;border-left:3px solid #826af14d;max-width:480px;margin:0 auto 36px;padding-left:20px;font-family:Inter,sans-serif;font-size:.95rem;font-style:italic;line-height:1.8}.CTA-module__CdZh3q__ctaButton{color:#fff;background:#826af1;border-radius:50px;align-items:center;gap:12px;padding:18px 40px;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 6px 30px #826af14d}.CTA-module__CdZh3q__ctaButton:hover{transform:translateY(-3px);box-shadow:0 10px 40px #826af173}.CTA-module__CdZh3q__includes{color:#7e7e7e;margin-top:20px;font-size:.88rem}.CTA-module__CdZh3q__trust{flex-wrap:wrap;justify-content:center;gap:28px;margin-top:32px;display:flex}.CTA-module__CdZh3q__trustItem{color:#ababab;align-items:center;gap:8px;font-size:.82rem;display:flex}.CTA-module__CdZh3q__anim{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(30px)}.CTA-module__CdZh3q__anim.CTA-module__CdZh3q__visible{opacity:1;transform:translateY(0)}@media (max-width:640px){.CTA-module__CdZh3q__section{padding:60px 0}.CTA-module__CdZh3q__card{border-radius:20px;padding:40px 24px}.CTA-module__CdZh3q__priceBadge{padding:8px 16px;font-size:.8rem}.CTA-module__CdZh3q__trust{gap:16px}}
.Footer-module__S6Hkya__footer{background:#f8faff;border-top:1px solid #0000000a;padding:80px 0 40px;position:relative}.Footer-module__S6Hkya__waveDivider{width:100%;line-height:0;display:none;position:absolute;top:0;left:0}.Footer-module__S6Hkya__container{max-width:1200px;margin:0 auto;padding:0 24px}.Footer-module__S6Hkya__top{grid-template-columns:1.2fr 1fr;gap:60px;margin-bottom:48px;display:grid}.Footer-module__S6Hkya__logo{align-items:center;gap:12px;margin-bottom:16px;display:flex}.Footer-module__S6Hkya__logoIcon{color:#fff;background:#826af1;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:800;display:flex}.Footer-module__S6Hkya__logoText{color:#1c1c1c;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:700}.Footer-module__S6Hkya__brandDesc{color:#7e7e7e;max-width:360px;font-size:.92rem;line-height:1.7}.Footer-module__S6Hkya__links{grid-template-columns:1fr 1fr;gap:40px;display:grid}.Footer-module__S6Hkya__linkGroup{flex-direction:column;gap:12px;display:flex}.Footer-module__S6Hkya__linkTitle{color:#1c1c1c;margin-bottom:4px;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:600}.Footer-module__S6Hkya__linkGroup a{color:#7e7e7e;font-size:.88rem;text-decoration:none;transition:color .3s}.Footer-module__S6Hkya__linkGroup a:hover{color:#826af1}.Footer-module__S6Hkya__divider{background:#0000000f;height:1px;margin-bottom:32px}.Footer-module__S6Hkya__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.Footer-module__S6Hkya__copyright{color:#ababab;font-size:.82rem}.Footer-module__S6Hkya__contact{gap:24px;display:flex}.Footer-module__S6Hkya__contactLink{color:#7e7e7e;align-items:center;gap:8px;font-size:.82rem;text-decoration:none;transition:color .3s;display:flex}.Footer-module__S6Hkya__contactLink:hover{color:#826af1}.Footer-module__S6Hkya__socials{gap:10px;display:flex}.Footer-module__S6Hkya__socialLink{color:#826af1;background:#826af10a;border:1px solid #826af11a;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;text-decoration:none;transition:all .3s;display:flex}.Footer-module__S6Hkya__socialLink:hover{background:#826af11a;border-color:#826af133;transform:translateY(-2px)}@media (max-width:768px){.Footer-module__S6Hkya__top{grid-template-columns:1fr;gap:40px}.Footer-module__S6Hkya__bottom{text-align:center;flex-direction:column;align-items:center}.Footer-module__S6Hkya__contact{flex-direction:column;align-items:center;gap:12px}}
