
/*
Theme Name: Quinzy Topup
Theme URI: https://example.com/
Author: Quinzy
Description: Custom dark modern game top-up storefront for WordPress.
Version: 1.0.0
*/
:root{
  --bg:#05070d;--panel:#0d111c;--panel2:#121827;--line:#20283a;
  --text:#f5f7fb;--muted:#8f9ab0;--primary:#3157ff;--primary2:#5575ff;
  --success:#25c77a;--danger:#ff5d6c;--radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at 70% -10%,#142455 0,transparent 35%),var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
.q-container{width:min(1120px,92%);margin:auto}
.q-header{position:sticky;top:0;z-index:20;background:rgba(5,7,13,.82);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.06)}
.q-nav{height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.q-brand{display:flex;align-items:center;gap:11px;font-weight:800;font-size:21px}
.q-brand img{width:38px;height:38px;border-radius:50%}
.q-menu{display:flex;gap:24px;color:#b7c0d3;font-size:14px}
.q-menu a:hover{color:#fff}
.q-btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;padding:12px 18px;background:var(--primary);color:#fff;font-weight:700;cursor:pointer;transition:.2s}
.q-btn:hover{background:var(--primary2);transform:translateY(-1px)}
.q-btn.ghost{background:#151c2b;border:1px solid var(--line)}
.q-hero{padding:90px 0 70px}
.q-hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:55px;align-items:center}
.q-kicker{display:inline-flex;padding:7px 11px;border-radius:999px;background:#101a3b;color:#8fa6ff;border:1px solid #263a82;font-size:12px;font-weight:700}
.q-hero h1{font-size:clamp(42px,6vw,72px);line-height:.98;margin:18px 0}
.q-hero h1 span{color:#5978ff}
.q-hero p{font-size:17px;color:var(--muted);max-width:600px;line-height:1.7}
.q-hero-actions{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}
.q-showcase{background:linear-gradient(145deg,#121b34,#0a0f1c);border:1px solid #263352;border-radius:28px;padding:28px;box-shadow:0 30px 90px rgba(0,0,0,.35)}
.q-showcase img{width:180px;display:block;margin:0 auto 22px;border-radius:50%}
.q-showcase h3{margin:0 0 8px;text-align:center}
.q-showcase p{text-align:center;color:var(--muted);font-size:13px}
.q-section{padding:55px 0}
.q-section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px}
.q-section-title h2{margin:0;font-size:30px}
.q-section-title p{margin:0;color:var(--muted)}
.q-games{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.q-game{background:var(--panel);border:1px solid var(--line);padding:22px;border-radius:var(--radius);transition:.2s}
.q-game:hover{border-color:#3b54a5;transform:translateY(-3px)}
.q-game-icon{width:62px;height:62px;border-radius:16px;background:#171f31;display:flex;align-items:center;justify-content:center;font-size:27px;margin-bottom:18px}
.q-game h3{margin:0 0 7px}
.q-game p{color:var(--muted);font-size:13px;margin:0 0 18px}
.q-game .q-btn{width:100%}
.q-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:24px}
.q-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.q-field{margin-bottom:16px}
.q-field label{display:block;font-size:13px;font-weight:700;margin-bottom:8px}
.q-field input,.q-field select{width:100%;padding:13px 14px;border-radius:12px;border:1px solid var(--line);background:#090d16;color:#fff;outline:none}
.q-field input:focus,.q-field select:focus{border-color:#4e69d7}
.q-products{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.q-product{background:#0a0f18;border:1px solid var(--line);border-radius:14px;padding:16px;cursor:pointer}
.q-product:hover,.q-product.active{border-color:#5874ff;background:#10172a}
.q-product strong{display:block}
.q-product span{color:#8290aa;font-size:12px}
.q-summary{background:#101624;border:1px solid var(--line);border-radius:16px;padding:18px}
.q-row{display:flex;justify-content:space-between;gap:20px;margin:10px 0;color:#b4bdd0}
.q-row.total{color:#fff;font-weight:800;font-size:18px;padding-top:12px;border-top:1px solid var(--line)}
.q-notice{padding:13px 15px;border-radius:12px;background:#111a2b;border:1px solid #253555;color:#aebbd2;font-size:13px;line-height:1.6}
.q-success{background:#0d241b;border-color:#1e6849;color:#8ce3bb}
.q-error{background:#2a1116;border-color:#6a2833;color:#ffadb5}
.q-check{max-width:680px;margin:55px auto}
.q-order-code{font-size:32px;font-weight:900;letter-spacing:2px;margin:10px 0 22px}
.q-footer{margin-top:70px;border-top:1px solid var(--line);padding:28px 0;color:#77839a;font-size:13px}
.q-footer-inner{display:flex;justify-content:space-between;gap:20px}
@media(max-width:800px){
 .q-hero-grid{grid-template-columns:1fr}
 .q-games,.q-products{grid-template-columns:1fr}
 .q-form-grid{grid-template-columns:1fr}
 .q-menu{display:none}
 .q-hero{padding-top:55px}
 .q-footer-inner{flex-direction:column}
}
