/* ==========================================================================
   MGM91 — For Real Players
   Brand stylesheet | gold-on-dark theme
   ========================================================================== */

:root {
  --bg:        #111827;
  --bg-2:      #1a2333;
  --bg-3:      #0b1120;
  --panel:     #1f2937;
  --gold:      #e7b008;
  --gold-light:#f6d465;
  --gold-dark: #b98a04;
  --text:      #e5e7eb;
  --text-soft: #cbd2dc;
  --muted:     #9ca3b0;
  --border:    rgba(231, 176, 8, 0.18);
  --border-soft: rgba(255, 255, 255, 0.07);
  --danger:    #d33;
  --success:   #37c26f;
  --radius:    14px;
  --radius-sm: 9px;
  --shadow:    0 18px 45px rgba(0, 0, 0, 0.45);
  --gold-grad: linear-gradient(135deg, #f6d465 0%, #e7b008 45%, #b98a04 100%);
  --maxw:      1180px;
  --font-head: "Cinzel", "Times New Roman", serif;
  --font-body: "Poppins", -apple-system, "Segoe UI", Roboto, sans-serif;
}

/* Reset ------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  font-size: 16px;
  overflow-x: hidden;
  background-image:
    radial-gradient(900px 500px at 85% -5%, rgba(231, 176, 8, 0.10), transparent 60%),
    radial-gradient(700px 500px at 0% 100%, rgba(231, 176, 8, 0.06), transparent 55%);
  background-attachment: fixed;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold-light); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--gold); }
ul { list-style: none; }

h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 700; line-height: 1.2; color: #fff; letter-spacing: .3px; }
h1 { font-size: clamp(2rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.5rem); }
h3 { font-size: clamp(1.2rem, 2.2vw, 1.5rem); }
p { margin-bottom: 1rem; color: var(--text-soft); }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.gold-text { background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.section { padding: 74px 0; }
.section-sm { padding: 48px 0; }
.center { text-align: center; }
.eyebrow {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: .78rem;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 12px;
}
.lead { font-size: 1.1rem; color: var(--text-soft); max-width: 720px; }
.center .lead { margin-left: auto; margin-right: auto; }

/* Buttons ----------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-body); font-weight: 600; font-size: .98rem;
  padding: 13px 28px; border-radius: 50px; border: 1px solid transparent;
  cursor: pointer; transition: transform .18s ease, box-shadow .2s ease, background .2s ease;
  text-align: center; white-space: nowrap;
}
.btn-primary { background: var(--gold-grad); color: #241c00; box-shadow: 0 10px 26px rgba(231, 176, 8, 0.28); }
.btn-primary:hover { transform: translateY(-2px); color: #241c00; box-shadow: 0 14px 32px rgba(231, 176, 8, 0.4); }
.btn-ghost { background: transparent; border-color: var(--gold); color: var(--gold-light); }
.btn-ghost:hover { background: rgba(231, 176, 8, 0.1); color: var(--gold); transform: translateY(-2px); }
.btn-wa { background: #25d366; color: #04220f; }
.btn-wa:hover { background: #20c15c; color: #04220f; transform: translateY(-2px); }
.btn-block { width: 100%; }
.btn-lg { padding: 16px 36px; font-size: 1.05rem; }

/* Header ------------------------------------------------------------------ */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(11, 17, 32, 0.82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { height: 42px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a {
  color: var(--text-soft); font-weight: 500; font-size: .96rem;
  padding: 9px 16px; border-radius: 8px; transition: all .2s ease;
}
.nav-links a:hover, .nav-links a.active { color: var(--gold-light); background: rgba(231, 176, 8, 0.08); }
.nav-links .btn { padding: 10px 22px; }
.nav-cta { margin-left: 8px; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 2px; background: var(--gold-light); margin: 5px 0; transition: .3s; border-radius: 2px; }

/* Hero -------------------------------------------------------------------- */
.hero { position: relative; padding: 92px 0 80px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center; }
.hero h1 { margin-bottom: 20px; }
.hero p { font-size: 1.14rem; margin-bottom: 28px; max-width: 560px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-badges { display: flex; gap: 26px; margin-top: 34px; flex-wrap: wrap; }
.hero-badge { display: flex; flex-direction: column; }
.hero-badge b { font-family: var(--font-head); font-size: 1.7rem; color: var(--gold-light); }
.hero-badge span { font-size: .82rem; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; }
.hero-visual { position: relative; }
.hero-visual .lion-card {
  background: linear-gradient(160deg, rgba(31, 41, 55, 0.9), rgba(11, 17, 32, 0.95));
  border: 1px solid var(--border); border-radius: 22px; padding: 34px;
  box-shadow: var(--shadow);
}
.hero-visual .lion-card img { margin: 0 auto; max-width: 320px; }
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 22px; }
.chip {
  font-size: .82rem; padding: 6px 14px; border-radius: 30px;
  background: rgba(231, 176, 8, 0.08); border: 1px solid var(--border); color: var(--gold-light);
}

/* Cards / grids ----------------------------------------------------------- */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: linear-gradient(165deg, rgba(31, 41, 55, 0.7), rgba(17, 24, 39, 0.9));
  border: 1px solid var(--border-soft); border-radius: var(--radius);
  padding: 28px; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.card:hover { transform: translateY(-5px); border-color: var(--border); box-shadow: var(--shadow); }
.card .ico {
  width: 52px; height: 52px; border-radius: 13px; display: grid; place-items: center;
  background: rgba(231, 176, 8, 0.12); border: 1px solid var(--border); font-size: 1.5rem; margin-bottom: 16px;
}
.card h3 { color: #fff; margin-bottom: 10px; }
.card p { font-size: .96rem; margin-bottom: 0; }

/* Game cards */
.game-card { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border-soft); background: var(--panel); }
.game-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .4s ease; }
.game-card:hover img { transform: scale(1.07); }
.game-card .game-meta {
  position: absolute; inset: auto 0 0 0; padding: 16px;
  background: linear-gradient(to top, rgba(11, 17, 32, 0.96), transparent);
}
.game-card .game-meta h4 { color: #fff; font-size: 1.05rem; }
.game-card .game-meta span { font-size: .8rem; color: var(--gold-light); }

/* Steps */
.step { position: relative; padding-left: 66px; }
.step .num {
  position: absolute; left: 0; top: 0; width: 46px; height: 46px; border-radius: 50%;
  display: grid; place-items: center; font-family: var(--font-head); font-weight: 700; font-size: 1.2rem;
  background: var(--gold-grad); color: #241c00;
}
.step h3 { margin-bottom: 8px; }
.step p { font-size: .95rem; }

/* Feature list */
.feat-list li { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; color: var(--text-soft); }
.feat-list li::before { content: "✦"; color: var(--gold); font-size: 1.1rem; line-height: 1.4; flex-shrink: 0; }

/* Tools ------------------------------------------------------------------- */
.tool {
  background: linear-gradient(165deg, rgba(31, 41, 55, 0.75), rgba(17, 24, 39, 0.92));
  border: 1px solid var(--border); border-radius: var(--radius); padding: 30px;
}
.tool h3 { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.tool .tool-sub { font-size: .9rem; color: var(--muted); margin-bottom: 22px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: .86rem; font-weight: 500; color: var(--text-soft); margin-bottom: 7px; }
.field input, .field select {
  width: 100%; padding: 12px 14px; border-radius: var(--radius-sm);
  background: var(--bg-3); border: 1px solid var(--border-soft); color: var(--text);
  font-family: var(--font-body); font-size: 1rem; transition: border-color .2s ease;
}
.field input:focus, .field select:focus { outline: none; border-color: var(--gold); }
.field .range-val { color: var(--gold-light); font-weight: 600; }
input[type="range"] { accent-color: var(--gold); padding: 0; }
.tool-result {
  margin-top: 22px; padding: 20px; border-radius: var(--radius-sm);
  background: rgba(231, 176, 8, 0.07); border: 1px dashed var(--border); text-align: center;
}
.tool-result .big { font-family: var(--font-head); font-size: 2rem; color: var(--gold-light); display: block; }
.tool-result .lbl { font-size: .82rem; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; }
.tool-note { font-size: .8rem; color: var(--muted); margin-top: 14px; }
.tabs { display: flex; gap: 8px; margin-bottom: 26px; flex-wrap: wrap; }
.tab-btn {
  padding: 10px 18px; border-radius: 40px; border: 1px solid var(--border-soft);
  background: transparent; color: var(--text-soft); cursor: pointer; font-family: var(--font-body);
  font-size: .92rem; font-weight: 500; transition: all .2s ease;
}
.tab-btn.active { background: var(--gold-grad); color: #241c00; border-color: transparent; }
.tab-pane { display: none; }
.tab-pane.active { display: block; animation: fade .3s ease; }
@keyframes fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

/* Stats banner */
.stats-band { background: linear-gradient(120deg, rgba(31, 41, 55, 0.6), rgba(11, 17, 32, 0.8)); border-block: 1px solid var(--border); }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat b { font-family: var(--font-head); font-size: clamp(1.8rem, 3.5vw, 2.6rem); color: var(--gold-light); display: block; }
.stat span { color: var(--muted); font-size: .9rem; }

/* FAQ / accordion --------------------------------------------------------- */
.faq-item { border-bottom: 1px solid var(--border-soft); }
.faq-q {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  padding: 20px 40px 20px 0; color: #fff; font-family: var(--font-body); font-weight: 600;
  font-size: 1.05rem; position: relative;
}
.faq-q::after { content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); color: var(--gold); font-size: 1.5rem; transition: transform .25s ease; }
.faq-item.open .faq-q::after { transform: translateY(-50%) rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { padding-bottom: 20px; margin: 0; font-size: .97rem; }

/* Auth pages -------------------------------------------------------------- */
.auth-wrap { min-height: calc(100vh - 74px); display: grid; place-items: center; padding: 50px 20px; }
.auth-card {
  width: 100%; max-width: 440px;
  background: linear-gradient(165deg, rgba(31, 41, 55, 0.9), rgba(11, 17, 32, 0.96));
  border: 1px solid var(--border); border-radius: 20px; padding: 40px 34px; box-shadow: var(--shadow);
}
.auth-card .brand { justify-content: center; margin-bottom: 8px; }
.auth-card h1 { font-size: 1.8rem; text-align: center; margin-bottom: 6px; }
.auth-card .auth-sub { text-align: center; color: var(--muted); font-size: .93rem; margin-bottom: 26px; }
.auth-alt { text-align: center; margin-top: 20px; font-size: .93rem; color: var(--muted); }
.pw-row { position: relative; }
.pw-toggle { position: absolute; right: 12px; top: 38px; background: none; border: 0; color: var(--muted); cursor: pointer; font-size: .82rem; }
.form-note {
  display: flex; gap: 9px; align-items: flex-start; font-size: .82rem; color: var(--muted);
  background: rgba(231, 176, 8, 0.06); border: 1px solid var(--border); border-radius: var(--radius-sm);
  padding: 12px 14px; margin-top: 4px;
}
.checkbox-row { display: flex; gap: 9px; align-items: flex-start; font-size: .86rem; color: var(--text-soft); margin: 4px 0 18px; }
.checkbox-row input { margin-top: 5px; accent-color: var(--gold); }
.divider { display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: .82rem; margin: 22px 0; }
.divider::before, .divider::after { content: ""; flex: 1; height: 1px; background: var(--border-soft); }

/* Legal / content pages --------------------------------------------------- */
.page-hero { padding: 60px 0 40px; border-bottom: 1px solid var(--border); background: var(--bg-3); }
.page-hero h1 { margin-bottom: 8px; }
.breadcrumb { font-size: .84rem; color: var(--muted); }
.breadcrumb a { color: var(--gold-light); }
.legal { padding: 56px 0; }
.legal .container { max-width: 900px; }
.legal h2 { font-size: 1.55rem; margin: 34px 0 14px; }
.legal h3 { font-size: 1.2rem; margin: 24px 0 10px; color: var(--gold-light); }
.legal p, .legal li { color: var(--text-soft); }
.legal ul { margin: 0 0 18px 4px; }
.legal ul li { display: flex; gap: 11px; margin-bottom: 10px; }
.legal ul li::before { content: "▸"; color: var(--gold); flex-shrink: 0; }
.legal .toc {
  background: var(--panel); border: 1px solid var(--border-soft); border-radius: var(--radius);
  padding: 22px 26px; margin-bottom: 34px;
}
.legal .toc h4 { color: var(--gold-light); margin-bottom: 12px; font-family: var(--font-body); }
.legal .toc a { color: var(--text-soft); display: block; padding: 4px 0; font-size: .95rem; }
.legal .toc a:hover { color: var(--gold); }
.legal .updated { font-size: .85rem; color: var(--muted); font-style: italic; }
.callout {
  background: rgba(231, 176, 8, 0.07); border-left: 3px solid var(--gold); border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 16px 20px; margin: 22px 0;
}
.callout p { margin: 0; color: var(--text-soft); font-size: .96rem; }

/* Contact ----------------------------------------------------------------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.contact-item { display: flex; gap: 16px; margin-bottom: 24px; }
.contact-item .ico { width: 46px; height: 46px; border-radius: 12px; background: rgba(231, 176, 8, 0.12); border: 1px solid var(--border); display: grid; place-items: center; font-size: 1.3rem; flex-shrink: 0; }
.contact-item h4 { color: #fff; margin-bottom: 3px; }
.contact-item p { margin: 0; font-size: .94rem; }
textarea.field-input { min-height: 130px; resize: vertical; }

/* CTA band ---------------------------------------------------------------- */
.cta-band {
  background: var(--gold-grad); border-radius: 22px; padding: 46px; text-align: center;
  color: #241c00; box-shadow: var(--shadow);
}
.cta-band h2 { color: #241c00; margin-bottom: 12px; }
.cta-band p { color: #3a2e00; font-weight: 500; margin-bottom: 24px; }
.cta-band .btn-ghost { border-color: #241c00; color: #241c00; }
.cta-band .btn-ghost:hover { background: rgba(36, 28, 0, 0.1); }
.cta-band .btn-dark { background: #111827; color: var(--gold-light); }
.cta-band .btn-dark:hover { background: #0b1120; color: var(--gold); transform: translateY(-2px); }

/* Footer ------------------------------------------------------------------ */
.site-footer { background: var(--bg-3); border-top: 1px solid var(--border); padding: 52px 0 24px; margin-top: 20px; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; margin-bottom: 36px; }
.footer-brand img { height: 46px; margin-bottom: 14px; }
.footer-brand p { font-size: .92rem; color: var(--muted); max-width: 340px; }
.footer-col h4 { font-family: var(--font-body); font-size: .95rem; color: var(--gold-light); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 14px; }
.footer-col a { display: block; color: var(--text-soft); font-size: .93rem; padding: 5px 0; }
.footer-col a:hover { color: var(--gold); }
.age-badge {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 16px;
  padding: 7px 14px; border-radius: 40px; border: 1px solid var(--danger); color: #ff9c9c; font-size: .82rem; font-weight: 600;
}
.footer-bottom {
  border-top: 1px solid var(--border-soft); padding-top: 22px;
  display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
}
.footer-bottom p { margin: 0; font-size: .85rem; color: var(--muted); }
.footer-legal-links { display: flex; gap: 6px 18px; flex-wrap: wrap; }
.footer-legal-links a { font-size: .85rem; color: var(--muted); }
.footer-legal-links a:hover { color: var(--gold); }
.disclaimer-strip { background: var(--bg-3); border-top: 1px solid var(--border-soft); padding: 16px 0; }
.disclaimer-strip p { font-size: .78rem; color: var(--muted); text-align: center; margin: 0; max-width: 900px; margin-inline: auto; }

/* Floating WhatsApp ------------------------------------------------------- */
.wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 90;
  width: 58px; height: 58px; border-radius: 50%; background: #25d366;
  display: grid; place-items: center; box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
  transition: transform .2s ease;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* Responsive -------------------------------------------------------------- */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-visual { order: -1; max-width: 420px; margin: 0 auto; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .nav-links {
    position: fixed; inset: 74px 0 auto 0; flex-direction: column; align-items: stretch;
    background: rgba(11, 17, 32, 0.98); border-bottom: 1px solid var(--border);
    padding: 16px; gap: 6px; transform: translateY(-140%); transition: transform .3s ease; z-index: 99;
  }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { padding: 12px 14px; }
  .nav-cta { margin-left: 0; }
  .nav-toggle { display: block; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .section { padding: 54px 0; }
  .cta-band { padding: 34px 22px; }
}
@media (max-width: 480px) {
  .stats-row { grid-template-columns: 1fr 1fr; gap: 16px; }
  .hero-cta .btn { width: 100%; }
}
