/* ============================================================
   Raiíra Carvalho · Var3 · editorial "arco" dourado
   Marca: verde-floresta + verde-lima + dourado sobre creme
   ============================================================ */

:root {
  --forest: #1E5631;
  --forest-2: #2E7D32;
  --lime: #8CC152;
  --green-mid: #5BA23C;
  --gold: #C9A24B;
  --gold-vivid: #C9A227;
  --gold-light: #E0C75C;
  --cream: #F7F3EB;
  --porcelain: #F4EDDE;
  --ink: #17130C;
  --ink-soft: #3a3428;
  --paper: #ffffff;

  --sans: 'Hanken Grotesk', system-ui, -apple-system, sans-serif;
  --serif: 'Fraunces', Georgia, 'Times New Roman', serif;

  --radius: 22px;
  --radius-sm: 14px;
  --shadow-sm: 0 2px 10px rgba(23,19,12,.06);
  --shadow-md: 0 18px 50px rgba(23,19,12,.12);
  --shadow-gold: 0 14px 34px rgba(201,162,39,.28);
  --ease: cubic-bezier(.22,1,.36,1);
  --ease-soft: cubic-bezier(.4,0,.2,1);
  --header-h: 78px;
  --wrap: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.62;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-wrap: break-word;
}

html, body { max-width: 100%; }

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

/* Quebra tokens longos (handle do Instagram, e-mail) sem estourar container */
h1, h2, h3, h4, p, a, li, blockquote, figcaption { overflow-wrap: break-word; }

/* Impede blowout de filhos de grid/flex com conteúdo largo */
.hero-stack > *, .sobre-grid > *, .cta-grid > *, .footer-grid > *,
.pillars-grid > *, .steps > *, .cards-grid > *, .depos-grid > *,
.insta-grid > *, .header-inner > * { min-width: 0; }

a { color: inherit; text-decoration: none; }

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 48px);
}

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--forest); color: #fff; padding: 10px 16px; border-radius: 0 0 10px 0;
}
.skip-link:focus { left: 0; }

:focus-visible {
  outline: 3px solid var(--gold-vivid);
  outline-offset: 3px;
  border-radius: 6px;
}

/* ---------- Typography ---------- */
h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.015em;
  margin: 0;
  color: var(--forest);
}
h1 { font-size: clamp(2.4rem, 6vw, 4.1rem); }
h2 { font-size: clamp(1.9rem, 4.2vw, 3rem); }
h3 { font-size: 1.28rem; }
em {
  font-style: italic;
  color: var(--gold-vivid);
  font-weight: 500;
}

.eyebrow {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: .72rem;
  font-weight: 700;
  color: var(--green-mid);
  margin: 0 0 1rem;
}
.eyebrow.light { color: var(--gold-light); }

.section-head { max-width: 640px; margin: 0 auto clamp(2.5rem, 5vw, 3.6rem); text-align: center; }
.section-lead { color: var(--ink-soft); margin-top: 1rem; }

/* ---------- Buttons ---------- */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: 15px 30px;
  border-radius: 999px;
  font-family: var(--sans);
  font-weight: 700;
  font-size: .96rem;
  letter-spacing: .01em;
  cursor: pointer;
  border: 1.5px solid transparent;
  overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .3s var(--ease), color .3s var(--ease);
  isolation: isolate;
}
.btn > span { position: relative; z-index: 2; }
.btn::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: -35%;
  width: 30%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.55), transparent);
  transform: skewX(-18deg);
  z-index: 1;
  transition: left .6s var(--ease);
  pointer-events: none;
}
.btn:hover::before { left: 130%; }
.btn:hover { transform: translateY(-2px); }

.btn-gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold-vivid));
  color: #241c04;
  box-shadow: var(--shadow-gold);
}
.btn-gold:hover { box-shadow: 0 18px 40px rgba(201,162,39,.45); }
.btn-gold:active { transform: translateY(0); box-shadow: 0 8px 20px rgba(201,162,39,.35); }

/* Brilho idle sutil no CTA principal do hero (motif "arco dourado") */
.hero-actions .btn-gold { animation: goldPulse 4.5s var(--ease-soft) infinite; }
.hero-actions .btn-gold:hover { animation-play-state: paused; }
@keyframes goldPulse {
  0%, 100% { box-shadow: 0 14px 34px rgba(201,162,39,.28); }
  50% { box-shadow: 0 16px 42px rgba(201,162,39,.5); }
}

.btn-ghost {
  background: transparent;
  color: var(--forest);
  border-color: rgba(30,86,49,.32);
}
.btn-ghost:hover { border-color: var(--forest); background: rgba(30,86,49,.05); }
.btn-ghost.dark { color: var(--cream); border-color: rgba(224,199,92,.5); }
.btn-ghost.dark:hover { border-color: var(--gold-light); background: rgba(224,199,92,.1); }

/* ---------- Arch frames (signature motif) ---------- */
.arch {
  position: relative;
  border-radius: 50% 50% var(--radius) var(--radius) / 26% 26% 5% 5%;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(201,162,39,.35);
}
.arch img { width: 100%; height: 100%; object-fit: cover; }
.arch::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 6px rgba(255,255,255,.35);
  pointer-events: none;
}
.arch-hero { aspect-ratio: 4 / 5; }
.arch-soft { aspect-ratio: 5 / 6; border-radius: 50% 50% var(--radius) var(--radius) / 22% 22% 4% 4%; }

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--header-h);
  z-index: 100;
  display: flex;
  align-items: center;
  transition: background .35s var(--ease), box-shadow .35s var(--ease), height .35s var(--ease);
}
.site-header.scrolled {
  background: rgba(247,243,235,.9);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(201,162,39,.25), 0 10px 30px rgba(23,19,12,.06);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
}
.brand-logo { height: 52px; width: auto; display: block; }
.nav {
  display: flex;
  gap: 1.7rem;
  margin-left: auto;
}
.nav a {
  font-weight: 600;
  font-size: .95rem;
  color: var(--ink-soft);
  position: relative;
  padding: 4px 0;
}
.nav a::after {
  content: "";
  position: absolute; left: 0; bottom: -2px;
  width: 0; height: 2px;
  background: var(--gold-vivid);
  transition: width .3s var(--ease);
}
.nav a:hover { color: var(--forest); }
.nav a:hover::after { width: 100%; }
.header-cta { padding: 11px 22px; font-size: .9rem; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
  padding: 8px;
}
.nav-toggle span {
  width: 26px; height: 2px;
  background: var(--forest);
  transition: transform .3s var(--ease), opacity .3s var(--ease);
}
.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); }

.menu-mobile {
  position: fixed;
  top: var(--header-h); left: 0; right: 0;
  background: var(--cream);
  box-shadow: var(--shadow-md);
  padding: 1.5rem clamp(20px,5vw,48px) 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 99;
}
.menu-mobile[hidden] { display: none; }
.menu-mobile a { font-weight: 600; font-size: 1.05rem; color: var(--forest); }
.menu-mobile .btn { margin-top: .5rem; justify-content: center; }

/* ---------- Hero ---------- */
.hero {
  padding-top: calc(var(--header-h) + clamp(2rem, 6vw, 5rem));
  padding-bottom: clamp(3rem, 7vw, 6rem);
  position: relative;
  background:
    radial-gradient(1200px 500px at 85% -5%, rgba(140,193,82,.14), transparent 60%),
    radial-gradient(900px 500px at 0% 100%, rgba(201,162,71,.12), transparent 55%);
}
.hero-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 680px;
  margin-inline: auto;
}
.hero-stack h1 { margin-bottom: 1.4rem; }
.hero-sub {
  font-size: 1.14rem;
  color: var(--ink-soft);
  max-width: 42ch;
  margin: 0 0 2.4rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 2.4rem 0 1.8rem;
}
.hero-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  font-size: .95rem;
  color: var(--ink-soft);
}
.stars { display: inline-flex; gap: 2px; color: var(--gold-vivid); }
.stars svg { fill: var(--gold-vivid); }
.rating-text strong { color: var(--forest); }

.hero-visual { position: relative; width: 100%; max-width: 480px; margin-inline: auto; }
.hero-badge {
  position: absolute;
  left: -14px; bottom: 26px;
  background: var(--forest);
  color: var(--cream);
  font-family: var(--sans);
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .08em;
  padding: 12px 20px;
  border-radius: 999px;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(224,199,92,.5);
}

/* ---------- Pillars ---------- */
.pillars { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
.pillar {
  background: var(--paper);
  border-radius: var(--radius);
  padding: 2.2rem 1.9rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(201,162,71,.16);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.pillar:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.pillar-ico {
  display: inline-flex;
  width: 52px; height: 52px;
  align-items: center; justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(140,193,82,.2), rgba(201,162,71,.2));
  color: var(--forest);
  margin-bottom: 1.1rem;
}
.pillar-ico svg { width: 26px; height: 26px; }
.pillar h3 { margin-bottom: .5rem; }
.pillar p { margin: 0; color: var(--ink-soft); font-size: .98rem; }

/* ---------- Sobre ---------- */
.sobre { padding: clamp(3rem, 6vw, 5.5rem) 0; }
.sobre-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.sobre-copy h2 { margin-bottom: 1.3rem; }
.sobre-copy p { color: var(--ink-soft); margin: 0 0 1.1rem; }
.chips {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  padding: 0;
  margin: 1.6rem 0 0;
}
.chips li {
  background: var(--porcelain);
  border: 1px solid rgba(30,86,49,.15);
  color: var(--forest);
  font-weight: 600;
  font-size: .85rem;
  padding: 8px 16px;
  border-radius: 999px;
}

/* ---------- Método ---------- */
.metodo {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  background: var(--porcelain);
}
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.3rem;
}
.step {
  background: var(--paper);
  border-radius: var(--radius);
  padding: 2rem 1.7rem;
  box-shadow: var(--shadow-sm);
  border-top: 3px solid var(--gold);
  position: relative;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.step-num {
  font-family: var(--serif);
  font-size: 2.6rem;
  font-weight: 500;
  color: rgba(201,162,39,.35);
  line-height: 1;
  display: block;
  margin-bottom: .7rem;
}
.step h3 { margin-bottom: .5rem; font-size: 1.15rem; }
.step p { margin: 0; color: var(--ink-soft); font-size: .95rem; }

/* ---------- Para quem ---------- */
.para-quem { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.3rem;
}
.q-card {
  background: var(--paper);
  border-radius: var(--radius);
  padding: 2rem 1.7rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(201,162,71,.16);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
}
.q-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(201,162,39,.4); }
.q-ico {
  display: inline-flex;
  width: 48px; height: 48px;
  align-items: center; justify-content: center;
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(30,86,49,.1), rgba(140,193,82,.18));
  color: var(--forest);
  margin-bottom: 1rem;
}
.q-ico svg { width: 24px; height: 24px; }
.q-card h3 { margin-bottom: .5rem; font-size: 1.1rem; }
.q-card p { margin: 0; color: var(--ink-soft); font-size: .94rem; }

/* ---------- Prova social ---------- */
.prova {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  background:
    radial-gradient(800px 400px at 100% 0%, rgba(140,193,82,.1), transparent 60%),
    var(--porcelain);
}
.prova-band {
  text-align: center;
  max-width: 680px;
  margin: 0 auto clamp(2.5rem, 5vw, 3.6rem);
}
.stars.big { justify-content: center; margin-bottom: 1rem; }
.prova-num {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  color: var(--forest);
  margin: 0 0 .6rem;
}
.prova-num strong { color: var(--gold-vivid); font-weight: 600; }
.prova-sub { color: var(--ink-soft); margin: 0; }
.depos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  margin-bottom: 2.5rem;
}
.depo {
  background: var(--paper);
  border-radius: var(--radius);
  padding: 2rem 1.9rem 1.7rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(201,162,71,.16);
  margin: 0;
  position: relative;
}
.depo .quote {
  font-family: var(--serif);
  font-size: 3.6rem;
  color: rgba(201,162,39,.35);
  line-height: .5;
  display: block;
  margin-bottom: .8rem;
}
.depo blockquote {
  margin: 0 0 1.1rem;
  font-size: 1.02rem;
  color: var(--ink-soft);
  font-style: italic;
}
.depo figcaption {
  font-weight: 700;
  font-size: .85rem;
  color: var(--forest);
}
.prova-cta { text-align: center; }

/* ---------- Instagram / Conteúdo ---------- */
.insta { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.insta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
  margin-bottom: 2.4rem;
}
.insta-cell {
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-sm);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-sm);
  display: block;
}
.insta-cell img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s var(--ease);
}
.insta-cell::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(23,19,12,.72));
  z-index: 1;
  transition: opacity .4s var(--ease);
  pointer-events: none;
}
.insta-ico {
  position: absolute;
  top: 12px; right: 12px;
  z-index: 2;
  width: 34px; height: 34px;
  display: inline-flex;
  align-items: center; justify-content: center;
  border-radius: 10px;
  background: rgba(247,243,235,.9);
  color: var(--forest);
  box-shadow: var(--shadow-sm);
}
.insta-ico svg { width: 19px; height: 19px; }
.insta-cap {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 2;
  padding: 1.1rem 1.1rem 1.2rem;
  color: var(--cream);
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.02rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.insta-cell:hover img { transform: scale(1.06); }
.insta-cta { text-align: center; }

/* ---------- FAQ ---------- */
.faq { padding: clamp(3.5rem, 7vw, 6rem) 0; background: var(--porcelain); }
.faq-wrap { max-width: 820px; }
.accordion { display: flex; flex-direction: column; gap: .9rem; }
.acc-item {
  background: var(--paper);
  border-radius: var(--radius-sm);
  border: 1px solid rgba(201,162,71,.18);
  overflow: hidden;
  transition: box-shadow .3s var(--ease);
}
.acc-item.open { box-shadow: var(--shadow-md); }
.acc-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 1.12rem;
  font-weight: 500;
  color: var(--forest);
  text-align: left;
}
.acc-sign {
  position: relative;
  width: 18px; height: 18px;
  flex-shrink: 0;
}
.acc-sign::before, .acc-sign::after {
  content: "";
  position: absolute;
  background: var(--gold-vivid);
  border-radius: 2px;
  transition: transform .35s var(--ease), opacity .35s var(--ease);
}
.acc-sign::before { top: 8px; left: 0; width: 18px; height: 2px; }
.acc-sign::after { top: 0; left: 8px; width: 2px; height: 18px; }
.acc-item.open .acc-sign::after { transform: rotate(90deg); opacity: 0; }
.acc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s var(--ease);
}
.acc-body p {
  margin: 0;
  padding: 0 1.5rem 1.4rem;
  color: var(--ink-soft);
  font-size: .98rem;
}

/* ---------- CTA final ---------- */
.cta-final {
  padding: clamp(4rem, 8vw, 6.5rem) 0;
  background:
    radial-gradient(700px 400px at 90% 10%, rgba(140,193,82,.2), transparent 60%),
    linear-gradient(150deg, var(--forest) 0%, #164024 100%);
  color: var(--cream);
}
.cta-final h2, .cta-final .eyebrow { color: var(--cream); }
.cta-final em { color: var(--gold-light); }
.cta-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.cta-copy h2 { margin-bottom: 1.1rem; }
.cta-copy p { color: rgba(247,243,235,.82); margin: 0 0 2rem; max-width: 42ch; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 1rem; }
.cta-hours {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(224,199,92,.28);
  border-radius: var(--radius);
  padding: 1.9rem 2rem;
  backdrop-filter: blur(4px);
}
.cta-hours h3 { color: var(--gold-light); margin-bottom: 1rem; font-size: 1.2rem; }
.hours { list-style: none; padding: 0; margin: 0; }
.hours li {
  display: flex;
  justify-content: space-between;
  padding: .5rem 0;
  border-bottom: 1px solid rgba(247,243,235,.12);
  font-size: .94rem;
}
.hours li:last-child { border-bottom: none; }
.hours li span:first-child { color: rgba(247,243,235,.75); }
.hours li span:last-child { font-weight: 600; }

/* Localização (endereço + mapa) */
.cta-loc {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: stretch;
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  padding-top: clamp(2.5rem, 5vw, 3.5rem);
  border-top: 1px solid rgba(224,199,92,.22);
}
.loc-info { align-self: center; }
.loc-info h3 { color: var(--gold-light); margin-bottom: 1rem; font-size: 1.2rem; }
.loc-addr { color: var(--cream); margin: 0 0 1rem; font-style: normal; line-height: 1.55; }
.loc-note { color: rgba(247,243,235,.72); margin: 0 0 1.4rem; max-width: 40ch; font-size: .95rem; }
.loc-link {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: var(--gold-light);
  font-weight: 600;
  border-bottom: 1px solid rgba(224,199,92,.4);
  padding-bottom: 2px;
}
.loc-link:hover { color: var(--cream); border-color: var(--cream); }
.loc-map {
  position: relative;
  aspect-ratio: 16 / 10;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(224,199,92,.28);
  box-shadow: 0 18px 40px rgba(0,0,0,.28);
}
.loc-map iframe { display: block; width: 100%; height: 100%; max-width: 100%; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--ink);
  color: rgba(247,243,235,.72);
  padding: clamp(3rem, 6vw, 4.5rem) 0 2rem;
  font-size: .93rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(247,243,235,.12);
}
.logo-chip {
  display: inline-flex;
  margin-bottom: 1rem;
}
.logo-chip img { height: 44px; width: auto; }
.footer-brand p { margin: 0 0 .6rem; max-width: 34ch; }
.crn-line { color: rgba(247,243,235,.5); font-size: .85rem; }
.footer-col h4 {
  font-family: var(--sans);
  color: var(--gold-light);
  font-size: .82rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.footer-col p { margin: 0 0 .6rem; }
.footer-col a:hover { color: var(--gold-light); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .5rem;
  padding-top: 1.6rem;
  font-size: .85rem;
  color: rgba(247,243,235,.5);
}

/* ---------- WhatsApp float ---------- */
.wa-float {
  position: fixed;
  right: 22px; bottom: 22px;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(18,140,126,.42);
  z-index: 90;
  transition: transform .3s var(--ease);
}
.wa-float:hover { transform: scale(1.08) translateY(-2px); }

/* ---------- Reveals ---------- */
/* Fallback: sem JS (html.js ausente) o conteudo fica visivel */
.reveal { opacity: 1; transform: none; }
.js .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .75s var(--ease), transform .75s var(--ease);
  will-change: opacity, transform;
}
.js .reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .hero-actions .btn-gold { animation: none; }
  html { scroll-behavior: auto; }
  .btn { transition: none; }
  .btn::before { display: none; }
  .btn:hover { transform: none; }
  .wa-float { transition: none; }
  * { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .nav, .header-cta { display: none; }
  .nav-toggle { display: flex; }
  .hero-visual { max-width: 420px; }
  .sobre-grid { grid-template-columns: 1fr; }
  .sobre-visual { max-width: 420px; margin: 0 auto; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .depos-grid { grid-template-columns: 1fr; }
  .insta-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-grid { grid-template-columns: 1fr; }
  .cta-loc { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .brand-logo { height: 54px; }
  .pillars-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .cards-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .insta-grid { gap: .7rem; }
  .insta-cap { font-size: .92rem; padding: .8rem .85rem .9rem; }
  .hero-badge { left: 50%; transform: translateX(-50%); bottom: -14px; }
  .footer-bottom { flex-direction: column; }
  .wa-float { right: 16px; bottom: 16px; width: 52px; height: 52px; }
  .btn { padding: 14px 26px; }
}

@media (max-width: 400px) {
  .wrap { padding: 0 18px; }
  .hero-actions .btn, .cta-actions .btn { width: 100%; justify-content: center; }
  .hero-badge { font-size: .76rem; padding: 10px 16px; }
}

/* ---------- Hero desktop: 2 colunas (texto esquerda, foto em arco direita) ---------- */
@media (min-width: 880px) {
  .hero-stack {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    column-gap: clamp(32px, 5vw, 72px);
    align-items: center;
    text-align: left;
    max-width: var(--wrap);
    grid-template-areas:
      "eyebrow foto"
      "titulo  foto"
      "sub     foto"
      "cta     foto"
      "selo    foto";
  }
  .hero-stack > .eyebrow      { grid-area: eyebrow; margin: 0 0 1rem; }
  .hero-stack > h1            { grid-area: titulo; }
  .hero-stack > .hero-sub     { grid-area: sub; max-width: 46ch; margin-bottom: 0; }
  .hero-stack > .hero-visual  { grid-area: foto; max-width: 540px; margin-inline: 0; align-self: center; }
  .hero-stack > .hero-actions { grid-area: cta; justify-content: flex-start; margin: 2rem 0 1.6rem; }
  .hero-stack > .hero-rating  { grid-area: selo; justify-content: flex-start; }
}
