:root{--hero-color-primary:#de5252;--hero-color-primary-hover:#c94848;--hero-color-text-dark:#1f2937;--hero-color-text-gray:#6b7280;--hero-color-text-white:#fff;--hero-color-bg-white:#fff;--hero-color-bg-light:#f9fafb;--hero-font-size-heading:2.75rem;--hero-font-size-subheading:1rem;--hero-font-size-base:1rem;--hero-font-weight-bold:700;--hero-font-weight-semibold:600;--hero-font-weight-normal:400;--hero-section-padding-y:8rem;--hero-section-padding-y-mobile:6rem;--hero-spacing-xs:.5rem;--hero-spacing-sm:1rem;--hero-spacing-md:1.5rem;--hero-spacing-lg:2rem;--hero-spacing-xl:3rem;--hero-radius-lg:1rem;--hero-transition-normal:.3s}.Hero-module__ZARIfG__hero{background:var(--hero-color-bg-white);min-height:100vh;color:var(--hero-color-text-dark);align-items:center;padding:6rem 1.5rem 3rem;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__hero:before{content:"";filter:blur(40px);pointer-events:none;background:radial-gradient(circle at 30% 30%,#de525226,#0000 55%);width:28rem;height:28rem;position:absolute;top:-10rem;left:-18rem}.Hero-module__ZARIfG__hero:after{content:"";filter:blur(40px);pointer-events:none;background:radial-gradient(circle,#de52521a,#0000 55%);width:26rem;height:26rem;position:absolute;bottom:-8rem;right:-14rem}.Hero-module__ZARIfG__container{z-index:1;gap:var(--hero-spacing-xl);grid-template-columns:1fr;align-items:center;max-width:1200px;margin:0 auto;display:grid;position:relative}.Hero-module__ZARIfG__copy{gap:var(--hero-spacing-lg);flex-direction:column;display:flex}.Hero-module__ZARIfG__badge{align-items:center;gap:var(--hero-spacing-xs);color:#334155;font-size:.95rem;font-weight:var(--hero-font-weight-semibold);background:#ffffffe6;border:1px solid #e2e8f0e6;border-radius:999px;width:fit-content;padding:.65rem 1.1rem;display:inline-flex;box-shadow:0 12px 30px -15px #de52524d}.Hero-module__ZARIfG__badgeDot{background:var(--hero-color-primary);border-radius:999px;width:.55rem;height:.55rem}.Hero-module__ZARIfG__copyText{gap:var(--hero-spacing-sm);flex-direction:column;display:flex}.Hero-module__ZARIfG__kicker{letter-spacing:.28em;text-transform:uppercase;font-weight:var(--hero-font-weight-bold);color:var(--hero-color-primary);font-size:.75rem}.Hero-module__ZARIfG__title{font-size:clamp(2rem,3.5vw,var(--hero-font-size-heading));color:var(--hero-color-text-dark);font-weight:800;line-height:1.2}.Hero-module__ZARIfG__titleGradient{background:linear-gradient(90deg,var(--hero-color-primary)0%,var(--hero-color-primary-hover)100%);color:#0000;-webkit-background-clip:text;background-clip:text}.Hero-module__ZARIfG__subtitle{font-size:var(--hero-font-size-subheading);color:var(--hero-color-text-gray);max-width:46rem;line-height:1.75}.Hero-module__ZARIfG__actions{gap:var(--hero-spacing-sm);flex-wrap:wrap;display:flex}.Hero-module__ZARIfG__primaryButton,.Hero-module__ZARIfG__secondaryButton{cursor:pointer;font-weight:var(--hero-font-weight-bold);font-size:var(--hero-font-size-base);border:none;border-radius:999px;padding:.95rem 1.55rem;transition:transform .18s,box-shadow .18s,background .18s,color .18s}.Hero-module__ZARIfG__primaryButton{color:var(--hero-color-text-white);background:var(--hero-color-primary);box-shadow:0 18px 40px -20px #de525280}.Hero-module__ZARIfG__primaryButton:hover{background:var(--hero-color-primary-hover);transform:translateY(-2px);box-shadow:0 22px 50px -16px #de525299}.Hero-module__ZARIfG__secondaryButton{background:var(--hero-color-bg-white);color:var(--hero-color-text-dark);border:2px solid var(--hero-color-text-dark);box-shadow:0 12px 28px -18px #0f172a40}.Hero-module__ZARIfG__secondaryButton:hover{background:var(--hero-color-text-dark);color:var(--hero-color-text-white);transform:translateY(-2px);box-shadow:0 18px 36px -20px #1f293759}.Hero-module__ZARIfG__curriculumOverlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a6b;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.Hero-module__ZARIfG__curriculumPopup{background:#fff;border:1px solid #e2e8f0f2;border-radius:18px;width:min(100%,360px);padding:2rem;animation:.22s ease-out Hero-module__ZARIfG__curriculumPop;position:relative;box-shadow:0 24px 60px -28px #0f172a8c}@keyframes Hero-module__ZARIfG__curriculumPop{0%{opacity:0;transform:translateY(-10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.Hero-module__ZARIfG__curriculumClose{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:999px;place-items:center;width:2rem;height:2rem;transition:background .18s,color .18s,transform .18s;display:grid;position:absolute;top:1rem;right:1rem}.Hero-module__ZARIfG__curriculumClose:hover{background:var(--hero-color-primary);color:#fff;transform:rotate(90deg)}.Hero-module__ZARIfG__curriculumClose svg{width:1.15rem;height:1.15rem}.Hero-module__ZARIfG__curriculumTitle{color:var(--hero-color-text-dark);margin:0 2rem 1.5rem 0;font-size:1.35rem;font-weight:800}.Hero-module__ZARIfG__curriculumActions{grid-template-columns:1fr 1fr;gap:.85rem;display:grid}.Hero-module__ZARIfG__curriculumButton{background:var(--hero-color-primary);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-height:3rem;padding:.85rem 1rem;font-weight:800;text-decoration:none;transition:background .18s,transform .18s,box-shadow .18s;display:inline-flex}.Hero-module__ZARIfG__curriculumButton:hover{background:var(--hero-color-primary-hover);transform:translateY(-2px);box-shadow:0 14px 28px -18px #de5252b3}.Hero-module__ZARIfG__stats{gap:var(--hero-spacing-sm);margin-top:var(--hero-spacing-xs);grid-template-columns:repeat(auto-fit,minmax(160px,1fr));display:grid}.Hero-module__ZARIfG__statCard{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffeb;border:1px solid #e2e8f0e6;border-radius:18px;padding:1.1rem 1.2rem;box-shadow:0 16px 36px -26px #0f172a40}.Hero-module__ZARIfG__statValue{color:var(--hero-color-text-dark);font-size:1.6rem;font-weight:800}.Hero-module__ZARIfG__statLabel{color:var(--hero-color-text-gray);font-size:.95rem;font-weight:var(--hero-font-weight-semibold);margin-top:.3rem}.Hero-module__ZARIfG__visual{justify-content:center;align-items:center;min-height:400px;display:flex;position:relative}.Hero-module__ZARIfG__dotsLeft,.Hero-module__ZARIfG__dotsRight{gap:.6rem;display:grid;position:absolute}.Hero-module__ZARIfG__dotsLeft{grid-template-columns:repeat(4,.9rem);top:1.25rem;left:-.5rem}.Hero-module__ZARIfG__dotsRight{grid-template-columns:repeat(5,.9rem);bottom:2.5rem;right:-.5rem}.Hero-module__ZARIfG__dot{background:linear-gradient(135deg,#de525226,#de52520d);border-radius:999px;width:.9rem;height:.9rem}.Hero-module__ZARIfG__frame{position:relative}.Hero-module__ZARIfG__imageWrap{background:var(--hero-color-bg-white);aspect-ratio:4/3.2;border-radius:30px;width:min(420px,85vw);position:relative;overflow:hidden;box-shadow:0 25px 70px -30px #de52524d}.Hero-module__ZARIfG__image{object-fit:cover}.Hero-module__ZARIfG__card{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffffff2;border:1px solid #e2e8f0f2;border-radius:18px;align-items:center;gap:.8rem;padding:.85rem 1.05rem;display:flex;position:absolute;box-shadow:0 20px 45px -28px #0f172a73}.Hero-module__ZARIfG__cardIcon{width:2.6rem;height:2.6rem;font-weight:var(--hero-font-weight-bold);color:var(--hero-color-text-dark);border-radius:999px;place-items:center;font-size:.95rem;display:grid}.Hero-module__ZARIfG__cardTitle{font-size:.95rem;font-weight:var(--hero-font-weight-bold);color:var(--hero-color-text-dark)}.Hero-module__ZARIfG__cardText{color:var(--hero-color-text-gray);font-size:.82rem}.Hero-module__ZARIfG__icon{width:1.2rem;height:1.2rem;color:var(--hero-color-text-dark)}.Hero-module__ZARIfG__cardFocus{top:1.5rem;left:1.5rem}.Hero-module__ZARIfG__cardRating{top:50%;right:1.5rem;transform:translateY(-50%)}.Hero-module__ZARIfG__cardImpact{bottom:1rem;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__focusIcon{color:var(--hero-color-text-white);background:var(--hero-color-primary);box-shadow:0 8px 20px -10px #de52528c}.Hero-module__ZARIfG__ratingIcon{background:linear-gradient(135deg,#fbbf24,#fb923c);box-shadow:0 8px 20px -10px #fbbf2480}.Hero-module__ZARIfG__impactIcon{color:var(--hero-color-text-white);background:linear-gradient(135deg,var(--hero-color-primary),var(--hero-color-primary-hover));box-shadow:0 8px 20px -10px #de52528c}@media (min-width:768px){.Hero-module__ZARIfG__hero{padding:7.5rem 2.5rem 6.5rem}.Hero-module__ZARIfG__container{gap:4rem}}@media (min-width:1024px){.Hero-module__ZARIfG__container{grid-template-columns:repeat(2,minmax(0,1fr))}.Hero-module__ZARIfG__visual{min-height:520px}}
:root{--offer-color-primary:#de5252;--offer-color-primary-hover:#c94848;--offer-color-primary-soft:#fef2f2;--offer-color-text-dark:#1f2937;--offer-color-text-gray:#64748b;--offer-color-text-white:#fff;--offer-color-bg-white:#fff;--offer-color-bg-light:#fff7f7;--offer-color-border:#de52523d;--offer-color-border-strong:#de5252ad}.OfferSection-module__022Moa__section{background:linear-gradient(#fff 0%,#fff8f8 100%);padding:3.5rem 1.5rem;position:relative;overflow:hidden}.OfferSection-module__022Moa__section:before{content:"";filter:blur(70px);pointer-events:none;background:#de525221;border-radius:999px;width:28rem;height:28rem;position:absolute;inset:8% auto auto -10rem}.OfferSection-module__022Moa__section:after{content:"";filter:blur(80px);pointer-events:none;background:#ffbebe47;border-radius:999px;width:30rem;height:30rem;position:absolute;bottom:-10rem;right:-12rem}.OfferSection-module__022Moa__container{z-index:1;max-width:1220px;margin:0 auto;position:relative}.OfferSection-module__022Moa__header{text-align:center;max-width:760px;margin:0 auto 1.6rem}.OfferSection-module__022Moa__badge{min-height:2rem;color:var(--offer-color-primary);background:#fff;border:1px solid #de525233;border-radius:999px;justify-content:center;align-items:center;padding:.45rem .9rem;font-size:.875rem;font-weight:800;display:inline-flex}.OfferSection-module__022Moa__title{color:var(--offer-color-text-dark);margin:.8rem 0 0;font-size:clamp(1.55rem,3.2vw,2.15rem);font-weight:850;line-height:1.15}.OfferSection-module__022Moa__subtitle{max-width:680px;color:var(--offer-color-text-gray);margin:.65rem auto 0;font-size:1rem;line-height:1.7}.OfferSection-module__022Moa__panel{border:1px solid var(--offer-color-border);-webkit-backdrop-filter:blur(18px)saturate(1.18);backdrop-filter:blur(18px)saturate(1.18);background:#ffffff8a;border-radius:22px;overflow:hidden;box-shadow:0 24px 60px -44px #de52528c,inset 0 1px #ffffffd1}.OfferSection-module__022Moa__tabs{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff80;border:1px solid #de525229;border-radius:16px;grid-template-columns:repeat(3,1fr);gap:.45rem;margin:.7rem;padding:.35rem;display:grid;box-shadow:inset 0 1px #ffffffc7}.OfferSection-module__022Moa__tab{min-height:3.35rem;color:var(--offer-color-text-dark);cursor:pointer;background:#ffffff38;border:0;border-radius:12px;padding:.75rem 1rem;font-size:clamp(1rem,2vw,1.25rem);font-weight:800;transition:background .18s,color .18s}.OfferSection-module__022Moa__tab:hover,.OfferSection-module__022Moa__tab:focus-visible{color:var(--offer-color-primary);background:#de525214}.OfferSection-module__022Moa__tab:focus-visible{outline-offset:-6px;outline:3px solid #de525238}.OfferSection-module__022Moa__activeTab{color:#fff;background:#de5252f0;box-shadow:0 12px 24px -18px #de5252d9,inset 0 1px #ffffff47}.OfferSection-module__022Moa__content{grid-template-columns:minmax(320px,.72fr) minmax(0,1.28fr);align-items:stretch;gap:1.4rem;padding:.65rem 1.4rem 1.4rem;display:grid}.OfferSection-module__022Moa__copy{flex-direction:column;gap:1rem;min-width:0;display:flex}.OfferSection-module__022Moa__copyHeader{align-items:flex-start;gap:.85rem;display:flex}.OfferSection-module__022Moa__iconBadge{width:2.75rem;height:2.75rem;color:var(--offer-color-primary);background:#fff;border-radius:12px;flex:none;place-items:center;display:grid;box-shadow:0 10px 26px -20px #de5252a6}.OfferSection-module__022Moa__iconBadge svg{width:1.65rem;height:1.65rem}.OfferSection-module__022Moa__panelTitle{color:var(--offer-color-text-dark);margin:0;font-size:clamp(1.2rem,2vw,1.55rem);font-weight:850;line-height:1.2}.OfferSection-module__022Moa__panelDescription{color:var(--offer-color-text-gray);margin:.4rem 0 0;font-size:.92rem;line-height:1.55}.OfferSection-module__022Moa__pointList{gap:.65rem;margin:0;padding:0;list-style:none;display:grid}.OfferSection-module__022Moa__pointItem{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#334155;background:#ffffff85;border:1px solid #de52521f;border-radius:12px;align-items:center;gap:.72rem;min-height:3.25rem;padding:.72rem .85rem;font-size:.92rem;font-weight:650;line-height:1.45;display:flex;box-shadow:inset 0 1px #ffffffb8}.OfferSection-module__022Moa__pointIcon{width:1.75rem;height:1.75rem;color:var(--offer-color-primary);flex:none;place-items:center;display:inline-grid}.OfferSection-module__022Moa__pointIcon svg{width:1.55rem;height:1.55rem}.OfferSection-module__022Moa__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin-top:auto;display:grid}.OfferSection-module__022Moa__learnButton,.OfferSection-module__022Moa__bookButton{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;min-height:2.9rem;padding:.72rem 1rem;font-size:.94rem;font-weight:850;text-decoration:none;transition:background .18s,border-color .18s,color .18s,transform .18s,box-shadow .18s;display:inline-flex}.OfferSection-module__022Moa__learnButton{border:2px solid var(--offer-color-primary);color:var(--offer-color-primary);background:0 0}.OfferSection-module__022Moa__learnButton:hover{background:#fff;transform:translateY(-2px)}.OfferSection-module__022Moa__bookButton{border:2px solid var(--offer-color-primary);background:var(--offer-color-primary);color:var(--offer-color-text-white)}.OfferSection-module__022Moa__bookButton:hover{border-color:var(--offer-color-primary-hover);background:var(--offer-color-primary-hover);transform:translateY(-2px);box-shadow:0 16px 34px -22px #de5252cc}.OfferSection-module__022Moa__imageWrap{background:#ffffff70;border:1px solid #ffffffb8;border-radius:18px;min-height:360px;position:relative;overflow:hidden;box-shadow:0 16px 44px -30px #0f172a8c}.OfferSection-module__022Moa__image{object-fit:cover}@media (max-width:900px){.OfferSection-module__022Moa__content{grid-template-columns:1fr}.OfferSection-module__022Moa__imageWrap{min-height:280px}}@media (max-width:640px){.OfferSection-module__022Moa__section{padding:3rem 1rem}.OfferSection-module__022Moa__header{margin-bottom:1.75rem}.OfferSection-module__022Moa__panel{border-radius:14px}.OfferSection-module__022Moa__tabs{grid-template-columns:1fr;gap:.35rem}.OfferSection-module__022Moa__tab,.OfferSection-module__022Moa__tab:last-child{border-bottom:0;border-right:0;min-height:3rem}.OfferSection-module__022Moa__content{gap:1rem;padding:.55rem 1rem 1rem}.OfferSection-module__022Moa__copyHeader{flex-direction:column}.OfferSection-module__022Moa__pointItem{align-items:flex-start;min-height:auto}.OfferSection-module__022Moa__imageWrap{min-height:220px}.OfferSection-module__022Moa__actions{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.OfferSection-module__022Moa__tab,.OfferSection-module__022Moa__learnButton,.OfferSection-module__022Moa__bookButton{transition:none!important}}
.StatsSection-module__jjN8tW__heroSection{background:linear-gradient(135deg,#fef2f2 0%,#fff 100%);padding:5rem 1.5rem 4rem;position:relative;overflow:hidden}.StatsSection-module__jjN8tW__heroSection:before{content:"";filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#de52521f,#0000 70%);width:35rem;height:35rem;position:absolute;top:-15rem;left:-15rem}.StatsSection-module__jjN8tW__heroContainer{flex-direction:column;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;display:flex}.StatsSection-module__jjN8tW__heroHeader{text-align:center;flex-direction:column;align-items:center;gap:1rem;max-width:800px;display:flex}.StatsSection-module__jjN8tW__badge{color:#fff;text-transform:uppercase;letter-spacing:.08em;background:#de5252;border-radius:4px;align-items:center;gap:.5rem;padding:.35rem .85rem;font-size:.75rem;font-weight:700;display:inline-flex}.StatsSection-module__jjN8tW__badge:before{content:"👋";font-size:1rem}.StatsSection-module__jjN8tW__heroTitle{color:#0f172a;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.2}.StatsSection-module__jjN8tW__heroAccent{color:#de5252;font-style:italic}.StatsSection-module__jjN8tW__heroDescription{color:#64748b;max-width:640px;font-size:.95rem;line-height:1.6}.StatsSection-module__jjN8tW__heroVisual{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.StatsSection-module__jjN8tW__imageWrapper{aspect-ratio:16/10;border-radius:16px;width:100%;max-width:700px;position:relative;overflow:hidden;box-shadow:0 20px 50px #0f172a1f}.StatsSection-module__jjN8tW__heroImage{object-fit:cover}.StatsSection-module__jjN8tW__imageGradient{z-index:1;background:linear-gradient(135deg,#de525214 0%,#0f172a26 100%);position:absolute;inset:0}.StatsSection-module__jjN8tW__processFlow{flex-direction:column;gap:2rem;width:100%;max-width:1000px;margin-top:1rem;display:flex}@media (min-width:768px){.StatsSection-module__jjN8tW__processFlow{flex-direction:row;justify-content:center;align-items:flex-start;gap:1rem}}.StatsSection-module__jjN8tW__processStep{text-align:center;flex-direction:column;flex:1;align-items:center;gap:1rem;padding:1.5rem 1rem;display:flex;position:relative}.StatsSection-module__jjN8tW__processIcon{background:linear-gradient(135deg,#de52521a,#de52520d);border-radius:50%;justify-content:center;align-items:center;width:5rem;height:5rem;padding:1rem;transition:all .3s;display:flex;position:relative}.StatsSection-module__jjN8tW__processStep:hover .StatsSection-module__jjN8tW__processIcon{background:linear-gradient(135deg,#de525226,#de525214);transform:scale(1.05)}.StatsSection-module__jjN8tW__processIconImage{object-fit:contain}.StatsSection-module__jjN8tW__processTitle{color:#0f172a;font-size:1.25rem;font-weight:800;line-height:1.2}.StatsSection-module__jjN8tW__processDescription{color:#64748b;max-width:280px;font-size:.875rem;line-height:1.6}.StatsSection-module__jjN8tW__processArrow{display:none}@media (min-width:768px){.StatsSection-module__jjN8tW__processArrow{z-index:1;justify-content:center;align-items:center;display:flex;position:absolute;top:3rem;right:-1.5rem}.StatsSection-module__jjN8tW__arrowIcon{color:#de5252;opacity:.6;width:2rem;height:2rem}}.StatsSection-module__jjN8tW__statsSection{background:#fff;border-top:1px solid #f1f5f9;padding:3rem 1.5rem}.StatsSection-module__jjN8tW__statsWrapper{flex-direction:column;gap:2.5rem;max-width:1200px;margin:0 auto;display:flex}.StatsSection-module__jjN8tW__statsHeading{color:#0f172a;text-align:center;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;line-height:1.2}.StatsSection-module__jjN8tW__statsContainer{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (min-width:640px){.StatsSection-module__jjN8tW__statsContainer{grid-template-columns:repeat(4,1fr);gap:2rem}}.StatsSection-module__jjN8tW__statCard{text-align:center;background:linear-gradient(135deg,#fef2f2 0%,#fef8f8 100%);border:1px solid #de525214;border-radius:12px;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.StatsSection-module__jjN8tW__statCard:before{content:"";opacity:0;background:linear-gradient(90deg,#de5252,#f97316);height:3px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.StatsSection-module__jjN8tW__statCard:hover:before{opacity:1}.StatsSection-module__jjN8tW__statCard:hover{background:linear-gradient(135deg,#fff 0%,#fef8f8 100%);border-color:#de525226;transform:translateY(-4px);box-shadow:0 8px 24px #de525226}.StatsSection-module__jjN8tW__statIconWrapper{background:linear-gradient(135deg,#de525214,#de52520a);border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;transition:all .3s;display:flex;box-shadow:0 2px 8px #de52521a}.StatsSection-module__jjN8tW__statCard:hover .StatsSection-module__jjN8tW__statIconWrapper{background:linear-gradient(135deg,#de52521f,#de52520f);transform:scale(1.1);box-shadow:0 4px 12px #de525233}.StatsSection-module__jjN8tW__statIcon{color:#de5252;stroke-width:2px;width:1.5rem;height:1.5rem;transition:all .3s}.StatsSection-module__jjN8tW__statCard:hover .StatsSection-module__jjN8tW__statIcon{color:#c94848}.StatsSection-module__jjN8tW__statValue{color:#0f172a;letter-spacing:-.02em;font-size:2rem;font-weight:900;line-height:1}.StatsSection-module__jjN8tW__statLabel{color:#64748b;font-size:.8rem;font-weight:500;line-height:1.3}@media (max-width:640px){.StatsSection-module__jjN8tW__heroSection{padding:3.5rem 1rem 3rem}.StatsSection-module__jjN8tW__statsSection{padding:2.5rem 1rem}.StatsSection-module__jjN8tW__statsWrapper{gap:2rem}.StatsSection-module__jjN8tW__statsHeading{font-size:1.5rem}.StatsSection-module__jjN8tW__statCard{padding:1.5rem 1rem}.StatsSection-module__jjN8tW__statIconWrapper{width:2.5rem;height:2.5rem}.StatsSection-module__jjN8tW__statIcon{width:1.25rem;height:1.25rem}.StatsSection-module__jjN8tW__statValue{font-size:1.75rem}.StatsSection-module__jjN8tW__statLabel{font-size:.75rem}.StatsSection-module__jjN8tW__heroHeader{gap:.75rem}.StatsSection-module__jjN8tW__heroTitle{font-size:1.5rem}.StatsSection-module__jjN8tW__heroDescription{font-size:.875rem}.StatsSection-module__jjN8tW__imageWrapper{max-width:100%}.StatsSection-module__jjN8tW__processIcon{width:4rem;height:4rem}.StatsSection-module__jjN8tW__processTitle{font-size:1.125rem}.StatsSection-module__jjN8tW__processDescription{font-size:.8rem}}@media (min-width:768px){.StatsSection-module__jjN8tW__heroSection{padding:6rem 2.5rem 4.5rem}.StatsSection-module__jjN8tW__statsSection{padding:4rem 2.5rem}.StatsSection-module__jjN8tW__statsWrapper{gap:2.5rem}.StatsSection-module__jjN8tW__heroContainer{gap:3.5rem}}
.Testimonials-module__ItA9Ha__section{background:linear-gradient(#fff 0%,#fef8f8 50%,#fff 100%);padding:5rem 1.5rem;position:relative;overflow:hidden}.Testimonials-module__ItA9Ha__section:before{content:"";filter:blur(60px);pointer-events:none;background:radial-gradient(circle,#de525214,#0000 70%);width:35rem;height:35rem;position:absolute;top:-10rem;left:50%;transform:translate(-50%)}.Testimonials-module__ItA9Ha__container{z-index:1;flex-direction:column;gap:3rem;max-width:1200px;margin:0 auto;display:flex;position:relative}.Testimonials-module__ItA9Ha__header{text-align:center;flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.Testimonials-module__ItA9Ha__badge{color:#de5252;letter-spacing:.02em;background:#fff;border:1px solid #de525233;border-radius:9999px;justify-content:center;align-self:center;align-items:center;padding:.55rem 1.1rem;font-size:.875rem;font-weight:700;display:inline-flex;box-shadow:0 2px 8px #de52521a}.Testimonials-module__ItA9Ha__title{color:#0f172a;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.2}.Testimonials-module__ItA9Ha__titleAccent{background:linear-gradient(135deg,#de5252 0%,#c94848 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.Testimonials-module__ItA9Ha__subtitle{color:#64748b;max-width:700px;margin:0 auto;font-size:1.05rem;line-height:1.7}.Testimonials-module__ItA9Ha__categorySection{flex-direction:column;gap:2rem;display:flex}.Testimonials-module__ItA9Ha__categoryTitle{color:#0f172a;text-align:center;padding-bottom:1rem;font-size:1.5rem;font-weight:700;position:relative}.Testimonials-module__ItA9Ha__categoryTitle:after{content:"";background:linear-gradient(90deg,#de5252,#f97316);border-radius:2px;width:60px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Testimonials-module__ItA9Ha__logosGrid{grid-template-columns:repeat(3,1fr);align-items:center;gap:2.5rem 2rem;margin-top:1rem;display:grid}@media (min-width:640px){.Testimonials-module__ItA9Ha__logosGrid{grid-template-columns:repeat(4,1fr);gap:3rem 2rem}}@media (min-width:1024px){.Testimonials-module__ItA9Ha__logosGrid{grid-template-columns:repeat(6,1fr);gap:3rem 2.5rem}}.Testimonials-module__ItA9Ha__logoWrapper{justify-content:center;align-items:center;width:100%;height:100px;transition:all .3s;display:flex;position:relative}.Testimonials-module__ItA9Ha__logoWrapper:hover{transform:scale(1.08)}.Testimonials-module__ItA9Ha__logo{object-fit:contain;filter:grayscale(80%)brightness(.9)opacity(.85);transition:all .3s}.Testimonials-module__ItA9Ha__logoWrapper:hover .Testimonials-module__ItA9Ha__logo{filter:grayscale(0%)brightness()opacity()}@media (max-width:640px){.Testimonials-module__ItA9Ha__section{padding:3.5rem 1rem}.Testimonials-module__ItA9Ha__container{gap:2.5rem}.Testimonials-module__ItA9Ha__title{font-size:1.75rem}.Testimonials-module__ItA9Ha__subtitle{font-size:.95rem}.Testimonials-module__ItA9Ha__categoryTitle{font-size:1.25rem}.Testimonials-module__ItA9Ha__logoWrapper{height:70px}}@media (min-width:768px){.Testimonials-module__ItA9Ha__section{padding:6rem 2.5rem}.Testimonials-module__ItA9Ha__container{gap:3.5rem}.Testimonials-module__ItA9Ha__logoWrapper{height:90px}}@media (min-width:1024px){.Testimonials-module__ItA9Ha__section{padding:7rem 2.5rem}.Testimonials-module__ItA9Ha__container{gap:4rem}}
.TestimonialScroll-module__zHUuPG__section{opacity:0;background:#fff;padding:8rem 0;animation:.8s ease-out forwards TestimonialScroll-module__zHUuPG__sectionFadeIn;position:relative;overflow:hidden;transform:translateY(30px)}.TestimonialScroll-module__zHUuPG__section.TestimonialScroll-module__zHUuPG__mounted{opacity:1;transform:translateY(0)}@keyframes TestimonialScroll-module__zHUuPG__sectionFadeIn{to{opacity:1;transform:translateY(0)}}.TestimonialScroll-module__zHUuPG__bgOrb1,.TestimonialScroll-module__zHUuPG__bgOrb2{filter:blur(80px);opacity:0;pointer-events:none;border-radius:50%;animation:8s ease-in-out infinite TestimonialScroll-module__zHUuPG__orbFloat;position:absolute}.TestimonialScroll-module__zHUuPG__bgOrb1{background:radial-gradient(circle,#de52520a,#0000 70%);width:500px;height:500px;animation-delay:0s;top:-150px;left:-100px}.TestimonialScroll-module__zHUuPG__bgOrb2{background:radial-gradient(circle,#de525208,#0000 70%);width:400px;height:400px;animation-delay:2s;bottom:-100px;right:-50px}@keyframes TestimonialScroll-module__zHUuPG__orbFloat{0%,to{opacity:.2;transform:translate(0)scale(1)}50%{opacity:.3;transform:translate(30px,-30px)scale(1.1)}}.TestimonialScroll-module__zHUuPG__bgGrid{opacity:.3;pointer-events:none;background-image:linear-gradient(#de525204 1px,#0000 1px),linear-gradient(90deg,#de525204 1px,#0000 1px);background-size:50px 50px;animation:20s linear infinite TestimonialScroll-module__zHUuPG__gridMove;position:absolute;inset:0}@keyframes TestimonialScroll-module__zHUuPG__gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.TestimonialScroll-module__zHUuPG__container{z-index:1;flex-direction:column;gap:4rem;max-width:1400px;margin:0 auto;display:flex;position:relative}.TestimonialScroll-module__zHUuPG__header{text-align:center;flex-direction:column;gap:1.25rem;max-width:900px;margin:0 auto;padding:0 1.5rem;animation:.8s ease-out .2s backwards TestimonialScroll-module__zHUuPG__headerSlideIn;display:flex}@keyframes TestimonialScroll-module__zHUuPG__headerSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.TestimonialScroll-module__zHUuPG__badge{color:#de5252;letter-spacing:.03em;background:#fef8f8;border:1.5px solid #de525226;border-radius:9999px;justify-content:center;align-self:center;align-items:center;gap:.5rem;padding:.65rem 1.4rem;font-size:.875rem;font-weight:700;animation:2s ease-in-out infinite TestimonialScroll-module__zHUuPG__badgePulse;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #de525214}.TestimonialScroll-module__zHUuPG__badge:before{content:"";background:linear-gradient(135deg,#0000 0%,#de52521a 50%,#0000 100%);animation:3s ease-in-out infinite TestimonialScroll-module__zHUuPG__badgeShine;position:absolute;inset:0;transform:translate(-100%)}@keyframes TestimonialScroll-module__zHUuPG__badgePulse{0%,to{box-shadow:0 2px 8px #de525214}50%{box-shadow:0 2px 12px #de52521f}}@keyframes TestimonialScroll-module__zHUuPG__badgeShine{0%,to{transform:translate(-100%)}50%{transform:translate(200%)}}.TestimonialScroll-module__zHUuPG__badgeIcon{justify-content:center;align-items:center;width:1.1rem;height:1.1rem;display:flex}.TestimonialScroll-module__zHUuPG__badgeIcon svg{width:100%;height:100%}.TestimonialScroll-module__zHUuPG__title{color:#1e293b;letter-spacing:-.02em;font-size:clamp(2rem,5vw,3rem);font-weight:900;line-height:1.15}.TestimonialScroll-module__zHUuPG__titleAccent{background:linear-gradient(135deg,#de5252 0%,#c94848 50%,#b93e3e 100%);color:#0000;-webkit-background-clip:text;background-clip:text;animation:3s infinite TestimonialScroll-module__zHUuPG__gradientShift;display:inline-block;position:relative}@keyframes TestimonialScroll-module__zHUuPG__gradientShift{0%,to{filter:hue-rotate()brightness()}50%{filter:hue-rotate(5deg)brightness(1.1)}}.TestimonialScroll-module__zHUuPG__subtitle{color:#475569;max-width:750px;margin:0 auto;font-size:1.125rem;font-weight:400;line-height:1.8}.TestimonialScroll-module__zHUuPG__hideOnMobile{display:inline}.TestimonialScroll-module__zHUuPG__scrollWrapper{width:100%;animation:.8s ease-out .4s backwards TestimonialScroll-module__zHUuPG__scrollWrapperFadeIn;position:relative;overflow:hidden}@keyframes TestimonialScroll-module__zHUuPG__scrollWrapperFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.TestimonialScroll-module__zHUuPG__scrollContainer{cursor:grab;-webkit-user-select:none;user-select:none;will-change:scroll-position;gap:2rem;padding:2rem 0;display:flex;overflow-x:hidden}.TestimonialScroll-module__zHUuPG__scrollContainer:active,.TestimonialScroll-module__zHUuPG__scrollContainer.TestimonialScroll-module__zHUuPG__dragging{cursor:grabbing}.TestimonialScroll-module__zHUuPG__card{background:#fff;border:1px solid #f1f5f9;border-radius:24px;flex-direction:column;flex:none;gap:1.5rem;width:440px;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.6s ease-out backwards TestimonialScroll-module__zHUuPG__cardSlideIn;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 12px #0f172a0f}@keyframes TestimonialScroll-module__zHUuPG__cardSlideIn{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.TestimonialScroll-module__zHUuPG__cardGlow{opacity:0;background:linear-gradient(90deg,#0000 0%,#de525280 50%,#0000 100%);height:1px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.TestimonialScroll-module__zHUuPG__card:hover .TestimonialScroll-module__zHUuPG__cardGlow{opacity:1}.TestimonialScroll-module__zHUuPG__card:before{content:"";opacity:0;z-index:-1;background:linear-gradient(135deg,#de525226 0%,#de52520d 50%,#0000 100%);border-radius:24px;transition:opacity .4s;position:absolute;inset:-1px}.TestimonialScroll-module__zHUuPG__card:hover{border-color:#de525233;transform:translateY(-8px);box-shadow:0 8px 24px #de52521f,0 16px 48px #de525214}.TestimonialScroll-module__zHUuPG__card:hover:before{opacity:1}.TestimonialScroll-module__zHUuPG__quoteIcon{color:#de5252;background:#fef8f8;border-radius:16px;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.TestimonialScroll-module__zHUuPG__quoteIcon:before{content:"";background:linear-gradient(135deg,#0000 0%,#ffffff4d 50%,#0000 100%);transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)rotate(45deg)}.TestimonialScroll-module__zHUuPG__quoteIcon svg{z-index:1;width:1.75rem;height:1.75rem;transition:transform .4s cubic-bezier(.4,0,.2,1);position:relative}.TestimonialScroll-module__zHUuPG__card:hover .TestimonialScroll-module__zHUuPG__quoteIcon{background:#fef1f1;transform:scale(1.05)rotate(-3deg);box-shadow:0 2px 8px #de525226}.TestimonialScroll-module__zHUuPG__card:hover .TestimonialScroll-module__zHUuPG__quoteIcon:before{transform:translate(100%)rotate(45deg)}.TestimonialScroll-module__zHUuPG__card:hover .TestimonialScroll-module__zHUuPG__quoteIcon svg{transform:scale(1.1)}.TestimonialScroll-module__zHUuPG__quote{color:#64748b;flex-grow:1;font-size:1.05rem;font-weight:400;line-height:1.85;transition:color .3s;position:relative}.TestimonialScroll-module__zHUuPG__card:hover .TestimonialScroll-module__zHUuPG__quote{color:#475569}.TestimonialScroll-module__zHUuPG__rating{gap:.25rem;margin:-.5rem 0;display:flex}.TestimonialScroll-module__zHUuPG__rating svg{color:#fbbf24;filter:drop-shadow(0 1px 2px #fbbf244d);width:1.125rem;height:1.125rem;animation:.4s ease-out backwards TestimonialScroll-module__zHUuPG__starPop}.TestimonialScroll-module__zHUuPG__rating svg:first-child{animation-delay:.1s}.TestimonialScroll-module__zHUuPG__rating svg:nth-child(2){animation-delay:.15s}.TestimonialScroll-module__zHUuPG__rating svg:nth-child(3){animation-delay:.2s}.TestimonialScroll-module__zHUuPG__rating svg:nth-child(4){animation-delay:.25s}.TestimonialScroll-module__zHUuPG__rating svg:nth-child(5){animation-delay:.3s}@keyframes TestimonialScroll-module__zHUuPG__starPop{0%{opacity:0;transform:scale(0)rotate(-180deg)}to{opacity:1;transform:scale(1)rotate(0)}}.TestimonialScroll-module__zHUuPG__card:hover .TestimonialScroll-module__zHUuPG__rating svg{animation:.6s infinite alternate TestimonialScroll-module__zHUuPG__starBounce}@keyframes TestimonialScroll-module__zHUuPG__starBounce{to{transform:scale(1.15)}}.TestimonialScroll-module__zHUuPG__author{border-top:1px solid #f1f5f9cc;align-items:center;gap:1rem;padding-top:1.25rem;transition:border-color .3s;display:flex}.TestimonialScroll-module__zHUuPG__card:hover .TestimonialScroll-module__zHUuPG__author{border-color:#de525226}.TestimonialScroll-module__zHUuPG__avatarWrapper{border-radius:50%;flex-shrink:0;width:4.5rem;height:4.5rem;transition:transform .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.TestimonialScroll-module__zHUuPG__avatarRing{z-index:-1;background:linear-gradient(135deg,#de5252 0%,#c94848 50%,#de5252 100%) 0 0/200% 200%;border-radius:50%;animation:3s linear infinite TestimonialScroll-module__zHUuPG__ringRotate;position:absolute;inset:-3px}@keyframes TestimonialScroll-module__zHUuPG__ringRotate{0%{background-position:0%}to{background-position:200%}}.TestimonialScroll-module__zHUuPG__card:hover .TestimonialScroll-module__zHUuPG__avatarWrapper{transform:scale(1.08)}.TestimonialScroll-module__zHUuPG__avatar{object-fit:cover;z-index:1;border:3px solid #fff;border-radius:50%;position:relative}.TestimonialScroll-module__zHUuPG__authorInfo{flex-direction:column;flex:1;gap:.3rem;min-width:0;display:flex}.TestimonialScroll-module__zHUuPG__authorName{color:#1e293b;letter-spacing:-.01em;font-size:1.1rem;font-weight:800;line-height:1.2;transition:color .3s}.TestimonialScroll-module__zHUuPG__card:hover .TestimonialScroll-module__zHUuPG__authorName{color:#de5252}.TestimonialScroll-module__zHUuPG__authorPosition{color:#de5252;font-size:.9rem;font-weight:600;line-height:1.3;transition:transform .3s}.TestimonialScroll-module__zHUuPG__card:hover .TestimonialScroll-module__zHUuPG__authorPosition{transform:translate(2px)}.TestimonialScroll-module__zHUuPG__authorOrg{color:#64748b;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.825rem;line-height:1.5;display:-webkit-box;overflow:hidden}.TestimonialScroll-module__zHUuPG__scrollHint{color:#cbd5e1;justify-content:center;align-items:center;gap:.75rem;margin-top:1rem;font-size:.875rem;font-weight:600;animation:.8s ease-out .6s backwards TestimonialScroll-module__zHUuPG__hintFadeIn,2s ease-in-out infinite TestimonialScroll-module__zHUuPG__hintFloat;display:flex}@keyframes TestimonialScroll-module__zHUuPG__hintFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes TestimonialScroll-module__zHUuPG__hintFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.TestimonialScroll-module__zHUuPG__scrollHint svg{width:1.25rem;height:1.25rem;animation:1.5s ease-in-out infinite TestimonialScroll-module__zHUuPG__arrowPulse}.TestimonialScroll-module__zHUuPG__scrollHint svg:first-child{animation-direction:reverse}@keyframes TestimonialScroll-module__zHUuPG__arrowPulse{0%,to{opacity:.5;transform:translate(0)}50%{opacity:1;transform:translate(3px)}}@media (max-width:640px){.TestimonialScroll-module__zHUuPG__section{padding:5rem 0}.TestimonialScroll-module__zHUuPG__container{gap:3rem}.TestimonialScroll-module__zHUuPG__header{gap:1rem}.TestimonialScroll-module__zHUuPG__title{font-size:1.875rem;line-height:1.2}.TestimonialScroll-module__zHUuPG__subtitle{font-size:1rem}.TestimonialScroll-module__zHUuPG__hideOnMobile{display:none}.TestimonialScroll-module__zHUuPG__card{border-radius:20px;width:340px;padding:2rem 1.75rem}.TestimonialScroll-module__zHUuPG__scrollContainer{gap:1.5rem;padding:1.5rem 0}.TestimonialScroll-module__zHUuPG__scrollWrapper:before,.TestimonialScroll-module__zHUuPG__scrollWrapper:after{width:80px}.TestimonialScroll-module__zHUuPG__quoteIcon{width:3rem;height:3rem}.TestimonialScroll-module__zHUuPG__quoteIcon svg{width:1.5rem;height:1.5rem}.TestimonialScroll-module__zHUuPG__quote{font-size:.975rem;line-height:1.75}.TestimonialScroll-module__zHUuPG__rating svg{width:1rem;height:1rem}.TestimonialScroll-module__zHUuPG__avatarWrapper{width:4rem;height:4rem}.TestimonialScroll-module__zHUuPG__authorName{font-size:1rem}.TestimonialScroll-module__zHUuPG__authorPosition{font-size:.85rem}.TestimonialScroll-module__zHUuPG__authorOrg{font-size:.775rem}.TestimonialScroll-module__zHUuPG__scrollHint{gap:.5rem;font-size:.8rem}.TestimonialScroll-module__zHUuPG__scrollHint svg{width:1rem;height:1rem}.TestimonialScroll-module__zHUuPG__bgOrb1,.TestimonialScroll-module__zHUuPG__bgOrb2{filter:blur(60px)}.TestimonialScroll-module__zHUuPG__bgOrb1{width:300px;height:300px}.TestimonialScroll-module__zHUuPG__bgOrb2{width:250px;height:250px}}@media (min-width:641px) and (max-width:1024px){.TestimonialScroll-module__zHUuPG__section{padding:6rem 0}.TestimonialScroll-module__zHUuPG__container{gap:3.5rem}.TestimonialScroll-module__zHUuPG__card{width:400px}}@media (min-width:1024px){.TestimonialScroll-module__zHUuPG__section{padding:8rem 0}.TestimonialScroll-module__zHUuPG__container{gap:4.5rem}.TestimonialScroll-module__zHUuPG__scrollContainer{gap:2.5rem}}@media (prefers-reduced-motion:reduce){.TestimonialScroll-module__zHUuPG__section,.TestimonialScroll-module__zHUuPG__section *,.TestimonialScroll-module__zHUuPG__section :before,.TestimonialScroll-module__zHUuPG__section :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
