
:root{
  --mc-blue:#1D4ED8; --mc-yellow:#F2C94C; --mc-bg:#0A0F1A; --mc-surface:#0F172A; --mc-soft:#111827;
  --border:rgba(255,255,255,.08); --text:#E5E7EB; --muted:#9CA3AF;
}
*{box-sizing:border-box}
html,body{margin:0;background:var(--mc-bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto}
a{color:inherit;text-decoration:none}
.container{max-width:1200px;margin:0 auto;padding:0 20px}
.header{position:sticky;top:0;z-index:50;background:rgba(8,12,20,.85);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}
.nav{height:72px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:12px;font-weight:900}
.brand img{width:40px;height:40px;border-radius:10px;object-fit:cover}
.links a{margin:0 12px;opacity:.95}
.links a:hover{opacity:1;text-decoration:underline}
.section{padding:60px 0}
.card{background:var(--mc-surface);border:1px solid var(--border);border-radius:16px;padding:20px;box-shadow:0 10px 32px rgba(0,0,0,.28)}
.grid{display:grid;gap:18px}
.grid-3{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
.grid-4{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.kpi{background:var(--mc-soft);border:1px solid var(--border);border-radius:14px;padding:18px}
.kpi .num{font-weight:900;font-size:36px}
.hero-img{width:100%;height:360px;background:url('../images/banner.jpg') center/cover no-repeat;border-bottom:1px solid var(--border)}
.subhero{padding:18px 0;border-bottom:1px solid var(--border);background:linear-gradient(0deg, rgba(29,78,216,.08), rgba(8,12,20,0))}
.lead{opacity:.92}
.input{width:100%;padding:12px;border-radius:12px;border:1px solid var(--border);background:#0A0F1A;color:#fff}
.select{padding:12px;border-radius:12px;border:1px solid var(--border);background:#0A0F1A;color:#fff}
.product-card img{width:100%;height:170px;object-fit:cover;border-radius:12px;margin-bottom:10px;background:#000}
.hero{margin:0}
.footer{border-top:1px solid var(--border);padding:28px 0;color:rgba(255,255,255,.75);font-size:14px;margin-top:40px}
.badge{display:inline-block;padding:4px 8px;border-radius:10px;background:rgba(255,255,255,.08);font-size:12px;margin-right:6px;margin-bottom:6px}
.gallery-hero{width:100%;height:260px;border-radius:16px;object-fit:cover;background:#000}

.btn{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--border);background:rgba(255,255,255,.06);color:#fff;padding:10px 14px;border-radius:12px;font-weight:700}
.actions{display:flex;gap:10px}


/* CTA button variants */
.btn.tebex{ background:#F2C94C; color:#0B0F19; border-color:rgba(0,0,0,.15) }
.btn.youtube{ background:#FF0000; color:#fff; border-color:rgba(0,0,0,.15) }
.btn.discord{ background:#5865F2; color:#fff; border-color:rgba(0,0,0,.15) }
.btn svg{ width:18px; height:18px }
.actions{ display:flex; gap:10px; align-items:center; flex-wrap:wrap }

/* Pin CTA buttons to far right, slightly smaller ONLY in header */
.header .nav{ justify-content:flex-start; gap:16px }
.header .links{ margin-left:10px }
.header .actions{ margin-left:auto }
.header .actions .btn{ padding:8px 12px; font-size:14px; border-radius:10px }

/* --- Minimal interaction polish (no size/font changes) --- */
.btn, a.btn, [data-tebex-url], [data-tebex-package], [data-tebex-category] { cursor: pointer; }
.btn:hover { filter: brightness(1.04); }
.btn:active { transform: translateY(1px); }

/* clickable brand */
.brand-home{display:inline-flex;align-items:center;gap:8px;cursor:pointer;text-decoration:none}
.brand-home:active{transform:translateY(1px)}
