:root {
  --green: #2c554f;
  --green-dark: #1a2e2b;
  --gold: #C9A227;
  --gold-light: #e0bb4a;
  --rose: #D9A9A0;
  --bg: #f5f0e8;
  --beige: #c0bba7;
  --text-dark: #1a2e2b;
  --text-body: #3f4a47;
  --text-muted: #5c625f;
  --text-muted-2: #6a706d;
  --text-light-body: #b7c0bc;
  --text-light-muted: #a8b1ad;
  --footer-link: #cfd8d4;
  --footer-faint: #7d8683;
  --header-h: 84px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: var(--bg);
  overflow-x: hidden;
}

section, .section-pad {
  scroll-margin-top: var(--header-h);
}

img { max-width: 100%; display: block; }

::selection { background: var(--gold); color: #ffffff; }

a { color: var(--green); }

.container {
  max-width: 1280px;
  margin: 0 auto;
}

/* Reveal on scroll */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes float1 { 0%,100% { transform: translate(0,0) rotate(0deg); } 50% { transform: translate(20px,-30px) rotate(8deg); } }
@keyframes float2 { 0%,100% { transform: translate(0,0) rotate(0deg); } 50% { transform: translate(-25px,20px) rotate(-6deg); } }
@keyframes pulseSoft { 0%,100% { opacity:0.55; } 50% { opacity:0.9; } }
@keyframes logoTilt { 0%,100% { transform: perspective(600px) rotateY(0deg) rotateX(0deg); } 50% { transform: perspective(600px) rotateY(4deg) rotateX(2deg); } }

/* Header */
header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(245,240,232,0.92);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 20px rgba(26,46,43,0.08);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 8px;
  justify-content: space-between;
  padding: 12px 3%;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.brand img {
  height: 44px;
  width: auto;
  filter: drop-shadow(0 2px 3px rgba(26,46,43,0.25)) drop-shadow(0 8px 16px rgba(44,85,79,0.2));
  animation: logoTilt 6s ease-in-out infinite;
  will-change: transform;
}

.brand span {
  font-size: 17px;
  font-weight: 700;
  color: var(--text-dark);
  letter-spacing: 0.2px;
  white-space: nowrap;
}

.brand span .amp { color: var(--gold); }

.nav-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  flex: 1 1 auto;
  margin: 0 12px;
}

.nav-links a {
  text-decoration: none;
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: color .2s ease;
}
.nav-links a:hover { color: var(--gold); }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  border-radius: 100px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: all .25s ease;
}

.btn-header-whatsapp {
  background: var(--green);
  color: var(--bg);
  padding: 9px 16px;
  font-size: 13px;
  box-shadow: 0 4px 14px rgba(44,85,79,0.3);
  flex-shrink: 0;
  white-space: nowrap;
}
.btn-header-whatsapp:hover {
  background: var(--green-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(44,85,79,0.4);
}

.btn-primary {
  background: var(--green);
  color: var(--bg);
  padding: 16px 30px;
  font-size: 15px;
  box-shadow: 0 8px 24px rgba(44,85,79,0.32);
}
.btn-primary:hover {
  background: var(--green-dark);
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(44,85,79,0.4);
}

.btn-outline {
  background: transparent;
  color: var(--green);
  border: 2px solid var(--green);
  padding: 14px 28px;
  font-size: 15px;
}
.btn-outline:hover {
  background: var(--rose);
  border-color: var(--rose);
  color: var(--text-dark);
  transform: translateY(-3px);
}

.btn-gold {
  background: var(--gold);
  color: var(--text-dark);
  padding: 17px 34px;
  font-size: 15.5px;
  font-weight: 700;
  box-shadow: 0 10px 26px rgba(201,162,39,0.35);
}
.btn-gold:hover {
  background: var(--gold-light);
  transform: translateY(-3px);
}

.btn-outline-light {
  background: transparent;
  color: var(--bg);
  border: 2px solid rgba(245,240,232,0.4);
  padding: 15px 32px;
  font-size: 15.5px;
  font-weight: 600;
}
.btn-outline-light:hover {
  border-color: var(--rose);
  background: rgba(217,169,160,0.12);
}

/* Hero */
#inicio {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 140px 5% 80px;
  overflow: hidden;
}

.blob {
  position: absolute;
  pointer-events: none;
}
.blob1 {
  top: -100px; right: -120px;
  width: 480px; height: 480px;
  border-radius: 44% 56% 60% 40% / 50% 44% 56% 50%;
  background: radial-gradient(circle at 30% 30%, rgba(44,85,79,0.16), rgba(44,85,79,0.04));
  animation: float1 14s ease-in-out infinite;
}
.blob2 {
  bottom: -140px; left: -100px;
  width: 400px; height: 400px;
  border-radius: 60% 40% 44% 56% / 44% 56% 40% 60%;
  background: radial-gradient(circle at 60% 60%, rgba(217,169,160,0.22), rgba(217,169,160,0.05));
  animation: float2 16s ease-in-out infinite;
}

#hero-grid {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(44,85,79,0.1);
  color: var(--green);
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 24px;
  letter-spacing: 0.3px;
}

.hero-content h1 {
  font-size: 48px;
  line-height: 1.15;
  color: var(--text-dark);
  font-weight: 700;
  margin: 0 0 22px;
  letter-spacing: -0.5px;
}

.hero-content p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-body);
  margin: 0 0 34px;
  max-width: 540px;
}

#hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.trust-inline {
  display: flex;
  align-items: center;
  gap: 12px;
}
.trust-inline .icon-circle {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 12px rgba(201,162,39,0.4);
}
.trust-inline strong { display:block; font-size:14px; font-weight:700; color: var(--text-dark); }
.trust-inline span { font-size:12.5px; color: var(--text-muted-2); }

.hero-image { position: relative; }
.hero-image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 30px 60px -20px rgba(26,46,43,0.35);
}

.hero-float-card {
  position: absolute;
  bottom: -24px; left: -24px;
  background: #ffffff;
  padding: 16px 20px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(26,46,43,0.18);
  display: flex; align-items: center; gap: 12px;
}
.hero-float-card .icon-circle {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--rose);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.hero-float-card strong { display:block; font-size:13px; font-weight:700; color: var(--text-dark); }
.hero-float-card span { font-size:11.5px; color: var(--text-muted-2); }

/* Stats bar */
.stats-bar { background: var(--green); padding: 36px 5%; }
#stats-grid {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 24px; text-align: center;
}
.stat-item { padding: 12px; color: #ffffff; }
.stat-item .value { font-size: 26px; font-weight: 700; color: var(--gold); margin-bottom: 6px; }
.stat-item .label { font-size: 13.5px; color: #dce3e0; font-weight: 500; }

/* Section headers */
section { padding: 110px 5%; }
.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 64px;
}
.section-header .kicker {
  font-weight: 700; font-size: 13px; letter-spacing: 1.5px;
  text-transform: uppercase; margin-bottom: 12px;
}
.section-header h2 {
  font-size: 36px; font-weight: 700; margin: 0 0 16px; letter-spacing: -0.4px;
}
.section-header p { font-size: 16.5px; line-height: 1.6; margin: 0; }

/* Diferenciais */
#diferenciais-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 28px;
  max-width: 1280px; margin: 0 auto;
}
.diferencial-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 34px 28px;
  box-shadow: 0 8px 24px rgba(26,46,43,0.06);
  transition: transform .3s ease, box-shadow .3s ease;
}
.diferencial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(26,46,43,0.14);
}
.diferencial-card .icon-box {
  width: 52px; height: 52px; border-radius: 14px;
  background: linear-gradient(135deg, var(--bg), var(--beige));
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.diferencial-card h3 { font-size: 18.5px; color: var(--text-dark); font-weight: 600; margin: 0 0 10px; }
.diferencial-card p { font-size: 14.5px; color: var(--text-muted); line-height: 1.65; margin: 0; }

/* Servicos */
#servicos { background: var(--green-dark); }
#servicos-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 2px;
  background: rgba(245,240,232,0.12);
  border-radius: 20px; overflow: hidden;
  max-width: 1280px; margin: 0 auto;
}
.servico-item {
  background: var(--green-dark);
  padding: 36px 30px;
  transition: background .3s ease;
}
.servico-item:hover { background: #213c37; }
.servico-item .icon-box {
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(201,162,39,0.14);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.servico-item h3 { font-size: 17px; color: var(--bg); font-weight: 600; margin: 0 0 8px; }
.servico-item p { font-size: 14px; color: var(--text-light-muted); line-height: 1.6; margin: 0; }

/* Como funciona */
#steps-grid {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 32px;
  position: relative;
  max-width: 1280px; margin: 0 auto;
}
#steps-line {
  position: absolute; top: 28px; left: 12.5%; right: 12.5%; height: 2px;
  background: repeating-linear-gradient(90deg, var(--beige) 0, var(--beige) 8px, transparent 8px, transparent 16px);
  z-index: 0;
}
.step-card { position: relative; z-index: 1; text-align: center; }
.step-number {
  width: 56px; height: 56px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--text-dark); font-weight: 700; font-size: 20px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 8px 20px rgba(201,162,39,0.35);
}
.step-card h3 { font-size: 16.5px; color: var(--text-dark); font-weight: 600; margin: 0 0 10px; }
.step-card p { font-size: 14px; color: var(--text-muted); line-height: 1.6; margin: 0; }

/* Depoimentos */
#depoimentos { background: var(--beige); }
#depoimentos-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 28px;
  max-width: 1280px; margin: 0 auto;
}
.depoimento-card {
  background: var(--bg);
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 10px 26px rgba(26,46,43,0.1);
}
.depoimento-card .quote-icon { margin-bottom: 4px; }
.depoimento-card p.quote { font-size: 14.5px; color: var(--text-body); line-height: 1.7; margin: 16px 0 22px; }
.depoimento-author { display: flex; align-items: center; gap: 12px; }
.depoimento-author img {
  width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0; object-fit: cover;
}
.depoimento-author strong { display: block; font-size: 14px; font-weight: 600; color: var(--text-dark); }
.depoimento-author span { font-size: 12px; color: var(--text-muted-2); }

/* FAQ */
#faq { max-width: 880px; margin: 0 auto; }
.faq-item {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(26,46,43,0.06);
  overflow: hidden;
  margin-bottom: 14px;
}
.faq-question {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 26px;
  cursor: pointer;
  background: none; border: none; width: 100%; text-align: left;
  font-family: inherit;
}
.faq-question span.q { font-size: 15.5px; font-weight: 600; color: var(--text-dark); }
.faq-question span.symbol { font-size: 22px; color: var(--gold); font-weight: 300; flex-shrink: 0; margin-left: 16px; }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}
.faq-answer p { padding: 0 26px 22px; font-size: 14.5px; color: var(--text-muted); line-height: 1.7; margin: 0; }
.faq-item.open .faq-answer { max-height: 300px; }

/* Contato CTA */
#contato {
  position: relative;
  background: var(--green);
  overflow: hidden;
}
.cta-glow {
  position: absolute; top: -80px; right: 10%;
  width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,162,39,0.18), transparent 70%);
  animation: pulseSoft 6s ease-in-out infinite;
}
.cta-inner {
  position: relative; z-index: 1;
  max-width: 760px; margin: 0 auto; text-align: center;
}
.cta-inner h2 { font-size: 38px; color: var(--bg); font-weight: 700; margin: 0 0 18px; letter-spacing: -0.4px; }
.cta-inner p { font-size: 17px; color: #cfd8d4; line-height: 1.7; margin: 0 0 36px; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* Footer */
footer { background: var(--green-dark); padding: 70px 5% 32px; }
#footer-grid {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 44px; padding-bottom: 44px;
  border-bottom: 1px solid rgba(245,240,232,0.12);
}
.footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.footer-brand img {
  height: 44px; width: auto;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.35));
  animation: logoTilt 6s ease-in-out infinite;
}
.footer-brand span { font-size: 17px; font-weight: 700; color: var(--bg); }
.footer-col p.desc { font-size: 13.5px; color: var(--text-light-muted); line-height: 1.7; max-width: 280px; margin: 0; }
.footer-col-title {
  font-size: 13px; font-weight: 700; color: var(--gold);
  text-transform: uppercase; letter-spacing: 1px; margin-bottom: 18px;
}
.footer-links { display: flex; flex-direction: column; gap: 11px; }
.footer-links a, .footer-links span { text-decoration: none; color: var(--footer-link); font-size: 14px; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom {
  max-width: 1280px; margin: 0 auto; padding-top: 24px;
  text-align: center; font-size: 12.5px; color: var(--footer-faint);
}

/* Responsive */
@media (max-width: 992px) {
  #hero-grid { grid-template-columns: 1fr; }
  .hero-content { text-align: left; }
  #diferenciais-grid, #servicos-grid, #depoimentos-grid { grid-template-columns: repeat(2,1fr); }
  #footer-grid { grid-template-columns: repeat(2,1fr); }
  .hero-float-card {
    left: 12px;
    right: 12px;
    bottom: -16px;
    width: auto;
  }
}

@media (max-width: 960px) {
  header { padding: 10px 3%; gap: 8px; row-gap: 6px; }
  .nav-links { gap: 10px; }
  .nav-links a { font-size: 12.5px; }
  .brand img { height: 38px; }
  .brand span { font-size: 15px; }
  #hero-grid { grid-template-columns: 1fr; gap: 40px; }
  #inicio { padding: 200px 6% 60px; }
  .hero-content h1 { font-size: 34px; }
  #stats-grid { grid-template-columns: repeat(2,1fr); gap: 20px 16px; }
  #diferenciais-grid, #servicos-grid, #depoimentos-grid { grid-template-columns: 1fr; }
  #steps-grid { grid-template-columns: repeat(2,1fr); gap: 36px 20px; }
  #steps-line { display: none; }
  #footer-grid { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-col p.desc { margin: 0 auto; }
  section { padding-left: 6%; padding-right: 6%; }
  #diferenciais, #servicos, #como-funciona, #depoimentos, #faq, #contato { padding-top: 64px; padding-bottom: 64px; }
  .section-header h2 { font-size: 27px; }
}

@media (max-width: 600px) {
  header { padding: 10px 4%; gap: 8px; }
  .nav-links { display: none; }
  .btn-header-whatsapp { margin-left: auto; }
  #hero-cta { flex-direction: column; align-items: stretch; }
  #hero-cta a { text-align: center; justify-content: center; }
  .hero-content h1 { font-size: 27px; }
  #inicio p { font-size: 15.5px; }
}
