:root {
  --green-dark: #0d2b1a;
  --green: #1a5c35;
  --green-mid: #1e6e3f;
  --green-light: #2a8a50;
  --gold: #c8a84b;
  --gold-light: #e8c96a;
  --white: #ffffff;
  --gray-100: #f4f6f4;
  --gray-200: #e0e5e0;
  --gray-400: #a0a8a0;
  --gray-600: #555e55;
  --gray-800: #1a201a;
  --red: #c0392b;
  --font: 'Inter', sans-serif;
  --shadow: 0 4px 24px rgba(0,0,0,0.12);
  --radius: 14px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
button, input, select, textarea { font-family: var(--font); }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--gray-800); background: var(--white); line-height: 1.6; }

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

/* Offset para navbar fixo ao clicar nos links do menu */
section[id] { scroll-margin-top: 75px; }

/* ─── EYEBROW ─── */
.section-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(200,168,75,0.12);
  border: 1px solid rgba(200,168,75,0.3);
  padding: 5px 16px;
  border-radius: 100px;
  margin-bottom: 16px;
}
.section-eyebrow.dark {
  color: var(--green);
  background: rgba(26,92,53,0.1);
  border-color: rgba(26,92,53,0.25);
}

/* ─── NAVBAR ─── */
.navbar {
  position: fixed; top:0; left:0; right:0; z-index:100;
  background: var(--green-dark);
  border-bottom: 1px solid rgba(255,255,255,0.07);
  transition: background 0.3s;
  font-family: var(--font);
}
.navbar.scrolled { background: rgba(13,43,26,0.97); backdrop-filter: blur(8px); }
.nav-inner { display:flex; align-items:center; gap:28px; padding:10px 24px; }
.logo-link { flex-shrink:0; }
.logo { height:64px; width:auto; }
.nav-links { display:flex; gap:22px; flex:1; }
.nav-links a { color:rgba(255,255,255,0.82); text-decoration:none; font-size:13px; font-weight:500; letter-spacing:0.03em; transition:color .2s; text-transform:uppercase; }
.nav-links a:hover { color:var(--gold); }
.hamburger { display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; margin-left:auto; }
.hamburger span { display:block; width:24px; height:2px; background:var(--white); border-radius:2px; transition:0.3s; }

/* ─── BUTTONS ─── */
.btn { display:inline-flex; align-items:center; gap:8px; padding:12px 22px; border-radius:8px; font-weight:700; font-size:14px; cursor:pointer; text-decoration:none; border:none; transition:all 0.2s; white-space:nowrap; font-family:var(--font); position:relative; overflow:hidden; }
.btn-whatsapp { background:var(--green-light); color:var(--white); font-size:13px; padding:10px 18px; }
.btn-whatsapp:hover { background:#33a563; }
.btn-cta { background:var(--gold); color:var(--green-dark); font-size:15px; padding:15px 30px; border-radius:10px; font-weight:800; }
.btn-cta:hover { background:var(--gold-light); transform:translateY(-1px); box-shadow:0 6px 20px rgba(200,168,75,0.4); }
.btn-ghost { background:transparent; color:var(--green); border:2px solid rgba(26,92,53,0.3); }
.btn-ghost:hover { border-color:var(--green); background:rgba(26,92,53,0.06); }

/* ─── HERO ─── */
.hero {
  position:relative; min-height:100vh;
  background-color:var(--green-dark);
  background-image:url('imagens/construção.png');
  background-size:cover; background-position:center 40%;
  display:flex; align-items:center; padding-top:80px; overflow:hidden;
}
.hero::before {
  content:''; position:absolute; inset:0; z-index:1;
  background:linear-gradient(
    105deg,
    rgba(8,22,13,0.96) 0%,
    rgba(10,28,16,0.88) 40%,
    rgba(10,28,16,0.60) 68%,
    rgba(10,28,16,0.30) 100%
  );
}
.hero-overlay { position:absolute; inset:0; z-index:1; background:linear-gradient(to top, rgba(10,28,16,0.75) 0%, transparent 45%); }
.hero-inner { position:relative; z-index:2; display:grid; grid-template-columns:1fr 390px; gap:52px; align-items:center; padding:80px 24px; }
.hero-eyebrow { color:var(--gold); font-size:12px; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; margin-bottom:14px; display:block; }
.hero-title { font-size:clamp(30px,4.2vw,52px); font-weight:900; color:var(--white); line-height:1.1; margin-bottom:18px; }
.highlight { color:var(--gold); }
.hero-sub { font-size:16px; color:rgba(255,255,255,0.72); margin-bottom:26px; max-width:560px; line-height:1.75; }
.hero-badges { display:flex; flex-wrap:wrap; gap:10px; margin-bottom:30px; }
.badge { display:inline-flex; align-items:center; gap:6px; background:rgba(255,255,255,0.07); border:1px solid rgba(255,255,255,0.14); color:rgba(255,255,255,0.88); font-size:12px; padding:6px 13px; border-radius:100px; }
.badge svg { color:var(--gold); }
.hero-note { color:rgba(255,255,255,0.45); font-size:12px; margin-top:10px; }

/* Stat card hero */
.hero-stat-card { background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.12); border-radius:var(--radius); padding:28px 24px; text-align:center; backdrop-filter:blur(12px); }
.stat-label { font-size:12px; font-weight:700; letter-spacing:0.1em; color:rgba(255,255,255,0.55); text-transform:uppercase; margin-bottom:6px; }
.stat-label-sub { font-size:15px; color:rgba(255,255,255,0.65); margin-bottom:2px; }
.stat-number { font-size:68px; font-weight:900; color:var(--gold); line-height:1; margin-bottom:2px; }
.stat-desc { font-size:14px; color:rgba(255,255,255,0.65); margin-bottom:16px; }
.stat-works { font-size:20px; font-weight:800; color:var(--white); margin-top:12px; }
.stat-works span { font-size:12px; font-weight:500; color:rgba(255,255,255,0.55); }
.svg-chart-wrap {
  width:100%; margin:16px 0 18px;
  background:rgba(0,0,0,0.28);
  border-radius:12px;
  padding:18px 14px 12px;
  border:1px solid rgba(200,168,75,0.2);
  box-shadow:0 0 28px rgba(200,168,75,0.14), inset 0 1px 0 rgba(255,255,255,0.05);
}
#grafico-reducao { width:100%; height:auto; display:block; min-height:160px; }

/* Destaque barra ouro */
.bar-gold { filter:drop-shadow(0 0 8px rgba(200,168,75,0.7)); }

/* ─── STATS BAR ─── */
.stats-bar {
  background:var(--white);
  padding:32px 0;
  border-top: 3px solid var(--green);
  border-bottom: 1px solid var(--gray-200);
}
.stats-grid { display:flex; flex-wrap:wrap; justify-content:space-between; gap:16px; }
.stat-item {
  display:flex; flex-direction:column; align-items:center; text-align:center;
  flex:1; min-width:130px;
  padding: 12px 8px;
  border-right: 1px solid var(--gray-200);
}
.stat-item:last-child { border-right: none; }
.stat-num { font-size:26px; font-weight:900; color:var(--green); display:block; }
.stat-txt { font-size:11px; color:var(--gray-600); margin-top:4px; font-weight:500; }

/* ─── RESULTADOS ─── */
.resultados-section {
  padding: 80px 0;
  background: linear-gradient(rgba(13,43,26,0.94), rgba(13,43,26,0.94)), url('imagens/construção.png');
  background-size: cover;
  background-position: center 40%;
  background-attachment: fixed;
}
.resultados-inner { display:grid; grid-template-columns:280px 1fr; gap:48px; align-items:center; }
.resultados-left .section-eyebrow { display:block; }
.resultados-left h2 { font-size:clamp(22px,2.4vw,34px); font-weight:900; color:var(--white); margin-bottom:14px; line-height:1.2; }
.highlight-gold { color:var(--gold); }
.resultados-left p { font-size:14px; color:rgba(255,255,255,0.65); margin-bottom:24px; line-height:1.75; }

/* Result cards — horizontal 3-column grid */
.results-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }

.result-card {
  background: var(--green-dark);
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 6px 24px rgba(0,0,0,0.4);
  border: 1px solid rgba(255,255,255,0.08);
  transition:transform .2s, box-shadow .2s;
}
.result-card:hover { transform:translateY(-5px); box-shadow:0 12px 36px rgba(0,0,0,0.5); border-color:rgba(200,168,75,0.35); }

.result-card-photo {
  width: 100%;
  height: 210px;
  overflow: hidden;
  position: relative;
}
.result-card-photo::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 48px;
  background: linear-gradient(to bottom, transparent, var(--green-dark));
  pointer-events: none;
  z-index: 1;
}
.result-card-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.result-card-body { padding:16px; }

.result-type {
  font-size:12px; font-weight:800; color:var(--gold);
  text-transform:uppercase; letter-spacing:0.07em;
  margin-bottom:12px; padding-bottom:10px;
  border-bottom:1px solid rgba(255,255,255,0.1);
  display:block;
}

.result-values { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-bottom:12px; }

.val-block { display:flex; flex-direction:column; gap:3px; }
.val-label { font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:0.05em; color:rgba(255,255,255,0.45); }
.val-num { font-size:15px; font-weight:800; color:var(--white); }
.val-sem { color:rgba(255,255,255,0.4); text-decoration:line-through; }
.val-com { color:#4ecb7a; }

.result-reduction {
  display:flex; align-items:baseline; justify-content:space-between;
  border-top:1px solid rgba(255,255,255,0.1); padding-top:10px;
}
.red-label { font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:0.07em; color:rgba(255,255,255,0.45); }
.red-pct { font-size:30px; font-weight:900; color:var(--gold); }

/* ─── PROCESSO ─── */
.processo-section { padding:80px 0; background:var(--white); }
.highlight-green { color:var(--green); }

.processo-top { margin-bottom:52px; }
.processo-top-left h2 { font-size:clamp(26px,3vw,36px); font-weight:900; color:var(--green-dark); margin-bottom:10px; line-height:1.2; }
.processo-top-left p { font-size:15px; color:var(--gray-600); }

/* Steps horizontais */
.process-steps-row { display:flex; align-items:stretch; gap:0; flex-wrap:nowrap; }

.pstep {
  flex:1; background:var(--gray-100); border-radius:14px; padding:28px 22px;
  border:1.5px solid var(--gray-200); position:relative;
  display:flex; flex-direction:column;
  transition:border-color .2s, box-shadow .2s;
}
.pstep:hover { border-color:rgba(26,92,53,0.3); box-shadow:0 4px 20px rgba(0,0,0,0.07); }
.pstep-gold { border-color:rgba(200,168,75,0.35); background:linear-gradient(135deg,rgba(200,168,75,0.06),rgba(200,168,75,0.02)); }
.pstep-gold:hover { border-color:rgba(200,168,75,0.55); }

.pstep-num {
  width:48px; height:48px; border-radius:50%; margin-bottom:16px;
  color:var(--white); font-size:20px; font-weight:900;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 4px 14px rgba(26,92,53,0.3);
}
/* Gradiente progressivo: verde claro → verde escuro */
.process-steps-row > :nth-child(1) .pstep-num { background:linear-gradient(135deg, #4ecb7a, #2a8a50); }
.process-steps-row > :nth-child(3) .pstep-num { background:linear-gradient(135deg, #2a8a50, #1e6e3f); }
.process-steps-row > :nth-child(5) .pstep-num { background:linear-gradient(135deg, #1e6e3f, #1a5c35); }
.process-steps-row > :nth-child(7) .pstep-num { background:linear-gradient(135deg, #1a5c35, #0d2b1a); box-shadow:0 4px 14px rgba(8,22,13,0.5); }

.pstep-body h4 { font-size:15px; font-weight:800; color:var(--green-dark); margin-bottom:8px; }
.pstep-body p { font-size:13px; color:var(--gray-600); line-height:1.65; margin:0; }

.pstep-arrow { display:flex; align-items:center; justify-content:center; flex-shrink:0; padding:0 4px; opacity:0.5; }

/* Responsivo processo */
@media (max-width:900px) {
  .process-steps-row { flex-direction:column; gap:12px; }
  .pstep-arrow { transform:rotate(90deg); padding:0; margin:0 auto; }
}

/* ─── PARCEIROS ─── */
.parceiros-section {
  overflow:hidden; padding:0;
  background: linear-gradient(rgba(8,22,13,0.95), rgba(8,22,13,0.95)), url('imagens/construção.png');
  background-size:cover; background-position:center 40%; background-attachment:fixed;
}

.parceiros-banner {
  display: grid;
  grid-template-columns: 1fr 1.7fr 0.85fr;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 360px;
}

.parceiros-left {
  padding: 56px 44px 56px 24px;
  display: flex; flex-direction: column; justify-content: center;
}
.parceiros-left .section-eyebrow { display:block; margin-bottom:14px; }
.parceiros-left h2 { font-size:clamp(22px,2.6vw,34px); font-weight:900; color:var(--white); margin-bottom:14px; line-height:1.2; }
.parceiros-left p { font-size:14px; color:rgba(255,255,255,0.68); margin-bottom:26px; line-height:1.75; }
.parceiros-btns { display:flex; gap:14px; flex-wrap:wrap; }

.parceiros-img-col {
  position: relative; overflow: hidden;
}
.parceiros-img-col::before {
  content:''; position:absolute; inset:0; z-index:1;
  background: linear-gradient(to right,
    rgba(8,22,13,0.95) 0%,
    transparent 22%,
    transparent 78%,
    rgba(8,22,13,0.95) 100%
  );
}
.parceiros-img { width:100%; height:100%; object-fit:cover; display:block; }

.parceiros-right {
  padding: 56px 24px 56px 44px;
  display: flex; flex-direction: column; justify-content: center; gap: 24px;
}

.pb-item { display:flex; align-items:center; gap:16px; }
.pb-icon {
  width:38px; height:38px; flex-shrink:0;
  background:rgba(200,168,75,0.1);
  border:1px solid rgba(200,168,75,0.3);
  border-radius:10px;
  display:flex; align-items:center; justify-content:center;
  transition: background .2s;
}
.pb-item:hover .pb-icon { background:rgba(200,168,75,0.2); }
.pb-item span { font-size:14px; color:rgba(255,255,255,0.82); font-weight:500; line-height:1.4; }

.btn-ghost-white {
  background:transparent; color:var(--white);
  border:2px solid rgba(255,255,255,0.35);
  font-size:13px; padding:12px 22px;
}
.btn-ghost-white:hover {
  border-color:rgba(255,255,255,0.7);
  background:rgba(255,255,255,0.08);
}

/* ─── ENTREGAS ─── */
.entregas-section { padding:90px 0; background:var(--white); }

.entregas-header { text-align:center; max-width:640px; margin:0 auto 56px; }
.entregas-header h2 { font-size:clamp(24px,3vw,36px); font-weight:900; color:var(--green-dark); margin-top:12px; line-height:1.2; }

.entregas-timeline {
  display:flex; align-items:stretch; gap:0; flex-wrap:nowrap;
}

.entrega-item {
  flex:1; display:flex; flex-direction:column; align-items:center; text-align:center;
  background:var(--gray-100); border:1.5px solid var(--gray-200);
  border-radius:14px; padding:28px 18px;
  transition:border-color .2s, box-shadow .2s;
}
.entrega-item:hover { border-color:rgba(26,92,53,0.3); box-shadow:0 4px 20px rgba(0,0,0,0.07); }
.entregas-timeline > :nth-child(9).entrega-item { border-color:rgba(200,168,75,0.35); background:linear-gradient(135deg,rgba(200,168,75,0.06),rgba(200,168,75,0.02)); }
.entregas-timeline > :nth-child(9).entrega-item:hover { border-color:rgba(200,168,75,0.6); }

.entrega-num {
  width:48px; height:48px; border-radius:50%; margin-bottom:16px; flex-shrink:0;
  color:var(--white); font-size:20px; font-weight:900;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 4px 14px rgba(26,92,53,0.3);
}
/* Degradê progressivo: verde claro → verde escuro */
.entregas-timeline > :nth-child(1) .entrega-num { background:linear-gradient(135deg, #4ecb7a, #2a8a50); }
.entregas-timeline > :nth-child(3) .entrega-num { background:linear-gradient(135deg, #2a8a50, #22784a); }
.entregas-timeline > :nth-child(5) .entrega-num { background:linear-gradient(135deg, #22784a, #1e6e3f); }
.entregas-timeline > :nth-child(7) .entrega-num { background:linear-gradient(135deg, #1e6e3f, #1a5c35); }
.entregas-timeline > :nth-child(9) .entrega-num { background:linear-gradient(135deg, #1a5c35, #0d2b1a); box-shadow:0 4px 14px rgba(8,22,13,0.5); }

.entrega-body h4 { font-size:13px; font-weight:800; color:var(--green-dark); margin-bottom:8px; line-height:1.3; }
.entrega-body p { font-size:12px; color:var(--gray-600); line-height:1.65; margin:0; }

.entrega-arrow {
  display:flex; align-items:center; justify-content:center;
  flex-shrink:0; padding:0 6px; opacity:0.55;
}

@media (max-width:900px) {
  .entregas-timeline { flex-direction:column; gap:12px; }
  .entrega-arrow { transform:rotate(90deg); padding:0; margin:0 auto; }
}

/* ─── COBERTURA ─── */
.cobertura-section {
  padding:90px 0;
  background: linear-gradient(rgba(8,22,13,0.95), rgba(8,22,13,0.95)), url('imagens/construção.png');
  background-size:cover; background-position:center 40%; background-attachment:fixed;
}
.cobertura-header { text-align:center; max-width:760px; margin:0 auto 52px; }
.cob-eyebrow {
  display:inline-block; font-size:11px; font-weight:700; letter-spacing:0.1em;
  text-transform:uppercase;
  color:var(--gold); background:rgba(200,168,75,0.12);
  border:1px solid rgba(200,168,75,0.3);
  padding:5px 16px; border-radius:100px; margin-bottom:16px;
}
.cobertura-header h2 { font-size:clamp(26px,3.5vw,42px); font-weight:900; color:var(--white); margin-bottom:14px; line-height:1.15; }
.cobertura-header .highlight-gold { color:var(--gold); }
.cobertura-header p { font-size:15px; color:rgba(255,255,255,0.65); line-height:1.8; }

.cobertura-body { max-width:900px; margin:0 auto; }

/* Números destaque */
.cob-stats-row { display:flex; justify-content:center; gap:56px; margin-bottom:44px; }
.cob-stat { display:flex; flex-direction:column; align-items:center; text-align:center; }
.cob-stat-num { font-size:44px; font-weight:900; color:var(--gold); line-height:1; }
.cob-stat-lbl { font-size:11px; color:rgba(255,255,255,0.5); margin-top:6px; text-transform:uppercase; letter-spacing:0.07em; }

/* Chips de regiões */
.region-chips { display:none; }

/* Features em grid */
.cov-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; padding-top:44px; border-top:1px solid rgba(255,255,255,0.1); }
.cov-item {
  background:rgba(255,255,255,0.05); border-radius:14px;
  padding:24px 20px; border:1.5px solid rgba(255,255,255,0.1);
  display:flex; flex-direction:column; gap:10px;
  transition:border-color .2s, box-shadow .2s;
}
.cov-item:hover { border-color:rgba(200,168,75,0.4); box-shadow:0 4px 18px rgba(0,0,0,0.2); }
.cov-icon {
  width:44px; height:44px;
  background:rgba(200,168,75,0.12); border-radius:12px;
  border:1px solid rgba(200,168,75,0.25);
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.cov-item strong { font-size:14px; font-weight:700; color:var(--white); line-height:1.3; }
.cov-item p { font-size:13px; color:rgba(255,255,255,0.6); line-height:1.6; margin:0; }

/* ─── FAQ ─── */
.faq-section { padding:90px 0; background:var(--white); }
.faq-header { text-align:center; max-width:680px; margin:0 auto 52px; }
.faq-header h2 { font-size:clamp(24px,3vw,38px); font-weight:900; color:var(--green-dark); line-height:1.2; margin-top:12px; }

.faq-list { max-width:820px; margin:0 auto; display:flex; flex-direction:column; gap:12px; }

.faq-item { border:1.5px solid var(--gray-200); border-radius:12px; overflow:hidden; transition:border-color .2s; }
.faq-item:hover { border-color:rgba(26,92,53,0.3); }
.faq-item.open { border-color:rgba(26,92,53,0.4); }

.faq-question {
  width:100%; display:flex; align-items:center; justify-content:space-between; gap:16px;
  padding:18px 22px; background:none; border:none; cursor:pointer;
  font-family:var(--font); font-size:15px; font-weight:700; color:var(--green-dark);
  text-align:left; line-height:1.4;
}
.faq-question:hover { background:rgba(26,92,53,0.03); }

.faq-icon { flex-shrink:0; color:var(--green); transition:transform .3s ease; }
.faq-item.open .faq-icon { transform:rotate(180deg); }

.faq-answer {
  max-height:0; overflow:hidden;
  transition:max-height .35s ease, padding .3s ease;
  padding:0 22px;
}
.faq-item.open .faq-answer { max-height:300px; padding:0 22px 18px; }
.faq-answer p { font-size:14px; color:var(--gray-600); line-height:1.75; margin:0; border-top:1px solid var(--gray-200); padding-top:14px; }

/* ─── CTA FINAL ─── */
.cta-final {
  padding:72px 0;
  background: linear-gradient(rgba(13,43,26,0.93), rgba(13,43,26,0.93)), url('imagens/construção.png');
  background-size: cover;
  background-position: center 40%;
  background-attachment: fixed;
}
.cta-inner { display:flex; align-items:center; justify-content:space-between; gap:40px; flex-wrap:wrap; }
.cta-text h2 { font-size:clamp(20px,2.5vw,30px); font-weight:900; color:var(--white); margin-bottom:6px; line-height:1.3; }
.cta-text p { color:rgba(255,255,255,0.75); font-size:15px; }
.cta-inner .btn-cta { flex-shrink:0; }

/* ─── FOOTER ─── */
.footer {
  background: linear-gradient(rgba(8,22,13,0.96), rgba(8,22,13,0.96)), url('imagens/construção.png');
  background-size: cover;
  background-position: center 40%;
  background-attachment: fixed;
  padding:60px 0 0;
}
.footer-inner { display:grid; grid-template-columns:2fr 1fr 1.5fr; gap:48px; padding-bottom:48px; border-bottom:1px solid rgba(255,255,255,0.08); }
.footer-logo img { height:52px; margin-bottom:10px; }
.footer-logo p { font-size:13px; color:rgba(255,255,255,0.45); max-width:240px; line-height:1.6; }
.footer-links, .footer-contact { display:flex; flex-direction:column; gap:9px; }
.footer-links h5, .footer-contact h5 { font-size:11px; font-weight:700; color:var(--gold); letter-spacing:0.1em; text-transform:uppercase; margin-bottom:6px; }
.footer-links a { color:rgba(255,255,255,0.6); text-decoration:none; font-size:14px; transition:color .2s; }
.footer-links a:hover { color:var(--white); }
.footer-contact p { display:flex; align-items:center; gap:8px; color:rgba(255,255,255,0.6); font-size:14px; }
.footer-bottom { padding:18px 24px; text-align:center; }
.footer-bottom p { color:rgba(255,255,255,0.3); font-size:12px; }

/* ─── WHATSAPP FLOAT ─── */
.whatsapp-float { position:fixed; bottom:28px; right:28px; width:56px; height:56px; background:#25D366; border-radius:50%; display:flex; align-items:center; justify-content:center; color:var(--white); box-shadow:0 4px 20px rgba(37,211,102,0.5); z-index:999; transition:transform .2s, box-shadow .2s; }
.whatsapp-float:hover { transform:scale(1.1); box-shadow:0 6px 28px rgba(37,211,102,0.6); }

/* ─── MODAL PARCEIRO ─── */
.modal-overlay {
  display:none; position:fixed; inset:0; z-index:1000;
  background:rgba(5,18,10,0.82); backdrop-filter:blur(6px);
  align-items:center; justify-content:center; padding:20px;
}
.modal-overlay.open { display:flex; animation:fadeIn .25s ease; }
@keyframes fadeIn { from{opacity:0} to{opacity:1} }

.modal-card {
  background:var(--white); border-radius:20px; padding:36px; width:100%; max-width:480px;
  position:relative; box-shadow:0 24px 64px rgba(0,0,0,0.35);
  animation:slideUp .3s cubic-bezier(0.34,1.56,0.64,1);
}
@keyframes slideUp { from{transform:translateY(40px);opacity:0} to{transform:translateY(0);opacity:1} }

.modal-close {
  position:absolute; top:16px; right:16px; width:32px; height:32px;
  background:var(--gray-100); border:none; border-radius:50%; cursor:pointer;
  font-size:18px; color:var(--gray-600); display:flex; align-items:center; justify-content:center; line-height:1;
  transition:background .2s;
}
.modal-close:hover { background:var(--gray-200); }

.modal-header { display:flex; align-items:center; gap:16px; margin-bottom:28px; padding-bottom:20px; border-bottom:1.5px solid var(--gray-200); }
.modal-icon { width:52px; height:52px; background:linear-gradient(135deg, var(--green), var(--green-light)); border-radius:14px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.modal-header h3 { font-size:20px; font-weight:800; color:var(--green-dark); margin-bottom:3px; }
.modal-header p { font-size:13px; color:var(--gray-600); }

.mform-group { margin-bottom:18px; }
.mform-group label { display:block; font-size:12px; font-weight:700; color:var(--gray-600); text-transform:uppercase; letter-spacing:0.05em; margin-bottom:7px; }
.mform-group .req { color:var(--red); }
.mform-group input, .mform-group select {
  width:100%; padding:12px 14px; border:1.8px solid var(--gray-200); border-radius:10px;
  font-size:15px; font-family:var(--font); color:var(--gray-800); background:var(--white);
  transition:border-color .2s, box-shadow .2s; outline:none;
}
.mform-group input:focus, .mform-group select:focus { border-color:var(--green); box-shadow:0 0 0 3px rgba(26,92,53,0.12); }
.mform-group input.error, .mform-group select.error { border-color:var(--red); box-shadow:0 0 0 3px rgba(192,57,43,0.1); }
.field-error { display:block; font-size:12px; color:var(--red); margin-top:5px; min-height:16px; }

.btn-modal-submit {
  width:100%; justify-content:center; background:var(--green); color:var(--white);
  font-size:15px; padding:15px; border-radius:10px; margin-top:4px; font-weight:800;
}
.btn-modal-submit:hover { background:var(--green-light); transform:translateY(-1px); box-shadow:0 6px 20px rgba(26,92,53,0.3); }

.modal-note { text-align:center; font-size:12px; color:var(--gray-400); margin-top:12px; }

/* ─── RESPONSIVE ─── */
@media (max-width:960px) {
  .nav-links { display:none; }
  .nav-links.open { display:flex; flex-direction:column; position:absolute; top:70px; left:0; right:0; background:var(--green-dark); padding:20px 24px; gap:14px; border-bottom:1px solid rgba(255,255,255,0.08); z-index:200; }
  .hamburger { display:flex; }
  .btn-whatsapp { display:none; }
  .hero-inner { grid-template-columns:1fr; padding:40px 24px 60px; }
  .hero-stat-card { max-width:360px; margin:0 auto; }
  .resultados-inner { grid-template-columns:1fr; }
  .resultados-left { max-width:100%; }
  .process-item { grid-template-columns:60px 1fr; gap:16px; }
  .process-step-circle { width:56px; height:56px; }
  .parceiros-banner { grid-template-columns:1fr; }
  .parceiros-img-col { min-height:280px; }
  .parceiros-left { padding:44px 24px 28px; }
  .parceiros-right { padding:28px 24px 44px; }
  .parceiros-img-col::before { background:linear-gradient(to bottom, rgba(8,22,13,0.95) 0%, transparent 18%, transparent 82%, rgba(8,22,13,0.95) 100%); }
  .cov-grid { grid-template-columns:1fr; }
  .cob-stats-row { gap:32px; }
  .footer-inner { grid-template-columns:1fr; gap:28px; }
  .cta-inner { flex-direction:column; text-align:center; }
}

@media (max-width:600px) {
  .results-cards { grid-template-columns:1fr; }
  .result-card-photo { height: 260px; }
  .hero-title { font-size:26px; }
  .hero-badges { flex-direction:column; }
  .parceiros-benefits { grid-template-columns:1fr; }
  .result-values { flex-wrap:wrap; gap:8px; }
  .process-item { grid-template-columns:48px 1fr; gap:12px; }
  .process-step-circle { width:48px; height:48px; }
  .step-num-big { font-size:9px; }
  .stats-grid { gap:12px; }
  .stat-item { min-width:100px; border-right:none; border-bottom:1px solid var(--gray-200); }
  .stat-item:last-child { border-bottom:none; }
  .region-chips { gap:8px; }
  .cob-stats-row { gap:24px; flex-wrap:wrap; }
}

/* ─── SCROLL REVEAL ─── */
.reveal, .reveal-left, .reveal-right {
  opacity: 0;
  transition: opacity 0.65s ease, transform 0.65s ease;
  transition-delay: var(--delay, 0s);
}
.reveal        { transform: translateY(30px); }
.reveal-left   { transform: translateX(-32px); }
.reveal-right  { transform: translateX(32px); }
.reveal.visible, .reveal-left.visible, .reveal-right.visible {
  opacity: 1;
  transform: none;
}

/* ─── ACTIVE NAV ─── */
.nav-links a.active { color: var(--gold); }

/* ─── BUTTON RIPPLE ─── */
.btn-ripple {
  position: absolute;
  width: 6px; height: 6px;
  background: rgba(255,255,255,0.45);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  animation: btn-ripple-anim 0.6s ease-out forwards;
  pointer-events: none;
}
@keyframes btn-ripple-anim {
  to { transform: translate(-50%, -50%) scale(55); opacity: 0; }
}

