.Hero-module__Z8hQ_W__heroSection{background:var(--background);align-items:center;min-height:100vh;padding:8rem 0;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.Hero-module__Z8hQ_W__contentLeft{max-width:600px}.Hero-module__Z8hQ_W__badge{background:rgba(var(--accent-rgb),.08);color:var(--accent);border:1px solid rgba(var(--accent-rgb),.15);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.Hero-module__Z8hQ_W__dot{background:currentColor;border-radius:50%;width:6px;height:6px;box-shadow:0 0 10px}.Hero-module__Z8hQ_W__title{letter-spacing:-.04em;color:var(--foreground);margin-bottom:1.5rem;font-size:clamp(3rem,6vw,5.5rem);font-weight:800;line-height:1.1}@media (max-width:480px){.Hero-module__Z8hQ_W__title{word-break:break-word;font-size:2rem}}.Hero-module__Z8hQ_W__highlight{color:var(--accent);z-index:1;position:relative}.Hero-module__Z8hQ_W__description{color:var(--muted-foreground);max-width:480px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.Hero-module__Z8hQ_W__buttonGroup{gap:1rem;margin-bottom:3rem;display:flex}.Hero-module__Z8hQ_W__btnPrimary{background:var(--foreground);color:var(--background);border-radius:12px;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:transform .2s;display:flex}.Hero-module__Z8hQ_W__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 10px 20px -5px #0000001a}.Hero-module__Z8hQ_W__btnSecondary{color:var(--foreground);background:var(--secondary);border-radius:12px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:background .2s}.Hero-module__Z8hQ_W__btnSecondary:hover{background:#0000000d}.Hero-module__Z8hQ_W__trustSignals{border-top:1px solid var(--border);gap:2rem;padding-top:2rem;display:flex}.Hero-module__Z8hQ_W__signal{color:var(--muted-foreground);align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.Hero-module__Z8hQ_W__checkIcon{color:var(--accent)}.Hero-module__Z8hQ_W__blob1,.Hero-module__Z8hQ_W__blob2{display:none}.Hero-module__Z8hQ_W__contentRight{perspective:1000px;justify-content:center;display:flex}.Hero-module__Z8hQ_W__ticketContainer{width:100%;max-width:450px;position:relative}.Hero-module__Z8hQ_W__ticket{background:var(--card);border:1px solid var(--border);border-radius:24px;transition:transform .4s;overflow:hidden;transform:rotateY(-5deg)rotateX(2deg);box-shadow:0 20px 40px -10px #0000001a}.Hero-module__Z8hQ_W__ticket:hover{transform:rotateY(0)rotateX(0)scale(1.02)}.Hero-module__Z8hQ_W__ticketHeader{background:var(--foreground);letter-spacing:.1em;color:var(--background);text-transform:uppercase;justify-content:space-between;padding:1.5rem 2rem;font-size:.75rem;font-weight:700;display:flex}.Hero-module__Z8hQ_W__ticketBody{flex-direction:column;gap:2rem;padding:2rem;display:flex}.Hero-module__Z8hQ_W__priceContainer{background:rgba(var(--accent-rgb),.05);border:1px dashed rgba(var(--accent-rgb),.3);text-align:center;border-radius:12px;padding:1rem}.Hero-module__Z8hQ_W__priceWrapper{justify-content:center;align-items:center;gap:1rem;margin-top:.5rem;display:flex}.Hero-module__Z8hQ_W__infoLabel{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.7rem;display:block}.Hero-module__Z8hQ_W__originalPrice{color:var(--muted-foreground);opacity:.7;font-size:1.2rem;font-weight:500;text-decoration:line-through}.Hero-module__Z8hQ_W__discountedPrice{color:var(--accent);letter-spacing:-.02em;font-size:2rem;font-weight:800;line-height:1}.Hero-module__Z8hQ_W__divider{height:2px;margin:0 1rem;position:relative}.Hero-module__Z8hQ_W__dashLine{border-top:2px dashed var(--border);opacity:.5}.Hero-module__Z8hQ_W__notchLeft,.Hero-module__Z8hQ_W__notchRight{background:var(--background);z-index:10;border-radius:50%;width:20px;height:20px;position:absolute;top:-10px}.Hero-module__Z8hQ_W__notchLeft{left:-26px}.Hero-module__Z8hQ_W__notchRight{right:-26px}.Hero-module__Z8hQ_W__ticketFooter{text-align:center;padding:2rem}.Hero-module__Z8hQ_W__ticketFooter label{color:var(--accent);letter-spacing:.1em;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:block}@media (max-width:900px){.Hero-module__Z8hQ_W__heroSection{min-height:100vh;padding:6rem 0 4rem}.Hero-module__Z8hQ_W__grid{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__Z8hQ_W__contentLeft{flex-direction:column;align-items:center;margin:0 auto;display:flex}.Hero-module__Z8hQ_W__title{font-size:2.5rem;line-height:1.1}.Hero-module__Z8hQ_W__description{max-width:90%;font-size:1.05rem}.Hero-module__Z8hQ_W__buttonGroup{flex-direction:column;width:100%;max-width:350px}.Hero-module__Z8hQ_W__btnPrimary,.Hero-module__Z8hQ_W__btnSecondary{justify-content:center;width:100%}.Hero-module__Z8hQ_W__trustSignals{flex-wrap:wrap;justify-content:center}.Hero-module__Z8hQ_W__contentRight{margin-top:2rem;padding:0 1rem}.Hero-module__Z8hQ_W__ticketContainer{max-width:100%}.Hero-module__Z8hQ_W__ticket{transform:none}.Hero-module__Z8hQ_W__ticketHeader{padding:1rem 1.5rem}.Hero-module__Z8hQ_W__ticketBody{gap:1.5rem;padding:1.5rem}.Hero-module__Z8hQ_W__discountedPrice{font-size:1.75rem}}@media (max-width:400px){.Hero-module__Z8hQ_W__title{font-size:2rem}.Hero-module__Z8hQ_W__ticketHeader{text-align:center;flex-direction:column;align-items:center;gap:.5rem}}
.Countdown-module__pe8l5a__timerGroup{justify-content:center;gap:1.5rem;display:flex}.Countdown-module__pe8l5a__unitWrapper{flex-direction:column;align-items:center;gap:.25rem;display:flex}.Countdown-module__pe8l5a__numberBox{justify-content:center;align-items:center;height:3rem;display:flex;position:relative;overflow:hidden}.Countdown-module__pe8l5a__number{font-variant-numeric:tabular-nums;color:var(--foreground);font-size:2.5rem;font-weight:700;line-height:1;font-family:var(--font-mono),monospace}.Countdown-module__pe8l5a__label{letter-spacing:.1em;color:var(--muted-foreground);font-size:.65rem;font-weight:600}@media (max-width:600px){.Countdown-module__pe8l5a__timerGroup{gap:.75rem}.Countdown-module__pe8l5a__numberBox{background:rgba(var(--accent-rgb),.1);border-radius:8px;min-width:2.5rem;height:2.5rem}.Countdown-module__pe8l5a__number{font-size:1.75rem}.Countdown-module__pe8l5a__label{opacity:.8;font-size:.55rem}}
.BentoGrid-module__vqQFhG__section{background:var(--background);padding:8rem 0}@media (max-width:768px){.BentoGrid-module__vqQFhG__section{padding:4rem 0}}.BentoGrid-module__vqQFhG__header{text-align:center;max-width:700px;margin:0 auto 5rem}.BentoGrid-module__vqQFhG__header h2{margin-bottom:1rem}.BentoGrid-module__vqQFhG__grid{grid-template-rows:repeat(2,300px);grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.BentoGrid-module__vqQFhG__card{background:var(--card);border-radius:var(--radius);border:1px solid #00000008;flex-direction:column;justify-content:space-between;padding:2.5rem;transition:transform .4s cubic-bezier(.2,0,0,1),box-shadow .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #00000005,0 2px 4px -1px #00000005}@media (prefers-color-scheme:dark){.BentoGrid-module__vqQFhG__card{border:1px solid #ffffff0d}}.BentoGrid-module__vqQFhG__card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.BentoGrid-module__vqQFhG__large{grid-area:span 1/span 2}.BentoGrid-module__vqQFhG__tall{background:var(--foreground);color:var(--background);grid-area:span 2/span 1}.BentoGrid-module__vqQFhG__tall h3,.BentoGrid-module__vqQFhG__tall p{color:inherit}.BentoGrid-module__vqQFhG__tall .BentoGrid-module__vqQFhG__iconBox{color:currentColor;background:#ffffff1a}.BentoGrid-module__vqQFhG__medium{grid-area:span 1/span 1}.BentoGrid-module__vqQFhG__iconBox{background:var(--background);width:48px;height:48px;color:var(--foreground);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.BentoGrid-module__vqQFhG__cardContent h3{margin-bottom:.75rem;font-size:1.5rem;font-weight:600}.BentoGrid-module__vqQFhG__cardContent p{font-size:1.05rem;line-height:1.5}.BentoGrid-module__vqQFhG__visualDecoration{background:radial-gradient(circle,var(--accent)0%,transparent 70%);opacity:.1;filter:blur(40px);pointer-events:none;width:300px;height:300px;position:absolute;bottom:-20%;right:-10%}@media (max-width:900px){.BentoGrid-module__vqQFhG__grid{grid-template-rows:auto;grid-template-columns:1fr;gap:1.5rem}.BentoGrid-module__vqQFhG__large,.BentoGrid-module__vqQFhG__tall,.BentoGrid-module__vqQFhG__medium{grid-area:span 1/span 1;min-height:auto}.BentoGrid-module__vqQFhG__card{padding:2rem}}
.ModuleModal-module__V7e4vq__overlay{-webkit-backdrop-filter:blur(10px);z-index:2000;background:#0006;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}@media (max-width:600px){.ModuleModal-module__V7e4vq__overlay{align-items:flex-end;padding:0}.ModuleModal-module__V7e4vq__modal{border-radius:1.25rem 1.25rem 0 0;width:100%;max-height:80dvh}}.ModuleModal-module__V7e4vq__modal{background:var(--card);border-radius:var(--radius);flex-direction:column;width:100%;max-width:650px;max-height:85vh;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #0000000d}@media (prefers-color-scheme:dark){.ModuleModal-module__V7e4vq__modal{border:1px solid #ffffff1a}}.ModuleModal-module__V7e4vq__closeBtn{color:var(--muted-foreground);background:var(--muted);z-index:10;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.ModuleModal-module__V7e4vq__closeBtn:hover{background:var(--foreground);color:var(--background)}.ModuleModal-module__V7e4vq__header{border-bottom:1px solid var(--border);padding:3rem 3rem 1.5rem}@media (max-width:600px){.ModuleModal-module__V7e4vq__header{padding:1.25rem 1.25rem 1rem}.ModuleModal-module__V7e4vq__header h2{margin-bottom:.25rem;padding-right:2.5rem;font-size:1.35rem;line-height:1.3}.ModuleModal-module__V7e4vq__moduleId{margin-bottom:.25rem;font-size:.7rem}.ModuleModal-module__V7e4vq__content{padding:.5rem 1.25rem 1.25rem}.ModuleModal-module__V7e4vq__footer{padding:1rem 1.25rem calc(1rem + env(safe-area-inset-bottom))}.ModuleModal-module__V7e4vq__closeBtn{z-index:20;background:#0000000f;width:32px;height:32px;top:.75rem;right:.75rem}}.ModuleModal-module__V7e4vq__moduleId{text-transform:uppercase;letter-spacing:.05em;color:var(--accent);margin-bottom:.5rem;font-size:.8rem;font-weight:700;display:block}.ModuleModal-module__V7e4vq__header h2{color:var(--foreground);margin-bottom:.75rem;font-size:2.5rem;line-height:1.1}.ModuleModal-module__V7e4vq__objective{color:var(--muted-foreground);font-size:1.25rem}.ModuleModal-module__V7e4vq__content{flex:1;padding:2rem 3rem;overflow-y:auto}.ModuleModal-module__V7e4vq__sectionHeader{color:var(--foreground);align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.ModuleModal-module__V7e4vq__sectionHeader h3{margin:0;font-size:1.2rem;font-weight:600}.ModuleModal-module__V7e4vq__topicList{margin-bottom:2.5rem;list-style:none}.ModuleModal-module__V7e4vq__topicList li{color:var(--secondary-foreground);align-items:center;gap:.75rem;padding:.6rem 0;font-size:1.05rem;display:flex}.ModuleModal-module__V7e4vq__bullet{color:var(--accent);font-size:1.5rem;line-height:0}.ModuleModal-module__V7e4vq__closeBtn{color:var(--muted-foreground);z-index:10;background:0 0;border:1px solid #0000001a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.ModuleModal-module__V7e4vq__closeBtn:hover{background:var(--foreground);color:var(--background);border-color:var(--foreground)}.ModuleModal-module__V7e4vq__outcome{border:1px solid var(--border);border-radius:var(--radius);background:0 0;padding:1.5rem}.ModuleModal-module__V7e4vq__outcome p{color:var(--foreground);margin:0;font-size:1.05rem}.ModuleModal-module__V7e4vq__footer{-webkit-backdrop-filter:blur(20px);background:#ffffffd9;border-top:1px solid #0000000d;padding:1.5rem 3rem;position:sticky;bottom:0}@media (max-width:600px){.ModuleModal-module__V7e4vq__outcome{border:1px solid var(--border);background:0 0;padding:1rem}.ModuleModal-module__V7e4vq__footer{padding:1rem 1.5rem calc(1rem + env(safe-area-inset-bottom));background:#fffffff2}.ModuleModal-module__V7e4vq__closeBtn{background:#0000000d;border:none;width:32px;height:32px;top:1rem;right:1rem}}
.Modules-module___kr7Ka__section{background:var(--background);padding:8rem 0;overflow:hidden}.Modules-module___kr7Ka__header{text-align:center;margin-bottom:6rem}.Modules-module___kr7Ka__header h2{margin-bottom:.5rem;font-size:3.5rem}.Modules-module___kr7Ka__header p{color:var(--muted-foreground);font-size:1.25rem}.Modules-module___kr7Ka__timeline{max-width:900px;margin:0 auto;padding:4rem 0;position:relative}.Modules-module___kr7Ka__svgLine{pointer-events:none;z-index:0;opacity:.3;width:100%;position:absolute;top:0;left:0}.Modules-module___kr7Ka__timelineItem{justify-content:center;align-items:center;width:100%;margin-bottom:6rem;display:flex;position:relative}.Modules-module___kr7Ka__left{justify-content:flex-start}.Modules-module___kr7Ka__right{justify-content:flex-end}.Modules-module___kr7Ka__dot{background:var(--card);border:4px solid var(--border);z-index:2;border-radius:50%;width:24px;height:24px;transition:all .3s;position:absolute;left:50%}.Modules-module___kr7Ka__dotLeft{margin-left:-50px}.Modules-module___kr7Ka__dotRight{margin-left:50px}.Modules-module___kr7Ka__timelineItem:hover .Modules-module___kr7Ka__dot{border-color:var(--accent);transform:scale(1.3)}.Modules-module___kr7Ka__green{border-color:#34c759}.Modules-module___kr7Ka__yellow{border-color:#fc0}.Modules-module___kr7Ka__blue{border-color:#007aff}.Modules-module___kr7Ka__red{border-color:#ff3b30}.Modules-module___kr7Ka__card{background:var(--card);cursor:pointer;z-index:10;border:1px solid #0000000d;border-radius:1.5rem;width:40%;padding:2rem;transition:all .3s cubic-bezier(.2,0,0,1);position:relative;box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000006}@media (prefers-color-scheme:dark){.Modules-module___kr7Ka__card{border:1px solid #ffffff1a}}.Modules-module___kr7Ka__card:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px #00000040}.Modules-module___kr7Ka__cardHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.Modules-module___kr7Ka__moduleTag{text-transform:uppercase;letter-spacing:.1em;background:var(--background);border-radius:9999px;padding:.4rem .8rem;font-size:.75rem;font-weight:700}.Modules-module___kr7Ka__greenText{color:#34c759}.Modules-module___kr7Ka__yellowText{color:#d97706}.Modules-module___kr7Ka__blueText{color:#007aff}.Modules-module___kr7Ka__redText{color:#ff3b30}.Modules-module___kr7Ka__card h3{color:var(--foreground);margin-bottom:.5rem;font-size:1.5rem}.Modules-module___kr7Ka__card p{color:var(--muted-foreground);margin-bottom:1.5rem;font-size:1rem;line-height:1.5}.Modules-module___kr7Ka__cardFooter{color:var(--accent);justify-content:space-between;align-items:center;font-size:.9rem;font-weight:600;display:flex}@media (max-width:768px){.Modules-module___kr7Ka__section{padding:4rem 0}.Modules-module___kr7Ka__header{margin-bottom:3rem;padding:0 1rem}.Modules-module___kr7Ka__header h2{font-size:2.5rem}.Modules-module___kr7Ka__svgLine{opacity:.5;display:block;left:3px}.Modules-module___kr7Ka__timeline{padding:0}.Modules-module___kr7Ka__timelineItem{flex-direction:column;align-items:flex-start;margin-bottom:2.5rem;padding-left:3.5rem;justify-content:flex-start!important}.Modules-module___kr7Ka__card{width:100%;max-width:100%;padding:1.5rem}.Modules-module___kr7Ka__dot{left:15px;transform:translate(-50%);margin:0!important}.Modules-module___kr7Ka__dotLeft,.Modules-module___kr7Ka__dotRight{margin-left:0!important}}
.Advanced-module__McL5iW__section{color:#fff;background:#000;padding:10rem 0}@media (max-width:768px){.Advanced-module__McL5iW__section{padding:5rem 0}}.Advanced-module__McL5iW__content{justify-content:center;display:flex}.Advanced-module__McL5iW__textColumn{text-align:center;max-width:800px}.Advanced-module__McL5iW__textColumn h2{background:#fff;color:#fff;-webkit-background-clip:text;margin-bottom:2rem;font-size:5rem;line-height:1}.Advanced-module__McL5iW__textColumn p{color:#86868b;margin-bottom:4rem;font-size:1.5rem;line-height:1.4}.Advanced-module__McL5iW__features{text-align:left;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem;display:grid}.Advanced-module__McL5iW__feature h3{color:#fff;margin-bottom:.5rem;font-size:1.5rem}.Advanced-module__McL5iW__feature p{color:#86868b;margin-bottom:0;font-size:1rem}.Advanced-module__McL5iW__ctaBtn{color:#000;background:#fff;border-radius:9999px;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1.2rem;font-weight:600;text-decoration:none;transition:transform .2s;display:inline-flex}.Advanced-module__McL5iW__ctaBtn:hover{transform:scale(1.05)}@media (max-width:768px){.Advanced-module__McL5iW__section{padding:4rem 1rem}.Advanced-module__McL5iW__textColumn h2{margin-bottom:1.5rem;font-size:3rem}.Advanced-module__McL5iW__textColumn p{margin-bottom:3rem;font-size:1.1rem}.Advanced-module__McL5iW__features{text-align:center;grid-template-columns:1fr;gap:2.5rem}.Advanced-module__McL5iW__feature h3{font-size:1.3rem}}
