/* Virtude — layout Overwolf + identidade roxa Discord */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --black: #000000;
  --bg: #050508;
  --bg-2: #0a0a12;
  --card: #12121c;
  --border: rgba(255, 255, 255, 0.12);
  --text: #ffffff;
  --text-muted: #b4b4c8;
  --text-dim: #6b6b80;

  --purple: #8b5cf6;
  --purple-bright: #a78bfa;
  --purple-deep: #6d28d9;
  --purple-glow: rgba(139, 92, 246, 0.45);
  --discord: #5865f2;
  --discord-glow: rgba(88, 101, 242, 0.4);
  --green: #23a559;

  --grad-purple: linear-gradient(135deg, #a78bfa 0%, #7c3aed 50%, #5865f2 100%);
  --grad-card: linear-gradient(160deg, rgba(139, 92, 246, 0.15) 0%, rgba(88, 101, 242, 0.08) 100%);

  --font: 'Inter', system-ui, sans-serif;
  --header-h: 80px;
  --nav-pill-h: 64px;
  --header-offset: 16px;
  --container: min(1240px, 92%);
  --section-tint: rgba(10, 10, 18, 0.68);
  --section-tint-dark: rgba(0, 0, 0, 0.72);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
}

body {
  font-family: var(--font);
  background: var(--black);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

main {
  position: relative;
  z-index: 2;
}

/* ─── Fundo animado global ─── */
.site-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: radial-gradient(ellipse 120% 80% at 50% 0%, #0d0618 0%, var(--black) 55%);
}

.site-bg-aurora {
  position: absolute;
  inset: -50% -20%;
  background:
    conic-gradient(
      from 200deg at 50% 50%,
      transparent 0deg,
      rgba(109, 40, 217, 0.18) 60deg,
      rgba(88, 101, 242, 0.14) 120deg,
      rgba(167, 139, 250, 0.1) 180deg,
      transparent 240deg
    );
  filter: blur(60px);
  opacity: 0.7;
  animation: aurora-drift 22s ease-in-out infinite;
}

@keyframes aurora-drift {
  0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); }
  33% { transform: translate(4%, -3%) rotate(8deg) scale(1.05); }
  66% { transform: translate(-3%, 2%) rotate(-6deg) scale(0.98); }
}

.site-bg-orbs {
  position: absolute;
  inset: 0;
  transform: translate(var(--bg-parallax-x, 0), var(--bg-parallax-y, 0));
  transition: transform 0.4s ease-out;
}

.site-bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  will-change: transform;
}

.site-bg-orb-1 {
  width: min(55vw, 620px);
  height: min(55vw, 620px);
  top: -8%;
  right: -10%;
  background: rgba(109, 40, 217, 0.45);
  animation: bg-orb-1 18s ease-in-out infinite;
}

.site-bg-orb-2 {
  width: min(45vw, 480px);
  height: min(45vw, 480px);
  bottom: 10%;
  left: -12%;
  background: rgba(88, 101, 242, 0.35);
  animation: bg-orb-2 24s ease-in-out infinite;
}

.site-bg-orb-3 {
  width: min(35vw, 380px);
  height: min(35vw, 380px);
  top: 38%;
  left: 38%;
  background: rgba(167, 139, 250, 0.22);
  animation: bg-orb-3 20s ease-in-out infinite;
}

.site-bg-orb-4 {
  width: min(28vw, 300px);
  height: min(28vw, 300px);
  top: 62%;
  right: 18%;
  background: rgba(139, 92, 246, 0.28);
  animation: bg-orb-4 16s ease-in-out infinite;
}

.site-bg-orb-5 {
  width: min(22vw, 240px);
  height: min(22vw, 240px);
  top: 18%;
  left: 12%;
  background: rgba(88, 101, 242, 0.2);
  animation: bg-orb-5 26s ease-in-out infinite;
}

@keyframes bg-orb-1 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-40px, 50px); }
}

@keyframes bg-orb-2 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(50px, -35px); }
}

@keyframes bg-orb-3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-30px, 40px) scale(1.12); }
}

@keyframes bg-orb-4 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-45px, -30px); }
}

@keyframes bg-orb-5 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(35px, 25px); }
}

.site-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(139, 92, 246, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139, 92, 246, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 75%);
  animation: grid-pulse 8s ease-in-out infinite;
}

@keyframes grid-pulse {
  0%, 100% { opacity: 0.35; }
  50% { opacity: 0.65; }
}

.site-bg-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 35%, rgba(0, 0, 0, 0.55) 100%);
}

#particles {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.container-narrow {
  width: min(680px, 92%);
  margin-inline: auto;
}

.text-purple {
  background: var(--grad-purple);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: text-shimmer 5s ease-in-out infinite;
}

@keyframes text-shimmer {
  0%, 100% { background-position: 0% center; }
  50% { background-position: 100% center; }
}

/* ─── Header (pill flutuante + identidade Virtude) ─── */
.header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 300;
  height: auto;
  padding: calc(var(--header-offset) + env(safe-area-inset-top, 0px)) 20px 0;
  background: transparent;
  backdrop-filter: none;
  pointer-events: none;
}

.header.scrolled .nav {
  background: rgba(8, 4, 16, 0.9);
  border-color: rgba(126, 0, 255, 0.38);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(126, 0, 255, 0.08);
}

.nav {
  display: flex;
  align-items: center;
  min-height: var(--nav-pill-h);
  height: auto;
  padding: 10px 14px 10px 20px;
  max-width: min(1120px, 100%);
  margin: 0 auto;
  gap: 20px;
  border-radius: 999px;
  background: rgba(10, 6, 18, 0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(126, 0, 255, 0.28);
  box-shadow:
    0 10px 36px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  pointer-events: auto;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  overflow: visible;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text);
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
  text-transform: lowercase;
}

.logo img {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  box-shadow: 0 0 20px var(--purple-glow);
}

.nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
  margin-left: auto;
}

@media (min-width: 769px) {
  .nav {
    position: relative;
  }

  .nav-links {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    gap: 22px;
  }
}

.nav-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  transition: color 0.2s;
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: var(--grad-purple);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.nav-links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-links a:hover {
  color: var(--purple-bright);
}

.nav-links a.is-active {
  color: #c084fc;
}

.nav-links a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
  background: #7e00ff;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 24px;
  border-radius: 999px;
  border: 1px solid rgba(196, 181, 253, 0.55);
  background: transparent;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.nav-cta::after {
  display: none;
}

.nav-cta:hover {
  color: #fff;
  border-color: #7e00ff;
  background: #7e00ff;
  box-shadow: 0 0 24px rgba(126, 0, 255, 0.45);
}

.nav-cta-desktop {
  margin-left: auto;
}

.nav-cta-mobile {
  display: none;
}

@media (min-width: 769px) {
  .nav-cta-mobile {
    display: none !important;
  }

  .nav-cta-desktop {
    display: inline-flex;
  }
}


.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 12px;
  margin: -8px -8px -8px 0;
  min-width: 48px;
  min-height: 48px;
  justify-content: center;
  align-items: center;
  touch-action: manipulation;
}

.nav-toggle span {
  width: 22px;
  height: 2px;
  background: var(--text);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* ─── Buttons (Overwolf ghost style) ─── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  min-height: 48px;
  font-family: var(--font);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.25s;
  border: 1px solid transparent;
  touch-action: manipulation;
}

.btn-ghost {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.55);
  background: transparent;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

.btn-ghost::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(255, 255, 255, 0.12) 50%,
    transparent 60%
  );
  transform: translateX(-120%);
  transition: transform 0.55s ease;
}

.btn-ghost:hover::before {
  transform: translateX(120%);
}

.btn-ghost:hover {
  border-color: var(--purple-bright);
  color: var(--purple-bright);
  box-shadow: 0 0 24px var(--purple-glow);
  background: rgba(139, 92, 246, 0.08);
}

.btn-hero {
  display: inline-flex;
  margin-top: 8px;
  margin-inline: auto;
}

.btn-card {
  width: 100%;
  margin-top: auto;
}

.btn-lg {
  padding: 18px 40px;
  font-size: 0.82rem;
}

/* ─── Hero (Overwolf left-aligned) ─── */
.ow-hero {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: calc(var(--header-h) + 40px) 4% 80px;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 70% 40%, rgba(109, 40, 217, 0.18) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 20% 80%, rgba(88, 101, 242, 0.1) 0%, transparent 50%);
}

.hero-bg-img {
  display: none;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
  align-items: center;
  justify-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 640px;
  width: 100%;
  text-align: center;
  margin-inline: auto;
}

.hero-content h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-title-line {
  white-space: nowrap;
}

.hero-title-sub {
  display: block;
  text-align: center;
  white-space: nowrap;
}

.hero-lead {
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  color: var(--text-muted);
  line-height: 1.75;
  max-width: 540px;
  margin: 0 auto 36px;
}

.hero-visual {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding-bottom: 52px;
}

/* ─── Hero entrance ─── */
.hero-animate {
  opacity: 0;
  transform: translateY(28px);
  animation: hero-enter 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(0.12s + var(--i, 0) * 0.12s);
}

@keyframes hero-enter {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-visual.hero-animate {
  transform: translateY(24px) scale(0.97);
  animation-name: hero-visual-enter;
  animation-duration: 1s;
  animation-delay: 0.35s;
  transform-style: preserve-3d;
  transition: transform 0.2s ease-out;
}

@keyframes hero-visual-enter {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.hero-chat-panel {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: rgba(126, 0, 255, 0.06);
  border: 1px solid rgba(126, 0, 255, 0.28);
  border-radius: 20px;
  box-shadow: 0 24px 80px rgba(109, 40, 217, 0.35);
  backdrop-filter: blur(10px);
  animation: banner-float 6s ease-in-out infinite;
}

.hero-chat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.hero-chat-channel {
  font-size: 0.82rem;
  font-weight: 700;
  color: #7e00ff;
  letter-spacing: 0.02em;
}

.hero-chat-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--green);
  white-space: nowrap;
}

.hero-chat-live .quote-online {
  width: 8px;
  height: 8px;
}

.hero-chat-window {
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #1e1f22;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.hero-chat-msgs {
  position: relative;
  max-height: 300px;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #2b2d31 0%, #232428 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 10%, #000 88%, transparent 100%);
}

.hero-chat-msgs-track {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px 12px 16px;
  animation: hero-chat-scroll 56s linear infinite;
  will-change: transform;
}

@keyframes hero-chat-scroll {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

.hero-chat-msg {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  animation: hero-chat-msg-pop 0.5s ease both;
}

.hero-chat-msg:nth-child(1) { animation-delay: 0.1s; }
.hero-chat-msg:nth-child(2) { animation-delay: 0.25s; }
.hero-chat-msg:nth-child(3) { animation-delay: 0.4s; }
.hero-chat-msg:nth-child(4) { animation-delay: 0.55s; }
.hero-chat-msg:nth-child(5) { animation-delay: 0.7s; }
.hero-chat-msg:nth-child(6) { animation-delay: 0.85s; }
.hero-chat-msg:nth-child(7) { animation-delay: 1s; }
.hero-chat-msg:nth-child(8) { animation-delay: 1.15s; }
.hero-chat-msg:nth-child(9) { animation-delay: 1.3s; }
.hero-chat-msg:nth-child(10) { animation-delay: 1.45s; }
.hero-chat-msg:nth-child(11) { animation-delay: 1.6s; }
.hero-chat-msg:nth-child(12) { animation-delay: 1.75s; }

@keyframes hero-chat-msg-pop {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-chat-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
}

.hero-chat-avatar--1 { background: #5865f2; }
.hero-chat-avatar--2 { background: #eb459e; }
.hero-chat-avatar--3 { background: #57f287; color: #0a0a0f; }
.hero-chat-avatar--4 { background: #fee75c; color: #0a0a0f; }
.hero-chat-avatar--5 { background: #ed4245; }
.hero-chat-avatar--6 { background: #7e00ff; }

.hero-chat-avatar--photo {
  object-fit: cover;
  background: #2b2d31;
}

.hero-chat-body {
  min-width: 0;
  flex: 1;
}

.hero-chat-body header {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 2px;
}

.hero-chat-body strong {
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-chat-nick--girl {
  color: #ff6eb4;
}

.hero-chat-nick--boy {
  color: #5b9cff;
}

.hero-chat-body time {
  font-size: 0.62rem;
  color: #949ba4;
}

.hero-chat-body p {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.45;
  color: #dbdee1;
  word-break: break-word;
}

.hero-chat-input {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 12px;
  font-size: 0.72rem;
  color: #949ba4;
  background: #383a40;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}

.hero-chat-typing {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
  color: #b5bac1;
}

.hero-chat-typing-name {
  font-weight: 700;
}

.hero-chat-typing-dots {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-left: 2px;
}

.hero-chat-typing-dots span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #7e00ff;
  animation: hero-chat-dot 1.2s ease-in-out infinite;
}

.hero-chat-typing-dots span:nth-child(2) { animation-delay: 0.15s; }
.hero-chat-typing-dots span:nth-child(3) { animation-delay: 0.3s; }

@keyframes hero-chat-dot {
  0%, 80%, 100% { opacity: 0.25; transform: translateY(0); }
  40% { opacity: 1; transform: translateY(-3px); }
}

@keyframes banner-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.hero-server-card {
  position: absolute;
  bottom: -20px;
  left: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: rgba(18, 18, 28, 0.95);
  border: 1px solid rgba(139, 92, 246, 0.4);
  border-radius: 10px;
  backdrop-filter: blur(12px);
  animation: card-glow 4s ease-in-out infinite;
}

@keyframes card-glow {
  0%, 100% { box-shadow: 0 8px 32px rgba(109, 40, 217, 0.2); }
  50% { box-shadow: 0 12px 48px rgba(139, 92, 246, 0.35); }
}

.hero-server-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  flex-shrink: 0;
}

.hero-server-card strong {
  display: block;
  font-size: 0.88rem;
  margin-bottom: 2px;
}

.hero-server-card span {
  font-size: 0.78rem;
  color: var(--green);
}

.hero-server-card span strong {
  display: inline;
  color: var(--green);
  font-size: inherit;
}

.scroll-hint {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 48px;
  border: 2px solid rgba(139, 92, 246, 0.5);
  border-radius: 20px;
  display: grid;
  place-items: start center;
  padding-top: 8px;
  text-decoration: none;
}

.scroll-hint span {
  width: 4px;
  height: 10px;
  background: var(--purple-bright);
  border-radius: 4px;
  animation: scroll-bounce 2s infinite;
  box-shadow: 0 0 10px var(--purple-glow);
}

@keyframes scroll-bounce {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(10px); opacity: 0.4; }
}

/* ─── Trusted strip ─── */
.trusted {
  position: relative;
  z-index: 1;
  padding: 48px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: rgba(139, 92, 246, 0.04);
}

.trusted h3 {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #7e00ff;
  margin-bottom: 24px;
}

.trusted-item span {
  font-size: 0.88rem;
  font-weight: 600;
  color: #7e00ff;
  white-space: nowrap;
  transition: color 0.2s, opacity 0.2s;
}

.trusted-item:hover span {
  color: #a64dff;
  opacity: 1;
}

.trusted-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 2.2vw, 28px);
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(126, 0, 255, 0.35) transparent;
  padding: 4px 0 8px;
}

.trusted-row::-webkit-scrollbar {
  height: 5px;
}

.trusted-row::-webkit-scrollbar-thumb {
  background: rgba(126, 0, 255, 0.35);
  border-radius: 999px;
}

.trusted-item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  opacity: 0;
  transform: translateY(12px);
  animation: trusted-in 0.6s ease forwards;
}

.trusted-item:nth-child(1) { animation-delay: 0.05s; }
.trusted-item:nth-child(2) { animation-delay: 0.12s; }
.trusted-item:nth-child(3) { animation-delay: 0.19s; }
.trusted-item:nth-child(4) { animation-delay: 0.26s; }
.trusted-item:nth-child(5) { animation-delay: 0.33s; }
.trusted-item:nth-child(6) { animation-delay: 0.4s; }

@keyframes trusted-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.trusted-item img {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  object-fit: contain;
  flex-shrink: 0;
  box-shadow: 0 0 16px rgba(126, 0, 255, 0.28);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.trusted-item:hover img {
  transform: scale(1.12) rotate(-4deg);
  box-shadow: 0 0 24px rgba(126, 0, 255, 0.4);
}

/* ─── Sections ─── */
.section {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}

.section-title {
  text-align: center;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 56px;
}

.section-faq {
  background: var(--section-tint);
}

.section {
  background: transparent;
}

/* ─── Create with us cards ─── */
.create-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  list-style: none;
}

.create-card {
  display: flex;
  flex-direction: column;
  background: rgba(126, 0, 255, 0.06);
  border: 1px solid rgba(126, 0, 255, 0.22);
  border-radius: 24px;
  overflow: hidden;
  backdrop-filter: blur(10px);
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}

.create-card:hover {
  border-color: rgba(126, 0, 255, 0.45);
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(126, 0, 255, 0.18);
  background: rgba(126, 0, 255, 0.1);
}

.create-card-img {
  height: 200px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #4c1d95, #5865f2);
  flex-shrink: 0;
}

.create-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s;
}

.create-card:hover .create-card-img img {
  transform: scale(1.05);
}

.create-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 28px 22px 24px;
  text-align: center;
  align-items: center;
}

.create-card-body h3 {
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}

.create-card-body p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 24px;
  flex: 1;
}

/* ─── Overwolf banner sections ─── */
.ow-banner {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  overflow: hidden;
}

.ow-banner-1 {
  background: var(--section-tint);
  border-top: 1px solid rgba(139, 92, 246, 0.15);
}

.ow-banner-2 {
  background: var(--section-tint-dark);
}

.ow-banner-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.ow-banner-inner.reverse .ow-banner-text {
  order: 2;
}

.ow-banner-inner.reverse .ow-banner-visual {
  order: 1;
}

.ow-banner-text {
  text-align: center;
}

.ow-banner-text h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.ow-banner-text p {
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 auto 32px;
  max-width: 480px;
}

/* Discord card */
.discord-card {
  background: #2b2d31;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(139, 92, 246, 0.3);
  box-shadow: 0 0 60px rgba(109, 40, 217, 0.25);
  animation: discord-pulse 5s ease-in-out infinite;
}

@keyframes discord-pulse {
  0%, 100% { box-shadow: 0 0 40px rgba(109, 40, 217, 0.2); }
  50% { box-shadow: 0 0 70px rgba(139, 92, 246, 0.35); }
}

.discord-card-banner {
  height: 80px;
}

.discord-card-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.discord-card-head {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding: 0 18px 14px;
  margin-top: -18px;
}

.discord-card-head > div {
  padding-left: 8px;
  padding-bottom: 6px;
}

.discord-card-head img {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  border: 4px solid #2b2d31;
}

.discord-card-head strong {
  display: block;
  font-size: 0.9rem;
}

.discord-card-name {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  background: linear-gradient(135deg, #c084fc 0%, #7e00ff 50%, #a78bfa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 6px rgba(126, 0, 255, 0.2));
}

.discord-card-head span:not(.discord-card-name) {
  font-size: 0.75rem;
  color: #949ba4;
}

.discord-channels {
  padding: 4px 14px 14px;
}

.ch-cat {
  font-size: 0.65rem;
  font-weight: 700;
  color: #949ba4;
  margin: 8px 0 4px;
}

.ch {
  display: flex;
  gap: 8px;
  padding: 4px 8px;
  font-size: 0.82rem;
  color: #949ba4;
  border-radius: 4px;
}

.ch.on {
  background: rgba(139, 92, 246, 0.15);
  color: #fff;
}

.ch span:first-child { opacity: 0.5; }

.discord-foot {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  background: #232428;
  font-size: 0.82rem;
  color: #949ba4;
}

.dot {
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(35, 165, 89, 0.6);
  animation: dot-pulse 2s ease-in-out infinite;
}

@keyframes dot-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.25); opacity: 0.75; }
}

.discord-foot strong { color: var(--green); }

.feature-illustration {
  width: 100%;
  max-width: 560px;
  height: auto;
  aspect-ratio: 600 / 420;
  border-radius: 12px;
  border: 1px solid rgba(139, 92, 246, 0.3);
  box-shadow: 0 20px 60px rgba(109, 40, 217, 0.25);
  display: block;
  margin: 0 auto;
  background: var(--bg-2);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.ow-banner-visual:hover .feature-illustration {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 28px 72px rgba(109, 40, 217, 0.35);
}

.partner-card {
  padding: 0;
  background: rgba(126, 0, 255, 0.06);
  border: 1px solid rgba(126, 0, 255, 0.22);
  border-radius: 24px;
  overflow: hidden;
  backdrop-filter: blur(10px);
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}

.partner-card:hover {
  border-color: rgba(126, 0, 255, 0.45);
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(126, 0, 255, 0.18);
  background: rgba(126, 0, 255, 0.1);
}

.partner-body {
  padding: 28px 28px 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.partner-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  display: block;
  background: linear-gradient(135deg, #4c1d95, #5865f2);
}

/* ─── Ecosystem stats ─── */
.ecosystem {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  background: radial-gradient(ellipse at center, rgba(109, 40, 217, 0.14) 0%, transparent 70%);
  border-top: 1px solid rgba(139, 92, 246, 0.2);
  border-bottom: 1px solid rgba(139, 92, 246, 0.2);
}

.ecosystem-desc {
  text-align: center;
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 640px;
  margin: -32px auto 56px;
  line-height: 1.7;
}

.ecosystem-desc strong {
  color: var(--purple-bright);
  font-size: 1.15em;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}

.stats-item {
  padding: 24px;
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 8px;
  background: rgba(139, 92, 246, 0.05);
  transition: all 0.35s ease;
}

.stats-item.visible {
  animation: stats-pop 0.65s cubic-bezier(0.22, 1, 0.36, 1) backwards;
  animation-delay: var(--reveal-delay, 0s);
}

@keyframes stats-pop {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.stats-item:hover {
  border-color: var(--purple);
  box-shadow: 0 0 40px rgba(139, 92, 246, 0.2);
}

.stats-num {
  display: block;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  background: var(--grad-purple);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
}

.stats-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-muted);
  line-height: 1.4;
}

/* ─── Partner cards ─── */
.partner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
}

.partner-body h3 {
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 14px;
}

.partner-body p {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 24px;
  flex: 1;
}

.link-cta {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--purple-bright);
  text-decoration: none;
  text-transform: lowercase;
  transition: color 0.2s, transform 0.25s ease, letter-spacing 0.25s ease;
  display: inline-block;
}

.link-cta:hover {
  color: var(--text);
  transform: translateX(6px);
  letter-spacing: 0.1em;
}

/* ─── Games showcase ─── */
.games-section {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  overflow: hidden;
  border-top: 1px solid rgba(139, 92, 246, 0.2);
  border-bottom: 1px solid rgba(139, 92, 246, 0.15);
}

.games-ambient {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.games-ambient-slide {
  position: absolute;
  inset: -10%;
  background-image: var(--slide-img);
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 1.4s ease, transform 8s ease;
  filter: blur(3px) saturate(1.1);
}

.games-ambient-slide.is-active {
  opacity: 0.55;
  transform: scale(1);
}

.games-ambient-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0.82) 100%),
    radial-gradient(ellipse at center, rgba(109, 40, 217, 0.2) 0%, transparent 65%);
  pointer-events: none;
}

.games-content {
  position: relative;
  z-index: 2;
}

.games-desc {
  text-align: center;
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 620px;
  margin: -32px auto 48px;
  line-height: 1.7;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  list-style: none;
  margin-bottom: 40px;
}

.game-card {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  border-radius: 12px;
  overflow: hidden;
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  cursor: default;
}

.game-card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.6s ease, filter 0.4s ease;
}

.game-card-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    transparent 30%,
    rgba(255, 255, 255, 0.06) 50%,
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.game-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 25%,
    rgba(0, 0, 0, 0.35) 55%,
    rgba(0, 0, 0, 0.92) 100%
  );
  pointer-events: none;
}

.game-card-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 20px 18px 18px;
  text-align: center;
}

.game-card-body strong {
  display: block;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
}

.game-card-body span {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--purple-bright);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.game-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(139, 92, 246, 0.55);
  box-shadow: 0 24px 56px rgba(109, 40, 217, 0.35);
}

.game-card:hover .game-card-bg {
  transform: scale(1.1);
  filter: brightness(1.08);
}

.game-card:hover .game-card-shine {
  opacity: 1;
}

.games-cta {
  text-align: center;
}

.section-desc {
  text-align: center;
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 560px;
  margin: -24px auto 48px;
  line-height: 1.7;
}

/* ─── Quotes / depoimentos ─── */
.quotes {
  position: relative;
  z-index: 1;
  padding: 80px 0 96px;
  background: rgba(126, 0, 255, 0.04);
  border-top: 1px solid rgba(126, 0, 255, 0.15);
  overflow: visible;
}

.quotes-desc {
  text-align: center;
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 620px;
  margin: -32px auto 48px;
  line-height: 1.7;
}

.quotes .container {
  overflow: visible;
}

.quotes-wrap {
  width: 100%;
  padding: 0 4%;
}

.quotes-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 20px 28px;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 8px 0 16px;
}

.quote-card {
  position: relative;
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 22px 22px 18px;
  background: rgba(126, 0, 255, 0.06);
  border: 1px solid rgba(126, 0, 255, 0.22);
  border-radius: 20px;
  overflow: hidden;
  text-align: left;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  backdrop-filter: blur(10px);
}

.quote-card::before {
  content: '\201C';
  position: absolute;
  top: 10px;
  right: 16px;
  font-size: 3.5rem;
  line-height: 1;
  color: rgba(126, 0, 255, 0.1);
  font-family: Georgia, serif;
  pointer-events: none;
}

.quote-card:hover {
  transform: translateY(-6px);
  border-color: rgba(126, 0, 255, 0.45);
  box-shadow: 0 20px 48px rgba(126, 0, 255, 0.2);
}

.quote-card-featured {
  border-color: rgba(126, 0, 255, 0.4);
  background: linear-gradient(145deg, rgba(126, 0, 255, 0.14) 0%, rgba(126, 0, 255, 0.06) 50%);
  box-shadow: 0 12px 40px rgba(126, 0, 255, 0.12);
}

.quote-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.quote-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid rgba(126, 0, 255, 0.45);
  box-shadow: 0 0 16px rgba(126, 0, 255, 0.22);
  flex-shrink: 0;
  object-fit: cover;
  background: var(--bg-2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.quote-card:hover .quote-avatar {
  transform: scale(1.06);
  box-shadow: 0 0 24px rgba(126, 0, 255, 0.35);
}

.quote-author {
  flex: 1;
  min-width: 0;
}

.quote-author strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.quote-author span {
  display: block;
  font-size: 0.72rem;
  color: var(--text-dim);
  margin-top: 2px;
  text-align: left;
}

.quote-online {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px rgba(35, 165, 89, 0.7);
  flex-shrink: 0;
  animation: dot-pulse 2.5s ease-in-out infinite;
}

.quote-stars {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: #7e00ff;
  margin-bottom: 10px;
  opacity: 0.85;
}

.quote-text {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0 0 16px;
  flex: 1;
  padding-left: 12px;
  border-left: 3px solid rgba(126, 0, 255, 0.45);
}

.quote-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid rgba(126, 0, 255, 0.12);
}

.quote-tag {
  font-size: 0.72rem;
  font-weight: 600;
  color: #7e00ff;
  background: rgba(126, 0, 255, 0.12);
  padding: 4px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.quote-time {
  font-size: 0.72rem;
  color: var(--text-dim);
  font-style: normal;
}

/* ─── Destiny paths ─── */
.destiny-section {
  background: radial-gradient(ellipse at bottom, rgba(88, 101, 242, 0.1) 0%, transparent 65%);
}

.destiny-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 16px;
  list-style: none;
  align-items: stretch;
}

.destiny-grid > li {
  display: flex;
  min-width: 0;
}

.destiny-card {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  min-height: 300px;
  height: 100%;
  text-decoration: none;
  color: var(--text);
  background: rgba(126, 0, 255, 0.06);
  border: 1px solid rgba(126, 0, 255, 0.22);
  border-radius: 24px;
  overflow: hidden;
  backdrop-filter: blur(10px);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, background 0.3s ease;
}

.destiny-card:hover {
  border-color: rgba(126, 0, 255, 0.45);
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(126, 0, 255, 0.18);
  background: rgba(126, 0, 255, 0.1);
}

.destiny-img {
  width: 100%;
  height: 180px;
  flex-shrink: 0;
  object-fit: cover;
  object-position: center;
  display: block;
  background: linear-gradient(135deg, #4c1d95, #5865f2);
}

.destiny-card h3 {
  padding: 20px 18px 6px;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.destiny-card p {
  padding: 0 18px 22px;
  margin-top: auto;
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.55;
  min-height: 2.8em;
  text-align: center;
}

/* ─── FAQ ─── */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  border: 1px solid rgba(139, 92, 246, 0.2);
  background: var(--card);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.faq-item[open] {
  border-color: rgba(139, 92, 246, 0.45);
  box-shadow: 0 8px 32px rgba(109, 40, 217, 0.12);
}

.faq-item summary {
  padding: 20px 24px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  text-align: center;
  transition: color 0.25s ease;
}

.faq-item[open] summary {
  color: var(--purple-bright);
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
  content: '+';
  color: var(--purple-bright);
  font-size: 1.3rem;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-item p {
  padding: 0 24px 20px;
  color: var(--text-muted);
  font-size: 0.92rem;
  text-align: center;
  animation: faq-reveal 0.4s ease;
}

@keyframes faq-reveal {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ─── Fund CTA ─── */
.fund-cta {
  position: relative;
  z-index: 1;
  padding: 120px 0;
  text-align: center;
  background: radial-gradient(ellipse at center, rgba(109, 40, 217, 0.16) 0%, transparent 65%);
  overflow: hidden;
}

.fund-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.15) 0%, transparent 55%);
  animation: cta-breathe 6s ease-in-out infinite;
  pointer-events: none;
}

@keyframes cta-breathe {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.08); }
}

.fund-cta-inner {
  position: relative;
  z-index: 1;
}

.fund-cta-inner h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.fund-cta-inner p {
  color: var(--text-muted);
  font-size: 1.05rem;
  margin-bottom: 36px;
}

/* ─── Footer ─── */
.footer {
  position: relative;
  z-index: 2;
  padding: 48px 0 32px;
  background: var(--section-tint-dark);
  border-top: 1px solid var(--border);
}

.back-top {
  display: block;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-dim);
  text-decoration: none;
  text-transform: lowercase;
  margin-bottom: 40px;
  transition: color 0.2s;
}

.back-top:hover { color: var(--purple-bright); }

.footer-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 32px;
}

.footer-center-icon {
  display: inline-flex;
  line-height: 0;
}

.footer-center-icon img {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  box-shadow: 0 0 24px rgba(126, 0, 255, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.footer-center-icon:hover img {
  transform: scale(1.06);
  box-shadow: 0 0 32px rgba(126, 0, 255, 0.5);
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 0;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.footer-social a:hover {
  border-color: rgba(126, 0, 255, 0.5);
  background: rgba(126, 0, 255, 0.12);
  transform: translateY(-2px);
}

.footer-social img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}

.footer-copy {
  font-size: 0.78rem;
  color: var(--text-dim);
  padding-top: 24px;
  border-top: 1px solid var(--border);
  text-align: center;
}

/* ─── FAB ─── */
.fab {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 200;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  background: var(--discord);
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 30px var(--discord-glow), 0 0 60px var(--purple-glow);
  transition: transform 0.25s ease;
}

.fab svg {
  position: relative;
  z-index: 1;
}

.fab-pulse::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(88, 101, 242, 0.5);
  animation: fab-ring 2.5s ease-out infinite;
}

@keyframes fab-ring {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}

.fab:hover {
  transform: scale(1.12);
}

/* ─── Reveal ─── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0s);
}

.reveal.visible,
.no-reveal {
  opacity: 1;
  transform: translateY(0);
}

.section-title.reveal.visible {
  animation: title-glow 0.8s ease backwards;
}

@keyframes title-glow {
  from {
    opacity: 0;
    transform: translateY(20px);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.create-card.reveal.visible,
.partner-card.reveal.visible {
  animation: card-rise 0.75s cubic-bezier(0.22, 1, 0.36, 1) backwards;
  animation-delay: var(--reveal-delay, 0s);
}

@keyframes card-rise {
  from {
    opacity: 0;
    transform: translateY(32px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.img-broken {
  background: linear-gradient(135deg, #4c1d95, #5865f2);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  .reveal,
  .hero-animate,
  .trusted-item {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }

  .text-purple,
  .site-bg-aurora,
  .site-bg-orb,
  .site-bg-grid,
  .games-ambient-slide,
  .hero-chat-panel,
  .hero-chat-msgs-track,
  .hero-chat-typing-dots span,
  .hero-server-card,
  .discord-card,
  .dot,
  .fund-cta::before,
  .fab-pulse::before {
    animation: none;
  }

  .scroll-hint span { animation: none; }

  .create-card:hover,
  .destiny-card:hover,
  .partner-card:hover,
  .quote-card:hover,
  .game-card:hover,
  .fab:hover {
    transform: none;
  }

  .stats-item.visible,
  .create-card.reveal.visible,
  .partner-card.reveal.visible,
  .section-title.reveal.visible {
    animation: none;
  }

  .btn-ghost::before {
    display: none;
  }
}

/* ─── Responsive ─── */
@media (min-width: 901px) {
  .hero-layout {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    justify-items: stretch;
    align-items: center;
  }

  .hero-content {
    max-width: 520px;
    width: 100%;
    justify-self: end;
    text-align: center;
    margin-inline: 0;
  }

  .hero-visual {
    max-width: 420px;
    width: 100%;
    justify-self: start;
    margin-inline: 0;
  }

  .ow-hero {
    min-height: auto;
    padding-bottom: 64px;
  }
}

@media (max-width: 1100px) {
  .create-grid,
  .destiny-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .games-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .ow-banner-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ow-banner-inner.reverse .ow-banner-text,
  .ow-banner-inner.reverse .ow-banner-visual {
    order: unset;
  }

  .partner-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  :root {
    --nav-pill-h: 52px;
    --header-offset: 12px;
    --header-h: calc(var(--nav-pill-h) + var(--header-offset) + 12px);
    --container: min(1240px, 94%);
  }

  body.nav-open {
    overflow: hidden;
  }

  .header {
    padding: calc(var(--header-offset) + env(safe-area-inset-top, 0px)) 12px 0;
  }

  .site-bg-aurora {
    animation: none;
    opacity: 0.45;
  }

  .nav {
    padding: 0 8px 0 14px;
    gap: 12px;
  }

  .logo {
    flex: 1;
    min-width: 0;
  }

  .nav-toggle {
    display: flex;
    flex-shrink: 0;
    margin-left: auto;
  }

  .nav-links {
    display: none;
    position: fixed;
    top: calc(var(--header-offset) + var(--nav-pill-h) + env(safe-area-inset-top, 0px) + 10px);
    left: 12px;
    right: 12px;
    flex-direction: column;
    background: rgba(8, 4, 16, 0.96);
    padding: 12px 16px 20px;
    padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px));
    border: 1px solid rgba(126, 0, 255, 0.28);
    border-radius: 20px;
    margin-left: 0;
    max-height: calc(100dvh - var(--header-h));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.5);
    transform: none;
  }

  .nav-links.open { display: flex; }

  .nav-links li {
    width: 100%;
  }

  .nav-links a {
    display: block;
    padding: 16px 12px;
    font-size: 1rem;
    min-height: 48px;
    display: flex;
    align-items: center;
  }

  .nav-cta-desktop {
    display: none;
  }

  .nav-cta-mobile {
    display: list-item;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(126, 0, 255, 0.15);
  }

  .nav-cta-mobile .nav-cta {
    width: 100%;
    padding: 14px 20px;
    font-size: 1rem;
    justify-content: center;
  }

  .nav-toggle.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

  /* Hero mobile-first */
  .ow-hero {
    min-height: auto;
    padding: calc(var(--header-h) + 24px + env(safe-area-inset-top, 0px)) 16px 48px;
  }

  .hero-layout {
    gap: 28px;
  }

  .hero-content h1 {
    font-size: clamp(1.85rem, 8vw, 2.5rem);
    margin-bottom: 16px;
  }

  .hero-lead {
    font-size: 1rem;
    margin-bottom: 24px;
    max-width: none;
  }

  .btn-hero {
    width: 100%;
    max-width: 360px;
    margin-inline: auto;
    min-height: 52px;
    font-size: 0.85rem;
  }

  .hero-visual {
    padding-bottom: 44px;
  }

  .hero-chat-panel {
    animation: none;
  }

  .hero-server-card {
    left: 12px;
    right: 12px;
    bottom: -16px;
    padding: 12px 14px;
    animation: none;
  }

  .hero-server-icon {
    width: 44px;
    height: 44px;
  }

  .hero-server-card strong {
    font-size: 0.82rem;
  }

  .scroll-hint {
    display: none;
  }

  /* Seções */
  .section,
  .games-section,
  .ecosystem,
  .ow-banner,
  .quotes {
    padding: 56px 0;
  }

  .fund-cta {
    padding: 72px 0;
  }

  .section-title {
    font-size: clamp(1.45rem, 6.5vw, 2rem);
    margin-bottom: 32px;
    padding-inline: 4px;
  }

  .games-desc,
  .ecosystem-desc,
  .quotes-desc,
  .section-desc {
    font-size: 0.95rem;
    margin: -20px auto 32px;
    padding-inline: 4px;
  }

  /* Trusted strip */
  .trusted {
    padding: 32px 0;
  }

  .trusted-row {
    justify-content: flex-start;
    gap: 16px;
    padding-inline: 4%;
  }

  .trusted-item span {
    font-size: 0.8rem;
  }

  /* Grids full width */
  .create-grid,
  .destiny-grid,
  .games-grid,
  .partner-grid {
    grid-template-columns: 1fr;
    max-width: none;
    margin-inline: 0;
    gap: 14px;
  }

  .games-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .game-card {
    aspect-ratio: 3 / 4.2;
  }

  .game-card-body strong {
    font-size: 0.95rem;
  }

  .game-card-body span {
    font-size: 0.65rem;
  }

  .stats-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .stats-item {
    padding: 18px 14px;
  }

  .stats-num {
    font-size: clamp(1.8rem, 7vw, 2.4rem);
  }

  .create-card-img {
    height: 160px;
  }

  .create-card-body {
    padding: 20px 18px 18px;
  }

  .create-card-body h3 {
    font-size: 1.25rem;
  }

  .btn-card {
    min-height: 48px;
  }

  /* Banners Discord */
  .ow-banner-inner {
    gap: 28px;
  }

  .ow-banner-text {
    text-align: center;
  }

  .ow-banner-text p {
    max-width: none;
    margin-inline: auto;
  }

  .ow-banner-text .btn {
    width: 100%;
    max-width: 320px;
    min-height: 48px;
  }

  .discord-card-name {
    font-size: 0.82rem;
  }

  .ch {
    font-size: 0.78rem;
  }

  /* Depoimentos */
  .quotes .container {
    mask-image: none;
    overflow: visible;
  }

  .quotes-wrap {
    padding: 0;
  }

  .quotes-track {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 420px;
    margin-inline: auto;
    padding-inline: 4%;
  }

  .quote-card {
    width: 100%;
  }

  .hero-chat-msgs {
    max-height: 280px;
  }

  /* Destiny */
  .destiny-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .destiny-img {
    height: 120px;
  }

  .destiny-card h3 {
    padding: 14px 12px 4px;
    font-size: 0.95rem;
  }

  .destiny-card p {
    padding: 0 12px 16px;
    font-size: 0.78rem;
    min-height: 2.6em;
  }

  .destiny-card {
    min-height: 240px;
  }

  /* FAQ */
  .faq-item summary {
    padding: 18px 16px;
    font-size: 0.92rem;
    min-height: 48px;
  }

  .faq-item p {
    padding: 0 16px 18px;
    font-size: 0.88rem;
  }

  /* CTA final */
  .fund-cta-inner .btn-lg {
    width: 100%;
    max-width: 360px;
    min-height: 52px;
  }

  .games-cta .btn {
    width: 100%;
    max-width: 360px;
    min-height: 52px;
  }

  /* Footer */
  .footer {
    padding: 40px 0 calc(32px + env(safe-area-inset-bottom, 0px));
  }

  /* FAB */
  .fab {
    width: 54px;
    height: 54px;
    bottom: calc(20px + env(safe-area-inset-bottom, 0px));
    right: calc(16px + env(safe-area-inset-right, 0px));
  }

  /* Reduzir efeitos pesados no mobile */
  .site-bg-orb {
    filter: blur(60px);
    opacity: 0.35;
  }

  .site-bg-grid {
    opacity: 0.25;
  }
}

@media (max-width: 400px) {
  .destiny-grid {
    grid-template-columns: 1fr;
  }

  .games-grid {
    grid-template-columns: 1fr;
  }

  .hero-server-card strong {
    font-size: 0.75rem;
  }
}
