/* ===========================================================
   LION MANSA GROUP — Hub Stylesheet v11
   v11: Logo 75% + borda esfumaçada dourada nos nomes + aproximação
   =========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700;800;900&display=swap');

:root {
  --preto: #0a0a0a;
  --preto-2: #141414;
  --preto-3: #1f1f1f;
  --dourado: #d4a849;
  --dourado-claro: #e8c878;
  --dourado-escuro: #b08835;
  --creme: #f5f1e8;
  --cinza: #999;
  --cinza-claro: #ccc;
  --container: 1200px;
  --radius: 12px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  background: var(--preto);
  color: var(--creme);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--dourado); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--dourado-claro); }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* ===========================================================
   HEADER
   =========================================================== */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(10, 10, 10, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(212, 168, 73, 0.15);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  gap: 16px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--dourado);
  text-decoration: none;
  flex-shrink: 0;
  min-width: 0;
}

.logo-img {
  height: 52px;
  width: auto;
  flex-shrink: 0;
  filter: drop-shadow(0 4px 12px rgba(212, 168, 73, 0.25));
}

/* TEXTO DO HEADER — Inter 800 / 18px / DOURADO DEGRADÊ + BORDA ESFUMAÇADA */
.logo-text {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1;
  color: var(--dourado);
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-block;
  background: linear-gradient(180deg, #f5e6a8 0%, #d4a849 50%, #b08835 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 8px rgba(212, 168, 73, 0.7))
          drop-shadow(0 0 18px rgba(212, 168, 73, 0.4))
          drop-shadow(0 0 32px rgba(212, 168, 73, 0.2));
}

.nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav a {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: var(--creme);
  transition: color .2s;
}
.nav a:hover { color: var(--dourado); }

.nav .nav-cta {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 22px;
  border: 1px solid var(--dourado);
  border-radius: 999px;
  color: var(--dourado);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.nav .nav-cta:hover { background: var(--dourado); color: var(--preto); }

.menu-toggle {
  display: none;
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  background: transparent;
  border: none;
  color: var(--dourado);
  cursor: pointer;
  flex-shrink: 0;
}

/* ===========================================================
   HERO
   =========================================================== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 0 60px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at top, rgba(212, 168, 73, 0.15), transparent 60%),
    radial-gradient(ellipse at bottom, rgba(212, 168, 73, 0.08), transparent 50%),
    var(--preto);
  z-index: -1;
}

.hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(212, 168, 73, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 168, 73, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.5;
}

.hero-inner {
  text-align: center;
  position: relative;
  z-index: 2;
}

/* Logo do hero — 75% da largura (v11) + mais próximo do nome */
.hero-logo {
  width: 75%;
  max-width: 700px;
  margin: 0 auto 12px;
  filter: drop-shadow(0 35px 90px rgba(212, 168, 73, 0.55));
}

/* WORDMARK DO HERO — Inter 800 / 60px / dourado + borda esfumaçada */
.hero-wordmark {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 60px;
  letter-spacing: 2px;
  line-height: 1;
  color: var(--dourado);
  text-transform: uppercase;
  margin: 0 auto 32px;
  display: block;
  background: linear-gradient(180deg, #f5e6a8 0%, #d4a849 50%, #b08835 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 8px rgba(212, 168, 73, 0.4))
          drop-shadow(0 0 20px rgba(212, 168, 73, 0.2))
          drop-shadow(0 0 36px rgba(212, 168, 73, 0.1));
}

/* FRASE DE IMPACTO — Playfair Display 700 / 45px */
.hero-impact {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 45px;
  letter-spacing: 3px;
  line-height: 1.2;
  color: var(--creme);
  text-transform: uppercase;
  max-width: 900px;
  margin: 0 auto 36px;
}

.hero-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: var(--cinza-claro);
  max-width: 680px;
  margin: 0 auto 48px;
  line-height: 1.7;
}
.hero-subtitle strong {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: var(--creme);
}

.hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===========================================================
   BUTTONS
   =========================================================== */
.btn {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 28px;
  border-radius: 999px;
  transition: all .2s ease;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn-primary {
  background: var(--dourado);
  color: var(--preto);
}
.btn-primary:hover {
  background: var(--dourado-claro);
  color: var(--preto);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(212, 168, 73, 0.3);
}

.btn-ghost {
  background: transparent;
  color: var(--creme);
  border-color: rgba(245, 241, 232, 0.3);
}
.btn-ghost:hover {
  border-color: var(--dourado);
  color: var(--dourado);
}

.btn-sm { padding: 10px 20px; font-size: 12px; }
.btn-lg { padding: 18px 40px; font-size: 16px; }

/* ===========================================================
   STATS
   =========================================================== */
.stats {
  background: linear-gradient(180deg, var(--preto) 0%, var(--preto-2) 100%);
  padding: 80px 0;
  border-top: 1px solid rgba(212, 168, 73, 0.1);
  border-bottom: 1px solid rgba(212, 168, 73, 0.1);
}

.stats-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  text-align: center;
}

.stat strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 56px;
  background: linear-gradient(180deg, #fff 0%, #d4a849 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-bottom: 12px;
}

.stat span {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--cinza-claro);
}

/* ===========================================================
   SECTIONS
   =========================================================== */
.section { padding: 120px 0; }
.section-alt { background: var(--preto-2); }
.section-social { background: linear-gradient(180deg, var(--preto-2) 0%, var(--preto) 100%); }

.eyebrow {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 6px;
  color: var(--dourado);
  margin-bottom: 16px;
  text-align: center;
  text-transform: uppercase;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.15;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 24px;
  text-transform: uppercase;
  color: var(--creme);
}

.section-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: var(--cinza-claro);
  text-align: center;
  max-width: 720px;
  margin: 0 auto 64px;
}

/* ===========================================================
   HOLDING
   =========================================================== */
.holding-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  margin-top: 64px;
  align-items: start;
}

.holding-text p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--cinza-claro);
  margin-bottom: 22px;
  line-height: 1.8;
}
.holding-text strong {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: var(--dourado);
}
.holding-text em {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: italic;
  color: var(--creme);
}

.holding-card {
  background: linear-gradient(180deg, var(--preto-3) 0%, var(--preto-2) 100%);
  border: 1px solid rgba(212, 168, 73, 0.2);
  border-radius: var(--radius);
  padding: 40px;
}

.holding-card-title {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 18px;
  color: var(--dourado);
  margin-bottom: 24px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.holding-card ul { list-style: none; }

.holding-card li {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: var(--cinza-claro);
  padding: 12px 0;
  border-bottom: 1px solid rgba(212, 168, 73, 0.08);
  line-height: 1.6;
}
.holding-card li:last-child { border-bottom: none; }
.holding-card li strong {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: var(--creme);
}

/* ===========================================================
   BIZ CARDS
   =========================================================== */
.biz-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.biz-card {
  background: linear-gradient(180deg, var(--preto-3) 0%, var(--preto-2) 100%);
  border: 1px solid rgba(245, 241, 232, 0.08);
  border-radius: var(--radius);
  padding: 32px 28px;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
}

.biz-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--dourado), var(--dourado-claro));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}

.biz-card:hover {
  border-color: rgba(212, 168, 73, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}
.biz-card:hover::before { transform: scaleX(1); }

.biz-tag {
  display: inline-block;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 3px;
  color: var(--dourado);
  background: rgba(212, 168, 73, 0.1);
  padding: 5px 10px;
  border-radius: 999px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.biz-card h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 24px;
  color: var(--creme);
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.biz-card p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--cinza-claro);
  margin-bottom: 20px;
  line-height: 1.6;
}

.biz-card a {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* ===========================================================
   SOCIAL CARD
   =========================================================== */
.social-card {
  max-width: 720px;
  margin: 0 auto;
  background: linear-gradient(135deg, rgba(212, 168, 73, 0.08) 0%, rgba(212, 168, 73, 0.02) 100%);
  border: 1px solid rgba(212, 168, 73, 0.3);
  border-radius: var(--radius);
  padding: 56px 48px;
  text-align: center;
}

.social-text h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 36px;
  color: var(--dourado);
  margin: 16px 0 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.social-text p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--cinza-claro);
  margin-bottom: 32px;
  line-height: 1.7;
}

/* ===========================================================
   CTA SECTION
   =========================================================== */
.section-cta {
  text-align: center;
  background:
    radial-gradient(ellipse at center, rgba(212, 168, 73, 0.08), transparent 70%),
    var(--preto);
}

/* ===========================================================
   FOOTER
   =========================================================== */
.footer {
  background: var(--preto-2);
  padding: 80px 0 32px;
  border-top: 1px solid rgba(212, 168, 73, 0.1);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 64px;
  margin-bottom: 64px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
}

.footer-logo {
  width: 90px;
  filter: drop-shadow(0 4px 12px rgba(212, 168, 73, 0.2));
}

/* Footer brand: MESMA tipografia do header (degradê + borda) */
.footer-brand .logo-text {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1;
  color: var(--dourado);
  text-transform: uppercase;
  background: linear-gradient(180deg, #f5e6a8 0%, #d4a849 50%, #b08835 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 8px rgba(212, 168, 73, 0.7))
          drop-shadow(0 0 18px rgba(212, 168, 73, 0.4))
          drop-shadow(0 0 32px rgba(212, 168, 73, 0.2));
}

.footer-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.footer-cols .footer-title {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 3px;
  color: var(--dourado);
  text-transform: uppercase;
  margin-bottom: 16px;
}

.footer-cols a {
  display: block;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: var(--cinza-claro);
  margin-bottom: 8px;
  transition: color .2s;
}
.footer-cols a:hover { color: var(--dourado); }

.footer-bottom {
  border-top: 1px solid rgba(245, 241, 232, 0.05);
  padding-top: 32px;
  text-align: center;
}
.footer-bottom p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: var(--cinza);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media (max-width: 900px) {
  .nav { display: none; }
  .menu-toggle { display: block; }
  .nav.open {
    display: flex;
    position: absolute;
    top: 76px; left: 0; right: 0;
    flex-direction: column;
    background: var(--preto);
    padding: 32px 24px;
    border-bottom: 1px solid rgba(212, 168, 73, 0.15);
    gap: 20px;
  }

  .holding-grid { grid-template-columns: 1fr; gap: 40px; }

  .footer-inner { grid-template-columns: 1fr; gap: 40px; }
  .footer-cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 32px;
  }

  .social-card { padding: 40px 28px; }
  .section { padding: 80px 0; }
}

@media (max-width: 600px) {
  .header-inner { height: 64px; gap: 10px; padding: 0 16px; }

  .logo-img { height: 42px; }

  .logo-text {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 1.5px;
    line-height: 1;
    color: var(--dourado);
    text-transform: uppercase;
    display: inline-block;
    background: linear-gradient(180deg, #f5e6a8 0%, #d4a849 50%, #b08835 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 5px rgba(212, 168, 73, 0.4))
                drop-shadow(0 0 12px rgba(212, 168, 73, 0.2));
      }

  .hero { padding: 90px 0 50px; min-height: auto; }

  .hero-logo {
      width: 75%;
      max-width: 700px;
      margin-bottom: 8px;
    }

  .hero-wordmark {
      font-size: 32px !important;
      letter-spacing: 1px !important;
      margin-bottom: 24px !important;
      filter: drop-shadow(0 0 6px rgba(212, 168, 73, 0.4))
              drop-shadow(0 0 14px rgba(212, 168, 73, 0.2))
              drop-shadow(0 0 24px rgba(212, 168, 73, 0.1)) !important;
    }

  .hero-impact {
    font-size: 28px !important;
    letter-spacing: 2px !important;
  }

  .hero-subtitle { font-size: 14px !important; }

  .stats-inner { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .stat strong { font-size: 40px; }

  .footer-cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .footer-brand .logo-text {
      font-size: 13px !important;
      letter-spacing: 1.5px !important;
      filter: drop-shadow(0 0 5px rgba(212, 168, 73, 0.4))
              drop-shadow(0 0 12px rgba(212, 168, 73, 0.2)) !important;
    }

  .section { padding: 60px 0; }
  .section-title { font-size: 28px !important; }
  .stat span { font-size: 11px !important; }
}