:root{
  --bg:#0a0d12;
  --bg-2:#11151c;
  --surface:#161b24;
  --surface-2:#1f2632;
  --border:#262e3c;
  --text:#e9ecf1;
  --text-dim:#a3acbd;
  --text-muted:#7a8499;
  --accent:#ffd400;
  --accent-2:#ffe55a;
  --accent-dark:#1a1d24;
  --primary:#ffd400;
  --primary-dark:#e6bd00;
  --success:#2bd47a;
  --danger:#ff4d6a;
  --purple:#5a2ea6;
  --radius:8px;
  --radius-lg:14px;
  --shadow:0 6px 18px rgba(0,0,0,.35);
  --max:1200px;
  --header-h:68px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.65;
  font-size:16px;
  min-height:100dvh;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:var(--accent);text-decoration:none;transition:color .18s}
a:hover{color:var(--accent-2);text-decoration:underline}
.container{max-width:var(--max);margin:0 auto;padding:0 20px}

/* HEADER */
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(10,13,18,.92);
  backdrop-filter:saturate(140%) blur(8px);
  border-bottom:1px solid var(--border);
  height:var(--header-h);
}
.site-header.scrolled{box-shadow:0 4px 14px rgba(0,0,0,.4)}
.header-row{
  display:flex;align-items:center;justify-content:space-between;
  height:var(--header-h);gap:18px;
}
.logo{display:inline-flex;align-items:center;gap:10px;font-weight:800;color:#fff}
.logo img{height:34px;width:auto}
.logo:hover{text-decoration:none}
.nav-desktop{display:flex;align-items:center;gap:6px;flex:1;justify-content:center}
.nav-desktop a{
  color:var(--text);font-weight:500;font-size:15px;
  padding:8px 12px;border-radius:6px;white-space:nowrap;
}
.nav-desktop a:hover{background:var(--surface);color:#fff;text-decoration:none}
.nav-desktop a.active{color:var(--accent)}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  font-weight:700;border:none;cursor:pointer;
  padding:11px 22px;border-radius:8px;
  font-size:15px;letter-spacing:.2px;
  transition:transform .12s,box-shadow .18s,background .18s;
  text-decoration:none;
}
.btn-primary{background:var(--accent);color:#1a1d24;box-shadow:0 3px 0 var(--primary-dark)}
.btn-primary:hover{background:var(--accent-2);text-decoration:none;transform:translateY(-1px);color:#1a1d24}
.btn-primary:active{transform:translateY(1px);box-shadow:0 1px 0 var(--primary-dark)}
.btn-outline{background:transparent;color:var(--text);border:1.5px solid var(--border)}
.btn-outline:hover{background:var(--surface);color:#fff;text-decoration:none;border-color:var(--accent)}
.btn-lg{padding:14px 30px;font-size:16px}

.burger{
  display:none;background:transparent;border:none;cursor:pointer;
  width:42px;height:42px;border-radius:8px;
  align-items:center;justify-content:center;
}
.burger:hover{background:var(--surface)}
.burger span{display:block;width:22px;height:2px;background:var(--text);position:relative;transition:.2s}
.burger span::before,.burger span::after{content:"";position:absolute;left:0;width:22px;height:2px;background:var(--text);transition:.2s}
.burger span::before{top:-7px}
.burger span::after{top:7px}
.burger.open span{background:transparent}
.burger.open span::before{top:0;transform:rotate(45deg)}
.burger.open span::after{top:0;transform:rotate(-45deg)}

/* MOBILE DRAWER */
.drawer-bg{
  position:fixed;inset:0;background:rgba(0,0,0,.55);
  opacity:0;visibility:hidden;transition:.2s;z-index:60;
}
.drawer-bg.open{opacity:1;visibility:visible}
.drawer{
  position:fixed;top:0;right:0;bottom:0;width:min(86vw,340px);
  background:var(--bg-2);border-left:1px solid var(--border);
  transform:translateX(100%);transition:transform .25s ease;
  z-index:70;display:flex;flex-direction:column;
  height:100dvh;
}
.drawer.open{transform:translateX(0)}
.drawer-header{
  display:flex;align-items:center;justify-content:space-between;
  padding:16px 18px;border-bottom:1px solid var(--border);
  height:var(--header-h);flex:0 0 auto;
}
.drawer-close{
  background:transparent;border:none;color:var(--text);cursor:pointer;
  font-size:26px;width:36px;height:36px;border-radius:6px;
}
.drawer-close:hover{background:var(--surface)}
.drawer nav{
  display:flex;flex-direction:column;gap:2px;
  padding:18px;flex:1 1 auto;overflow-y:auto;
}
.drawer nav a{
  color:var(--text);padding:13px 14px;border-radius:8px;font-weight:500;font-size:16px;
}
.drawer nav a:hover{background:var(--surface);text-decoration:none;color:var(--accent)}
.drawer .btn{margin:18px;flex:0 0 auto}

/* HERO */
.hero{
  background:radial-gradient(1100px 420px at 50% -120px,rgba(255,212,0,.12),transparent 60%),linear-gradient(180deg,var(--bg-2) 0%,var(--bg) 100%);
  padding:54px 0 40px;border-bottom:1px solid var(--border);
}
.hero h1{
  font-size:clamp(28px,5vw,46px);line-height:1.15;font-weight:800;
  letter-spacing:-.5px;margin-bottom:14px;color:#fff;
}
.hero h1 .accent{color:var(--accent)}
.hero p.lead{font-size:clamp(16px,1.6vw,18px);color:var(--text-dim);max-width:760px;margin-bottom:22px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.rating-stars{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--surface);border:1px solid var(--border);
  padding:8px 14px;border-radius:30px;font-size:14px;color:var(--text-dim);
}
.stars{color:var(--accent);letter-spacing:1px}

/* SECTIONS */
section{padding:48px 0;border-bottom:1px solid var(--border)}
section:last-of-type{border-bottom:none}
h2{font-size:clamp(24px,3vw,32px);margin-bottom:18px;color:#fff;font-weight:800;letter-spacing:-.3px}
h3{font-size:clamp(19px,2vw,22px);margin:22px 0 12px;color:#fff;font-weight:700}
h4{font-size:17px;margin:18px 0 10px;color:#fff;font-weight:700}
p{margin-bottom:14px;color:var(--text)}
ul,ol{margin:8px 0 16px 22px;color:var(--text)}
ul li,ol li{margin-bottom:6px}
strong{color:#fff;font-weight:700}

/* QUICK VERDICT BOX */
.verdict{
  display:grid;grid-template-columns:1.4fr 1fr;gap:24px;
  background:var(--surface);border:1px solid var(--border);
  border-radius:var(--radius-lg);padding:26px;margin:8px 0 24px;
  box-shadow:var(--shadow);
}
.verdict h3{margin-top:0;color:var(--accent)}
.verdict-rating{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  background:linear-gradient(180deg,#1d2434,#15192480);
  border:1px solid var(--border);border-radius:var(--radius);padding:18px;text-align:center;
}
.verdict-rating .num{font-size:54px;font-weight:800;color:var(--accent);line-height:1}
.verdict-rating .of{color:var(--text-dim);font-size:14px;margin-top:4px}
.verdict-rating .stars{font-size:20px;margin:8px 0}
.proscons{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:14px}
.pros,.cons{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:14px}
.pros h4,.cons h4{margin-top:0;font-size:15px;text-transform:uppercase;letter-spacing:.5px}
.pros h4{color:var(--success)}
.cons h4{color:var(--danger)}
.pros ul,.cons ul{list-style:none;margin:0;padding:0}
.pros li,.cons li{padding-left:22px;position:relative;margin-bottom:6px;font-size:14.5px;color:var(--text-dim)}
.pros li::before{content:"✓";color:var(--success);position:absolute;left:0;font-weight:700}
.cons li::before{content:"−";color:var(--danger);position:absolute;left:0;font-weight:700}

/* CALLOUT */
.callout{
  background:linear-gradient(135deg,rgba(255,212,0,.10),rgba(90,46,166,.18));
  border:1px solid rgba(255,212,0,.35);border-radius:var(--radius-lg);
  padding:22px;margin:22px 0;
}
.callout h3{margin-top:0;color:var(--accent)}
.callout p:last-child{margin-bottom:0}

/* PROMO CODE BLOCK */
.promo-block{
  display:flex;align-items:center;gap:14px;flex-wrap:wrap;
  background:var(--surface-2);border:1px dashed var(--accent);
  border-radius:var(--radius);padding:14px 18px;margin:14px 0;
}
.promo-block .label{color:var(--text-dim);font-size:14px}
.promo-code{
  font-family:'Courier New',monospace;font-size:20px;font-weight:800;
  color:var(--accent);letter-spacing:2px;
  background:#0c0f15;padding:8px 16px;border-radius:6px;border:1px solid var(--border);
}
.copy-btn{
  background:var(--accent);color:#1a1d24;border:none;cursor:pointer;
  padding:8px 14px;font-weight:700;border-radius:6px;font-size:14px;
  display:inline-flex;align-items:center;gap:6px;
}
.copy-btn:hover{background:var(--accent-2)}
.copy-btn.copied{background:var(--success);color:#fff}

/* TABLES */
.table-wrap{overflow-x:auto;margin:14px 0 18px;border:1px solid var(--border);border-radius:var(--radius)}
table{width:100%;border-collapse:collapse;background:var(--surface)}
th,td{padding:12px 14px;text-align:left;font-size:14.5px;border-bottom:1px solid var(--border)}
th{background:var(--surface-2);color:#fff;font-weight:700;font-size:13.5px;text-transform:uppercase;letter-spacing:.4px}
tr:last-child td{border-bottom:none}
tbody tr:hover{background:var(--surface-2)}

/* CARDS GRID */
.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;margin:18px 0}
.card{
  background:var(--surface);border:1px solid var(--border);
  border-radius:var(--radius-lg);padding:22px;transition:.18s;
}
.card:hover{transform:translateY(-2px);border-color:var(--accent);box-shadow:var(--shadow)}
.card-icon{
  width:44px;height:44px;border-radius:10px;background:rgba(255,212,0,.12);
  color:var(--accent);display:inline-flex;align-items:center;justify-content:center;margin-bottom:12px;
}
.card h3{margin-top:0;font-size:18px}
.card p{font-size:14.5px;color:var(--text-dim);margin-bottom:0}

/* IMAGE FIGURE */
figure{margin:20px auto;text-align:center}
figure img{
  display:block;margin:0 auto;
  width:90%;height:auto;
  border-radius:8px;
  box-shadow:0 8px 26px rgba(0,0,0,.35);
  border:1px solid var(--border);
}
figcaption{margin-top:10px;font-size:13.5px;color:var(--text-muted);font-style:italic}

/* FAQ */
.faq{margin:18px 0}
.faq details{
  background:var(--surface);border:1px solid var(--border);
  border-radius:var(--radius);margin-bottom:10px;overflow:hidden;
}
.faq details[open]{border-color:var(--accent)}
.faq summary{
  padding:16px 20px;cursor:pointer;font-weight:600;color:#fff;
  list-style:none;display:flex;justify-content:space-between;align-items:center;gap:14px;
  font-size:15.5px;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{
  content:"+";color:var(--accent);font-size:24px;font-weight:300;transition:transform .2s;flex:0 0 auto;
}
.faq details[open] summary::after{transform:rotate(45deg)}
.faq summary:hover{color:var(--accent)}
.faq-body{padding:0 20px 18px;color:var(--text-dim);font-size:15px}
.faq-body p{margin-bottom:8px}

/* CTA SECTION */
.cta-section{
  text-align:center;padding:42px 0;
  background:linear-gradient(135deg,rgba(255,212,0,.08),rgba(90,46,166,.10));
  border-radius:var(--radius-lg);margin:24px 0;border:1px solid rgba(255,212,0,.25);
}
.cta-section h2{margin-bottom:10px}
.cta-section p{color:var(--text-dim);margin-bottom:18px;max-width:620px;margin-left:auto;margin-right:auto}

/* STEPS */
.steps{counter-reset:step;list-style:none;margin:14px 0;padding:0}
.steps li{
  position:relative;padding:14px 14px 14px 60px;margin-bottom:10px;
  background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);
}
.steps li::before{
  counter-increment:step;content:counter(step);
  position:absolute;left:14px;top:14px;
  width:32px;height:32px;border-radius:50%;background:var(--accent);
  color:#1a1d24;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:15px;
}

/* BREADCRUMBS */
.breadcrumbs{padding:14px 0;font-size:13.5px;color:var(--text-muted);border-bottom:1px solid var(--border)}
.breadcrumbs a{color:var(--text-dim)}
.breadcrumbs span{margin:0 6px;color:var(--text-muted)}

/* FOOTER */
.site-footer{
  background:var(--bg-2);border-top:1px solid var(--border);
  padding:36px 0 22px;margin-top:0;
}
.footer-grid{
  display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:30px;margin-bottom:24px;
}
.footer-grid h4{color:#fff;font-size:14px;text-transform:uppercase;letter-spacing:.6px;margin-bottom:12px}
.footer-grid ul{list-style:none;margin:0;padding:0}
.footer-grid li{margin-bottom:8px}
.footer-grid a{color:var(--text-dim);font-size:14.5px}
.footer-grid a:hover{color:var(--accent)}
.footer-about p{color:var(--text-dim);font-size:14px;margin-bottom:10px}
.footer-bottom{
  padding-top:18px;border-top:1px solid var(--border);
  display:flex;flex-wrap:wrap;justify-content:space-between;gap:14px;
  color:var(--text-muted);font-size:13.5px;
}
.badges{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.badge-18{
  width:34px;height:34px;border:2px solid var(--danger);border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  font-weight:800;color:var(--danger);font-size:13px;flex:0 0 auto;
}
.disclaimer{font-size:12.5px;color:var(--text-muted);line-height:1.55}

/* 404 */
.notfound{
  text-align:center;padding:80px 20px;min-height:60vh;
  display:flex;flex-direction:column;justify-content:center;align-items:center;
}
.notfound .big{font-size:120px;font-weight:800;color:var(--accent);line-height:1;margin-bottom:0}
.notfound h1{margin-top:8px}

/* RESPONSIVE */
@media (max-width:980px){
  .verdict{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr;gap:24px}
}
@media (max-width:760px){
  :root{--header-h:60px}
  .nav-desktop,.header-row .btn-primary{display:none}
  .burger{display:inline-flex}
  .hero{padding:36px 0 28px}
  section{padding:32px 0}
  .verdict{padding:18px;gap:18px}
  .proscons{grid-template-columns:1fr}
  figure img{width:100%}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;align-items:flex-start}
  .promo-block{padding:12px}
  .promo-code{font-size:17px;letter-spacing:1.5px;padding:6px 12px}
  table{font-size:13.5px}
  th,td{padding:10px 8px}
  .steps li{padding:12px 12px 12px 52px}
  .steps li::before{width:28px;height:28px;font-size:13px}
}
@media (max-width:420px){
  .hero h1{font-size:26px}
  .container{padding:0 16px}
  .verdict-rating .num{font-size:42px}
}
