.Hero-module__HsImyW__hero{background:#fff8f4;align-items:center;min-height:100vh;padding:0;display:flex;position:relative;overflow:hidden}.Hero-module__HsImyW__heroBackground{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__HsImyW__heroBackgroundImage{object-fit:cover;object-position:center top;transition:opacity 1s ease-in-out}.Hero-module__HsImyW__container{text-align:center;z-index:10;width:100%;max-width:900px;padding:0 var(--space-4);flex-direction:column;align-items:center;margin:0 auto;display:flex;position:relative}.Hero-module__HsImyW__content{width:min(760px,100%);max-width:760px;text-shadow:none;flex-direction:column;align-items:center;gap:0;padding-top:clamp(150px,18vh,180px);display:flex}.Hero-module__HsImyW__title{font-family:var(--font-editorial);color:#102033;letter-spacing:0;margin:0;font-size:clamp(4.2rem,5vw,5.9rem);font-weight:600;line-height:.92}.Hero-module__HsImyW__titleStatic{white-space:nowrap;width:100%;line-height:.92;display:block}.Hero-module__HsImyW__titleGradientWrapper{width:100%;min-height:1em;margin-top:4px;line-height:.95;display:block;overflow:visible}.Hero-module__HsImyW__titleGradient{background:linear-gradient(105deg,#6f73d9 0%,#9a69d7 39%,#d66d97 74%,#ee7569 100%);-webkit-text-fill-color:transparent;white-space:nowrap;-webkit-background-clip:text;background-clip:text;font-weight:600;display:inline}.typed-cursor{color:#c96c93;vertical-align:baseline;opacity:1;margin-left:2px;font-size:.82em;font-weight:400;animation:.7s infinite Hero-module__HsImyW__typedjsBlink;display:inline-block!important}@keyframes Hero-module__HsImyW__typedjsBlink{50%{opacity:0}}.Hero-module__HsImyW__subtitle{color:#323944c7;text-align:center;letter-spacing:.01em;max-width:520px;margin:26px auto 0;font-family:Inter,system-ui,sans-serif;font-size:clamp(1rem,1.22vw,1.28rem);font-weight:400;line-height:1.45}.Hero-module__HsImyW__actions{justify-content:center;gap:22px;margin-top:72px;display:flex}.Hero-module__HsImyW__primaryBtn,.Hero-module__HsImyW__workshopsBtn,.Hero-module__HsImyW__demoBtn{color:#fff;cursor:pointer;isolation:isolate;perspective:400px;background-color:var(--button-base);background-image:var(--button-gradient);border:0;border-radius:21px;justify-content:center;align-items:center;gap:10px;min-width:156px;min-height:60px;font-family:Inter,system-ui,sans-serif;font-size:1.08rem;font-weight:700;line-height:1;text-decoration:none;transition:background-color .65s ease-in-out,box-shadow .65s ease-in-out;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 14px 26px #1f161226,inset 0 1px #ffffff38}.Hero-module__HsImyW__primaryBtn:before,.Hero-module__HsImyW__workshopsBtn:before,.Hero-module__HsImyW__demoBtn:before{content:"";z-index:0;border-radius:inherit;background:var(--button-hover-gradient);opacity:0;transition:opacity .65s ease-in-out;position:absolute;inset:0}.Hero-module__HsImyW__buttonContent{z-index:1;justify-content:center;align-items:center;display:inline-grid;position:relative}.Hero-module__HsImyW__buttonFace{white-space:nowrap;backface-visibility:hidden;transform-origin:50%;opacity:1;will-change:transform,opacity;grid-area:1/1;justify-content:center;align-items:center;gap:10px;transition:transform .3s cubic-bezier(.45,0,.55,1),opacity .3s cubic-bezier(.45,0,.55,1);display:inline-flex;transform:translateY(0)rotateX(0)}.Hero-module__HsImyW__buttonFaceIncoming{opacity:0;transform:translateY(160%)rotateX(-80deg)}.Hero-module__HsImyW__primaryBtn{--button-base:#6969df;--button-hover:#6848f5;--button-gradient:linear-gradient(135deg,#6969df 0%,#704ad0 100%);--button-hover-gradient:linear-gradient(135deg,#a99cff 0%,#6238ed 100%);--button-glow:#6949f6ad;--button-shadow:#5234d2ad}.Hero-module__HsImyW__workshopsBtn{--button-base:#2a9a7d;--button-hover:#13ad82;--button-gradient:linear-gradient(135deg,#2a9a7d 0%,#157864 100%);--button-hover-gradient:linear-gradient(135deg,#65e5bd 0%,#079272 100%);--button-glow:#12be8bad;--button-shadow:#088365ad}.Hero-module__HsImyW__demoBtn{--button-base:#ff7a83;--button-hover:#ff5068;--button-gradient:linear-gradient(135deg,#ff7a83 0%,#f26069 100%);--button-hover-gradient:linear-gradient(135deg,#ffabb3 0%,#ff3554 100%);--button-glow:#ff3d5bad;--button-shadow:#e02646ad}.Hero-module__HsImyW__primaryBtn:hover,.Hero-module__HsImyW__workshopsBtn:hover,.Hero-module__HsImyW__demoBtn:hover{color:#fff;background-color:var(--button-hover);box-shadow:0 16px 28px var(--button-shadow),0 0 18px var(--button-glow),0 0 38px var(--button-glow),inset 0 1px 0 #ffffff61,inset 0 0 18px #ffffff21;transition-timing-function:ease-out}.Hero-module__HsImyW__primaryBtn:hover:before,.Hero-module__HsImyW__workshopsBtn:hover:before,.Hero-module__HsImyW__demoBtn:hover:before{opacity:1}@media (max-width:1024px){.Hero-module__HsImyW__title{font-size:clamp(3rem,6.2vw,4.5rem)}.Hero-module__HsImyW__heroBackground{height:100%;top:0}.Hero-module__HsImyW__heroBackgroundImage{object-fit:cover;object-position:top center}.Hero-module__HsImyW__content{padding-top:clamp(240px,33vh,320px)}}@media (max-width:768px){.Hero-module__HsImyW__hero{min-height:100svh}.Hero-module__HsImyW__heroBackground{opacity:1;height:calc(100% - 70px);top:70px}.Hero-module__HsImyW__heroBackgroundImage{object-fit:contain;object-position:top center;opacity:1}.Hero-module__HsImyW__content{gap:0;width:100%;max-width:min(330px,100vw - 32px);padding-top:clamp(330px,45vh,390px)}.Hero-module__HsImyW__title{max-width:min(330px,100vw - 32px);margin:0 auto;padding:0;font-size:clamp(1.75rem,7vw,2.15rem);line-height:1}.Hero-module__HsImyW__titleStatic,.Hero-module__HsImyW__titleGradient{white-space:normal}.Hero-module__HsImyW__subtitle{max-width:270px;margin-top:16px;font-size:.82rem}.Hero-module__HsImyW__actions{flex-direction:column;gap:10px;width:100%;max-width:290px;margin-top:30px}.Hero-module__HsImyW__actions>*{justify-content:center;width:100%}.Hero-module__HsImyW__primaryBtn,.Hero-module__HsImyW__workshopsBtn,.Hero-module__HsImyW__demoBtn{border-radius:18px;min-height:48px;font-size:.95rem}}@media (max-width:480px){.Hero-module__HsImyW__title{font-size:1.8rem}.Hero-module__HsImyW__hero{min-height:100svh}}@media (max-width:640px){.Hero-module__HsImyW__hero{background:var(--color-bg-landing);min-height:auto;padding-top:70px;padding-bottom:12px;display:block;overflow:visible}.Hero-module__HsImyW__heroBackground{height:clamp(280px,78vw,330px);top:70px;overflow:hidden}.Hero-module__HsImyW__heroBackground:after{content:"";z-index:1;background:radial-gradient(#fff8f4fc 48%,#fff8f4eb 68%,#fff8f400 100%);width:50%;height:34%;position:absolute;top:0;left:25%}.Hero-module__HsImyW__heroBackgroundImage{object-fit:cover;object-position:center top}.Hero-module__HsImyW__container{max-width:none;padding:0;display:block}.Hero-module__HsImyW__content{width:100%;max-width:none;padding-top:clamp(280px,78vw,330px);display:block;position:relative}.Hero-module__HsImyW__title{text-align:center;text-shadow:0 1px 10px #fffaf7f5,0 0 22px #fffaf7e6;width:70%;max-width:none;margin:0;padding:0;font-size:clamp(1.7rem,8vw,2.1rem);line-height:.98;position:absolute;top:clamp(96px,28vw,120px);left:15%}.Hero-module__HsImyW__titleStatic,.Hero-module__HsImyW__titleGradientWrapper{line-height:.96}.Hero-module__HsImyW__titleGradientWrapper{min-height:1.05em;margin-top:4px}.Hero-module__HsImyW__subtitle{color:#232a34d6;letter-spacing:0;text-align:center;text-shadow:0 1px 9px #fffaf7fa,0 0 18px #fffaf7f0;width:62%;max-width:none;margin:0;font-size:clamp(.82rem,3.3vw,.92rem);line-height:1.38;position:absolute;top:clamp(178px,50vw,206px);left:19%}.Hero-module__HsImyW__actions{width:min(290px,100vw - 40px);max-width:none;margin:16px auto 0}}@media (min-width:768px) and (max-width:1199px),(min-width:1200px) and (max-width:1366px) and (max-height:900px) and (orientation:landscape) and (hover:none) and (pointer:coarse){.Hero-module__HsImyW__hero{align-items:stretch;height:clamp(500px,56.3vw,675px);min-height:500px;max-height:675px}.Hero-module__HsImyW__heroBackground{opacity:1;height:100%;top:0}.Hero-module__HsImyW__heroBackgroundImage{object-fit:cover;object-position:center top;opacity:1}.Hero-module__HsImyW__container{justify-content:center;max-width:none;height:100%;padding-inline:clamp(24px,4vw,48px)}.Hero-module__HsImyW__content{width:min(620px,72vw);max-width:620px;padding-top:clamp(72px,8vw,96px)}.Hero-module__HsImyW__title{max-width:none;padding:0;font-size:clamp(2.65rem,5vw,4rem);line-height:.96}.Hero-module__HsImyW__titleStatic,.Hero-module__HsImyW__titleGradient{white-space:nowrap}.Hero-module__HsImyW__subtitle{max-width:440px;margin-top:18px;font-size:clamp(.9rem,1.45vw,1.05rem);line-height:1.4}.Hero-module__HsImyW__actions{flex-direction:row;gap:clamp(12px,1.6vw,18px);width:auto;max-width:none;margin-top:clamp(28px,3.2vw,38px)}.Hero-module__HsImyW__actions>*{border-radius:19px;width:auto;min-width:clamp(132px,16vw,156px);min-height:clamp(50px,5.2vw,58px);padding-inline:clamp(18px,2.4vw,28px);font-size:clamp(.92rem,1.35vw,1.05rem)}}@media (min-width:768px) and (max-width:1199px) and (orientation:landscape),(min-width:1200px) and (max-width:1366px) and (max-height:900px) and (orientation:landscape) and (hover:none) and (pointer:coarse){.Hero-module__HsImyW__hero{height:clamp(500px,56.3vw,640px);max-height:min(640px,100svh - 24px)}.Hero-module__HsImyW__content{padding-top:clamp(64px,7vw,84px)}.Hero-module__HsImyW__actions{margin-top:clamp(24px,2.6vw,32px)}}.Hero-module__HsImyW__modalOverlay{z-index:1000;width:100%;height:100%;padding:var(--space-4);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;top:0;left:0}.Hero-module__HsImyW__modalContent{border-radius:var(--radius-lg);background:#000;width:100%;max-width:900px;animation:.3s ease-out Hero-module__HsImyW__modalFadeIn;position:relative;overflow:hidden}.Hero-module__HsImyW__videoWrapper{height:0;padding-bottom:56.25%;position:relative}.Hero-module__HsImyW__demoVideo{background:#000;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__HsImyW__demoControls{z-index:2;position:absolute;bottom:16px;left:16px}.Hero-module__HsImyW__demoControlBtn{color:#fff;min-width:82px;min-height:38px;font:inherit;cursor:pointer;background:#0f172ad1;border:1px solid #ffffff38;border-radius:999px;font-size:14px;font-weight:800}.Hero-module__HsImyW__demoControlBtn:hover{background:#0f172af2}.Hero-module__HsImyW__closeBtn{color:#fff;cursor:pointer;background:0 0;border:none;font-size:2rem;position:absolute;top:-40px;right:0}@keyframes Hero-module__HsImyW__modalFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.Hero-module__HsImyW__secondaryBtn{color:var(--color-text);padding:var(--space-3)var(--space-6);border-radius:var(--radius-full);border:1px solid var(--color-stone);transition:all var(--transition-base);align-items:center;gap:var(--space-2);background:#fff;font-weight:600;display:inline-flex}.Hero-module__HsImyW__successBanner{color:#065f46;padding:var(--space-4)var(--space-8);border-radius:var(--radius-lg);z-index:9999;align-items:center;gap:var(--space-4);pointer-events:auto;background:#ecfdf5;border:1px solid #10b981;width:fit-content;max-width:90%;animation:.5s ease-out Hero-module__HsImyW__slideDown;display:flex;position:fixed;top:100px;left:50%;transform:translate(-50%);box-shadow:0 10px 15px -3px #0000001a}.Hero-module__HsImyW__successIcon{color:#fff;background:#10b981;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.Hero-module__HsImyW__successClose{color:#065f46;cursor:pointer;padding:var(--space-1);margin-left:var(--space-2);pointer-events:auto;background:0 0;border:none;justify-content:center;align-items:center;font-size:1.5rem;line-height:1;transition:transform .2s;display:flex}.Hero-module__HsImyW__successClose:hover{transform:scale(1.2)}@keyframes Hero-module__HsImyW__slideDown{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}
.ValueProposition-module__PumDiW__section{position:relative;overflow:hidden}.ValueProposition-module__PumDiW__title{text-align:center;margin-bottom:var(--space-12);color:var(--color-text);font-family:var(--font-editorial);letter-spacing:0;z-index:2;font-size:clamp(2.35rem,3.5vw,3.65rem);font-weight:600;line-height:.95;position:relative}.ValueProposition-module__PumDiW__grid{gap:var(--space-6);z-index:2;position:relative}.ValueProposition-module__PumDiW__card{padding:var(--space-8);text-align:center;opacity:0;background:#fff;border:1px solid #00000008;border-radius:24px;flex-direction:column;align-items:center;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.6s forwards ValueProposition-module__PumDiW__fadeInUp;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px -5px #0000001a}.ValueProposition-module__PumDiW__card:first-child{--theme-color:#6366f1;--theme-bg:#e0e7ff;--theme-gradient:linear-gradient(135deg,#6366f1,#818cf8)}.ValueProposition-module__PumDiW__card:nth-child(2){--theme-color:#ec4899;--theme-bg:#fce7f3;--theme-gradient:linear-gradient(135deg,#ec4899,#f472b6)}.ValueProposition-module__PumDiW__card:nth-child(3){--theme-color:#f59e0b;--theme-bg:#fef3c7;--theme-gradient:linear-gradient(135deg,#f59e0b,#fbbf24)}.ValueProposition-module__PumDiW__card:nth-child(4){--theme-color:#10b981;--theme-bg:#d1fae5;--theme-gradient:linear-gradient(135deg,#10b981,#34d399)}.ValueProposition-module__PumDiW__card:hover{border-color:var(--theme-bg);transform:translateY(-10px);box-shadow:0 20px 40px -5px #0000001a}.ValueProposition-module__PumDiW__card:before{content:"";background:radial-gradient(circle at top right,var(--theme-bg),transparent 60%);opacity:0;z-index:0;width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.ValueProposition-module__PumDiW__card:hover:before{opacity:.5}.ValueProposition-module__PumDiW__iconWrapper{width:80px;height:80px;margin:0 auto var(--space-6);background:var(--theme-bg);z-index:1;border-radius:20px;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.ValueProposition-module__PumDiW__card:hover .ValueProposition-module__PumDiW__iconWrapper{background:var(--theme-gradient);box-shadow:0 10px 20px -5px var(--theme-bg);transform:scale(1.1)rotate(3deg)}.ValueProposition-module__PumDiW__iconWrapper svg{width:40px;height:40px;color:var(--theme-color);transition:all .4s}.ValueProposition-module__PumDiW__card:hover .ValueProposition-module__PumDiW__iconWrapper svg{color:#fff;transform:scale(1.1)}.ValueProposition-module__PumDiW__cardTitle{margin-bottom:var(--space-3);color:var(--color-text);z-index:1;font-size:1.25rem;font-weight:700;position:relative}.ValueProposition-module__PumDiW__cardDescription{color:var(--color-text-muted);z-index:1;font-size:.95rem;line-height:1.6;position:relative}@keyframes ValueProposition-module__PumDiW__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.ValueProposition-module__PumDiW__card{padding:var(--space-6)}.ValueProposition-module__PumDiW__iconWrapper{width:64px;height:64px;margin-bottom:var(--space-4)}.ValueProposition-module__PumDiW__iconWrapper svg{width:32px;height:32px}}@media (max-width:640px){.ValueProposition-module__PumDiW__section{padding-top:var(--space-12)}}
.WhoIsItFor-module__ZmsF4a__section{padding-top:0;position:relative;overflow:hidden}.WhoIsItFor-module__ZmsF4a__title{text-align:center;margin-bottom:var(--space-12);color:var(--color-text);font-family:var(--font-editorial);letter-spacing:0;z-index:2;font-size:clamp(2.35rem,3.5vw,3.65rem);font-weight:600;line-height:.95;position:relative}.WhoIsItFor-module__ZmsF4a__grid{gap:var(--space-6);z-index:2;position:relative}.WhoIsItFor-module__ZmsF4a__card{padding:var(--space-8);text-align:center;opacity:0;background:#fff;border:1px solid #00000008;border-radius:24px;flex-direction:column;align-items:center;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.6s forwards WhoIsItFor-module__ZmsF4a__fadeInUp;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px -5px #0000001a}.WhoIsItFor-module__ZmsF4a__card:first-child{--theme-color:#0ea5e9;--theme-bg:#e0f2fe;--theme-gradient:linear-gradient(135deg,#0ea5e9,#38bdf8)}.WhoIsItFor-module__ZmsF4a__card:nth-child(2){--theme-color:#8b5cf6;--theme-bg:#ede9fe;--theme-gradient:linear-gradient(135deg,#8b5cf6,#a78bfa)}.WhoIsItFor-module__ZmsF4a__card:nth-child(3){--theme-color:#06b6d4;--theme-bg:#ecfeff;--theme-gradient:linear-gradient(135deg,#06b6d4,#22d3ee)}.WhoIsItFor-module__ZmsF4a__card:hover{border-color:var(--theme-bg);transform:translateY(-10px);box-shadow:0 20px 40px -5px #0000001a}.WhoIsItFor-module__ZmsF4a__card:before{content:"";background:radial-gradient(circle at top right,var(--theme-bg),transparent 60%);opacity:0;z-index:0;width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.WhoIsItFor-module__ZmsF4a__card:hover:before{opacity:.5}.WhoIsItFor-module__ZmsF4a__iconWrapper{width:80px;height:80px;margin:0 auto var(--space-6);background:var(--theme-bg);z-index:1;border-radius:20px;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.WhoIsItFor-module__ZmsF4a__card:hover .WhoIsItFor-module__ZmsF4a__iconWrapper{background:var(--theme-gradient);box-shadow:0 10px 20px -5px var(--theme-bg);transform:scale(1.1)rotate(3deg)}.WhoIsItFor-module__ZmsF4a__iconWrapper svg{width:40px;height:40px;color:var(--theme-color);transition:all .4s}.WhoIsItFor-module__ZmsF4a__card:hover .WhoIsItFor-module__ZmsF4a__iconWrapper svg{color:#fff;transform:scale(1.1)}.WhoIsItFor-module__ZmsF4a__cardTitle{margin-bottom:var(--space-3);color:var(--color-text);z-index:1;font-size:1.25rem;font-weight:700;position:relative}.WhoIsItFor-module__ZmsF4a__cardDescription{color:var(--color-text-muted);z-index:1;font-size:.95rem;line-height:1.6;position:relative}@keyframes WhoIsItFor-module__ZmsF4a__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.WhoIsItFor-module__ZmsF4a__card{padding:var(--space-6)}.WhoIsItFor-module__ZmsF4a__iconWrapper{width:64px;height:64px;margin-bottom:var(--space-4)}.WhoIsItFor-module__ZmsF4a__iconWrapper svg{width:32px;height:32px}}
.HowItWorks-module__Dn5aLq__section{padding:var(--space-12)0;position:relative}.HowItWorks-module__Dn5aLq__title{text-align:center;margin-bottom:var(--space-16);color:var(--color-text);font-family:var(--font-editorial);letter-spacing:0;z-index:2;font-size:clamp(2.35rem,3.5vw,3.65rem);font-weight:600;line-height:.95;position:relative}.HowItWorks-module__Dn5aLq__grid{gap:var(--space-12);z-index:2;grid-template-columns:repeat(3,1fr);display:grid;position:relative}.HowItWorks-module__Dn5aLq__card{padding:var(--space-12)var(--space-8);text-align:center;opacity:0;background:#fff;border:1px solid #00000008;border-radius:32px;flex-direction:column;justify-content:center;align-items:center;min-height:340px;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.8s forwards HowItWorks-module__Dn5aLq__fadeInUp;display:flex;position:relative;box-shadow:0 10px 30px -5px #0000001a}.HowItWorks-module__Dn5aLq__card:first-child{--theme-color:#f43f5e;--theme-bg:#fff1f2;--theme-gradient:linear-gradient(135deg,#f43f5e,#fb7185)}.HowItWorks-module__Dn5aLq__card:nth-child(2){--theme-color:#8b5cf6;--theme-bg:#f5f3ff;--theme-gradient:linear-gradient(135deg,#8b5cf6,#a78bfa)}.HowItWorks-module__Dn5aLq__card:nth-child(3){--theme-color:#10b981;--theme-bg:#ecfdf5;--theme-gradient:linear-gradient(135deg,#10b981,#34d399)}.HowItWorks-module__Dn5aLq__stepNumber{background:var(--theme-color);color:#fff;z-index:10;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;font-weight:800;display:flex;position:absolute;top:24px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000001a}.HowItWorks-module__Dn5aLq__iconWrapper{width:80px;height:80px;margin-bottom:var(--space-6);background:var(--theme-bg);color:var(--theme-color);z-index:1;border-radius:20px;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.HowItWorks-module__Dn5aLq__card:hover .HowItWorks-module__Dn5aLq__iconWrapper{background:var(--theme-gradient);color:#fff;box-shadow:0 10px 20px -5px var(--theme-bg);transform:scale(1.1)rotate(-5deg)}.HowItWorks-module__Dn5aLq__iconWrapper svg{width:32px;height:32px;transition:all .4s}.HowItWorks-module__Dn5aLq__card:hover .HowItWorks-module__Dn5aLq__iconWrapper svg{transform:scale(1.1)}.HowItWorks-module__Dn5aLq__cardTitle{margin-bottom:var(--space-3);z-index:1;font-size:1.25rem;font-weight:700;position:relative}.HowItWorks-module__Dn5aLq__cardDescription{color:var(--color-text-muted);z-index:1;font-size:.95rem;line-height:1.5;position:relative}.HowItWorks-module__Dn5aLq__connector{color:var(--theme-color);opacity:.8;z-index:1;filter:drop-shadow(0 2px 4px #0000001a);justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;top:50%;right:-52px;transform:translateY(-50%)}.HowItWorks-module__Dn5aLq__card:before{content:"";background:radial-gradient(circle at top right,var(--theme-bg),transparent 60%);opacity:0;z-index:0;border-radius:32px;width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.HowItWorks-module__Dn5aLq__card:hover:before{opacity:.6}.HowItWorks-module__Dn5aLq__card:hover{border-color:var(--theme-bg);transform:translateY(-10px);box-shadow:0 20px 40px -10px #0000001a}@keyframes HowItWorks-module__Dn5aLq__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.HowItWorks-module__Dn5aLq__grid{gap:var(--space-8)}.HowItWorks-module__Dn5aLq__connector{display:none}}@media (max-width:768px){.HowItWorks-module__Dn5aLq__grid{gap:var(--space-12);grid-template-columns:1fr}.HowItWorks-module__Dn5aLq__card{padding:var(--space-6)}}
.CourseContent-module__9lH2uW__section{background:var(--bg-gradient);padding:var(--space-16)0}.CourseContent-module__9lH2uW__title{text-align:center;margin-bottom:var(--space-4);font-family:var(--font-editorial);letter-spacing:0;font-size:clamp(2.35rem,3.5vw,3.65rem);font-weight:600;line-height:.95}.CourseContent-module__9lH2uW__subtitle{text-align:center;color:var(--color-text-muted);margin-bottom:var(--space-8)}.CourseContent-module__9lH2uW__stats{justify-content:center;align-items:center;gap:var(--space-8);margin-bottom:var(--space-10);padding:var(--space-6);background:var(--color-cream);border-radius:var(--radius-xl);display:flex}.CourseContent-module__9lH2uW__stat{align-items:center;gap:var(--space-1);flex-direction:column;display:flex}.CourseContent-module__9lH2uW__statNumber{font-family:var(--font-heading);font-size:var(--text-3xl);color:var(--color-primary);font-weight:600}.CourseContent-module__9lH2uW__statLabel{font-size:var(--text-sm);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px}.CourseContent-module__9lH2uW__coursesGrid{justify-content:center;gap:var(--space-6);margin-top:var(--space-8);flex-wrap:wrap;width:100%;display:flex}@media (max-width:640px){.CourseContent-module__9lH2uW__coursesGrid{flex-direction:column;align-items:center}}.CourseContent-module__9lH2uW__courseHeader{align-items:center;gap:var(--space-4);width:100%;padding:var(--space-5)var(--space-6);cursor:pointer;transition:background var(--transition-fast);text-align:left;background:0 0;border:none;display:flex}.CourseContent-module__9lH2uW__courseHeader:hover{background:var(--color-cream)}.CourseContent-module__9lH2uW__courseHeader.CourseContent-module__9lH2uW__expanded{border-bottom:1px solid var(--color-stone)}.CourseContent-module__9lH2uW__courseThumbnail{background:var(--color-stone);border-radius:8px;flex-shrink:0;width:80px;height:60px;overflow:hidden}.CourseContent-module__9lH2uW__courseInfo{gap:var(--space-1);flex-direction:column;flex:1;display:flex}.CourseContent-module__9lH2uW__courseTitle{font-size:var(--text-lg);color:var(--color-text);font-weight:600}.CourseContent-module__9lH2uW__courseMeta{font-size:var(--text-sm);color:var(--color-text-muted)}.CourseContent-module__9lH2uW__coursePrice{align-items:center;gap:var(--space-2);padding-right:var(--space-4);margin-left:auto;display:flex}.CourseContent-module__9lH2uW__priceMain{font-size:var(--text-xl);color:var(--color-primary);font-weight:700}.CourseContent-module__9lH2uW__priceOriginal{font-size:var(--text-base);color:var(--color-text-muted);text-decoration:line-through}.CourseContent-module__9lH2uW__chevron{width:24px;height:24px;color:var(--color-text-muted);transition:transform var(--transition-base)}.CourseContent-module__9lH2uW__courseHeader.CourseContent-module__9lH2uW__expanded .CourseContent-module__9lH2uW__chevron{transform:rotate(180deg)}.CourseContent-module__9lH2uW__videosList{background:var(--color-cream)}.CourseContent-module__9lH2uW__videoItem{align-items:center;gap:var(--space-4);padding:var(--space-4)var(--space-6);border-bottom:1px solid #0000000d;display:flex}.CourseContent-module__9lH2uW__videoItem:last-child{border-bottom:none}.CourseContent-module__9lH2uW__videoNumber{background:var(--color-bg);border-radius:var(--radius-full);width:28px;height:28px;font-size:var(--text-sm);color:var(--color-text-muted);flex-shrink:0;justify-content:center;align-items:center;font-weight:600;display:flex}.CourseContent-module__9lH2uW__videoThumbnail{background:var(--color-stone);border-radius:6px;flex-shrink:0;width:60px;height:45px;overflow:hidden}.CourseContent-module__9lH2uW__videoInfo{align-items:center;gap:var(--space-4);flex:1;display:flex}.CourseContent-module__9lH2uW__videoTitle{font-size:var(--text-base);color:var(--color-text);flex:1}.CourseContent-module__9lH2uW__videoDuration{font-size:var(--text-sm);color:var(--color-text-muted)}.CourseContent-module__9lH2uW__previewBadge{font-size:var(--text-xs);padding:var(--space-1)var(--space-2);background:var(--color-primary-100);color:var(--color-primary);border-radius:var(--radius-sm);text-transform:uppercase;font-weight:600}@media (max-width:768px){.CourseContent-module__9lH2uW__stats{gap:var(--space-4);padding:var(--space-5);flex-direction:column}.CourseContent-module__9lH2uW__courseHeader{padding:var(--space-4)}.CourseContent-module__9lH2uW__courseTitle{font-size:var(--text-base)}.CourseContent-module__9lH2uW__videoItem{padding:var(--space-3)var(--space-4)}.CourseContent-module__9lH2uW__videoInfo{align-items:flex-start;gap:var(--space-1);flex-direction:column}}
.CourseCard-module__zrj3gq__card{cursor:pointer;width:350px;height:100%;color:inherit;background:#fff;border:1px solid #0000000d;border-radius:12px;flex-direction:column;width:350px;max-width:100%;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.CourseCard-module__zrj3gq__card:hover{border-color:#0000;transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.CourseCard-module__zrj3gq__imageContainer{aspect-ratio:4/3;background:var(--color-bg-muted);width:100%;position:relative;overflow:hidden}.CourseCard-module__zrj3gq__badges{z-index:2;gap:8px;display:flex;position:absolute;top:12px;left:12px}.CourseCard-module__zrj3gq__badge{color:#000;text-transform:uppercase;letter-spacing:.5px;background:#ffd400;border-radius:20px;padding:6px 10px;font-size:.75rem;font-weight:800;box-shadow:0 2px 4px #0000001a}.CourseCard-module__zrj3gq__content{flex-direction:column;flex-grow:1;padding:20px;display:flex}.CourseCard-module__zrj3gq__title{color:#111827;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em;margin:0 0 8px;font-size:1.25rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.CourseCard-module__zrj3gq__author{color:#6b7280;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;height:2.8em;margin-bottom:12px;font-size:.9rem;line-height:1.4;display:-webkit-box;overflow:hidden}.CourseCard-module__zrj3gq__footer{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:4px 16px;margin-top:auto;padding-top:16px;display:flex}.CourseCard-module__zrj3gq__prices{flex-direction:column;gap:2px;display:flex}.CourseCard-module__zrj3gq__priceRow{align-items:center;gap:8px;display:flex}.CourseCard-module__zrj3gq__discountPercentage{color:#dc2626;font-size:.9rem;font-weight:700}.CourseCard-module__zrj3gq__originalPrice{color:#9ca3af;font-size:.9rem;text-decoration:line-through}.CourseCard-module__zrj3gq__currentPrice{color:#111827;font-size:1.5rem;font-weight:800;line-height:1}.CourseCard-module__zrj3gq__currencyNote{color:#8a8f98;flex:0 0 100%;margin:2px 0 0;line-height:1.25}.CourseCard-module__zrj3gq__currencyNote .approxLocalPriceAmount{font-size:.78rem;font-weight:700;display:block}.CourseCard-module__zrj3gq__currencyNote .approxLocalPriceNote{white-space:nowrap;margin-top:2px;font-size:.62rem;display:block}.CourseCard-module__zrj3gq__cartBtn{color:#fff;cursor:pointer;z-index:10;background-color:#0e7490;border:none;border-radius:6px;align-items:center;gap:8px;padding:10px 16px;font-family:inherit;font-size:.95rem;font-weight:700;line-height:1.2;transition:background-color .2s;display:flex}.CourseCard-module__zrj3gq__cartBtn:hover{color:#fff;background-color:#0891b2}.CourseCard-module__zrj3gq__cartBtn.CourseCard-module__zrj3gq__isInCart{cursor:default;background-color:#22c55e}.CourseCard-module__zrj3gq__cartBtn.CourseCard-module__zrj3gq__isInCart:hover{color:#fff;background-color:#16a34a}.CourseCard-module__zrj3gq__rating{color:#6b7280;align-items:center;gap:4px;margin-bottom:16px;font-size:.85rem;display:flex}.CourseCard-module__zrj3gq__stars{color:#fbbf24}.CourseCard-module__zrj3gq__userIcon{align-items:center;gap:4px;margin-left:12px;display:flex}
.Instructor-module__VRZCTG__section{overflow:hidden}.Instructor-module__VRZCTG__wrapper{gap:var(--space-12);padding:var(--space-8);border-radius:var(--radius-2xl);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;grid-template-columns:1.3fr .7fr;align-items:center;display:grid;box-shadow:0 20px 40px -5px #0000001a}.Instructor-module__VRZCTG__imageCol{position:relative}.Instructor-module__VRZCTG__imageWrapper{aspect-ratio:4/5;border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl);opacity:0;width:100%;animation:.8s forwards Instructor-module__VRZCTG__fadeInUp;position:relative;overflow:hidden}@keyframes Instructor-module__VRZCTG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Instructor-module__VRZCTG__image{object-fit:cover;transition:transform var(--transition-slow)}.Instructor-module__VRZCTG__imageWrapper:hover .Instructor-module__VRZCTG__image{transform:scale(1.05)}.Instructor-module__VRZCTG__decorShape{background:linear-gradient(135deg,var(--color-primary-50),var(--color-copper-light));border-radius:var(--radius-2xl);z-index:-1;opacity:.5;width:250px;height:250px;position:absolute;bottom:-30px;right:-30px}.Instructor-module__VRZCTG__contentCol{padding:var(--space-4)}.Instructor-module__VRZCTG__label{font-size:var(--text-sm);color:var(--color-primary);text-transform:uppercase;letter-spacing:2px;margin-bottom:var(--space-3);font-weight:600;display:inline-block}.Instructor-module__VRZCTG__name{font-family:var(--font-editorial);letter-spacing:0;margin-bottom:var(--space-6);color:var(--color-text);font-size:clamp(2.35rem,3.5vw,3.65rem);font-weight:600;line-height:.95}.Instructor-module__VRZCTG__bio{font-size:var(--text-lg);color:var(--color-text-light);margin-bottom:var(--space-8);line-height:1.8}.Instructor-module__VRZCTG__stats{padding:var(--space-8)0;margin-top:var(--space-8);border-top:1px solid var(--color-stone);justify-content:flex-start;gap:0;width:100%;display:flex}.Instructor-module__VRZCTG__stat{text-align:left;padding:0 var(--space-6);border-right:1px solid var(--color-stone);flex-direction:column;flex:1;align-items:flex-start;display:flex;position:relative}.Instructor-module__VRZCTG__stat:last-child{border-right:none}.Instructor-module__VRZCTG__stat:first-child{padding-left:0}.Instructor-module__VRZCTG__statIcon{color:#eb4e1b;width:40px;height:40px;margin-bottom:var(--space-4);transition:transform var(--transition-base);background:0 0;justify-content:flex-start;align-items:center;display:flex}.Instructor-module__VRZCTG__statIcon svg{stroke-width:1.5px;width:32px;height:32px}.Instructor-module__VRZCTG__stat:hover .Instructor-module__VRZCTG__statIcon{background:0 0;transform:translateY(-5px)}.Instructor-module__VRZCTG__statValue{font-size:var(--text-3xl);color:#3e2d8b;margin-bottom:var(--space-2);font-weight:800;line-height:1;display:block;position:relative}.Instructor-module__VRZCTG__statValueSizer{visibility:hidden}.Instructor-module__VRZCTG__statValueCount{position:absolute;inset:0}.Instructor-module__VRZCTG__statLabel{font-size:var(--text-sm);color:var(--color-text-light);max-width:160px;line-height:1.4}@media (max-width:1024px){.Instructor-module__VRZCTG__stats{gap:var(--space-8);border-top:1px solid var(--color-stone);grid-template-columns:repeat(2,1fr);display:grid}.Instructor-module__VRZCTG__stat{border-right:none;padding:0}}@media (max-width:640px){.Instructor-module__VRZCTG__stats{grid-template-columns:1fr}}@media (max-width:1024px){.Instructor-module__VRZCTG__wrapper{gap:var(--space-8);grid-template-columns:1fr}.Instructor-module__VRZCTG__imageCol{width:100%;max-width:400px;min-height:400px;margin:0 auto}.Instructor-module__VRZCTG__decorShape{width:150px;height:150px;bottom:-15px;right:-15px}.Instructor-module__VRZCTG__contentCol{text-align:center;padding:0}.Instructor-module__VRZCTG__wrapper{padding:var(--space-6);gap:var(--space-8)}.Instructor-module__VRZCTG__stats{padding-top:var(--space-8)}}@media (max-width:640px){.Instructor-module__VRZCTG__name{font-size:var(--text-3xl)}.Instructor-module__VRZCTG__bio{font-size:var(--text-base)}.Instructor-module__VRZCTG__stats{gap:var(--space-6)}}.Instructor-module__VRZCTG__bioLink{color:var(--color-text);font-family:var(--font-editorial);font-weight:800;font-size:var(--text-lg);transition:all var(--transition-base);margin-top:-var(--space-4);margin-bottom:var(--space-4);align-items:center;text-decoration:none;display:inline-flex;position:relative}.Instructor-module__VRZCTG__bioLink:after{content:"";background-color:var(--color-text);transform-origin:0;width:100%;height:1px;transition:transform var(--transition-base);position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.Instructor-module__VRZCTG__bioLink:hover{color:var(--color-text)}.Instructor-module__VRZCTG__bioLink:hover:after{transform:scaleX(1)}
.Testimonials-module__oeCJsG__section{padding:var(--space-20)0;overflow:hidden}.Testimonials-module__oeCJsG__title{text-align:center;margin-bottom:var(--space-16);color:var(--color-text);font-family:var(--font-editorial);letter-spacing:0;font-size:clamp(2.35rem,3.5vw,3.65rem);font-weight:600;line-height:.95}.Testimonials-module__oeCJsG__grid{gap:var(--space-8);margin-top:var(--space-8);grid-template-columns:repeat(3,1fr);display:grid}.Testimonials-module__oeCJsG__card{--color-reveal:0%;border-radius:var(--radius-2xl);background:var(--color-stone);height:480px;box-shadow:none;cursor:pointer;border:4px solid #fff;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.Testimonials-module__oeCJsG__card:hover{box-shadow:none;transform:translateY(-10px)}.Testimonials-module__oeCJsG__cardImageWrapper{width:100%;height:100%;position:absolute;top:0;left:0}.Testimonials-module__oeCJsG__cardImage{object-fit:cover;width:100%;height:100%;transition:transform .6s}.Testimonials-module__oeCJsG__card:hover .Testimonials-module__oeCJsG__cardImage{transform:scale(1.05)}.Testimonials-module__oeCJsG__textShade,.Testimonials-module__oeCJsG__colorOverlay{pointer-events:none;width:100%;position:absolute;left:0}.Testimonials-module__oeCJsG__textShade{z-index:5;opacity:0;background:linear-gradient(#0000 0%,#0000002e 52%,#0000006b 100%);height:70%;transition:opacity .3s;bottom:0}.Testimonials-module__oeCJsG__colorOverlay{height:100%;opacity:var(--color-overlay-opacity,0);--reveal-edge:calc(100% - var(--color-reveal));-webkit-mask-image:linear-gradient(to bottom,transparent 0%,transparent calc(var(--reveal-edge) - 18%),#0000002e calc(var(--reveal-edge) - 10%),#000000b8 calc(var(--reveal-edge) - 4%),#000 var(--reveal-edge),#000 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,transparent calc(var(--reveal-edge) - 18%),#0000002e calc(var(--reveal-edge) - 10%),#000000b8 calc(var(--reveal-edge) - 4%),#000 var(--reveal-edge),#000 100%);mask-image:linear-gradient(to bottom,transparent 0%,transparent calc(var(--reveal-edge) - 18%),#0000002e calc(var(--reveal-edge) - 10%),#000000b8 calc(var(--reveal-edge) - 4%),#000 var(--reveal-edge),#000 100%);z-index:6;will-change:mask-image,opacity;top:0}.Testimonials-module__oeCJsG__cardOverlay{width:100%;height:70%;padding:var(--space-6);z-index:10;opacity:0;will-change:opacity,transform;flex-direction:column;justify-content:flex-end;transition:opacity .35s,transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;bottom:0;left:0;transform:translate(-28px)}.Testimonials-module__oeCJsG__cardContentVisible .Testimonials-module__oeCJsG__textShade{opacity:1}.Testimonials-module__oeCJsG__cardContentVisible .Testimonials-module__oeCJsG__cardOverlay{opacity:1;transform:translate(0)}.Testimonials-module__oeCJsG__card:first-child .Testimonials-module__oeCJsG__colorOverlay{background:linear-gradient(#0000 0%,#dc262666 40%,#dc2626e6 100%)}.Testimonials-module__oeCJsG__card:nth-child(2) .Testimonials-module__oeCJsG__colorOverlay{background:linear-gradient(#0000 0%,#d9770666 40%,#d97706e6 100%)}.Testimonials-module__oeCJsG__card:nth-child(3) .Testimonials-module__oeCJsG__colorOverlay{background:linear-gradient(#0000 0%,#4f46e566 40%,#4f46e5e6 100%)}.Testimonials-module__oeCJsG__stars{gap:4px;margin-bottom:8px;display:flex}.Testimonials-module__oeCJsG__star{color:#fbbf24;fill:currentColor;width:18px;height:18px}.Testimonials-module__oeCJsG__quote{color:#fff;font-size:var(--text-lg);text-shadow:0 2px 4px #0009;opacity:1;height:120px;margin-bottom:8px;font-style:italic;line-height:1.3;overflow:hidden}.Testimonials-module__oeCJsG__authorInfo{flex-direction:column;justify-content:flex-end;height:5rem;margin-top:0;display:flex}.Testimonials-module__oeCJsG__authorName{color:#fff;font-size:var(--text-xl);text-shadow:0 2px 4px #0009;margin-bottom:2px;font-weight:800}.Testimonials-module__oeCJsG__authorRole{color:#fff;font-size:var(--text-sm);opacity:1;text-shadow:0 1px 2px #00000080;font-weight:600}@media (max-width:1024px){.Testimonials-module__oeCJsG__grid{grid-template-columns:repeat(2,1fr)}.Testimonials-module__oeCJsG__card{--color-reveal:100%}.Testimonials-module__oeCJsG__textShade,.Testimonials-module__oeCJsG__cardOverlay{opacity:1}.Testimonials-module__oeCJsG__cardOverlay{transform:none}}@media (max-width:640px){.Testimonials-module__oeCJsG__grid{grid-template-columns:1fr}.Testimonials-module__oeCJsG__card{height:400px}}@media (prefers-reduced-motion:reduce){.Testimonials-module__oeCJsG__card{--color-reveal:100%}.Testimonials-module__oeCJsG__textShade,.Testimonials-module__oeCJsG__cardOverlay{opacity:1}.Testimonials-module__oeCJsG__cardOverlay{transition:none;transform:none}}
.LearnAnywhereSection-module__1kDora__section{z-index:21;padding:var(--space-8)0 var(--space-16);margin-top:0;position:relative;overflow:visible}.LearnAnywhereSection-module__1kDora__card{background:#ffffffe6;border:1px solid #2319140f;border-radius:32px;align-items:center;width:calc(100% - 100px);min-height:480px;padding:clamp(2rem,2.6vw,2.75rem) clamp(2rem,2.6vw,2.75rem) clamp(2rem,2.6vw,2.75rem) clamp(3rem,5vw,4.5rem);display:flex;position:relative;overflow:visible}.LearnAnywhereSection-module__1kDora__copy{z-index:2;width:58%;min-width:0;max-width:610px;position:relative}.LearnAnywhereSection-module__1kDora__eyebrow{color:#b65c45;letter-spacing:.15em;margin-bottom:.7rem;font-size:.78rem;font-weight:800}.LearnAnywhereSection-module__1kDora__title{max-width:560px;color:var(--color-text);font-family:var(--font-editorial);letter-spacing:-.025em;margin:0;font-size:clamp(2.8rem,4.3vw,4.45rem);font-weight:600;line-height:.86}.LearnAnywhereSection-module__1kDora__titleLine{display:inline}.LearnAnywhereSection-module__1kDora__description{max-width:520px;color:var(--color-text-light);margin-top:2rem;margin-bottom:1rem;font-size:clamp(.98rem,1.15vw,1.1rem);line-height:1.55}.LearnAnywhereSection-module__1kDora__featureList{margin:0;padding:0;list-style:none}.LearnAnywhereSection-module__1kDora__featureList li{min-height:54px;color:var(--color-text);border-bottom:1px solid #1118271a;align-items:center;gap:.85rem;font-size:.96rem;font-weight:600;display:flex}@media (min-width:1081px){.LearnAnywhereSection-module__1kDora__titleLine{white-space:nowrap;display:block}}.LearnAnywhereSection-module__1kDora__featureList li:last-child{border-bottom:0}.LearnAnywhereSection-module__1kDora__featureIcon{color:#8e4938;background:#f5e8e2;border-radius:50%;flex:none;place-items:center;width:38px;height:38px;display:grid}.LearnAnywhereSection-module__1kDora__featureIcon svg{width:21px;height:21px}.LearnAnywhereSection-module__1kDora__visual{width:520px;height:560px;box-shadow:none;filter:none;isolation:isolate;pointer-events:none;background:0 0;margin:0;position:absolute;top:-40px;right:-65px;overflow:visible}.LearnAnywhereSection-module__1kDora__tablet,.LearnAnywhereSection-module__1kDora__phone{height:auto;box-shadow:none;filter:none;object-fit:contain;opacity:1;will-change:transform;background:0 0;display:block;position:absolute}.LearnAnywhereSection-module__1kDora__tablet{width:400px;top:0;right:11%}.LearnAnywhereSection-module__1kDora__phone{z-index:2;width:190px;bottom:2px;right:0}@media (max-width:1080px){.LearnAnywhereSection-module__1kDora__section{padding:var(--space-6)0 var(--space-4)}.LearnAnywhereSection-module__1kDora__card{flex-direction:column;align-items:stretch;gap:1rem;width:100%;min-height:0;padding:clamp(2rem,5vw,3rem);display:flex}.LearnAnywhereSection-module__1kDora__copy{width:100%;max-width:640px}.LearnAnywhereSection-module__1kDora__visual{align-self:center;width:min(100%,480px);height:430px;margin:0 auto;position:relative;top:auto;right:auto}.LearnAnywhereSection-module__1kDora__tablet{width:60%;top:0;right:17%}.LearnAnywhereSection-module__1kDora__phone{width:36%;bottom:0;right:4%}}@media (min-width:900px) and (min-height:560px) and (orientation:landscape) and (prefers-reduced-motion:no-preference){.LearnAnywhereSection-module__1kDora__section{margin-top:160px}}@media (max-width:640px){.LearnAnywhereSection-module__1kDora__section{padding:var(--space-4)var(--space-4)0;margin-top:0}.LearnAnywhereSection-module__1kDora__card{border-radius:24px;gap:.25rem;padding:1.75rem 1.25rem 1.5rem 1.75rem}.LearnAnywhereSection-module__1kDora__title{font-size:clamp(2.55rem,13vw,3.35rem)}.LearnAnywhereSection-module__1kDora__eyebrow{margin-bottom:.8rem}.LearnAnywhereSection-module__1kDora__description{margin-top:.75rem;margin-bottom:.75rem}.LearnAnywhereSection-module__1kDora__featureList li{min-height:50px;font-size:.9rem}.LearnAnywhereSection-module__1kDora__featureIcon{width:34px;height:34px}.LearnAnywhereSection-module__1kDora__visual{width:100%;height:min(90vw,360px)}.LearnAnywhereSection-module__1kDora__tablet{width:60%;right:18%}.LearnAnywhereSection-module__1kDora__phone{width:36%;right:4%}}@media (prefers-reduced-motion:reduce){.LearnAnywhereSection-module__1kDora__tablet,.LearnAnywhereSection-module__1kDora__phone{will-change:auto}}
.Newsletter-module__rwjZOa__section{padding:var(--space-10)0 var(--space-20);background-image:url(/images/painting-stains-landing.png);background-position:100% 100%;background-repeat:no-repeat;background-size:clamp(550px,60vw,1050px);position:relative;overflow:hidden}.Newsletter-module__rwjZOa__wrapper{width:100%;padding:var(--space-10)var(--space-8);border-radius:var(--radius-2xl);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;z-index:2;gap:var(--space-10);opacity:0;background:#fff;border:1px solid #00000008;grid-template-columns:1.1fr .9fr;align-items:center;margin:0 auto;transition:opacity .65s cubic-bezier(.22,1,.36,1);display:grid;position:relative}.Newsletter-module__rwjZOa__blogPanel,.Newsletter-module__rwjZOa__newsletterPanel{opacity:0;filter:blur(10px);will-change:transform,opacity,filter;min-width:0;transition:transform .65s cubic-bezier(.22,1,.36,1),opacity .65s cubic-bezier(.22,1,.36,1),filter .65s cubic-bezier(.22,1,.36,1)}.Newsletter-module__rwjZOa__blogPanel{transform:translate(-96px)scale(.96)}.Newsletter-module__rwjZOa__newsletterPanel{transform:translate(96px)scale(.96)}.Newsletter-module__rwjZOa__wrapper.Newsletter-module__rwjZOa__revealVisible{opacity:1}.Newsletter-module__rwjZOa__revealVisible .Newsletter-module__rwjZOa__blogPanel,.Newsletter-module__rwjZOa__revealVisible .Newsletter-module__rwjZOa__newsletterPanel{opacity:1;filter:blur();transform:translate(0)scale(1)}.Newsletter-module__rwjZOa__newsletterPanel{transition-delay:50ms}.Newsletter-module__rwjZOa__blogPanel{gap:var(--space-6);padding-right:var(--space-8);border-right:1px solid #1118271f;grid-template-columns:170px minmax(0,1fr);align-items:center;display:grid}.Newsletter-module__rwjZOa__newsletterPanel{text-align:center;padding-left:var(--space-8)}.Newsletter-module__rwjZOa__blogImage{border-radius:var(--radius-xl);aspect-ratio:4/5;position:relative;overflow:hidden;box-shadow:0 18px 34px #11182729}.Newsletter-module__rwjZOa__blogImage img{object-fit:cover}.Newsletter-module__rwjZOa__panelIcon{color:#b65c45;width:56px;height:56px;margin-bottom:var(--space-4);background:#ec489914;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.Newsletter-module__rwjZOa__blogPanel .Newsletter-module__rwjZOa__panelIcon{display:none}.Newsletter-module__rwjZOa__title{font-family:var(--font-editorial);letter-spacing:0;color:var(--color-text);margin-bottom:.75rem;font-size:clamp(2rem,3vw,3rem);font-weight:600;line-height:1}.Newsletter-module__rwjZOa__description{color:var(--color-text-muted);margin-bottom:1.75rem;font-size:1.1rem;line-height:1.6}.Newsletter-module__rwjZOa__form{flex-direction:column;gap:1rem;max-width:500px;margin:0 auto;display:flex}.Newsletter-module__rwjZOa__inputWrapper{gap:.75rem;display:flex}.Newsletter-module__rwjZOa__input{color:var(--color-text);background:#fff;border:2px solid #6366f1;border-radius:12px;flex:1;padding:1rem 1.25rem;font-size:1rem;transition:all .3s}.Newsletter-module__rwjZOa__input::placeholder{color:var(--color-text-muted);opacity:.7}.Newsletter-module__rwjZOa__input:focus{border-color:var(--color-primary);box-shadow:0 0 0 4px var(--color-primary-light);outline:none}.Newsletter-module__rwjZOa__button{color:#fff;cursor:pointer;white-space:nowrap;background:#1a1a1a;border:none;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.Newsletter-module__rwjZOa__button:hover{background:#000;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.Newsletter-module__rwjZOa__button:disabled{opacity:.7;cursor:not-allowed;transform:none}.Newsletter-module__rwjZOa__blogButton{align-items:center;gap:var(--space-2);min-height:46px;padding:0 var(--space-6);border-radius:var(--radius-md);color:#fff;font-weight:700;font-size:var(--text-sm);background:#111827;display:inline-flex;box-shadow:0 12px 20px #11182724}.Newsletter-module__rwjZOa__blogButton:hover{color:#fff;background:#000;transform:translateY(-1px)}.Newsletter-module__rwjZOa__successMessage{color:#10b981;background:#ecfdf5;border:1px solid #d1fae5;border-radius:8px;margin-top:1rem;padding:.75rem;font-weight:500;animation:.5s Newsletter-module__rwjZOa__fadeIn}.Newsletter-module__rwjZOa__errorMessage{color:#ef4444;background:#fef2f2;border:1px solid #fee2e2;border-radius:8px;margin-top:1rem;padding:.75rem;font-weight:500;animation:.5s Newsletter-module__rwjZOa__fadeIn}@media (max-width:640px){.Newsletter-module__rwjZOa__section{padding:var(--space-8)var(--space-4)var(--space-12)}.Newsletter-module__rwjZOa__wrapper{padding:var(--space-8)}.Newsletter-module__rwjZOa__title{font-size:2rem}.Newsletter-module__rwjZOa__inputWrapper{flex-direction:column}.Newsletter-module__rwjZOa__button{width:100%}}@media (max-width:960px){.Newsletter-module__rwjZOa__wrapper{gap:var(--space-8);grid-template-columns:1fr}.Newsletter-module__rwjZOa__blogPanel{padding-right:0;padding-bottom:var(--space-8);border-bottom:1px solid #1118271f;border-right:none}}@media (max-width:640px){.Newsletter-module__rwjZOa__blogPanel{text-align:center;grid-template-columns:1fr}.Newsletter-module__rwjZOa__blogImage{aspect-ratio:4/3;width:100%;max-width:260px;margin:0 auto}.Newsletter-module__rwjZOa__blogPanel .Newsletter-module__rwjZOa__panelIcon{margin:0 auto var(--space-4);display:inline-flex}}@keyframes Newsletter-module__rwjZOa__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.Newsletter-module__rwjZOa__wrapper,.Newsletter-module__rwjZOa__blogPanel,.Newsletter-module__rwjZOa__newsletterPanel{opacity:1;filter:none;will-change:auto;animation:none;transform:none}}
.Pricing-module__3eqIJa__section{background:var(--color-bg)}.Pricing-module__3eqIJa__title{text-align:center;margin-bottom:var(--space-10);font-family:var(--font-editorial);letter-spacing:0;font-size:clamp(2.35rem,3.5vw,3.65rem);font-weight:600;line-height:.95}.Pricing-module__3eqIJa__card{background:linear-gradient(135deg,var(--color-cream),var(--color-bg));border:2px solid var(--color-stone);border-radius:var(--radius-2xl);padding:var(--space-10);text-align:center;box-shadow:var(--shadow-lg)}.Pricing-module__3eqIJa__priceWrapper{margin-bottom:var(--space-8)}.Pricing-module__3eqIJa__originalPrice{font-size:var(--text-lg);color:var(--color-text-muted);margin-bottom:var(--space-2);text-decoration:line-through;display:block}.Pricing-module__3eqIJa__priceRow{justify-content:center;align-items:center;gap:var(--space-3);display:flex}.Pricing-module__3eqIJa__currentPrice{font-family:var(--font-heading);font-size:var(--text-6xl);color:var(--color-text);font-weight:700}.Pricing-module__3eqIJa__discount{padding:var(--space-2)var(--space-3);background:var(--color-success);color:#fff;font-size:var(--text-sm);border-radius:var(--radius-md);font-weight:600;display:inline-block}.Pricing-module__3eqIJa__couponWrapper{margin-bottom:var(--space-8)}.Pricing-module__3eqIJa__couponInputGroup{gap:var(--space-2);max-width:400px;margin:0 auto;display:flex}.Pricing-module__3eqIJa__couponInput{text-align:center;text-transform:uppercase;flex:1}.Pricing-module__3eqIJa__couponBtn{flex-shrink:0}.Pricing-module__3eqIJa__couponSuccess{margin-top:var(--space-3);color:var(--color-success);font-size:var(--text-sm);font-weight:500}.Pricing-module__3eqIJa__cta{width:100%;max-width:400px;font-size:var(--text-xl);padding:var(--space-5)var(--space-8);margin-bottom:var(--space-6)}.Pricing-module__3eqIJa__guarantees{justify-content:center;gap:var(--space-8);display:flex}.Pricing-module__3eqIJa__guarantee{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-text-muted);display:flex}.Pricing-module__3eqIJa__guarantee svg{width:18px;height:18px;color:var(--color-primary)}@media (max-width:640px){.Pricing-module__3eqIJa__card{padding:var(--space-6)}.Pricing-module__3eqIJa__currentPrice{font-size:var(--text-5xl)}.Pricing-module__3eqIJa__couponInputGroup{flex-direction:column}.Pricing-module__3eqIJa__guarantees{gap:var(--space-3);flex-direction:column;align-items:center}}
.CTASection-module__eD7G3W__section{color:var(--color-text);position:relative;overflow:hidden}.CTASection-module__eD7G3W__wrapper{z-index:1;text-align:center;padding:var(--space-8);border-radius:var(--radius-2xl);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;position:relative;box-shadow:0 20px 40px -5px #0000001a}.CTASection-module__eD7G3W__imageWrapper{margin-bottom:var(--space-8);justify-content:center;display:flex}.CTASection-module__eD7G3W__image{border-radius:var(--radius-lg);object-fit:cover;max-width:100%;height:auto;transition:transform var(--transition-slow);border:4px solid #fff3;box-shadow:0 10px 40px #0006}.CTASection-module__eD7G3W__image:hover{transform:scale(1.02)}.CTASection-module__eD7G3W__title{font-family:var(--font-editorial);letter-spacing:0;color:var(--color-text);margin-bottom:var(--space-4);font-size:clamp(2.35rem,3.5vw,3.65rem);font-weight:600;line-height:.95}.CTASection-module__eD7G3W__subtitle{font-size:var(--text-lg);color:var(--color-text-muted);margin-bottom:var(--space-8);max-width:800px;margin-left:auto;margin-right:auto;line-height:1.7}.CTASection-module__eD7G3W__cta{background:var(--color-primary);color:#fff;border-color:var(--color-primary);box-shadow:var(--shadow-primary)}.CTASection-module__eD7G3W__cta:hover{background:var(--color-primary-dark);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.CTASection-module__eD7G3W__cta svg{transition:transform var(--transition-base)}.CTASection-module__eD7G3W__cta:hover svg{transform:translate(4px)}@media (max-width:768px){.CTASection-module__eD7G3W__title{font-size:var(--text-3xl)}.CTASection-module__eD7G3W__subtitle{font-size:var(--text-base)}.CTASection-module__eD7G3W__cta{width:100%}}
.FAQ-module__5E5jIW__faqSection{padding:var(--space-16)0 0;margin-bottom:-16px;position:relative;overflow:hidden}.FAQ-module__5E5jIW__title{text-align:center;margin-bottom:var(--space-12);color:var(--color-text);font-family:var(--font-editorial);letter-spacing:0;font-size:clamp(2.35rem,3.5vw,3.65rem);font-weight:600;line-height:.95}.FAQ-module__5E5jIW__wrapper{z-index:1;padding:var(--space-10)var(--space-8);border-radius:var(--radius-2xl);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #00000008;max-width:1100px;margin:0 auto;position:relative;box-shadow:0 20px 40px -5px #0000001a}.FAQ-module__5E5jIW__categoriesGrid{gap:var(--space-8)var(--space-10);grid-template-columns:repeat(2,1fr);align-items:start;display:grid}.FAQ-module__5E5jIW__categoryBlock{width:100%}.FAQ-module__5E5jIW__categoryHeader{align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);padding:var(--space-1);transition:transform var(--transition-base);display:flex}.FAQ-module__5E5jIW__categoryBlock:hover .FAQ-module__5E5jIW__categoryHeader{transform:translate(5px)}.FAQ-module__5E5jIW__categoryIcon{background:var(--theme-bg);width:36px;height:36px;color:var(--theme-color);transition:all var(--transition-base);border-radius:10px;justify-content:center;align-items:center;display:flex}.FAQ-module__5E5jIW__categoryBlock:hover .FAQ-module__5E5jIW__categoryIcon{background:var(--theme-color);color:#fff;transform:scale(1.1)rotate(-5deg)}.FAQ-module__5E5jIW__categoryIcon svg{width:18px;height:18px}.FAQ-module__5E5jIW__categoryTitle{font-size:var(--text-base);color:var(--color-text);text-transform:uppercase;letter-spacing:.5px;font-weight:700}.FAQ-module__5E5jIW__categoryBlock:nth-child(4n+1){--theme-color:#f43f5e;--theme-bg:#fff1f2}.FAQ-module__5E5jIW__categoryBlock:nth-child(4n+2){--theme-color:#8b5cf6;--theme-bg:#f5f3ff}.FAQ-module__5E5jIW__categoryBlock:nth-child(4n+3){--theme-color:#10b981;--theme-bg:#ecfdf5}.FAQ-module__5E5jIW__categoryBlock:nth-child(4n+4){--theme-color:#0ea5e9;--theme-bg:#e0f2fe}.FAQ-module__5E5jIW__accordion{flex-direction:column;gap:.375rem;display:flex}.FAQ-module__5E5jIW__item{border-radius:var(--radius-lg);transition:all var(--transition-base);background:#fff;border:1px solid #0000000d;overflow:hidden}.FAQ-module__5E5jIW__item:hover{border-color:var(--theme-color)}.FAQ-module__5E5jIW__item.FAQ-module__5E5jIW__open{border-color:var(--theme-color);box-shadow:0 4px 12px #00000008}.FAQ-module__5E5jIW__question{width:100%;padding:var(--space-3)var(--space-4);text-align:left;color:var(--color-text);cursor:pointer;justify-content:space-between;align-items:center;gap:var(--space-3);background:0 0;border:none;font-size:.95rem;font-weight:600;display:flex}.FAQ-module__5E5jIW__icon{color:var(--theme-color);transition:transform var(--transition-base);flex-shrink:0;font-size:1.1rem;font-weight:400}.FAQ-module__5E5jIW__answerWrapper{transition:grid-template-rows var(--transition-base);grid-template-rows:0fr;display:grid}.FAQ-module__5E5jIW__open .FAQ-module__5E5jIW__answerWrapper{grid-template-rows:1fr}.FAQ-module__5E5jIW__answer{padding:0 var(--space-4);color:var(--color-text-light);font-size:var(--text-sm);line-height:1.5;overflow:hidden}.FAQ-module__5E5jIW__open .FAQ-module__5E5jIW__answer{padding-bottom:var(--space-3)}.FAQ-module__5E5jIW__list{margin-top:var(--space-1);padding-left:var(--space-4)}.FAQ-module__5E5jIW__list li{margin-bottom:2px}.FAQ-module__5E5jIW__email{color:var(--theme-color);font-weight:600;text-decoration:underline}@media (max-width:900px){.FAQ-module__5E5jIW__faqSection{margin-bottom:-40px}.FAQ-module__5E5jIW__categoriesGrid{gap:var(--space-8);grid-template-columns:1fr}}@media (max-width:768px){.FAQ-module__5E5jIW__faqSection{padding:var(--space-12)0 0;margin-bottom:-8px}.FAQ-module__5E5jIW__title{font-size:var(--text-3xl);margin-bottom:var(--space-8)}.FAQ-module__5E5jIW__wrapper{padding:var(--space-6)var(--space-4);border-radius:var(--radius-xl)}.FAQ-module__5E5jIW__question{padding:var(--space-3)var(--space-4);font-size:.9rem}}@media (min-width:900px) and (min-height:560px) and (orientation:landscape) and (prefers-reduced-motion:no-preference){.FAQ-module__5E5jIW__faqSection{margin-bottom:-32px}}
