/* HydroMine - Stylesheet Centralizado */

/* ===== RESET E CONFIGURAÇÕES GLOBAIS ===== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* ===== ABOUT PAGE — BLOCO CENTRALIZADO ===== */


/* Estilos para a seção de redes sociais no rodapé */

.footer-social {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    margin-top: 2rem;
    text-align: center;
}

.footer-social h3 {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #ffffff;
    text-decoration: none;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    font-weight: 500;
}

.social-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
    color: #ffffff;
}

.social-link svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* Cores específicas para cada rede social no hover */
.social-link:nth-child(1):hover {
    background-color: rgba(29, 161, 242, 0.1);
    border-color: #1da1f2;
}

.social-link:nth-child(2):hover {
    background-color: rgba(114, 137, 218, 0.1);
    border-color: #7289da;
}

.social-link:nth-child(3):hover {
    background-color: rgba(0, 136, 204, 0.1);
    border-color: #0088cc;
}

/* Responsividade */
@media (max-width: 768px) {
    .social-links {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .social-link {
        width: 200px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .footer-social {
        padding-top: 1.5rem;
        margin-top: 1.5rem;
    }
    
    .social-link {
        width: 100%;
        max-width: 250px;
    }
}

/* ==== Mobile Hamburger (pure CSS) ==== */

/* Botão hamburguer oculto no desktop */
.nav-toggle { display: none; }

.hamburger {
  display: none;
  position: relative;
  width: 28px; height: 22px;
  cursor: pointer;
  z-index: 1100; /* acima do menu drop */
}
.hamburger span {
  position: absolute; left: 0; right: 0;
  height: 2px; background: var(--text-primary, #fff);
  transition: transform .3s ease, opacity .3s ease, top .3s ease;
}
.hamburger span:nth-child(1){ top: 2px; }
.hamburger span:nth-child(2){ top: 10px; }
.hamburger span:nth-child(3){ top: 18px; }

/* Layout mobile */
@media (max-width: 992px) {
  .nav-container { position: relative; }

  /* mostra o botão */
  .hamburger { display: block; }

  /* organiza header: logo | ações | hambúrguer */
  .logo { flex: 1 1 auto; }
  .nav-actions { order: 3; margin-left: 0; gap: .5rem; }
  .nav-actions .btn { padding: 0.5rem .1rem; font-size: .95rem; }


  /* esconde menu principal por padrão */
  .nav-menu {
    position: absolute;
    top: 100%; left: 0; right: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    background: rgba(15,23,42,.98);
    border-bottom: 1px solid var(--border-color, #334155);
    box-shadow: 0 8px 30px rgba(0,0,0,.35);
    z-index: 1050;
  }
  .nav-menu a {
    padding: 14px 16px;
    border-top: 1px solid rgba(255,255,255,.05);
    color: var(--text-primary, #fff);
    white-space: nowrap;
  }

  /* ao abrir, o menu aparece */
  .nav-toggle:checked ~ .nav-menu { display: flex; }

  /* animação do ícone */
  .nav-toggle:checked + .hamburger span:nth-child(1){
    top: 10px; transform: rotate(45deg);
  }
  .nav-toggle:checked + .hamburger span:nth-child(2){
    opacity: 0;
  }
  .nav-toggle:checked + .hamburger span:nth-child(3){
    top: 10px; transform: rotate(-45deg);
  }

  /* garante que os botões NÃO bloqueiem o menu;
     o dropdown sobrepõe as ações */
  .nav-actions { z-index: 1000; }
  .nav-menu { z-index: 1050; }
}

/* refinamento extra para telas muito pequenas */
@media (max-width: 576px) {
  .nav-container { gap: .5rem; padding: 0 1rem; }
  .btn, .wallet-btn, .wallet-button { width: auto; } /* mantém botões no header compactos */
}

/* Quando o header for fixed/sticky (get-started / mining), o dropdown continua colado nele */
.header { position: sticky; top: 0; z-index: 1000; }






/* Container genérico */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}


/* Link que envolve o card */
a.contact-link {
  display: block;
  text-decoration: none;
  color: inherit;            /* herda do card */
}

/* Garante que NENHUM estado mude cor/sublinhe */
a.contact-link:link,
a.contact-link:visited,
a.contact-link:hover,
a.contact-link:active,
a.contact-link:focus {
  text-decoration: none;
  color: inherit;
}

/* Define a cor do conteúdo do card */
a.contact-link .contact-item {
  color: #fff;               /* texto branco */
  cursor: pointer;
}

/* Se tiver estilos específicos nos títulos/textos, reforça aqui */
a.contact-link .text-h4 { color: #fff; }
a.contact-link .text-secondary { color: rgba(255,255,255,0.85); }


/* Main wrapper para páginas internas */
.main-content {
    margin-top: 80px; /* compensa header fixo */
    padding: 4rem 0;
}

/* Cabeçalho de página (já existe base); variação “hero” */
.page-header {
    text-align: center;
    margin-bottom: 4rem;
    padding: 4rem 0;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--primary-blue-dark) 0%, var(--primary-blue) 100%);
    color: white;
}
.page-header::before {
    content: '';
    position: absolute; inset: 0;
    background: url('../assets/images/image(6).webp') center/cover;
    opacity: 0.2;
    z-index: 1;
}

.page-header-content {
    position: relative;
    z-index: 2;
}
.page-header h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.page-header p {
    font-size: 1.25rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

/* Seções e tipografia */
.section {
    margin-bottom: 6rem;
}
.section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 2rem;
    text-align: center;
}
.section p {
    font-size: 1.125rem;
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

/* Grid 2 colunas com imagem */
.two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-bottom: 4rem;
}
.two-column img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Cards de estatísticas */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin: 4rem 0;
}
.stat-card {
    background: var(--surface-light);
    padding: 2rem;
    border-radius: 16px;
    text-align: center;
    border: 1px solid var(--surface-lighter);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 0.5rem;
}
.stat-label {
    font-size: 1rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* Valores / princípios em cards */
.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 4rem 0;
}
.value-card {
    background: var(--surface-light);
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid var(--surface-lighter);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.value-card:hover {
    transform: translateY(-4px);
    border-color: var(--primary-blue);
    box-shadow: 0 12px 30px rgba(0,0,0,0.3);
}

/* Responsivo */
@media (max-width: 992px) {
    .two-column { grid-template-columns: 1fr; gap: 2rem; }
}

/* ===== TOKENS / DESIGN SYSTEM (Transparency) ===== */
:root {
  /* cores complementares usadas na Transparency */
  --secondary-blue: #3b82f6;
  --accent-gold: #f59e0b;

  /* espaçamentos e raios */
  --spacing-xs: .25rem;
  --spacing-sm: .5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2rem;
  --spacing-2xl: 3rem;
  --spacing-3xl: 4rem;

  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 12px;
  --radius-xl: 16px;

  /* sombras e transição */
  --shadow-md: 0 10px 24px rgba(0,0,0,.3);
  --shadow-lg: 0 16px 36px rgba(0,0,0,.35);
  --transition-normal: .3s ease;

  /* gradientes */
  --gradient-primary: linear-gradient(135deg, var(--primary-blue-dark) 0%, var(--primary-blue) 100%);
  --gradient-gold: linear-gradient(135deg, #b45309, #f59e0b);
}

/* container utilitário (use só se não existir ainda) */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* ===== Navbar “Transparency” (equivalente ao inline removido) ===== */
.navbar {
  position: fixed; top: 0; left: 0; right: 0;
  background: rgba(15,23,42,.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border-color);
  z-index: 1000;
}
.nav-content {
  display: flex; align-items: center; justify-content: space-between;
  padding: var(--spacing-md) 0;
}
.navbar .logo {
  display: flex; align-items: center; gap: var(--spacing-md);
  font-size: 1.5rem; font-weight: 700; color: var(--text-primary); text-decoration: none;
}
.navbar .logo img { width: 40px; height: 40px; }

/* aplica compensação do header fixo quando a página usar .with-fixed-header no body */
.with-fixed-header { padding-top: 80px; }

/* ===== Transparency — Componentes ===== */
.transparency-hero {
  background: var(--surface-dark);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  padding: var(--spacing-3xl);
  margin-bottom: var(--spacing-2xl);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.transparency-hero::before {
  content: ""; position: absolute; inset: 0;
  background: var(--gradient-primary); opacity: .05; z-index: -1;
}

.audit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--spacing-xl);
  margin-bottom: var(--spacing-2xl);
}
.audit-card {
  background: var(--surface-dark);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: var(--spacing-xl);
  transition: all var(--transition-normal);
  position: relative;
}
.audit-card:hover {
  border-color: var(--success-green);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}
.audit-header {
  display: flex; align-items: center; gap: var(--spacing-md);
  margin-bottom: var(--spacing-lg);
}
.audit-logo {
  width: 50px; height: 50px;
  background: var(--gradient-primary);
  border-radius: var(--radius-md);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; font-size: 1.2rem;
}
.audit-status {
  position: absolute; top: var(--spacing-md); right: var(--spacing-md);
  padding: var(--spacing-xs) var(--spacing-sm);
  background: rgba(16,185,129,.1);
  border: 1px solid rgba(16,185,129,.2);
  border-radius: var(--radius-sm);
  color: var(--success-green);
  font-size: .75rem; font-weight: 500;
}

.governance-section {
  background: var(--surface-dark);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: var(--spacing-2xl);
  margin-bottom: var(--spacing-2xl);
}
.proposal-card {
  background: var(--surface-light);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: var(--spacing-lg);
  margin-bottom: var(--spacing-md);
  transition: all var(--transition-normal);
}
.proposal-card:hover { border-color: var(--secondary-blue); box-shadow: var(--shadow-md); }
.proposal-header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: var(--spacing-md);
}
.proposal-status {
  padding: var(--spacing-xs) var(--spacing-sm);
  border-radius: var(--radius-sm);
  font-size: .75rem; font-weight: 500;
}
.status-active   { background: rgba(59,130,246,.1); color: var(--secondary-blue); border: 1px solid rgba(59,130,246,.2); }
.status-passed   { background: rgba(16,185,129,.1); color: var(--success-green); border: 1px solid rgba(16,185,129,.2); }
.status-rejected { background: rgba(239,68,68,.1); color: var(--error-red);    border: 1px solid rgba(239,68,68,.2); }

.voting-bar {
  background: var(--surface-dark);
  border-radius: var(--radius-sm);
  height: 8px; margin: var(--spacing-sm) 0; overflow: hidden;
}
.voting-progress {
  height: 100%;
  background: var(--gradient-primary);
  transition: width var(--transition-normal);
}

.document-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--spacing-lg);
  margin-bottom: var(--spacing-2xl);
}
.document-card {
  background: var(--surface-dark);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: var(--spacing-lg);
  text-align: center;
  transition: all var(--transition-normal);
  cursor: pointer;
}
.document-card:hover { border-color: var(--secondary-blue); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.document-icon {
  width: 60px; height: 60px;
  background: var(--gradient-primary);
  border-radius: var(--radius-lg);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto var(--spacing-md);
  font-size: 1.5rem; color: #fff;
}

.contract-info {
  background: var(--surface-dark);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: var(--spacing-xl);
  margin-bottom: var(--spacing-xl);
}
.contract-item {
  display: flex; align-items: center; justify-content: space-between;
  padding: var(--spacing-md) 0;
  border-bottom: 1px solid var(--border-color);
}
.contract-item:last-child { border-bottom: 0; }
.contract-address {
  font-family: 'JetBrains Mono', monospace;
  font-size: .875rem;
  color: var(--secondary-blue);
  background: var(--surface-light);
  padding: var(--spacing-xs) var(--spacing-sm);
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: all var(--transition-normal);
}
.contract-address:hover { background: var(--secondary-blue); color: #fff; }

.security-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--spacing-lg);
  margin-top: var(--spacing-xl);
}
.security-metric {
  text-align: center;
  padding: var(--spacing-lg);
  background: var(--surface-light);
  border-radius: var(--radius-md);
}
.security-metric .metric-value {
  font-size: 2rem; font-weight: 700; color: var(--success-green);
  display: block; margin-bottom: var(--spacing-xs);
}
.security-metric .metric-label {
  color: var(--text-secondary); font-size: .875rem;
}

/* Responsivo */
@media (max-width: 768px) {
  .transparency-hero { padding: var(--spacing-xl); }
  .audit-grid { grid-template-columns: 1fr; }
  .document-grid { grid-template-columns: repeat(2, 1fr); }
  .contract-item { flex-direction: column; align-items: flex-start; gap: var(--spacing-sm); }
}

/* ===== GET STARTED — BLOCO CENTRALIZADO ===== */

/* Layout base da página */
.main-content {
  margin-top: 80px;
  padding: 2rem 0;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Hero da página */
.hero-section {
  text-align: center;
  padding: 4rem 0;
  background: linear-gradient(135deg, rgba(59,130,246,.1) 0%, rgba(16,185,129,.1) 100%);
  border-radius: 16px;
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
}
.hero-section::before {
  content: '';
  position: absolute; inset: 0;
  background: url('../assets/images/image(5).webp') center/cover;
  opacity: .1; z-index: -1;
}
.hero-content { position: relative; z-index: 2; }
.hero-title {
  font-size: 3rem; font-weight: 700; margin-bottom: 1rem;
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--success-green) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
  font-size: 1.25rem; color: var(--text-secondary);
  max-width: 600px; margin: 0 auto 2rem;
}

/* Quick actions */
.quick-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem; margin-bottom: 3rem;
}
.action-card {
  background: var(--surface-dark);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem; text-align: center;
  transition: all .3s ease; cursor: pointer;
}
.action-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,.3);
  border-color: var(--primary-blue);
}
.action-icon { font-size: 2.5rem; margin-bottom: 1rem; color: var(--primary-blue); }
.action-title { font-size: 1.25rem; font-weight: 600; margin-bottom: .5rem; }
.action-description { color: var(--text-secondary); font-size: .875rem; }

/* Dashboard 2 colunas (portfolio / buy / stake) */
.dashboard-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 3rem;
}
.dashboard-card {
  background: var(--surface-dark);
  border: 1px solid var(--border-color);
  border-radius: 12px; padding: 2rem;
}
.card-header {
  display: flex; align-items: center; justify-content: between;
  margin-bottom: 1.5rem;
}
.card-title {
  font-size: 1.25rem; font-weight: 600; display: flex; gap: .5rem; align-items: center;
}
.card-icon { color: var(--primary-blue); }

/* Portfolio */
.portfolio-stats {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-bottom: 1.5rem;
}
.stat-item { text-align: center; padding: 1rem; background: rgba(59,130,246,.1); border-radius: 8px; }
.stat-value { font-size: 1.5rem; font-weight: 700; color: var(--primary-blue); font-family: 'JetBrains Mono', monospace; }
.stat-label { font-size: .875rem; color: var(--text-secondary); margin-top: .25rem; }

/* Compra (buy) */
.buy-form { display: flex; flex-direction: column; gap: 1rem; }
.payment-methods { display: flex; gap: .5rem; margin-bottom: 1rem; }
.payment-method {
  flex: 1; padding: .75rem; text-align: center; cursor: pointer;
  background: var(--surface-darker); border: 1px solid var(--border-color);
  border-radius: 6px; color: var(--text-secondary); transition: all .3s ease;
}
.payment-method.active { background: var(--primary-blue); color: #fff; border-color: var(--primary-blue); }
.input-group { display: flex; flex-direction: column; gap: .5rem; }
.input-label { font-size: .875rem; font-weight: 500; color: var(--text-secondary); }
.input-field {
  background: var(--surface-darker);
  border: 1px solid var(--border-color);
  border-radius: 6px; padding: .75rem; color: var(--text-primary); font-size: 1rem;
  transition: border-color .3s ease;
}
.input-field:focus { outline: none; border-color: var(--primary-blue); box-shadow: 0 0 0 3px rgba(59,130,246,.1); }
.conversion-display {
  background: rgba(16,185,129,.1); border: 1px solid rgba(16,185,129,.2);
  border-radius: 6px; padding: 1rem; text-align: center;
}
.conversion-text { color: var(--success-green); font-weight: 600; }
.action-button {
  background: linear-gradient(135deg, var(--primary-blue) 0%, #2563eb 100%);
  color: #fff; border: none; padding: 1rem 2rem; border-radius: 8px;
  font-weight: 600; font-size: 1rem; cursor: pointer; transition: all .3s ease;
  display: flex; align-items: center; justify-content: center; gap: .5rem;
}
.action-button:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(59,130,246,.3); }
.action-button:disabled { opacity: .6; cursor: not-allowed; transform: none; }
.action-button.success {
  background: linear-gradient(135deg, var(--success-green) 0%, #059669 100%);
}
.action-button.success:hover { box-shadow: 0 8px 25px rgba(16,185,129,.3); }

/* Staking */
.staking-form { display: flex; flex-direction: column; gap: 1.5rem; }
.input-with-max { position: relative; display: flex; align-items: center; }
.max-button {
  position: absolute; right: 8px;
  background: var(--primary-blue); color: #fff; border: none;
  padding: .25rem .75rem; border-radius: 4px; font-size: .75rem; font-weight: 600;
  cursor: pointer; transition: background .3s ease;
}
.max-button:hover { background: #2563eb; }
.balance-info { font-size: .875rem; color: var(--text-secondary); margin-top: .25rem; }
.period-options {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: .75rem; margin-top: .5rem;
}
.period-option {
  background: var(--surface-darker); border: 1px solid var(--border-color);
  border-radius: 8px; padding: 1rem; text-align: center; cursor: pointer; transition: all .3s ease;
}
.period-option:hover { border-color: var(--primary-blue); transform: translateY(-2px); }
.period-option.active { background: rgba(59,130,246,.1); border-color: var(--primary-blue); }
.period-duration { font-weight: 600; color: var(--text-primary); margin-bottom: .25rem; }
.period-apy { font-size: .875rem; color: var(--success-green); font-weight: 500; }

/* Notificações */
.notification {
  position: fixed; top: 100px; right: 2rem;
  background: var(--surface-dark); border: 1px solid var(--border-color);
  border-radius: 8px; padding: 1rem 1.5rem; box-shadow: 0 8px 25px rgba(0,0,0,.3);
  z-index: 1001; transform: translateX(400px); transition: transform .3s ease;
}
.notification.show { transform: translateX(0); }
.notification.success { border-color: var(--success-green); background: rgba(16,185,129,.1); }
.notification.error   { border-color: var(--error-red);   background: rgba(239,68,68,.1); }

/* Responsivo */
@media (max-width: 768px) {
  .nav-menu { display: none; }
  .hero-title { font-size: 2rem; }
  .dashboard-grid { grid-template-columns: 1fr; }
  .portfolio-stats { grid-template-columns: 1fr; }
  .payment-methods { flex-direction: column; }
  .period-options { grid-template-columns: 1fr 1fr; }
}

/* === About Page (about.html) ============================================ */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.main-content {
  margin-top: 80px;
  padding: 4rem 0;
}

/* Cabeçalho de página com gradiente e imagem de textura */
.page-header.about {
  text-align: center;
  margin-bottom: 4rem;
  padding: 4rem 0;
  background: linear-gradient(135deg, var(--primary-blue-dark) 0%, var(--primary-blue) 100%);
  color: #fff;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.page-header.about::before{
  content:'';
  position:absolute; inset:0;
  background: url('../assets/images/image(6).webp') center/cover;
  opacity:.2; z-index:1;
}
.page-header-content{ position:relative; z-index:2; }
.page-header.about h1{
  font-size:3rem; font-weight:700; margin-bottom:1rem;
}
.page-header.about p{
  font-size:1.25rem; opacity:.9; max-width:600px; margin:0 auto;
}

/* Seções e tipografia */
.section{ margin-bottom:6rem; }
.section h2{
  font-size:2.5rem; font-weight:700; color:var(--text-primary);
  margin-bottom:2rem; text-align:center;
}
.section p{
  font-size:1.125rem; color:var(--text-muted);
  line-height:1.8; margin-bottom:1.5rem;
}

/* Layouts */
.two-column{
  display:grid; grid-template-columns:1fr 1fr; gap:4rem;
  align-items:center; margin-bottom:4rem;
}
.two-column img{
  width:100%; border-radius:16px;
  box-shadow:0 20px 40px rgba(0,0,0,.1);
}

/* Stats */
.stats-grid{
  display:grid; grid-template-columns:repeat(auto-fit, minmax(200px,1fr));
  gap:2rem; margin:4rem 0;
}
.stat-card{
  background: var(--surface-light);
  padding:2rem; border-radius:16px; text-align:center;
  border:1px solid var(--surface-lighter);
  box-shadow:0 4px 12px rgba(0,0,0,.3);
}
.stat-number{
  font-size:3rem; font-weight:700; color:var(--primary-blue);
  margin-bottom:.5rem;
}
.stat-label{
  font-size:1rem; color:var(--text-muted);
  text-transform:uppercase; letter-spacing:.1em;
}

/* Valores */
.values-grid{
  display:grid; grid-template-columns:repeat(auto-fit, minmax(300px,1fr));
  gap:2rem; margin:4rem 0;
}
.value-card{
  background: var(--surface-light);
  padding:2rem; border-radius:16px;
  border:1px solid var(--surface-lighter);
  transition: transform .3s ease;
}
.value-card:hover{
  transform: translateY(-4px);
  box-shadow:0 20px 40px rgba(0,0,0,.3);
}
.value-icon{
  width:60px; height:60px;
  background: linear-gradient(135deg, var(--primary-blue-dark) 0%, var(--primary-blue) 100%);
  border-radius:12px; display:flex; align-items:center; justify-content:center;
  margin-bottom:1.5rem; color:#fff; font-size:1.5rem;
}

/* Responsivo */
@media (max-width: 768px){
  .two-column{ grid-template-columns:1fr; }
}

/* ===== INVESTOR PAGE — TOKENS & UTILITÁRIOS ===== */

/* Design tokens (adicione apenas se ainda não existirem) */
:root {
  /* espaços */
  --spacing-xs: .25rem;
  --spacing-sm: .5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2rem;
  --spacing-2xl: 3rem;
  --spacing-3xl: 4rem;

  /* raios */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 12px;
  --radius-xl: 16px;

  /* sombras e transição */
  --shadow-md: 0 10px 24px rgba(0,0,0,.3);
  --shadow-lg: 0 16px 36px rgba(0,0,0,.35);
  --transition-normal: .3s ease;

  /* cores complementares (se faltarem) */
  --secondary-blue: #3b82f6;
  --accent-gold: #f59e0b;

  /* gradientes (se faltarem) */
  --gradient-primary: linear-gradient(135deg, var(--primary-blue-dark) 0%, var(--primary-blue) 100%);
  --gradient-gold: linear-gradient(135deg, #b45309, #f59e0b);
}

/* Utilitários de texto */
.text-display { font-size: 2.5rem; font-weight: 800; line-height: 1.15; color: var(--text-primary); }
.text-h1      { font-size: 1.75rem; font-weight: 700; color: var(--text-primary); }
.text-h4      { font-size: 1.125rem; font-weight: 600; color: var(--text-primary); }
.text-body    { font-size: 1rem; color: var(--text-primary); }
.text-small   { font-size: .875rem; }
.text-center  { text-align: center; }
.text-secondary { color: var(--text-secondary); } /* já existia, mantido */
.text-success { color: var(--success-green); }
.text-error   { color: var(--error-red); }

/* Utilitários de espaçamento (margens/padding) */
.mb-sm { margin-bottom: var(--spacing-sm); }
.mb-md { margin-bottom: var(--spacing-md); }
.mb-lg { margin-bottom: var(--spacing-lg); }
.mb-xl { margin-bottom: var(--spacing-xl); }
.mb-2xl{ margin-bottom: var(--spacing-2xl); }
.mt-md { margin-top: var(--spacing-md); }
.mt-xl { margin-top: var(--spacing-xl); }
.p-lg  { padding: var(--spacing-lg); }
.py-xl { padding-top: var(--spacing-xl); padding-bottom: var(--spacing-xl); }
.px-lg { padding-left: var(--spacing-lg); padding-right: var(--spacing-lg); }

/* Utilitários diversos */
.lead { font-size: 1.25rem; max-width: 800px; margin: 0 auto var(--spacing-xl); color: var(--text-secondary); }
.flex-center-wrap { display: flex; justify-content: center; gap: var(--spacing-lg); flex-wrap: wrap; }
.bg-gradient-primary { background: var(--gradient-primary); }
.bg-success         { background: var(--success-green); color: #0b1b13; }
.bg-secondary-blue  { background: var(--secondary-blue); color: #fff; }
.bg-warning         { background: var(--warning-orange); color: #111; }
.bg-accent          { background: var(--accent-gold); color: #111; }

/* ===== INVESTOR PAGE — SEÇÕES E COMPONENTES ===== */

/* Hero da página do investidor */
.investor-hero {
  text-align: center;
  padding: var(--spacing-3xl) 0 var(--spacing-2xl);
  margin-bottom: var(--spacing-2xl);
  border-radius: var(--radius-xl);
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(59,130,246,.08), rgba(16,185,129,.08));
}

/* Métricas (cards acima dos gráficos) */
.financial-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: var(--spacing-lg);
  margin-bottom: var(--spacing-2xl);
}
.metric-card {
  background: var(--surface-dark);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: var(--spacing-lg);
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.metric-card:hover {
  transform: translateY(-3px);
  border-color: var(--secondary-blue);
  box-shadow: var(--shadow-md);
}
.metric-card.premium { border-color: var(--accent-gold); }
.metric-header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: var(--spacing-md);
}
.metric-icon {
  width: 44px; height: 44px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  background: var(--surface-light); color: #fff; font-size: 1.1rem;
}
.metric-change { display: flex; align-items: center; gap: var(--spacing-xs); font-size: .875rem; font-weight: 600; }
.metric-value  { font-size: 1.75rem; font-weight: 800; font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace; color: var(--text-primary); }
.metric-label  { font-size: .875rem; color: var(--text-secondary); }

/* Grid de gráficos */
.financial-charts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--spacing-lg);
  margin-bottom: var(--spacing-2xl);
}
.chart-card {
  background: var(--surface-dark);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: var(--spacing-lg);
}
.chart-header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: var(--spacing-md);
}
.chart-title { font-size: 1.125rem; font-weight: 600; }

/* Badges genéricas */
.badge {
  display: inline-flex; align-items: center; gap: .4rem;
  font-size: .75rem; font-weight: 600;
  padding: .25rem .6rem; border-radius: 999px;
  background: var(--surface-light); color: var(--text-secondary);
  border: 1px solid var(--border-color);
}
.badge-success { background: rgba(16,185,129,.1); color: var(--success-green); border-color: rgba(16,185,129,.25); }
.badge-info    { background: rgba(59,130,246,.1); color: var(--secondary-blue); border-color: rgba(59,130,246,.25); }
.badge-warning { background: rgba(245,158,11,.1); color: var(--warning-orange); border-color: rgba(245,158,11,.25); }

/* Documentos (cards) */
.documents-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--spacing-lg);
  margin-bottom: var(--spacing-2xl);
}
.document-card {
  background: var(--surface-dark);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: var(--spacing-lg);
  transition: all var(--transition-normal);
  cursor: pointer;
}
.document-card:hover {
  border-color: var(--accent-gold);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.document-header { display: flex; align-items: center; gap: var(--spacing-md); margin-bottom: var(--spacing-md); }
.document-icon {
  width: 48px; height: 48px; border-radius: var(--radius-md);
  display: flex; align-items: center; justify-content: center;
  background: var(--gradient-primary); color: #fff; font-weight: 700; font-size: 1.1rem;
}

/* (Opcional) Tokenomics resumido (tabela responsiva) */
.distribution-table {
  background: var(--surface-light);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.table-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--spacing-md);
  padding: var(--spacing-md) var(--spacing-lg);
  border-bottom: 1px solid var(--border-color);
}
.table-row:first-child { background: var(--surface-dark); font-weight: 600; }
.table-row:last-child  { border-bottom: 0; }

/* Riscos */
.risk-analysis {
  background: var(--surface-dark);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: var(--spacing-2xl);
  margin-bottom: var(--spacing-2xl);
}
.risk-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--spacing-lg);
}
.risk-card {
  background: var(--surface-light);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: var(--spacing-lg);
}
.risk-indicator {
  width: 10px; height: 10px; border-radius: 999px; display: inline-block; margin-right: .5rem;
}
.risk-level { font-weight: 700; }
.risk-low    { color: var(--success-green); }
.risk-medium { color: var(--warning-orange); }
.risk-high   { color: var(--error-red); }

/* Contato (IR) */
.contact-section {
  background: var(--surface-dark);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: var(--spacing-2xl);
  margin-bottom: var(--spacing-2xl);
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: var(--spacing-lg);
}
.contact-item {
  background: var(--surface-light);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: var(--spacing-lg);
  text-align: center;
}
.contact-icon {
  width: 52px; height: 52px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto var(--spacing-md);
  background: var(--gradient-primary); color: #fff; font-size: 1.1rem; font-weight: 700;
}

/* Responsivo */
@media (max-width: 992px) {
  .financial-charts { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .text-display { font-size: 2rem; }
  .table-row { grid-template-columns: 1fr; text-align: center; gap: var(--spacing-xs); }
}



:root {
    --primary-blue: #3b82f6;
    --primary-blue-dark: #1e40af;
    --success-green: #10b981;
    --warning-orange: #f59e0b;
    --error-red: #ef4444;
    --surface-dark: #1e293b;
    --surface-darker: #0f172a;
    --surface-light: #334155;
    --surface-lighter: #475569;
    --border-color: #334155;
    --text-primary: #f8fafc;
    --text-secondary: #cbd5e1;
    --text-muted: #94a3b8;
    --text-dark: #64748b;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.25;
    color: var(--text-primary);
    background: linear-gradient(135deg, var(--surface-darker) 0%, var(--surface-dark) 100%);
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

/* ===== COMPONENTES REUTILIZÁVEIS ===== */

/* Botões */
.btn {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-blue-dark) 0%, var(--primary-blue) 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(30, 64, 175, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(30, 64, 175, 0.4);
}

.btn-outline {
    background: transparent;
    color: var(--primary-blue-dark);
    border: 2px solid var(--primary-blue-dark);
}

.btn-outline:hover {
    background: var(--primary-blue-dark);
    color: white;
}

.btn-secondary {
    background: var(--surface-light);
    color: var(--text-primary);
    border: 1px solid var(--surface-lighter);
}

.btn-secondary:hover {
    background: var(--surface-lighter);
    transform: translateY(-1px);
}

/* ===== HEADER E NAVEGAÇÃO ===== */
.header {
    background: rgba(30, 41, 59, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-color);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 1rem 0;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    text-decoration: none;
}

.logo img {
    width: 40px;
    height: 40px;
}

.nav-menu {
    display: flex;
    gap: 2rem;
    list-style: none;
}

.nav-menu a {
    text-decoration: none;
    color: var(--text-secondary);
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.nav-menu a:hover, 
.nav-menu a.active {
    color: var(--primary-blue);
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-blue-dark);
    transition: width 0.3s ease;
}

.nav-menu a:hover::after {
    width: 100%;
}

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

/* ===== SEÇÕES PRINCIPAIS ===== */

/* Hero Section */
.hero {
    margin-top: 80px;
    padding: 4rem 0;
    background: linear-gradient(135deg, var(--surface-darker) 0%, var(--surface-dark) 50%, var(--surface-light) 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../assets/images/image(10).webp') center/cover;
    opacity: 0.3;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}

.hero h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

/* Page Header (para páginas internas) */
.page-header {
    margin-top: 80px;
    padding: 3rem 0;
    background: var(--surface-dark);
    border-bottom: 1px solid var(--border-color);
}

.page-header-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}

.page-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.page-header p {
    font-size: 1.125rem;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto;
}

/* Credibility Badges */
.credibility-section {
    background: var(--surface-dark);
    padding: 2rem 0;
    border-bottom: 1px solid var(--border-color);
}

.credibility-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}

.credibility-title {
    font-size: 1rem;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.credibility-badges {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    border-radius: 12px;
    background: var(--surface-light);
    border: 1px solid var(--surface-lighter);
    transition: transform 0.3s ease;
}

.badge:hover {
    transform: translateY(-2px);
}

.badge img {
    width: 60px;
    height: 60px;
}

.badge span {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-secondary);
}

/* Metrics Dashboard */
.metrics-section {
    background: linear-gradient(135deg, var(--primary-blue-dark) 0%, var(--primary-blue) 100%);
    color: white;
    padding: 4rem 0;
}

.metrics-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.metrics-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

.metrics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.metric-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: transform 0.3s ease;
}

.metric-card:hover {
    transform: translateY(-4px);
}

.metric-card h3 {
    font-size: 1rem;
    opacity: 0.8;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.metric-value {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.metric-change {
    font-size: 0.875rem;
    font-weight: 600;
}

.metric-change.positive {
    color: var(--success-green);
}

.metric-change.negative {
    color: var(--error-red);
}

.metric-change.neutral {
    color: var(--warning-orange);
}

/* Features Section */
.features-section {
    padding: 6rem 0;
    background: var(--surface-dark);
}

.features-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.features-header {
    text-align: center;
    margin-bottom: 4rem;
}

.features-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

.features-header p {
    font-size: 1.125rem;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem;
}

.feature-card {
    background: var(--surface-light);
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid var(--surface-lighter);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, var(--primary-blue-dark) 0%, var(--primary-blue) 100%);
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.feature-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

.feature-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

.feature-card p {
    color: var(--text-muted);
    line-height: 1.7;
}

/* Content Section (para páginas internas) */
.content-section {
    padding: 4rem 0;
    background: var(--surface-dark);
}

.content-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
}

.content-card {
    background: var(--surface-light);
    border-radius: 12px;
    padding: 2rem;
    border: 1px solid var(--surface-lighter);
}

.content-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

.content-card p {
    color: var(--text-muted);
    line-height: 1.6;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, var(--surface-darker) 0%, var(--surface-dark) 100%);
    color: white;
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../assets/images/image(6).webp') center/cover;
    opacity: 0.2;
    z-index: 1;
}

.cta-container {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}

.cta-container h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.cta-container p {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
}

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

/* ===== FOOTER ===== */
.footer {
    background: var(--surface-darker);
    color: white;
    padding: 3rem 0 1rem;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--primary-blue);
}

.footer-section ul {
    list-style: none;
    padding: 0.5rem 0;
    margin: 0;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section ul li a {
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: white;
    list-style: none;

}

.footer-bottom {
    border-top: 1px solid var(--border-color);
    padding-top: 2rem;
    text-align: center;
    color: var(--text-dark);
}

/* ===== COMPONENTES ESPECÍFICOS ===== */

/* FAQ Section */
.faq-section {
    padding: 4rem 0;
    background: var(--surface-dark);
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

.faq-item {
    background: var(--surface-light);
    border-radius: 12px;
    margin-bottom: 1rem;
    border: 1px solid var(--surface-lighter);
    overflow: hidden;
}

.faq-question {
    padding: 1.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: var(--text-primary);
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background: var(--surface-lighter);
}

.faq-answer {
    padding: 0 1.5rem 1.5rem;
    color: var(--text-muted);
    line-height: 1.6;
    display: none;
}

.faq-answer.active {
    display: block;
}

.faq-icon {
    transition: transform 0.3s ease;
}

.faq-icon.active {
    transform: rotate(180deg);
}

/* Contact Form */
.contact-form {
    background: var(--surface-light);
    border-radius: 12px;
    padding: 2rem;
    border: 1px solid var(--surface-lighter);
}

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

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--text-primary);
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid var(--surface-lighter);
    border-radius: 8px;
    background: var(--surface-dark);
    color: var(--text-primary);
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--primary-blue);
}

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

/* ===== RESPONSIVIDADE ===== */
@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }

    .nav-container {
        padding: 0 1rem;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .hero-actions {
        flex-direction: column;
        align-items: center;
    }

    .page-header h1 {
        font-size: 2rem;
    }

    .metrics-grid {
        grid-template-columns: 1fr;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .content-grid {
        grid-template-columns: 1fr;
    }

    .cta-container h2 {
        font-size: 2rem;
    }

    .cta-actions {
        flex-direction: column;
        align-items: center;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .btn {
        width: 100%;
        justify-content: center;
    }

    .hero-actions .btn,
    .cta-actions .btn {
        width: auto;
        min-width: 200px;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 2rem;
    }

    .page-header h1 {
        font-size: 1.75rem;
    }

    .features-header h2,
    .metrics-title {
        font-size: 2rem;
    }

    .cta-container h2 {
        font-size: 1.75rem;
    }

    .nav-container {
        flex-direction: column;
        gap: 1rem;
    }

    .nav-actions {
        flex-direction: column;
        width: 100%;
    }
}

/* ==== Investor: complementos migrados do inline ==== */
.valuation-section {
  background: var(--surface-dark);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: var(--spacing-2xl);
  margin-bottom: var(--spacing-2xl);
}

.valuation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--spacing-lg);
  margin-top: var(--spacing-lg);
}

.valuation-item {
  text-align: center;
  padding: var(--spacing-lg);
  background: var(--surface-light);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
}

.valuation-value {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--accent-gold);
  margin-bottom: var(--spacing-xs);
}

.valuation-label {
  color: var(--text-secondary);
  font-size: 0.875rem;
}

/* Ajuste suave de centralização para grids de documentos/gráficos */
.documents-grid { align-items: stretch; }
.financial-charts { align-items: stretch; }


/* Cookie Banner */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(15, 23, 42, 0.95);
  color: #f8fafc;
  padding: 1rem 2rem;
  border-top: 2px solid #3b82f6;
  display: none;
  z-index: 2000;
}

.cookie-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cookie-content p {
  font-size: 0.95rem;
  line-height: 1.5;
}

.cookie-content a {
  color: #3b82f6;
  text-decoration: underline;
}

.cookie-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

