/* ============================================================
   Dra. Lorena Ávila — Section & component styles
   ============================================================ */

/* ---------- Top bar ---------- */
.topbar {
  background: var(--verde-deep);
  color: var(--cream-muted);
  font-size: 12.5px;
  letter-spacing: 0.02em;
}
.topbar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
}
.topbar a { color: var(--cream-muted); transition: color 0.3s; }
.topbar a:hover { color: var(--gold-soft); }
.topbar .tb-left { display: flex; gap: 26px; align-items: center; }
.topbar .tb-item { display: inline-flex; align-items: center; gap: 8px; }
.topbar .tb-item svg { width: 14px; height: 14px; opacity: 0.8; }
.topbar .tb-right { display: flex; gap: 16px; align-items: center; }
@media (max-width: 720px){ .topbar .tb-left .tb-item.addr { display: none; } }

/* ---------- Header ---------- */
.header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(251, 247, 240, 0.82);
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  border-bottom: 1px solid rgba(45, 74, 69, 0.08);
  transition: box-shadow 0.4s, background 0.4s;
}
.header.scrolled { box-shadow: 0 10px 40px -22px rgba(45, 74, 69, 0.4); }
.header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88px;
}
.brand img { height: 50px; width: auto; }
.nav { display: flex; gap: 34px; align-items: center; }
.nav a {
  font-size: 14.5px;
  font-weight: 400;
  color: var(--ink);
  position: relative;
  padding: 4px 0;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: color 0.3s;
}
.nav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -2px;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width 0.4s var(--ease);
}
.nav a:hover { color: var(--verde); }
.nav a:hover::after { width: 100%; }
.header-cta { display: flex; align-items: center; gap: 18px; }
.burger { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.burger span { display: block; width: 24px; height: 1.6px; background: var(--verde); margin: 5px 0; transition: 0.3s; }

@media (max-width: 980px) {
  .nav, .header-cta .btn { display: none; }
  .burger { display: block; }
}

/* mobile menu */
.mobile-menu {
  position: fixed; inset: 0;
  z-index: 80;
  background: var(--ivory);
  transform: translateX(100%);
  transition: transform 0.5s var(--ease);
  display: flex; flex-direction: column;
  padding: 32px;
}
.mobile-menu.open { transform: none; }
.mobile-menu .mm-top { display: flex; justify-content: space-between; align-items: center; }
.mobile-menu .mm-close { background: none; border: 0; font-size: 30px; color: var(--verde); cursor: pointer; line-height: 1; }
.mobile-menu nav { display: flex; flex-direction: column; gap: 4px; margin-top: 40px; }
.mobile-menu nav a {
  font-family: var(--serif);
  font-size: 30px;
  color: var(--verde);
  padding: 14px 0;
  border-bottom: 1px solid rgba(45,74,69,0.1);
}
.mobile-menu .btn { margin-top: 34px; justify-content: center; }

/* ---------- HERO ---------- */
.hero {
  position: relative;
  background:
    radial-gradient(120% 120% at 78% 18%, var(--blush) 0%, rgba(243,230,225,0) 46%),
    linear-gradient(180deg, var(--ivory) 0%, var(--ivory-2) 100%);
  overflow: hidden;
  padding-top: clamp(20px, 3vw, 40px);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 40px;
  min-height: min(calc(100vh - 172px), 680px);
}
.hero-copy { position: relative; z-index: 4; padding-block: 22px; }
.hero-pill {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(45, 74, 69, 0.07);
  border: 1px solid rgba(45, 74, 69, 0.14);
  color: var(--verde);
  font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 500;
  padding: 9px 18px; border-radius: var(--radius-pill);
  margin-bottom: 16px;
}
.hero-pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(191,157,92,0.18); }
.hero h1 { margin-bottom: 14px; }
.hero h1 .line { display: block; overflow: hidden; }
.hero .lead { font-size: clamp(15px, 1.15vw, 17px); line-height: 1.62; margin-bottom: 22px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }

.hero-stats {
  display: flex;
  gap: 38px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(45, 74, 69, 0.12);
}
.hero-stats .st-num { font-family: var(--serif); font-size: 30px; font-weight: 600; color: var(--verde); line-height: 1; }
.hero-stats .st-num span { color: var(--gold); }
.hero-stats .st-lab { font-size: 12.5px; color: var(--text-soft); margin-top: 8px; letter-spacing: 0.02em; line-height: 1.4; }

/* hero portrait */
.hero-figure {
  position: relative;
  z-index: 3;
  align-self: end;
  display: flex;
  justify-content: center;
}
.hero-disc {
  position: absolute;
  z-index: 1;
  width: min(108%, 540px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 42%, #fff 0%, var(--blush) 58%, var(--blush-deep) 100%);
  left: 50%; top: 46%;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 0 80px rgba(236, 214, 207, 0.6);
}
.hero-ring {
  position: absolute;
  z-index: 2;
  width: min(112%, 560px);
  aspect-ratio: 1;
  left: 50%; top: 46%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.hero-photo {
  position: relative;
  z-index: 3;
  width: min(100%, 500px);
  filter: drop-shadow(0 40px 60px rgba(45, 74, 69, 0.18));
}
.float-badge {
  position: absolute;
  z-index: 5;
  background: rgba(251, 247, 240, 0.86);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow: 0 24px 50px -24px rgba(45, 74, 69, 0.45);
  display: flex; align-items: center; gap: 14px;
}
.float-badge .fb-mark { width: 40px; height: 40px; opacity: 0.92; flex-shrink: 0; }
.float-badge .fb-t { font-family: var(--serif); font-size: 19px; font-weight: 600; color: var(--verde); line-height: 1; }
.float-badge .fb-s { font-size: 11.5px; color: var(--text-soft); margin-top: 5px; letter-spacing: 0.04em; white-space: nowrap; }
.float-badge.fb-top { top: -6%; left: -5%; right: auto; }
.float-badge.fb-bot { bottom: 12%; right: -6%; left: auto; }
.float-badge .stars { color: var(--gold); font-size: 13px; letter-spacing: 2px; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 0; min-height: auto; }
  .hero-figure { order: -1; margin-top: 12px; }
  .hero-photo { width: min(78%, 360px); }
  .hero-stats { gap: 26px; flex-wrap: wrap; }
  .float-badge.fb-top { top: -5%; left: 0; right: auto; }
  .float-badge.fb-bot { bottom: 2%; right: 0; left: auto; }
}
@media (max-width: 560px) {
  .hero-stats .st-num { font-size: 30px; }
  .float-badge { padding: 12px 15px; }
  .float-badge .fb-t { font-size: 16px; }
}

/* ---------- SOBRE ---------- */
.sobre-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
}
.sobre-figure { position: relative; }
.sobre-figure .ph {
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  box-shadow: 0 40px 80px -40px rgba(45,74,69,0.4);
}
.sobre-figure .ph img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3/4; }
.sobre-figure .frame {
  position: absolute;
  inset: 18px -18px -18px 18px;
  border: 1px solid var(--gold);
  border-radius: var(--radius-lg);
  z-index: -1;
}
.sobre-quote {
  position: absolute;
  bottom: 26px; left: 50%; transform: translateX(-50%);
  width: 84%;
  background: rgba(251,247,240,0.92);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  padding: 20px 24px;
  box-shadow: 0 24px 50px -28px rgba(45,74,69,0.5);
}
.sobre-quote .q { font-family: var(--serif); font-style: italic; font-size: 19px; color: var(--verde); line-height: 1.4; }
.sobre-credentials { list-style: none; padding: 0; margin: 32px 0 38px; display: flex; flex-direction: column; gap: 18px; }
.sobre-credentials li { display: flex; gap: 15px; align-items: flex-start; }
.sobre-credentials .ck {
  flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%;
  background: rgba(45,74,69,0.07); color: var(--verde);
  display: grid; place-items: center; margin-top: 2px;
}
.sobre-credentials .ck svg { width: 15px; height: 15px; }
.sobre-credentials .ct { font-size: 15.5px; color: var(--ink); font-weight: 500; }
.sobre-credentials .cs { font-size: 14px; color: var(--text); font-weight: 300; }

@media (max-width: 880px) {
  .sobre-grid { grid-template-columns: 1fr; }
  .sobre-figure { max-width: 460px; margin-inline: auto; }
  .sobre-figure .frame { inset: 12px -12px -12px 12px; }
}

/* ---------- DIFERENCIAIS (cards) ---------- */
.sec-head { max-width: 720px; }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head .lead { margin-top: 20px; }
.sec-head.center .lead { margin-inline: auto; }

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 60px;
}
.dcard {
  background: var(--ivory);
  border: 1px solid rgba(45,74,69,0.09);
  border-radius: var(--radius);
  padding: 34px 28px 32px;
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease), border-color 0.5s;
  position: relative;
  overflow: hidden;
}
.dcard:hover { transform: translateY(-7px); box-shadow: 0 30px 60px -34px rgba(45,74,69,0.45); border-color: rgba(191,157,92,0.4); }
.dcard .ic {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--sand); color: var(--verde);
  display: grid; place-items: center; margin-bottom: 24px;
  transition: background 0.5s, color 0.5s;
}
.dcard:hover .ic { background: var(--verde); color: var(--gold-soft); }
.dcard .ic svg { width: 24px; height: 24px; }
.dcard h3 { font-size: 22px; margin-bottom: 12px; }
.dcard p { font-size: 14.5px; line-height: 1.7; font-weight: 300; margin: 0; }
.dcard .num { position: absolute; top: 20px; right: 24px; font-family: var(--serif); font-size: 15px; color: var(--gold); opacity: 0.7; }

@media (max-width: 980px) { .card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .card-grid { grid-template-columns: 1fr; } }

/* ---------- TECNOLOGIA (dark) ---------- */
.dark {
  background: var(--verde-deep);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.dark::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(70% 90% at 12% 0%, rgba(94,122,115,0.32) 0%, transparent 55%),
    radial-gradient(60% 80% at 100% 100%, rgba(20,40,36,0.7) 0%, transparent 60%);
  pointer-events: none;
}
.dark .wrap { position: relative; z-index: 2; }
.tech-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(40px, 6vw, 86px);
  align-items: center;
}
.tech-figure { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 50px 90px -40px rgba(0,0,0,0.6); }
.tech-figure img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; }
.tech-figure .tag {
  position: absolute; top: 22px; left: 22px;
  background: rgba(20,40,36,0.66); backdrop-filter: blur(6px);
  border: 1px solid rgba(244,238,227,0.18);
  color: var(--cream); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 9px 16px; border-radius: var(--radius-pill);
}
.tech-feats { list-style: none; padding: 0; margin: 34px 0 0; display: flex; flex-direction: column; gap: 8px; }
.tech-feats li {
  display: flex; gap: 16px; padding: 18px 0;
  border-bottom: 1px solid rgba(244,238,227,0.12);
}
.tech-feats li:last-child { border-bottom: 0; }
.tech-feats .tf-ic { flex-shrink: 0; color: var(--gold-soft); }
.tech-feats .tf-ic svg { width: 24px; height: 24px; }
.tech-feats .tf-t { font-family: var(--serif); font-size: 21px; color: var(--cream); font-weight: 600; margin-bottom: 4px; }
.tech-feats .tf-d { font-size: 14px; color: var(--cream-muted); font-weight: 300; line-height: 1.6; }

@media (max-width: 880px){ .tech-grid { grid-template-columns: 1fr; } }

/* ---------- CONDIÇÕES (accordion) ---------- */
.cond-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}
.cond-list { display: flex; flex-direction: column; }
.cond-item { border-top: 1px solid rgba(45,74,69,0.14); }
.cond-item:last-child { border-bottom: 1px solid rgba(45,74,69,0.14); }
.cond-q {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  padding: 26px 8px 26px 0;
  display: flex; align-items: center; gap: 20px;
  font-family: var(--serif); font-size: clamp(21px, 2.2vw, 27px); color: var(--verde); font-weight: 500;
  transition: color 0.3s;
}
.cond-q:hover { color: var(--gold-deep); }
.cond-q .cq-no { font-family: var(--sans); font-size: 13px; font-weight: 500; color: var(--gold); letter-spacing: 0.1em; min-width: 30px; }
.cond-q .cq-plus { margin-left: auto; position: relative; width: 18px; height: 18px; flex-shrink: 0; }
.cond-q .cq-plus::before, .cond-q .cq-plus::after {
  content: ""; position: absolute; background: var(--verde); border-radius: 2px;
  left: 50%; top: 50%; transition: transform 0.4s var(--ease);
}
.cond-q .cq-plus::before { width: 16px; height: 1.8px; transform: translate(-50%,-50%); }
.cond-q .cq-plus::after { width: 1.8px; height: 16px; transform: translate(-50%,-50%); }
.cond-item.open .cq-plus::after { transform: translate(-50%,-50%) scaleY(0); }
.cond-item.open .cond-q { color: var(--gold-deep); }
.cond-a { overflow: hidden; max-height: 0; transition: max-height 0.5s var(--ease); }
.cond-a-inner { padding: 0 8px 28px 50px; }
.cond-a p { font-size: 15.5px; line-height: 1.75; font-weight: 300; margin: 0; max-width: 60ch; }

.cond-aside {
  background: var(--verde);
  color: var(--cream);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  position: sticky; top: 110px;
  overflow: hidden;
}
.cond-aside .mark-watermark { width: 200px; right: -40px; bottom: -40px; opacity: 0.08; }
.cond-aside h3 { color: var(--cream); font-size: 28px; margin-bottom: 16px; }
.cond-aside p { color: var(--cream-muted); font-size: 15px; font-weight: 300; line-height: 1.7; margin-bottom: 28px; }
.cond-aside .btn { width: 100%; justify-content: center; }

@media (max-width: 880px){ .cond-grid { grid-template-columns: 1fr; } .cond-aside { position: static; } }

/* ---------- JORNADA (timeline) ---------- */
.journey { position: relative; }
.timeline { position: relative; max-width: 880px; margin: 64px auto 0; }
.timeline::before {
  content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 1px;
  background: linear-gradient(180deg, transparent, rgba(191,157,92,0.5) 12%, rgba(191,157,92,0.5) 88%, transparent);
  transform: translateX(-50%);
}
.tl-step { position: relative; display: grid; grid-template-columns: 1fr 64px 1fr; align-items: center; margin-bottom: 8px; }
.tl-card {
  background: var(--ivory);
  border: 1px solid rgba(45,74,69,0.1);
  border-radius: var(--radius);
  padding: 26px 28px;
  box-shadow: 0 24px 50px -38px rgba(45,74,69,0.4);
}
.tl-card .tl-ey { font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-deep); font-weight: 500; margin-bottom: 10px; }
.tl-card h3 { font-size: 23px; margin-bottom: 9px; }
.tl-card p { font-size: 14.5px; font-weight: 300; line-height: 1.65; margin: 0; }
.tl-node {
  grid-column: 2;
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--verde); color: var(--gold-soft);
  display: grid; place-items: center; justify-self: center;
  font-family: var(--serif); font-size: 22px; font-weight: 600;
  box-shadow: 0 0 0 8px var(--ivory), 0 14px 30px -14px rgba(45,74,69,0.6);
  z-index: 2;
}
.tl-step:nth-child(odd) .tl-card { grid-column: 1; text-align: right; }
.tl-step:nth-child(even) .tl-card { grid-column: 3; }
.tl-step:nth-child(odd) .tl-ey { }

@media (max-width: 760px){
  .timeline::before { left: 27px; }
  .tl-step { grid-template-columns: 56px 1fr; gap: 18px; margin-bottom: 18px; }
  .tl-node { grid-column: 1; }
  .tl-step:nth-child(odd) .tl-card,
  .tl-step:nth-child(even) .tl-card { grid-column: 2; text-align: left; }
}

/* ---------- CLÍNICA ---------- */
.clinic { background: var(--sand); }
.clinic-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(36px, 5vw, 74px); align-items: center; }
.clinic-figure { border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 40px 80px -44px rgba(45,74,69,0.45); position: relative; }
.clinic-figure img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; transition: transform 1.2s var(--ease); }
.clinic-figure:hover img { transform: scale(1.04); }
.clinic-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 30px; margin-top: 36px; }
.clinic-feat .cf-t { display: flex; align-items: center; gap: 10px; font-family: var(--serif); font-size: 19px; color: var(--verde); font-weight: 600; margin-bottom: 7px; }
.clinic-feat .cf-t svg { width: 19px; height: 19px; color: var(--gold-deep); }
.clinic-feat p { font-size: 14px; font-weight: 300; line-height: 1.6; margin: 0; }
@media (max-width: 880px){ .clinic-grid { grid-template-columns: 1fr; } }
@media (max-width: 480px){ .clinic-feats { grid-template-columns: 1fr; } }

/* ---------- STATS band ---------- */
.stats-band { background: var(--verde-deeper); color: var(--cream); }
.stats-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; text-align: center; }
.stat .sv { font-family: var(--serif); font-size: clamp(46px, 6vw, 72px); font-weight: 600; color: var(--cream); line-height: 1; }
.stat .sv span { color: var(--gold-soft); }
.stat .sl { font-size: 13.5px; color: var(--cream-muted); margin-top: 12px; letter-spacing: 0.03em; font-weight: 300; }
.stat { position: relative; }
.stat:not(:last-child)::after { content:""; position:absolute; right: -15px; top: 12%; height: 76%; width: 1px; background: rgba(244,238,227,0.14); }
@media (max-width: 720px){ .stats-row { grid-template-columns: 1fr 1fr; gap: 44px 30px; } .stat:nth-child(2)::after { display:none; } }

/* ---------- DEPOIMENTOS ---------- */
.depo { background: var(--ivory-2); overflow: hidden; }
.depo-track-wrap { margin-top: 56px; position: relative; }
.depo-track { display: flex; gap: 26px; transition: transform 0.7s var(--ease); }
.depo-card {
  flex: 0 0 calc((100% - 52px) / 3);
  background: var(--ivory);
  border: 1px solid rgba(45,74,69,0.09);
  border-radius: var(--radius);
  padding: 34px 32px;
  display: flex; flex-direction: column;
}
.depo-card .stars { color: var(--gold); letter-spacing: 3px; font-size: 15px; margin-bottom: 18px; }
.depo-card .qt { font-family: var(--serif); font-style: italic; font-size: 20px; line-height: 1.5; color: var(--verde); margin-bottom: 24px; flex: 1; }
.depo-card .who { display: flex; align-items: center; gap: 14px; }
.depo-card .av { width: 46px; height: 46px; border-radius: 50%; background: var(--verde); color: var(--gold-soft); display: grid; place-items: center; font-family: var(--serif); font-size: 19px; font-weight: 600; }
.depo-card .nm { font-weight: 500; font-size: 15px; color: var(--ink); }
.depo-card .ro { font-size: 12.5px; color: var(--text-soft); }
.depo-nav { display: flex; gap: 12px; justify-content: center; margin-top: 44px; align-items: center; }
.depo-arrow {
  width: 50px; height: 50px; border-radius: 50%; border: 1px solid rgba(45,74,69,0.2);
  background: transparent; cursor: pointer; display: grid; place-items: center; color: var(--verde);
  transition: all 0.35s var(--ease);
}
.depo-arrow:hover { background: var(--verde); color: var(--cream); border-color: var(--verde); }
.depo-arrow svg { width: 18px; height: 18px; }
.depo-source { display:inline-flex; align-items:center; gap:9px; margin-top: 8px; font-size: 13px; color: var(--text-soft); }
.depo-source .g { font-weight:600; color: var(--verde); }
@media (max-width: 920px){ .depo-card { flex-basis: calc((100% - 26px) / 2); } }
@media (max-width: 620px){ .depo-card { flex-basis: 100%; } }

/* ---------- FAQ ---------- */
.faq { background: var(--ivory); }
.faq-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(36px,5vw,74px); align-items: start; }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid rgba(45,74,69,0.13); }
.faq-q { width:100%; text-align:left; background:none; border:0; cursor:pointer; padding: 24px 0; display:flex; gap: 18px; align-items:center; font-size: 17.5px; font-weight: 500; color: var(--ink); transition: color 0.3s; }
.faq-q:hover { color: var(--verde); }
.faq-q .fq-plus { margin-left:auto; position:relative; width:16px; height:16px; flex-shrink:0; }
.faq-q .fq-plus::before, .faq-q .fq-plus::after { content:""; position:absolute; background: var(--gold-deep); left:50%; top:50%; transition: transform 0.4s var(--ease); }
.faq-q .fq-plus::before { width:14px; height:1.8px; transform: translate(-50%,-50%); }
.faq-q .fq-plus::after { width:1.8px; height:14px; transform: translate(-50%,-50%); }
.faq-item.open .fq-plus::after { transform: translate(-50%,-50%) scaleY(0); }
.faq-item.open .faq-q { color: var(--verde); }
.faq-a { overflow:hidden; max-height:0; transition: max-height 0.5s var(--ease); }
.faq-a p { padding: 0 0 26px; font-size: 15px; font-weight: 300; line-height: 1.75; margin:0; max-width: 62ch; color: var(--text); }
@media (max-width: 880px){ .faq-grid { grid-template-columns: 1fr; } }

/* ---------- CTA final ---------- */
.cta-final { background: var(--verde-deep); color: var(--cream); text-align: center; overflow: hidden; }
.cta-final .mark-watermark { width: 460px; opacity: 0.06; left: 50%; top: 50%; transform: translate(-50%,-50%); filter: brightness(3); }
.cta-final h2 { color: var(--cream); margin-bottom: 22px; }
.cta-final .lead { color: var(--cream-muted); margin: 0 auto 38px; text-align: center; }
.cta-final .ctf-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ---------- FOOTER ---------- */
.footer { background: var(--verde-deeper); color: var(--cream-muted); padding-block: 72px 36px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; }
.footer .f-logo img { height: 64px; margin-bottom: 22px; filter: brightness(0) invert(1); opacity: 0.92; }
.footer p { color: var(--cream-muted); font-size: 14.5px; font-weight: 300; line-height: 1.7; max-width: 36ch; }
.footer h4 { font-family: var(--sans); font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-soft); margin: 0 0 22px; font-weight: 500; }
.footer .f-col a, .footer .f-col .fl { display: flex; gap: 11px; align-items: flex-start; color: var(--cream-muted); font-size: 14.5px; font-weight: 300; margin-bottom: 14px; transition: color 0.3s; }
.footer .f-col a:hover { color: var(--gold-soft); }
.footer .f-col svg { width: 17px; height: 17px; flex-shrink: 0; margin-top: 2px; color: var(--gold-soft); }
.footer-bottom { margin-top: 56px; padding-top: 28px; border-top: 1px solid rgba(244,238,227,0.12); display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; font-size: 12.5px; color: var(--cream-faint); }
@media (max-width: 760px){ .footer-grid { grid-template-columns: 1fr; gap: 38px; } }

/* ---------- Floating actions: back-to-top + WhatsApp ---------- */
.float-stack {
  position: fixed; right: 24px; bottom: 24px; z-index: 70;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.to-top {
  width: 46px; height: 46px; border-radius: 50%; cursor: pointer;
  border: 1px solid rgba(45,74,69,0.16);
  background: var(--ivory); color: var(--verde);
  display: grid; place-items: center;
  box-shadow: 0 14px 30px -14px rgba(45,74,69,0.5);
  opacity: 0; visibility: hidden; transform: translateY(8px) scale(0.9);
  transition: opacity 0.35s, transform 0.35s var(--ease), background 0.3s;
}
.to-top.show { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.to-top:hover { background: #fff; color: var(--verde-deep); }
.to-top svg { width: 22px; height: 22px; }

.wa-float {
  position: relative;
  width: 60px; height: 60px; border-radius: 50%;
  background: #2d4a45; color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 18px 40px -14px rgba(45,74,69,0.7);
  transition: transform 0.4s var(--ease), background 0.4s;
}
.wa-float:hover { transform: scale(1.08) translateY(-2px); background: var(--verde-deep); }
.wa-float svg { width: 30px; height: 30px; }
.wa-float .wa-pulse { position:absolute; inset:0; border-radius:50%; box-shadow:0 0 0 0 rgba(45,74,69,0.5); animation: wapulse 2.6s infinite; }
@keyframes wapulse { 0%{ box-shadow:0 0 0 0 rgba(45,74,69,0.45);} 70%{ box-shadow:0 0 0 16px rgba(45,74,69,0);} 100%{ box-shadow:0 0 0 0 rgba(45,74,69,0);} }
@media (max-width: 560px){
  .float-stack { right: 16px; bottom: 16px; }
  .wa-float { width: 54px; height: 54px; }
  .to-top { width: 42px; height: 42px; }
}

/* ---------- Footer credit + legal links ---------- */
.footer-bottom .fb-links { display: flex; gap: 10px; flex-wrap: wrap; }
.footer-bottom .fb-links a, .footer-credit a { color: var(--gold-soft); transition: color 0.3s; }
.footer-bottom .fb-links a:hover, .footer-credit a:hover { color: var(--cream); }
.footer-credit { margin-top: 18px; text-align: center; font-size: 12.5px; color: var(--cream-faint); }

/* ---------- Legal pages (privacidade / termos) ---------- */
.legal { background: var(--ivory); padding-block: clamp(48px, 6vw, 96px); }
.legal-doc { max-width: 820px; margin-inline: auto; }
.legal-doc h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(32px, 4.4vw, 50px); color: var(--verde); line-height: 1.08; }
.legal-doc .updated { color: var(--text-soft); font-size: 14px; margin: 10px 0 40px; }
.legal-doc h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(21px, 2.4vw, 27px); color: var(--verde); margin: 40px 0 12px; }
.legal-doc p, .legal-doc li { color: var(--text); font-size: 16px; line-height: 1.78; font-weight: 300; }
.legal-doc p { margin-bottom: 14px; }
.legal-doc ul { margin: 0 0 14px; padding-left: 22px; }
.legal-doc li { margin-bottom: 8px; }
.legal-doc strong { color: var(--ink); font-weight: 600; }
.legal-doc a { color: var(--gold-deep); text-decoration: underline; }
.legal-doc a:hover { color: var(--verde); }
