*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:"Space Grotesk",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.55;color:#1b1b22;background:#0f0f14}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
.container{width:100%;padding:0 1rem;margin:0 auto}
.row{display:flex;flex-wrap:wrap;margin:0 -0.75rem}
.row>*{padding:0 0.75rem;width:100%}
.col-12{width:100%}
@media(min-width:768px){
  .container{max-width:720px}
  .col-md-6{width:50%}
}
@media(min-width:992px){
  .container{max-width:960px}
  .col-lg-6{width:50%}
}
@media(min-width:1200px){
  .container{max-width:1140px}
}
@media(min-width:1400px){
  .container{max-width:1320px}
}

.site-nav{position:sticky;top:0;z-index:30;background:rgba(15,15,20,.72);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0.9rem 0}
.brand{font-weight:800;letter-spacing:.4px;color:#fff;font-size:1.05rem}
.nav-links{display:flex;gap:.25rem;flex-wrap:wrap;justify-content:flex-end}
.nav-links a{padding:.55rem .8rem;border-radius:999px;color:rgba(255,255,255,.88);font-weight:600}
.nav-links a:hover{background:rgba(255,255,255,.08)}
@media(max-width:520px){
  .nav-inner{flex-direction:column;align-items:flex-start}
  .nav-links{justify-content:flex-start}
}

.hero{position:relative;padding:4.5rem 0 3.5rem;overflow:hidden}
.hero::before{content:"";position:absolute;inset:-40%;background:radial-gradient(circle at 20% 30%,rgba(255,0,110,.36),transparent 55%),radial-gradient(circle at 80% 20%,rgba(255,190,11,.30),transparent 55%),radial-gradient(circle at 60% 90%,rgba(255,0,110,.20),transparent 60%);filter:blur(1px)}
.hero-small{padding:3.5rem 0 2.8rem}
.hero-grid{position:relative;display:grid;grid-template-columns:1fr;gap:2rem}
@media(min-width:992px){.hero-grid{grid-template-columns:1.05fr .95fr;align-items:center}}
.hero-copy{color:#fff}
.hero-kicker{display:inline-block;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,190,11,.95);margin:0 0 .75rem}
.hero-title{margin:0 0 1rem;font-size:2.25rem;line-height:1.05;letter-spacing:-.02em}
@media(min-width:992px){.hero-title{font-size:3.4rem}}
.hero-sub{margin:0 0 1.35rem;color:rgba(255,255,255,.86);max-width:62ch}
.hero-cta{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1.35rem}
.hero-mini{display:grid;grid-template-columns:1fr;gap:.75rem}
@media(min-width:768px){.hero-mini{grid-template-columns:1fr 1fr}}
.mini-card{padding:1rem 1.05rem;border-radius:1rem;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10)}
.mini-title{margin:0 0 .25rem;font-weight:800;color:#fff}
.mini-text{margin:.15rem 0;color:rgba(255,255,255,.78)}
.hero-media{position:relative}
.hero-frame{border-radius:1.35rem;overflow:hidden;border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 55px rgba(0,0,0,.45)}
.hero-strip{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;margin-top:1rem;color:rgba(255,255,255,.82)}
.hero-strip span{padding:.35rem .7rem;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10);font-weight:650}

.section{padding:4rem 0;position:relative}
.section-last{padding:3.5rem 0 5.25rem}
.section::before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent)}
.eyebrow{margin:0 0 .6rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,190,11,.92)}
.h2{margin:0 0 1rem;font-size:1.9rem;line-height:1.15;color:#fff;letter-spacing:-.02em}
@media(min-width:992px){.h2{font-size:2.5rem}}
.h3{margin:0 0 .75rem;font-size:1.25rem;line-height:1.2;color:#fff}
p{margin:0 0 1rem;color:rgba(255,255,255,.84)}
.lead{font-size:1.1rem}
.note{color:rgba(255,255,255,.70);font-size:.95rem}
.mini-title,.mini-text,.price-name{line-height:1.25}

.card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10);border-radius:1.25rem;padding:1.2rem 1.2rem}
.card.center{text-align:center}
.glass{background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04))}
.media-frame{border-radius:1.35rem;overflow:hidden;border:1px solid rgba(255,255,255,.12);box-shadow:0 16px 48px rgba(0,0,0,.42)}
.glow{box-shadow:0 24px 64px rgba(255,0,110,.16),0 18px 55px rgba(0,0,0,.46)}
.spacer{height:2.25rem}

.btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.05rem;border-radius:999px;font-weight:800;border:1px solid transparent;cursor:pointer}
.btn-primary{background:#ff006e;color:#0f0f14;border-color:#ff006e;box-shadow:0 10px 30px rgba(255,0,110,.22)}
.btn-primary:hover{filter:brightness(1.03)}
.btn-ghost{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16);color:#fff}
.btn-ghost:hover{background:rgba(255,255,255,.12)}
.btn-link{padding:.8rem .2rem;border-color:transparent;color:rgba(255,255,255,.85)}
.btn-link:hover{color:#ffbe0b}

.grid-2{display:grid;grid-template-columns:1fr;gap:1rem}
@media(min-width:992px){.grid-2{grid-template-columns:1fr 1fr}}
.type-grid{display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:1rem}
@media(min-width:768px){.type-grid{grid-template-columns:1fr 1fr}}
.type-card{padding:1rem;border-radius:1.1rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.10)}
.type-title{margin:0 0 .25rem;font-weight:900;color:#fff}
.type-text{margin:0;color:rgba(255,255,255,.80)}

.bullets{margin:.5rem 0 0;padding:0 0 0 1.1rem}
.bullets li{margin:.35rem 0;color:rgba(255,255,255,.82)}
.timeline{margin:.5rem 0 0;padding:0;list-style:none}
.timeline li{margin:.6rem 0;padding-left:0;color:rgba(255,255,255,.82)}
.timeline span{display:inline-block;min-width:7.3rem;color:#ffbe0b;font-weight:900}

.steps{margin:.75rem 0 0;padding:0;list-style:none;display:grid;gap:.75rem}
.steps li{display:flex;gap:.75rem;align-items:flex-start;color:rgba(255,255,255,.84)}
.steps li span{display:inline-flex;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;border-radius:999px;background:rgba(255,190,11,.14);border:1px solid rgba(255,190,11,.26);color:#ffbe0b;font-weight:900;flex:0 0 auto}
.steps.big span{width:2.3rem;height:2.3rem}
.steps.big li{font-size:1.05rem}

.section-split .row{gap:1.25rem 0}
.align-items-center{align-items:center}
.justify-content-between{justify-content:space-between}
.flex-column-reverse{flex-direction:column-reverse}
@media(min-width:992px){.flex-lg-row{flex-direction:row}.flex-column-reverse{flex-direction:column-reverse}}
.mt-6{margin-top:1.5rem}
.mt-8{margin-top:2rem}

.gradient{background:linear-gradient(135deg,rgba(255,0,110,.16),rgba(255,190,11,.10));border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.gradient-soft{background:linear-gradient(135deg,rgba(255,190,11,.10),rgba(255,0,110,.10))}
.section-profit .card{background:rgba(15,15,20,.55)}
.calc .form-label{display:block;margin:0 0 .45rem;color:rgba(255,255,255,.86);font-weight:800}
.form-control,.form-select{width:100%;padding:.85rem 1rem;border-radius:1rem;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#fff;outline:none}
.form-control::placeholder{color:rgba(255,255,255,.55)}
.form-control:focus,.form-select:focus{border-color:rgba(255,190,11,.55);box-shadow:0 0 0 4px rgba(255,190,11,.12)}
.form-select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,rgba(255,255,255,.78) 50%),linear-gradient(135deg,rgba(255,255,255,.78) 50%,transparent 50%);background-position:calc(100% - 18px) 55%,calc(100% - 12px) 55%;background-size:6px 6px,6px 6px;background-repeat:no-repeat}

.pricing-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:1.25rem}
@media(min-width:768px){.pricing-grid{grid-template-columns:1fr 1fr}}
@media(min-width:1200px){.pricing-grid{grid-template-columns:1fr 1fr 1fr}}
.price-card{position:relative;overflow:hidden}
.price-name{margin:0 0 .35rem;color:#fff;font-weight:900}
.price{margin:0 0 .45rem;font-size:1.8rem;font-weight:950;color:#ffbe0b;letter-spacing:-.02em}
.price-desc{margin:0;color:rgba(255,255,255,.80)}

.table-wrap{overflow:auto;border-radius:1rem;border:1px solid rgba(255,255,255,.10)}
.table{width:100%;border-collapse:collapse;min-width:540px;background:rgba(15,15,20,.28)}
.table th,.table td{padding:.85rem .95rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.84)}
.table th{color:#fff;font-weight:900}
.table tr:last-child td{border-bottom:none}

.ticket{position:relative;background:rgba(255,255,255,.055)}
.ticket::before,.ticket::after{content:"";position:absolute;top:1.2rem;bottom:1.2rem;width:18px;border-radius:999px;background:#0f0f14}
.ticket::before{left:-9px}
.ticket::after{right:-9px}
.ticket{border-style:dashed;border-color:rgba(255,190,11,.35)}

.badge-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}
.badge{padding:.35rem .65rem;border-radius:999px;background:rgba(255,190,11,.10);border:1px solid rgba(255,190,11,.22);color:#ffbe0b;font-weight:800;font-size:.9rem}

.moment-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:.75rem}
@media(min-width:768px){.moment-grid{grid-template-columns:1fr 1fr}}
.moment{padding:1rem;border-radius:1rem;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.05)}
.moment-title{margin:0 0 .35rem;font-weight:900;color:#fff}

.checklist{overflow:hidden}
.checklist-list{margin:.6rem 0 0;padding:0;list-style:none;display:grid;gap:.65rem}
.checklist-list li{position:relative;padding-left:2.25rem;color:rgba(255,255,255,.84)}
.checklist-list li::before{content:"";position:absolute;left:.15rem;top:.25rem;width:1.5rem;height:1.5rem;border-radius:.5rem;border:1px solid rgba(255,190,11,.35);background:rgba(255,190,11,.08)}
.checklist-list li::after{content:"";position:absolute;left:.6rem;top:.75rem;width:.6rem;height:.3rem;border-left:3px solid #ffbe0b;border-bottom:3px solid #ffbe0b;transform:rotate(-45deg);opacity:0;animation:tick 6s infinite}
.checklist-list.slow li::after{animation-duration:8s}
.checklist-list li:nth-child(2)::after{animation-delay:.4s}
.checklist-list li:nth-child(3)::after{animation-delay:.8s}
.checklist-list li:nth-child(4)::after{animation-delay:1.2s}
.checklist-list li:nth-child(5)::after{animation-delay:1.6s}
.checklist-list li:nth-child(6)::after{animation-delay:2s}
@keyframes tick{0%,10%{opacity:0;transform:rotate(-45deg) scale(.6)}20%,90%{opacity:1;transform:rotate(-45deg) scale(1)}100%{opacity:0}}

.confetti{position:relative}
.confetti::before{content:"";position:absolute;inset:-10%;pointer-events:none;background:
radial-gradient(circle at 10% 20%,rgba(255,190,11,.55) 0 2px,transparent 3px),
radial-gradient(circle at 40% 10%,rgba(255,0,110,.55) 0 2px,transparent 3px),
radial-gradient(circle at 80% 30%,rgba(255,190,11,.55) 0 2px,transparent 3px),
radial-gradient(circle at 70% 70%,rgba(255,0,110,.55) 0 2px,transparent 3px),
radial-gradient(circle at 20% 80%,rgba(255,190,11,.55) 0 2px,transparent 3px);
opacity:.55;animation:confetti 7s linear infinite}
@keyframes confetti{0%{transform:translateY(-6px)}50%{transform:translateY(6px)}100%{transform:translateY(-6px)}}

.venue-grid{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin-top:.75rem}
.vz{padding:.85rem;border-radius:1rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.10);color:#fff;font-weight:850;text-align:center}
.v3{grid-column:1/-1;background:rgba(255,0,110,.16);border-color:rgba(255,0,110,.28)}
.v6{background:rgba(255,190,11,.14);border-color:rgba(255,190,11,.26);color:#ffbe0b}

.sponsor-grid{display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.75rem}
@media(min-width:768px){.sponsor-grid{grid-template-columns:1fr 1fr}}
.sponsor-item{padding:1rem;border-radius:1rem;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.05)}
.sponsor-title{margin:0 0 .25rem;font-weight:900;color:#fff}

.campaign{display:grid;gap:.85rem;margin-top:.75rem}
.week{padding:1rem;border-radius:1rem;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.05)}
.week-title{margin:0 0 .25rem;font-weight:950;color:#ffbe0b}

.cta-row{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-top:1.25rem}

.site-footer{padding:3.5rem 0 2.3rem;background:#0b0b10;border-top:1px solid rgba(255,255,255,.10)}
.footer-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:992px){.footer-grid{grid-template-columns:1.1fr .9fr .7fr}}
.footer-title{margin:0 0 .75rem;color:#fff;font-size:1.15rem}
.footer-text{margin:0 0 .65rem;color:rgba(255,255,255,.78)}
.footer-text a{color:rgba(255,190,11,.92);font-weight:850}
.footer-text a:hover{color:#ff006e}
.footer-bottom{margin-top:1.25rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08)}
.footer-small{margin:0;color:rgba(255,255,255,.55);font-size:.95rem}

.cookie-wrap{position:fixed;left:0;right:0;bottom:0;z-index:40}
.cookie-toggle{position:absolute;left:-9999px}
.cookie-banner{background:rgba(11,11,16,.92);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.10)}
.cookie-content{max-width:1320px;margin:0 auto;padding:1.1rem 1rem}
.cookie-title{margin:0 0 .2rem;color:#fff;font-weight:950}
.cookie-text{margin:0 0 .75rem;color:rgba(255,255,255,.78);max-width:90ch}
.cookie-actions{display:flex;gap:.6rem;flex-wrap:wrap;align-items:center}
.cookie-toggle:checked~.cookie-banner{display:none}

.policy{padding:3.25rem 0 5rem}
.policy-title{margin:0 0 1rem;color:#fff;font-size:2rem;line-height:1.1}
.policy-text{color:rgba(255,255,255,.84);max-width:100ch}

.thankyou{padding:3.25rem 0 5rem}
.thank-card{max-width:980px;margin:0 auto}