.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(24px,7vw,34px);margin-bottom:6px}.sc-hero__event-details{flex-direction:column;padding:8px 16px;gap:4px;margin:4px auto 12px;border-radius:16px}.sc-hero__event-item{padding:0;gap:5px}.sc-hero__event-text{font-size:14px;letter-spacing:.2px}.sc-hero__event-icon{font-size:15px}.sc-hero__event-divider{display:none}.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;font-size:clamp(26px,6vw,42px);color:#1a0f2e;font-weight:600}.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}}