/* Psicóloga Emanuelle Poli — Landing */
:root {
  --bg: #F7F3EC;
  --bg-2: #EFE9DD;
  --paper: #FFFFFF;
  --ink: #1F231C;
  --ink-2: #3C4138;
  --muted: #6E7466;
  --line: #E2DCCD;
  --green: #5C6E50;        /* marca, usada com moderação */
  --green-deep: #2F3A2A;
  --green-soft: #E8EAE0;
  --green-wash: #F1EFE3;
  --terracota: #C58463;
  --gold: #B69457;
  --radius: 22px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: auto; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.serif { font-family: 'Fraunces', 'DM Serif Display', Georgia, serif; font-weight: 400; }
.italic { font-style: italic; }

a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }

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

.container { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 28px; }

/* Nav */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247,243,236,0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0,0,0,0.04);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 0;
}
.brand {
  display: flex; align-items: center; gap: 10px;
  font-family: 'Fraunces', serif;
}
.brand-mark {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--green);
  display: flex; align-items: center; justify-content: center;
  color: #F7F3EC;
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.02em;
}
.brand-name { font-size: 17px; line-height: 1.1; }
.brand-name .small { display: block; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); font-family: 'Inter', sans-serif; margin-top: 2px; }
.brand-logo { display: inline-flex; align-items: center; }
.brand-logo img { height: 56px; width: auto; display: block; }
.brand-logo-footer img { height: 72px; opacity: 0.98; }
.bird-deco { position: absolute; pointer-events: none; opacity: 0.18; color: var(--green); }
.bird-deco svg { width: 100%; height: 100%; display: block; }

.nav-links { display: flex; gap: 30px; }
.nav-links a { font-size: 14px; color: var(--ink-2); }
.nav-links a:hover { color: var(--green); }
@media (max-width: 820px) { .nav-links { display: none; } }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 26px;
  border-radius: 999px;
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: transform .18s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--green);
  color: #F7F3EC;
}
.btn-primary:hover { background: var(--green-deep); transform: translateY(-1px); }
/* WhatsApp brand button */
.btn-wa {
  background: #25D366;
  color: #fff;
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.28);
}
.btn-wa:hover { background: #1EBE5A; transform: translateY(-1px); box-shadow: 0 8px 22px rgba(37, 211, 102, 0.38); }
.btn-wa:visited { color: #fff; }
/* Inline CTA block used at the end of folds */
.fold-cta {
  margin: 40px auto 0;
  max-width: 1200px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  box-sizing: border-box;
}
/* Align CTA to text-column of split-grid sections */
.solution .fold-cta { justify-content: flex-start; margin-top: 24px; padding: 0; }
.awareness .fold-cta { justify-content: flex-start; }
.location .fold-cta { justify-content: flex-start; }
/* Centered CTA for full-width grid sections */
.identify .fold-cta,
.differential .fold-cta,
.areas .fold-cta,
.results .fold-cta,
.testimonials .fold-cta { justify-content: center; }

.fold-cta .fold-cta-note {
  font-size: 13.5px;
  color: var(--muted);
  font-family: 'Fraunces', serif;
  font-style: italic;
}
.fold-cta .fold-cta-note:empty { display: none; }
@media (max-width: 820px) {
  .fold-cta { margin-top: 32px; justify-content: center !important; }
}
@media (max-width: 600px) {
  .fold-cta { margin-top: 28px; padding: 0 20px; }
  .fold-cta .btn { width: 100%; justify-content: center; }
}
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
}
.btn-ghost:hover { background: var(--ink); color: var(--bg); }
.btn .arrow {
  width: 14px; height: 14px;
  display: inline-block;
}

/* Eyebrow */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}
.eyebrow .dot { width: 6px; height: 6px; background: var(--green); border-radius: 50%; }

/* Generic section */
section { padding: 110px 0; position: relative; }
section.tight { padding: 80px 0; }
@media (max-width: 720px) { section { padding: 72px 0; } }

.section-title {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(34px, 4.4vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 14px 0 0;
  text-wrap: balance;
}
.section-title em { font-style: italic; font-weight: 300; color: var(--green); }
.lead { font-size: 17px; color: var(--ink-2); max-width: 56ch; line-height: 1.6; }

/* Decorative shapes */
.shape {
  position: absolute; pointer-events: none; opacity: 0.9;
}
.shape svg { width: 100%; height: 100%; display: block; }

/* HERO */
.hero { padding: 60px 0 90px; position: relative; overflow: hidden; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 920px) { .hero-grid { grid-template-columns: 1fr; gap: 36px; } }

.hero-eyebrow { margin-bottom: 22px; }
.hero h1 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(40px, 5.2vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--ink);
  text-wrap: balance;
}
.hero h1 .accent { font-style: italic; font-weight: 300; color: var(--green); }
.hero-sub {
  margin: 24px 0 32px;
  font-size: 18px;
  color: var(--ink-2);
  line-height: 1.55;
  max-width: 52ch;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-meta { margin-top: 36px; display: flex; align-items: center; gap: 14px; }
.avatars { display: flex; }
.avatars .av-slot,
.avatars image-slot.av-slot {
  width: 38px; height: 38px;
  display: block;
  border-radius: 50%;
  background: var(--green-soft);
  border: 2px solid var(--bg);
  margin-left: -12px;
  overflow: hidden;
  flex-shrink: 0;
}
.avatars .av-slot:first-child,
.avatars image-slot.av-slot:first-child { margin-left: 0; }
.avatars img.av-slot { object-fit: cover; }
.av-slot-empty { background: #E8E2D2; }
.img-card-img, .audience-img-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-meta-text { font-size: 13.5px; color: var(--muted); }
.hero-meta-text strong { color: var(--ink); font-weight: 600; }

.hero-art-wrap { position: relative; }
.hero-art {
  position: relative;
  aspect-ratio: 885/736;
  max-height: 560px;
  margin: 0 auto;
  border-radius: 240px 240px 24px 24px;
  overflow: hidden;
  background: #F1EEE6;
}
.hero-art image-slot {
  width: 100%; height: 100%;
}
.hero-art .hero-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.hero-art image-slot::part(image),
.hero-art image-slot img {
  object-fit: cover;
  object-position: center 18%;
}
.hero-crp {
  margin-top: 18px;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}
.hero-badge {
  position: absolute;
  bottom: 40px; left: -36px;
  width: 130px; height: 130px;
  border-radius: 50%;
  background: var(--green-deep);
  color: #F7F3EC;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  z-index: 5;
  box-shadow: 0 18px 40px rgba(40,52,38,0.22);
}
.hero-badge svg { position: absolute; inset: 0; width: 100%; height: 100%; animation: spin 18s linear infinite; }
.hero-badge-mark {
  position: relative; z-index: 2;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 0.02em;
  color: #F7F3EC;
}
@keyframes spin { to { transform: rotate(360deg); } }

.hero .shape-1 { top: -40px; left: -100px; width: 280px; height: 220px; opacity: 0.55; }
.hero .shape-2 { bottom: -10px; right: -60px; width: 180px; height: 220px; opacity: 0.4; }

.bignum {
  position: absolute;
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(220px, 32vw, 460px);
  line-height: 0.8;
  color: rgba(92,110,80,0.07);
  pointer-events: none;
  user-select: none;
}

/* IDENTIFICATION (dobra 2) */
.identify { background: var(--bg); }
.identify-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 70px;
  align-items: start;
}
@media (max-width: 920px) { .identify-grid { grid-template-columns: 1fr; gap: 36px; } }

.signal-list { display: grid; gap: 0; margin-top: 36px; }
.signal {
  display: grid; grid-template-columns: 32px 1fr;
  gap: 18px; align-items: start;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}
.signal:last-child { border-bottom: 1px solid var(--line); }
.signal .num {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 18px;
  color: var(--green);
  margin-top: 2px;
}
.signal h3 {
  margin: 0 0 4px; font-size: 17px; font-weight: 500; color: var(--ink);
}
.signal p { margin: 0; color: var(--muted); font-size: 14.5px; }

.identify-note {
  margin-top: 32px;
  padding: 24px;
  background: var(--green-wash);
  border-radius: var(--radius);
  font-family: 'Fraunces', serif;
  font-size: 19px;
  line-height: 1.5;
  color: var(--green-deep);
  position: relative;
}
.identify-note::before {
  content: '"'; position: absolute; left: 14px; top: -10px;
  font-size: 60px; color: var(--green); line-height: 1;
  font-family: 'Fraunces', serif;
}

/* AWARENESS BREAK */
.awareness {
  background: var(--green-wash);
  position: relative;
  overflow: hidden;
}
.awareness-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
@media (max-width: 820px) { .awareness-grid { grid-template-columns: 1fr; gap: 36px; } }

.attempt-list { list-style: none; margin: 26px 0 0; padding: 0; }
.attempt-list li {
  display: flex; gap: 14px; align-items: center;
  padding: 16px 0;
  border-bottom: 1px dashed var(--line);
  font-size: 16.5px; color: var(--ink-2);
}
.attempt-list li:last-child { border-bottom: 0; }
.attempt-list .x {
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--paper);
  display: flex; align-items: center; justify-content: center;
  color: var(--terracota); font-size: 14px;
  border: 1px solid var(--line);
  flex-shrink: 0;
}

.awareness-quote {
  font-family: 'Fraunces', serif;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.18;
  color: var(--green-deep);
  letter-spacing: -0.01em;
}
.awareness-quote em { font-style: italic; color: var(--green); }

.awareness .shape-leaf {
  position: absolute; right: -40px; top: 30px;
  width: 220px; height: 320px; opacity: 0.5;
}

/* SOLUTION (como funciona) */
.solution { background: var(--paper); }
.solution-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: start;
}
@media (max-width: 920px) { .solution-grid { grid-template-columns: 1fr; gap: 40px; } }

.solution-images {
  position: relative;
  display: grid;
  gap: 22px;
}
.img-card {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--green-soft);
  aspect-ratio: 4/3;
  position: relative;
}
.img-card.shifted { margin-left: 38px; aspect-ratio: 4/3.4; }
.img-card image-slot { width: 100%; height: 100%; }

.steps { display: grid; gap: 0; margin-top: 28px; }
.step {
  border-top: 1px solid var(--line);
  padding: 22px 0;
  cursor: pointer;
  transition: background .25s ease;
}
.step:last-child { border-bottom: 1px solid var(--line); }
.step-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
}
.step-title {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  color: var(--green);
  letter-spacing: -0.005em;
}
.step.open .step-title { color: var(--green-deep); }
.step-icon {
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  color: var(--ink-2);
  flex-shrink: 0;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.step.open .step-icon { background: var(--green-deep); color: var(--bg); border-color: var(--green-deep); transform: rotate(45deg); }
.step-body {
  max-height: 0; overflow: hidden;
  transition: max-height .35s ease, padding .25s ease;
  color: var(--ink-2);
  font-size: 15.5px;
  line-height: 1.6;
}
.step.open .step-body { max-height: 280px; padding-top: 14px; }

/* DIFFERENTIAL */
.differential {
  background: var(--bg);
}
.diff-head {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end;
  margin-bottom: 60px;
}
@media (max-width: 820px) { .diff-head { grid-template-columns: 1fr; } }

.diff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 920px) { .diff-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .diff-grid { grid-template-columns: 1fr; } }

.diff-card {
  background: var(--paper);
  padding: 32px 28px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
}
.diff-card:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(40,52,38,0.06); }
.diff-card .num {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 14px;
  color: var(--green);
  letter-spacing: 0.05em;
}
.diff-card h3 {
  font-family: 'Fraunces', serif;
  font-size: 22px; line-height: 1.2;
  margin: 14px 0 10px;
  color: var(--ink);
  font-weight: 400;
}
.diff-card p { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.55; }
.diff-card.featured { background: var(--green-deep); color: #F7F3EC; border-color: var(--green-deep); }
.diff-card.featured h3 { color: #F7F3EC; }
.diff-card.featured p { color: rgba(247,243,236,0.78); }
.diff-card.featured .num { color: rgba(247,243,236,0.6); }

.diff-foot {
  margin-top: 36px;
  font-family: 'Fraunces', serif;
  font-size: 22px;
  line-height: 1.3;
  color: var(--ink);
  max-width: 60ch;
}
.diff-foot em { color: var(--green); font-style: italic; }

/* AREAS DE ATUACAO */
.areas { background: var(--green-deep); color: #EFE9DD; position: relative; overflow: hidden; }
.areas .section-title { color: #F7F3EC; }
.areas .section-title em { color: #C9D2BC; }
.areas .eyebrow { color: rgba(247,243,236,0.6); }
.areas .eyebrow .dot { background: #C9D2BC; }
.areas-head { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 60px; }
@media (max-width: 820px) { .areas-head { grid-template-columns: 1fr; } }
.areas-head p { color: rgba(247,243,236,0.78); font-size: 16.5px; }

.areas-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid rgba(247,243,236,0.12); align-items: stretch; }
@media (max-width: 820px) { .areas-list { grid-template-columns: 1fr; } }
.areas-list > .reveal { display: flex; }
.area {
  padding: 36px 28px 36px 0;
  border-bottom: 1px solid rgba(247,243,236,0.12);
  border-right: 1px solid rgba(247,243,236,0.12);
  position: relative;
  transition: background .2s ease;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.area:last-child { border-right: 0; }
@media (max-width: 820px) { .area { border-right: 0; padding: 32px 0; } }
.area .area-num {
  font-family: 'Fraunces', serif; font-style: italic;
  font-size: 13px; color: rgba(247,243,236,0.5); letter-spacing: 0.06em;
}
.area h3 {
  font-family: 'Fraunces', serif;
  font-size: 26px; line-height: 1.15;
  margin: 14px 0 10px;
  color: #F7F3EC; font-weight: 400;
}
.area p { margin: 0; color: rgba(247,243,236,0.7); font-size: 14.5px; line-height: 1.55; padding-right: 18px; flex: 1; }
.area .arrow-go {
  margin-top: 22px; display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(247,243,236,0.7);
  align-self: flex-start;
}

.areas-bigtitle {
  position: absolute;
  bottom: -40px; right: -20px;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: clamp(140px, 18vw, 280px);
  line-height: 0.85;
  color: rgba(201,210,188,0.06);
  pointer-events: none;
}

/* AUDIENCE (para quem é) */
.audience { background: var(--bg); }
.audience-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 60px; align-items: start; }
@media (max-width: 920px) { .audience-grid { grid-template-columns: 1fr; gap: 36px; } }

.audience-img-card {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/5;
  background: var(--green-soft);
  position: sticky; top: 100px;
}
.audience-img-card image-slot { width: 100%; height: 100%; }
.aud-list { list-style: none; margin: 30px 0 0; padding: 0; }
.aud-list li {
  display: grid; grid-template-columns: 30px 1fr; gap: 14px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  font-size: 17px; color: var(--ink);
}
.aud-list li:last-child { border-bottom: 1px solid var(--line); }
.aud-list .check {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--green);
  color: #F7F3EC;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px;
  margin-top: 1px;
}

/* RESULTS */
.results { background: var(--green-wash); }
.results-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
@media (max-width: 820px) { .results-grid { grid-template-columns: 1fr; gap: 36px; } }
.results-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 30px; align-items: stretch; }
.results-list > .reveal { display: flex; }
@media (max-width: 1100px) { .results-list { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 700px) { .results-list { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .results-list { grid-template-columns: 1fr; } }
.result-card {
  background: var(--paper);
  padding: 26px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  border: 1px solid var(--line);
}
.result-card .icn {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--green-soft);
  display: flex; align-items: center; justify-content: center;
  color: var(--green-deep);
  margin-bottom: 16px;
  font-family: 'Fraunces', serif; font-style: italic;
}
.result-card h3 { font-family: 'Fraunces', serif; font-weight: 400; font-size: 19px; margin: 0 0 6px; color: var(--ink); }
.result-card p { margin: 0; font-size: 14.5px; color: var(--muted); line-height: 1.5; }

/* MAIN CTA */
.cta {
  background: var(--green-deep);
  color: #F7F3EC;
  position: relative;
  overflow: hidden;
}
.cta-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: center; }
@media (max-width: 820px) { .cta-grid { grid-template-columns: 1fr; gap: 30px; } }
.cta h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(38px, 4.4vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0;
  font-weight: 400;
  color: #F7F3EC;
  text-wrap: balance;
}
.cta h2 em { color: #C9D2BC; font-style: italic; font-weight: 300; }
.cta p { color: rgba(247,243,236,0.78); font-size: 17px; margin: 18px 0 0; max-width: 50ch; }
.cta .btn-primary { background: #F7F3EC; color: var(--green-deep); }
.cta .btn-primary:hover { background: #fff; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.cta-actions .btn-ghost { color: #F7F3EC; border-color: rgba(247,243,236,0.4); }
.cta-actions .btn-ghost:hover { background: #F7F3EC; color: var(--green-deep); }

.cta .bigword {
  position: absolute;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: clamp(180px, 22vw, 360px);
  line-height: 0.8;
  color: rgba(247,243,236,0.05);
  bottom: -50px; right: -30px;
  pointer-events: none;
}

/* LOCATION */
.location { background: var(--paper); }
.location-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
@media (max-width: 820px) { .location-grid { grid-template-columns: 1fr; gap: 36px; } }
.location-info .addr {
  font-family: 'Fraunces', serif;
  font-size: 28px;
  line-height: 1.2;
  margin: 18px 0 4px;
  color: var(--ink);
}
.location-info .city { color: var(--muted); font-size: 15px; }
.regions { margin-top: 30px; }
.regions h4 { font-size: 12px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--muted); margin: 0 0 14px; font-weight: 500; }
.region-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.region-tags span {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 16px;
  background: var(--green-wash);
  color: var(--green-deep);
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 500;
}
.region-tags span svg { color: var(--green); }
.location { position: relative; }
.location-map {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/3;
  position: relative;
  background: var(--green-soft);
}
.location-map image-slot, .location-map iframe { width: 100%; height: 100%; min-height: 380px; }

/* URGENCY */
.urgency {
  background: var(--bg);
}
.urgency-card {
  background: var(--paper);
  border-radius: 28px;
  padding: 56px;
  border: 1px solid var(--line);
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 50px; align-items: center;
  position: relative; overflow: hidden;
}
@media (max-width: 820px) { .urgency-card { grid-template-columns: 1fr; padding: 36px; } }
.urgency-card h3 {
  font-family: 'Fraunces', serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
  font-weight: 400;
  margin: 14px 0 0;
  color: var(--ink);
  text-wrap: balance;
}
.urgency-card h3 em { color: var(--green); font-style: italic; }
.urgency-card p { color: var(--muted); margin: 16px 0 0; font-size: 16px; max-width: 48ch; }

/* FOOTER */
footer {
  background: #1F231C;
  color: rgba(247,243,236,0.7);
  padding: 60px 0 30px;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 60px; align-items: start; }
@media (max-width: 820px) { .footer-grid { grid-template-columns: 1fr; gap: 30px; } }
footer .brand-name { color: #F7F3EC; }
footer h4 {
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(247,243,236,0.5); margin: 0 0 16px; font-weight: 500;
}
footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; font-size: 14px; }
footer .copyright {
  margin-top: 50px; padding-top: 24px;
  border-top: 1px solid rgba(247,243,236,0.08);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-size: 12.5px; color: rgba(247,243,236,0.4);
}

/* Animation reveal */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }

/* Floating WhatsApp button */
.wa-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25D366;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.35), 0 4px 14px rgba(0,0,0,0.18);
  transition: transform .25s ease, box-shadow .25s ease;
  animation: wa-pulse 2.4s ease-in-out infinite;
}
.wa-float:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 16px 36px rgba(37, 211, 102, 0.45), 0 6px 18px rgba(0,0,0,0.22);
}
.wa-float .arrow { width: 30px; height: 30px; }
@keyframes wa-pulse {
  0%, 100% { box-shadow: 0 10px 30px rgba(37, 211, 102, 0.35), 0 4px 14px rgba(0,0,0,0.18), 0 0 0 0 rgba(37,211,102,0.45); }
  50% { box-shadow: 0 10px 30px rgba(37, 211, 102, 0.35), 0 4px 14px rgba(0,0,0,0.18), 0 0 0 14px rgba(37,211,102,0); }
}
@media (max-width: 600px) {
  .wa-float { width: 56px; height: 56px; bottom: 18px; right: 18px; }
  .wa-float .arrow { width: 26px; height: 26px; }
}

/* === TESTIMONIALS === */
.testimonials {
  padding: 100px 0 110px;
  background: var(--bg-2);
}
.t-google-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.t-gb-rating {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1;
}
.t-gb-label {
  font-size: 13px;
  color: var(--muted);
}
.t-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
  align-items: stretch;
}
/* Reveal wrappers inside testimonials esticam até a altura da linha */
.t-grid > .reveal {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
/* O card preenche toda a altura disponível → boxes sempre iguais */
.t-grid > .reveal > .t-card {
  flex: 1;
  min-height: 0;
}
@media (max-width: 960px) {
  .t-grid { grid-template-columns: 1fr; max-width: 480px; }
}

/* Google Review Card — fixed equal dimensions, real Google UI feel */
.t-card {
  background: #fff;
  border-radius: 8px;
  padding: 18px;
  box-shadow: 0 1px 2px rgba(60,64,67,0.1), 0 1px 3px 1px rgba(60,64,67,0.06);
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: 'Roboto', system-ui, -apple-system, sans-serif;
  border: 1px solid #e8eaed;
  transition: box-shadow .2s;
  box-sizing: border-box;
  width: 100%;
}
.t-card:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.15), 0 2px 4px rgba(0,0,0,0.1);
}
.t-card-header {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px;
  width: 100%;
}
.t-avatar {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px;
  font-weight: 500;
  color: #fff !important;
  flex-shrink: 0 !important;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
}
.t-author-info {
  flex: 1 1 0% !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 1px;
  min-width: 0;
  overflow: hidden;
}
.t-author-info strong {
  font-size: 14px;
  font-weight: 500;
  color: #202124;
  font-family: 'Roboto', sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t-rev-count {
  font-size: 12px;
  color: #70757a;
  font-family: 'Roboto', sans-serif;
}
.t-more {
  font-size: 20px;
  color: #70757a;
  line-height: 1;
  align-self: flex-start;
  cursor: default;
  flex-shrink: 0;
  margin-left: auto;
}
.t-card-meta {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 8px;
}
.gr-stars {
  display: flex !important;
  flex-direction: row !important;
  gap: 1px;
  align-items: center;
  flex-shrink: 0;
}
.t-time {
  font-size: 12px;
  color: #70757a;
  font-family: 'Roboto', sans-serif;
}
.t-new-badge {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #1a73e8;
  background: #e8f0fe;
  padding: 2px 7px;
  border-radius: 10px;
  font-family: 'Roboto', sans-serif;
  flex-shrink: 0;
}
.t-text {
  font-size: 14px;
  line-height: 1.6;
  color: #202124;
  margin: 0;
  font-family: 'Roboto', system-ui, sans-serif;
  flex: 1;
}
.t-card-footer {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 6px;
  padding-top: 8px;
  border-top: 1px solid #e8eaed;
  margin-top: auto;
}
.t-footer-label {
  font-size: 11px;
  color: #70757a;
  font-family: 'Roboto', sans-serif;
}
