/* ============================================================
   1WIN APK — BGAMING.COM STYLE • POLISHED v2
   Палитра: deep purple-black (#12081F) + bgaming yellow (#FFD43B)
   Акценты: violet (#6C1FD6), amber (#FF8A00), cyan (#22D3EE)
   Шрифт: Space Grotesk (геометричный sans-serif) + Inter
   ============================================================ */

/* ---------- RESET ---------- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;background:#0A0410}
body{
  font-family:'Space Grotesk','Inter','Segoe UI',-apple-system,BlinkMacSystemFont,sans-serif;
  background:#12081F;
  color:#F5F1FF;
  line-height:1.65;
  font-size:16px;
  min-height:100vh;
  overflow-x:hidden;
  position:relative;
  font-feature-settings:'cv11','ss01';
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

/* ---------- ANIMATED BACKGROUND LAYERS ---------- */
/* Layer 1: large radial glow corners */
body::before{
  content:"";position:fixed;inset:-10%;pointer-events:none;z-index:0;
  background-image:
    radial-gradient(ellipse 60% 50% at 88% 6%, rgba(108,31,214,.45) 0%, transparent 55%),
    radial-gradient(ellipse 55% 45% at 8% 94%, rgba(255,138,0,.32) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 50% 50%, rgba(255,212,59,.07) 0%, transparent 70%),
    radial-gradient(ellipse 40% 30% at 92% 80%, rgba(34,211,238,.15) 0%, transparent 60%);
  animation:bg-drift 30s ease-in-out infinite alternate;
}
@keyframes bg-drift{
  0%{transform:translate(0,0) scale(1)}
  50%{transform:translate(-2%,1%) scale(1.05)}
  100%{transform:translate(1%,-1%) scale(1.02)}
}

/* Layer 2: SVG noise/graffiti texture overlay */
body::after{
  content:"";position:fixed;inset:0;pointer-events:none;z-index:0;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500'%3E%3Cdefs%3E%3Cpattern id='g' width='500' height='500' patternUnits='userSpaceOnUse'%3E%3Cpath d='M50 200 Q 150 100 280 220 T 480 200' stroke='%23FFD43B' stroke-width='1.5' fill='none' opacity='0.07'/%3E%3Cpath d='M0 100 L 120 180 L 60 320 Z' stroke='%236C1FD6' stroke-width='1.2' fill='none' opacity='0.1'/%3E%3Ccircle cx='400' cy='120' r='60' stroke='%23FF8A00' stroke-width='1' fill='none' opacity='0.06'/%3E%3Ccircle cx='100' cy='420' r='30' stroke='%2322D3EE' stroke-width='1' fill='none' opacity='0.08'/%3E%3Crect x='340' y='340' width='80' height='80' stroke='%23FFD43B' stroke-width='1' fill='none' opacity='0.05' transform='rotate(25 380 380)'/%3E%3Ctext x='80' y='430' font-family='Arial Black' font-size='90' fill='%23FFD43B' opacity='0.025'%3E1WIN%3C/text%3E%3C/pattern%3E%3C/defs%3E%3Crect width='500' height='500' fill='url(%23g)'/%3E%3C/svg%3E");
  opacity:.75;mix-blend-mode:screen;
}

/* Floating decorative orbs (positioned in HTML or via ::before on .hero) */
.floating-orbs{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:1}
.floating-orbs span{
  position:absolute;border-radius:50%;
  filter:blur(40px);opacity:.6;
  animation:float-orb 12s ease-in-out infinite;
}
.floating-orbs span:nth-child(1){width:280px;height:280px;background:radial-gradient(circle,#6C1FD6,transparent 70%);top:-50px;left:-80px;animation-delay:0s}
.floating-orbs span:nth-child(2){width:200px;height:200px;background:radial-gradient(circle,#FFD43B,transparent 70%);top:30%;right:-60px;animation-delay:3s;opacity:.4}
.floating-orbs span:nth-child(3){width:240px;height:240px;background:radial-gradient(circle,#FF8A00,transparent 70%);bottom:-80px;left:40%;animation-delay:6s;opacity:.5}
.floating-orbs span:nth-child(4){width:160px;height:160px;background:radial-gradient(circle,#22D3EE,transparent 70%);top:55%;left:20%;animation-delay:9s;opacity:.35}
@keyframes float-orb{
  0%,100%{transform:translate(0,0) scale(1)}
  33%{transform:translate(30px,-40px) scale(1.1)}
  66%{transform:translate(-25px,30px) scale(.95)}
}

img{max-width:100%;height:auto;display:block}
a{color:#FFD43B;text-decoration:none;transition:color .25s, transform .25s}
a:hover{color:#fff}

/* main content above overlays */
.header,.hero,.section,.footer,.breadcrumbs,nav,main{position:relative;z-index:2}

/* ---------- SCROLL REVEAL ANIMATIONS ---------- */
.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease-out,transform .7s ease-out}
.reveal.in{opacity:1;transform:translateY(0)}
.reveal-delay-1{transition-delay:.1s}
.reveal-delay-2{transition-delay:.2s}
.reveal-delay-3{transition-delay:.3s}

/* ---------- HEADER ---------- */
.header{
  background:rgba(10,4,16,.78);
  backdrop-filter:blur(16px) saturate(180%);
  -webkit-backdrop-filter:blur(16px) saturate(180%);
  border-bottom:1px solid rgba(255,212,59,.14);
  position:sticky;top:0;z-index:100;
  box-shadow:0 1px 0 rgba(255,255,255,.04),0 12px 40px -20px rgba(108,31,214,.5);
}
.header-inner{
  max-width:1320px;margin:0 auto;
  padding:16px 32px;
  display:flex;align-items:center;justify-content:space-between;gap:24px;
}

.logo{display:flex;align-items:center;gap:12px;text-decoration:none;transition:transform .25s}
.logo:hover{transform:scale(1.04)}
.logo img{height:36px;width:auto;filter:drop-shadow(0 0 12px rgba(255,212,59,.4))}
.logo-text{
  font-weight:900;font-size:22px;color:#fff;
  letter-spacing:.08em;text-transform:uppercase;
  font-family:'Space Grotesk',sans-serif;
}

.nav{display:flex;align-items:center;gap:4px}
.nav a{
  color:#C4B8DB;font-weight:600;font-size:13px;
  text-transform:uppercase;letter-spacing:.1em;
  padding:10px 16px;border-radius:0;
  transition:all .25s;position:relative;
}
.nav a::after{
  content:"";position:absolute;left:50%;bottom:4px;
  width:0;height:2px;background:linear-gradient(90deg,#FFD43B,#FF8A00);
  transform:translateX(-50%);transition:width .3s cubic-bezier(.2,.7,.3,1);
  box-shadow:0 0 12px rgba(255,212,59,.6);
}
.nav a:hover{color:#fff}
.nav a:hover::after,.nav a.active::after{width:70%}
.nav a.active{color:#FFD43B}

.header-actions{display:flex;gap:10px;align-items:center}

/* ---------- BUTTONS ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:14px 28px;border-radius:999px;
  font-family:'Space Grotesk',sans-serif;
  font-weight:700;font-size:14px;
  letter-spacing:.06em;text-transform:uppercase;
  border:none;cursor:pointer;transition:all .3s cubic-bezier(.2,.7,.3,1);
  text-align:center;white-space:nowrap;
  position:relative;overflow:hidden;
  isolation:isolate;
}
.btn::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.4) 50%,transparent 70%);
  transform:translateX(-120%);transition:transform .7s;
  z-index:-1;
}
.btn:hover::after{transform:translateX(120%)}

.btn-mirror{
  background:transparent;color:#FFD43B;
  border:1.5px solid rgba(255,212,59,.5);
}
.btn-mirror:hover{
  background:rgba(255,212,59,.1);
  border-color:#FFD43B;color:#fff;
  box-shadow:0 0 0 4px rgba(255,212,59,.12),0 8px 24px -8px rgba(255,212,59,.4);
}

.btn-login,.btn-primary{
  background:linear-gradient(135deg,#FFD43B 0%,#FFB800 100%);
  color:#12081F;font-weight:800;
  box-shadow:0 6px 20px -4px rgba(255,212,59,.55),0 0 0 1px rgba(255,255,255,.1) inset;
}
.btn-login:hover,.btn-primary:hover{
  background:linear-gradient(135deg,#FFE066 0%,#FFD43B 100%);
  transform:translateY(-2px);
  box-shadow:0 10px 28px -6px rgba(255,212,59,.65),0 0 0 1px rgba(255,255,255,.2) inset;
  color:#000;
}
.btn-large{padding:18px 40px;font-size:15px}
.btn-block{display:flex;width:100%}

/* Burger menu (mobile) */
.burger{
  display:none;background:transparent;border:1.5px solid rgba(255,212,59,.4);
  color:#FFD43B;font-size:22px;width:44px;height:44px;border-radius:10px;
  cursor:pointer;transition:all .2s;
}
.burger:hover{background:rgba(255,212,59,.1);border-color:#FFD43B}

.nav-mobile{
  display:none;flex-direction:column;gap:0;
  padding:20px 32px;
  background:rgba(10,4,16,.95);
  backdrop-filter:blur(16px);
  border-top:1px solid rgba(255,212,59,.1);
}
.nav-mobile a{
  color:#C4B8DB;font-weight:600;font-size:14px;
  padding:14px 8px;border-bottom:1px solid rgba(255,255,255,.06);
  text-transform:uppercase;letter-spacing:.08em;
}
.nav-mobile a:last-child{border:none}
.nav-mobile a:hover{color:#FFD43B}
.nav-mobile-login{
  background:linear-gradient(135deg,#FFD43B,#FFB800);
  color:#12081F!important;text-align:center;border-radius:12px;
  margin-top:12px;font-weight:800;
}

/* ---------- HERO ---------- */
.hero{
  position:relative;padding:90px 32px 100px;text-align:center;overflow:hidden;
}
.hero-inner{max-width:1100px;margin:0 auto;position:relative;z-index:3}

/* Decorative corner gems */
.hero::before{
  content:"";position:absolute;top:8%;right:6%;
  width:120px;height:120px;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpolygon points='50,5 90,30 90,70 50,95 10,70 10,30' fill='none' stroke='%23FFD43B' stroke-width='2' opacity='0.4'/%3E%3Cpolygon points='50,15 80,32 80,68 50,85 20,68 20,32' fill='none' stroke='%23FF8A00' stroke-width='1.5' opacity='0.5'/%3E%3Ccircle cx='50' cy='50' r='4' fill='%23FFD43B'/%3E%3C/svg%3E") no-repeat center/contain;
  animation:spin-slow 20s linear infinite;
  pointer-events:none;
  filter:drop-shadow(0 0 20px rgba(255,212,59,.5));
}
.hero::after{
  content:"";position:absolute;bottom:12%;left:5%;
  width:90px;height:90px;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50 10 L70 40 L50 70 L30 40 Z' fill='none' stroke='%236C1FD6' stroke-width='2'/%3E%3Cpath d='M50 25 L60 40 L50 55 L40 40 Z' fill='%236C1FD6' opacity='0.6'/%3E%3C/svg%3E") no-repeat center/contain;
  animation:spin-slow 25s linear infinite reverse;
  pointer-events:none;
  filter:drop-shadow(0 0 20px rgba(108,31,214,.6));
}
@keyframes spin-slow{from{transform:rotate(0)}to{transform:rotate(360deg)}}

.hero-tag{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 18px;border-radius:999px;
  background:rgba(255,212,59,.1);
  border:1px solid rgba(255,212,59,.3);
  color:#FFD43B;font-size:12px;font-weight:700;
  text-transform:uppercase;letter-spacing:.12em;
  margin-bottom:24px;
  backdrop-filter:blur(8px);
}
.hero-tag::before{
  content:"";width:6px;height:6px;border-radius:50%;background:#FFD43B;
  box-shadow:0 0 12px #FFD43B;animation:pulse 2s ease-in-out infinite;
}
@keyframes pulse{50%{opacity:.4;transform:scale(.8)}}

.hero h1{
  font-family:'Space Grotesk',sans-serif;
  font-size:clamp(36px,6.5vw,76px);
  line-height:1.05;font-weight:700;
  letter-spacing:-.03em;
  margin-bottom:24px;
  color:#fff;
  text-shadow:0 4px 40px rgba(108,31,214,.4);
}
.hero h1 .accent,.hero h1 span.yellow,.hero h1 > span:not(.hero-tag){
  color:#FFD43B;
  background:linear-gradient(135deg,#FFD43B 0%,#FFB800 50%,#FF8A00 100%);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
  filter:drop-shadow(0 0 30px rgba(255,212,59,.4));
}

/* Legacy classes used in pages */
.promo-badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:9px 20px;border-radius:999px;
  background:linear-gradient(135deg,rgba(255,212,59,.18),rgba(255,138,0,.12));
  border:1px solid rgba(255,212,59,.4);
  color:#FFD43B;font-size:12px;font-weight:700;
  text-transform:uppercase;letter-spacing:.12em;
  margin-bottom:24px;
  backdrop-filter:blur(8px);
  box-shadow:0 8px 24px -8px rgba(255,212,59,.3);
}
.promo-badge::before{
  content:"";width:6px;height:6px;border-radius:50%;background:#FFD43B;
  box-shadow:0 0 12px #FFD43B;animation:pulse 2s ease-in-out infinite;
}
.hero-buttons{
  display:flex;justify-content:center;gap:14px;flex-wrap:wrap;
  margin:30px 0 40px;
}
.hero p,.hero .lead{
  font-size:clamp(15px,1.8vw,19px);color:#C4B8DB;
  max-width:740px;margin:0 auto 36px;line-height:1.7;
}

.hero-actions{
  display:flex;justify-content:center;gap:14px;flex-wrap:wrap;
  margin-bottom:50px;
}

.hero-stats{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:0;
  max-width:920px;margin:0 auto;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,212,59,.12);
  border-radius:24px;
  backdrop-filter:blur(12px);
  overflow:hidden;
  box-shadow:0 20px 60px -20px rgba(108,31,214,.5);
}
.hero-stat{padding:28px 20px;text-align:center;border-right:1px solid rgba(255,255,255,.06);transition:background .25s}
.hero-stat:last-child{border-right:none}
.hero-stat:hover{background:rgba(255,212,59,.04)}
.hero-stat-value{
  font-size:34px;font-weight:700;color:#FFD43B;
  font-family:'Space Grotesk',sans-serif;letter-spacing:-.02em;
  display:block;margin-bottom:4px;
  text-shadow:0 0 24px rgba(255,212,59,.4);
}
.hero-stat-label{font-size:11px;color:#A89BC8;text-transform:uppercase;letter-spacing:.14em;font-weight:600}

/* ---------- BREADCRUMBS ---------- */
.breadcrumbs{
  max-width:1320px;margin:0 auto;padding:24px 32px 0;
  font-size:13px;color:#8A7BAE;
}
.breadcrumbs a{color:#C4B8DB;border-bottom:1px dotted rgba(196,184,219,.3);padding-bottom:1px;transition:all .2s}
.breadcrumbs a:hover{color:#FFD43B;border-bottom-color:#FFD43B}
.breadcrumbs span{margin:0 8px;color:#5C4D7A}

/* ---------- SECTIONS ---------- */
.section{
  max-width:1280px;margin:0 auto;
  padding:60px 32px;
}
.section-tag{
  display:inline-flex;align-items:center;gap:8px;
  padding:6px 14px;border-radius:999px;
  background:rgba(108,31,214,.18);
  border:1px solid rgba(108,31,214,.4);
  color:#C7B6F3;font-size:11px;font-weight:700;
  text-transform:uppercase;letter-spacing:.14em;
  margin-bottom:18px;
}
.section-tag::before{
  content:"";width:6px;height:6px;border-radius:50%;background:#C7B6F3;
}

.section h2{
  font-family:'Space Grotesk',sans-serif;
  font-size:clamp(28px,3.6vw,44px);
  line-height:1.15;font-weight:700;letter-spacing:-.02em;
  margin-bottom:20px;color:#fff;
}
.section h2 .accent{
  background:linear-gradient(135deg,#FFD43B,#FF8A00);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
.section h3{
  font-family:'Space Grotesk',sans-serif;
  font-size:clamp(22px,2.4vw,28px);
  font-weight:700;letter-spacing:-.015em;
  margin:36px 0 16px;color:#fff;
  position:relative;padding-left:18px;
}
.section h3::before{
  content:"";position:absolute;left:0;top:.35em;bottom:.35em;width:4px;
  background:linear-gradient(180deg,#FFD43B,#FF8A00);
  border-radius:4px;
  box-shadow:0 0 12px rgba(255,212,59,.5);
}
.section h4{
  font-family:'Space Grotesk',sans-serif;
  font-size:18px;font-weight:600;
  margin:24px 0 12px;color:#fff;
}
.section p{color:#D6CDED;font-size:16px;line-height:1.8;margin-bottom:14px}
.section p strong{color:#fff;font-weight:600}

/* Decorative divider between sections */
.section-divider{
  max-width:1280px;margin:0 auto;padding:0 32px;
  height:60px;position:relative;display:flex;align-items:center;justify-content:center;
}
.section-divider::before{
  content:"";flex:1;height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,212,59,.3),transparent);
}
.section-divider::after{
  content:"◆";color:#FFD43B;font-size:14px;padding:0 18px;opacity:.6;
}

/* ---------- LISTS ---------- */
.section ul,.section ol{margin:14px 0 24px;padding-left:0;list-style:none}
.section ul li,.section ol li{
  position:relative;padding:8px 0 8px 32px;
  color:#D6CDED;line-height:1.7;
}
.section ul li::before{
  content:"";position:absolute;left:6px;top:18px;
  width:8px;height:8px;border-radius:2px;
  background:linear-gradient(135deg,#FFD43B,#FF8A00);
  transform:rotate(45deg);
  box-shadow:0 0 8px rgba(255,212,59,.5);
}
.section ol{counter-reset:olc}
.section ol li{counter-increment:olc}
.section ol li::before{
  content:counter(olc);position:absolute;left:0;top:7px;
  width:24px;height:24px;border-radius:50%;
  background:linear-gradient(135deg,#FFD43B,#FF8A00);
  color:#12081F;font-weight:800;font-size:12px;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 12px -2px rgba(255,212,59,.5);
}

/* Numbered steps list */
.steps-list{counter-reset:step;display:grid;gap:18px;margin:30px 0}
.steps-list li{
  list-style:none;padding:28px 28px 28px 90px;
  background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,212,59,.02));
  border:1px solid rgba(255,212,59,.12);
  border-radius:18px;
  position:relative;counter-increment:step;
  transition:all .3s cubic-bezier(.2,.7,.3,1);
  overflow:hidden;
}
.steps-list li::before{
  content:counter(step,decimal-leading-zero);
  position:absolute;left:24px;top:50%;transform:translateY(-50%);
  font-family:'Space Grotesk',sans-serif;
  font-size:48px;font-weight:700;
  background:linear-gradient(135deg,#FFD43B,#FF8A00);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
  filter:drop-shadow(0 0 16px rgba(255,212,59,.4));
  line-height:1;
}
.steps-list li::after{
  content:"";position:absolute;top:0;right:0;width:80px;height:100%;
  background:radial-gradient(circle at right,rgba(255,212,59,.05),transparent 70%);
  pointer-events:none;
}
.steps-list li:hover{
  border-color:rgba(255,212,59,.3);
  transform:translateX(4px);
  box-shadow:0 12px 40px -12px rgba(255,212,59,.25);
}
.steps-list li strong{color:#fff;display:block;margin-bottom:6px;font-size:17px}

/* ---------- CONTENT CARD / TOC ---------- */
.content-card,.toc{
  background:linear-gradient(135deg,rgba(255,255,255,.04) 0%,rgba(108,31,214,.06) 100%);
  border:1px solid rgba(255,212,59,.14);
  border-radius:20px;
  padding:28px 32px;
  margin:30px 0;
  position:relative;
  backdrop-filter:blur(6px);
  box-shadow:0 12px 40px -16px rgba(108,31,214,.4);
}
.content-card::before{
  content:"";position:absolute;top:-1px;left:24px;right:24px;height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,212,59,.5),transparent);
}
.toc-title{
  font-weight:700;font-size:13px;color:#FFD43B;
  text-transform:uppercase;letter-spacing:.14em;margin-bottom:14px;
  display:flex;align-items:center;gap:10px;
}
.toc-title::before{content:"☰";font-size:18px}
.toc ul,.content-card ul{margin:0;padding:0}
.toc li,.content-card ul li{padding:5px 0 5px 22px;font-size:14px;list-style:none;position:relative}
.toc li::before{
  content:"→";position:absolute;left:0;top:5px;color:#FFD43B;
  background:none;width:auto;height:auto;border-radius:0;transform:none;box-shadow:none;
  font-weight:700;
}
.toc a{color:#D6CDED;border-bottom:1px solid transparent;transition:all .2s;padding-bottom:1px}
.toc a:hover{color:#FFD43B;border-bottom-color:#FFD43B}

/* ---------- AUTHOR META ---------- */
.author-meta{
  display:flex;align-items:center;gap:18px;flex-wrap:wrap;
  padding:18px 22px;
  background:linear-gradient(135deg,rgba(255,255,255,.03),rgba(108,31,214,.08));
  border:1px solid rgba(255,255,255,.08);
  border-left:4px solid #FFD43B;
  border-radius:14px;
  margin:24px 0 30px;
  font-size:13px;
  backdrop-filter:blur(6px);
}
.author-meta .avatar{
  width:48px;height:48px;border-radius:50%;
  background:linear-gradient(135deg,#FFD43B,#FF8A00);
  display:flex;align-items:center;justify-content:center;
  font-weight:800;color:#12081F;font-size:18px;
  box-shadow:0 6px 18px -4px rgba(255,212,59,.5);
  flex-shrink:0;
}
.author-meta .author-info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:200px}
.author-meta .author-name{font-weight:700;color:#fff;font-size:14px}
.author-meta .author-role{color:#A89BC8;font-size:12px}
.author-meta .meta-dates{
  display:flex;gap:18px;color:#A89BC8;font-size:12px;flex-wrap:wrap;
}
.author-meta .meta-dates b{color:#FFD43B;font-weight:600}

/* ---------- TEST BOX ---------- */
.test-box{
  background:linear-gradient(135deg,rgba(108,31,214,.18) 0%,rgba(255,138,0,.08) 100%);
  border:1px solid rgba(108,31,214,.45);
  border-radius:20px;
  padding:28px 32px;
  margin:30px 0;
  position:relative;
  overflow:hidden;
}
.test-box::before{
  content:"";position:absolute;top:0;left:0;width:100%;height:3px;
  background:linear-gradient(90deg,#FFD43B,#FF8A00,#6C1FD6);
}
.test-box::after{
  content:"🧪";position:absolute;top:18px;right:22px;font-size:36px;opacity:.4;
}
.test-box-title{
  font-weight:700;color:#FFD43B;font-size:13px;
  text-transform:uppercase;letter-spacing:.14em;margin-bottom:14px;
  display:flex;align-items:center;gap:10px;
}
.test-box-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-top:12px}
.test-box-grid > div{
  padding:14px 16px;background:rgba(0,0,0,.25);
  border:1px solid rgba(255,255,255,.06);
  border-radius:12px;font-size:13px;color:#D6CDED;
  transition:all .25s;
}
.test-box-grid > div:hover{border-color:rgba(255,212,59,.3);transform:translateY(-2px)}
.test-box-grid b{color:#FFD43B;display:block;font-size:18px;margin-bottom:4px;font-family:'Space Grotesk'}

/* ---------- EXPERT QUOTE ---------- */
.expert-quote{
  position:relative;
  background:linear-gradient(135deg,rgba(255,212,59,.06),rgba(108,31,214,.1));
  border-left:5px solid #FFD43B;
  border-radius:0 18px 18px 0;
  padding:28px 32px 28px 70px;
  margin:32px 0;
  font-size:17px;font-style:italic;
  color:#E8DFFF;line-height:1.7;
}
.expert-quote::before{
  content:"❝";position:absolute;left:18px;top:14px;
  font-size:64px;color:#FFD43B;
  font-family:Georgia,serif;line-height:1;
  text-shadow:0 0 24px rgba(255,212,59,.4);
}
.expert-quote cite{
  display:block;margin-top:12px;font-size:13px;font-style:normal;
  color:#A89BC8;font-weight:600;text-transform:uppercase;letter-spacing:.1em;
}
.expert-quote cite::before{content:"— "}

/* ---------- INFO BOXES ---------- */
.info-box,.warning-box,.success-box{
  padding:22px 26px;border-radius:16px;margin:24px 0;
  border-left:4px solid;position:relative;
  backdrop-filter:blur(6px);
  transition:transform .25s;
}
.info-box:hover,.warning-box:hover,.success-box:hover{transform:translateY(-2px)}
.info-box{background:linear-gradient(135deg,rgba(34,211,238,.08),rgba(108,31,214,.06));border-color:#22D3EE}
.warning-box{background:linear-gradient(135deg,rgba(255,138,0,.1),rgba(255,212,59,.04));border-color:#FF8A00}
.success-box{background:linear-gradient(135deg,rgba(74,222,128,.08),rgba(255,212,59,.04));border-color:#4ADE80}
.info-box strong,.warning-box strong,.success-box strong{color:#fff;font-weight:700}

/* ---------- GAMES ROW (glossy 3D tiles) ---------- */
.games-row{
  display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));
  gap:16px;margin:30px 0;
}
.game-card{
  position:relative;aspect-ratio:1/1.15;
  background:linear-gradient(135deg,#1F0F33 0%,#2A1547 100%);
  border-radius:18px;overflow:hidden;
  border:1px solid rgba(255,255,255,.06);
  cursor:pointer;
  transition:all .35s cubic-bezier(.2,.7,.3,1);
  box-shadow:0 8px 24px -8px rgba(0,0,0,.5);
}
.game-card::before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(160deg,
    rgba(255,255,255,.12) 0%,
    transparent 30%,
    transparent 70%,
    rgba(0,0,0,.3) 100%);
  z-index:1;
}
.game-card::after{
  content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);
  z-index:2;transition:left .6s;
}
.game-card:hover{
  transform:translateY(-6px) scale(1.03);
  box-shadow:0 20px 50px -10px rgba(108,31,214,.6),
             0 0 0 1px rgba(255,212,59,.3);
}
.game-card:hover::after{left:150%}
.game-card .game-icon{
  position:absolute;top:50%;left:50%;transform:translate(-50%,-60%);
  font-size:54px;z-index:1;
  filter:drop-shadow(0 8px 16px rgba(0,0,0,.4));
}
.game-card .game-name{
  position:absolute;bottom:0;left:0;right:0;z-index:2;
  padding:14px 12px 14px;text-align:center;
  background:linear-gradient(180deg,transparent,rgba(0,0,0,.7));
  color:#fff;font-weight:700;font-size:13px;
  text-transform:uppercase;letter-spacing:.08em;
}
.game-card .game-badge{
  position:absolute;top:10px;right:10px;z-index:3;
  padding:4px 10px;border-radius:6px;
  background:linear-gradient(135deg,#FFD43B,#FF8A00);
  color:#12081F;font-weight:800;font-size:10px;
  text-transform:uppercase;letter-spacing:.08em;
  box-shadow:0 4px 12px -2px rgba(255,212,59,.5);
}
.game-card.style-purple{background:linear-gradient(135deg,#3D1F66,#1F0F33)}
.game-card.style-amber{background:linear-gradient(135deg,#5C2F00,#2A1547)}
.game-card.style-cyan{background:linear-gradient(135deg,#0F4D5C,#1F0F33)}
.game-card.style-pink{background:linear-gradient(135deg,#5C0F3D,#2A1547)}

/* ---------- COMPARISON TABLE ---------- */
.comparison-table{
  width:100%;margin:30px 0;border-collapse:separate;border-spacing:0;
  background:rgba(255,255,255,.02);
  border:1px solid rgba(255,212,59,.12);
  border-radius:16px;overflow:hidden;
  backdrop-filter:blur(6px);
}
.comparison-table th,.comparison-table td{
  padding:16px 18px;text-align:left;
  border-bottom:1px solid rgba(255,255,255,.06);
  color:#D6CDED;font-size:14px;
}
.comparison-table th{
  background:linear-gradient(135deg,rgba(108,31,214,.25),rgba(255,212,59,.05));
  color:#FFD43B;font-weight:700;
  font-size:12px;text-transform:uppercase;letter-spacing:.1em;
}
.comparison-table tr:last-child td{border-bottom:none}
.comparison-table tr:hover td{background:rgba(255,212,59,.03)}
.comparison-table td:first-child{font-weight:600;color:#fff}

/* ---------- CONS / FEATURES GRID ---------- */
.cons-grid,.features-grid{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:18px;margin:30px 0;
}
.cons-grid > div,.features-grid > div,.feature-card{
  padding:24px 22px;
  background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(108,31,214,.06));
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  transition:all .3s cubic-bezier(.2,.7,.3,1);
  position:relative;overflow:hidden;
}
.cons-grid > div::before,.features-grid > div::before,.feature-card::before{
  content:"";position:absolute;top:0;left:0;right:0;height:2px;
  background:linear-gradient(90deg,#FFD43B,#FF8A00);
  transform:scaleX(0);transform-origin:left;transition:transform .35s;
}
.cons-grid > div:hover,.features-grid > div:hover,.feature-card:hover{
  border-color:rgba(255,212,59,.3);
  transform:translateY(-4px);
  box-shadow:0 16px 40px -16px rgba(255,212,59,.25);
}
.cons-grid > div:hover::before,.features-grid > div:hover::before,.feature-card:hover::before{transform:scaleX(1)}
.cons-grid > div strong,.features-grid > div strong,.feature-card strong{color:#FFD43B;display:block;margin-bottom:8px;font-size:15px}

/* ---------- FAQ ---------- */
.faq-list{margin:30px 0;display:flex;flex-direction:column;gap:12px}
.faq-item{
  background:linear-gradient(135deg,rgba(255,255,255,.03),rgba(108,31,214,.04));
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  overflow:hidden;
  transition:all .3s;
}
.faq-item:hover{border-color:rgba(255,212,59,.25)}
.faq-item.open{
  border-color:rgba(255,212,59,.35);
  background:linear-gradient(135deg,rgba(255,212,59,.06),rgba(108,31,214,.08));
  box-shadow:0 8px 30px -12px rgba(255,212,59,.25);
}
.faq-question{
  padding:20px 26px;cursor:pointer;
  display:flex;justify-content:space-between;align-items:center;gap:18px;
  font-weight:600;color:#fff;font-size:16px;
  user-select:none;transition:all .25s;
}
.faq-question:hover{color:#FFD43B}
.faq-question::after{
  content:"+";font-size:24px;color:#FFD43B;font-weight:300;
  width:34px;height:34px;border-radius:50%;
  background:rgba(255,212,59,.1);
  border:1px solid rgba(255,212,59,.2);
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;transition:all .35s cubic-bezier(.2,.7,.3,1);
  line-height:1;
}
.faq-item.open .faq-question::after{
  content:"×";transform:rotate(180deg);
  background:linear-gradient(135deg,#FFD43B,#FF8A00);color:#12081F;font-weight:700;
  box-shadow:0 4px 12px -2px rgba(255,212,59,.5);
}
.faq-answer{
  padding:0 26px;max-height:0;overflow:hidden;
  transition:max-height .4s ease,padding .4s ease;
  color:#D6CDED;font-size:15px;line-height:1.75;
}
.faq-item.open .faq-answer{padding:0 26px 22px;max-height:600px}
.faq-answer p{margin-bottom:10px;color:#D6CDED}
.faq-answer p:last-child{margin-bottom:0}

/* ---------- CTA BLOCK ---------- */
.cta-block{
  position:relative;
  background:linear-gradient(135deg,#1F0F33 0%,#3D1F66 50%,#1F0F33 100%);
  border:1px solid rgba(255,212,59,.2);
  border-radius:28px;
  padding:50px 40px;text-align:center;
  margin:50px auto;max-width:1100px;
  overflow:hidden;
  box-shadow:0 30px 80px -30px rgba(108,31,214,.6);
}
.cta-block::before{
  content:"";position:absolute;top:-50%;left:-20%;width:140%;height:200%;
  background:radial-gradient(ellipse at center,rgba(255,212,59,.15),transparent 50%);
  animation:cta-glow 8s ease-in-out infinite alternate;
}
@keyframes cta-glow{from{transform:translate(0,0)}to{transform:translate(5%,-5%)}}
.cta-block > *{position:relative;z-index:2}
.cta-block h2{
  font-size:clamp(28px,4vw,42px);color:#fff;margin-bottom:14px;
}
.cta-block p{color:#D6CDED;margin-bottom:28px;font-size:17px;max-width:700px;margin-left:auto;margin-right:auto}
.cta-block .btn{font-size:16px;padding:18px 44px}

/* ---------- PROMO CODE BOX ---------- */
.promo-code-box{
  position:relative;
  background:linear-gradient(135deg,#1F0F33,#12081F);
  border:2px solid transparent;
  background-clip:padding-box;
  border-radius:22px;
  padding:36px 32px;text-align:center;
  margin:30px 0;
  overflow:hidden;
}
.promo-code-box::before{
  content:"";position:absolute;inset:-2px;z-index:-1;
  background:linear-gradient(135deg,#FFD43B,#FF8A00,#6C1FD6,#FFD43B);
  background-size:300% 300%;
  border-radius:22px;
  animation:promo-border 6s linear infinite;
}
@keyframes promo-border{0%{background-position:0% 0%}50%{background-position:100% 100%}100%{background-position:0% 0%}}
.promo-code-box .promo-label{
  font-size:12px;color:#A89BC8;
  text-transform:uppercase;letter-spacing:.18em;margin-bottom:12px;font-weight:600;
}
.promo-code-box .promo-code{
  font-family:'Space Grotesk',sans-serif;
  font-size:clamp(36px,6vw,56px);font-weight:700;letter-spacing:.1em;
  background:linear-gradient(135deg,#FFD43B,#FF8A00);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
  margin-bottom:14px;display:block;
  filter:drop-shadow(0 0 24px rgba(255,212,59,.4));
}
.promo-code-box .promo-desc{color:#D6CDED;margin-bottom:22px;font-size:15px}

/* ---------- RELATED LINKS ---------- */
.related-links{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:18px;margin:40px 0;
}
.related-links a{
  display:block;padding:24px 26px;
  background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(108,31,214,.08));
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;color:#fff;
  transition:all .3s cubic-bezier(.2,.7,.3,1);
  position:relative;overflow:hidden;
}
.related-links a::before{
  content:"→";position:absolute;right:20px;top:50%;transform:translateY(-50%);
  color:#FFD43B;font-size:24px;font-weight:700;
  transition:transform .3s;
}
.related-links a:hover{
  border-color:#FFD43B;color:#FFD43B;
  transform:translateY(-3px);
  box-shadow:0 14px 36px -14px rgba(255,212,59,.3);
}
.related-links a:hover::before{transform:translate(6px,-50%)}
.related-links a strong{display:block;font-size:17px;margin-bottom:6px;font-weight:700;color:inherit}
.related-links a span{font-size:13px;color:#A89BC8}

/* ---------- DIVIDER ---------- */
.divider{height:1px;background:linear-gradient(90deg,transparent,rgba(255,212,59,.3),transparent);margin:40px 0;border:none}

/* ---------- FOOTER ---------- */
.footer{
  background:linear-gradient(180deg,#0A0410 0%,#06020A 100%);
  border-top:1px solid rgba(255,212,59,.12);
  padding:60px 32px 30px;
  margin-top:80px;
  position:relative;
}
.footer::before{
  content:"";position:absolute;top:0;left:0;right:0;height:1px;
  background:linear-gradient(90deg,transparent,#FFD43B,transparent);
}
.footer-inner{
  max-width:1320px;margin:0 auto;
  display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;
}
.footer h4{
  font-family:'Space Grotesk',sans-serif;
  color:#fff;font-size:14px;font-weight:700;
  text-transform:uppercase;letter-spacing:.12em;
  margin-bottom:18px;
}
.footer ul{list-style:none;padding:0;margin:0}
.footer ul li{padding:6px 0;color:#888;font-size:14px}
.footer ul li::before{display:none}
.footer ul a{color:#A89BC8;transition:color .2s;border-bottom:1px solid transparent}
.footer ul a:hover{color:#FFD43B;border-bottom-color:#FFD43B}
.footer-bottom{
  max-width:1320px;margin:30px auto 0;padding-top:30px;
  border-top:1px solid rgba(255,255,255,.06);
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:14px;
  color:#666;font-size:13px;
}
.footer-disclaimer{
  color:#5C4D7A;font-size:12px;line-height:1.7;
  border-top:1px dashed rgba(255,255,255,.05);padding-top:14px;
}

/* ---------- STICKY MOBILE CTA ---------- */
.sticky-cta{
  display:none;position:fixed;bottom:16px;left:16px;right:16px;z-index:99;
  background:linear-gradient(135deg,rgba(31,15,51,.96),rgba(18,8,31,.96));
  border:1px solid rgba(255,212,59,.3);
  backdrop-filter:blur(20px);
  border-radius:16px;padding:12px 14px;
  align-items:center;justify-content:space-between;gap:12px;
  box-shadow:0 20px 50px -10px rgba(0,0,0,.6),0 0 0 1px rgba(255,212,59,.1);
  animation:cta-slide-up .4s cubic-bezier(.2,.7,.3,1);
}
@keyframes cta-slide-up{from{transform:translateY(120%);opacity:0}to{transform:translateY(0);opacity:1}}
.sticky-cta-text{flex:1;min-width:0}
.sticky-cta-title{color:#fff;font-weight:700;font-size:14px;line-height:1.2;margin-bottom:2px}
.sticky-cta-promo{color:#FFD43B;font-size:12px;font-weight:600;letter-spacing:.05em}
.sticky-cta .btn{padding:11px 18px;font-size:12px;flex-shrink:0}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 980px){
  .footer-inner{grid-template-columns:1fr 1fr;gap:30px}
  .hero{padding:60px 22px 70px}
  .section{padding:50px 22px}
  .header-inner{padding:14px 22px}
  .hero-stats{grid-template-columns:repeat(2,1fr)}
  .hero-stat{border-right:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}
  .hero-stat:nth-child(2n){border-right:none}
  .hero-stat:nth-last-child(-n+2){border-bottom:none}
}
@media (max-width: 768px){
  .nav{display:none}
  .btn-mirror{display:none}
  .btn-login{padding:11px 20px;font-size:12px}
  .burger{display:flex;align-items:center;justify-content:center}
  .nav-mobile{display:none}
  .nav-mobile[style*="flex"]{display:flex!important}
  .hero h1{font-size:clamp(32px,8vw,48px)}
  .section h2{font-size:clamp(24px,5vw,32px)}
  .footer-inner{grid-template-columns:1fr;gap:30px}
  .footer-bottom{flex-direction:column;text-align:center}
  .steps-list li{padding:24px 20px 24px 70px}
  .steps-list li::before{font-size:38px;left:18px}
  .cta-block{padding:36px 24px}
  .promo-code-box{padding:28px 20px}
  .author-meta{flex-direction:column;align-items:flex-start;gap:12px}
  .author-meta .meta-dates{width:100%}
  .expert-quote{padding:24px 24px 24px 60px;font-size:15px}
  .games-row{grid-template-columns:repeat(2,1fr);gap:12px}
  .sticky-cta{display:flex}
  body{padding-bottom:80px}
  .hero::before,.hero::after{width:70px;height:70px}
  .hero-stat-value{font-size:26px}
}
@media (max-width: 480px){
  .header-inner{padding:12px 16px;gap:10px}
  .logo img{height:30px}
  .hero{padding:50px 16px 60px}
  .section{padding:40px 16px}
  .hero-stats{grid-template-columns:1fr}
  .hero-stat{border-right:none;border-bottom:1px solid rgba(255,255,255,.06)}
  .hero-stat:last-child{border-bottom:none}
  .hero-actions{flex-direction:column;width:100%}
  .hero-actions .btn{width:100%}
}

/* ---------- SCROLLBAR ---------- */
::-webkit-scrollbar{width:10px;height:10px}
::-webkit-scrollbar-track{background:#0A0410}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#FFD43B,#FF8A00);border-radius:10px;border:2px solid #0A0410}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#FFE066,#FFD43B)}

/* ---------- SELECTION ---------- */
::selection{background:rgba(255,212,59,.3);color:#fff}
::-moz-selection{background:rgba(255,212,59,.3);color:#fff}

/* ---------- PRINT ---------- */
@media print{
  .header,.footer,.btn,.sticky-cta,.floating-orbs,.burger,.nav-mobile{display:none!important}
  body::before,body::after{display:none}
  body{background:#fff;color:#000}
}
