*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:radial-gradient(ellipse 1600px 900px at 50% -80px,#1a0c04,#0e0704 35%,#070402 65%,#040201);background-attachment:fixed;background-color:#040201;color:#fff;min-height:100vh;overflow-x:hidden;line-height:1.5}#grain{position:fixed;inset:0;pointer-events:none;z-index:100;opacity:.06;mix-blend-mode:screen;width:100%;height:100%}.dot-grid{position:fixed;inset:0;pointer-events:none;z-index:1;background-image:radial-gradient(circle,rgba(255,101,0,.18) 1px,transparent 1px);background-size:32px 32px}.orb{position:fixed;border-radius:50%;pointer-events:none;z-index:2;width:900px;height:900px}.orb-left{background:radial-gradient(circle,rgba(255,101,0,.45) 0%,rgba(255,60,0,.2) 40%,transparent 70%);filter:blur(160px);top:-200px;left:-300px;animation:orbDriftLeft 20s ease-in-out infinite}.orb-right{background:radial-gradient(circle,rgba(255,101,0,.35) 0%,rgba(255,60,0,.15) 40%,transparent 70%);filter:blur(160px);top:600px;right:-300px;animation:orbDriftRight 20s ease-in-out infinite}.orb-top{background:radial-gradient(circle,rgba(255,120,0,.55) 0%,rgba(255,80,0,.25) 35%,transparent 65%);filter:blur(120px);width:700px;height:700px;top:-250px;left:50%;transform:translate(-50%);animation:orbPulseTop 14s ease-in-out infinite}@keyframes orbDriftLeft{0%,to{transform:translate(0) scale(1)}50%{transform:translate(40px,60px) scale(1.08)}}@keyframes orbDriftRight{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-40px,-60px) scale(.93)}}@keyframes orbPulseTop{0%,to{transform:translate(-50%) scale(1);opacity:1}50%{transform:translate(-50%) scale(1.12);opacity:.8}}.page{position:relative;z-index:10;min-height:100vh;display:flex;flex-direction:column}.navbar{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:10px 24px;background:#05030273;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,101,0,.1);box-shadow:0 1px 24px #0003}.navbar-brand{display:flex;align-items:center;gap:8px}.navbar-icon{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#ff6500,#ea4700,#c23800);display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700;box-shadow:0 0 16px #ff650073}.navbar-name{color:#fff;font-weight:600;font-size:14px;letter-spacing:.03em}.navbar-logo{height:36px;width:auto;object-fit:contain;padding-right:24px;filter:brightness(0) invert(1);opacity:.85}.navbar-logo-center{height:40px;width:auto;object-fit:contain;mix-blend-mode:screen;opacity:.95}.navbar-logo-right{height:54px;width:auto;object-fit:contain}.section-divider{height:1px;background:#ff650038;box-shadow:0 0 16px #ff65004d,0 0 40px #ff65001a}.hero{position:relative;display:flex;flex-direction:column;align-items:center;padding:28px 16px 48px;overflow:hidden}.hero-gutter-left{position:absolute;left:0;top:0;bottom:0;width:80px;clip-path:polygon(0 0,85% 0,100% 20%,100% 80%,85% 100%,0 100%);background:linear-gradient(180deg,#ff6500,#ea4700,#c23800);opacity:.1;pointer-events:none}.hero-gutter-right{position:absolute;right:0;top:0;bottom:0;width:80px;clip-path:polygon(15% 0,100% 0,100% 100%,15% 100%,0% 80%,0% 20%);background:linear-gradient(0deg,#ff6500,#ea4700,#c23800);opacity:.1;pointer-events:none}.hero-eyebrow{color:#ff6500;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;margin-bottom:12px;text-shadow:0 0 20px rgba(255,101,0,.7);animation:heroEnter .6s cubic-bezier(.16,1,.3,1) forwards}.hero-title{font-size:clamp(1.75rem,4.5vw,3.25rem);font-weight:800;line-height:1.15;color:#fff;text-align:center;max-width:720px;margin:0 auto 12px;animation:heroEnter .6s cubic-bezier(.16,1,.3,1) .1s both}.hero-title .highlight{background:linear-gradient(135deg,#ff8c00,#ff6500,#ea4700);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 18px rgba(255,101,0,.55))}.hero-sub{font-size:clamp(.85rem,1.8vw,1.05rem);color:#fff9;line-height:1.6;text-align:center;max-width:500px;margin:0 auto 20px;padding:0 8px;animation:heroEnter .6s cubic-bezier(.16,1,.3,1) .2s both}@media (min-width: 768px){.hero-sub{margin:0 auto 28px;padding:0}}@keyframes heroEnter{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hero-composition{position:relative;width:100%;max-width:800px;margin:0 auto;animation:heroEnter .6s cubic-bezier(.16,1,.3,1) .3s both}@media (min-width: 768px){.hero-composition{min-height:380px}}.hero-logo-wrap{margin-top:16px;display:flex;justify-content:center;animation:heroEnter .6s cubic-bezier(.16,1,.3,1) .4s both}.hero-logo-img{height:54px;width:auto;object-fit:contain}.hero-image-wrap{position:relative;z-index:10;margin:0 auto;max-width:640px;border-radius:24px;overflow:hidden;box-shadow:0 0 60px #ff650040,0 24px 48px #0009,0 8px 20px #0006;border:1px solid rgba(255,101,0,.2)}.hero-image-wrap img{width:100%;height:auto;object-fit:cover;max-height:45vh;display:block}@media (min-width: 768px){.hero-image-wrap img{max-height:55vh}}.float-card{position:absolute;background:#0f0804e0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:16px;border:1px solid rgba(255,101,0,.25);box-shadow:0 0 24px #ff65002e,0 12px 32px #0000008c;padding:12px 16px;z-index:20;cursor:default;-webkit-user-select:none;user-select:none;transition:transform .2s ease,box-shadow .2s ease}.float-card:hover{box-shadow:0 0 48px #ff650061,0 24px 48px #0009;transform:scale(1.03) rotate(0)!important;border-color:#ff650073}.card-1{top:16px;left:-20px;transform:rotate(-3deg);animation:cardEnter .7s cubic-bezier(.16,1,.3,1) .6s both}.card-2{top:24px;right:-20px;transform:rotate(2deg);min-width:160px;animation:cardEnter .7s cubic-bezier(.16,1,.3,1) .68s both}.card-3{bottom:32px;left:-8px;transform:rotate(4deg);min-width:140px;animation:cardEnter .7s cubic-bezier(.16,1,.3,1) .76s both}.card-4{bottom:24px;right:-8px;transform:rotate(-2deg);min-width:150px;animation:cardEnter .7s cubic-bezier(.16,1,.3,1) .84s both}@keyframes cardEnter{0%{opacity:0;transform:translateY(20px)}to{opacity:1}}.card-label{color:#ffffff73;font-size:9px;text-transform:uppercase;letter-spacing:.12em;font-weight:600;margin-bottom:4px}.card-value{color:#fff;font-size:20px;font-weight:800;line-height:1;margin-bottom:8px}.card-value-orange{color:#ff6500;font-size:18px;font-weight:800;line-height:1;text-shadow:0 0 16px rgba(255,101,0,.6)}.stocks-strip{display:flex;align-items:center;gap:12px;font-size:11px;white-space:nowrap}.stock-item{display:flex;align-items:center;gap:4px}.stock-sym{color:#ffffff8c;font-weight:600}.stock-pos{color:#22d46e;font-weight:700}.stock-neg{color:#ff4545;font-weight:700}.live-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#22d46e;box-shadow:0 0 8px #22d46eb3;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.payout-row{display:flex;justify-content:space-between;gap:24px;font-size:11px;margin-bottom:4px;color:#ffffff73}.payout-val{color:#fff;font-weight:700}.buy-chip{position:absolute;top:50%;right:-8px;z-index:30;display:flex;align-items:center;gap:4px;padding:6px 10px;border-radius:999px;background:linear-gradient(135deg,#22d46e,#15a855);box-shadow:0 0 20px #22d46e80,0 4px 12px #0006;color:#fff;font-size:11px;font-weight:700;animation:cardEnter .7s cubic-bezier(.16,1,.3,1) .68s both}.mini-chart{overflow:visible;display:block}.partner-strip{margin-top:40px;display:flex;align-items:center;gap:12px;padding:12px 20px;border-radius:16px;border:1px solid rgba(255,101,0,.18);background:#0f0804cc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 0 20px #ff65001a,0 4px 16px #0006;animation:heroEnter .6s cubic-bezier(.16,1,.3,1) .45s both}.partner-logo{height:24px;width:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.6}.partner-divider{width:1px;height:20px;background:#ff650040}.partner-text{color:#ffffff80;font-size:11px;font-weight:500}.partner-name{color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.cta-wrap{margin-top:16px;width:100%;display:flex;justify-content:center;padding:0 16px;animation:heroEnter .6s cubic-bezier(.16,1,.3,1) .5s both}.cta-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:300px;height:50px;background:linear-gradient(135deg,#ff8c00,#ff6500,#ea4700);color:#fff;font-weight:700;font-size:17px;text-decoration:none;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 0 32px #ff650073,0 12px 32px #0006;transition:transform .15s ease,box-shadow .15s ease;animation:ctaGlow 3s ease-in-out infinite}.cta-btn:hover{transform:scale(1.03);box-shadow:0 0 60px #ff6500b3,0 24px 48px #00000080}.cta-btn:active{transform:scale(.98)}.cta-sub{font-size:11px;opacity:.8;font-weight:400;margin-top:2px}.cta-shine{position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transform:translate(-100%) skew(12deg);transition:transform .7s ease}.cta-btn:hover .cta-shine{transform:translate(100%) skew(12deg)}@keyframes ctaGlow{0%,to{box-shadow:0 0 32px #ff650073,0 12px 32px #0006}50%{box-shadow:0 0 60px #ff6500b8,0 12px 32px #0006,0 0 100px #ff650047}}.section{padding:36px 16px}.section-cream,.section-cream-100{background:transparent}.section-inner{max-width:960px;margin:0 auto}.section-eyebrow{display:block;color:#ff6500;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;margin-bottom:12px;text-align:center;text-shadow:0 0 16px rgba(255,101,0,.55)}.section-title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:#fff;text-align:center;line-height:1.2;margin-bottom:48px}.trustpilot-wrap{display:flex;flex-direction:column;align-items:center;gap:20px}.trustpilot-badge{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:12px;padding:16px 20px;border-radius:16px;border:1px solid rgba(255,101,0,.15);background:#0f0804cc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 0 24px #ff65001a,0 4px 16px #0006;text-align:center}.tp-brand{color:#00b67a;font-weight:800;font-size:20px}.tp-stars{display:flex;gap:4px}.tp-star{width:24px;height:24px;background:#00b67a;display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:700;border-radius:4px}.tp-label{color:#fff;font-weight:700;font-size:16px}.tp-divider{width:1px;height:20px;background:#ff650033}.tp-sub{color:#ffffff8c;font-size:13px}.card-grid{display:grid;grid-template-columns:1fr;gap:20px}@media (min-width: 768px){.card-grid{grid-template-columns:repeat(3,1fr)}.hero{padding:32px 32px 56px}.hero-gutter-left,.hero-gutter-right{width:140px}.navbar{padding:10px 40px}}.feat-card{background:#0f0804cc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,101,0,.14);border-radius:20px;padding:24px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;box-shadow:0 0 16px #ff650014,0 4px 16px #0006}.feat-card:hover{transform:translateY(-4px);box-shadow:0 0 40px #ff650038,0 12px 32px #0000008c;border-color:#ff650052}.feat-icon{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#ff8c00,#ff6500,#ea4700);display:flex;align-items:center;justify-content:center;font-size:18px;margin-bottom:16px;box-shadow:0 0 20px #ff650066}.feat-title{color:#fff;font-weight:700;font-size:15px;margin-bottom:8px}.feat-desc{color:#ffffff8c;font-size:13px;line-height:1.65}.test-card{background:#0f0804cc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,101,0,.14);border-radius:20px;padding:24px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;box-shadow:0 0 16px #ff650014,0 4px 16px #0006}.test-card:hover{transform:translateY(-4px);box-shadow:0 0 40px #ff650038,0 12px 32px #0000008c;border-color:#ff650052}.test-stars{color:#ff6500;font-size:13px;margin-bottom:12px;letter-spacing:1px;text-shadow:0 0 10px rgba(255,101,0,.5)}.test-text{color:#ffffffb3;font-size:13px;line-height:1.65;margin-bottom:16px}.test-name{color:#fff;font-weight:700;font-size:13px}.test-handle{color:#fff6;font-size:11px;margin-top:2px}.cta-section{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:520px;margin:0 auto;gap:20px}.cta-social-proof{display:flex;align-items:center;gap:10px;color:#ffffff73;font-size:12px}.cta-dot{color:#ff650073}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}.reveal.visible{opacity:1;transform:translateY(0)}.footer{padding:28px 24px;border-top:1px solid rgba(255,101,0,.1);box-shadow:0 -1px 24px #ff65000f;background:transparent;text-align:center;color:#ffffff59;font-size:11px;line-height:1.6}.float-card,.buy-chip{display:none}@media (min-width: 768px){.float-card{display:block}.buy-chip{display:flex}}
