/* ===== Tokens (extraídos do Figma) ===== */
:root {
  --green-darkest: #013f26;  /* faixas: features, ribbon, footer */
  --green-primary: #0f5238;  /* títulos, preços, botões */
  --green-cta:     #2d6a4f;  /* caixa CTA final */
  --green-soft:    #95d4b3;  /* nav ativo */
  --pink:          #b8144e;  /* selos / botão hero */
  --pink-light:    #ffd9de;  /* texto/acento sobre verde */
  --cream:         #faf9f6;  /* fundo principal */
  --gray:          #efeeeb;  /* fundo "como funciona" */
  --ink:           #1a1c1a;  /* texto escuro */
  --muted:         #404943;  /* texto secundário */
  --border:        #ececec;
  --near-black:    #101112;
  --radius:   18px;
  --radius-sm:12px;
  --shadow:    0 18px 40px rgba(1, 63, 38, .10);
  --shadow-sm: 0 8px 22px rgba(1, 63, 38, .07);
  --head: 'Manrope', system-ui, sans-serif;
  --body: 'Plus Jakarta Sans', system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
h1, h2, h3 { font-family: var(--head); line-height: 1.12; font-weight: 700; }
.container { width: min(1180px, 92%); margin: 0 auto; }

/* ===== Botões ===== */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 15px 28px; border-radius: 50px;
  font-family: var(--body); font-weight: 700; font-size: 15px;
  cursor: pointer; border: 2px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
  white-space: nowrap; line-height: 1;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--green-primary); color: #fff; }
.btn-primary:hover { background: #0c4730; }
.btn-pink { background: var(--pink); color: #fff; box-shadow: 0 10px 24px rgba(184,20,78,.30); }
.btn-pink:hover { background: #a01044; }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.65); }
.btn-outline-light:hover { background: rgba(255,255,255,.14); }
.btn-outline-dark { background: transparent; color: var(--green-primary); border-color: var(--green-primary); }
.btn-outline-dark:hover { background: var(--green-primary); color: #fff; }
.btn-light { background: #fff; color: var(--green-primary); }
.btn-light:hover { background: #f0f0ec; }
.btn-sm { padding: 11px 20px; font-size: 14px; }
.btn-lg { padding: 18px 36px; font-size: 16px; }
.wa-icon { font-size: 1.05em; }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--cream);
  border-bottom: 1px solid var(--border);
}
.nav { display: flex; align-items: center; gap: 28px; height: 78px; }
.brand img { height: 64px; width: auto; }
.nav-links { display: flex; gap: 30px; margin-left: auto; }
.nav-links a { color: var(--ink); font-size: 14px; font-weight: 600; transition: color .15s; }
.nav-links a.active { color: #2e9c6b; }
.nav-links a:hover { color: var(--green-primary); }
.nav-cta { margin-left: 6px; }
.nav-toggle { display: none; background: none; border: none; color: var(--green-primary); font-size: 1.7rem; cursor: pointer; margin-left: auto; }

/* ===== Hero ===== */
.hero {
  position: relative;
  background: url('assets/hero-bg.png') center/cover no-repeat;
  color: #fff;
  overflow: hidden;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(1,42,26,.96) 0%, rgba(1,52,32,.88) 38%, rgba(1,52,32,.45) 62%, rgba(1,52,32,.12) 100%);
}
.hero-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 30px;
  min-height: 560px; padding: 70px 0 80px;
}
.badge-offer {
  display: inline-block; background: var(--pink); color: #fff;
  font-size: 12.5px; font-weight: 600; letter-spacing: .4px;
  padding: 8px 18px; border-radius: 50px; margin-bottom: 22px;
}
.hero h1 { font-size: clamp(2.6rem, 6.2vw, 4.8rem); font-weight: 800; margin-bottom: 22px; max-width: 12ch; }
.hero p { font-size: 1.12rem; color: rgba(255,255,255,.92); max-width: 500px; margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 26px; list-style: none; font-weight: 500; font-size: 15px; color: #eafff3; }

.hero-media { display: flex; justify-content: flex-end; align-items: flex-end; }
.hero-pricecard {
  background: rgba(1,42,26,.62);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius);
  padding: 20px 22px; width: 280px; box-shadow: var(--shadow);
}
.hero-pricecard h3 { color: #fff; font-size: 1.25rem; margin: 12px 0 10px; }
.hero-price { display: flex; align-items: baseline; gap: 10px; margin-bottom: 14px; }
.hero-price .price-old { color: rgba(255,255,255,.7); text-decoration: line-through; font-size: 14px; }
.hero-price .price-new { color: var(--pink-light); font-size: 1.7rem; font-weight: 800; font-family: var(--head); }
.chip-confirm {
  display: inline-block; font-size: 12.5px; color: #eafff3;
  background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.18);
  padding: 7px 14px; border-radius: 50px; cursor: pointer;
}

/* ===== Features (faixa verde escura, cards brancos) ===== */
.features { background: var(--green-darkest); }
.features-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px;
  transform: translateY(-44px); margin-bottom: -10px;
}
.feature-card {
  background: #fff; border-radius: var(--radius);
  padding: 28px 24px; box-shadow: var(--shadow);
}
.feature-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: #eaf5ef; color: var(--green-primary);
  display: grid; place-items: center; font-size: 1.4rem; margin-bottom: 16px;
}
.feature-card h3 { font-size: 1.15rem; font-weight: 700; color: var(--ink); margin-bottom: 10px; }
.feature-card p { font-size: 14px; color: var(--muted); }

/* ===== Section head ===== */
.section-head { text-align: center; max-width: 620px; margin: 0 auto 44px; }
.section-head h2 { font-size: clamp(2rem, 4.4vw, 3rem); font-weight: 800; color: var(--green-primary); margin-bottom: 14px; }
.section-head p { color: var(--muted); font-size: 1.05rem; }

/* ===== Catálogo ===== */
.catalog { background: var(--cream); padding: 64px 0 76px; }
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.product-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease;
}
.product-card.featured { border-color: var(--green-primary); box-shadow: 0 16px 40px rgba(15,82,56,.18); }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-media { position: relative; background: #fff; aspect-ratio: 1; }
.product-media img { width: 100%; height: 100%; object-fit: cover; }
.product-badges { position: absolute; top: 14px; left: 14px; right: 14px; display: flex; justify-content: space-between; gap: 8px; }
.tag { font-size: 11.5px; font-weight: 700; padding: 6px 13px; border-radius: 50px; color: #fff; line-height: 1; }
.tag-off  { background: var(--pink); }
.tag-best { background: var(--green-primary); }
.tag-corp { background: #b88a1e; }
.product-body { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.product-top { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.product-name { font-family: var(--head); font-size: 1.2rem; font-weight: 600; color: var(--ink); }
.product-ref { font-size: 12px; color: var(--muted); white-space: nowrap; }
.product-price { margin: 14px 0 18px; }
.price-old { color: #9aa39d; text-decoration: line-through; font-size: 14px; display: block; }
.price-new { color: var(--green-primary); font-family: var(--head); font-size: 1.85rem; font-weight: 800; }
.product-card .btn { width: 100%; justify-content: center; margin-top: auto; }
.catalog-more { text-align: center; margin-top: 44px; }

/* ===== Como funciona ===== */
.steps { background: var(--gray); padding: 70px 0; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.step-card {
  background: #fff; border-radius: var(--radius); padding: 34px 26px 30px;
  text-align: center; box-shadow: var(--shadow-sm); position: relative; overflow: hidden;
}
.step-num {
  position: absolute; top: -18px; right: 6px;
  font-family: var(--body); font-weight: 800; font-size: 7rem;
  color: var(--green-primary); opacity: .07; line-height: 1;
}
.step-icon {
  width: 56px; height: 56px; margin: 0 auto 18px; border-radius: 14px;
  background: #eaf5ef; color: var(--green-primary);
  display: grid; place-items: center; font-size: 1.5rem; position: relative; z-index: 1;
}
.step-card h3 { font-family: var(--head); font-size: 1.25rem; font-weight: 600; color: var(--ink); margin-bottom: 10px; }
.step-card p { font-size: 15px; color: var(--muted); }

/* ===== Ribbon / mensagens ===== */
.ribbon { background: var(--green-darkest); color: #fff; padding: 72px 0; }
.ribbon-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.ribbon-text h2 { font-size: clamp(2rem, 4.2vw, 3rem); font-weight: 800; margin-bottom: 18px; }
.ribbon-text p { color: rgba(255,255,255,.9); margin-bottom: 28px; max-width: 460px; font-size: 1.05rem; }
.ribbon-samples { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.sample-card {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius-sm); padding: 20px;
}
.sample-label { display: block; font-size: 13px; color: var(--pink-light); font-weight: 600; margin-bottom: 10px; }
.sample-card p { font-family: 'Times New Roman', Georgia, serif; font-style: italic; color: #fff; font-size: 1.25rem; }

/* ===== FAQ ===== */
.faq { background: var(--cream); padding: 72px 0; }
.faq-list { max-width: 728px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); overflow: hidden; }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 20px 24px;
  font-weight: 700; font-size: 1.05rem; color: var(--ink);
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "⌄"; font-size: 1.4rem; color: var(--green-primary); transition: transform .2s; }
.faq-item[open] summary::after { transform: rotate(180deg); }
.faq-body { padding: 0 24px 22px; color: var(--muted); }

/* ===== CTA final ===== */
.cta-final { background: var(--cream); padding: 30px 0 64px; }
.cta-box {
  background: var(--green-cta); color: #fff; text-align: center;
  border-radius: 26px; padding: 64px 24px;
}
.cta-box h2 { font-size: clamp(1.9rem, 4.2vw, 3rem); font-weight: 800; margin-bottom: 16px; }
.cta-box p { color: rgba(255,255,255,.93); margin: 0 auto 30px; max-width: 560px; font-size: 1.05rem; }

/* ===== Footer ===== */
.site-footer { background: var(--green-darkest); color: rgba(255,255,255,.82); padding: 56px 0 0; }
.footer-inner { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; padding-bottom: 36px; }
.footer-brand { max-width: 440px; }
.footer-logo { height: 72px; width: auto; margin-bottom: 12px; }
.footer-brand strong { display: block; font-family: var(--head); color: #f1f1ee; font-size: 1.5rem; margin-bottom: 12px; }
.footer-brand p { font-size: 14px; }
.footer-col { display: flex; flex-direction: column; gap: 16px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 14px; transition: color .15s; }
.footer-links a:hover { color: var(--green-soft); }
.footer-tag { font-weight: 700; color: #fff; font-size: 15px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0; margin-top: 8px; }
.footer-bottom .container { font-size: 13px; color: rgba(255,255,255,.6); text-align: center; }

/* ===== WhatsApp flutuante ===== */
.wa-float {
  position: fixed; bottom: 24px; right: 24px; width: 58px; height: 58px;
  background: #25d366; color: #fff; border-radius: 50%;
  display: grid; place-items: center; font-size: 1.7rem;
  box-shadow: 0 6px 20px rgba(0,0,0,.25); z-index: 60; transition: transform .15s;
}
.wa-float:hover { transform: scale(1.08); }

/* ===== Responsivo ===== */
@media (max-width: 980px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .ribbon-inner { grid-template-columns: 1fr; gap: 32px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .nav-links {
    position: absolute; top: 78px; left: 0; right: 0;
    background: var(--cream); flex-direction: column; padding: 14px 5%;
    gap: 2px; display: none; border-bottom: 1px solid var(--border);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 0; }
  .nav-cta { display: none; }
  .nav-toggle { display: block; }
  .hero-inner { grid-template-columns: 1fr; text-align: left; }
  .hero-media { justify-content: flex-start; margin-top: 24px; }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .features-grid { grid-template-columns: 1fr; }
  .products-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .ribbon-samples { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { justify-content: center; }
}

/* ===== Páginas legais (Política / Termos) ===== */
.nav-back { margin-left: auto; color: var(--green-primary); font-weight: 600; font-size: 14px; }
.nav-back:hover { color: var(--green-darkest); }
.legal { background: var(--cream); padding: 56px 0 72px; }
.legal .container { max-width: 820px; }
.legal h1 { font-family: var(--head); font-size: clamp(2rem, 4.4vw, 2.8rem); font-weight: 800; color: var(--green-primary); margin-bottom: 8px; }
.legal .updated { color: var(--muted); font-size: 14px; margin-bottom: 36px; }
.legal h2 { font-family: var(--head); font-size: 1.35rem; font-weight: 700; color: var(--ink); margin: 34px 0 12px; }
.legal p, .legal li { color: #2f3a34; font-size: 1.02rem; }
.legal p { margin-bottom: 14px; }
.legal ul { margin: 0 0 16px 22px; }
.legal li { margin-bottom: 8px; }
.legal a { color: var(--green-primary); text-decoration: underline; }
.legal .note {
  background: #eef6f1; border: 1px solid #d4e7dc; border-radius: var(--radius-sm);
  padding: 16px 18px; color: var(--muted); font-size: .95rem; margin: 28px 0 8px;
}
