/* ===================================================================
   BANANA.GAMES CLONE — main.css
   Dark iGaming B2B theme · Primary: #ffad00 · Font: Montserrat
   =================================================================== */

/* ── 1. DESIGN TOKENS ─────────────────────────────────────────────── */
:root {
  --gold:          #ffad00;
  --gold-hover:    #d48f00;
  --gold-dim:      rgba(255, 173, 0, 0.1);
  --gold-border:   rgba(255, 173, 0, 0.28);
  --bg:            #0d0d0d;
  --bg-card:       #131313;
  --bg-alt:        #090909;
  --bg-nav:        rgba(10, 10, 10, 0.96);
  --text:          #ffffff;
  --text-muted:    #888888;
  --text-dim:      #444444;
  --border:        rgba(255, 255, 255, 0.07);
  --nav-h:         80px;
  --radius:        14px;
  --radius-sm:     8px;
  --radius-lg:     24px;
  --transition:    0.3s ease;
  --max-w:         1280px;
  --pad-x:         clamp(1.25rem, 4vw, 3rem);
  --section-py:    clamp(4.5rem, 9vw, 7.5rem);
  --shadow:        0 8px 40px rgba(0, 0, 0, 0.6);
  --glow-gold:     0 0 40px rgba(255, 173, 0, 0.15);
}

/* ── 2. RESET ─────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  font-size: 16px;
  scroll-padding-top: var(--nav-h);
}

body {
  font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font: inherit; color: inherit; }
input, select, textarea { font: inherit; }
::selection { background: var(--gold); color: #000; }

/* ── 3. TYPOGRAPHY ────────────────────────────────────────────────── */
h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
}
h3 {
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 700;
  line-height: 1.3;
}
h4 { font-size: 1rem; font-weight: 600; }

.text-gold    { color: var(--gold); }
.text-muted   { color: var(--text-muted); }
.text-center  { text-align: center; }
.fw-800       { font-weight: 800; }

/* ── 4. LAYOUT ────────────────────────────────────────────────────── */
.container {
  width: 100%;
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: var(--pad-x);
}

.section      { padding-block: var(--section-py); }
.section-alt  { background: var(--bg-alt); }

.section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}
.section-header p {
  max-width: 580px;
  margin-inline: auto;
  margin-top: 0.75rem;
  font-size: 1rem;
}

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ── 5. NAVBAR ────────────────────────────────────────────────────── */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  padding-inline: var(--pad-x);
  background: transparent;
  transition: background var(--transition), box-shadow var(--transition);
}

.navbar.scrolled {
  background: var(--bg-nav);
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: var(--max-w);
  margin-inline: auto;
  gap: 1rem;
}

.nav-brand img {
  height: 44px;
  width: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}

.nav-links a {
  padding: 0.5rem 0.9rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  border-radius: var(--radius-sm);
  transition: color var(--transition), background var(--transition);
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--gold);
  background: var(--gold-dim);
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* ── 6. LANGUAGE SWITCHER ─────────────────────────────────────────── */
.lang-switcher { position: relative; }

.lang-current {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.875rem;
  border: 1px solid var(--border);
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color var(--transition), background var(--transition);
  background: transparent;
  color: var(--text);
  white-space: nowrap;
}

.lang-current:hover {
  border-color: var(--gold-border);
  background: var(--gold-dim);
}

.lang-current .flag { font-size: 1.05rem; line-height: 1; }

.lang-current .chevron {
  width: 0; height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: 0.5;
  transition: transform var(--transition);
  margin-left: 2px;
}

.lang-current[aria-expanded="true"] .chevron { transform: rotate(180deg); }

.lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #1c1c1c;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 0.35rem;
  min-width: 140px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity var(--transition), transform var(--transition);
  z-index: 200;
}

.lang-menu.open {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

.lang-menu button {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 0.75rem;
  font-size: 0.85rem;
  font-weight: 500;
  border-radius: 6px;
  transition: background var(--transition), color var(--transition);
  text-align: left;
}

.lang-menu button:hover  { background: var(--gold-dim); color: var(--gold); }
.lang-menu button.active { color: var(--gold); font-weight: 700; }

/* ── 7. HAMBURGER + MOBILE NAV ────────────────────────────────────── */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 32px;
  padding: 4px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}

.nav-toggle span:nth-child(2) { width: 75%; }

.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-mobile {
  display: none;
  position: fixed;
  inset: 0;
  top: var(--nav-h);
  background: var(--bg-nav);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition);
}

.nav-mobile.open {
  opacity: 1;
  pointer-events: all;
  display: flex;
}

.nav-mobile a {
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.875rem 2.5rem;
  color: rgba(255, 255, 255, 0.75);
  border-radius: var(--radius);
  transition: color var(--transition), background var(--transition);
  width: 100%;
  text-align: center;
}

.nav-mobile a:hover,
.nav-mobile a.active {
  color: var(--gold);
  background: var(--gold-dim);
}

.nav-mobile .mobile-lang {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
}

.nav-mobile .mobile-lang button {
  padding: 0.5rem 1rem;
  border: 1px solid var(--border);
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  transition: color var(--transition), border-color var(--transition);
}

.nav-mobile .mobile-lang button.active { color: var(--gold); border-color: var(--gold-border); }

/* ── 8. BUTTONS ───────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: all var(--transition);
  white-space: nowrap;
  cursor: pointer;
  border: 2px solid transparent;
}

.btn-primary {
  background: var(--gold);
  color: #000;
  box-shadow: 0 4px 20px rgba(255, 173, 0, 0.3);
}

.btn-primary:hover {
  background: var(--gold-hover);
  box-shadow: 0 6px 30px rgba(255, 173, 0, 0.45);
  transform: translateY(-2px);
}

.btn-outline {
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--text);
  background: transparent;
}

.btn-outline:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: var(--gold-dim);
}

.btn-sm { padding: 0.6rem 1.25rem; font-size: 0.8rem; }

.btn-card {
  padding: 0.65rem 1.5rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  border: 1px solid var(--gold-border);
  color: var(--gold);
  background: transparent;
  transition: all var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.btn-card:hover {
  background: var(--gold);
  color: #000;
  border-color: var(--gold);
}

/* ── 9. HERO ──────────────────────────────────────────────────────── */
.hero {
  position: relative;
  height: 100vh;
  min-height: 620px;
  overflow: hidden;
}

.hero-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease;
  pointer-events: none;
}

.hero-slide.active {
  opacity: 1;
  pointer-events: all;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.06);
  transition: transform 8s ease;
}

.hero-slide.active .hero-bg { transform: scale(1); }

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.45) 45%,
    rgba(0, 0, 0, 0.72) 100%
  );
}

.hero-content-wrap {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-content { max-width: 820px; text-align: center; }

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.75rem;
  justify-content: center;
}

.pill {
  padding: 0.35rem 1.1rem;
  background: var(--gold-dim);
  border: 1px solid var(--gold-border);
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-content h1,
.hero-content h2 {
  color: #fff;
  margin-bottom: 1rem;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

.hero-content .hero-sub {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 2.25rem;
}

.hero-cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-dots {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 0.6rem;
}

.hero-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  cursor: pointer;
  transition: background var(--transition), transform var(--transition);
  padding: 0;
}

.hero-dot.active {
  background: var(--gold);
  transform: scale(1.5);
}

/* ── 10. ABOUT (QUEM SOMOS) ───────────────────────────────────────── */
.about { background: var(--bg-alt); }

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.about-tag {
  display: inline-block;
  padding: 0.3rem 1rem;
  background: var(--gold-dim);
  border: 1px solid var(--gold-border);
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 1.25rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-text h2 { margin-bottom: 1.25rem; }
.about-text p  { margin-bottom: 1.2rem; font-size: 0.975rem; }

.about-stats {
  display: flex;
  gap: 3rem;
  margin-top: 2.25rem;
  padding-top: 2.25rem;
  border-top: 1px solid var(--border);
}

.stat-num {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
}

.stat-lbl {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-top: 0.3rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.about-visual { position: relative; }

.about-img {
  border-radius: var(--radius-lg);
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}

.about-badge {
  position: absolute;
  bottom: 1.75rem;
  left: -1.75rem;
  background: var(--bg-card);
  border: 1px solid var(--gold-border);
  border-radius: var(--radius);
  padding: 1rem 1.5rem;
  box-shadow: var(--shadow), var(--glow-gold);
}

.about-badge .badge-num {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
}

.about-badge .badge-lbl {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 0.3rem;
}

/* ── 11. DIFERENCIAIS ─────────────────────────────────────────────── */
.diferenciais { background: var(--bg); }

.diff-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.diff-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem 1.5rem;
  text-align: center;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.diff-card:hover {
  transform: translateY(-5px);
  border-color: var(--gold-border);
  box-shadow: var(--glow-gold);
}

.diff-icon-wrap {
  width: 68px; height: 68px;
  background: var(--gold-dim);
  border: 1px solid var(--gold-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.diff-icon-wrap img {
  width: 36px; height: 36px;
  object-fit: contain;
  filter: brightness(0) invert(1) sepia(1) saturate(5) hue-rotate(5deg);
}

.diff-icon-emoji { font-size: 1.6rem; }

.diff-card h3 { margin-bottom: 0.75rem; }
.diff-card p  { font-size: 0.875rem; line-height: 1.65; }

/* ── 12. PORTFOLIO ────────────────────────────────────────────────── */
.portfolio { background: var(--bg-alt); }

.portfolio-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2rem;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.portfolio-header .section-header {
  margin-bottom: 0;
  text-align: left;
}

/* Filter tabs */
.portfolio-filters {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.filter-btn {
  padding: 0.45rem 1.2rem;
  border-radius: 50px;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--text-muted);
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition);
  line-height: 1;
}

.filter-btn:hover {
  border-color: rgba(255,173,0,0.4);
  color: var(--text);
}

.filter-btn.active {
  border-color: var(--gold);
  color: var(--gold);
  background: var(--gold-dim);
}

/* Game grid: 4 cols desktop */
.game-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

/* Card */
.game-card {
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
}

.game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.65), 0 0 0 1px var(--gold-border);
}

.game-card.hidden { display: none; }

/* Full-card link */
.game-link {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
}

/* Thumbnail */
.game-thumb {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: #111;
}

.game-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.55s ease;
}

.game-card:hover .game-thumb img { transform: scale(1.07); }

/* Permanent gradient vignette */
.game-thumb::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.9) 0%,
    rgba(0,0,0,0.3) 45%,
    transparent 72%
  );
  z-index: 1;
  pointer-events: none;
}

/* Category badge (top-left) */
.game-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 0.57rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.22rem 0.6rem;
  border-radius: 20px;
  background: rgba(255,173,0,0.92);
  color: #000;
  z-index: 3;
  pointer-events: none;
}

/* Title + CTA at bottom */
.game-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem 0.9rem;
  z-index: 2;
  pointer-events: none;
}

.game-caption h3 {
  font-size: 0.9rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.35rem;
  line-height: 1.25;
  text-shadow: 0 1px 6px rgba(0,0,0,0.5);
}

.game-play {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--gold);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.game-card:hover .game-play {
  opacity: 1;
  transform: translateY(0);
}

/* ── 13. JOGOS BRANDED ────────────────────────────────────────────── */
.branded { background: var(--bg-alt); }

.branded-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.branded-visual { position: relative; }

.branded-img-stack {
  position: relative;
  height: 460px;
}

.branded-img {
  position: absolute;
  border-radius: 16px;
  object-fit: cover;
}

.branded-img--back {
  width: 55%;
  aspect-ratio: 1;
  top: 0;
  left: 0;
  opacity: 0.3;
  filter: blur(2px);
  transform: rotate(-5deg);
  border: 1px solid rgba(255,173,0,0.12);
}

.branded-img--mid {
  width: 55%;
  aspect-ratio: 1;
  top: 12%;
  left: 8%;
  opacity: 0.55;
  transform: rotate(-2deg);
  border: 1px solid rgba(255,173,0,0.22);
}

.branded-img--front {
  width: 65%;
  aspect-ratio: 1;
  top: 8%;
  right: 0;
  box-shadow: 0 24px 60px rgba(0,0,0,0.65), 0 0 0 2px rgba(255,173,0,0.35);
}

.branded-badge {
  position: absolute;
  top: 6%;
  right: 3%;
  background: var(--gold);
  color: #000;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: .35rem .9rem;
  border-radius: 999px;
  z-index: 10;
}

.branded-content .section-tag { display: inline-block; margin-bottom: 1rem; }

.branded-content h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

.branded-content > p {
  color: var(--text-muted);
  margin-bottom: 2rem;
  line-height: 1.7;
}

.branded-features {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .85rem 2rem;
  margin-bottom: 2.5rem;
}

.branded-features li {
  color: var(--text-muted);
  font-size: .875rem;
  padding-left: 1.4rem;
  position: relative;
  line-height: 1.4;
}

.branded-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .45em;
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: var(--gold);
}

/* ── 14. INTEGRAÇÃO ───────────────────────────────────────────────── */
.integracao { background: var(--bg-alt); }

.integracao-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.integracao-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ── Laptop / dashboard mockup ─────────────────────────────────────── */
.laptop-mockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(0 32px 64px rgba(255,173,0,0.16));
  width: 100%;
  max-width: 500px;
}

.laptop-screen-wrap {
  background: linear-gradient(170deg, #222 0%, #181818 100%);
  border-radius: 14px 14px 4px 4px;
  padding: 10px 10px 6px;
  border: 1.5px solid rgba(255,255,255,0.09);
  box-shadow:
    0 40px 90px rgba(0,0,0,0.7),
    inset 0 1px 0 rgba(255,255,255,0.06);
  width: 100%;
  position: relative;
}

.laptop-cam {
  width: 7px; height: 7px;
  background: #333;
  border-radius: 50%;
  margin: 0 auto 7px;
}

.laptop-screen {
  background: #0d0d0d;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}

.laptop-body {
  background: linear-gradient(180deg, #282828 0%, #1c1c1c 100%);
  width: calc(100% + 40px);
  height: 22px;
  border-radius: 0 0 10px 10px;
  border: 1.5px solid rgba(255,255,255,0.07);
  border-top: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.laptop-notch {
  width: 56px; height: 5px;
  background: #111;
  border-radius: 0 0 4px 4px;
}

/* ── Dashboard UI inside screen ── */
.dash-topbar {
  background: #111;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 7px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dash-brand {
  font-size: 0.62rem;
  font-weight: 800;
  color: var(--gold);
  letter-spacing: 0.04em;
}

.dash-brand span {
  font-size: 0.58rem;
  font-weight: 500;
  color: rgba(255,255,255,0.35);
  margin-left: 5px;
}

.dash-connected {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.55rem;
  color: rgba(255,255,255,0.45);
}

.dash-conn-dot {
  width: 6px; height: 6px;
  background: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(34,197,94,0.7);
}

.dash-main {
  display: flex;
  min-height: 290px;
}

.dash-sidebar {
  width: 88px;
  background: #0a0a0a;
  border-right: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0;
  flex-shrink: 0;
}

.dash-nav {
  padding: 6px 10px;
  font-size: 0.53rem;
  color: rgba(255,255,255,0.3);
  border-left: 2px solid transparent;
}

.dash-nav.active {
  color: var(--gold);
  background: rgba(255,173,0,0.07);
  border-left-color: var(--gold);
}

.dash-content {
  flex: 1;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

/* Stats row */
.dash-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.dash-stat {
  background: rgba(255,173,0,0.06);
  border: 1px solid rgba(255,173,0,0.14);
  border-radius: 6px;
  padding: 7px 6px;
  text-align: center;
}

.dash-stat b {
  display: block;
  font-size: 0.85rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 3px;
}

.dash-stat span {
  font-size: 0.48rem;
  color: rgba(255,255,255,0.38);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

/* Game list */
.dash-games {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.dash-game {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 7px;
  background: rgba(255,255,255,0.03);
  border-radius: 4px;
  font-size: 0.54rem;
  color: rgba(255,255,255,0.68);
}

.dash-game-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: #22c55e;
  flex-shrink: 0;
}

.dash-game em {
  margin-left: auto;
  font-style: normal;
  font-size: 0.46rem;
  color: rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.06);
  padding: 1px 5px;
  border-radius: 10px;
}

/* API endpoint line */
.dash-endpoint {
  background: #080808;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 4px;
  padding: 6px 9px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.52rem;
  color: rgba(255,255,255,0.45);
  font-family: 'Courier New', monospace;
}

.ep-method {
  background: rgba(34,197,94,0.14);
  color: #22c55e;
  border-radius: 3px;
  padding: 1px 5px;
  font-size: 0.48rem;
  font-weight: 700;
  font-family: inherit;
}

.ep-ok {
  margin-left: auto;
  color: #22c55e;
  font-size: 0.48rem;
}

.integracao-text > p {
  font-size: 1rem;
  margin-bottom: 2.5rem;
}

.steps { display: flex; flex-direction: column; gap: 1.5rem; }

.step { display: flex; gap: 1.25rem; align-items: flex-start; }

.step-num {
  flex-shrink: 0;
  width: 42px; height: 42px;
  background: var(--gold);
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.9rem;
  box-shadow: 0 4px 16px rgba(255, 173, 0, 0.35);
}

.step-body h4 { margin-bottom: 0.3rem; font-size: 0.95rem; }
.step-body p  { font-size: 0.875rem; }

/* ── 15. PARCEIROS ────────────────────────────────────────────────── */
.parceiros { background: var(--bg); }

.partners-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.partner-item {
  padding: 1rem 2rem;
  border: 1px solid var(--border);
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: border-color var(--transition), background var(--transition);
  cursor: default;
}

.partner-item:hover {
  border-color: var(--gold-border);
  background: var(--gold-dim);
}

.partner-item img {
  height: 32px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.65;
  transition: opacity var(--transition);
}

.partner-item:hover img { opacity: 1; }

.partner-name {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-muted);
  transition: color var(--transition);
  white-space: nowrap;
}

.partner-item:hover .partner-name { color: var(--gold); }

/* ── 16. FAQ ──────────────────────────────────────────────────────── */
.faq { background: var(--bg-alt); }

.faq-inner { max-width: 820px; margin-inline: auto; }

.accordion-item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 0.75rem;
  overflow: hidden;
  transition: border-color var(--transition);
}

.accordion-item.open { border-color: var(--gold-border); }

.accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: var(--bg-card);
  text-align: left;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
  transition: color var(--transition), background var(--transition);
}

.accordion-trigger:hover { background: #1c1c1c; }
.accordion-item.open .accordion-trigger { color: var(--gold); }

.accordion-icon {
  flex-shrink: 0;
  position: relative;
  width: 22px; height: 22px;
}

.accordion-icon::before,
.accordion-icon::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 2px;
  transition: transform var(--transition), opacity var(--transition);
}

.accordion-icon::before {
  top: 50%; left: 50%;
  width: 10px; height: 2px;
  transform: translate(-50%, -50%);
}

.accordion-icon::after {
  top: 50%; left: 50%;
  width: 2px; height: 10px;
  transform: translate(-50%, -50%);
}

.accordion-item.open .accordion-icon::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.38s ease;
}

.accordion-item.open .accordion-body { max-height: 600px; }

.accordion-body-inner {
  padding: 1.25rem 1.5rem;
  background: var(--bg-card);
  border-top: 1px solid var(--border);
}

.accordion-body-inner p { font-size: 0.9rem; }

/* ── 17. CONTATO ──────────────────────────────────────────────────── */
.contato { background: var(--bg); }

.contato-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 4.5rem;
  align-items: flex-start;
}

.contato-info h2 { margin-bottom: 1.25rem; }
.contato-info > p { font-size: 1rem; margin-bottom: 2rem; }

.contato-ctas {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-box {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
}

.form-box-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 1.75rem;
}

.form-group { margin-bottom: 1.25rem; }

.form-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
  color: var(--text-muted);
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 0.875rem 1rem;
  color: var(--text);
  font-size: 0.9rem;
  transition: border-color var(--transition), box-shadow var(--transition);
  outline: none;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--gold-border);
  box-shadow: 0 0 0 3px rgba(255, 173, 0, 0.08);
}

.form-select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
  cursor: pointer;
}

.form-select option { background: #1a1a1a; color: var(--text); }

.form-textarea { resize: vertical; min-height: 120px; }

.form-label .required {
  color: #f87171;
  margin-left: 2px;
}

.turnstile-wrap { margin-bottom: 1.25rem; min-height: 65px; }

.form-submit {
  width: 100%;
  padding: 1rem 2rem;
  border-radius: 50px;
  background: var(--gold);
  color: #000;
  font-weight: 700;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  transition: background var(--transition), box-shadow var(--transition), transform var(--transition);
  box-shadow: 0 4px 20px rgba(255, 173, 0, 0.3);
}

.form-submit:hover {
  background: var(--gold-hover);
  box-shadow: 0 6px 30px rgba(255, 173, 0, 0.45);
  transform: translateY(-2px);
}

.form-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.form-msg {
  margin-top: 1rem;
  padding: 0.875rem 1.25rem;
  border-radius: var(--radius-sm);
  font-size: 0.875rem;
  font-weight: 600;
  display: none;
  text-align: center;
}

.form-msg.success {
  display: block;
  background: rgba(0, 200, 100, 0.1);
  border: 1px solid rgba(0, 200, 100, 0.3);
  color: #4ade80;
}

.form-msg.error {
  display: block;
  background: rgba(255, 50, 50, 0.1);
  border: 1px solid rgba(255, 50, 50, 0.3);
  color: #f87171;
}

/* ── 18. FOOTER ───────────────────────────────────────────────────── */
.footer {
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  padding-block: 3rem 1.75rem;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 2.5rem;
}

.footer-brand img {
  height: 42px;
  margin-bottom: 1rem;
}

.footer-brand p {
  font-size: 0.85rem;
  max-width: 280px;
  line-height: 1.65;
}

.social-links {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.social-link {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 0.95rem;
  transition: color var(--transition), border-color var(--transition), background var(--transition);
  text-decoration: none;
}

.social-link:hover {
  color: var(--gold);
  border-color: var(--gold-border);
  background: var(--gold-dim);
}

.footer-col h4 {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-muted);
  margin-bottom: 1.1rem;
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footer-col ul a {
  font-size: 0.875rem;
  color: var(--text-muted);
  transition: color var(--transition);
}

.footer-col ul a:hover { color: var(--gold); }

.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.footer-bottom p { font-size: 0.8rem; color: var(--text-dim); }

.footer-legal {
  display: flex;
  gap: 1.5rem;
}

.footer-legal a {
  font-size: 0.8rem;
  color: var(--text-muted);
  transition: color var(--transition);
}

.footer-legal a:hover { color: var(--gold); }

/* ── 19. ANIMATE ON SCROLL ────────────────────────────────────────── */
[data-aos] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

[data-aos].aos-visible { opacity: 1; transform: translateY(0); }

[data-aos-delay="1"] { transition-delay: 0.1s; }
[data-aos-delay="2"] { transition-delay: 0.2s; }
[data-aos-delay="3"] { transition-delay: 0.3s; }
[data-aos-delay="4"] { transition-delay: 0.4s; }

@media (prefers-reduced-motion: reduce) {
  [data-aos] { opacity: 1; transform: none; transition: none; }
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* ── 20. RESPONSIVE ───────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .diff-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .integracao-grid { grid-template-columns: 1fr; gap: 3rem; }
  .integracao-visual { display: none; }
  .contato-grid { grid-template-columns: 1fr; }
  .contato-info { max-width: 560px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-visual { display: none; }
}

@media (max-width: 768px) {
  :root { --nav-h: 70px; }
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .diff-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .game-grid { grid-template-columns: repeat(3, 1fr); gap: 0.75rem; }
  .branded-grid { grid-template-columns: 1fr; gap: 3rem; }
  .branded-img-stack { height: 320px; }
  .branded-features { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 2rem; }
  .hero-pills { display: none; }
  .hero-content .hero-sub { font-size: 1rem; }
  .form-box { padding: 1.75rem; }
}

@media (max-width: 500px) {
  .game-grid { grid-template-columns: repeat(2, 1fr); gap: 0.5rem; }
  .game-thumb { height: 170px; }
  .diff-grid { grid-template-columns: 1fr; }
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .footer-legal { justify-content: center; }
  .about-stats { gap: 1.5rem; }
}
