/* ============================================================
   Caffè Chiara — Private Label · Landing Page
   Paleta:
   Verde claro  #8e9006 | Verde escuro #2a3b19
   Bege         #ffd0a4 | Bege claro   #f9efe0
   Marrom escuro#3a1b17 | Marrom claro #764c34
   ============================================================ */

:root {
  --verde-claro: #8e9006;
  --verde-escuro: #2a3b19;
  --bege: #ffd0a4;
  --bege-claro: #f9efe0;
  --marrom-escuro: #3a1b17;
  --marrom-claro: #764c34;

  --ff-title: "DM Serif Display", "Times New Roman", Georgia, serif;
  --ff-body: "Montserrat", Arial, Helvetica, sans-serif;

  --maxw: 1180px;
  --radius: 16px;
  --shadow: 0 18px 40px -20px rgba(58, 27, 23, 0.45);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--ff-body);
  color: var(--marrom-escuro);
  background: var(--bege-claro);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- Tipografia base ---------- */
h1, h2, h3, h4 { line-height: 1.12; font-weight: 700; }
h1 { font-family: var(--ff-title); font-weight: 400; font-size: clamp(2.4rem, 5.5vw, 4.2rem); }
h2 { font-family: var(--ff-title); font-weight: 400; font-size: clamp(1.9rem, 4vw, 3rem); }
em { font-family: var(--ff-title); font-style: italic; color: var(--verde-claro); }

.eyebrow {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--marrom-claro);
  margin-bottom: 14px;
}

/* ---------- Botões ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--ff-body);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 14px 26px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease), box-shadow 0.25s var(--ease);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--verde-claro); color: var(--bege-claro); box-shadow: 0 10px 24px -10px rgba(142, 144, 6, 0.7); }
.btn-primary:hover { background: var(--verde-escuro); color: #fff; }
.btn-ghost { background: transparent; border-color: var(--marrom-claro); color: var(--marrom-escuro); }
.btn-ghost:hover { background: var(--marrom-escuro); color: var(--bege-claro); border-color: var(--marrom-escuro); }
.btn-outline-dark { background: transparent; border-color: var(--verde-escuro); color: var(--verde-escuro); }
.btn-outline-dark:hover { background: var(--verde-escuro); color: var(--bege-claro); }
.btn-lg { padding: 18px 40px; font-size: 1.05rem; }
.btn-nav { padding: 10px 20px; background: var(--verde-claro); color: var(--bege-claro); }
.btn-nav:hover { background: var(--verde-escuro); color: #fff; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(249, 239, 224, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(58, 27, 23, 0.08);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.logo { display: flex; align-items: center; }
.logo-img { height: 34px; width: auto; display: block; }
.footer-logo { height: 40px; margin-bottom: 14px; }

.nav { display: flex; align-items: center; gap: 20px; }
.nav a { font-weight: 500; font-size: 0.9rem; color: var(--marrom-escuro); transition: color 0.2s; }
.nav a:not(.btn):hover { color: var(--verde-claro); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 26px; height: 2px; background: var(--marrom-escuro); border-radius: 2px; transition: 0.3s var(--ease); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  background:
    radial-gradient(1000px 560px at 82% -5%, rgba(255, 208, 164, 0.5), transparent 62%),
    linear-gradient(180deg, var(--bege-claro) 0%, #f4e6cf 100%);
  padding: clamp(48px, 8vw, 92px) 0;
}
.hero-inner { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 48px; align-items: center; }
.hero-copy .eyebrow { color: var(--verde-claro); }
.hero h1 { color: var(--verde-escuro); margin-bottom: 22px; }
.hero-sub { font-size: clamp(1rem, 1.4vw, 1.15rem); max-width: 48ch; color: var(--marrom-claro); margin-bottom: 32px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero-badges { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }

/* Vitrine de cafés (imagem transparente ao lado do texto) */
.hero-media { display: flex; justify-content: center; }
.hero-cafes {
  width: 100%;
  max-width: 500px;
  height: auto;
  filter: drop-shadow(0 16px 20px rgba(58, 27, 23, 0.22));
  animation: heroMediaIn 1.1s var(--ease) 0.2s backwards;
  transition: transform 0.5s var(--ease);
}
.hero-media:hover .hero-cafes { transform: translateY(-6px) scale(1.02); }
.hero-badges li {
  display: flex; align-items: center; gap: 9px;
  font-size: 0.9rem; font-weight: 600; color: var(--verde-escuro);
}
.hero-badges li::before {
  content: "✓";
  display: inline-flex; align-items: center; justify-content: center;
  width: 20px; height: 20px; flex: none;
  border-radius: 50%;
  background: var(--verde-claro); color: #fff;
  font-size: 0.7rem; font-weight: 700;
}

/* ============================================================
   IMAGE SLOTS (espaços reservados para imagens)
   ============================================================ */
.img-slot {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; gap: 4px;
  border: 2px dashed rgba(58, 27, 23, 0.28);
  border-radius: var(--radius);
  background:
    repeating-linear-gradient(45deg, rgba(118, 76, 52, 0.05) 0 12px, transparent 12px 24px),
    var(--bege);
  color: var(--marrom-claro);
  padding: 24px;
}
.img-slot span { font-weight: 700; font-size: 0.95rem; }
.img-slot small { font-size: 0.78rem; opacity: 0.75; }
.img-slot--hero { aspect-ratio: 4 / 5; box-shadow: var(--shadow); }
.img-slot--option { aspect-ratio: 4 / 3; margin-bottom: 18px; }
.img-slot--about { aspect-ratio: 3 / 4; box-shadow: var(--shadow); }

/* ---------- Imagens reais ---------- */
.option-media {
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 18px;
}
.option-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.7s var(--ease), filter 0.4s var(--ease);
}
.option-card:hover .option-img { transform: scale(1.08); }

.about-media {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.about-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 30%;
  transition: transform 0.9s var(--ease);
}
.about-media:hover .about-img { transform: scale(1.05); }

/* ============================================================
   SECTIONS genéricas
   ============================================================ */
.section { padding: clamp(64px, 9vw, 110px) 0; }
.section--light { background: var(--bege-claro); }
.section--cream { background: #f4e6cf; }
.section--dark { background: var(--verde-escuro); color: var(--bege-claro); }
.section--dark em { color: var(--bege); }

.section-head { max-width: 100%; margin: 0 auto clamp(40px, 5vw, 60px); text-align: center; }
.section-head h2 { color: var(--verde-escuro); margin-bottom: 18px; }
.section-head .section-lead { color: var(--marrom-claro); font-size: 1.05rem; max-width: 640px; margin-left: auto; margin-right: auto; }
.section-head .section-lead strong,
.hero-sub strong,
.final-cta p strong { font-weight: 700; color: inherit; }
.section-head--light .eyebrow { color: var(--bege); }
.section-head--light h2 { color: #fff; }
.section-head--light .section-lead { color: rgba(249, 239, 224, 0.8); }

/* ============================================================
   BENEFÍCIOS
   ============================================================ */
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.benefit-card {
  background: #fff;
  border: 1px solid rgba(58, 27, 23, 0.07);
  border-radius: var(--radius);
  padding: 32px 28px;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.benefit-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.benefit-icon {
  width: 56px; height: 56px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(142, 144, 6, 0.12); color: var(--verde-claro);
  margin-bottom: 18px;
}
.benefit-icon svg { width: 28px; height: 28px; stroke-linecap: round; stroke-linejoin: round; }
.benefit-card h3 { font-size: 1.2rem; color: var(--verde-escuro); margin-bottom: 8px; }
.benefit-card p { color: var(--marrom-claro); font-size: 0.95rem; }

/* ============================================================
   FAIXA DE PRODUTOS (full-width)
   ============================================================ */
.strip { position: relative; height: clamp(240px, 34vw, 420px); overflow: hidden; }
.strip img { width: 100%; height: 100%; object-fit: cover; }
.strip-overlay {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 0 24px;
  background: linear-gradient(90deg, rgba(42, 59, 25, 0.72), rgba(58, 27, 23, 0.55));
}
.strip-overlay p {
  color: #fff;
  font-family: var(--ff-title);
  font-size: clamp(1.5rem, 3.4vw, 2.6rem);
  line-height: 1.2;
}
.strip-overlay em { color: var(--bege); }

/* ============================================================
   OPÇÕES DE PERSONALIZAÇÃO
   ============================================================ */
.options-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.option-card {
  background: rgba(249, 239, 224, 0.06);
  border: 1px solid rgba(255, 208, 164, 0.18);
  border-radius: var(--radius);
  padding: 20px;
  transition: transform 0.3s var(--ease), border-color 0.3s var(--ease);
}
.option-card:hover { transform: translateY(-6px); border-color: var(--bege); }
.option-card .img-slot { background: repeating-linear-gradient(45deg, rgba(255,208,164,0.08) 0 12px, transparent 12px 24px), rgba(255, 208, 164, 0.12); border-color: rgba(255, 208, 164, 0.4); color: var(--bege); }
.option-card h3 { font-size: 1.15rem; color: #fff; margin-bottom: 6px; }
.option-card p { color: rgba(249, 239, 224, 0.75); font-size: 0.92rem; }

/* ============================================================
   PROCESSO
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step {
  position: relative;
  background: #fff;
  border-radius: var(--radius);
  padding: 34px 26px 30px;
  border: 1px solid rgba(58, 27, 23, 0.07);
  transition: transform 0.3s var(--ease);
}
.step:hover { transform: translateY(-6px); }
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--verde-claro); color: var(--bege-claro);
  font-family: var(--ff-title); font-size: 1.3rem;
  margin-bottom: 16px;
}
.step h3 { font-size: 1.15rem; color: var(--verde-escuro); margin-bottom: 8px; }
.step p { color: var(--marrom-claro); font-size: 0.93rem; }
.process-cta { text-align: center; margin-top: 48px; }

/* connector line between steps (desktop) */
@media (min-width: 861px) {
  .steps { position: relative; }
  .step:not(:last-child)::after {
    content: "";
    position: absolute; top: 57px; right: -14px;
    width: 28px; height: 2px;
    background: repeating-linear-gradient(90deg, var(--verde-claro) 0 6px, transparent 6px 10px);
  }
}

/* ============================================================
   SOBRE A CHIARA
   ============================================================ */
.section--about {
  background:
    radial-gradient(900px 500px at 10% 0%, rgba(255, 208, 164, 0.4), transparent 60%),
    var(--bege-claro);
}
.about-inner { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px; align-items: start; }
.about-copy h2 { color: var(--verde-escuro); margin-bottom: 22px; }
.about-copy .eyebrow { color: var(--verde-claro); }
.about-copy p { color: var(--marrom-claro); margin-bottom: 18px; }
.about-copy strong { font-weight: 700; color: inherit; }
.about-subtitle {
  font-family: var(--ff-title); font-weight: 400; font-style: italic;
  font-size: 1.5rem; color: var(--marrom-claro);
  margin: 28px 0 12px;
}
.about-highlight {
  font-family: var(--ff-title); font-style: italic;
  font-size: 1.35rem; color: var(--verde-claro) !important;
  border-left: 3px solid var(--verde-claro);
  padding-left: 18px; margin: 24px 0 30px !important;
}

/* Foto da Clarinha com legenda */
.about-media { position: relative; }
.about-caption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 40px 20px 16px;
  color: #fff; font-size: 0.95rem;
  background: linear-gradient(0deg, rgba(58, 27, 23, 0.85), transparent);
}
.about-caption strong { color: var(--bege); }

/* Banner emocional full-width */
.about-banner { line-height: 0; }
.about-banner img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  object-position: center 35%;
}

/* ============================================================
   CTA FINAL
   ============================================================ */
.final-cta {
  background: var(--marrom-escuro);
  color: var(--bege-claro);
  padding: clamp(40px, 5vw, 60px) 0;
  text-align: center;
}
.final-cta-inner { max-width: 100%; margin: 0 auto; }
.final-cta h2 { color: #fff; margin-bottom: 14px; }
.final-cta em { color: var(--bege); }
.final-cta p { color: rgba(249, 239, 224, 0.8); font-size: 1.1rem; max-width: 620px; margin: 0 auto 26px; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--verde-escuro); color: rgba(249, 239, 224, 0.85); padding: 60px 0 28px; }
.footer-inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255, 208, 164, 0.15); }
.footer-brand .logo-mark { color: #fff; }
.footer-brand .logo-word { color: var(--bege); }
.footer-brand p { margin-top: 12px; font-size: 0.92rem; color: rgba(249, 239, 224, 0.7); }
.footer-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.footer-cols h4 { color: var(--bege); font-size: 0.9rem; letter-spacing: 0.05em; margin-bottom: 14px; }
.footer-cols a { display: block; font-size: 0.92rem; padding: 5px 0; color: rgba(249, 239, 224, 0.8); transition: color 0.2s; }
.footer-cols a:hover { color: var(--bege); }
.footer-bottom { padding-top: 22px; text-align: center; font-size: 0.82rem; color: rgba(249, 239, 224, 0.55); }

/* ============================================================
   WHATSAPP FLUTUANTE
   ============================================================ */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 200;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 26px -6px rgba(37, 211, 102, 0.6);
  transition: transform 0.25s var(--ease);
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 32px; height: 32px; }

/* ============================================================
   EMPRESAS QUE CONFIAM (marquee)
   ============================================================ */
.brands { background: var(--bege-claro); padding: 46px 0 42px; border-bottom: 1px solid rgba(58, 27, 23, 0.06); }
.brands-title { text-align: center; color: var(--marrom-claro); font-size: 1rem; margin-bottom: 28px; }
.brands-title em { color: var(--verde-claro); }
.marquee {
  position: relative; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track { display: flex; width: max-content; animation: marquee 34s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.brand-chip {
  flex: none;
  font-family: var(--ff-title); font-size: 1.45rem;
  color: var(--verde-escuro); opacity: 0.5;
  padding: 6px 30px; white-space: nowrap;
  border-right: 1px solid rgba(58, 27, 23, 0.12);
  transition: opacity 0.3s var(--ease), color 0.3s var(--ease);
}
.brand-chip:hover { opacity: 1; color: var(--verde-claro); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================================
   PILARES (Embalagens personalizadas)
   ============================================================ */
.pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 52px; }
.pillar {
  text-align: center; padding: 28px 20px;
  border: 1px solid rgba(255, 208, 164, 0.18); border-radius: var(--radius);
  background: rgba(249, 239, 224, 0.05);
  transition: transform 0.3s var(--ease), border-color 0.3s var(--ease);
}
.pillar:hover { transform: translateY(-6px); border-color: var(--bege); }
.pillar-icon {
  width: 58px; height: 58px; margin: 0 auto 16px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255, 208, 164, 0.14); color: var(--bege);
  transition: transform 0.35s var(--ease);
}
.pillar:hover .pillar-icon { transform: scale(1.1) rotate(-6deg); }
.pillar-icon svg { width: 28px; height: 28px; stroke-linecap: round; stroke-linejoin: round; }
.pillar h3 { color: #fff; font-size: 1.12rem; margin-bottom: 8px; }
.pillar p { color: rgba(249, 239, 224, 0.75); font-size: 0.9rem; }

/* ============================================================
   DEPOIMENTOS
   ============================================================ */
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial {
  position: relative;
  background: #fff; border: 1px solid rgba(58, 27, 23, 0.07); border-radius: var(--radius);
  padding: 32px 28px; box-shadow: 0 12px 32px -24px rgba(58, 27, 23, 0.6);
  display: flex; flex-direction: column;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.testimonial:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.stars { color: var(--verde-claro); letter-spacing: 3px; margin-bottom: 14px; }
.testimonial blockquote { color: var(--marrom-claro); font-size: 1rem; line-height: 1.65; margin-bottom: 22px; flex: 1; }
.testimonial figcaption { display: flex; flex-direction: column; border-top: 1px solid rgba(58, 27, 23, 0.08); padding-top: 14px; }
.testimonial figcaption strong { color: var(--verde-escuro); }
.testimonial figcaption span { font-size: 0.85rem; color: var(--marrom-claro); }

/* ============================================================
   FAQ
   ============================================================ */
.faq-container { max-width: 840px; }
.faq { display: flex; flex-direction: column; gap: 14px; }
.faq-item {
  background: #fff; border: 1px solid rgba(58, 27, 23, 0.08);
  border-radius: 14px; overflow: hidden;
  transition: box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}
.faq-item[open] { box-shadow: var(--shadow); border-color: rgba(142, 144, 6, 0.4); }
.faq-item summary {
  list-style: none; cursor: pointer;
  padding: 20px 24px; font-weight: 600; color: var(--verde-escuro);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; font-size: 1.7rem; font-weight: 400;
  color: var(--verde-claro); line-height: 1;
  transition: transform 0.3s var(--ease);
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-answer { padding: 0 24px 22px; color: var(--marrom-claro); }
.faq-item[open] .faq-answer { animation: faqIn 0.35s var(--ease); }
@keyframes faqIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.faq-cta { text-align: center; margin-top: 40px; }
.faq-cta p { color: var(--marrom-claro); margin-bottom: 16px; }

/* ============================================================
   ANIMAÇÕES
   ============================================================ */

/* ---- Reveal on scroll (com direções e stagger) ---- */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.reveal.from-right { transform: translateX(48px); }
.reveal.from-left { transform: translateX(-48px); }
.reveal.zoom-in { transform: scale(0.92); }
.reveal.is-visible { opacity: 1; transform: none; }

/* ---- Entrada do Hero (no load) ---- */
.hero-copy > * { animation: heroIn 0.9s var(--ease) backwards; }
.hero-copy .eyebrow { animation-delay: 0.05s; }
.hero-copy h1 { animation-delay: 0.16s; }
.hero-copy .hero-sub { animation-delay: 0.30s; }
.hero-copy .hero-cta { animation-delay: 0.44s; }
.hero-copy .hero-badges { animation-delay: 0.58s; }
@keyframes heroIn {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: none; }
}
.hero-media { animation: heroMediaIn 1.1s var(--ease) 0.2s backwards; }
@keyframes heroMediaIn {
  from { opacity: 0; transform: translateX(40px) scale(0.96); }
  to { opacity: 1; transform: none; }
}

/* ---- Ken Burns na faixa ---- */
.strip img { animation: kenburns 20s ease-in-out infinite alternate; }
@keyframes kenburns {
  from { transform: scale(1); }
  to { transform: scale(1.14); }
}

/* ---- Botões: brilho passando ---- */
.btn-primary { position: relative; overflow: hidden; }
.btn-primary::after {
  content: "";
  position: absolute; top: 0; left: -130%;
  width: 55%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: skewX(-20deg);
  transition: left 0.7s var(--ease);
}
.btn-primary:hover::after { left: 150%; }

/* ---- Links do menu: sublinhado animado ---- */
.nav a:not(.btn) { position: relative; }
.nav a:not(.btn)::after {
  content: "";
  position: absolute; left: 0; bottom: -4px;
  height: 2px; width: 0;
  background: var(--verde-claro);
  transition: width 0.3s var(--ease);
}
.nav a:not(.btn):hover::after { width: 100%; }

/* ---- Ícones de benefício ---- */
.benefit-icon { transition: transform 0.35s var(--ease), background 0.35s var(--ease), color 0.35s var(--ease); }
.benefit-card:hover .benefit-icon {
  transform: rotate(-6deg) scale(1.1);
  background: var(--verde-claro);
  color: #fff;
}

/* ---- Números do processo: pop na entrada ---- */
.step .step-num { transition: transform 0.5s var(--ease) 0.15s, opacity 0.5s var(--ease) 0.15s; }
.step.reveal .step-num { transform: scale(0.3); opacity: 0; }
.step.reveal.is-visible .step-num { transform: scale(1); opacity: 1; }

/* ---- Header encolhe ao rolar ---- */
.site-header { transition: box-shadow 0.3s var(--ease), background 0.3s var(--ease); }
.site-header.scrolled { box-shadow: 0 8px 24px -16px rgba(58, 27, 23, 0.5); background: rgba(249, 239, 224, 0.96); }

/* ---- WhatsApp: anel pulsante ---- */
.wa-float::before {
  content: "";
  position: absolute; inset: 0;
  border-radius: 50%;
  background: #25d366;
  z-index: -1;
  animation: pulseRing 2.4s ease-out infinite;
}
@keyframes pulseRing {
  0% { transform: scale(1); opacity: 0.55; }
  100% { transform: scale(1.9); opacity: 0; }
}

/* ---- Respeita preferências de movimento reduzido ---- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (max-width: 980px) {
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .options-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .pillars { grid-template-columns: repeat(2, 1fr); }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-media { max-width: 420px; margin: 0 auto; width: 100%; }
  .about-inner { grid-template-columns: 1fr; gap: 40px; }
  .about-media { max-width: 380px; }
}

@media (max-width: 860px) {
  .nav {
    position: fixed; inset: 74px 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--bege-claro);
    padding: 12px 24px 24px;
    border-bottom: 1px solid rgba(58, 27, 23, 0.1);
    transform: translateY(-140%);
    transition: transform 0.35s var(--ease);
    box-shadow: 0 20px 30px -20px rgba(0,0,0,0.3);
  }
  .nav.open { transform: translateY(0); }
  .nav a:not(.btn) { padding: 14px 0; border-bottom: 1px solid rgba(58,27,23,0.08); }
  .btn-nav { margin-top: 14px; text-align: center; }
  .nav-toggle { display: flex; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .testimonials { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .benefits-grid { grid-template-columns: 1fr; }
  .options-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .pillars { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn { width: 100%; }
  .brand-chip { font-size: 1.2rem; padding: 6px 20px; }
}
