.sc-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#faf9fc,#f5f3f9 25%,#ede9f5 50%,#f5f3f9 75%,#faf9fc);background-size:400% 400%;position:relative;overflow:visible;padding:0 16px}@keyframes sc-hero-gradient{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.sc-hero__bg-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3;pointer-events:none}.sc-hero__bg-orb--1{width:600px;height:600px;background:radial-gradient(circle,#6366f1 0,#8b5cf6 40%,transparent 70%);top:-200px;left:-200px}.sc-hero__bg-orb--2{opacity:.2;background:radial-gradient(circle,#8b5cf6 0,#a855f7 40%,rgba(0,0,0,0) 70%);height:700px;top:30%;right:0}.sc-hero__bg-orb--3{background:radial-gradient(circle,#a855f7 0,#ec4899 40%,rgba(0,0,0,0) 70%);width:400px;height:400px;top:25%;left:50%;transform:translate(-50%,-50%)}@keyframes sc-hero-orb-float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-30px,30px) scale(.9)}}.sc-hero__particles{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none}.sc-hero__particle{position:absolute;width:4px;height:4px;background:radial-gradient(circle,#fff,transparent);border-radius:50%;left:var(--x);top:var(--y);opacity:0}@keyframes sc-hero-particle-float{0%,to{opacity:0;transform:translateY(0) scale(0)}10%{opacity:1;transform:translateY(-20px) scale(1)}90%{opacity:1;transform:translateY(-100vh) scale(1)}to{opacity:0;transform:translateY(-100vh) scale(0)}}.sc-hero__image-wrapper{position:absolute;right:-20px;bottom:-20px;height:40vh;width:auto;z-index:0;pointer-events:none;display:none;opacity:.3}.sc-hero__image{height:100%;width:auto;object-fit:contain;object-position:bottom right;filter:drop-shadow(0 0 40px rgba(139,92,246,.4))}@media (min-width:600px){.sc-hero__image-wrapper{display:block;height:45vh;opacity:.4}}@media (min-width:900px){.sc-hero__image-wrapper{display:block;height:60vh;right:-40px;bottom:0;opacity:1;z-index:1}}@media (min-width:1200px){.sc-hero__image-wrapper{height:65vh;right:-90px}}.sc-hero__image-glow{position:absolute;bottom:0;right:10%;width:300px;height:300px;background:radial-gradient(circle,rgba(139,92,246,.3),transparent 70%);border-radius:50%;filter:blur(60px);z-index:-1}@keyframes sc-hero-image-float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes sc-hero-image-glow-pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.sc-hero__container{max-width:1000px;width:100%;min-height:100vh;text-align:center;z-index:2;display:flex;flex-direction:column;justify-content:center;gap:20px;padding:40px 0 60px}.sc-hero__badge,.sc-hero__container{position:relative;align-items:center}.sc-hero__badge{display:inline-flex;gap:12px;padding:12px 24px;background:rgba(139,92,246,.1);border:2px solid rgba(139,92,246,.3);border-radius:50px;backdrop-filter:blur(10px)}.sc-hero__badge-text{font-size:14px;font-weight:700;color:#6366f1;text-transform:uppercase;letter-spacing:.5px}.sc-hero__title{font-size:clamp(24px,5vw,48px);font-weight:800;color:#1a0f2e;margin:0;line-height:1.2;letter-spacing:-.01em;text-shadow:0 2px 20px rgba(139,92,246,.15);animation:sc-hero-title-reveal 1s ease-out}@keyframes sc-hero-title-reveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sc-hero__title-emoji{display:inline-block;filter:drop-shadow(0 0 20px rgba(139,92,246,.6))}.sc-hero__title-highlight{background:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#ec4899);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:sc-hero-gradient-text 5s ease infinite;display:inline-block}.sc-hero__title-line2,.sc-hero__title-line3{display:inline-block}.sc-hero__title-mobile-break{display:none}.sc-hero__title-line2{display:inline}@media (max-width:380px){.sc-hero__title-mobile-break{display:inline}}@keyframes sc-hero-gradient-text{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.sc-hero__subtitle{font-size:clamp(18px,3vw,26px);color:#4c3d5f;margin:0;font-weight:500;line-height:1.4;max-width:700px;animation:sc-hero-subtitle-reveal 1s ease-out .2s backwards;display:flex;flex-direction:column;gap:8px}@keyframes sc-hero-subtitle-reveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sc-hero__details{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;width:100%;max-width:700px;box-sizing:border-box}.sc-hero__detail-card{display:flex;align-items:center;gap:10px;padding:12px 16px;background:rgba(255,255,255,.3);border:1px solid rgba(139,92,246,.2);border-radius:16px;backdrop-filter:blur(30px);opacity:.85;transition:all .3s ease;animation:sc-hero-card-reveal .6s ease-out .4s backwards;flex:1;min-width:0;width:100%}.sc-hero__detail-card:hover{transform:translateY(-5px);background:rgba(255,255,255,.95);border-color:rgba(139,92,246,.4);box-shadow:0 10px 40px rgba(139,92,246,.2)}@keyframes sc-hero-card-reveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sc-hero__detail-icon{font-size:24px;filter:drop-shadow(0 0 10px rgba(139,92,246,.5))}.sc-hero__detail-content{display:flex;flex-direction:column;text-align:left}.sc-hero__detail-label{font-size:10px;text-transform:uppercase;letter-spacing:0;color:#8b5cf6;font-weight:600}.sc-hero__detail-value{font-size:14px;color:#1a0f2e;font-weight:600}.sc-hero__pricing{padding:24px 40px;background:rgba(255,255,255,.3);border:2px solid rgba(139,92,246,.25);border-radius:16px;backdrop-filter:blur(30px);opacity:.85;position:relative;overflow:hidden;animation:sc-hero-pricing-reveal .6s ease-out .6s backwards;width:100%;max-width:700px;box-sizing:border-box}.sc-hero__ribbon{position:absolute;top:-2px;right:-2px;width:200px;height:200px;overflow:hidden;z-index:10;pointer-events:none}.sc-hero__ribbon-text{position:absolute;top:35px;right:-40px;width:250px;padding:8px 0 8px 40px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#ffffff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;text-align:center;transform:rotate(45deg);box-shadow:0 4px 12px rgba(139,92,246,.4)}@keyframes sc-hero-pricing-reveal{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.sc-hero__pricing-badge{display:inline-block;padding:6px 18px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#ffffff;font-size:12px;font-weight:700;text-transform:none;letter-spacing:0;border-radius:50px;margin-bottom:16px}.sc-hero__price-display{display:flex;align-items:center;gap:20px;flex-wrap:wrap;justify-content:center}.sc-hero__price-main{display:flex;align-items:flex-start;gap:4px}.sc-hero__price-currency{font-size:32px;color:#6366f1;font-weight:700;margin-top:6px}.sc-hero__price-value{font-size:64px;color:#1a0f2e;font-weight:900;line-height:1;letter-spacing:-.03em;text-shadow:0 2px 20px rgba(139,92,246,.15)}.sc-hero__price-comparison{display:flex;flex-direction:column;gap:4px;text-align:left}.sc-hero__price-original{font-size:24px;color:#8b5cf6;text-decoration:line-through;font-weight:600;opacity:.6}.sc-hero__price-save{display:inline-block;padding:6px 12px;background:rgba(34,197,94,.15);border:1px solid rgba(34,197,94,.5);color:#16a34a;font-size:14px;font-weight:700;border-radius:8px;text-transform:uppercase;letter-spacing:.5px}.sc-hero__hook{max-width:700px;width:100%;padding:24px 32px;background:rgba(255,255,255,.4);border:2px solid rgba(139,92,246,.25);border-radius:20px;backdrop-filter:blur(30px);box-sizing:border-box;animation:sc-hero-hook-reveal .8s ease-out .5s backwards;transition:all .3s ease}.sc-hero__hook:hover{background:rgba(255,255,255,.6);border-color:rgba(139,92,246,.4);transform:translateY(-2px);box-shadow:0 10px 40px rgba(139,92,246,.15)}@keyframes sc-hero-hook-reveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sc-hero__hook-text{margin:0;font-size:clamp(18px,3vw,24px);color:#4c3d5f;line-height:1.5;text-align:center}.sc-hero__hook-text strong{font-weight:800;color:#1a0f2e;background:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#a855f7);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sc-hero__cta{display:flex;align-items:center;justify-content:center;gap:12px;padding:20px 48px;background:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#a855f7);background-size:200% 200%;color:#ffffff;font-size:18px;font-weight:800;text-decoration:none;border-radius:16px;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 20px 60px rgba(139,92,246,.5);animation:sc-hero-cta-reveal .6s ease-out .8s backwards;border:2px solid rgba(255,255,255,.2);width:100%;max-width:700px;box-sizing:border-box;cursor:pointer;font-family:inherit}@keyframes sc-hero-cta-reveal{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.sc-hero__cta:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 30px 80px rgba(139,92,246,.7);background:linear-gradient(135deg,#5558e3,#7c4fe8 50%,#9747e8)}.sc-hero__cta:active{transform:translateY(-2px) scale(1.02)}.sc-hero__cta-icon{font-size:24px;filter:drop-shadow(0 0 10px rgba(255,255,255,.5));margin-right:8px}.sc-hero__cta-text{position:relative;z-index:2}.sc-hero__cta-shimmer{position:absolute;top:-50%;left:-100%;width:100%;height:200%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transform:skewX(-20deg);animation:sc-hero-cta-shimmer 8s infinite}@keyframes sc-hero-cta-shimmer{0%{left:-100%}to{left:200%}}.sc-hero__cta:hover .sc-hero__cta-shimmer{display:none}.sc-hero__trust{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;align-items:center;animation:sc-hero-trust-reveal .6s ease-out 1s backwards}@keyframes sc-hero-trust-reveal{0%{opacity:0}to{opacity:1}}.sc-hero__trust-item{display:flex;align-items:center;gap:6px;padding:6px 12px;background:rgba(255,255,255,.6);border:1px solid rgba(139,92,246,.15);border-radius:12px;backdrop-filter:blur(10px);transition:all .3s ease}.sc-hero__trust-item:hover{background:rgba(255,255,255,.9);border-color:rgba(139,92,246,.3);transform:translateY(-2px)}.sc-hero__trust-icon{font-size:16px}.sc-hero__trust-text{font-size:12px;color:#4c3d5f;font-weight:600;white-space:nowrap}@media (min-width:600px){.sc-hero{padding:0 24px}.sc-hero__container{padding:30px 0}.sc-hero__badge{padding:8px 16px}.sc-hero__badge-text{font-size:11px;letter-spacing:.5px}.sc-hero__title{font-size:clamp(36px,9vw,52px);line-height:1.15}.sc-hero__subtitle{font-size:clamp(20px,5vw,28px)}.sc-hero__details{width:100%;max-width:700px}.sc-hero__detail-card{padding:14px 20px}.sc-hero__detail-icon{font-size:26px}.sc-hero__detail-label{font-size:10px}.sc-hero__detail-value{font-size:15px}.sc-hero__pricing{padding:20px 24px;width:100%;max-width:700px;background:rgba(255,255,255,.3);backdrop-filter:blur(30px);opacity:.85}.sc-hero__pricing-badge{font-size:10px;padding:5px 14px;margin-bottom:12px}.sc-hero__price-display{gap:12px}.sc-hero__price-currency{font-size:24px;margin-top:4px}.sc-hero__price-value{font-size:48px}.sc-hero__price-original{font-size:18px}.sc-hero__price-save{font-size:11px;padding:4px 8px}.sc-hero__cta{padding:18px 32px;font-size:20px;width:100%;max-width:700px}.sc-hero__cta-icon{font-size:22px}.sc-hero__trust{gap:8px;flex-wrap:wrap}.sc-hero__trust-item{padding:5px 10px}.sc-hero__trust-icon{font-size:14px}.sc-hero__trust-text{font-size:10px}.sc-hero__bg-orb--1{width:300px;height:300px;opacity:.2}.sc-hero__bg-orb--2{opacity:.1;width:250px}.sc-hero__bg-orb--3{opacity:.15;width:200px;height:200px}}@media (min-width:900px){.sc-hero{padding:0 32px}.sc-hero__container{padding:40px 0;justify-content:space-evenly}.sc-hero__badge{padding:12px 24px;margin-top:20px}.sc-hero__badge-text{font-size:14px;letter-spacing:1px}.sc-hero__title{font-size:clamp(36px,6vw,60px);margin-top:20px}.sc-hero__subtitle{font-size:clamp(28px,5vw,42px);padding:20px 0}.sc-hero__details{gap:16px;max-width:700px}.sc-hero__detail-card{padding:16px 24px;flex:1;min-width:0}.sc-hero__detail-icon{font-size:28px}.sc-hero__detail-label{font-size:11px}.sc-hero__detail-value{font-size:16px}.sc-hero__pricing{padding:16px 40px;max-width:700px;background:rgba(255,255,255,.3);backdrop-filter:blur(30px);opacity:.85}.sc-hero__pricing-badge{font-size:12px;padding:6px 18px;margin-bottom:8px}.sc-hero__price-display{gap:20px}.sc-hero__price-currency{font-size:28px;margin-top:4px}.sc-hero__price-value{font-size:52px}.sc-hero__price-original{font-size:24px}.sc-hero__price-save{font-size:14px;padding:6px 12px}.sc-hero__cta{padding:20px 48px;font-size:18px;width:100%;max-width:700px;margin-top:20px;margin-bottom:20px}.sc-hero__cta-icon{font-size:24px}.sc-hero__trust{gap:16px}.sc-hero__trust-item{padding:6px 12px}.sc-hero__trust-icon{font-size:16px}.sc-hero__trust-text{font-size:12px}.sc-hero__bg-orb--1{width:600px;height:600px}.sc-hero__bg-orb--2{opacity:.15;width:250px}.sc-hero__bg-orb--3{width:800px;height:200px}}@media (min-width:1200px){.sc-hero__container{max-width:1000px}}@media (max-width:480px){.sc-hero{padding:0 12px;background:linear-gradient(135deg,#ffffff,#ffffff 30%,#f9f8fd 50%,#ffffff 70%,#ffffff)}.sc-hero__ribbon{width:120px;height:120px;top:-2px;right:-2px}.sc-hero__ribbon-text{top:21px;right:-20px;width:150px;padding:4px 0 4px 30px;font-size:7px;letter-spacing:0}.sc-hero__bg-orb--1,.sc-hero__bg-orb--2,.sc-hero__bg-orb--3{opacity:.15!important}.sc-hero__bg-orb--3{top:55%;left:99%;opacity:.12!important}.sc-hero__container{padding:35px 0}.sc-hero__badge{padding:6px 12px}.sc-hero__badge-text{font-size:10px}.sc-hero__title{font-size:clamp(32px,8vw,44px)}.sc-hero__subtitle{font-size:clamp(24px,6vw,32px);display:flex;flex-direction:column;gap:8px}.sc-hero__detail-card{padding:10px 12px;gap:8px}.sc-hero__detail-icon{font-size:20px}.sc-hero__detail-label{font-size:9px}.sc-hero__detail-value{font-size:12px}.sc-hero__pricing{padding:16px 20px;background:rgba(255,255,255,.3);backdrop-filter:blur(30px);opacity:.85}.sc-hero__pricing-badge{font-size:9px;padding:4px 12px;margin-bottom:10px}.sc-hero__price-display{flex-direction:row;gap:12px}.sc-hero__price-main{gap:2px}.sc-hero__price-currency{font-size:20px;margin-top:2px}.sc-hero__price-value{font-size:42px}.sc-hero__price-comparison{align-items:flex-start}.sc-hero__price-original{font-size:16px}.sc-hero__price-save{font-size:10px;padding:3px 8px}.sc-hero__cta{padding:16px 28px;font-size:19px}.sc-hero__cta-icon{font-size:21px}.sc-hero__trust{gap:6px}.sc-hero__trust-item{padding:4px 8px}.sc-hero__trust-text{font-size:9px}.sc-hero__hook{padding:16px 20px}.sc-hero__hook-text{font-size:clamp(16px,4vw,20px)}}.sc-hero__countdown{display:inline-flex;align-items:center;gap:10px;padding:10px 24px;background:linear-gradient(135deg,rgba(139,92,246,.15),rgba(168,85,247,.15));border:1px solid rgba(139,92,246,.2);border-radius:50px;backdrop-filter:blur(10px);margin-bottom:12px;box-shadow:0 4px 20px rgba(139,92,246,.2);animation:sc-hero-countdown-reveal .6s ease-out .2s backwards}@keyframes sc-hero-countdown-reveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sc-hero__countdown-text{font-size:13px;font-weight:600;color:#6366f1;text-transform:uppercase;letter-spacing:1px;line-height:1}.sc-hero__event-details{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;padding:6px 16px;background:rgba(255,255,255,.2);border:1px solid rgba(139,92,246,.18);border-radius:50px;backdrop-filter:blur(8px);box-shadow:0 2px 8px rgba(139,92,246,.08);margin:4px auto 12px;animation:sc-hero-event-reveal .6s ease-out .4s backwards}@keyframes sc-hero-event-reveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sc-hero__event-item{display:inline-flex;align-items:center;gap:4px;padding:0;background:none;border:none;backdrop-filter:none;box-shadow:none;border-radius:0}.sc-hero__event-icon{font-size:12px;filter:drop-shadow(0 0 4px rgba(139,92,246,.3))}.sc-hero__event-text{font-size:11px;font-weight:600;color:#4c3d5f;white-space:nowrap;letter-spacing:.2px}.sc-hero__event-divider{display:inline;color:rgba(139,92,246,.4);font-size:10px;font-weight:700;margin:0 4px}.sc-hero__main-headline{max-width:900px;margin:0 auto 24px;padding:0 20px;animation:sc-hero-headline-reveal .6s ease-out .6s backwards}@keyframes sc-hero-headline-reveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sc-hero__headline-line1{color:#1a0f2e;margin:0 0 8px}.sc-hero__headline-line1,.sc-hero__headline-line2{font-size:clamp(20px,3.5vw,34px);font-weight:600;line-height:1.3;text-align:center;letter-spacing:.1px}.sc-hero__headline-line2{font-style:italic;color:#8b5cf6;margin:0}.sc-hero__headline-break-desktop{display:none}.sc-hero__headline-break-mobile{display:inline}@media (min-width:600px){.sc-hero__headline-break-desktop{display:block}.sc-hero__headline-break-mobile{display:none}}.sc-hero__decorative-line{width:100%;max-width:400px;height:2px;margin:24px auto;background:linear-gradient(90deg,transparent,#6366f1,#8b5cf6,#a855f7,#8b5cf6,#6366f1,transparent);opacity:.25;animation:sc-hero-divider-reveal .8s ease-out .7s backwards}@keyframes sc-hero-divider-reveal{0%{opacity:0;transform:scaleX(0)}to{opacity:.25;transform:scaleX(1)}}.sc-hero__video-intro-wrapper{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:0;animation:sc-hero-video-intro-reveal .6s ease-out .8s backwards}@keyframes sc-hero-video-intro-reveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sc-hero__video-intro{font-size:clamp(17px,2.8vw,27px);color:#4c3d5f;font-weight:500;line-height:1.5;margin:0;max-width:800px;text-align:center;padding:0 20px;letter-spacing:.3px}.sc-hero__video-arrows{display:flex;gap:8px;align-items:center;justify-content:center;margin-bottom:8px}.sc-hero__arrow{font-size:28px;color:#8b5cf6;font-weight:700;animation:arrow-bounce 1.5s ease-in-out infinite;filter:drop-shadow(0 0 8px rgba(139,92,246,.4))}.sc-hero__arrow--delay{animation-delay:.2s}.sc-hero__arrow--delay-2{animation-delay:.4s}@keyframes arrow-bounce{0%,to{transform:translateY(0);opacity:.6}50%{transform:translateY(8px);opacity:1}}.sc-hero__vsl-wrapper{position:relative;width:100%;max-width:1200px;margin:-10px auto 80px;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:20px;box-shadow:0 30px 90px rgba(139,92,246,.25),0 10px 40px rgba(0,0,0,.1);z-index:100;transform:translateY(0);transition:all .4s cubic-bezier(.175,.885,.32,1.275);animation:sc-hero-vsl-reveal .8s ease-out 1s backwards}@keyframes sc-hero-vsl-reveal{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.sc-hero__vsl-wrapper:hover{box-shadow:0 40px 110px rgba(139,92,246,.3),0 15px 50px rgba(0,0,0,.15)}.sc-hero__vsl-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:20px}@media (max-width:480px){.sc-hero{padding:0 12px}.sc-hero__container{gap:12px;padding:28px 0 36px}.sc-hero__countdown{padding:6px 14px;gap:6px}.sc-hero__countdown-text{font-size:9px;letter-spacing:.6px}.sc-hero__title{font-size:clamp(16px,3vw,22px);margin-bottom:6px}.sc-hero__event-details{padding:5px 14px;gap:5px;margin:4px auto 12px}.sc-hero__event-item{padding:0;gap:5px}.sc-hero__event-text{font-size:10px;letter-spacing:.2px}.sc-hero__event-icon{font-size:11px}.sc-hero__event-divider{margin:0 3px;font-size:9px}.sc-hero__main-headline{padding:0}.sc-hero__headline-line1{margin-bottom:8px;margin-top:20px}.sc-hero__headline-line1,.sc-hero__headline-line2{font-size:clamp(26px,6vw,42px)}.sc-hero__decorative-line{max-width:250px;margin:16px auto}.sc-hero__video-intro{padding:0 12px}.sc-hero__vsl-wrapper{border-radius:12px;max-width:100%;margin:-10px auto 60px}.sc-hero__vsl-iframe{border-radius:12px}.sc-hero__play-button{width:60px!important;height:60px!important}.sc-hero__play-button-icon{width:24px!important;height:24px!important}}@media (min-width:600px){.sc-hero{padding:0 20px}.sc-hero__container{gap:18px;padding:35px 0 50px}.sc-hero__countdown{font-size:13px;padding:10px 20px}.sc-hero__countdown-text{letter-spacing:.9px}.sc-hero__event-details{max-width:450px;gap:10px;margin:10px auto 20px}.sc-hero__event-item{padding:10px 16px}.sc-hero__event-text{font-size:13px;letter-spacing:.4px}.sc-hero__event-icon{font-size:15px}.sc-hero__main-headline{padding:0 20px;margin-bottom:20px}.sc-hero__headline-line1{margin-bottom:10px}.sc-hero__decorative-line{max-width:350px;margin:20px auto}.sc-hero__video-intro{padding:0 20px}.sc-hero__vsl-wrapper{border-radius:16px;max-width:95%;margin:-10px auto 70px}.sc-hero__vsl-iframe{border-radius:16px}}@media (min-width:900px){.sc-hero{padding:0 24px}.sc-hero__container{gap:20px;padding:40px 0 60px}.sc-hero__countdown{font-size:15px;padding:12px 24px}.sc-hero__event-details{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:nowrap;width:auto;max-width:none;gap:8px;padding:8px 20px;background:rgba(255,255,255,.3);border:1px solid rgba(139,92,246,.2);border-radius:50px;backdrop-filter:blur(10px);margin:12px auto 24px;box-shadow:0 2px 12px rgba(139,92,246,.1)}.sc-hero__event-item{display:inline-flex;align-items:center;gap:4px;padding:0;background:none;border:none;backdrop-filter:none;box-shadow:none;border-radius:0}.sc-hero__event-item:first-child,.sc-hero__event-item:nth-child(2),.sc-hero__event-item:nth-child(3){grid-column:auto;grid-row:auto}.sc-hero__event-text{font-size:14px;font-weight:600;color:#4c3d5f;white-space:nowrap;letter-spacing:.3px}.sc-hero__event-icon{font-size:16px}.sc-hero__event-divider{display:inline;color:rgba(139,92,246,.4);font-size:12px;font-weight:700}.sc-hero__main-headline{padding:0 24px;margin-bottom:24px}.sc-hero__headline-line1{margin-bottom:12px}.sc-hero__decorative-line{max-width:400px;margin:5px auto}.sc-hero__video-intro{padding:0 24px}.sc-hero__vsl-wrapper{border-radius:20px;max-width:1100px;margin:-10px auto 80px}.sc-hero__vsl-iframe{border-radius:20px}}@media (min-width:1200px){.sc-hero{padding:0 32px}.sc-hero__vsl-wrapper{max-width:1200px;margin:-10px auto 100px}}@media (prefers-reduced-motion:reduce){.sc-hero,.sc-hero__bg-orb,.sc-hero__cta,.sc-hero__cta-icon,.sc-hero__cta-shimmer,.sc-hero__detail-card,.sc-hero__image-glow,.sc-hero__particle,.sc-hero__pricing,.sc-hero__subtitle,.sc-hero__title,.sc-hero__title-highlight,.sc-hero__trust{animation:none!important;transition:none!important}}.sc-faq{padding:60px 20px;background:linear-gradient(180deg,#fafafa,#ffffff);position:relative}.sc-faq:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#e0e7ff,transparent)}.sc-faq__container{max-width:900px;margin:0 auto}.sc-faq__header{text-align:center;margin-bottom:56px}.sc-faq__icon{font-size:56px;margin-bottom:24px}.sc-faq__heading{font-size:var(--section-title-font-size);font-weight:700;color:#1e1b4b;margin:0;letter-spacing:-.02em}.sc-faq__list{display:flex;flex-direction:column;gap:16px}.sc-faq__item{background:#ffffff;border:2px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:all .3s ease}.sc-faq__item:hover{border-color:#cbd5e1;box-shadow:0 4px 20px rgba(0,0,0,.08)}.sc-faq__item--open{border-color:#6366f1;box-shadow:0 4px 20px rgba(99,102,241,.15)}.sc-faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 28px;background:transparent;border:none;cursor:pointer;text-align:left;transition:background .3s ease}.sc-faq__question:hover{background:#f8fafc}.sc-faq__item--open .sc-faq__question{background:linear-gradient(135deg,#eef2ff,#e0e7ff)}.sc-faq__question-text{font-size:18px;font-weight:700;color:#1e293b;line-height:1.5}.sc-faq__question-icon{flex-shrink:0;width:32px;height:32px;background:#6366f1;color:#ffffff;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.sc-faq__question-icon svg{display:block}.sc-faq__answer{display:grid;grid-template-rows:0fr;overflow:hidden;transition:grid-template-rows .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1)}.sc-faq__item--open .sc-faq__answer{grid-template-rows:1fr;padding:24px 28px}.sc-faq__answer-text{font-size:17px;line-height:1.7;color:#475569;margin:0;min-height:0}@media (max-width:768px){.sc-faq{padding:40px 20px}.sc-faq__header{margin-bottom:40px}.sc-faq__icon{font-size:48px}.sc-faq__list{gap:12px}.sc-faq__question{padding:20px;gap:16px}.sc-faq__question-text{font-size:16px}.sc-faq__question-icon{width:28px;height:28px;font-size:18px}.sc-faq__item--open .sc-faq__answer{padding:20px}.sc-faq__answer-text{font-size:16px}}.countdown-time{gap:2px;font-weight:700}.countdown-number,.countdown-time{display:inline-flex;align-items:center}.countdown-number{justify-content:center;min-width:24px;padding:4px 8px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#ffffff;font-size:14px;border-radius:6px;line-height:1;box-shadow:0 2px 8px rgba(139,92,246,.4)}.countdown-separator{color:#8b5cf6;font-size:16px;font-weight:900;margin:0 2px;animation:countdown-blink 1s ease-in-out infinite}.countdown-label{color:#6366f1;font-size:12px;font-weight:600;margin-left:4px;text-transform:lowercase}.countdown-text{font-size:13px;font-weight:600;color:#6366f1;text-transform:uppercase;letter-spacing:1px;line-height:1}.countdown-expired{color:#ef4444;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.5px}@media (max-width:480px){.countdown-text{font-size:9px;letter-spacing:.6px}}@media (min-width:600px){.countdown-text{letter-spacing:.9px}}@keyframes countdown-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes countdown-blink{0%,to{opacity:1}50%{opacity:.3}}@media (max-width:480px){.countdown-time{gap:1px}.countdown-number{min-width:18px;padding:3px 6px;font-size:11px;border-radius:4px}.countdown-separator{font-size:12px;margin:0 1px}}.sc-investment{padding:60px 20px;background:linear-gradient(135deg,#fefefe,#fcfcfd 25%,#f9f9fb 50%,#fcfcfd 75%,#fefefe);position:relative;scroll-margin-top:-100px}.sc-investment:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,rgba(99,102,241,.08) 0,transparent 50%),radial-gradient(circle at 70% 80%,rgba(139,92,246,.08) 0,transparent 50%);pointer-events:none}.sc-investment .sc-hero__pricing{background:rgba(255,255,255,.2);opacity:1;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);text-align:center}.sc-investment__pricing-columns{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px}.sc-investment__pricing-column{position:relative;padding:24px 60px!important}.sc-investment__pricing-column .sc-hero__pricing-badge{padding:6px 18px!important;min-width:160px;display:inline-block;text-align:center}.sc-investment__pricing-column .sc-hero__price-display{justify-content:space-between;align-items:center;gap:16px;flex-wrap:nowrap}.sc-investment__pricing-column .sc-hero__price-main{flex-shrink:0}.sc-investment__pricing-column .sc-hero__price-comparison{text-align:left;align-items:flex-start}@media (min-width:900px){.sc-investment__pricing-column .sc-hero__price-display{gap:24px}}.sc-investment__pricing-card .sc-hero__ribbon{position:absolute;top:-2px;right:-2px;z-index:10}.sc-investment .sc-hero__bg-orb--1,.sc-investment .sc-hero__bg-orb--2{opacity:.08}.sc-investment .sc-hero__bg-orb--3{top:55%;left:55%;transform:translate(-50%,-50%);opacity:.08;width:800px;height:800px}.sc-investment__container{max-width:1000px;margin:0 auto;position:relative;z-index:1}.sc-investment__header{text-align:center;margin-bottom:56px}.sc-investment__icon{font-size:56px;margin-bottom:24px}.sc-investment__heading{font-size:var(--section-title-font-size);font-weight:700;color:#1e293b;margin:0;letter-spacing:-.02em}.sc-investment__pricing-card{background:rgba(255,255,255,.25);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:20px;padding:48px;box-shadow:0 20px 60px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.3);text-align:center;position:relative;overflow:hidden}.sc-investment__pricing-header{margin-bottom:32px}.sc-investment__price-row{display:flex;align-items:baseline;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:24px}.sc-investment__price-label{font-size:18px;color:#64748b;font-weight:500}.sc-investment__price-value{font-size:32px;color:#475569;font-weight:700;text-decoration:line-through}.sc-investment__early-bird{padding:32px;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:16px;text-align:center;border:2px solid #fbbf24;position:relative;overflow:hidden}.sc-investment__early-bird:before{content:"🎉";position:absolute;top:16px;left:16px;font-size:32px}.sc-investment__early-bird:after{content:"🎉";position:absolute;top:16px;right:16px;font-size:32px}.sc-investment__early-bird-badge{font-size:14px;text-transform:uppercase;letter-spacing:1.5px;color:#92400e;font-weight:700;margin-bottom:8px}.sc-investment__early-bird-price{font-size:56px;font-weight:700;color:#78350f;margin-bottom:8px;letter-spacing:-.02em}.sc-investment__early-bird-note{font-size:14px;color:#92400e;font-weight:500}.sc-investment__divider{height:2px;background:linear-gradient(90deg,transparent,#e0e7ff,#c7d2fe,#e0e7ff,transparent);margin:32px 0}.sc-investment__includes{margin-bottom:40px;text-align:left}.sc-investment__includes-heading{font-size:20px;font-weight:700;color:#1e293b;margin:0 0 24px;text-align:center}.sc-investment__includes-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.sc-investment__includes-item{display:flex;align-items:flex-start;gap:12px;text-align:left}.sc-investment__includes-icon{flex-shrink:0;width:24px;height:24px;background:#22c55e;color:#ffffff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;margin-top:2px}.sc-investment__includes-text{font-size:17px;line-height:1.6;color:#334155;font-weight:500;text-align:left;flex:1}.sc-investment__cta{display:flex;align-items:center;justify-content:center;gap:10px;width:100%!important;max-width:100%!important;padding:24px 48px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#ffffff;font-size:20px;font-weight:700;text-decoration:none;border-radius:12px;text-align:center;transition:all .3s ease;box-shadow:0 10px 40px rgba(99,102,241,.4);margin-bottom:24px;position:relative;overflow:hidden;line-height:1.2;border:none;cursor:pointer;font-family:inherit;box-sizing:border-box}.sc-investment__cta-emoji{font-size:22px;line-height:0;display:flex;align-items:center}.sc-investment__cta:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.sc-investment__cta:hover{transform:translateY(-2px);box-shadow:0 15px 50px rgba(99,102,241,.5)}.sc-investment__cta:hover:before{left:100%}.sc-investment__cta-wrapper{width:100%;max-width:100%;margin:0 auto}.sc-investment__urgency{display:flex;align-items:center;justify-content:center;gap:8px;font-size:16px;font-weight:700;color:#dc2626;text-align:center;padding:16px;background:linear-gradient(135deg,#fef2f2,#fee2e2);border-radius:8px;border:2px solid #fca5a5;width:100%}.sc-investment__urgency-emoji{font-size:18px;line-height:0;display:flex;align-items:center}@media (max-width:768px){.sc-investment{padding:40px 20px}.sc-investment__header{margin-bottom:40px}.sc-investment__icon{font-size:48px}.sc-investment__pricing-card{padding:32px 24px}.sc-investment__pricing-columns{grid-template-columns:1fr;gap:16px}.sc-investment__price-row{flex-direction:column;gap:8px}.sc-investment__price-label{font-size:16px}.sc-investment__price-value{font-size:28px}.sc-investment__early-bird{padding:24px}.sc-investment__early-bird:after,.sc-investment__early-bird:before{font-size:24px;top:12px}.sc-investment__early-bird-price{font-size:48px}.sc-investment__early-bird-note{font-size:13px}.sc-investment__includes-heading{font-size:18px}.sc-investment__includes-item{gap:10px}.sc-investment__includes-icon{width:20px;height:20px;font-size:12px}.sc-investment__includes-text{font-size:16px}.sc-investment__cta{padding:20px 32px;font-size:18px}.sc-investment__urgency{font-size:15px}}.sc-post-vsl-cta{padding:80px 16px;background:linear-gradient(135deg,#faf9fc,#f5f3f9 50%,#faf9fc);position:relative;overflow:hidden;margin-top:-100px}.sc-post-vsl-cta__container{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2;display:flex;flex-direction:column;align-items:center}.sc-post-vsl-cta__headline{font-size:var(--section-title-font-size);font-weight:700;color:#1a0f2e;margin:0 0 24px;line-height:1.2;letter-spacing:-.02em;background:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#a855f7);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;max-width:100%}.sc-post-vsl-cta__text{font-size:20px;color:#475569;line-height:1.6;font-weight:500;max-width:100%;margin:0 auto 24px}.sc-post-vsl-cta__text:last-of-type{margin-bottom:24px}@media (min-width:600px){.sc-post-vsl-cta{padding:100px 24px;margin-top:-120px}.sc-post-vsl-cta__headline{margin-bottom:28px}.sc-post-vsl-cta__text{font-size:22px;margin-bottom:28px}.sc-post-vsl-cta__text:last-of-type{margin-bottom:28px}}@media (min-width:900px){.sc-post-vsl-cta{padding:120px 32px;margin-top:-150px}.sc-post-vsl-cta__headline{margin-bottom:32px}.sc-post-vsl-cta__text{font-size:24px;margin-bottom:32px}.sc-post-vsl-cta__text:last-of-type{margin-bottom:32px}}@media (prefers-reduced-motion:reduce){.sc-post-vsl-cta *{animation:none!important;transition:none!important}}.sc-cert{padding:60px 20px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);position:relative}.sc-cert:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#cbd5e1,transparent)}.sc-cert__container{max-width:800px;margin:0 auto}.sc-cert__header{text-align:center;margin-bottom:56px}.sc-cert__icon{font-size:56px;margin-bottom:24px}.sc-cert__heading{font-size:var(--section-title-font-size);font-weight:700;color:#1e1b4b;margin:0;letter-spacing:-.02em}.sc-cert__content{background:#ffffff;padding:48px;border-radius:16px;border:2px solid #e2e8f0;box-shadow:0 4px 20px rgba(0,0,0,.08)}.sc-cert__intro{font-size:20px;font-weight:600;color:#334155;margin:0 0 32px;text-align:center}.sc-cert__highlight{color:#6366f1;font-weight:700}.sc-cert__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:24px}.sc-cert__item{display:flex;align-items:center;gap:16px;padding:24px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;border-left:4px solid #6366f1;transition:all .3s ease}.sc-cert__item:hover{transform:translateX(8px);box-shadow:0 4px 16px rgba(99,102,241,.15)}.sc-cert__checkbox{flex-shrink:0;width:28px;height:28px;background:#6366f1;color:#ffffff;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700}.sc-cert__text{font-size:18px;line-height:1.6;color:#1e293b;font-weight:500}.sc-cert__cta{margin-top:40px;width:100%;max-width:100%}@media (max-width:768px){.sc-cert{padding:40px 20px}.sc-cert__header{margin-bottom:40px}.sc-cert__icon{font-size:48px}.sc-cert__content{padding:32px 24px}.sc-cert__intro{font-size:18px;margin:0 0 24px}.sc-cert__list{gap:16px}.sc-cert__item{padding:20px;gap:12px}.sc-cert__item:hover{transform:none}.sc-cert__checkbox{width:24px;height:24px;font-size:14px}.sc-cert__text{font-size:16px}}.sc-diff{padding:60px 20px;background:#ffffff;position:relative}.sc-diff:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#e0e7ff,transparent)}.sc-diff__container{max-width:900px;margin:0 auto}.sc-diff__header{text-align:center;margin-bottom:56px}.sc-diff__icon{font-size:56px;margin-bottom:24px}.sc-diff__heading{font-size:var(--section-title-font-size);font-weight:700;color:#1e1b4b;margin:0;letter-spacing:-.02em}.sc-diff__comparisons{display:flex;flex-direction:column;gap:20px;margin-bottom:48px}.sc-diff__comparison{display:flex;align-items:center;gap:16px;padding:24px;background:linear-gradient(135deg,#fef2f2,#fee2e2);border-radius:12px;border:2px solid #fecaca}.sc-diff__comparison-icon{font-size:24px;flex-shrink:0;line-height:1.6}.sc-diff__comparison-text{font-size:18px;line-height:1.6;color:#7f1d1d;margin:0;font-weight:500}.sc-diff__solution{padding:48px;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border-radius:16px;border:2px solid #c7d2fe;position:relative;overflow:hidden}.sc-diff__solution:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#6366f1,#8b5cf6,#6366f1)}.sc-diff__solution-heading{font-size:24px;font-weight:700;color:#312e81;margin:0 0 32px;text-align:center}.sc-diff__benefits{display:flex;flex-direction:column;gap:20px}.sc-diff__benefit{display:flex;align-items:center;gap:16px;padding:24px;background:#ffffff;border-radius:12px;border-left:4px solid #6366f1;transition:all .3s ease}.sc-diff__benefit:hover{transform:translateX(8px);box-shadow:0 4px 16px rgba(99,102,241,.2)}.sc-diff__benefit-icon{font-size:24px;flex-shrink:0}.sc-diff__benefit-text{font-size:18px;line-height:1.6;color:#1e293b;margin:0;font-weight:600}@media (max-width:768px){.sc-diff{padding:40px 20px}.sc-diff__header{margin-bottom:40px}.sc-diff__icon{font-size:48px}.sc-diff__comparisons{gap:16px;margin-bottom:32px}.sc-diff__comparison{padding:20px;gap:12px}.sc-diff__comparison-icon{font-size:20px}.sc-diff__comparison-text{font-size:16px}.sc-diff__solution{padding:32px 24px}.sc-diff__solution-heading{font-size:20px;margin:0 0 24px}.sc-diff__benefits{gap:16px}.sc-diff__benefit{padding:20px;gap:12px}.sc-diff__benefit:hover{transform:none}.sc-diff__benefit-text{font-size:16px}}.sc-final-cta{padding:120px 20px;background:linear-gradient(135deg,#0f0c29,#302b63 50%,#24243e);position:relative;overflow:hidden}.sc-final-cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(139,92,246,.2) 0,transparent 70%);pointer-events:none}.sc-final-cta__container{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:1}.sc-final-cta__icon{font-size:80px;margin-bottom:32px}.sc-final-cta__heading{font-size:var(--section-title-font-size);font-weight:700;color:#ffffff;margin:0 0 24px;line-height:1.2;letter-spacing:-.02em}.sc-final-cta__subheading{font-size:clamp(20px,3vw,26px);color:#c7d2fe;margin:0 0 48px;font-weight:500;line-height:1.5}.sc-final-cta__button{display:inline-block;padding:24px 56px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#ffffff;font-size:20px;font-weight:700;text-decoration:none;border-radius:12px;transition:all .3s ease;box-shadow:0 15px 50px rgba(99,102,241,.5);position:relative;overflow:hidden;border:none;cursor:pointer;font-family:inherit;max-width:100%}.sc-final-cta__button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.sc-final-cta__button:hover{transform:translateY(-4px);box-shadow:0 20px 60px rgba(99,102,241,.6)}.sc-final-cta__button:hover:before{left:100%}.sc-final-cta__cta-wrapper{display:inline-block;width:auto}.sc-final-cta__urgency{display:flex;align-items:center;justify-content:center;gap:8px;font-size:16px;font-weight:700;color:#dc2626;text-align:center;padding:16px;background:linear-gradient(135deg,#fef2f2,#fee2e2);border-radius:8px;border:2px solid #fca5a5;margin-top:24px;width:100%}.sc-final-cta__urgency-emoji{font-size:18px;line-height:0;display:flex;align-items:center}.sc-final-cta__decorative-line{margin-top:64px;height:2px;background:linear-gradient(90deg,transparent,#6366f1,#8b5cf6,#6366f1,transparent);opacity:.5}@media (max-width:768px){.sc-final-cta{padding:80px 20px}.sc-final-cta__icon{font-size:64px}.sc-final-cta__subheading{margin:0 0 40px}.sc-final-cta__button{width:100%;padding:20px 40px;font-size:18px}.sc-final-cta__decorative-line{margin-top:48px}}.sc-testimonials-horizontal{padding:60px 20px;background:linear-gradient(135deg,#faf9fc,#f5f3f9 25%,#ede9f5 50%,#f5f3f9 75%,#faf9fc);position:relative;overflow:hidden}.sc-testimonials-horizontal:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#8b5cf6,transparent);opacity:.3}.sc-testimonials-horizontal__container{max-width:1200px;margin:0 auto}.sc-testimonials-horizontal__header{text-align:center;margin-bottom:64px;animation:fadeInUp .8s ease-out;max-width:800px;margin-left:auto;margin-right:auto;padding:0 20px}.sc-testimonials-horizontal__title{font-size:var(--section-title-font-size);font-weight:700;color:#1e1b4b;margin:0 0 16px;letter-spacing:-.02em}.sc-testimonials-horizontal__highlight{background:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sc-testimonials-horizontal__subtitle{font-size:20px;color:#64748b;margin:0;font-weight:400}.sc-testimonials-horizontal__showcase{position:relative}.sc-testimonials-horizontal__video-wrapper{margin-bottom:32px}.sc-testimonials-horizontal__video-container{width:85%;max-width:900px;margin:0 auto;aspect-ratio:16/9;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px rgba(99,102,241,.15);animation:fadeIn 1s ease-out .2s backwards}.sc-testimonials-horizontal__video-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#6366f1,#8b5cf6 25%,#a855f7 50%,#8b5cf6 75%,#6366f1);background-size:400% 400%;position:relative}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.sc-testimonials-horizontal__play-button{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;-webkit-transform:translate(-50%,-50%)!important;cursor:pointer;transition:transform .3s ease;-webkit-transition:-webkit-transform .3s ease;display:flex;align-items:center;justify-content:center;z-index:2;animation:none!important;-webkit-animation:none!important}.sc-testimonials-horizontal__play-button:hover{transform:translate(-50%,-50%) scale(1.1)!important;-webkit-transform:translate(-50%,-50%) scale(1.1)!important}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.sc-testimonials-horizontal__video-info{position:absolute;top:24px;left:24px;text-align:left;color:white;z-index:2;background:linear-gradient(135deg,rgba(99,102,241,.85),rgba(139,92,246,.85) 50%,rgba(168,85,247,.85));padding:12px 16px;border-radius:12px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 12px rgba(99,102,241,.3)}.sc-testimonials-horizontal__video-info h3{font-size:18px;font-weight:600;margin:0 0 4px;opacity:.95}.sc-testimonials-horizontal__video-info p{font-size:14px;margin:0;opacity:.8;font-weight:400}.sc-testimonials-horizontal__nav-wrapper{display:flex;align-items:center;gap:24px;margin-bottom:24px;max-width:900px;width:85%;margin-left:auto;margin-right:auto}.sc-testimonials-horizontal__arrow{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:white;border:2px solid #e2e8f0;color:#6366f1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.06)}.sc-testimonials-horizontal__arrow:hover{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:white;transform:scale(1.1);box-shadow:0 4px 16px rgba(99,102,241,.25);border-color:transparent}.sc-testimonials-horizontal__arrow:active{transform:scale(.95)}.sc-testimonials-horizontal__thumbnails{flex:1;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.sc-testimonials-horizontal__thumbnails::-webkit-scrollbar{height:2px}.sc-testimonials-horizontal__thumbnails::-webkit-scrollbar-track{background:transparent}.sc-testimonials-horizontal__thumbnails::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.sc-testimonials-horizontal__thumbnails-track{display:flex;gap:16px;padding:4px}.sc-testimonials-horizontal__thumbnail{flex-shrink:0;width:180px;background:white;border:2px solid #e2e8f0;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease;padding:0;margin:0;display:flex;flex-direction:column;align-items:stretch;text-align:left}.sc-testimonials-horizontal__thumbnail:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(99,102,241,.15);border-color:#8b5cf6}.sc-testimonials-horizontal__thumbnail--active{border-color:#6366f1;box-shadow:0 4px 16px rgba(99,102,241,.2);background:linear-gradient(180deg,white,#f8f9ff)}.sc-testimonials-horizontal__thumbnail-placeholder{width:100%;aspect-ratio:16/9;background:#f1f5f9;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;flex-shrink:0;margin:0;padding:0}.sc-testimonials-horizontal__thumbnail--active .sc-testimonials-horizontal__thumbnail-placeholder{background:#e2e8f0}.sc-testimonials-horizontal__thumbnail-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:32px;height:32px;background:rgba(99,102,241,.9);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .3s ease;z-index:2}.sc-testimonials-horizontal__thumbnail:hover .sc-testimonials-horizontal__thumbnail-play{transform:translate(-50%,-50%) scale(1.2)}.sc-testimonials-horizontal__thumbnail-info{padding:12px;display:flex;flex-direction:column;gap:4px;flex-shrink:0;margin:0}.sc-testimonials-horizontal__thumbnail-name{font-size:14px;font-weight:600;color:#1e293b;display:block}.sc-testimonials-horizontal__thumbnail-title{font-size:12px;color:#64748b;display:block}.sc-testimonials-horizontal__progress{text-align:center;padding:16px}.sc-testimonials-horizontal__progress-text{font-size:14px;color:#64748b;font-weight:500;letter-spacing:2px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:1024px){.sc-testimonials-horizontal__nav-wrapper{padding:0 24px}.sc-testimonials-horizontal__thumbnail{width:160px}}@media (max-width:768px){.sc-testimonials-horizontal{padding:40px 16px}.sc-testimonials-horizontal__header{margin-bottom:40px}.sc-testimonials-horizontal__subtitle{font-size:18px}.sc-testimonials-horizontal__video-container{border-radius:16px}.sc-testimonials-horizontal__video-info{display:none}.sc-testimonials-horizontal__play-button{transform:translate(-50%,-50%) scale(.8)!important;-webkit-transform:translate(-50%,-50%) scale(.8)!important}.sc-testimonials-horizontal__play-button:hover{transform:translate(-50%,-50%) scale(.88)!important;-webkit-transform:translate(-50%,-50%) scale(.88)!important}.sc-testimonials-horizontal__play-button svg{width:48px;height:48px}.sc-testimonials-horizontal__nav-wrapper{width:100%;max-width:100%;padding:0 16px;gap:12px}.sc-testimonials-horizontal__arrow{width:40px;height:40px}.sc-testimonials-horizontal__thumbnail{width:140px}.sc-testimonials-horizontal__thumbnails-track{gap:12px}}@media (max-width:480px){.sc-testimonials-horizontal__nav-wrapper{width:100%;max-width:100%;padding:0;gap:8px}.sc-testimonials-horizontal__arrow{width:36px;height:36px}.sc-testimonials-horizontal__arrow svg{width:20px;height:20px}.sc-testimonials-horizontal__thumbnail{width:120px}.sc-testimonials-horizontal__video-info{display:none}.sc-testimonials-horizontal__play-button{transform:translate(-50%,-50%) scale(.75)!important;-webkit-transform:translate(-50%,-50%) scale(.75)!important}.sc-testimonials-horizontal__play-button:hover{transform:translate(-50%,-50%) scale(.83)!important;-webkit-transform:translate(-50%,-50%) scale(.83)!important}.sc-testimonials-horizontal__play-button svg{width:45px;height:45px}}.sc-testimonials{padding:120px 20px;background:linear-gradient(135deg,#faf9fc,#f5f3f9 50%,#faf9fc);position:relative}.sc-testimonials:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#e0e7ff,transparent)}.sc-testimonials__container{max-width:1200px;margin:0 auto}.sc-testimonials__header{text-align:center;margin-bottom:64px}.sc-testimonials__icon{font-size:56px;margin-bottom:24px}.sc-testimonials__heading{font-size:clamp(32px,5vw,48px);font-weight:700;color:#1e1b4b;margin:0;letter-spacing:-.02em}.sc-testimonials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:56px}.sc-testimonials__card{background:#ffffff;padding:32px;border-radius:16px;border:2px solid rgba(139,92,246,.2);position:relative;transition:all .3s ease;box-shadow:0 4px 20px rgba(139,92,246,.15)}.sc-testimonials__card:hover{transform:translateY(-6px);box-shadow:0 10px 40px rgba(139,92,246,.25);border-color:#8b5cf6}.sc-testimonials__quote-mark{position:absolute;top:16px;left:16px;font-size:64px;font-weight:700;color:rgba(139,92,246,.15);line-height:1;font-family:Georgia,serif}.sc-testimonials__quote{font-size:18px;line-height:1.6;color:#1e293b;margin:40px 0 16px;font-weight:500;position:relative;z-index:1}.sc-testimonials__author{font-size:16px;font-weight:700;color:#6366f1;margin:0;text-align:right}.sc-testimonials__cta-box{max-width:700px;margin:0 auto;padding:48px;background:linear-gradient(135deg,#1e1b4b,#312e81);border-radius:16px;text-align:center;box-shadow:0 10px 40px rgba(99,102,241,.3);border:2px solid #4c3d5f}.sc-testimonials__cta-text{font-size:24px;line-height:1.6;color:#f5f3f9;margin:0;font-weight:700;font-style:italic}@media (max-width:768px){.sc-testimonials{padding:80px 20px}.sc-testimonials__header{margin-bottom:48px}.sc-testimonials__icon{font-size:48px}.sc-testimonials__grid{grid-template-columns:1fr;gap:20px;margin-bottom:40px}.sc-testimonials__card{padding:28px 24px}.sc-testimonials__quote-mark{font-size:56px;top:12px;left:12px}.sc-testimonials__quote{font-size:17px;margin:36px 0 12px}.sc-testimonials__author{font-size:15px}.sc-testimonials__cta-box{padding:32px 24px}.sc-testimonials__cta-text{font-size:20px}}.sc-testimonials-vertical{padding:60px 20px;background:linear-gradient(180deg,#faf9fc,#f5f3f9 50%,#ede9f5);position:relative;overflow:hidden}.sc-testimonials-vertical:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#a855f7,transparent);opacity:.3}.sc-testimonials-vertical__container{max-width:1200px;margin:0 auto}.sc-testimonials-vertical__header{text-align:center;margin-bottom:56px;animation:fadeInUp .8s ease-out;max-width:800px;margin-left:auto;margin-right:auto;padding:0 20px}.sc-testimonials-vertical__title{font-size:var(--section-title-font-size);font-weight:700;color:#1e1b4b;margin:0 0 16px;letter-spacing:-.02em}.sc-testimonials-vertical__highlight{background:linear-gradient(135deg,#8b5cf6,#a855f7 50%,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sc-testimonials-vertical__subtitle{font-size:20px;color:#64748b;margin:0;font-weight:400}.sc-testimonials-vertical__wrapper{position:relative;display:flex;align-items:center;gap:24px;margin-bottom:140px;height:600px;padding:0 96px}.sc-testimonials-vertical__arrow{position:absolute;top:50%;z-index:10;width:48px;height:48px;border-radius:50%;background:white;border:2px solid #e2e8f0;color:#6366f1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-50%)}.sc-testimonials-vertical__arrow--left{left:32px}.sc-testimonials-vertical__arrow--right{right:32px}.sc-testimonials-vertical__arrow:hover:not(:disabled){background:linear-gradient(135deg,#6366f1,#a855f7);color:white;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px rgba(99,102,241,.3);border-color:transparent}.sc-testimonials-vertical__arrow:disabled{opacity:.4;cursor:not-allowed}.sc-testimonials-vertical__arrow:active:not(:disabled){transform:translateY(-50%) scale(.95)}.sc-testimonials-vertical__scroll-container{flex:1;height:100%;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.sc-testimonials-vertical__scroll-track{height:100%;display:flex;gap:32px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:0 calc(50% - 169px)}.sc-testimonials-vertical__scroll-track::-webkit-scrollbar{display:none}.sc-testimonials-vertical__item{flex-shrink:0;width:337px;height:100%;scroll-snap-align:center;opacity:.6;transform:scale(.9);transition:all .4s ease}.sc-testimonials-vertical__item--active{opacity:1;transform:scale(1)}.sc-testimonials-vertical__video-container{width:100%;height:100%;position:relative;border-radius:24px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.1)}.sc-testimonials-vertical__video-container iframe{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover}.sc-testimonials-vertical__video-placeholder{width:100%;height:100%;background:transparent;display:flex;align-items:center;justify-content:center;position:relative}.sc-testimonials-vertical__video-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;height:80%;background:radial-gradient(circle,rgba(255,255,255,.15) 0,transparent 70%);pointer-events:none;animation:glow 3s ease infinite}@keyframes glow{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.1)}}.sc-testimonials-vertical__play-button{position:relative;z-index:2;background:transparent;border:none;cursor:pointer;transition:transform .3s ease}.sc-testimonials-vertical__play-button:hover{transform:scale(1.15)}.sc-testimonials-vertical__video-overlay{position:absolute;top:0;left:0;right:0;bottom:0;padding:24px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(180deg,rgba(0,0,0,.3) 0,transparent 30%,transparent 70%,rgba(0,0,0,.4));pointer-events:none}.sc-testimonials-vertical__video-overlay>*{pointer-events:auto}.sc-testimonials-vertical__video-header{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.sc-testimonials-vertical__avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;border:3px solid white;box-shadow:0 2px 8px rgba(0,0,0,.2)}.sc-testimonials-vertical__avatar-gradient{width:100%;height:100%;background:linear-gradient(135deg,#fbbf24,#f59e0b,#f97316);animation:avatarPulse 2s ease infinite}@keyframes avatarPulse{0%,to{opacity:.9}50%{opacity:1}}.sc-testimonials-vertical__video-meta{flex:1;text-align:center}.sc-testimonials-vertical__name{font-size:18px;font-weight:600;color:white;margin:0 0 4px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.sc-testimonials-vertical__video-title{font-size:14px;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.75);margin:0;text-shadow:0 1px 3px rgba(0,0,0,.3)}.sc-testimonials-vertical__duration{position:absolute;top:24px;right:24px;background:rgba(0,0,0,.5);backdrop-filter:blur(10px);border-radius:20px;padding:6px 12px;display:flex;align-items:center;gap:6px;color:white;font-size:14px;font-weight:500}.sc-testimonials-vertical__engagement{display:flex;align-items:center;gap:20px;justify-content:center;padding-bottom:20px}.sc-testimonials-vertical__engagement-btn{background:rgba(255,255,255,.15);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;cursor:pointer;transition:all .3s ease}.sc-testimonials-vertical__engagement-btn:hover{background:rgba(255,255,255,.25);transform:scale(1.1);border-color:rgba(255,255,255,.4)}.sc-testimonials-vertical__engagement-btn:active{transform:scale(.95)}.sc-testimonials-vertical__dots{position:absolute;bottom:-48px;left:50%;transform:translateX(-50%);display:flex;gap:8px}.sc-testimonials-vertical__dot{width:8px;height:8px;border-radius:50%;background:#cbd5e1;border:none;cursor:pointer;transition:all .3s ease}.sc-testimonials-vertical__dot--active{width:24px;border-radius:4px;background:linear-gradient(135deg,#6366f1,#a855f7)}.sc-testimonials-vertical__dot:hover:not(.sc-testimonials-vertical__dot--active){background:#8b5cf6;transform:scale(1.3)}.sc-testimonials-vertical__info{position:absolute;bottom:-140px;left:50%;transform:translateX(-50%);text-align:center;max-width:600px;width:100%;padding:48px 24px 0}.sc-testimonials-vertical__info-name{font-size:32px;font-weight:600;color:#8b5cf6;margin:0 0 2px;letter-spacing:-.01em}.sc-testimonials-vertical__info-title{font-size:18px;font-weight:400;color:#64748b;margin:0;line-height:1.5}.sc-testimonials-vertical__current-title{text-align:center;margin:48px auto 0;max-width:640px;animation:fadeInUp .8s ease-out .3s backwards}.sc-testimonials-vertical__current-name{font-size:clamp(28px,4vw,40px);font-weight:700;color:#1e1b4b;margin:0 0 12px;letter-spacing:-.02em}.sc-testimonials-vertical__current-author{margin:0;font-size:18px;font-weight:500;color:#475569;display:flex;align-items:center;justify-content:center;gap:12px;letter-spacing:.02em;text-transform:uppercase}.sc-testimonials-vertical__current-author-label{font-size:12px;font-weight:700;color:#94a3b8;letter-spacing:.24em}.sc-testimonials-vertical__current-author-name{font-size:18px;font-weight:700;color:#6366f1;letter-spacing:-.01em;text-transform:none}@media (max-width:1024px){.sc-testimonials-vertical__wrapper{padding:0 72px;height:560px}.sc-testimonials-vertical__item{width:315px}.sc-testimonials-vertical__scroll-track{padding:0 calc(50% - 158px)}}@media (max-width:768px){.sc-testimonials-vertical{padding:40px 16px}.sc-testimonials-vertical__header{margin-bottom:40px}.sc-testimonials-vertical__wrapper{margin-bottom:120px}.sc-testimonials-vertical__subtitle{font-size:18px}.sc-testimonials-vertical__wrapper{gap:16px;height:560px;padding:0 48px}.sc-testimonials-vertical__arrow{width:40px;height:40px}.sc-testimonials-vertical__arrow--left{left:16px}.sc-testimonials-vertical__arrow--right{right:16px}.sc-testimonials-vertical__item{width:315px}.sc-testimonials-vertical__scroll-track{padding:0 calc(50% - 158px);gap:24px}.sc-testimonials-vertical__dots{bottom:-40px}.sc-testimonials-vertical__info{bottom:-120px;padding:36px 16px 0}.sc-testimonials-vertical__info-name{font-size:26px;margin:0 0 2px}.sc-testimonials-vertical__info-title{font-size:16px}.sc-testimonials-vertical__engagement{gap:16px}.sc-testimonials-vertical__engagement-btn{width:40px;height:40px}.sc-testimonials-vertical__current-name{font-size:24px}.sc-testimonials-vertical__current-author-label{font-size:11px}.sc-testimonials-vertical__current-author-name{font-size:17px}}@media (max-width:480px){.sc-testimonials-vertical__wrapper{height:480px;padding:0 32px;margin-bottom:110px}.sc-testimonials-vertical__item{width:270px}.sc-testimonials-vertical__scroll-track{padding:0 calc(50% - 135px);gap:16px}.sc-testimonials-vertical__video-container{border-radius:16px}.sc-testimonials-vertical__video-placeholder img{object-position:top center!important}.sc-testimonials-vertical__arrow{width:36px;height:36px}.sc-testimonials-vertical__arrow--left{left:8px}.sc-testimonials-vertical__arrow--right{right:8px}.sc-testimonials-vertical__video-overlay{padding:16px}.sc-testimonials-vertical__avatar{width:40px;height:40px}.sc-testimonials-vertical__name{font-size:16px}.sc-testimonials-vertical__video-title{font-size:13px}.sc-testimonials-vertical__info{bottom:-110px;padding:32px 12px 0}.sc-testimonials-vertical__info-name{font-size:22px;margin:0 0 2px}.sc-testimonials-vertical__info-title{font-size:15px}.sc-testimonials-vertical__current-name{font-size:20px}.sc-testimonials-vertical__current-author{font-size:14px;gap:8px}.sc-testimonials-vertical__current-author-label{font-size:10px;letter-spacing:.18em}.sc-testimonials-vertical__current-author-name{font-size:15px}}.topanga-carousel{padding:60px 20px;background:linear-gradient(180deg,#faf9fc,#f5f3f9 50%,#ede9f5);position:relative;overflow:hidden}.topanga-carousel:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#a855f7,transparent);opacity:.3}.topanga-carousel__container{max-width:1400px;margin:0 auto}.topanga-carousel__header{text-align:center;margin-bottom:56px;animation:fadeInUp .8s ease-out;max-width:800px;margin-left:auto;margin-right:auto;padding:0 20px}.topanga-carousel__title{font-size:var(--section-title-font-size);font-weight:700;color:#1e1b4b;margin:0;letter-spacing:-.02em;line-height:1.2}.topanga-carousel__highlight{background:linear-gradient(135deg,#8b5cf6,#a855f7 50%,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.topanga-carousel__viewport{position:relative;width:100%;overflow-x:auto;overflow-y:hidden;border-radius:24px;cursor:grab;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}.topanga-carousel__viewport::-webkit-scrollbar{display:none}.topanga-carousel__viewport:active{cursor:grabbing}.topanga-carousel__track{display:flex;align-items:flex-start;gap:24px;padding:4px}.topanga-carousel__item{flex:0 0 auto;position:relative;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.topanga-carousel__item:hover{transform:translateY(-4px);box-shadow:0 20px 60px rgba(0,0,0,.15)}.topanga-carousel__media-container{position:relative;display:block;line-height:0;font-size:0}.topanga-carousel__item--image .topanga-carousel__media-container{height:600px}.topanga-carousel__item--image .topanga-carousel__image{height:100%;width:auto;display:block;object-fit:contain}.topanga-carousel__item--video .topanga-carousel__media-container{height:600px}.topanga-carousel__item--video .topanga-carousel__video{height:100%;width:auto;display:block;object-fit:contain;background:#000}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.topanga-carousel{padding:50px 20px}.topanga-carousel__header{margin-bottom:40px}.topanga-carousel__title{font-size:var(--section-title-font-size)}.topanga-carousel__item--image .topanga-carousel__media-container,.topanga-carousel__item--video .topanga-carousel__media-container{height:500px}.topanga-carousel__track{gap:20px}}@media (max-width:768px){.topanga-carousel{padding:40px 16px}.topanga-carousel__header{margin-bottom:32px}.topanga-carousel__title{font-size:var(--section-title-font-size)}.topanga-carousel__item--image .topanga-carousel__media-container,.topanga-carousel__item--video .topanga-carousel__media-container{height:400px}.topanga-carousel__track{gap:16px}.topanga-carousel__item:hover{transform:none}}@media (max-width:480px){.topanga-carousel{padding:40px 12px}.topanga-carousel__title{font-size:var(--section-title-font-size)}.topanga-carousel__item--image .topanga-carousel__media-container,.topanga-carousel__item--video .topanga-carousel__media-container{height:350px}.topanga-carousel__track{gap:12px}}@media (prefers-reduced-motion:reduce){.topanga-carousel__track{animation:none}.topanga-carousel__item{transition:none}@keyframes fadeInUp{0%,to{opacity:1;transform:none}}}@media (prefers-contrast:high){.topanga-carousel__item{border:2px solid}.topanga-carousel__highlight{-webkit-text-fill-color:currentColor;text-decoration:underline}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.topanga-carousel__item--loading{background:linear-gradient(90deg,#f0f0f0 25%,#f8f8f8 50%,#f0f0f0 75%);background-size:1000px 100%;animation:shimmer 2s infinite}.topanga-carousel__accommodations{display:flex;align-items:center;justify-content:center;gap:8px;font-size:16px;font-weight:700;color:#8b5cf6;text-align:center;padding:16px;background:linear-gradient(135deg,#f5f3ff,#ede9f5);border-radius:8px;border:2px solid #c4b5fd;max-width:800px;margin:48px auto 0}.topanga-carousel__accommodations-emoji{font-size:18px;line-height:0;display:flex;align-items:center;flex-shrink:0}@media (max-width:768px){.topanga-carousel__accommodations{font-size:15px;padding:14px;margin:40px 20px 0}}@media (max-width:480px){.topanga-carousel__accommodations{font-size:14px;padding:12px;margin:32px 16px 0;gap:6px}}.sc-schedule{padding:60px 20px;background:#ffffff;position:relative}.sc-schedule:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#e0e7ff,transparent)}.sc-schedule__container{max-width:1100px;margin:0 auto}.sc-schedule__header{text-align:center;margin-bottom:64px}.sc-schedule__icon{font-size:56px;margin-bottom:24px}.sc-schedule__heading{font-size:var(--section-title-font-size);font-weight:700;color:#1e1b4b;margin:0 0 16px;letter-spacing:-.02em}.sc-schedule__subheading{font-size:20px;color:#475569;margin:0;font-weight:500}.sc-schedule__days{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:32px;margin-bottom:56px}.sc-schedule__day{background:linear-gradient(135deg,#fafafa,#f5f5f5);border-radius:16px;padding:40px;border:2px solid #e2e8f0;transition:all .3s ease}.sc-schedule__day:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(0,0,0,.1);border-color:#cbd5e1}.sc-schedule__day--accent{background:linear-gradient(135deg,#eef2ff,#e0e7ff);border-color:#c7d2fe}.sc-schedule__day--accent:hover{border-color:#a5b4fc}.sc-schedule__day-header{display:flex;align-items:center;gap:16px;margin-bottom:28px;padding-bottom:20px;border-bottom:2px solid #e2e8f0}.sc-schedule__day--accent .sc-schedule__day-header{border-bottom-color:#c7d2fe}.sc-schedule__day-number{width:48px;height:48px;background:linear-gradient(135deg,#64748b,#475569);color:#ffffff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;flex-shrink:0}.sc-schedule__day-number--accent{background:linear-gradient(135deg,#6366f1,#4f46e5)}.sc-schedule__day-title{font-size:28px;font-weight:700;color:#1e293b;margin:0}.sc-schedule__day-intro{font-size:17px;line-height:1.6;color:#475569;margin:0 0 24px;font-weight:500;font-style:italic}.sc-schedule__day-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.sc-schedule__day-item{display:flex;align-items:flex-start;gap:12px}.sc-schedule__day-bullet{color:#6366f1;font-size:12px;line-height:1.7;margin-top:6px;flex-shrink:0}.sc-schedule__day-text{font-size:17px;line-height:1.7;color:#1e293b;font-weight:500}.sc-schedule__cta-wrapper{max-width:800px;margin:0 auto}.sc-schedule__note{display:flex;align-items:center;justify-content:center;margin-top:24px}.sc-schedule__note-text{font-size:16px;font-weight:500;color:#64748b;margin:0;text-align:center;font-style:italic}.sc-schedule__cta{margin-top:40px;width:100%;max-width:100%}@media (max-width:768px){.sc-schedule{padding:40px 20px}.sc-schedule__header{margin-bottom:48px}.sc-schedule__icon{font-size:48px}.sc-schedule__subheading{font-size:18px}.sc-schedule__days{grid-template-columns:1fr;gap:24px;margin-bottom:40px}.sc-schedule__day{padding:32px 24px}.sc-schedule__day-header{margin-bottom:24px;padding-bottom:16px}.sc-schedule__day-number{width:40px;height:40px;font-size:20px}.sc-schedule__day-title{font-size:24px}.sc-schedule__day-list{gap:14px}.sc-schedule__day-text{font-size:16px}.sc-schedule__note{flex-direction:column;padding:24px;gap:12px}.sc-schedule__note-text{font-size:17px;text-align:center}}.sc-landing-view{width:100%;overflow-x:hidden}.sc-landing-view *{box-sizing:border-box}.sc-landing-view section{position:relative}html{scroll-behavior:smooth}.sc-landing-view{margin:0;padding:0}