*,:before,:after{box-sizing:border-box}html,body{color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;background:#0a0a0a;margin:0;padding:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif}#root{background:#0a0a0a;width:100%;min-height:100dvh}h1,h2,h3,p{margin:0}ul{margin:0;padding:0;list-style:none}a{text-decoration:none}button{font-family:inherit}img{max-width:100%;display:block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.gold{color:#d4a017}.section-header{align-items:center;gap:12px;margin-bottom:28px;display:flex}.section-title{color:#fff;letter-spacing:1.5px;text-transform:uppercase;white-space:nowrap;font-size:14px;font-weight:900}.divider-line{background:linear-gradient(90deg,#0000,#d4a017 50%,#0000);flex:1;height:1px;display:block}.btn{cursor:pointer;letter-spacing:.5px;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;font-family:inherit;font-weight:800;text-decoration:none;transition:filter .2s,transform .15s;display:inline-flex}.btn:hover{filter:brightness(1.1);transform:translateY(-2px)}.btn:active{filter:brightness(.95);transform:translateY(0)}.btn--wa{color:#fff;background:linear-gradient(135deg,#25d366,#1db854);box-shadow:0 4px 20px #25d3664d}.btn--lg{box-sizing:border-box;border-radius:10px;width:100%;padding:15px 20px;font-size:14px}.reveal{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(36px)}.reveal.visible{opacity:1;transform:translateY(0)}.page{background:#0a0a0a;flex-direction:column;min-height:100dvh;display:flex}.navbar{z-index:200;-webkit-backdrop-filter:blur(16px);background:#060606b3;border-bottom:1px solid #ffffff0a;width:100%;transition:background .3s;position:fixed;top:0;left:0;right:0}.navbar--scrolled{background:#060606f7;border-bottom-color:#1a1a1a}.navbar__inner{align-items:center;gap:32px;max-width:1200px;height:68px;margin:0 auto;padding:0 24px;display:flex}.navbar__logo{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.navbar__crown{color:#d4a017;filter:drop-shadow(0 0 8px #d4a01780);display:flex}.navbar__text{flex-direction:column;line-height:1;display:flex}.navbar__name{color:#d4a017;letter-spacing:2px;font-size:20px;font-weight:900}.navbar__tagline{color:#666;letter-spacing:.8px;text-transform:uppercase;margin-top:3px;font-size:8px}.navbar__links{flex:1;justify-content:center;align-items:center;gap:4px;display:flex}.navbar__link{color:#aaa;white-space:nowrap;letter-spacing:.2px;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600;text-decoration:none;transition:color .2s,background .2s}.navbar__link:hover{color:#fff;background:#ffffff0f}.navbar__cta{white-space:nowrap;border-radius:8px;flex-shrink:0;align-items:center;gap:8px;padding:9px 18px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.navbar__burger{cursor:pointer;color:#ccc;background:0 0;border:1px solid #2a2a2a;border-radius:8px;justify-content:center;align-items:center;margin-left:auto;padding:7px;transition:border-color .2s,color .2s;display:none}.navbar__burger:hover{color:#d4a017;border-color:#d4a017}.nav-drawer{z-index:199;background:#070707;border-top:1px solid #1a1a1a;flex-direction:column;padding:28px 24px 40px;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;inset:68px 0 0;overflow-y:auto;transform:translate(100%)}.nav-drawer--open{transform:translate(0)}.nav-drawer__links{flex-direction:column;gap:8px;display:flex}.nav-drawer__link{color:#ccc;border:1px solid #1a1a1a;border-radius:12px;padding:16px 20px;font-size:18px;font-weight:700;text-decoration:none;transition:color .2s,border-color .2s,background .2s;display:block}.nav-drawer__link:hover,.nav-drawer__link:active{color:#d4a017;background:#d4a0170d;border-color:#d4a017}.nav-drawer__cta{border-radius:12px;justify-content:center;width:100%;margin-top:24px;padding:16px 20px;font-size:15px;font-weight:800}.nav-backdrop{z-index:198;background:#0009;position:fixed;inset:68px 0 0}@media (width<=899px){.navbar__links,.navbar__cta{display:none}.navbar__burger{display:flex}.navbar__inner{gap:0}}.hero{flex-direction:column;width:100%;min-height:100vh;padding-top:68px;display:flex;position:relative;overflow:hidden}.hero__carousel{z-index:0;position:absolute;inset:0}.hero__slide{opacity:0;pointer-events:none;transition:opacity 1.4s;position:absolute;inset:0}.hero__slide--active{opacity:1;z-index:2}.hero__slide--prev{opacity:0;z-index:1}.hero__slide-img{object-fit:cover;object-position:center 40%;width:100%;height:100%;display:block}.hero__overlay{z-index:3;background:radial-gradient(#00000026 0%,#0000008c 100%),linear-gradient(#04040459 0%,#04040480 50%,#040404e0 100%);position:absolute;inset:0}.hero__glow{filter:blur(140px);pointer-events:none;z-index:4;border-radius:50%;animation:6s ease-in-out infinite alternate glow-breathe;position:absolute}.hero__glow--gold{background:#d4a0171f;width:440px;height:440px;top:-120px;left:-100px}.hero__glow--green{background:#25d36612;width:320px;height:320px;animation-delay:3s;bottom:-60px;right:-60px}@keyframes glow-breathe{0%{opacity:.5;transform:scale(1)}to{opacity:1;transform:scale(1.1)}}.hero__inner{z-index:5;flex:1;justify-content:center;align-items:center;width:100%;padding:40px 24px 32px;display:flex;position:relative}.hero__content{text-align:center;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:680px;display:flex}.hero__a{opacity:0;animation:.65s cubic-bezier(.22,1,.36,1) forwards h-up;transform:translateY(20px)}.hero__a1{animation-delay:.1s}.hero__a2{animation-delay:.22s}.hero__a3{animation-delay:.38s}.hero__a4{animation-delay:.52s}@keyframes h-up{to{opacity:1;transform:translateY(0)}}.hero__eyebrow{color:#d4a017;letter-spacing:.4px;background:#d4a0171a;border:1px solid #d4a01766;border-radius:20px;align-items:center;gap:6px;margin:0;padding:7px 16px;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.hero__heading{text-transform:uppercase;text-shadow:0 4px 48px #000000f2;flex-direction:column;align-items:center;gap:0;margin:0;line-height:1.05;display:flex}.hero__h-white{color:#fff;letter-spacing:-2px;font-size:70px;font-weight:900;display:block}.hero__h-gold{letter-spacing:-2px;background:linear-gradient(90deg,#b8860b 0%,#f5c842 40%,#d4a017 60%,#a07010 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:70px;font-weight:900;display:block}.hero__sub{color:#c8c8c8;text-shadow:0 1px 12px #000c;max-width:500px;margin:0;font-size:16px;line-height:1.75}.hero__cta-group{flex-direction:column;align-items:center;gap:14px;width:100%;margin:0;display:flex}.hero__cta-btn{letter-spacing:.5px;color:#fff;white-space:nowrap;background:linear-gradient(135deg,#25d366,#1aab52);border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:16px 40px;font-size:15px;font-weight:800;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;position:relative;overflow:visible;box-shadow:0 6px 32px #25d36666}.hero__cta-btn:hover{transform:translateY(-3px);box-shadow:0 12px 40px #25d3668c}.hero__cta-btn:active{transform:translateY(-1px)}.hero__cta-pulse{pointer-events:none;border:2px solid #25d36666;border-radius:16px;animation:2s ease-out infinite cta-pulse;position:absolute;inset:-7px}@keyframes cta-pulse{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(1.08)}}.hero__trust{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.hero__trust-item{color:#666;letter-spacing:.3px;align-items:center;gap:5px;font-size:11px;font-weight:600;display:inline-flex}.hero__trust-sep{background:#333;border-radius:50%;width:4px;height:4px;display:inline-block}.hero__controls{z-index:5;justify-content:center;align-items:center;gap:14px;padding-bottom:30px;display:flex;position:relative}.hero__arrow{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s,border-color .2s,transform .2s;display:flex}.hero__arrow:hover{background:#d4a01733;border-color:#d4a017;transform:scale(1.1)}.hero__dots{align-items:center;gap:8px;display:flex}.hero__dot{cursor:pointer;background:#fff3;border:none;border-radius:2px;width:28px;height:4px;padding:0;transition:width .3s,background .3s;position:relative;overflow:hidden}.hero__dot--active{background:#d4a01759;width:48px}.hero__dot-progress{background:#d4a017;border-radius:2px;height:100%;transition:width 50ms linear;position:absolute;top:0;left:0}@media (width<=900px){.hero__h-white,.hero__h-gold{letter-spacing:-1px;font-size:52px}}@media (width<=600px){.hero__inner{padding:32px 20px 28px}.hero__h-white,.hero__h-gold{letter-spacing:-.5px;font-size:36px}.hero__sub{max-width:100%;font-size:14px}.hero__cta-btn{width:auto;max-width:220px;padding:11px 18px;font-size:12px}}@media (width<=380px){.hero__h-white,.hero__h-gold{font-size:28px}.hero__eyebrow{font-size:10px}}.stats-bar{background:linear-gradient(90deg,#0d0d0d 0%,#111200 50%,#0d0d0d 100%);border-top:1px solid #1e1e1e;border-bottom:1px solid #1e1e1e;width:100%;padding:0}.stats-bar__grid{grid-template-columns:repeat(4,1fr);display:grid}.stats-bar__item{text-align:center;border-right:1px solid #1e1e1e;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:28px 20px;transition:background .25s;display:flex}.stats-bar__item:last-child{border-right:none}.stats-bar__item:hover{background:#d4a0170d}.stats-bar__icon{color:#d4a017;justify-content:center;align-items:center;margin-bottom:2px;display:flex}.stats-bar__value{color:#fff;letter-spacing:-.5px;font-size:28px;font-weight:900;line-height:1}.stats-bar__label{color:#666;letter-spacing:.8px;text-transform:uppercase;font-size:11px;font-weight:500}@media (width<=700px){.stats-bar__grid{grid-template-columns:repeat(2,1fr)}.stats-bar__item:nth-child(2){border-right:none}.stats-bar__item:nth-child(3){border-top:1px solid #1e1e1e}.stats-bar__item:nth-child(4){border-top:1px solid #1e1e1e;border-right:none}}.why{background:#0f0f0f;width:100%;padding:60px 0}.why__grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.why__card{text-align:center;cursor:default;background:#141414;border:1px solid #242424;border-radius:14px;flex-direction:column;align-items:center;gap:12px;padding:24px 18px;transition:border-color .25s,transform .2s;display:flex}.why__card:hover{border-color:#d4a017;transform:translateY(-4px)}.why__icon{color:#d4a017;background:#d4a0171a;border:1px solid #d4a01733;border-radius:14px;justify-content:center;align-items:center;width:58px;height:58px;display:flex}.why__card-title{color:#fff;margin:0;font-size:14px;font-weight:700;line-height:1.3}.why__card-desc{color:#777;margin:0;font-size:12px;line-height:1.6}@media (width<=768px){.why{padding:40px 0}.why__grid{grid-template-columns:1fr 1fr}}@media (width<=500px){.why__grid{grid-template-columns:1fr}}.how{background:#0a0a0a;width:100%;padding:60px 0}.how__steps{justify-content:space-between;align-items:flex-start;display:flex}.how__step-wrap{flex:1;align-items:center;display:flex}.how__step{text-align:center;flex-direction:column;flex:1;align-items:center;gap:10px;display:flex}.how__step-num{color:#000;background:linear-gradient(135deg,#d4a017,#b8860b);border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:900;display:flex;box-shadow:0 0 14px #d4a01766}.how__step-icon{color:#d4a017;background:#161616;border:1px solid #2a2a2a;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:border-color .2s;display:flex}.how__step:hover .how__step-icon{border-color:#d4a017}.how__step-title{letter-spacing:1px;text-transform:uppercase;font-size:13px;font-weight:800}.how__step-desc{color:#666;max-width:140px;margin:0;font-size:12px;line-height:1.5}.how__connector{flex-shrink:0;gap:5px;margin:0 4px;padding-bottom:42px;display:flex}.how__connector span{opacity:.45;background:#d4a017;border-radius:50%;width:6px;height:6px}@media (width<=768px){.how{padding:40px 0}.how__steps{flex-direction:column;align-items:center;gap:0}.how__step-wrap{flex-direction:column;align-items:center;width:100%}.how__connector{flex-direction:column;gap:3px;margin:4px 0;padding-bottom:0}.how__step-desc{max-width:240px}}.testimonials{background:#080808;width:100%;padding:72px 0}.t-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.t-card{cursor:default;background:#111;border:1px solid #1e1e1e;border-radius:16px;flex-direction:column;gap:14px;padding:24px 22px;transition:border-color .25s,transform .25s;display:flex}.t-card:hover{border-color:#d4a017;transform:translateY(-4px)}.t-card__top{justify-content:space-between;align-items:center;display:flex}.t-card__quote{color:#d4a01740}.t-card__stars{gap:2px;display:flex}.t-card__text{color:#bbb;flex:1;font-size:13px;font-style:italic;line-height:1.75}.t-card__footer{border-top:1px solid #1a1a1a;align-items:center;gap:12px;padding-top:12px;display:flex}.t-card__avatar{color:#000;background:linear-gradient(135deg,#d4a017,#b8860b);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:15px;font-weight:900;display:flex}.t-card__info{flex-direction:column;gap:3px;display:flex}.t-card__name{color:#fff;font-size:13px;font-weight:700;line-height:1}.t-card__meta{color:#555;letter-spacing:.3px;font-size:10px}@media (width<=960px){.t-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=540px){.testimonials{padding:48px 0}.t-grid{grid-template-columns:1fr;gap:14px}}.join-cta{background:#060606;border-top:1px solid #161616;border-bottom:1px solid #161616;width:100%;padding:80px 0;position:relative;overflow:hidden}.join-cta__scene{pointer-events:none;z-index:0;background:radial-gradient(80% 60% at 50% 110%,#14501459 0%,#0000 70%),radial-gradient(120% 80% at 50% 100%,#0a280a80 0%,#0000 65%),linear-gradient(#060606 0%,#080f08 50%,#060a06 100%);position:absolute;inset:0}.scene__pitch{background:linear-gradient(#0000 0%,#1450142e 40%,#1e641e40 100%);border-top:1px solid #ffffff0a;border-radius:50% 50% 0 0/30% 30% 0 0;width:90%;height:45%;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.scene__centre-circle{border:1px solid #ffffff0d;border-radius:50%;width:160px;height:160px;position:absolute;bottom:18%;left:50%;transform:translate(-50%)}.scene__halfway{background:#ffffff0a;width:1px;height:160px;position:absolute;bottom:18%;left:50%;transform:translate(-50%)}.scene__spot{filter:blur(60px);border-radius:50%;width:300px;height:400px;position:absolute;top:-20%}.scene__spot--l{background:radial-gradient(#d4a0171f 0%,#0000 70%);left:-5%}.scene__spot--r{background:radial-gradient(#25d36612 0%,#0000 70%);right:-5%}.scene__particle{left:var(--x);top:var(--y);width:var(--s);height:var(--s);opacity:0;animation:particle-float 4s ease-in-out infinite var(--d);background:#d4a017;border-radius:50%;position:absolute}@keyframes particle-float{0%{opacity:0;transform:translateY(0)scale(1)}30%{opacity:.5}60%{opacity:.25}to{opacity:0;transform:translateY(-30px)scale(.5)}}.join-cta__body{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid;position:relative}.join-cta__brand{align-items:center;gap:16px;margin-bottom:32px;display:flex}.join-cta__crown{color:#d4a017;filter:drop-shadow(0 0 16px #d4a01799);align-items:center;display:flex}.join-cta__brand-name{color:#d4a017;letter-spacing:3px;font-size:32px;font-weight:900;line-height:1}.join-cta__brand-tag{color:#666;letter-spacing:1.5px;text-transform:uppercase;margin-top:4px;font-size:9px;font-weight:600}.join-cta__perks{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.join-cta__perks li{color:#ccc;align-items:center;gap:12px;font-size:14px;font-weight:500;display:flex}.join-cta__perk-icon{color:#d4a017;background:#d4a0171a;border:1px solid #d4a01733;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.join-cta__right{text-align:center;flex-direction:column;align-items:center;gap:20px;display:flex}.join-cta__wa-ring{justify-content:center;align-items:center;display:flex;position:relative}.join-cta__wa-ring:before,.join-cta__wa-ring:after{content:"";border:2px solid #25d3664d;border-radius:50%;animation:2.5s ease-out infinite wa-pulse;position:absolute}.join-cta__wa-ring:before{width:100px;height:100px}.join-cta__wa-ring:after{border-color:#25d36626;width:130px;height:130px;animation-delay:.6s}@keyframes wa-pulse{0%{opacity:1;transform:scale(.85)}to{opacity:0;transform:scale(1.2)}}.join-cta__wa-blob{z-index:1;color:#fff;background:linear-gradient(135deg,#25d366,#1aab52);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative;box-shadow:0 0 40px #25d36680}.join-cta__text{max-width:480px}.join-cta__text h2{color:#fff;text-transform:uppercase;letter-spacing:.5px;margin:0 0 10px;font-size:24px;font-weight:900;line-height:1.3}.join-cta__text p{color:#888;margin:0;font-size:14px;line-height:1.8}.join-cta__btn{width:100%;max-width:360px;font-size:15px}.join-cta__note{color:#444;margin:0;font-size:11px}@media (width<=860px){.join-cta{padding:60px 0}.join-cta__body{grid-template-columns:1fr;gap:40px}.join-cta__left{border-bottom:1px solid #1a1a1a;padding-bottom:36px}.join-cta__text h2{font-size:20px}}@media (width<=500px){.join-cta__btn{max-width:220px;padding:11px 18px;font-size:12px}}.disclaimer{background:#080808;width:100%;padding:24px 0}.disclaimer__inner{background:#120d00;border:1px solid #2e2000;border-radius:14px;align-items:center;gap:16px;padding:20px 24px;display:flex}.disclaimer__left{flex:1;align-items:flex-start;gap:12px;display:flex}.disclaimer__warn{color:#d4a017;flex-shrink:0;margin-top:1px}.disclaimer__text{flex:1}.disclaimer__text strong{color:#d4a017;letter-spacing:.8px;text-transform:uppercase;margin-bottom:5px;font-size:12px;font-weight:800;display:block}.disclaimer__text p{color:#777;margin:0;font-size:12px;line-height:1.6}.disclaimer__text a{color:#d4a017;text-underline-offset:2px;text-decoration:underline}.disclaimer__badge{text-align:center;border:2px solid #d4a017;border-radius:10px;flex-shrink:0;padding:8px 14px;line-height:1}.disclaimer__badge-num{color:#d4a017;font-size:24px;font-weight:900;display:block}.disclaimer__badge-label{color:#777;letter-spacing:1.5px;margin-top:3px;font-size:8px;font-weight:700;display:block}@media (width<=768px){.disclaimer__inner{padding:16px}}.footer{background:#060606;border-top:1px solid #141414;width:100%;padding:32px 0}.footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.footer__logo{align-items:center;gap:8px;display:flex}.footer__crown{color:#d4a017;align-items:center;display:flex}.footer__name{color:#d4a017;letter-spacing:2px;font-size:18px;font-weight:900}.footer__copy{color:#444;margin:0;font-size:12px}.footer__links{color:#444;align-items:center;gap:12px;font-size:12px;display:flex}.footer__links a{color:#555;transition:color .2s}.footer__links a:hover{color:#d4a017}@media (width<=768px){.footer__inner{text-align:center;flex-direction:column;align-items:center}}
