/* ===== Líder Energia Solar — Premium Site v3 ===== */
:root {
  --navy-950: #050a17;
  --navy-900: #0a1428;
  --navy-800: #0f1c33;
  --navy-700: #142545;
  --navy-600: #1c3158;
  --navy-500: #2b4470;

  /* Premium gold palette */
  --gold-100: #fef3c7;
  --gold-200: #fde68a;
  --gold-300: #fcd34d;
  --gold-400: #fbbf24;
  --gold-500: #f59e0b;
  --gold-600: #d97706;
  --gold-700: #b45309;
  --gold-800: #92400e;
  --champagne: #f7e7c0;

  --green-400: #34d399;
  --green-500: #22c55e;
  --green-600: #16a34a;
  --green-700: #15803d;

  --bg: #f5f7fb;
  --bg-soft: #eef2f8;
  --card: #ffffff;
  --text: #0a1428;
  --muted: #5a6b85;
  --line: #e3e8f1;

  --shadow-xs: 0 2px 6px rgba(10, 20, 40, .05);
  --shadow-sm: 0 8px 22px rgba(10, 20, 40, .07);
  --shadow-md: 0 18px 44px rgba(10, 20, 40, .11);
  --shadow-lg: 0 30px 70px rgba(10, 20, 40, .18);
  --shadow-xl: 0 50px 100px rgba(10, 20, 40, .26);
  --shadow-gold: 0 16px 38px rgba(217, 119, 6, .35);
  --shadow-gold-lg: 0 24px 56px rgba(217, 119, 6, .45);

  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Manrope', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: 'Bricolage Grotesque', 'Manrope', system-ui, sans-serif;
  letter-spacing: -0.015em;
  font-weight: 700;
  line-height: 1.15;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
}

/* Scroll progress */
.scroll-progress {
  position: fixed; top: 0; left: 0;
  height: 3px; width: 0%;
  background: linear-gradient(90deg, var(--gold-300), var(--gold-500), var(--gold-700));
  z-index: 100;
  box-shadow: 0 0 14px rgba(245, 158, 11, .7);
  transition: width .1s linear;
}

/* ============ TOP BAR ============ */
.topbar {
  background: linear-gradient(90deg, #050a17, #0a1428, #050a17);
  color: rgba(255,255,255,.7);
  font-size: 12.5px;
  padding: 8px 0;
  position: relative;
  z-index: 49;
  border-bottom: 1px solid rgba(245, 158, 11, .12);
}
.topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.tb-left { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.tb-left i { color: var(--gold-400); margin-right: 6px; }
.tb-sep { opacity: .35; }
.tb-right { display: flex; align-items: center; gap: 14px; }
.tb-right a { color: rgba(255,255,255,.7); transition: color .2s; }
.tb-right a:hover { color: var(--gold-400); }
.tb-phone { display: flex; align-items: center; gap: 6px; font-weight: 700; color: var(--gold-300) !important; }

/* ============ HEADER ============ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 16px 0;
  background: transparent;
  transition: background .35s ease, padding .3s ease, box-shadow .35s;
}
.site-header.scrolled {
  background: linear-gradient(180deg, rgba(7, 13, 26, .92), rgba(8, 15, 30, .82));
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  box-shadow: 0 12px 36px rgba(0,0,0,.34);
  padding: 10px 0;
  border-bottom: 1px solid rgba(245, 158, 11, .22);
}
.header-inner {
  display: flex; align-items: center; gap: 32px;
}
.site-header::before {
  content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: linear-gradient(180deg, rgba(5,10,23,.85) 0%, rgba(5,10,23,.55) 55%, rgba(5,10,23,.18) 100%);
  transition: opacity .35s ease;
}
.site-header.scrolled::before { opacity: 0; }

/* Logo lockup: original emblem + crisp typeset wordmark (no raster text, no box) */
.logo {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 0;
  text-decoration: none;
}
.logo-halo { display: none; }
.logo-emblem {
  height: 54px; width: auto; max-width: none;
  display: block;
  filter: drop-shadow(0 6px 16px rgba(0,0,0,.45)) drop-shadow(0 0 22px rgba(252, 211, 77, .30));
  transition: height .3s ease;
}
.logo-word {
  display: flex; flex-direction: column; line-height: 1;
}
.logo-word b {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800; font-size: 25px;
  letter-spacing: .015em;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
}
.logo-word i {
  font-style: normal;
  font-size: 9.5px; font-weight: 800;
  letter-spacing: .34em;
  margin-top: 5px; margin-left: 2px;
  color: var(--gold-300);
  text-shadow: 0 1px 6px rgba(0,0,0,.5);
}
.site-header.scrolled .logo-emblem { height: 46px; }

.main-nav {
  display: flex; gap: 32px; flex: 1;
  justify-content: center;
}
.main-nav a {
  font-family: 'Manrope';
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: .12em;
  color: rgba(255,255,255,.92);
  text-shadow: 0 1px 10px rgba(0,0,0,.55);
  position: relative;
  padding: 10px 2px;
  transition: color .25s;
}
.main-nav a:hover { color: var(--gold-300); }
.main-nav a.active { color: var(--gold-300); }
.main-nav a.active::after {
  content: ''; position: absolute; left: 50%; right: 50%; bottom: 2px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold-400), var(--gold-600));
  border-radius: 1px;
  box-shadow: 0 0 14px var(--gold-400);
  animation: navUnderline .4s ease forwards;
}
@keyframes navUnderline { to { left: 0; right: 0; } }
.hamburger {
  display: none;
  background: transparent; border: 0; color: #fff; font-size: 24px; cursor: pointer;
}

/* ============ PREMIUM GOLD BUTTONS ============ */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 13px;
  letter-spacing: .09em; text-transform: uppercase;
  padding: 14px 24px; border-radius: 12px;
  border: 0; cursor: pointer;
  transition: transform .25s cubic-bezier(.2,.7,.2,1), box-shadow .25s, filter .25s;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.btn-sm { padding: 11px 18px; font-size: 11.5px; }
.btn-lg { padding: 16px 28px; font-size: 13px; }
.btn-xl { padding: 18px 32px; font-size: 13.5px; }

/* PREMIUM GOLD BUTTON - polished, metallic */
.btn-primary {
  background:
    linear-gradient(180deg,
      #fef3c7 0%,
      #fcd34d 18%,
      #f59e0b 55%,
      #d97706 80%,
      #b45309 100%);
  color: #2a1a05;
  box-shadow:
    0 10px 26px rgba(217, 119, 6, .50),
    0 4px 10px rgba(146, 64, 14, .35),
    inset 0 1px 0 rgba(255,255,255,.75),
    inset 0 -2px 4px rgba(120, 50, 0, .20);
  text-shadow: 0 1px 0 rgba(255, 240, 200, .5);
}
.btn-primary::before {
  content: ''; position: absolute;
  top: 1px; left: 1px; right: 1px; height: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,.45), transparent);
  border-radius: 11px 11px 0 0;
  z-index: 0;
  pointer-events: none;
}
.btn-primary::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.55) 50%, transparent 70%);
  transform: translateX(-110%);
  transition: transform .7s ease;
  z-index: 1;
  pointer-events: none;
}
.btn-primary > * { position: relative; z-index: 2; }
.btn-primary:hover {
  transform: translateY(-3px);
  filter: brightness(1.06);
  box-shadow:
    0 16px 38px rgba(217, 119, 6, .60),
    0 6px 14px rgba(146, 64, 14, .40),
    inset 0 1px 0 rgba(255,255,255,.85),
    inset 0 -2px 4px rgba(120, 50, 0, .25);
}
.btn-primary:hover::after { transform: translateX(110%); }
.btn-primary:active { transform: translateY(-1px); }

.btn-ghost {
  background: rgba(255,255,255,.08);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.32);
  backdrop-filter: blur(12px);
}
.btn-ghost:hover { background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.55); transform: translateY(-2px); }

.btn-ghost-dark {
  background: rgba(10, 20, 40, .18);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.30);
  backdrop-filter: blur(8px);
}
.btn-ghost-dark:hover { background: rgba(10, 20, 40, .35); border-color: var(--gold-400); transform: translateY(-2px); }

.btn-dark {
  background: linear-gradient(180deg, var(--navy-700), var(--navy-950));
  color: #fff;
  box-shadow: 0 12px 28px rgba(10, 20, 40, .42), inset 0 1px 0 rgba(255,255,255,.08);
}
.btn-dark:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(10, 20, 40, .55); }
.btn-outline {
  background: #fff; color: var(--navy-900);
  border: 1.5px solid var(--gold-500);
  box-shadow: 0 6px 16px rgba(217, 119, 6, .14);
  font-weight: 800;
}
.btn-outline:hover {
  background: linear-gradient(180deg, var(--gold-400), var(--gold-600));
  color: var(--navy-950);
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold);
}
.btn-block { width: 100%; justify-content: center; }

/* ============ HERO — cena 3D de fazenda solar ============ */
.hero {
  position: relative;
  margin-top: -88px;
  background: #050a17;
  color: #fff;
  padding: 132px 0 210px;
  overflow: hidden;
  isolation: isolate;
}

/* scene layers */
.hero-scene { position: absolute; inset: 0; z-index: 0; overflow: hidden; will-change: transform; }
.hero-sky {
  position: absolute; inset: 0;
  background:
    radial-gradient(85% 65% at 60% 34%, rgba(255,216,134,.30) 0%, rgba(246,176,78,.12) 14%, transparent 42%),
    linear-gradient(180deg, #060b1a 0%, #0a1730 42%, #0e2245 56%, #0b1a37 68%, #070e20 100%);
}
/* Professional atmospheric sunrise glow — no hard cartoon disc */
.hero-sun {
  position: absolute; left: 50%; top: 62%;
  width: 1100px; height: 1100px; transform: translate(-50%,-50%);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%,
    rgba(255,238,200,.55) 0%,
    rgba(255,206,128,.34) 12%,
    rgba(248,170,80,.18) 26%,
    rgba(214,128,44,.08) 42%,
    transparent 62%);
  filter: blur(8px);
  animation: sunBreathe 9s ease-in-out infinite;
  pointer-events: none;
}
.hero-sun::after {
  content:''; position:absolute; left:50%; top:50%;
  width: 220px; height: 220px; transform: translate(-50%,-50%);
  border-radius:50%;
  background: radial-gradient(circle, rgba(255,248,228,.85) 0%, rgba(255,224,158,.55) 34%, rgba(255,198,110,.2) 58%, transparent 75%);
  filter: blur(6px);
}
@keyframes sunBreathe {
  0%, 100% { opacity: .92; transform: translate(-50%,-50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%,-50%) scale(1.05); }
}
.hero-rays { display: none; }
.hero-rays-x {
  position: absolute; left: 74%; top: 49%;
  width: 1000px; height: 1000px; transform: translate(-50%,-50%);
  background: conic-gradient(from 0deg at 50% 50%,
    transparent 0deg, rgba(255,212,124,.10) 4deg, transparent 10deg,
    rgba(255,212,124,.06) 18deg, transparent 26deg,
    rgba(255,212,124,.13) 34deg, transparent 42deg,
    rgba(255,212,124,.06) 52deg, transparent 60deg,
    rgba(255,212,124,.10) 70deg, transparent 78deg);
  mix-blend-mode: screen; opacity: .40; pointer-events: none;
  animation: spin 90s linear infinite;
}
.hero-horizon {
  position: absolute; left: 0; right: 0; top: 60%; height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255,210,130,.7) 35%, rgba(255,232,180,.95) 50%, rgba(255,210,130,.7) 65%, transparent 90%);
  filter: blur(2px);
  box-shadow: 0 0 50px 16px rgba(245,170,70,.42);
}
/* receding 3D panel field */
.hero-field {
  position: absolute; left: 50%; bottom: -5%;
  width: 280%; height: 56%;
  transform: translateX(-50%) perspective(430px) rotateX(76deg);
  transform-origin: bottom center;
  background:
    repeating-linear-gradient(90deg, rgba(8,18,38,0) 0 42px, rgba(176,204,255,.16) 42px 44px),
    repeating-linear-gradient(0deg,  rgba(8,18,38,0) 0 26px, rgba(150,186,250,.18) 26px 28px),
    linear-gradient(180deg, #25497f 0%, #1a3868 38%, #122a52 70%, #0e2244 100%);
  box-shadow: inset 0 40px 70px rgba(5,10,23,.55);
}
.hero-field::before {
  content:''; position:absolute; inset:0;
  background: radial-gradient(62% 130% at 58% 0%, rgba(255,202,112,.32), transparent 55%);
  mix-blend-mode: screen;
}
.hero-field::after {
  content:''; position:absolute; inset:0;
  background: linear-gradient(0deg, transparent 52%, rgba(7,14,31,.92) 94%);
}
/* tangible foreground panels */
.hero-fg { position:absolute; inset:0; pointer-events:none; z-index:1; }
.fg-panel {
  position:absolute;
  background:
    repeating-linear-gradient(90deg, transparent 0 31px, rgba(184,208,255,.5) 31px 32px),
    repeating-linear-gradient(0deg, transparent 0 28px, rgba(184,208,255,.5) 28px 29px),
    linear-gradient(150deg, #2c5494 0%, #1b3a6e 55%, #112849 100%);
  border: 1px solid rgba(184,208,255,.32);
  border-radius: 4px;
  box-shadow: 0 36px 64px rgba(0,0,0,.55), inset 0 2px 0 rgba(255,255,255,.18);
}
.fg-1 { right: 7%; bottom: 5%; width: 270px; height: 156px;
  transform: perspective(720px) rotateX(55deg) rotateZ(-9deg);
  animation: floaty 7s ease-in-out infinite; }
.fg-2 { right: 23%; bottom: 0%; width: 200px; height: 122px; opacity:.92;
  transform: perspective(720px) rotateX(55deg) rotateZ(7deg);
  animation: floaty 8s ease-in-out infinite 1.2s; }
@keyframes floaty {
  0%,100% { margin-top: 0; }
  50% { margin-top: -12px; }
}
/* brand embedded in the scene (the farm "sign") */
.hero-sign {
  position: absolute; right: 7%; top: 40%;
  z-index: 2;
  display: flex; align-items: center; justify-content: center;
  animation: signFloat 6.5s ease-in-out infinite;
}
@keyframes signFloat { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-16px);} }
.hero-sign img {
  width: clamp(220px, 26vw, 380px); height: auto;
  filter: drop-shadow(0 30px 56px rgba(0,0,0,.6)) drop-shadow(0 0 40px rgba(252,211,77,.35));
}

.hero-particles { position: absolute; inset: 0; pointer-events: none; z-index: 1; }
.hero-particles span {
  position: absolute; width: 4px; height: 4px;
  background: var(--gold-300); border-radius: 50%;
  box-shadow: 0 0 12px var(--gold-300); opacity: .7;
  animation: floatUp 14s linear infinite;
}
.hero-particles span:nth-child(1){left:10%;top:30%;animation-delay:0s;}
.hero-particles span:nth-child(2){left:20%;top:60%;animation-delay:1.5s;}
.hero-particles span:nth-child(3){left:35%;top:40%;animation-delay:3s;animation-duration:16s;}
.hero-particles span:nth-child(4){left:50%;top:55%;animation-delay:4s;}
.hero-particles span:nth-child(5){left:64%;top:30%;animation-delay:5s;animation-duration:18s;}
.hero-particles span:nth-child(6){left:80%;top:45%;animation-delay:6s;}
.hero-particles span:nth-child(7){left:15%;top:70%;animation-delay:2s;}
.hero-particles span:nth-child(8){left:45%;top:22%;animation-delay:7s;}
.hero-particles span:nth-child(9){left:70%;top:62%;animation-delay:8s;animation-duration:20s;}
.hero-particles span:nth-child(10){left:88%;top:35%;animation-delay:9s;}
.hero-particles span:nth-child(11){left:28%;top:50%;animation-delay:10s;}
.hero-particles span:nth-child(12){left:58%;top:38%;animation-delay:11s;}
.hero-particles span:nth-child(13){left:76%;top:25%;animation-delay:4.5s;}
.hero-particles span:nth-child(14){left:8%;top:48%;animation-delay:6.5s;}
.hero-particles span:nth-child(15){left:42%;top:64%;animation-delay:8.5s;}
@keyframes floatUp {
  0% { transform: translate(0,0); opacity: 0; }
  10% { opacity: .8; }
  90% { opacity: .55; }
  100% { transform: translate(50px,-130px); opacity: 0; }
}
@keyframes sunPulse {
  0%, 100% { transform: translate(-50%,-50%) scale(1); opacity: 1; }
  50% { transform: translate(-50%,-50%) scale(1.06); opacity: .92; }
}
@keyframes spin { to { transform: translate(-50%,-50%) rotate(360deg); } }

.hero-shade {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5,10,23,.95) 0%, rgba(5,10,23,.80) 30%, rgba(5,10,23,.34) 55%, rgba(5,10,23,0) 74%),
    linear-gradient(180deg, rgba(5,10,23,.55) 0%, transparent 20%, transparent 58%, rgba(5,10,23,.45) 100%);
}

.hero-inner {
  position: relative; z-index: 3;
  min-height: 600px;
  display: flex; align-items: center;
}
.hero-text { max-width: 670px; }

.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 9px 18px 9px 14px;
  background: linear-gradient(135deg, rgba(252, 211, 77, .16), rgba(252, 211, 77, .06));
  border: 1px solid rgba(252, 211, 77, .42);
  border-radius: 100px;
  font-size: 13px; color: rgba(255,255,255,.95);
  margin-bottom: 28px;
  backdrop-filter: blur(12px);
  animation: badgeIn .8s .2s both ease-out;
  box-shadow: 0 8px 22px rgba(252, 211, 77, .14), inset 0 1px 0 rgba(255,255,255,.1);
}
.hero-badge strong { color: var(--gold-300); font-weight: 800; }
.hero-badge .dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--green-400);
  box-shadow: 0 0 14px var(--green-400), 0 0 0 4px rgba(52, 211, 153, .15);
  animation: blink 2s ease-in-out infinite;
}
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
@keyframes badgeIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

.hero h1 {
  font-size: clamp(34px, 5.2vw, 68px);
  line-height: 1.04; font-weight: 800;
  margin: 0 0 26px; letter-spacing: -.025em;
}
.hero h1 .line { white-space: nowrap; }
@media (max-width: 380px) { .hero h1 .line { white-space: normal; } }
.hero h1 .line {
  display: block; opacity: 0; transform: translateY(36px);
  animation: lineIn 1s cubic-bezier(.2,.7,.2,1) forwards;
  text-shadow: 0 4px 24px rgba(0,0,0,.4);
}
.hero h1 .line:nth-child(1){animation-delay:.35s;}
.hero h1 .line:nth-child(2){animation-delay:.55s;}
.hero h1 .line:nth-child(3){animation-delay:.75s;}
@keyframes lineIn { to { opacity: 1; transform: translateY(0); } }
.hero h1 .accent {
  background: linear-gradient(135deg, #fef3c7 0%, #fcd34d 25%, #fbbf24 50%, #f59e0b 75%, #d97706 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 0 34px rgba(252, 211, 77, .4));
}
.hero-sub {
  font-size: 18px; color: rgba(255,255,255,.82);
  margin: 0 0 36px; max-width: 600px; line-height: 1.65;
  opacity: 0; animation: lineIn .9s 1s forwards;
}
.hero-sub strong { color: var(--gold-300); font-weight: 700; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; opacity: 0; animation: lineIn .9s 1.2s forwards; }
.hero-meta { margin-top: 38px; display: flex; align-items: center; gap: 16px; opacity: 0; animation: lineIn .9s 1.4s forwards; }
.hm-avatars { display: flex; }
.hm-avatars img {
  width: 42px; height: 42px; border-radius: 50%;
  border: 2.5px solid var(--navy-900); margin-left: -10px;
  object-fit: cover; box-shadow: 0 4px 10px rgba(0,0,0,.3);
}
.hm-avatars img:first-child { margin-left: 0; }
.hm-stars { font-size: 13px; color: var(--gold-300); margin-bottom: 3px; letter-spacing: 1px; }
.hm-stars strong { color: #fff; margin-left: 8px; font-weight: 800; font-size: 14px; letter-spacing: 0; }
.hm-text { font-size: 13px; color: rgba(255,255,255,.65); }

/* bottom stats strip */
.hero-strip {
  position: relative; z-index: 3;
  margin-top: 50px;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  background: linear-gradient(155deg, rgba(255,255,255,.09), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  padding: 20px 22px;
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  box-shadow: 0 28px 64px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.12);
  opacity: 0; animation: lineIn 1s 1.3s forwards;
}
.hs-item { display: flex; align-items: center; gap: 14px; padding: 0 6px; }
.hs-item + .hs-item { border-left: 1px solid rgba(255,255,255,.10); }
.hs-ic {
  width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;
  display: grid; place-items: center; font-size: 18px;
  background: linear-gradient(135deg, rgba(252,211,77,.30), rgba(252,211,77,.07));
  color: var(--gold-300);
  border: 1px solid rgba(252,211,77,.25);
  box-shadow: 0 6px 16px rgba(252,211,77,.16), inset 0 1px 0 rgba(255,255,255,.15);
}
.hs-v { font-family: 'Bricolage Grotesque'; font-weight: 800; font-size: 17px; color: #fff; line-height: 1.1; }
.hs-l { font-size: 10px; letter-spacing: .1em; color: rgba(255,255,255,.55); font-weight: 600; margin-top: 3px; text-transform: uppercase; }

.scroll-cue {
  position: absolute; bottom: 86px; left: 50%; transform: translateX(-50%);
  z-index: 3; width: 28px; height: 46px;
  border: 2px solid rgba(255,255,255,.45); border-radius: 14px;
  display: grid; place-items: start center; padding-top: 8px;
  opacity: 0; animation: lineIn 1s 1.6s forwards;
}
.scroll-cue span {
  width: 3px; height: 8px; background: var(--gold-400); border-radius: 2px;
  animation: scrollDown 1.8s ease-in-out infinite;
}
@keyframes scrollDown {
  0% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(14px); opacity: .3; }
  100% { transform: translateY(0); opacity: 1; }
}

@media (max-width: 900px) {
  .hero-sign, .hero-fg { display: none; }
  .hero-sky { background:
    radial-gradient(140% 90% at 70% 30%, rgba(255,198,98,.35), transparent 50%),
    linear-gradient(180deg, #060b1a 0%, #0a1730 50%, #070e20 100%); }
  .hero-field { height: 42%; }
  .hero-strip { grid-template-columns: 1fr 1fr; gap: 14px 8px; }
  .hs-item:nth-child(3) { border-left: 0; }
}

/* ============ SIMULADOR ============ */
.simulator-wrap {
  margin-top: -170px;
  position: relative;
  z-index: 5;
  padding-bottom: 20px;
}
.simulator-card {
  background: linear-gradient(180deg, #fff 0%, #fcfdff 100%);
  border-radius: 28px;
  box-shadow:
    0 50px 100px rgba(10, 20, 40, .28),
    0 14px 34px rgba(10, 20, 40, .14);
  padding: 38px 42px 40px;
  border: 1px solid rgba(255,255,255,.8);
  position: relative;
  overflow: hidden;
}
.simulator-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold-300), var(--gold-500), var(--gold-700), var(--green-500));
}

.sim-header {
  display: flex; align-items: center; gap: 20px;
  margin-bottom: 32px;
}
.sim-title-icon {
  width: 58px; height: 58px;
  background: linear-gradient(135deg, var(--navy-700), var(--navy-950));
  color: var(--gold-300);
  border-radius: 16px;
  display: grid; place-items: center; font-size: 24px;
  box-shadow: 0 12px 28px rgba(10, 20, 40, .32), inset 0 1px 0 rgba(255,255,255,.12);
  position: relative;
}
.sim-title-icon::after {
  content: ''; position: absolute; inset: 0; border-radius: 16px;
  border: 1px solid rgba(252, 211, 77, .3);
}
.sim-header h2 {
  margin: 4px 0 0;
  font-size: 26px;
  color: var(--navy-900);
  font-weight: 700;
}
.eyebrow {
  font-size: 11.5px; letter-spacing: .16em; font-weight: 800;
  color: var(--muted); text-transform: uppercase;
}
.eyebrow.gold {
  color: var(--gold-700);
  background: linear-gradient(135deg, var(--gold-600), var(--gold-800));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}

.sim-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.05fr 1fr;
  gap: 24px;
}
.sim-inputs { grid-column: 1; display: flex; flex-direction: column; gap: 18px; }
.sim-results { grid-column: 2; }
.sim-25years { grid-column: 3; }

.field { display: flex; flex-direction: column; gap: 9px; }
.field > span {
  font-size: 12.5px; font-weight: 600; color: var(--muted);
  letter-spacing: .02em;
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.select, .input-with-icon {
  position: relative;
  background: #f7f9fc;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  transition: border-color .25s, background .25s, box-shadow .25s;
}
.select:focus-within, .input-with-icon:focus-within {
  border-color: var(--gold-500);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(245, 158, 11, .14);
}
.select select, .input-with-icon input {
  width: 100%; padding: 14px 38px 14px 16px;
  background: transparent; border: 0; outline: 0;
  font: inherit; color: var(--text);
  font-weight: 600; font-size: 14px;
  appearance: none;
}
.select i {
  position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
  color: var(--muted); font-size: 12px; pointer-events: none;
}
.input-with-icon > i {
  position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
  color: var(--gold-500); font-size: 14px;
}
.input-with-icon.prefix input { padding-left: 54px; }
.prefix-tag {
  position: absolute; left: 10px; top: 50%; transform: translateY(-50%);
  font-size: 12px; color: var(--gold-700); font-weight: 800;
  background: linear-gradient(135deg, rgba(252, 211, 77, .25), rgba(245, 158, 11, .15));
  padding: 5px 8px; border-radius: 6px;
}

.segmented {
  display: grid; grid-template-columns: repeat(3, 1fr);
  background: #f0f3f9; border-radius: 12px; padding: 4px; gap: 4px;
}
.seg {
  background: transparent; border: 0;
  padding: 10px 8px; border-radius: 8px;
  font: inherit; font-size: 12.5px; font-weight: 600;
  color: var(--muted); cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 6px;
  transition: all .25s;
}
.seg i { font-size: 12px; }
.seg.active {
  background: linear-gradient(180deg, #fff, #f8fafc);
  color: var(--navy-950);
  box-shadow: 0 6px 14px rgba(10, 20, 40, .10);
  font-weight: 700;
}

/* Results */
.result-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 14px;
  height: 100%;
  align-content: stretch;
}
.result-card {
  background: linear-gradient(180deg, #ffffff, #f9fafd);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px 20px;
  position: relative;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
}
.result-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.result-card.glow-green { background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 60%); border-color: #bbf7d0; }
.result-card.glow-gold { background: linear-gradient(180deg, #fffbeb 0%, #ffffff 60%); border-color: #fde68a; }
.rc-label {
  font-size: 11.5px; color: var(--muted); margin-bottom: 8px;
  font-weight: 700; letter-spacing: .04em;
  display: flex; align-items: center; gap: 6px;
  text-transform: uppercase;
}
.rc-label.light { color: rgba(255,255,255,.72); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.rc-label i { font-size: 11px; }
.rc-value { font-size: 24px; font-weight: 800; letter-spacing: -.02em; font-family: 'Bricolage Grotesque'; }
.rc-value.green { color: var(--green-600); }
.rc-value.gold  {
  background: linear-gradient(135deg, var(--gold-500), var(--gold-700));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.rc-value.dark  { color: var(--navy-900); }
.rc-value.xl {
  font-size: 40px;
  background: linear-gradient(135deg, #fde68a, #fbbf24, #d97706);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  margin: 10px 0 16px;
  filter: drop-shadow(0 0 24px rgba(252, 211, 77, .35));
}

.sim-25years {
  background: linear-gradient(155deg, var(--navy-800) 0%, var(--navy-950) 100%);
  color: #fff;
  border-radius: 18px;
  padding: 26px 26px 22px;
  display: flex; flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.sim-25years .orb {
  position: absolute;
  top: -70px; right: -70px;
  width: 220px; height: 220px;
  background: radial-gradient(circle, rgba(252, 211, 77, .40), transparent 60%);
  filter: blur(20px);
  animation: sunPulse 6s ease-in-out infinite;
}
.sim-25years .orb2 {
  top: auto; bottom: -60px; left: -60px; right: auto;
  background: radial-gradient(circle, rgba(52, 211, 153, .25), transparent 60%);
  animation-delay: 2s;
}
.chart { width: 100%; height: 120px; flex: 1; position: relative; z-index: 1; }
.chart-line {
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: drawLine 2.6s 0.5s ease-out forwards;
  filter: drop-shadow(0 0 10px rgba(252,211,77,.7));
}
@keyframes drawLine { to { stroke-dashoffset: 0; } }
.chart-dots circle { opacity: 0; animation: dotIn .4s forwards; }
.chart-dots circle:nth-child(1) { animation-delay: 1.0s; }
.chart-dots circle:nth-child(2) { animation-delay: 1.4s; }
.chart-dots circle:nth-child(3) { animation-delay: 1.8s; }
.chart-dots circle:nth-child(4) { animation-delay: 2.2s; }
.chart-dots circle:nth-child(5) { animation-delay: 2.6s; }
.chart-dots circle.last { filter: drop-shadow(0 0 10px var(--gold-300)); }
@keyframes dotIn { to { opacity: 1; } }
.disclaimer { font-size: 11px; color: rgba(255,255,255,.5); margin: 10px 0 0; line-height: 1.5; position: relative; z-index: 1; }

/* ============ TRUST BAR ============ */
.trust-bar {
  background: linear-gradient(180deg, var(--navy-800) 0%, var(--navy-900) 100%);
  color: #fff;
  margin-top: 44px;
  position: relative;
  overflow: hidden;
}
.trust-glow {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(252, 211, 77, .18), transparent 50%),
    radial-gradient(ellipse at 80% 50%, rgba(34, 197, 94, .12), transparent 50%);
  pointer-events: none;
}
.trust-inner {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 28px; padding: 38px 32px;
  position: relative;
}
.trust-item { display: flex; align-items: center; gap: 18px; }
.trust-item + .trust-item { position: relative; padding-left: 28px; }
.trust-item + .trust-item::before {
  content: ''; position: absolute; left: 0; top: 10%; bottom: 10%;
  width: 1px; background: linear-gradient(180deg, transparent, rgba(255,255,255,.12), transparent);
}
.trust-icon {
  width: 52px; height: 52px;
  background: linear-gradient(135deg, rgba(252, 211, 77, .30), rgba(252, 211, 77, .08));
  color: var(--gold-300);
  border-radius: 14px;
  display: grid; place-items: center;
  font-size: 22px;
  border: 1px solid rgba(252, 211, 77, .25);
  box-shadow: 0 8px 18px rgba(252, 211, 77, .15), inset 0 1px 0 rgba(255,255,255,.12);
}
.trust-item strong {
  display: block; font-size: 22px; letter-spacing: -.01em; font-weight: 800;
  font-family: 'Bricolage Grotesque';
}
.trust-item span {
  display: block; font-size: 11px; letter-spacing: .14em;
  color: rgba(255,255,255,.6); font-weight: 600;
  margin-top: 3px;
}

/* ============ SECTIONS ============ */
.section { padding: 110px 0; position: relative; }
.section-tight { padding: 80px 0; }
.section-soft { background: linear-gradient(180deg, transparent, var(--bg-soft) 20%, var(--bg-soft) 80%, transparent); }

.section-head {
  margin-bottom: 56px;
  max-width: 760px;
}
.section-head.center { text-align: center; margin: 0 auto 56px; }
.section-head .eyebrow { margin-bottom: 14px; display: inline-block; }
.section-head h2 {
  margin: 0;
  font-size: clamp(30px, 3.6vw, 46px);
  letter-spacing: -.02em;
  font-weight: 700;
  color: var(--navy-900);
}
.section-sub {
  font-size: 16px; color: var(--muted);
  margin: 14px 0 0;
  max-width: 620px;
  line-height: 1.6;
}
.section-head.center .section-sub { margin: 14px auto 0; }
.title-bar {
  width: 72px; height: 4px;
  background: linear-gradient(90deg, var(--gold-400), var(--gold-700));
  border-radius: 2px; margin-top: 18px;
  box-shadow: 0 3px 10px rgba(217, 119, 6, .42);
}
.title-bar.center { margin: 18px auto 0; }
.section-head.row {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 28px; flex-wrap: wrap; max-width: none;
}
.section-head.row > div { flex: 1; min-width: 260px; }
.grad-gold {
  background: linear-gradient(135deg, var(--gold-400), var(--gold-600), var(--gold-700));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 1px 8px rgba(217, 119, 6, .25));
}

.filters { display: flex; gap: 8px; flex-wrap: wrap; }
.filter {
  background: #fff; border: 1.5px solid var(--line);
  padding: 10px 20px; border-radius: 999px;
  font: inherit; font-size: 12.5px; font-weight: 700;
  color: var(--muted); cursor: pointer;
  transition: all .25s;
  letter-spacing: .02em;
}
.filter:hover { color: var(--navy-900); border-color: var(--gold-500); }
.filter.active {
  background: linear-gradient(180deg, var(--gold-300), var(--gold-500), var(--gold-700));
  color: var(--navy-950); border-color: var(--gold-600);
  box-shadow: var(--shadow-gold);
  text-shadow: 0 1px 0 rgba(255, 240, 200, .4);
}

/* ============ WHY LIDER ============ */
.why-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.why-card {
  background: linear-gradient(180deg, #fff 0%, #fafbfd 100%);
  border-radius: 20px;
  padding: 32px 30px;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(0,0,0,.03);
  transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s;
  position: relative;
  overflow: hidden;
}
.why-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 4px;
  background: linear-gradient(90deg, var(--gold-400), var(--gold-600));
  transform: translateX(-100%);
  transition: transform .5s cubic-bezier(.2,.7,.2,1);
}
.why-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.why-card:hover::before { transform: translateX(0); }
.why-icon {
  width: 64px; height: 64px;
  background: linear-gradient(135deg, var(--navy-700), var(--navy-950));
  color: var(--gold-300);
  border-radius: 16px;
  display: grid; place-items: center;
  font-size: 26px;
  margin-bottom: 22px;
  box-shadow:
    0 14px 30px rgba(10, 20, 40, .22),
    inset 0 1px 0 rgba(255,255,255,.1);
  position: relative;
  transition: transform .35s;
}
.why-icon::after {
  content: ''; position: absolute; inset: 0; border-radius: 16px;
  border: 1px solid rgba(252, 211, 77, .25);
}
.why-card:hover .why-icon { transform: scale(1.08) rotate(-3deg); }
.why-card h3 {
  margin: 0 0 12px; font-size: 19px; color: var(--navy-900);
  font-weight: 700;
}
.why-card p { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.65; }

/* ============ MARQUEE ============ */
.marquee-wrap {
  padding: 56px 0 64px;
  background: linear-gradient(180deg, var(--navy-900), var(--navy-950));
  color: #fff;
  position: relative;
  overflow: hidden;
}
.marquee-wrap::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(252,211,77,.5), transparent);
}
.marquee-wrap::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(252,211,77,.3), transparent);
}
.marquee-label {
  text-align: center;
  font-size: 11.5px; letter-spacing: .22em; font-weight: 800;
  color: var(--gold-300);
  margin-bottom: 28px;
}
.marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}
.marquee-track {
  display: flex; gap: 56px;
  width: max-content;
  animation: marquee 38s linear infinite;
}
.marquee-track span {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 22px; font-weight: 700;
  font-family: 'Bricolage Grotesque';
  color: rgba(255,255,255,.65);
  white-space: nowrap;
  letter-spacing: -.01em;
  transition: color .3s;
}
.marquee-track span:hover { color: var(--gold-300); }
.marquee-track span i {
  color: var(--gold-400);
  font-size: 22px;
  filter: drop-shadow(0 2px 6px rgba(252, 211, 77, .35));
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============ COMO FUNCIONA ============ */
.steps {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  position: relative;
}
.step-line {
  position: absolute;
  top: 60px; left: 12.5%; right: 12.5%;
  height: 2px;
  background: linear-gradient(90deg,
    transparent,
    var(--gold-300) 18%,
    var(--gold-500) 50%,
    var(--gold-300) 82%,
    transparent);
  z-index: 0;
  opacity: .3;
}
.step {
  position: relative;
  padding: 12px 4px;
  z-index: 1;
}
.step-bignum {
  position: absolute; right: -8px; top: -22px;
  font-size: 130px; line-height: 1;
  font-weight: 800; color: transparent;
  -webkit-text-stroke: 1.5px rgba(15, 28, 51, .08);
  letter-spacing: -.05em; user-select: none;
  z-index: 0;
  font-family: 'Bricolage Grotesque';
}
.step-icon {
  position: relative; z-index: 1;
  width: 80px; height: 80px;
  background: linear-gradient(135deg, var(--navy-700) 0%, var(--navy-950) 100%);
  color: var(--gold-300);
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 30px;
  margin-bottom: 26px;
  box-shadow:
    0 18px 36px rgba(10, 20, 40, .30),
    inset 0 1px 0 rgba(255,255,255,.12),
    0 0 0 10px var(--bg);
  transition: transform .4s cubic-bezier(.2,.7,.2,1);
}
.step:hover .step-icon {
  transform: translateY(-8px) scale(1.06);
  color: var(--gold-200);
  box-shadow:
    0 28px 50px rgba(10, 20, 40, .40),
    0 0 36px rgba(252, 211, 77, .35),
    inset 0 1px 0 rgba(255,255,255,.18),
    0 0 0 10px var(--bg);
}
.step h3 {
  position: relative; z-index: 1;
  margin: 0 0 12px; font-size: 16px;
  font-weight: 800; color: var(--navy-900);
  letter-spacing: .02em;
}
.step p {
  position: relative; z-index: 1;
  margin: 0; font-size: 14.5px; color: var(--muted);
  max-width: 260px;
  line-height: 1.6;
}

/* ============ STATS RIBBON ============ */
.stats-ribbon {
  background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-700) 50%, var(--navy-900) 100%);
  padding: 56px 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(252, 211, 77, .15);
  border-bottom: 1px solid rgba(252, 211, 77, .15);
}
.stats-ribbon::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 0% 50%, rgba(252, 211, 77, .15), transparent 50%),
    radial-gradient(ellipse at 100% 50%, rgba(34, 197, 94, .10), transparent 50%);
}
.ribbon-inner {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}
.ribbon-item {
  text-align: center;
  color: #fff;
  position: relative;
}
.ribbon-item + .ribbon-item::before {
  content: ''; position: absolute; left: -12px; top: 15%; bottom: 15%;
  width: 1px; background: linear-gradient(180deg, transparent, rgba(255,255,255,.14), transparent);
}
.rb-value {
  font-family: 'Bricolage Grotesque';
  font-size: clamp(38px, 4.5vw, 56px); font-weight: 800;
  background: linear-gradient(135deg, #fde68a, #fbbf24, #d97706);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  letter-spacing: -.02em; line-height: 1;
  filter: drop-shadow(0 0 24px rgba(252, 211, 77, .30));
}
.rb-value sup {
  font-size: 0.45em; vertical-align: super;
  margin-left: 2px;
  -webkit-text-fill-color: var(--gold-300);
}
.rb-label {
  font-size: 12px; color: rgba(255,255,255,.65);
  letter-spacing: .14em; font-weight: 600;
  margin-top: 12px; text-transform: uppercase;
}

/* ============ CASES ============ */
.cases {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.case-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s;
  cursor: pointer;
  border: 1px solid transparent;
}
.case-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(252, 211, 77, .35);
}
.case-img {
  position: relative; aspect-ratio: 4/3; overflow: hidden;
}
.case-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.7,.2,1); }
.case-card:hover .case-img img { transform: scale(1.1); }
.case-shine {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent 30%, rgba(255,255,255,.28) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform .9s;
  pointer-events: none;
}
.case-card:hover .case-shine { transform: translateX(100%); }
.tag {
  position: absolute; top: 14px; left: 14px;
  padding: 6px 14px;
  font-size: 10.5px; letter-spacing: .12em; font-weight: 800;
  color: #fff; border-radius: 6px;
  backdrop-filter: blur(8px);
  box-shadow: 0 6px 18px rgba(0,0,0,.32);
}
.tag-residencial { background: linear-gradient(135deg, #ef4444, #dc2626); }
.tag-comercial   { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }
.tag-rural       { background: linear-gradient(135deg, #16a34a, #15803d); }
.tag-industrial  { background: linear-gradient(135deg, var(--navy-700), var(--navy-900)); }
.case-body { padding: 20px 22px 22px; }
.case-name { font-size: 13.5px; color: var(--muted); margin-bottom: 14px; font-weight: 600; }
.case-numbers {
  display: grid; grid-template-columns: 1fr auto 1fr;
  gap: 10px; margin-bottom: 14px;
  align-items: center;
}
.cn-label { font-size: 10.5px; color: var(--muted); letter-spacing: .08em; font-weight: 700; text-transform: uppercase; }
.cn-before { font-size: 15.5px; font-weight: 700; color: var(--navy-800); text-decoration: line-through; opacity: .55; }
.cn-after  {
  font-size: 21px; font-weight: 800;
  background: linear-gradient(135deg, var(--green-500), var(--green-700));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  font-family: 'Bricolage Grotesque';
}
.cn-arrow { color: var(--gold-500); font-size: 14px; }
.badge-economy {
  background: linear-gradient(135deg, var(--green-500), var(--green-600));
  color: #fff;
  text-align: center; padding: 10px;
  font-size: 11px; font-weight: 800; letter-spacing: .1em;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(34, 197, 94, .30);
  display: flex; align-items: center; justify-content: center; gap: 8px;
}

/* ============ TESTIMONIALS ============ */
.testimonials {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.t-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 140px 1fr;
  box-shadow: var(--shadow-sm);
  transition: transform .35s, box-shadow .35s;
  border: 1px solid rgba(0,0,0,.02);
}
.t-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.t-photo { position: relative; }
.t-photo::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent 70%, rgba(255,255,255,.15));
}
.t-photo img { width: 100%; height: 100%; object-fit: cover; }
.t-body { padding: 22px 24px 20px; position: relative; }
.t-quote {
  position: absolute; right: 20px; top: 16px;
  color: var(--gold-500); opacity: .18;
  font-size: 42px;
}
.t-stars { color: var(--gold-500); font-size: 12px; margin-bottom: 12px; letter-spacing: 2px; }
.t-body p {
  margin: 0 0 16px; font-size: 14px; color: var(--text); line-height: 1.6;
  font-style: italic;
  position: relative; z-index: 1;
}
.t-author { margin-bottom: 10px; }
.t-author strong { display: block; color: var(--navy-900); font-size: 15px; font-weight: 800; }
.t-author span { font-size: 12.5px; color: var(--muted); }
.t-meta {
  font-size: 12.5px; color: var(--muted);
  border-top: 1px solid var(--line); padding-top: 12px;
  display: flex; align-items: center; gap: 6px;
}
.t-meta strong { color: var(--green-600); font-weight: 800; }
.t-meta i { color: var(--green-500); }

/* ============ FINANCIAMENTO ============ */
.finance-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
  border-radius: 28px;
  padding: 48px;
  box-shadow: var(--shadow-md);
  display: grid;
  grid-template-columns: 1fr 1.1fr 0.9fr;
  gap: 44px;
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(252, 211, 77, .18);
}
.finance-card::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(252, 211, 77, .15), transparent 70%);
  filter: blur(24px);
}
.finance-card::after {
  content: '';
  position: absolute;
  bottom: -120px; left: -120px;
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(34, 197, 94, .10), transparent 70%);
  filter: blur(24px);
}
.finance-left { position: relative; z-index: 1; }
.finance-left .eyebrow { margin-bottom: 14px; display: block; }
.finance-left h2 {
  margin: 0 0 18px; font-size: 30px; font-weight: 700; color: var(--navy-900);
  line-height: 1.2;
}
.finance-left p {
  margin: 0 0 26px; color: var(--muted); font-size: 14.5px; line-height: 1.65;
}
.finance-mid {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px;
  position: relative; z-index: 1;
}
.bill {
  border-radius: 18px;
  padding: 24px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform .35s;
}
.bill:hover { transform: translateY(-4px); }
.bill-dark {
  background: linear-gradient(155deg, var(--navy-700), var(--navy-950));
  color: #fff;
  box-shadow: 0 18px 38px rgba(10, 20, 40, .30), inset 0 1px 0 rgba(255,255,255,.06);
}
.bill-light {
  background: linear-gradient(155deg, #ecfdf5, #f0fdf4);
  color: var(--text);
  box-shadow: 0 18px 38px rgba(34, 197, 94, .22), inset 0 1px 0 rgba(255,255,255,.6);
  border: 1px solid rgba(34, 197, 94, .18);
}
.bill-label { font-size: 12px; opacity: .75; margin-bottom: 10px; letter-spacing: .04em; font-weight: 600; }
.bill-value { font-size: 34px; font-weight: 800; font-family: 'Bricolage Grotesque'; letter-spacing: -.02em; }
.bill-value.green {
  background: linear-gradient(135deg, var(--green-500), var(--green-700));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.bill-sub { font-size: 12px; opacity: .65; margin-top: 4px; margin-bottom: 14px; }
.bars { width: 100%; height: 58px; }
.bars rect { transform-origin: bottom; animation: barGrow 1.4s ease-out backwards; }
.bars rect:nth-child(odd) { animation-delay: .1s; }
@keyframes barGrow { from { transform: scaleY(0); } }
.vs-pill {
  width: 50px; height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500), var(--gold-700));
  color: var(--navy-950);
  display: grid; place-items: center;
  font-weight: 800; font-size: 14px;
  box-shadow: var(--shadow-gold), inset 0 1px 0 rgba(255,255,255,.6);
  text-shadow: 0 1px 0 rgba(255, 240, 200, .5);
}
.finance-bullets {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 14px;
  position: relative; z-index: 1;
}
.finance-bullets li {
  display: flex; gap: 14px;
  font-size: 14px; color: var(--text);
  align-items: flex-start;
  line-height: 1.5;
}
.finance-bullets li strong { color: var(--navy-900); font-weight: 800; }
.finance-bullets i {
  color: var(--green-500);
  font-size: 20px; margin-top: 1px;
  filter: drop-shadow(0 2px 4px rgba(34, 197, 94, .40));
}

/* ============ GUARANTEES ============ */
.guarantee-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.g-card {
  background: linear-gradient(180deg, var(--navy-900) 0%, var(--navy-950) 100%);
  color: #fff;
  border-radius: 22px;
  padding: 36px 28px 30px;
  position: relative;
  overflow: hidden;
  transition: transform .35s, box-shadow .35s;
  border: 1px solid rgba(252, 211, 77, .12);
  box-shadow: var(--shadow-sm);
}
.g-card::before {
  content: ''; position: absolute;
  top: -50px; right: -50px;
  width: 180px; height: 180px;
  background: radial-gradient(circle, rgba(252, 211, 77, .22), transparent 65%);
  filter: blur(18px);
  transition: transform .5s;
}
.g-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: rgba(252, 211, 77, .35); }
.g-card:hover::before { transform: scale(1.4); }
.g-big {
  font-family: 'Bricolage Grotesque';
  font-size: 88px; line-height: 1;
  font-weight: 800;
  background: linear-gradient(135deg, #fde68a, #fbbf24, #d97706);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  letter-spacing: -.04em;
  position: relative; z-index: 1;
  filter: drop-shadow(0 0 28px rgba(252, 211, 77, .35));
}
.g-unit {
  display: inline-block;
  font-size: 12px; letter-spacing: .2em; font-weight: 800;
  color: var(--gold-300);
  margin-top: -8px; margin-bottom: 16px;
  position: relative; z-index: 1;
}
.g-card h3 {
  margin: 0 0 10px; color: #fff; font-size: 18px; font-weight: 800;
  position: relative; z-index: 1;
}
.g-card p {
  margin: 0; font-size: 13.5px; color: rgba(255,255,255,.65);
  line-height: 1.6;
  position: relative; z-index: 1;
}

/* ============ FAQ ============ */
.faq-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 14px 28px;
}
.faq {
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  transition: box-shadow .3s, border-color .3s;
}
.faq[open] {
  border-color: var(--gold-500);
  box-shadow: 0 16px 36px rgba(217, 119, 6, .18);
}
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  font-size: 14.5px; font-weight: 700; color: var(--text);
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
  transition: color .2s;
}
.faq:hover summary { color: var(--gold-700); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary i {
  color: var(--muted); font-size: 14px;
  transition: transform .35s, color .25s, background .25s;
  background: var(--bg-soft);
  width: 30px; height: 30px;
  border-radius: 50%;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.faq[open] summary i {
  transform: rotate(45deg);
  color: var(--navy-950);
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
  box-shadow: var(--shadow-gold);
}
.faq-body {
  padding: 0 24px 22px;
  color: var(--muted); font-size: 14px; line-height: 1.7;
  animation: faqExpand .35s ease-out;
}
@keyframes faqExpand {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ============ BLOG ============ */
.posts {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.post {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s;
  cursor: pointer;
}
.post:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.post-img { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.post-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.post:hover .post-img img { transform: scale(1.1); }
.post-tag {
  position: absolute; top: 16px; left: 16px;
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500), var(--gold-700));
  color: var(--navy-950);
  padding: 7px 14px; font-size: 10.5px; letter-spacing: .12em;
  font-weight: 800; border-radius: 6px;
  box-shadow: var(--shadow-gold);
  text-shadow: 0 1px 0 rgba(255, 240, 200, .4);
}
.post-body { padding: 24px 24px 24px; }
.post-date {
  font-size: 12px; color: var(--muted); margin-bottom: 12px;
  display: flex; align-items: center; gap: 8px;
  letter-spacing: .04em; font-weight: 600;
}
.post h3 {
  margin: 0 0 12px; font-size: 18px; color: var(--navy-900);
  line-height: 1.35; font-weight: 700;
}
.post-excerpt {
  font-size: 13.5px; color: var(--muted); margin: 0 0 18px;
  line-height: 1.6;
}
.post-link {
  font-size: 12px; color: var(--gold-700); font-weight: 800; letter-spacing: .1em;
  display: inline-flex; align-items: center; gap: 8px;
  transition: gap .25s;
}
.post:hover .post-link { gap: 14px; }

/* ============ PRE FOOTER CTA ============ */
.pre-cta {
  position: relative;
  background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-950) 50%, var(--navy-800) 100%);
  color: #fff;
  padding: 100px 0 110px;
  overflow: hidden;
  isolation: isolate;
}
.cta-bg { position: absolute; inset: 0; z-index: 0; }
.cta-orb {
  position: absolute;
  top: -200px; right: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(252, 211, 77, .25), transparent 65%);
  filter: blur(40px);
  animation: sunPulse 9s ease-in-out infinite;
}
.cta-orb2 {
  top: auto; bottom: -200px; right: auto; left: -200px;
  background: radial-gradient(circle, rgba(34, 197, 94, .18), transparent 65%);
  animation-delay: 2.5s;
}
.cta-inner {
  position: relative; z-index: 1;
  text-align: center; max-width: 800px; margin: 0 auto;
}
.center-eyebrow { display: inline-block; margin: 0 auto 16px; }
.pre-cta h2 {
  font-size: clamp(34px, 4.5vw, 56px);
  margin: 0 0 22px;
  color: #fff;
  letter-spacing: -.025em;
}
.pre-cta p {
  font-size: 17px;
  color: rgba(255,255,255,.78);
  max-width: 580px;
  margin: 0 auto 38px;
  line-height: 1.6;
}
.cta-buttons {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
}

/* ============ CONTATO ============ */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1.3fr;
  gap: 28px;
}
.contact-card {
  background: linear-gradient(155deg, var(--navy-800) 0%, var(--navy-950) 100%);
  color: #fff;
  border-radius: 26px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(252, 211, 77, .12);
}
.cc-glow {
  position: absolute;
  top: -100px; right: -100px;
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(252, 211, 77, .22), transparent 65%);
  filter: blur(28px);
  animation: sunPulse 8s ease-in-out infinite;
}
.contact-card h3 {
  margin: 0 0 12px; font-size: 22px; letter-spacing: .02em; font-weight: 800;
  color: #fff;
  display: flex; align-items: center; gap: 12px;
  position: relative;
}
.contact-card h3 i {
  color: var(--gold-300);
  filter: drop-shadow(0 0 10px rgba(252, 211, 77, .35));
}
.contact-sub { color: rgba(255,255,255,.72); font-size: 14px; margin: 0 0 28px; position: relative; line-height: 1.5; }

.contact-list { list-style: none; padding: 0; margin: 0 0 28px; position: relative; }
.contact-list li {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.contact-list li:last-child { border: 0; }

/* GOLD LUMINOUS attendance icons (replaces dark squares) */
.cl-icon {
  width: 46px; height: 46px;
  background: linear-gradient(135deg, var(--gold-300) 0%, var(--gold-500) 55%, var(--gold-600) 100%);
  color: #3a2606;
  border-radius: 13px;
  display: grid; place-items: center;
  font-size: 18px;
  flex-shrink: 0;
  box-shadow:
    0 8px 20px rgba(217, 119, 6, .38),
    inset 0 1px 0 rgba(255,255,255,.55);
  position: relative;
  overflow: hidden;
}
.cl-icon i { position: relative; z-index: 2; line-height: 1; }
.cl-icon::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 42%;
  background: linear-gradient(180deg, rgba(255,255,255,.4), transparent);
  border-radius: 13px 13px 50% 50%;
  pointer-events: none;
  z-index: 1;
}
.contact-list strong { display: block; font-size: 14px; font-weight: 700; color: #fff; }
.contact-list span { display: block; font-size: 12px; color: rgba(255,255,255,.55); margin-top: 2px; }

.contact-form { display: flex; flex-direction: column; gap: 12px; position: relative; }
.contact-form input, .contact-form textarea {
  background: rgba(255,255,255,.06);
  border: 1.5px solid rgba(255,255,255,.10);
  border-radius: 12px;
  padding: 14px 18px;
  color: #fff; font: inherit; font-size: 13.5px;
  outline: 0;
  transition: border-color .25s, background .25s, box-shadow .25s;
}
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.48); }
.contact-form input:focus, .contact-form textarea:focus {
  border-color: var(--gold-400);
  background: rgba(255,255,255,.10);
  box-shadow: 0 0 0 4px rgba(252, 211, 77, .12);
}
.cemig-check {
  display: flex; align-items: flex-start; gap: 11px;
  font-size: 13px; color: rgba(255,255,255,.82);
  line-height: 1.45; cursor: pointer;
  margin-top: 2px;
  transition: color .2s;
}
.cemig-check input {
  appearance: none; -webkit-appearance: none;
  width: 20px; height: 20px; flex-shrink: 0; margin-top: 1px;
  border: 1.5px solid rgba(255,255,255,.30);
  border-radius: 6px;
  background: rgba(255,255,255,.06);
  cursor: pointer; position: relative;
  transition: background .2s, border-color .2s;
}
.cemig-check input:checked {
  background: linear-gradient(135deg, var(--gold-300), var(--gold-600));
  border-color: var(--gold-500);
}
.cemig-check input:checked::after {
  content: '\2713';
  position: absolute; inset: 0;
  display: grid; place-items: center;
  color: var(--navy-950); font-size: 13px; font-weight: 900;
}
.cemig-check strong { color: var(--gold-300); }
.cemig-note {
  display: flex; align-items: center; gap: 8px;
  font-size: 11.5px; color: rgba(255,255,255,.55);
  margin: 0; line-height: 1.4;
}
.cemig-note i { color: var(--gold-400); }

.map-card {
  background: #fff;
  border-radius: 26px;
  padding: 32px;
  box-shadow: var(--shadow-md);
  display: flex; flex-direction: column;
  overflow: hidden;
}
.map-head h3 {
  margin: 0; color: var(--navy-900); font-size: 20px; font-weight: 700;
}
.map-head p { font-size: 14px; color: var(--muted); margin: 8px 0 20px; line-height: 1.5; }
.map-real {
  height: 360px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(10, 20, 40, .14), inset 0 0 0 1px var(--line);
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.leaflet-container { font-family: inherit !important; }
.leaflet-popup-content-wrapper {
  border-radius: 12px !important;
  box-shadow: 0 14px 30px rgba(0,0,0,.20) !important;
}
.leaflet-popup-content { margin: 14px 18px !important; font-size: 13px; }
.leaflet-popup-content strong { color: var(--navy-900); }
.leaflet-popup-tip { background: #fff !important; }
.lider-pin { background: none; border: none; }
.lider-pin .pin-inner {
  width: 38px; height: 38px;
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500), var(--gold-700));
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 0 10px 22px rgba(217, 119, 6, .55), inset 0 1px 0 rgba(255,255,255,.45);
  display: grid; place-items: center;
  border: 3px solid #fff;
}
.lider-pin .pin-inner i {
  transform: rotate(45deg);
  color: var(--navy-950);
  font-size: 14px;
}
.lider-pin .pin-pulse {
  position: absolute; top: 50%; left: 50%;
  width: 38px; height: 38px;
  margin: -19px 0 0 -19px;
  border-radius: 50%;
  background: rgba(252, 211, 77, .45);
  animation: pinPulse 2.2s ease-out infinite;
}
@keyframes pinPulse {
  0% { transform: scale(.6); opacity: 1; }
  100% { transform: scale(3.2); opacity: 0; }
}
.city-pin {
  width: 16px; height: 16px;
  background: var(--green-500);
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px rgba(34, 197, 94, .55);
}

.rmbh-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.rmbh-grid span {
  background: var(--bg-soft); border-radius: 9px;
  padding: 10px 6px; text-align: center;
  font-size: 12px; font-weight: 700; color: var(--navy-800);
  transition: all .2s;
  cursor: default;
}
.rmbh-grid span:hover {
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
  color: var(--navy-950);
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold);
}

/* ============ FOOTER ============ */
.site-footer {
  background: var(--navy-950);
  color: #fff;
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
}
.footer-glow {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-500), transparent);
  box-shadow: 0 0 22px rgba(245, 158, 11, .6);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1fr 1.3fr;
  gap: 48px;
  padding-bottom: 56px;
}
.footer-brand .footer-logo { align-self: flex-start; }
.footer-brand .footer-logo img { height: 66px; }
.footer-brand p {
  font-size: 13.5px; color: rgba(255,255,255,.62);
  margin: 22px 0 24px; line-height: 1.65;
}
.site-footer h4 {
  margin: 0 0 20px; font-size: 12px; letter-spacing: .16em; font-weight: 800;
  color: var(--gold-300);
}
.site-footer ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 11px;
}
.site-footer a {
  color: rgba(255,255,255,.72); font-size: 13.5px;
  transition: color .25s;
  display: inline-flex; align-items: center; gap: 8px;
}
.site-footer a:hover { color: var(--gold-300); }
.site-footer a i { font-size: 12px; color: var(--gold-500); }
.socials { display: flex; gap: 10px; }
.socials a {
  width: 40px; height: 40px;
  background: rgba(255,255,255,.06);
  display: grid; place-items: center;
  border-radius: 11px; color: #fff;
  font-size: 15px;
  transition: all .25s;
  border: 1px solid rgba(255,255,255,.06);
}
.socials a:hover {
  background: linear-gradient(135deg, var(--gold-300), var(--gold-600));
  color: var(--navy-950);
  border-color: transparent;
  transform: translateY(-3px);
  box-shadow: var(--shadow-gold);
}
.copyright {
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 22px 0; font-size: 12.5px; color: rgba(255,255,255,.4);
}
.copyright-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }

/* ============ WHATSAPP FAB ============ */
.whatsapp-fab {
  position: fixed; right: 26px; bottom: 26px; z-index: 60;
  display: flex; align-items: center; gap: 14px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff;
  padding: 16px 24px 16px 20px;
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(37, 211, 102, .48), inset 0 1px 0 rgba(255,255,255,.2);
  font-size: 12.5px; line-height: 1.3; font-weight: 500;
  transition: transform .25s;
  isolation: isolate;
}
.whatsapp-fab i { font-size: 30px; position: relative; z-index: 1; }
.whatsapp-fab strong { font-weight: 800; }
.whatsapp-fab:hover { transform: translateY(-4px) scale(1.04); }
.wa-pulse {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: rgba(37, 211, 102, .55);
  animation: waPulse 2.4s ease-out infinite;
  z-index: 0;
}
@keyframes waPulse {
  0% { transform: scale(1); opacity: .7; }
  100% { transform: scale(1.5); opacity: 0; }
}

/* ============ REVEAL ANIMATIONS ============ */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1);
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered grid children */
.why-grid > .reveal,
.steps > .reveal,
.cases > .reveal,
.testimonials > .reveal,
.posts > .reveal,
.guarantee-grid > .reveal,
.faq-grid > .reveal,
.ribbon-inner > .reveal {
  transition-delay: 0s;
}
.why-grid > .reveal.in:nth-child(1),
.steps > .reveal.in:nth-child(1),
.cases > .reveal.in:nth-child(1),
.testimonials > .reveal.in:nth-child(1),
.posts > .reveal.in:nth-child(1),
.guarantee-grid > .reveal.in:nth-child(1),
.ribbon-inner > .reveal.in:nth-child(1) { transition-delay: 0s; }
.why-grid > .reveal:nth-child(2),
.steps > .reveal:nth-child(2),
.cases > .reveal:nth-child(2),
.testimonials > .reveal:nth-child(2),
.posts > .reveal:nth-child(2),
.guarantee-grid > .reveal:nth-child(2),
.ribbon-inner > .reveal:nth-child(2) { transition-delay: .12s; }
.why-grid > .reveal:nth-child(3),
.steps > .reveal:nth-child(3),
.cases > .reveal:nth-child(3),
.testimonials > .reveal:nth-child(3),
.posts > .reveal:nth-child(3),
.guarantee-grid > .reveal:nth-child(3),
.ribbon-inner > .reveal:nth-child(3) { transition-delay: .24s; }
.why-grid > .reveal:nth-child(4),
.steps > .reveal:nth-child(4),
.cases > .reveal:nth-child(4),
.guarantee-grid > .reveal:nth-child(4),
.ribbon-inner > .reveal:nth-child(4) { transition-delay: .36s; }
.why-grid > .reveal:nth-child(5),
.cases > .reveal:nth-child(5) { transition-delay: .48s; }
.why-grid > .reveal:nth-child(6),
.cases > .reveal:nth-child(6) { transition-delay: .60s; }
.cases > .reveal:nth-child(7) { transition-delay: .72s; }
.cases > .reveal:nth-child(8) { transition-delay: .84s; }

/* Tilt card 3D effect */
.tilt-card {
  transform-style: preserve-3d;
  transition: transform .5s cubic-bezier(.2,.7,.2,1);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1200px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .cases { grid-template-columns: repeat(2, 1fr); }
  .guarantee-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1100px) {
  .sim-grid { grid-template-columns: 1fr 1fr; }
  .sim-inputs { grid-column: 1 / -1; }
  .sim-results { grid-column: 1; }
  .sim-25years { grid-column: 2; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step-line { display: none; }
  .testimonials { grid-template-columns: 1fr; }
  .posts { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .finance-card { grid-template-columns: 1fr; }
  .finance-bullets { display: grid; grid-template-columns: 1fr 1fr; }
  .ribbon-inner { grid-template-columns: repeat(2, 1fr); gap: 36px; }
  .ribbon-item + .ribbon-item:nth-child(3)::before { display: none; }
}
@media (max-width: 1080px) {
  .topbar .tb-sep, .topbar .tb-left span:last-child { display: none; }
  .main-nav { display: none; }
  .hamburger { display: block; }
  .header-inner .btn { display: none; }
  .header-inner { justify-content: space-between; }
  body.nav-open .main-nav {
    display: flex; flex-direction: column;
    position: absolute; top: 100%; left: 16px; right: 16px;
    margin-top: 8px;
    background: rgba(10,20,40,.97); padding: 18px;
    border-radius: 16px; gap: 6px; z-index: 60;
    border: 1px solid rgba(252,211,77,.18);
    box-shadow: 0 24px 60px rgba(0,0,0,.5);
    backdrop-filter: blur(18px);
  }
  body.nav-open .main-nav a { padding: 11px 6px; }
}
@media (max-width: 720px) {
  .topbar { font-size: 11.5px; }
  .topbar .tb-left { gap: 8px; }
  .topbar .tb-sep, .topbar .tb-left span:last-child { display: none; }
  .main-nav { display: none; }
  .hamburger { display: block; }
  body.nav-open .main-nav {
    display: flex; flex-direction: column;
    position: absolute; top: 88px; left: 16px; right: 16px;
    background: var(--navy-800); padding: 20px;
    border-radius: 16px; gap: 14px; z-index: 60;
    border: 1px solid rgba(255,255,255,.08);
  }
  .header-inner .btn { display: none; }
  .hero { padding: 70px 0 180px; }
  .hero-inner { grid-template-columns: 1fr; min-height: auto; gap: 40px; }
  .hero-stats { max-width: 100%; }
  .scroll-cue { display: none; }
  .sim-grid { grid-template-columns: 1fr; }
  .sim-inputs, .sim-results, .sim-25years { grid-column: 1; }
  .field-row { grid-template-columns: 1fr; }
  .trust-inner { grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 24px 10px; }
  .trust-item + .trust-item::before { display: none; }
  .trust-item + .trust-item { padding-left: 0; }
  .trust-item { flex-direction: column; gap: 8px; text-align: center; align-items: center; }
  .trust-icon { width: 38px !important; height: 38px !important; font-size: 15px !important; border-radius: 10px; }
  .trust-item strong { font-size: 11.5px !important; line-height: 1.15; white-space: nowrap; }
  .trust-item span { font-size: 9px !important; line-height: 1.2; letter-spacing: .04em; }

  /* Cases slider mobile — cards menores */
  .cases-slider { margin: 0 -18px; padding-left: 18px; padding-right: 18px; gap: 14px; }
  .cc { flex: 0 0 260px; padding: 18px; gap: 12px; }
  .cc-photo { width: 42px; height: 42px; }
  .cc-name { font-size: 16px; }
  .cc-city { font-size: 12px; }
  .cc-numbers { padding: 12px 14px; }
  .cc-before, .cc-after { font-size: 16px !important; }
  .cc-after { font-size: 19px !important; }
  .cc-badge { font-size: 11px; padding: 8px 14px; }
  .why-grid { grid-template-columns: 1fr; }
  .cases { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .posts { grid-template-columns: 1fr; }
  .guarantee-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .finance-bullets { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .filters { width: 100%; overflow-x: auto; flex-wrap: nowrap; }
  .whatsapp-fab span { display: none; }
  .simulator-wrap { margin-top: -140px; }
  .simulator-card { padding: 28px; }
  .finance-card { padding: 32px; }
  .rmbh-grid { grid-template-columns: repeat(3, 1fr); }
  .copyright-inner { flex-direction: column; }
  .ribbon-inner { grid-template-columns: 1fr 1fr; gap: 28px; }
  .ribbon-item + .ribbon-item::before { display: none; }
}

/* ----- "ZERO INSTALAÇÃO" — marca-texto gold elegante ----- */
.hero h1 .highlight-gold {
  position: relative;
  color: #ffffff;
  display: inline-block;
  font-style: italic;
  background: linear-gradient(180deg, transparent 0 62%, rgba(245, 158, 11, .38) 62% 88%, transparent 88%);
  padding: 0 .12em;
  text-shadow: 0 2px 14px rgba(0,0,0,.35);
}

/* ----- Pill GRATUITO no hero ----- */
.hero-free {
  margin: 22px 0 28px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 8px 18px 8px 8px;
  background: rgba(34, 197, 94, .08);
  border: 1px solid rgba(34, 197, 94, .35);
  border-radius: 999px;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 13.5px;
  color: rgba(255, 255, 255, .82);
  flex-wrap: wrap;
}
.hf-pill {
  background: linear-gradient(180deg, #22C55E, #16A34A);
  color: #fff;
  font-weight: 800;
  font-size: 11.5px;
  letter-spacing: .12em;
  padding: 6px 12px;
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(255,255,255,.18) inset;
  white-space: nowrap;
}
.hf-text { font-weight: 500; }
@media (max-width: 560px) {
  .hero-free { font-size: 12px; padding: 6px 14px 6px 6px; gap: 10px; margin: 16px 0 22px; }
  .hf-pill { font-size: 10px; padding: 5px 10px; letter-spacing: .1em; }
}

/* ============ MOBILE (<=560px) — ajustes finos ============ */
@media (max-width: 560px) {
  .container { padding: 0 18px; }

  /* TOPBAR — só uma linha enxuta + WhatsApp */
  .topbar { padding: 7px 0; font-size: 11px; }
  .topbar-inner { gap: 10px; }
  .tb-left { flex-wrap: nowrap; gap: 6px; overflow: hidden; min-width: 0; }
  .tb-left span:first-child {
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
    font-size: 11px;
  }
  .tb-left span:not(:first-child), .tb-sep { display: none !important; }
  .tb-right { gap: 12px; flex-shrink: 0; }
  .tb-right a:not(.tb-phone) { display: none; }
  .tb-phone {
    font-size: 11.5px;
    padding: 5px 10px;
    border: 1px solid rgba(252,211,77,.32);
    border-radius: 999px;
    background: rgba(252,211,77,.08);
  }
  .tb-phone i { font-size: 10px; }

  /* HEADER — sempre sólido no mobile pra não sobrepor o hero badge */
  .site-header {
    padding: 12px 0;
    background: linear-gradient(180deg, rgba(7, 13, 26, .95), rgba(8, 15, 30, .88));
    -webkit-backdrop-filter: blur(18px) saturate(180%);
    backdrop-filter: blur(18px) saturate(180%);
    border-bottom: 1px solid rgba(252, 211, 77, .08);
  }
  .logo-emblem { height: 42px !important; width: auto !important; }
  .logo-word b { font-size: 18px; }
  .logo-word i { font-size: 9px; letter-spacing: .18em; }
  .hamburger { font-size: 22px; padding: 6px 10px; }

  /* HERO — padding-top maior pra escapar da sticky header */
  .hero { padding: 56px 0 140px; }
  .hero-inner { padding-top: 0; }
  .hero-badge {
    font-size: 11.5px;
    padding: 6px 12px;
    gap: 8px;
    line-height: 1.3;
  }
  .hero-badge .dot { flex-shrink: 0; }
  .hero h1 { font-size: clamp(32px, 8.5vw, 44px) !important; line-height: 1.04; margin-bottom: 18px; }
  .hero h1 .line { display: block; white-space: nowrap; }
  @media (max-width: 360px) { .hero h1 .line { white-space: normal; } }
  .hero-sub { font-size: 14.5px; line-height: 1.55; margin-bottom: 22px; }
  .hero-ctas { gap: 10px; flex-direction: column; align-items: stretch; }
  .hero-ctas .btn { width: 100%; max-width: 360px; margin: 0 auto; justify-content: center; text-align: center; }
  .btn-xl { padding: 14px 18px; font-size: 12.5px; }
  .hero-meta {
    flex-direction: column; align-items: flex-start; gap: 12px;
    padding-right: 88px; /* não cobrir pelo whatsapp-fab */
  }
  .hm-avatars img { width: 30px; height: 30px; }
  .hm-stars { font-size: 13px; }
  .hm-text { font-size: 12.5px; line-height: 1.4; }

  /* HERO STRIP — 2x2 vertical compacto */
  .hero-strip {
    grid-template-columns: 1fr 1fr;
    gap: 16px 10px;
    padding: 18px 6px;
  }
  .hs-item { gap: 10px; padding: 0 4px; flex-direction: column; text-align: center; align-items: center; }
  .hs-item > div { display: flex; flex-direction: column; gap: 2px; }
  .hs-ic { width: 36px !important; height: 36px !important; font-size: 14px !important; flex-shrink: 0; }
  .hs-v { font-size: 13px !important; line-height: 1.1; white-space: nowrap; }
  .hs-l { font-size: 10px !important; line-height: 1.2; letter-spacing: .04em; color: rgba(255,255,255,.55); }

  /* WhatsApp FAB — menor e seguro */
  .whatsapp-fab {
    width: 56px !important; height: 56px !important;
    bottom: 18px !important; right: 18px !important;
  }
  .whatsapp-fab i { font-size: 24px !important; }

  /* SIMULADOR */
  .simulator-wrap { margin-top: -110px; padding: 0 4px 20px; }
  .simulator-card { padding: 22px 18px 24px; border-radius: 22px; }
  .sim-header { gap: 14px; margin-bottom: 22px; }
  .sim-title-icon { width: 44px; height: 44px; font-size: 18px; }
  .sim-header h2 { font-size: 18px !important; }
  .sim-header .eyebrow { font-size: 10.5px; }

  /* Seções com padding lateral */
  .section { padding-left: 0; padding-right: 0; }

  /* VSL — FULL BLEED no mobile (canto a canto) */
  .vsl-section { padding: 48px 0 36px; }
  .vsl-section .container { padding: 0; }
  .vsl-head { padding: 0 18px; margin-bottom: 24px; }
  .vsl-head h2 { font-size: clamp(22px, 6.2vw, 30px) !important; }
  .vsl-sub { font-size: 14px; padding: 0 4px; }
  .vsl-embed { padding: 0; max-width: 100%; }
  .vsl-embed iframe {
    border-radius: 0;
    box-shadow: 0 8px 24px rgba(0,0,0,.4), 0 0 40px -10px rgba(240, 190, 90, .2);
  }
  .vsl-cta { padding: 0 18px; margin-top: 26px; }
  .vsl-reassurance { font-size: 11.5px; padding: 0 4px; }

  /* CADASTRO compacto */
  .cadastro-wrap { padding: 52px 0 52px; }
  .cadastro-wrap .container { padding: 0 18px; }
  .cad-head { padding: 0; margin-bottom: 28px; }
  .cad-head h2 { font-size: 28px !important; }
  .cad-head p { font-size: 14px; line-height: 1.5; }
  .cad-card { padding: 22px 18px; border-radius: 18px; gap: 18px; }
  .cad-grid { grid-template-columns: 1fr !important; gap: 14px; }
  .cad-lbl { font-size: 11px; letter-spacing: .14em; }
  .cad-field input[type="text"],
  .cad-prefix input { font-size: 15px; padding: 13px 14px; border-radius: 11px; }
  .cad-prefix span { padding: 0 12px; font-size: 13px; }
  .cad-readonly { padding: 13px 14px; font-size: 14.5px; border-radius: 11px; }
  .cad-readonly small { font-size: 12px; }
  .cad-check { padding: 14px 16px; border-radius: 12px; gap: 12px; }
  .cad-check-box { width: 24px; height: 24px; }
  .cad-check-txt { font-size: 13px; line-height: 1.45; }
  .cad-check-txt b { font-size: 14px; margin-bottom: 2px; }
  .cad-submit {
    padding: 15px 14px !important;
    font-size: 14px !important;
    border-radius: 12px;
    gap: 4px;
    letter-spacing: .03em;
  }
  .cad-submit i { font-size: 18px; }
  .cad-submit span { gap: 8px; font-size: 14px; }
  .cad-submit small { font-size: 10.5px; letter-spacing: .06em; }
  .cad-trust { gap: 10px 14px; font-size: 9.5px; letter-spacing: .1em; flex-direction: column; align-items: center; text-align: center; }

  /* Section heads centralizados */
  .section-head h2 { font-size: 28px !important; }
  .section-head .section-sub { font-size: 14.5px; }


  /* Posts limpos */
  .posts-clean { grid-template-columns: 1fr; gap: 16px; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr !important; gap: 30px; }

  /* Guarantee cards (R$0 / 0 / 100% / 0) — mobile compacto */
  .guarantee-grid { grid-template-columns: 1fr 1fr !important; gap: 12px; padding: 0 8px; }
  .g-card { padding: 20px 16px 18px; border-radius: 16px; min-width: 0; }
  .g-big { font-size: 48px !important; letter-spacing: -.04em; }
  .g-big span { font-size: .55em !important; }
  .g-unit { font-size: 10.5px; letter-spacing: .16em; margin-top: -4px; margin-bottom: 12px; }
  .g-card h3 { font-size: 15px; line-height: 1.2; }
  .g-card p { font-size: 12.5px; line-height: 1.5; }

  /* Por que Líder — h2 menor */
  .section-head h2 .grad-gold,
  .section-head h2 { font-size: clamp(22px, 6.4vw, 28px) !important; line-height: 1.15; }

  /* Why-grid 1 col mobile (já tem em 720, reafirmar) */
  .why-grid { grid-template-columns: 1fr !important; gap: 14px; padding: 0 8px; }

  /* WhatsApp FAB menor pra não cobrir conteúdo */
  .whatsapp-fab {
    width: 48px !important; height: 48px !important;
    bottom: 14px !important; right: 14px !important;
  }
  .whatsapp-fab i { font-size: 20px !important; }
}

/* ===== VSL Section ===== */
.vsl-section {
  position: relative;
  padding: 96px 0 80px;
  background: linear-gradient(180deg, #0A1626 0%, #0F2B40 50%, #0A1626 100%);
  color: #fff;
  overflow: hidden;
}
.vsl-section::before {
  content: "";
  position: absolute;
  inset: -20% -10% auto -10%;
  height: 520px;
  background: radial-gradient(ellipse 60% 60% at 50% 20%, rgba(245, 185, 66, .18), transparent 65%);
  pointer-events: none;
  filter: blur(40px);
}
.vsl-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 40% at 85% 90%, rgba(245, 185, 66, .12), transparent 60%),
    radial-gradient(ellipse 50% 40% at 15% 10%, rgba(245, 185, 66, .10), transparent 60%);
  pointer-events: none;
}
.vsl-section > .container { position: relative; z-index: 2; }
.vsl-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 44px;
}
.vsl-head .eyebrow { margin-bottom: 16px; display: inline-block; }
.vsl-head .eyebrow.gold {
  color: transparent;
  background: linear-gradient(135deg, #F0BE5A, #E5A12B);
  -webkit-background-clip: text; background-clip: text;
}
.vsl-head h2 {
  margin: 0;
  font-family: 'Bricolage Grotesque', 'Manrope', system-ui, sans-serif;
  font-size: clamp(30px, 3.8vw, 50px);
  letter-spacing: -.02em;
  font-weight: 800;
  color: #FFFCF2;
  line-height: 1.08;
}
.vsl-head h2 .grad-gold {
  background: linear-gradient(95deg, #FBD58A, #F0BE5A 35%, #E5A12B 65%, #FBD58A);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.vsl-sub {
  margin: 20px auto 0;
  max-width: 720px;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(247, 241, 224, .75);
}
.vsl-embed {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  max-width: none;
}
.vsl-embed iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
  border-radius: 0;
  box-shadow:
    0 -2px 0 0 rgba(240, 190, 90, .15) inset,
    0 40px 100px -30px rgba(0, 0, 0, .65);
  background: #000;
}
.vsl-cta {
  text-align: center;
  margin-top: 44px;
}
.vsl-reassurance {
  margin: 22px auto 0;
  max-width: 640px;
  font-size: 13px;
  color: rgba(247, 241, 224, .55);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* ----- VSL WhatsApp pill (flat, sem efeitos) ----- */
.btn-vsl {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 8px;
  background: #1a6e3f;
  color: #ffffff;
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .02em;
  text-decoration: none;
  transition: background-color .15s ease;
}
.btn-vsl:hover { background: #1f7d48; }
.btn-vsl__icon {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
}
.btn-vsl__label { white-space: nowrap; }

@media (max-width: 720px) {
  .vsl-section { padding: 56px 0 48px; }
  .vsl-head { margin-bottom: 26px; }
  .vsl-sub { font-size: 15px; margin-top: 14px; }
  .vsl-embed iframe { border-radius: 12px; }
  .vsl-cta { margin-top: 30px; }
  .vsl-reassurance { font-size: 12.5px; padding: 0 16px; }
}

/* ===== Cases — carousel horizontal scroll-snap ===== */
.cases-slider {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 6px 0 18px;
  margin: 0 -32px;
  padding-left: 32px;
  padding-right: 32px;
  scrollbar-width: thin;
  scrollbar-color: var(--gold-400) transparent;
}
.cases-slider::-webkit-scrollbar { height: 8px; }
.cases-slider::-webkit-scrollbar-thumb { background: var(--gold-400); border-radius: 4px; }
.cases-slider::-webkit-scrollbar-track { background: transparent; }

.cc {
  flex: 0 0 300px;
  scroll-snap-align: start;
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  overflow: hidden;
}
.cc::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-300), var(--gold-500), var(--green-500));
  opacity: .75;
}
.cc:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(245, 158, 11, .35);
}
.cc-head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cc-photo {
  width: 48px; height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid var(--gold-300);
  box-shadow: 0 4px 12px rgba(10, 20, 40, .15);
}
.cc-avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy-700), var(--navy-900));
  color: var(--gold-300);
  display: grid;
  place-items: center;
  font-family: 'Bricolage Grotesque', 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 16px;
  flex-shrink: 0;
}
.cc-name {
  font-family: 'Bricolage Grotesque', 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--navy-900);
  letter-spacing: -.005em;
  line-height: 1.1;
}
.cc-city {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--muted);
  margin-top: 4px;
}
.cc-city i { font-size: 11px; color: var(--gold-600); }
.cc-numbers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 14px;
  background: linear-gradient(180deg, #f7f9fc, #f0f3f9);
  border: 1px solid var(--line);
}
.cc-col { display: flex; flex-direction: column; gap: 4px; }
.cc-col span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
}
.cc-before {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 18px;
  font-weight: 700;
  color: var(--muted);
  text-decoration: line-through;
  text-decoration-color: rgba(90, 107, 133, .6);
}
.cc-after {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 22px;
  font-weight: 800;
  color: var(--green-700);
  letter-spacing: -.01em;
}
.cc-numbers > i {
  font-size: 16px;
  color: var(--gold-500);
}
.cc-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(34, 197, 94, .12), rgba(34, 197, 94, .06));
  color: var(--green-700);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  border: 1px solid rgba(34, 197, 94, .3);
}
.cc-badge i { font-size: 11px; }


/* ===== Posts limpos (blog cards no index) ===== */
.posts-clean {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.post-clean {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px 28px 26px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 20px;
  text-decoration: none;
  color: inherit;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  overflow: hidden;
}
.post-clean::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 64px;
  height: 4px;
  background: linear-gradient(90deg, var(--gold-400), var(--gold-600));
  border-radius: 0 0 4px 0;
}
.post-clean:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(245, 158, 11, .4);
}
.pc-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}
.pc-tag {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold-700);
  background: linear-gradient(135deg, rgba(245, 158, 11, .14), rgba(245, 158, 11, .06));
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(245, 158, 11, .26);
}
.pc-num {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800;
  font-size: 44px;
  color: var(--line);
  line-height: 1;
  letter-spacing: -.04em;
}
.post-clean h3 {
  font-family: 'Bricolage Grotesque', 'Manrope', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -.015em;
  color: var(--navy-900);
  margin: 0 0 14px;
}
.post-clean p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0 0 24px;
}
.pc-foot {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 12.5px;
  color: var(--muted);
  font-weight: 600;
}
.pc-foot i { margin: 0 4px; }
.pc-read {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold-700);
  letter-spacing: .04em;
}
.post-clean:hover .pc-read i { transform: translateX(4px); }
.pc-read i { transition: transform .25s ease; }

@media (max-width: 900px) {
  .posts-clean { grid-template-columns: 1fr; }
}

/* ===== Cadastro CEMIG → WhatsApp ===== */
.cadastro-wrap {
  position: relative;
  padding: 100px 0 96px;
  background: linear-gradient(180deg, #0A1626 0%, #0F2B40 50%, #0A1626 100%);
  color: #fff;
  overflow: hidden;
}
.cad-aurora {
  position: absolute;
  inset: -20% -10% auto -10%;
  height: 520px;
  background: radial-gradient(ellipse 60% 60% at 50% 20%, rgba(245, 185, 66, .18), transparent 65%);
  pointer-events: none;
  filter: blur(40px);
}
.cad-rays {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 40% at 85% 90%, rgba(245, 185, 66, .12), transparent 60%),
    radial-gradient(ellipse 50% 40% at 15% 10%, rgba(245, 185, 66, .10), transparent 60%);
  pointer-events: none;
}
.cad-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
  position: relative;
}
.cad-head .eyebrow { margin-bottom: 18px; display: inline-block; }
.cad-head .eyebrow.gold {
  color: transparent;
  background: linear-gradient(135deg, #F0BE5A, #E5A12B);
  -webkit-background-clip: text; background-clip: text;
}
.cad-head h2 {
  font-family: 'Bricolage Grotesque', 'Manrope', system-ui, sans-serif;
  font-size: clamp(34px, 4.8vw, 60px);
  line-height: 1.06;
  letter-spacing: -.02em;
  color: #FFFCF2;
  margin: 0 0 18px;
  font-weight: 700;
  text-wrap: balance;
}
.cad-head .grad-gold {
  background: linear-gradient(95deg, #F0BE5A, #E5A12B 55%, #FBD58A);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.cad-head p {
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 17px;
  color: rgba(247, 241, 224, .78);
  line-height: 1.55;
  max-width: 640px;
  margin: 0 auto;
}
.center-eyebrow { display: inline-block; }

.cad-card {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  background: rgba(255, 253, 243, .04);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(245, 185, 66, .32);
  border-radius: 28px;
  padding: 46px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  box-shadow:
    0 60px 140px -40px rgba(0, 0, 0, .7),
    inset 0 0 0 1px rgba(255, 255, 255, .05);
}
.cad-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 28px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(245, 185, 66, .55), transparent 30%, transparent 70%, rgba(245, 185, 66, .55));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.cad-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 28px;
}
.cad-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
.cad-field-wide { grid-column: 1 / -1; }
.cad-lbl {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #F0BE5A;
  font-weight: 600;
}
.cad-lbl small {
  font-family: inherit;
  font-size: 11px;
  letter-spacing: .14em;
  color: rgba(240, 190, 90, .6);
  text-transform: none;
}
.cad-lbl i { width: 16px; text-align: center; font-size: 13px; }
.cad-field input[type="text"] {
  width: 100%;
  background: rgba(255, 253, 243, .04);
  border: 1.5px solid rgba(245, 185, 66, .22);
  border-radius: 14px;
  padding: 16px 18px;
  color: #FFFCF2;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -.005em;
  outline: none;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.cad-field input::placeholder { color: rgba(255, 253, 243, .32); font-weight: 400; }
.cad-field input:focus {
  border-color: #F0BE5A;
  background: rgba(255, 253, 243, .07);
  box-shadow: 0 0 0 4px rgba(245, 185, 66, .18);
}
.cad-field.has-err input { border-color: #E0584D; background: rgba(224, 88, 77, .06); }
.cad-err {
  display: none;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-style: normal;
  color: #FF8B7E;
  letter-spacing: .01em;
  margin-top: 2px;
}
.cad-field.has-err .cad-err { display: block; }
.cad-err-block { display: none; text-align: center; margin-top: -12px; }
.cad-card.cemig-err .cad-err-block { display: block; }

.cad-prefix {
  display: flex;
  align-items: stretch;
  background: rgba(255, 253, 243, .04);
  border: 1.5px solid rgba(245, 185, 66, .22);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.cad-prefix span {
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  background: rgba(245, 185, 66, .16);
  color: #F0BE5A;
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  border-right: 1.5px solid rgba(245, 185, 66, .22);
}
.cad-prefix input { background: transparent; border: 0; border-radius: 0; flex: 1; }
.cad-prefix input:focus { box-shadow: none; }
.cad-prefix:focus-within { border-color: #F0BE5A; box-shadow: 0 0 0 4px rgba(245, 185, 66, .18); }
.cad-field.has-err .cad-prefix { border-color: #E0584D; background: rgba(224, 88, 77, .06); }

.cad-readonly {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: rgba(34, 197, 94, .12);
  border: 1.5px solid rgba(34, 197, 94, .4);
  border-radius: 14px;
  padding: 16px 18px;
  color: #fff;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.cad-readonly i { color: #22C55E; margin-right: 8px; }
.cad-readonly small {
  font-weight: 400;
  font-size: 13px;
  color: rgba(247, 241, 224, .65);
  letter-spacing: .005em;
}

.cad-check {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: flex-start;
  background: rgba(245, 185, 66, .06);
  border: 1.5px solid rgba(245, 185, 66, .25);
  border-radius: 18px;
  padding: 22px 26px;
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease;
}
.cad-check:hover { border-color: rgba(245, 185, 66, .55); background: rgba(245, 185, 66, .09); }
.cad-check input[type="checkbox"] { position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none; }
.cad-check-box {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  border: 2px solid rgba(245, 185, 66, .55);
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color .15s ease, border-color .15s ease;
  flex-shrink: 0;
  margin-top: 2px;
}
.cad-check-box::after {
  content: "";
  width: 14px;
  height: 8px;
  border-left: 3px solid #0F2B40;
  border-bottom: 3px solid #0F2B40;
  transform: rotate(-45deg) translate(2px, -2px) scale(0);
  opacity: 0;
  transition: opacity .15s ease, transform .15s ease;
}
.cad-check input:checked + .cad-check-box { background: #F0BE5A; border-color: #F0BE5A; }
.cad-check input:checked + .cad-check-box::after { opacity: 1; transform: rotate(-45deg) translate(2px, -2px) scale(1); }
.cad-check-txt {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 253, 243, .85);
}
.cad-check-txt b {
  display: block;
  color: #FFFCF2;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 4px;
}

.cad-submit {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 24px 32px;
  border: 0;
  border-radius: 18px;
  cursor: pointer;
  background: linear-gradient(180deg, #25D366 0%, #128C7E 100%);
  color: #fff;
  font-family: 'Manrope', sans-serif;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow:
    0 25px 60px -15px rgba(37, 211, 102, .55),
    inset 0 0 0 2px rgba(255, 255, 255, .18);
  transition: transform .25s ease, box-shadow .25s ease;
}
.cad-submit:hover {
  transform: translateY(-3px);
  box-shadow:
    0 35px 80px -15px rgba(37, 211, 102, .7),
    inset 0 0 0 2px rgba(255, 255, 255, .22);
}
.cad-submit:active { transform: translateY(-1px); }
.cad-submit i { font-size: 26px; }
.cad-submit span { display: inline-flex; align-items: center; gap: 14px; }
.cad-submit small {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .08em;
  opacity: .85;
  text-transform: none;
}
@keyframes cadpulse {
  0%, 100% { box-shadow: 0 25px 60px -15px rgba(37, 211, 102, .55), inset 0 0 0 2px rgba(255, 255, 255, .18); }
  50% { box-shadow: 0 35px 90px -10px rgba(37, 211, 102, .85), inset 0 0 0 2px rgba(255, 255, 255, .28); }
}
.cad-submit { animation: cadpulse 2.6s ease-in-out infinite; }

.cad-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 36px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(247, 241, 224, .55);
}
.cad-trust span { display: inline-flex; align-items: center; gap: 8px; }
.cad-trust i { color: #F0BE5A; }

@media (max-width: 800px) {
  .cadastro-wrap { padding: 70px 0 64px; }
  .cad-card { padding: 30px 22px; border-radius: 22px; }
  .cad-grid { grid-template-columns: 1fr; gap: 18px; }
  .cad-head h2 { font-size: 34px; }
  .cad-check { padding: 18px 18px; border-radius: 14px; }
  .cad-submit { padding: 20px 18px; font-size: 17px; border-radius: 14px; }
  .cad-submit small { font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
