/* ===================================================================
   TÊMPORA — Fisioterapia especializada em cabeça e pescoço
   Landing premium. Verde #213D31 · Dourado #C7A875 · Branco
   =================================================================== */

:root {
  --green: #213D31;
  --green-deep: #16291f;
  --green-soft: #2c5040;
  --gold: #C7A875;
  --gold-light: #ddc6a0;
  --gold-deep: #a98a55;
  --cream: #f6f1e7;
  --paper: #fbf9f4;
  --white: #ffffff;
  --ink: #1a221d;
  --muted: #5d6b62;

  --ff-display: "Fraunces", Georgia, "Times New Roman", serif;
  --ff-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --shadow-sm: 0 2px 10px rgba(22, 41, 31, .06);
  --shadow-md: 0 18px 50px -18px rgba(22, 41, 31, .28);
  --shadow-lg: 0 40px 90px -30px rgba(22, 41, 31, .45);

  --radius: 22px;
  --radius-lg: 34px;
  --maxw: 1200px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }

body {
  font-family: var(--ff-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  overflow-x: hidden;
}

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

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

.wrap { width: min(100% - 2.6rem, var(--maxw)); margin-inline: auto; }

/* ---------- Typography ---------- */
.display {
  font-family: var(--ff-display);
  font-weight: 400;
  font-optical-sizing: auto;
  line-height: 1.04;
  letter-spacing: -.015em;
}
h1, h2, h3 { font-family: var(--ff-display); font-weight: 400; line-height: 1.08; letter-spacing: -.01em; }

.kicker {
  font-family: var(--ff-body);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold-deep);
  display: inline-flex;
  align-items: center;
  gap: .6rem;
}
.kicker::before {
  content: ""; width: 26px; height: 1px; background: var(--gold); display: inline-block;
}
.italic { font-style: italic; color: var(--gold-deep); }

/* ---------- Buttons ---------- */
.btn {
  --bg: var(--gold);
  --fg: var(--green-deep);
  display: inline-flex; align-items: center; gap: .65rem;
  background: var(--bg); color: var(--fg);
  font-family: var(--ff-body); font-weight: 600; font-size: .98rem;
  padding: 1.05rem 1.9rem; border-radius: 100px; border: none; cursor: pointer;
  letter-spacing: .01em;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), background .3s;
  box-shadow: 0 14px 30px -12px rgba(199, 168, 117, .7);
  position: relative; overflow: hidden;
}
.btn svg { width: 18px; height: 18px; transition: transform .4s var(--ease); }
.btn:hover { transform: translateY(-3px); box-shadow: 0 22px 44px -14px rgba(199, 168, 117, .85); }
.btn:hover svg { transform: translateX(4px); }
.btn--ghost {
  --bg: transparent; --fg: var(--white);
  border: 1px solid rgba(255,255,255,.32); box-shadow: none; backdrop-filter: blur(6px);
}
.btn--ghost:hover { background: rgba(255,255,255,.08); box-shadow: none; }
.btn--dark { --bg: var(--green); --fg: var(--white); box-shadow: 0 14px 30px -12px rgba(33,61,49,.55); }

/* ---------- Nav ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  padding: 1.1rem 0;
  transition: padding .4s var(--ease), background .4s var(--ease), box-shadow .4s var(--ease);
}
.nav__inner {
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(33, 61, 49, .26);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 100px;
  padding: .55rem .7rem .55rem 1.4rem;
  transition: background .4s var(--ease), border-color .4s;
}
.nav.scrolled .nav__inner { background: rgba(22, 41, 31, .82); border-color: rgba(199,168,117,.22); }
.nav__logo { height: 30px; filter: brightness(0) invert(1); opacity: .96; }
.nav__links { display: flex; gap: 2rem; align-items: center; }
.nav__links a { color: rgba(255,255,255,.82); font-size: .92rem; font-weight: 500; transition: color .3s; }
.nav__links a:hover { color: var(--gold-light); }
.nav__cta { padding: .7rem 1.4rem; font-size: .9rem; }
.nav__burger { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; }
.nav__burger span { width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: .3s; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: radial-gradient(120% 120% at 80% 0%, var(--green-soft) 0%, var(--green) 42%, var(--green-deep) 100%);
  color: var(--white);
  padding: 11rem 0 6rem;
  overflow: hidden;
}
.hero__orb { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .5; pointer-events: none; }
.hero__orb--1 { width: 460px; height: 460px; background: rgba(199,168,117,.4); top: -120px; right: -80px; }
.hero__orb--2 { width: 380px; height: 380px; background: rgba(44,80,64,.9); bottom: -160px; left: -120px; }
.hero__grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 3.5rem; align-items: center;
}
.hero__badge {
  display: inline-flex; align-items: center; gap: .55rem;
  background: rgba(199,168,117,.14); border: 1px solid rgba(199,168,117,.32);
  color: var(--gold-light); font-size: .8rem; font-weight: 600; letter-spacing: .04em;
  padding: .5rem 1rem; border-radius: 100px; margin-bottom: 1.8rem;
}
.hero__badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 0 rgba(199,168,117,.7); animation: pulse 2.4s infinite; }
.hero h1 { font-size: clamp(2.7rem, 6vw, 4.5rem); margin-bottom: 1.5rem; }
.hero h1 .italic { font-style: italic; color: var(--gold-light); }
.hero__sub { font-size: 1.18rem; color: rgba(255,255,255,.78); max-width: 30rem; margin-bottom: 2.4rem; }
.hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero__stats { display: flex; gap: 2.4rem; margin-top: 3.2rem; padding-top: 2.2rem; border-top: 1px solid rgba(255,255,255,.14); }
.hero__stat .n { font-family: var(--ff-display); font-size: 2.2rem; color: var(--gold-light); line-height: 1; }
.hero__stat .l { font-size: .82rem; color: rgba(255,255,255,.62); margin-top: .4rem; }

.hero__media { position: relative; }
.hero__photo {
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg);
  aspect-ratio: 4/5; transform: rotate(1.4deg);
  border: 1px solid rgba(255,255,255,.12);
}
.hero__photo img { width: 100%; height: 100%; object-fit: cover; }
.hero__glass {
  position: absolute; bottom: -22px; left: -28px;
  background: rgba(255,255,255,.1); backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  border: 1px solid rgba(255,255,255,.22); border-radius: 20px;
  padding: 1.1rem 1.3rem; display: flex; align-items: center; gap: .9rem;
  box-shadow: var(--shadow-md); max-width: 250px;
}
.hero__glass .ic { width: 40px; height: 40px; border-radius: 12px; background: rgba(199,168,117,.25); display: grid; place-items: center; flex-shrink: 0; }
.hero__glass .ic svg { width: 20px; height: 20px; stroke: var(--gold-light); }
.hero__glass p { font-size: .82rem; color: rgba(255,255,255,.9); line-height: 1.4; }
.hero__glass strong { display: block; font-family: var(--ff-display); font-size: 1rem; color: #fff; }

/* ---------- Marquee ---------- */
.marquee { background: var(--green-deep); color: rgba(255,255,255,.6); padding: 1.1rem 0; overflow: hidden; white-space: nowrap; border-block: 1px solid rgba(199,168,117,.16); }
.marquee__track { display: inline-flex; gap: 3rem; animation: scroll-x 28s linear infinite; }
.marquee span { font-family: var(--ff-display); font-style: italic; font-size: 1.25rem; display: inline-flex; align-items: center; gap: 3rem; }
.marquee span::after { content: "✦"; color: var(--gold); font-style: normal; font-size: .8rem; }

/* ---------- Section base ---------- */
section { position: relative; }
.section { padding: 7rem 0; }
.section__head { max-width: 42rem; margin-bottom: 3.5rem; }
.section__head.center { margin-inline: auto; text-align: center; }
.section__head h2 { font-size: clamp(2rem, 4.4vw, 3.2rem); margin: 0 0 1.1rem; }
.section__head p { color: var(--muted); font-size: 1.08rem; }
.section__cta { display: flex; justify-content: center; margin-top: 3.2rem; }

/* ---------- Problem (empathy) ---------- */
.problem { background: var(--cream); }
.problem__grid { display: block; max-width: 760px; margin-inline: auto; }
.pain {
  background: var(--white); border-radius: var(--radius); padding: 2.2rem 2.2rem;
  border: 1px solid rgba(33,61,49,.07); box-shadow: var(--shadow-md);
  position: sticky; margin-bottom: 1.4rem;
}
.pain:nth-child(1) { top: 104px; }
.pain:nth-child(2) { top: 120px; }
.pain:nth-child(3) { top: 136px; }
.pain:nth-child(4) { top: 152px; }
.pain:nth-child(5) { top: 168px; }
.pain:nth-child(6) { top: 184px; }
.pain .ic { margin-bottom: 1rem; }
.pain .ic { width: 48px; height: 48px; border-radius: 14px; background: var(--green); display: grid; place-items: center; margin-bottom: 1.2rem; }
.pain .ic svg { width: 24px; height: 24px; stroke: var(--gold-light); }
.pain h3 { font-size: 1.3rem; margin-bottom: .5rem; }
.pain p { font-size: .96rem; color: var(--muted); }

/* ---------- DTM + Bruxismo ---------- */
.dtm { background: var(--paper); }
.dtm__grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem;
  align-items: stretch; margin-bottom: 5rem;
}
.dtm__symptoms {
  background: var(--green-deep); color: rgba(255,255,255,.94);
  border-radius: var(--radius-lg); padding: 2.8rem 2.6rem;
  position: relative; box-shadow: var(--shadow-md);
  overflow: hidden;
}
.dtm__symptoms::after {
  content: ""; position: absolute; top: -80px; right: -80px;
  width: 240px; height: 240px; border-radius: 50%;
  background: radial-gradient(circle, rgba(199,168,117,.18), transparent 70%);
  pointer-events: none;
}
.dtm__chip {
  display: inline-block; background: rgba(199,168,117,.18);
  color: var(--gold-light); font-family: var(--ff-body);
  font-size: .74rem; font-weight: 600; letter-spacing: .22em;
  text-transform: uppercase;
  padding: .55rem 1.1rem; border-radius: 100px; margin-bottom: 1.8rem;
  border: 1px solid rgba(199,168,117,.32);
}
.dtm__symptoms ul { list-style: none; display: grid; gap: 1rem; position: relative; z-index: 2; }
.dtm__symptoms li {
  display: flex; gap: .9rem; align-items: flex-start;
  font-size: 1.04rem; line-height: 1.5; color: rgba(255,255,255,.92);
}
.dtm__symptoms li::before {
  content: ""; width: 8px; height: 8px; flex-shrink: 0;
  background: var(--gold); border-radius: 50%; margin-top: 9px;
}
.dtm__media {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-md); min-height: 380px;
}
.dtm__media img {
  width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0;
}
.dtm__caption {
  position: absolute; left: 1.2rem; bottom: 1.2rem; right: 1.2rem;
  background: rgba(22,41,31,.78); backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(199,168,117,.22);
  border-radius: 16px; padding: 1rem 1.2rem; color: #fff;
}
.dtm__caption strong { font-family: var(--ff-display); font-size: 1.1rem; display: block; color: var(--gold-light); }
.dtm__caption span { font-size: .88rem; color: rgba(255,255,255,.82); }

/* Bruxismo */
.bruxismo { margin-top: 4.5rem; }
.bruxismo__head { max-width: 42rem; margin-bottom: 2.4rem; }
.bruxismo__head h3 { font-size: clamp(1.85rem, 4vw, 2.6rem); margin: .8rem 0 .8rem; }
.bruxismo__head p { color: var(--muted); font-size: 1.05rem; }
.bruxismo__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.bruxo__card {
  background: var(--white);
  border: 1px solid rgba(33,61,49,.08);
  border-radius: var(--radius); padding: 2.2rem 2rem;
  box-shadow: var(--shadow-sm);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .4s;
  position: relative;
}
.bruxo__card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(199,168,117,.4);
}
.bruxo__tag {
  display: inline-block; font-family: var(--ff-body);
  font-size: .74rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold-deep); background: rgba(199,168,117,.14);
  padding: .42rem .9rem; border-radius: 100px;
  margin-bottom: 1.3rem;
}
.bruxo__card h4 {
  font-family: var(--ff-display); font-size: 1.4rem;
  color: var(--green); margin-bottom: .8rem; line-height: 1.2;
  font-weight: 400;
}
.bruxo__card p { color: var(--muted); font-size: .98rem; line-height: 1.55; }

/* ---------- Mosaic ---------- */
.mosaic { background: var(--paper); }
.mosaic__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(2, 1fr);
  aspect-ratio: 2 / 1; gap: 1rem;
}
.mosaic__item { overflow: hidden; border-radius: 18px; position: relative; box-shadow: var(--shadow-sm); }
.mosaic__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.mosaic__item:hover img { transform: scale(1.07); }
.mosaic__item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(22,41,31,.35), transparent 55%); opacity: 0; transition: opacity .5s; }
.mosaic__item:hover::after { opacity: 1; }
.m-wide { grid-column: span 2; }

/* ---------- Services ---------- */
.services { background: var(--green); color: var(--white); }
.services .section__head h2 { color: #fff; }
.services .section__head p { color: rgba(255,255,255,.7); }
.services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.svc {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius); padding: 2.1rem 1.9rem;
  backdrop-filter: blur(6px); transition: transform .5s var(--ease), background .4s, border-color .4s;
  position: relative; overflow: hidden;
}
.svc::before { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 120% at 0 0, rgba(199,168,117,.16), transparent 60%); opacity: 0; transition: opacity .5s; }
.svc:hover { transform: translateY(-6px); background: rgba(255,255,255,.07); border-color: rgba(199,168,117,.35); }
.svc:hover::before { opacity: 1; }
.svc .ic { width: 54px; height: 54px; border-radius: 16px; background: rgba(199,168,117,.16); display: grid; place-items: center; margin-bottom: 1.4rem; }
.svc .ic svg { width: 26px; height: 26px; stroke: var(--gold-light); }
.svc h3 { font-size: 1.45rem; color: #fff; margin-bottom: .6rem; }
.svc p { font-size: .95rem; color: rgba(255,255,255,.68); }
.svc .num { position: absolute; top: 1.4rem; right: 1.6rem; font-family: var(--ff-display); font-size: 1rem; color: rgba(199,168,117,.55); }

/* ---------- About doctor ---------- */
.about__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 4rem; align-items: center; }
.about__media { position: relative; }
.about__photo { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 4/5; }
.about__photo img { width: 100%; height: 100%; object-fit: cover; }
.about__tag {
  position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%);
  background: rgba(251,249,244,.9); backdrop-filter: blur(10px);
  border: 1px solid rgba(33,61,49,.1); border-radius: 16px; padding: .9rem 1.4rem; text-align: center;
  box-shadow: var(--shadow-md); width: max-content;
}
.about__tag strong { font-family: var(--ff-display); font-size: 1.15rem; color: var(--green); display: block; }
.about__tag span { font-size: .78rem; color: var(--muted); letter-spacing: .04em; }
.about h2 { font-size: clamp(2rem, 4vw, 2.9rem); margin: 1rem 0 1.4rem; }
.about p { color: var(--muted); font-size: 1.06rem; margin-bottom: 1.2rem; }
.about__list { list-style: none; margin: 1.8rem 0; display: grid; gap: .9rem; }
.about__list li { display: flex; gap: .8rem; align-items: flex-start; font-size: 1rem; color: var(--ink); }
.about__list svg { width: 22px; height: 22px; stroke: var(--gold-deep); flex-shrink: 0; margin-top: 2px; }

/* ---------- Steps ---------- */
.steps { background: var(--cream); }
.steps__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; counter-reset: step; }
.step { background: var(--white); border-radius: var(--radius); padding: 2.4rem 2rem; box-shadow: var(--shadow-sm); position: relative; }
.step__n { font-family: var(--ff-display); font-size: 2.6rem; color: var(--gold); line-height: 1; margin-bottom: 1rem; }
.step h3 { font-size: 1.35rem; margin-bottom: .5rem; }
.step p { color: var(--muted); font-size: .96rem; }

/* ---------- Depoimentos ---------- */
.depo { background: var(--paper); }

/* Carrossel estilo Netflix: 1 card centralizado, pedacinho dos vizinhos */
.depo__carousel { position: relative; max-width: 1180px; margin: 0 auto; padding: 0 64px; }
.depo__viewport { overflow: hidden; padding: .8rem 0 1.4rem; }
.depo__track {
  display: flex;
  gap: 1.6rem;
  transition: transform .55s cubic-bezier(.4,.0,.2,1);
  will-change: transform;
}
.depo__track .depo__card {
  flex: 0 0 78%;
  scroll-snap-align: center;
  transition: transform .55s cubic-bezier(.4,.0,.2,1), opacity .55s, filter .55s;
  opacity: .6; transform: scale(.95);
}
.depo__track .depo__card.is-active { opacity: 1; transform: scale(1); }
.depo__nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--white); border: 1px solid rgba(33,61,49,.12);
  color: var(--green);
  display: grid; place-items: center;
  cursor: pointer; box-shadow: var(--shadow-md);
  transition: transform .3s, box-shadow .3s, background .3s;
  z-index: 5;
}
.depo__nav svg { width: 22px; height: 22px; }
.depo__nav:hover { transform: translateY(-50%) scale(1.06); box-shadow: var(--shadow-lg); background: var(--gold); color: var(--green-deep); }
.depo__nav.prev { left: 4px; }
.depo__nav.next { right: 4px; }
.depo__nav[disabled] { opacity: .35; cursor: not-allowed; transform: translateY(-50%); }
.depo__dots { display: flex; justify-content: center; gap: .55rem; margin-top: 1.2rem; }
.depo__dots button {
  width: 28px; height: 4px; border-radius: 4px;
  background: rgba(33,61,49,.18); border: none; padding: 0;
  cursor: pointer; transition: background .3s, width .3s;
}
.depo__dots button.is-active { background: var(--gold); width: 44px; }
@media (max-width: 780px) {
  .depo__carousel { padding: 0 12px; }
  .depo__track .depo__card { flex: 0 0 88%; }
  .depo__nav { width: 42px; height: 42px; }
  .depo__nav.prev { left: -6px; }
  .depo__nav.next { right: -6px; }
}

.depo__card {
  background: var(--white);
  border: 1px solid rgba(33,61,49,.08);
  border-radius: var(--radius);
  padding: 2.4rem 2.2rem 2rem;
  box-shadow: var(--shadow-md);
  position: relative;
  display: flex; flex-direction: column;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.depo__card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.depo__quote {
  width: 36px; height: 36px;
  color: var(--gold);
  margin-bottom: 1.2rem;
  opacity: .85;
}
.depo__title {
  font-family: var(--ff-display);
  font-size: 1.25rem; font-weight: 400;
  color: var(--green);
  margin-bottom: 1rem;
  line-height: 1.2;
}
.depo__body {
  color: var(--muted);
  font-size: 1rem; line-height: 1.6;
  position: relative;
  overflow: hidden;
  transition: max-height .55s var(--ease);
}
.depo__body p { margin-bottom: 1rem; }
.depo__body p:last-child { margin-bottom: 0; }

.depo--long .depo__body {
  max-height: 4.9em;
}
.depo--long .depo__body::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 4em; pointer-events: none;
  background: linear-gradient(to bottom, rgba(255,255,255,0), var(--white) 88%);
}
.depo--long[data-expanded="true"] .depo__body {
  max-height: 80em;
}
.depo--long[data-expanded="true"] .depo__body::after { opacity: 0; }

.depo__toggle {
  align-self: flex-start;
  margin-top: 1rem;
  background: none; border: none; cursor: pointer;
  font-family: var(--ff-body); font-weight: 600; font-size: .92rem;
  color: var(--gold-deep);
  padding: .3rem 0;
  display: inline-flex; align-items: center; gap: .35rem;
  letter-spacing: .01em;
  transition: color .3s;
}
.depo__toggle::after {
  content: "↓"; transition: transform .35s var(--ease);
  font-size: .9rem;
}
.depo__toggle:hover { color: var(--green); }
.depo--long[data-expanded="true"] .depo__toggle::after { transform: rotate(180deg); }

.depo__foot {
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  display: flex; align-items: center; gap: .85rem;
  border-top: 1px solid rgba(33,61,49,.08);
}
.depo__avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  color: var(--green-deep);
  display: grid; place-items: center;
  font-family: var(--ff-display); font-size: 1.15rem; font-weight: 500;
  flex-shrink: 0;
}
.depo__foot strong {
  display: block;
  font-family: var(--ff-display); font-weight: 500;
  color: var(--green); font-size: 1.02rem;
  line-height: 1.2;
}
.depo__foot span {
  font-size: .82rem; color: var(--muted);
  letter-spacing: .02em;
}

/* ---------- Final CTA ---------- */
.cta {
  background: radial-gradient(120% 140% at 50% 0%, var(--green-soft), var(--green) 45%, var(--green-deep));
  color: var(--white); text-align: center; padding: 7rem 0; position: relative; overflow: hidden;
}
.cta .hero__orb--1 { top: -160px; right: 10%; opacity: .35; }
.cta__inner { position: relative; z-index: 2; max-width: 44rem; margin-inline: auto; }
.cta h2 { font-size: clamp(2.2rem, 5vw, 3.6rem); margin-bottom: 1.3rem; }
.cta h2 .italic { color: var(--gold-light); }
.cta p { color: rgba(255,255,255,.78); font-size: 1.12rem; margin-bottom: 2.4rem; }

/* ---------- Footer ---------- */
.footer { background: var(--green-deep); color: rgba(255,255,255,.62); padding: 4rem 0 2.2rem; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; padding-bottom: 2.8rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer__logo { height: 38px; filter: brightness(0) invert(1); margin-bottom: 1.2rem; }
.footer p { font-size: .92rem; max-width: 22rem; }
.footer h4 { color: var(--gold-light); font-family: var(--ff-body); font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 1.1rem; }
.footer ul { list-style: none; display: grid; gap: .7rem; }
.footer a { font-size: .94rem; transition: color .3s; }
.footer a:hover { color: var(--gold-light); }
.footer__bottom { padding-top: 1.8rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; font-size: .82rem; color: rgba(255,255,255,.4); }

/* ---------- WhatsApp float ---------- */
.wfloat {
  position: fixed; bottom: 1.6rem; right: 1.6rem; z-index: 90;
  width: 58px; height: 58px; border-radius: 50%; background: #25d366;
  display: grid; place-items: center; box-shadow: 0 12px 30px -8px rgba(37,211,102,.7);
  transition: transform .4s var(--ease);
}
.wfloat:hover { transform: scale(1.08); }
.wfloat svg { width: 30px; height: 30px; fill: #fff; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .1s; }
.reveal[data-d="2"] { transition-delay: .2s; }
.reveal[data-d="3"] { transition-delay: .3s; }
.reveal[data-d="4"] { transition-delay: .4s; }

/* ---------- Keyframes ---------- */
@keyframes scroll-x { to { transform: translateX(-50%); } }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(199,168,117,.6); } 70% { box-shadow: 0 0 0 9px rgba(199,168,117,0); } 100% { box-shadow: 0 0 0 0 rgba(199,168,117,0); } }
@keyframes float-y { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero__grid { grid-template-columns: 1fr; gap: 3rem; }
  .hero__media { max-width: 26rem; margin-inline: auto; }
  .about__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .services__grid, .steps__grid { grid-template-columns: 1fr 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .dtm__grid { grid-template-columns: 1fr; }
  .dtm__media { min-height: 320px; aspect-ratio: 4/5; }
  .bruxismo__grid { grid-template-columns: 1fr; }
  .depo__grid { grid-template-columns: 1fr; }
  .depo--long .depo__body { max-height: 11em; }
}
@media (max-width: 680px) {
  .nav__links { display: none; }
  .nav__burger { display: flex; }
  .section { padding: 4.6rem 0; }
  .hero { padding: 8.5rem 0 4rem; }
  .hero__stats { gap: 1.4rem; }
  .steps__grid, .footer__grid { grid-template-columns: 1fr; }
  .hero__glass { left: 0; }

  /* Mosaico vira carrossel estilo catálogo (Netflix) no mobile */
  .mosaic__grid {
    display: flex; grid-template-columns: none; grid-template-rows: none;
    aspect-ratio: auto; overflow-x: auto; scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; gap: .85rem;
    padding: 0 0 .6rem; margin: 0 -1.3rem; scroll-padding-left: 1.3rem;
    scrollbar-width: none;
  }
  .mosaic__grid::-webkit-scrollbar { display: none; }
  .mosaic__grid::before, .mosaic__grid::after { content: ""; flex: 0 0 1.3rem; }
  .mosaic__item { flex: 0 0 76%; aspect-ratio: 1 / 1; scroll-snap-align: center; }
  .m-wide { flex-basis: 76%; }

  /* Sticky-stack dos cards de tratamento no mobile */
  .services__grid { display: block; }
  .services__grid .svc {
    position: sticky;
    margin-bottom: 1.4rem;
    background: #1d3528;
    border: 1px solid rgba(199,168,117,.2);
    box-shadow: 0 -12px 44px -22px rgba(0,0,0,.7);
    transform: none;
  }
  .services__grid .svc::before { display: none; }
  .services__grid .svc:nth-child(1) { top: 84px; }
  .services__grid .svc:nth-child(2) { top: 100px; }
  .services__grid .svc:nth-child(3) { top: 116px; }
  .services__grid .svc:nth-child(4) { top: 132px; }
  .services__grid .svc:nth-child(5) { top: 148px; }
  .services__grid .svc:nth-child(6) { top: 164px; }
}
