:root{
  --bg:#050505;
  --surface:#0e0e0e;
  --surface-2:#141414;
  --text:#fff;
  --muted:#aaa;
  --orange:#ff6a00;
  --orange-2:#ff9b22;
  --gold:#ffc75a;
  --border:rgba(255,255,255,.1);
  --shadow:0 20px 80px rgba(0,0,0,.45);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}a{text-decoration:none;color:inherit}.container{width:min(1160px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:30;background:rgba(5,5,5,.82);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.06)}.header-inner{height:72px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;font-weight:900}.yin-icon{font-size:32px;color:var(--orange);filter:drop-shadow(0 0 12px rgba(255,106,0,.4))}.brand-name{font-size:22px;letter-spacing:-.6px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:12px;font-weight:800;transition:.2s ease;border:1px solid transparent;cursor:pointer}.btn-primary{background:linear-gradient(135deg,var(--orange),var(--orange-2));color:#fff;box-shadow:0 10px 30px rgba(255,106,0,.24)}.btn-primary:hover{transform:translateY(-2px);filter:brightness(1.06)}.btn-small{min-height:42px;padding:0 18px;border-radius:10px}.btn-ghost{border-color:var(--border);background:rgba(255,255,255,.03)}.btn-ghost:hover{background:rgba(255,255,255,.07)}.hero{position:relative;overflow:hidden;min-height:650px;display:flex;align-items:center;background:radial-gradient(circle at 80% 30%,rgba(255,88,0,.14),transparent 30%),linear-gradient(180deg,#090909 0%,#050505 100%)}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center;padding:90px 0}.eyebrow{display:inline-flex;color:var(--orange-2);font-weight:800;text-transform:uppercase;letter-spacing:.16em;font-size:13px}.hero h1{font-size:clamp(46px,7vw,84px);line-height:.93;letter-spacing:-.055em;margin:14px 0 22px;max-width:760px}.hero h1 span{color:var(--orange-2);text-shadow:0 0 35px rgba(255,106,0,.3)}.hero-text{max-width:620px;color:#d7d7d7;font-size:19px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.trust-row{display:flex;gap:28px;margin-top:34px;flex-wrap:wrap}.trust-row div{display:flex;flex-direction:column;min-width:100px}.trust-row b{font-size:18px}.trust-row span{font-size:13px;color:var(--muted)}.hero-art{height:460px;position:relative;display:flex;align-items:center;justify-content:center}.hero-glow{position:absolute;border-radius:999px;filter:blur(30px);opacity:.4}.hero-glow-a{width:240px;height:240px;background:#ff4d00;right:9%;top:8%}.hero-glow-b{width:160px;height:160px;background:#ff9b22;right:30%;bottom:10%;opacity:.25}.ring{position:absolute;border:1px solid rgba(255,142,50,.35);border-radius:50%}.ring-1{width:380px;height:380px}.ring-2{width:300px;height:300px}.hero-card{position:relative;width:min(390px,90%);aspect-ratio:1.05/1;background:linear-gradient(145deg,rgba(255,126,22,.94),rgba(92,22,0,.96) 55%,#140500);border:1px solid rgba(255,182,102,.45);border-radius:32px;padding:34px;box-shadow:0 30px 90px rgba(255,82,0,.23),inset 0 1px rgba(255,255,255,.3);transform:rotate(-3deg);display:flex;flex-direction:column;justify-content:center;text-align:center;overflow:hidden}.hero-card:before{content:"";position:absolute;inset:-50% auto auto -20%;width:130%;height:90%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transform:rotate(-16deg)}.hero-card-kicker{font-weight:900;letter-spacing:.13em;font-size:13px}.hero-card-big{font-size:86px;font-weight:900;line-height:1;margin:5px 0;color:#fff3d0;text-shadow:0 5px 0 rgba(95,24,0,.4)}.hero-card-small{font-weight:900}.chips{display:flex;justify-content:center;gap:12px;margin-top:30px}.chips span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#0f0f0f;border:3px dashed var(--gold);font-weight:900}.section{padding:95px 0}.steps-section{background:#080808}.section-heading{max-width:740px;margin:0 auto 45px;text-align:center}.section-heading h2{font-size:clamp(34px,5vw,54px);margin:8px 0 12px;letter-spacing:-.04em}.section-heading p{color:var(--muted);font-size:17px}.steps-grid,.promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.step-card{position:relative;background:linear-gradient(180deg,#111,#0b0b0b);border:1px solid var(--border);border-radius:22px;padding:34px;min-height:250px;box-shadow:var(--shadow)}.step-number{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,var(--orange),var(--orange-2));font-weight:900;font-size:22px;margin-bottom:28px}.step-card h3,.promo-card h3{font-size:22px;margin:0 0 12px}.step-card p{color:var(--muted);margin:0}.center-cta{text-align:center;margin-top:38px}.promos-section{background:linear-gradient(180deg,#050505,#0a0a0a)}.promo-card{border:1px solid var(--border);border-radius:24px;padding:30px;min-height:330px;display:flex;flex-direction:column;overflow:hidden;position:relative}.promo-card:before{content:"";position:absolute;width:190px;height:190px;border-radius:50%;right:-60px;top:-70px;background:radial-gradient(circle,rgba(255,115,0,.34),transparent 65%)}.promo-welcome{background:linear-gradient(155deg,#19110a,#0d0d0d 60%)}.promo-sports{background:linear-gradient(155deg,#1e0c03,#0d0d0d 60%)}.promo-tuesday{background:linear-gradient(155deg,#201307,#0d0d0d 60%)}.promo-tag{width:max-content;padding:7px 10px;border-radius:999px;background:rgba(255,133,31,.12);border:1px solid rgba(255,133,31,.25);color:var(--orange-2);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.promo-card h3{margin-top:22px}.promo-main{font-size:28px;font-weight:900;margin-top:16px;line-height:1.05}.promo-amount{color:#d2d2d2;margin:8px 0 28px}.promo-card .btn{margin-top:auto;width:100%}.footer{padding:58px 0 34px;border-top:1px solid var(--border);background:#030303}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:20px}.server-status{font-size:13px;color:#aaa}.dot{display:inline-block;width:8px;height:8px;background:#29d17d;border-radius:50%;margin-right:7px;box-shadow:0 0 10px rgba(41,209,125,.5)}.footer-links{display:flex;flex-wrap:wrap;gap:16px 24px;padding:30px 0;border-bottom:1px solid var(--border)}.footer-links a{font-size:13px;color:#bdbdbd}.footer-links a:hover{color:#fff}.responsible{display:flex;gap:16px;align-items:flex-start;margin-top:28px}.age{flex:0 0 auto;width:54px;height:54px;border:2px solid #fff;border-radius:50%;display:grid;place-items:center;font-weight:900}.responsible p,.legal,.copyright{font-size:12px;color:#777}.legal{margin-top:24px}.copyright{margin-top:14px}.cookie-banner{position:fixed;z-index:50;left:50%;bottom:18px;transform:translateX(-50%);width:min(880px,calc(100% - 30px));background:rgba(20,20,20,.96);border:1px solid var(--border);box-shadow:0 18px 60px rgba(0,0,0,.55);border-radius:16px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:20px}.cookie-banner p{margin:0;color:#bbb;font-size:13px}.cookie-banner.hidden{display:none}
@media(max-width:860px){.hero{min-height:auto}.hero-grid{grid-template-columns:1fr;padding:72px 0 56px}.hero-art{height:360px}.steps-grid,.promo-grid{grid-template-columns:1fr}.section{padding:70px 0}.step-card,.promo-card{min-height:auto}.hero h1{max-width:650px}.footer-top{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.container{width:min(100% - 28px,1160px)}.site-header .brand-name{font-size:18px}.hero-grid{padding-top:55px;gap:36px}.hero h1{font-size:48px}.hero-text{font-size:16px}.hero-actions .btn{width:100%}.trust-row{gap:16px}.hero-art{height:310px}.hero-card{padding:24px}.hero-card-big{font-size:66px}.section-heading{text-align:left}.section-heading h2{font-size:36px}.cookie-banner{flex-direction:column;align-items:stretch}.cookie-banner .btn{width:100%}}
