/*
Theme Name: NVsupreme BOT
Theme URI: https://nvsupremebot.com/
Author: NVsupreme BOT
Author URI: https://nvsupremebot.com/
Description: Black & yellow landing-page theme for NVsupreme BOT EA (MT4/MT5).
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nvsupremebot
Tags: one-column, custom-logo, custom-menu, featured-images
*/

:root{
  --bg:#060606;
  --panel:#0d0d0d;
  --text:#f5f5f5;
  --muted:#b9b9b9;
  --yellow:#ffd400;
  --yellow2:#ffea66;
  --border: rgba(255, 212, 0, 0.20);
  --shadow: 0 12px 30px rgba(0,0,0,.45);
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1200px 700px at 20% -10%, rgba(255,212,0,.16), transparent 60%),
              radial-gradient(900px 600px at 95% 10%, rgba(255,212,0,.10), transparent 55%),
              var(--bg);
  color: var(--text);
  line-height: 1.5;
}

a{color:var(--yellow);text-decoration:none}
a:hover{color:var(--yellow2)}

.container{width:min(1120px, 92vw); margin:0 auto}

.site-header{
  position: sticky;
  top:0;
  z-index: 20;
  backdrop-filter: blur(10px);
  background: rgba(6,6,6,.72);
  border-bottom: 1px solid var(--border);
}

.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 0;
  gap:14px;
}

.brand{display:flex; align-items:center; gap:10px; min-width: 240px;}
.brand img{width:44px;height:44px;border-radius:12px;object-fit:cover; box-shadow: var(--shadow); border:1px solid var(--border)}
.brand .name{font-weight:800; letter-spacing:.3px}
.brand .tag{font-size:12px; color: var(--muted)}

.nav{display:flex; align-items:center; gap:18px; flex-wrap:wrap; justify-content:flex-end}
.nav a{color:var(--text); font-weight:600; font-size:14px; opacity:.92}
.nav a:hover{color:var(--yellow)}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:14px;
  border:1px solid var(--border);
  background: rgba(255,212,0,.06);
  color: var(--text);
  font-weight:800;
  box-shadow: 0 10px 24px rgba(0,0,0,.35);
}
.btn:hover{background: rgba(255,212,0,.12)}
.btn.primary{background: linear-gradient(180deg, rgba(255,212,0,.95), rgba(255,212,0,.72)); color:#070707; border-color: rgba(255,212,0,.55)}
.btn.primary:hover{filter: brightness(1.05)}

.hero{padding:64px 0 34px}
.hero-grid{display:grid; grid-template-columns: 1.25fr .9fr; gap:28px; align-items:center}

.kicker{display:inline-flex; gap:10px; align-items:center; padding:8px 12px; border:1px solid var(--border); background: rgba(255,212,0,.06); border-radius:999px; color:var(--yellow2); font-weight:700; font-size:13px}

h1{font-size: clamp(30px, 4vw, 52px); line-height:1.05; margin:14px 0}
.lead{color: var(--muted); font-size: 16px; max-width: 56ch}

.hero-card{
  border:1px solid var(--border);
  background: linear-gradient(180deg, rgba(255,212,0,.06), rgba(255,212,0,.02));
  border-radius: 22px;
  padding: 18px;
  box-shadow: var(--shadow);
}
.hero-card .top{display:flex; justify-content:space-between; gap:10px; align-items:center; margin-bottom:12px}
.badge{font-size:12px; font-weight:800; letter-spacing:.3px; padding:6px 10px; border-radius:999px; background: rgba(255,212,0,.18); border:1px solid rgba(255,212,0,.30)}
.stat{display:grid; grid-template-columns: 1fr 1fr; gap:12px; margin-top:12px}
.stat .box{border:1px solid rgba(255,255,255,.08); background: rgba(0,0,0,.35); border-radius:18px; padding:12px}
.stat .box .k{font-size:12px;color:var(--muted)}
.stat .box .v{font-weight:900; font-size:18px}

.section{padding:34px 0}
.section-title{font-size:24px; margin:0 0 10px}
.section-sub{color:var(--muted); margin:0 0 18px}

.cards{display:grid; grid-template-columns: repeat(3, 1fr); gap:16px}
.card{
  border:1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  border-radius:22px;
  padding:16px;
  box-shadow: 0 10px 24px rgba(0,0,0,.28);
}
.card h3{margin:4px 0 8px}
.card p{margin:0; color: var(--muted)}

.split{display:grid; grid-template-columns: 1fr 1fr; gap:18px; align-items:start}
.panel{border:1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.03); border-radius:22px; padding:18px}

.price{
  display:flex; align-items:baseline; gap:10px; margin: 10px 0 4px;
}
.price .amount{font-size:38px; font-weight:950; letter-spacing:-.5px}
.price .unit{color:var(--muted); font-weight:700}

.payments{display:grid; grid-template-columns: 1fr 1fr; gap:14px; margin-top:14px}
.qr{border:1px solid rgba(255,255,255,.08); background: rgba(0,0,0,.35); border-radius:18px; padding:14px; text-align:center}
.qr img{width:min(320px, 100%); height:auto; border-radius:16px; border:1px solid rgba(255,255,255,.10)}
.small{font-size:13px; color:var(--muted)}
.mono{font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; font-size: 13px; word-break: break-all; background: rgba(255,212,0,.08); border:1px solid rgba(255,212,0,.18); padding:10px 12px; border-radius:14px}

.faq details{border:1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.03); border-radius:18px; padding:12px 14px; margin-bottom:10px}
.faq summary{cursor:pointer; font-weight:800}
.faq p{color:var(--muted); margin:10px 0 0}

.footer{
  border-top:1px solid rgba(255,255,255,.08);
  padding: 24px 0 34px;
  color: var(--muted);
  font-size: 12px;
}
.footer strong{color:var(--text)}

@media (max-width: 900px){
  .hero-grid{grid-template-columns: 1fr}
  .cards{grid-template-columns: 1fr}
  .split{grid-template-columns: 1fr}
  .brand{min-width:auto}
}
