/* ============================================================
   CGE — Site público · Visual escuro premium
   ============================================================ */
:root {
  --bg: #0B0B0F;
  --bg-2: #101017;
  --surface: #14141D;
  --card: #171724;
  --border: rgba(255, 255, 255, 0.08);
  --text: #F5F3EE;
  --muted: #A5A2AB;
  --gold: #D6B25E;
  --gold-soft: rgba(214, 178, 94, 0.12);
  --radius: 16px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, .display { font-family: 'Sora', 'Inter', sans-serif; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(11, 11, 15, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}
.logo { display: flex; align-items: center; gap: 12px; }
.logo-img { height: 40px; width: auto; }
.logo-mark {
  display: flex; flex-direction: column; line-height: 1.05;
}
.logo-mark .logo-main {
  font-family: 'Sora', sans-serif; font-weight: 800; font-size: 26px;
  letter-spacing: 0.02em; color: var(--text);
}
.logo-mark .logo-main span { color: var(--gold); }
.logo-mark .logo-sub {
  font-size: 8.5px; letter-spacing: 0.32em; color: var(--muted); font-weight: 600;
}
.main-nav { display: flex; gap: 28px; align-items: center; }
.main-nav a {
  font-size: 14px; font-weight: 500; color: var(--muted);
  transition: color .2s;
}
.main-nav a:hover { color: var(--text); }
.header-actions { display: flex; align-items: center; gap: 14px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: 'Sora', sans-serif; font-weight: 600; font-size: 15px;
  padding: 13px 26px; border-radius: 999px; border: 1px solid transparent;
  cursor: pointer; transition: all .22s ease; white-space: nowrap;
}
.btn-gold {
  background: var(--gold); color: #14110A; border-color: var(--gold);
}
.btn-gold:hover { filter: brightness(1.1); transform: translateY(-1px); }
.btn-outline {
  background: transparent; color: var(--text); border-color: rgba(255,255,255,0.22);
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.btn-sm { padding: 9px 20px; font-size: 13.5px; }
.btn-lg { padding: 16px 34px; font-size: 16px; }

.menu-toggle { display: none; background: none; border: 0; color: var(--text); font-size: 26px; cursor: pointer; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  padding: 190px 0 110px;
  background:
    radial-gradient(1100px 520px at 82% -10%, rgba(214,178,94,0.14), transparent 60%),
    radial-gradient(900px 500px at -10% 110%, rgba(214,178,94,0.07), transparent 55%),
    linear-gradient(180deg, #0C0C12 0%, var(--bg) 100%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.028) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(800px 500px at 75% 0%, #000 0%, transparent 75%);
  -webkit-mask-image: radial-gradient(800px 500px at 75% 0%, #000 0%, transparent 75%);
}
.hero-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 60px; align-items: center;
}
.hero-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.22em;
  color: var(--gold); background: var(--gold-soft);
  border: 1px solid rgba(214,178,94,0.3);
  padding: 8px 16px; border-radius: 999px; margin-bottom: 26px;
}
.hero h1 {
  font-size: clamp(34px, 4.6vw, 58px); font-weight: 800; line-height: 1.12;
  letter-spacing: -0.02em; margin-bottom: 22px;
}
.hero h1 em { font-style: normal; color: var(--gold); }
.hero p.lead {
  font-size: 18px; color: var(--muted); max-width: 560px; margin-bottom: 36px;
}
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-visual { position: relative; }
.hero-visual .hero-img {
  width: 100%; aspect-ratio: 4/4.6; object-fit: cover;
  border-radius: 24px; border: 1px solid var(--border);
}
.hero-card {
  aspect-ratio: 4/4.6; border-radius: 24px; border: 1px solid var(--border);
  background: linear-gradient(160deg, #1A1A26 0%, #101017 70%);
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end; padding: 34px;
}
.hero-card::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(400px 300px at 80% 10%, rgba(214,178,94,0.22), transparent 65%);
}
.hero-card .big-icon { font-size: 60px; position: absolute; top: 34px; left: 34px; opacity: .95; }
.hero-card h3 { font-size: 22px; margin-bottom: 8px; position: relative; }
.hero-card p { color: var(--muted); font-size: 14.5px; position: relative; }

/* ---------- Stats ---------- */
.stats { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--bg-2); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat {
  padding: 38px 28px; text-align: left;
  border-left: 1px solid var(--border);
}
.stat:first-child { border-left: 0; }
.stat .num {
  font-family: 'Sora', sans-serif; font-size: 38px; font-weight: 800; color: var(--gold);
  line-height: 1.1;
}
.stat .lbl { color: var(--muted); font-size: 14px; margin-top: 6px; }

/* ---------- Sections ---------- */
section.block { padding: 110px 0; }
.section-head { max-width: 720px; margin-bottom: 56px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.tag {
  display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 0.22em;
  color: var(--gold); margin-bottom: 16px;
}
.section-head h2 {
  font-size: clamp(28px, 3.4vw, 42px); font-weight: 800; letter-spacing: -0.02em;
  line-height: 1.18; margin-bottom: 16px;
}
.section-head p { color: var(--muted); font-size: 17px; }

/* ---------- Sobre ---------- */
.sobre-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.sobre-text p { color: var(--muted); margin-bottom: 18px; font-size: 16.5px; }
.sobre-visual .sobre-img {
  width: 100%; aspect-ratio: 5/4; object-fit: cover; border-radius: 24px;
  border: 1px solid var(--border);
}
.sobre-placeholder {
  aspect-ratio: 5/4; border-radius: 24px; border: 1px solid var(--border);
  background:
    radial-gradient(360px 280px at 25% 20%, rgba(214,178,94,0.16), transparent 60%),
    linear-gradient(160deg, #1A1A26, #101017);
  display: flex; align-items: center; justify-content: center;
  font-size: 84px;
}
.mvv { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 64px; }
.mvv-card {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 30px;
}
.mvv-card h4 { color: var(--gold); font-size: 15px; letter-spacing: 0.12em; margin-bottom: 12px; }
.mvv-card p { color: var(--muted); font-size: 15px; }

/* ---------- Soluções ---------- */
.pilares { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pilar {
  background: var(--card); border: 1px solid var(--border); border-radius: 20px;
  padding: 36px 30px; position: relative; overflow: hidden;
  transition: transform .25s ease, border-color .25s ease;
}
.pilar:hover { transform: translateY(-4px); border-color: rgba(214,178,94,0.45); }
.pilar::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold), transparent 70%);
}
.pilar .pilar-icon {
  width: 54px; height: 54px; border-radius: 14px; background: var(--gold-soft);
  border: 1px solid rgba(214,178,94,0.3);
  display: flex; align-items: center; justify-content: center; font-size: 26px;
  margin-bottom: 22px;
}
.pilar h3 { font-size: 22px; margin-bottom: 8px; }
.pilar > p { color: var(--muted); font-size: 15px; margin-bottom: 24px; }
.pilar ul { list-style: none; display: flex; flex-direction: column; gap: 18px; }
.pilar li strong { display: block; font-size: 15.5px; font-weight: 600; margin-bottom: 3px; }
.pilar li strong::before { content: "— "; color: var(--gold); }
.pilar li span { color: var(--muted); font-size: 14px; }

/* ---------- Holding ---------- */
.holding {
  background:
    radial-gradient(900px 480px at 50% 0%, rgba(214,178,94,0.10), transparent 60%),
    var(--bg-2);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.beneficios { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 48px; }
.beneficio {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 28px;
  transition: border-color .25s ease;
}
.beneficio:hover { border-color: rgba(214,178,94,0.45); }
.beneficio .check {
  color: var(--gold); font-size: 20px; margin-bottom: 14px; display: block;
}
.beneficio h4 { font-size: 17px; margin-bottom: 8px; }
.beneficio p { color: var(--muted); font-size: 14.5px; }
.holding-cta { text-align: center; }

/* ---------- Metodologia ---------- */
.etapas { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.etapa {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 28px 24px; position: relative;
}
.etapa .num {
  font-family: 'Sora', sans-serif; font-size: 15px; font-weight: 800;
  color: var(--gold); background: var(--gold-soft);
  border: 1px solid rgba(214,178,94,0.3);
  width: 40px; height: 40px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.etapa h4 { font-size: 17px; margin-bottom: 8px; }
.etapa p { color: var(--muted); font-size: 14px; }

/* ---------- Contato ---------- */
.contato-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contato-list { display: flex; flex-direction: column; gap: 22px; margin-top: 10px; }
.contato-item { display: flex; gap: 16px; align-items: flex-start; }
.contato-item .ico {
  width: 46px; height: 46px; border-radius: 12px; flex-shrink: 0;
  background: var(--gold-soft); border: 1px solid rgba(214,178,94,0.3);
  display: flex; align-items: center; justify-content: center; font-size: 20px;
}
.contato-item .lbl { font-size: 12.5px; letter-spacing: 0.14em; color: var(--muted); font-weight: 600; }
.contato-item .val { font-size: 16.5px; font-weight: 600; }
.contato-card {
  background: linear-gradient(160deg, #1A1A26, #101017);
  border: 1px solid var(--border); border-radius: 24px; padding: 44px;
  position: relative; overflow: hidden;
}
.contato-card::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(380px 260px at 85% 0%, rgba(214,178,94,0.18), transparent 60%);
}
.contato-card > * { position: relative; }
.contato-card h3 { font-size: 24px; margin-bottom: 12px; }
.contato-card p { color: var(--muted); margin-bottom: 28px; }
.socials { display: flex; gap: 12px; margin-top: 30px; }
.socials a {
  width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center; font-size: 18px;
  transition: all .2s;
}
.socials a:hover { border-color: var(--gold); color: var(--gold); }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--border); background: var(--bg-2); padding: 46px 0; }
.footer-inner { display: flex; justify-content: space-between; gap: 30px; align-items: center; flex-wrap: wrap; }
.footer-inner p { color: var(--muted); font-size: 14px; max-width: 520px; }
.footer-copy { text-align: center; color: #6C6975; font-size: 13px; margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--border); }

/* ---------- WhatsApp float ---------- */
.wa-float {
  position: fixed; right: 26px; bottom: 26px; z-index: 90;
  width: 60px; height: 60px; border-radius: 50%;
  background: #25D366; color: #fff; font-size: 30px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.35);
  transition: transform .2s;
}
.wa-float:hover { transform: scale(1.08); }

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

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid, .sobre-grid, .contato-grid { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .pilares, .mvv, .beneficios { grid-template-columns: 1fr; }
  .etapas { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat { border-left: 0; border-top: 1px solid var(--border); }
  .main-nav {
    display: none; position: absolute; top: 72px; left: 0; right: 0;
    background: var(--bg-2); border-bottom: 1px solid var(--border);
    flex-direction: column; padding: 22px; gap: 18px;
  }
  .main-nav.open { display: flex; }
  .menu-toggle { display: block; }
  section.block { padding: 76px 0; }
  .hero { padding: 150px 0 80px; }
}
@media (max-width: 560px) {
  .etapas { grid-template-columns: 1fr; }
  .header-actions .btn-outline { display: none; }
}
