/* =========================================================
   VIVA MAIS FISIOTERAPIA — Dra. Cláudia Luciana
   Brand: White · Green #a2d743 · Blue #1477ce · Navy
   ========================================================= */

/* ---------- Tokens ---------- */
:root {
  --green: #a2d743;
  --green-600: #8ec52b;
  --green-700: #6f9f1f;
  --green-tint: #f2f9e4;

  --blue: #1477ce;
  --blue-600: #1069b8;
  --blue-700: #0d5296;
  --blue-tint: #eaf3fb;

  --navy: #0b2545;
  --navy-700: #123a6b;
  --navy-800: #0a1f3d;

  --ink: #13233b;
  --body: #45505f;
  --muted: #6c7889;
  --line: #e6edf4;

  --bg: #ffffff;
  --bg-soft: #f4f9fd;
  --bg-soft2: #eef5fb;

  --radius: 20px;
  --radius-sm: 14px;
  --radius-lg: 30px;
  --radius-pill: 999px;

  --shadow-sm: 0 2px 10px rgba(11, 37, 69, .06);
  --shadow: 0 14px 34px rgba(11, 37, 69, .10);
  --shadow-lg: 0 30px 70px rgba(11, 37, 69, .18);
  --shadow-green: 0 14px 30px rgba(120, 181, 24, .35);

  --ff-display: "Poppins", system-ui, sans-serif;
  --ff-body: "Inter", system-ui, sans-serif;

  --container: 1180px;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--ff-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--body);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--ff-display); color: var(--ink); line-height: 1.15; font-weight: 700; letter-spacing: -.01em; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 22px; }

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--navy); color: #fff; padding: 10px 16px; border-radius: 10px;
  transition: top .2s var(--ease);
}
.skip-link:focus { top: 12px; }

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

/* ---------- Highlights ---------- */
.hl-green { color: var(--green-700); }
.hl-blue { color: var(--blue-700); }
.hl-green, .hl-blue { position: relative; }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: var(--blue);
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--ff-display); font-weight: 600; font-size: 15.5px;
  padding: 13px 22px; border-radius: var(--radius-pill); border: 2px solid transparent;
  background: var(--btn-bg); color: #fff; cursor: pointer;
  transition: transform .18s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease), border-color .2s var(--ease);
  white-space: nowrap;
}
.btn svg { width: 19px; height: 19px; flex: none; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--lg { padding: 16px 30px; font-size: 16.5px; }

.btn--wa {
  --btn-bg: linear-gradient(135deg, var(--green) 0%, var(--green-600) 100%);
  color: var(--navy); box-shadow: var(--shadow-green);
}
.btn--wa svg { stroke: var(--navy); stroke-width: 1.9; fill: none; }
.btn--wa:hover { box-shadow: 0 18px 38px rgba(120, 181, 24, .45); }

.btn--ghost {
  background: transparent; color: var(--blue-700); border-color: #cfe0f0;
}
.btn--ghost:hover { border-color: var(--blue); background: var(--blue-tint); }

.btn--outline { background: transparent; color: var(--blue-700); border-color: var(--blue); }
.btn--outline:hover { background: var(--blue); color: #fff; }

.btn--light { background: #fff; color: var(--navy); }
.btn--light:hover { background: #eaf3fb; }

/* ---------- Kicker / section heads ---------- */
.kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--ff-display); font-weight: 600; font-size: 13.5px; letter-spacing: .06em; text-transform: uppercase;
  color: var(--blue-700); background: var(--blue-tint);
  padding: 7px 15px; border-radius: var(--radius-pill); margin-bottom: 18px;
}
.kicker--light { color: #cdeafd; background: rgba(255, 255, 255, .12); }

.section { padding: clamp(64px, 9vw, 118px) 0; }
.section__head { max-width: 720px; margin: 0 auto clamp(40px, 5vw, 60px); text-align: center; }
.section__title { font-size: clamp(28px, 4.4vw, 44px); font-weight: 700; }
.section__title--light { color: #fff; }
.section__sub { margin-top: 16px; font-size: 18px; color: var(--muted); }

/* =========================================================
   TOP BAR
   ========================================================= */
.topbar { background: var(--navy); color: #dbe7f4; font-size: 13.5px; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; min-height: 44px; gap: 16px; }
.topbar__info { display: flex; align-items: center; gap: 22px; }
.topbar__item { display: inline-flex; align-items: center; gap: 8px; color: #cdddee; transition: color .2s; }
.topbar__item:hover { color: #fff; }
.topbar__item svg { width: 16px; height: 16px; fill: none; stroke: var(--green); stroke-width: 1.8; }
.topbar__social { display: flex; gap: 8px; }
.topbar__social a {
  width: 30px; height: 30px; display: grid; place-items: center; border-radius: 8px;
  background: rgba(255, 255, 255, .08); color: #dbe7f4; transition: background .2s, color .2s, transform .2s;
}
.topbar__social a:hover { background: var(--green); color: var(--navy); transform: translateY(-2px); }
.topbar__social svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; }

/* =========================================================
   NAV
   ========================================================= */
.nav {
  position: sticky; top: 0; z-index: 100; background: transparent;
  border-bottom: 1px solid transparent;
  transition: box-shadow .25s var(--ease), border-color .25s var(--ease);
}
/* Frosted background on a pseudo-element so .nav does NOT become a containing
   block for its position:fixed mobile menu (backdrop-filter would trap it). */
.nav::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
}
.nav.is-stuck { box-shadow: var(--shadow-sm); border-color: var(--line); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; min-height: 74px; gap: 20px; }

.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand__mark {
  width: 54px; height: 54px; flex: none;
  display: grid; place-items: center;
}
.brand__mark img { width: 100%; height: 100%; object-fit: contain; }
.brand__text strong { display: block; font-family: var(--ff-display); font-weight: 700; font-size: 17px; color: var(--navy); line-height: 1.1; letter-spacing: -.01em; }
.brand__text strong span { color: var(--green-700); }
.brand__text small { display: block; font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-top: 2px; }

.nav__links { display: flex; align-items: center; gap: 6px; }
.nav__links > a:not(.btn) {
  font-family: var(--ff-display); font-weight: 500; font-size: 15px; color: var(--ink);
  padding: 9px 13px; border-radius: 10px; transition: color .2s, background .2s;
}
.nav__links > a:not(.btn):hover { color: var(--blue-700); background: var(--blue-tint); }
.nav__cta { margin-left: 10px; padding: 11px 20px; }

.nav__toggle { display: none; width: 46px; height: 46px; border: 0; background: var(--blue-tint); border-radius: 12px; position: relative; }
.nav__toggle span { position: absolute; left: 12px; right: 12px; height: 2.4px; background: var(--navy); border-radius: 2px; transition: transform .25s var(--ease), opacity .2s; }
.nav__toggle span:nth-child(1) { top: 15px; }
.nav__toggle span:nth-child(2) { top: 22px; }
.nav__toggle span:nth-child(3) { top: 29px; }
.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); }

/* =========================================================
   HERO
   ========================================================= */
.hero { position: relative; padding: clamp(46px, 7vw, 92px) 0 clamp(60px, 8vw, 104px); overflow: hidden; }
.hero__bg {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(60% 55% at 82% 8%, rgba(162, 215, 67, .18), transparent 60%),
    radial-gradient(55% 60% at 6% 92%, rgba(20, 119, 206, .12), transparent 58%),
    linear-gradient(180deg, #fbfdff 0%, var(--bg-soft) 100%);
}
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px, 5vw, 68px); align-items: center; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--ff-display); font-weight: 600; font-size: 13.5px; color: var(--green-700);
  background: var(--green-tint); border: 1px solid rgba(120, 181, 24, .25);
  padding: 8px 16px; border-radius: var(--radius-pill); margin-bottom: 22px;
}
.eyebrow svg { width: 16px; height: 16px; fill: none; stroke: var(--green-700); stroke-width: 2.4; }

.hero__title { font-size: clamp(33px, 5.6vw, 58px); font-weight: 800; letter-spacing: -.02em; color: var(--navy); }
.hero__lead { margin-top: 22px; font-size: clamp(17px, 2vw, 19.5px); color: var(--body); max-width: 560px; }
.hero__lead strong { color: var(--ink); font-weight: 600; }

.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }

.hero__trust { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 34px; }
.hero__trust li { position: relative; font-size: 15px; color: var(--muted); padding-left: 26px; }
.hero__trust li::before {
  content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 17px; height: 17px; border-radius: 50%;
  background: var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m5 13 4 4 10-10' fill='none' stroke='%230b2545' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/12px no-repeat;
}
.hero__trust strong { color: var(--ink); font-weight: 700; }

.hero__media { position: relative; }
.hero__photo {
  position: relative; border-radius: 32px; overflow: hidden;
  background: linear-gradient(160deg, var(--blue) 0%, var(--navy) 100%);
  box-shadow: var(--shadow-lg); aspect-ratio: 5 / 5.1;
}
.hero__photo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(11, 37, 69, .28));
}
.hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.hero__media::before {
  content: ""; position: absolute; z-index: -1; inset: auto -18px -18px auto; width: 72%; height: 72%;
  background: var(--green); border-radius: 34px; opacity: .16; transform: rotate(6deg);
}

.hero__badge {
  position: absolute; left: -14px; bottom: 26px; z-index: 3;
  display: flex; align-items: center; gap: 12px;
  background: #fff; padding: 13px 18px 13px 14px; border-radius: 18px; box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
.hero__badge-ico { width: 42px; height: 42px; border-radius: 12px; background: var(--green-tint); display: grid; place-items: center; flex: none; }
.hero__badge-ico svg { width: 24px; height: 24px; fill: none; stroke: var(--green-700); stroke-width: 1.9; }
.hero__badge strong { display: block; font-family: var(--ff-display); font-size: 15px; color: var(--ink); line-height: 1.2; }
.hero__badge small { color: var(--muted); font-size: 12.5px; }

/* =========================================================
   STATS
   ========================================================= */
.stats { margin-top: -34px; position: relative; z-index: 4; }
.stats__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  background: linear-gradient(120deg, var(--navy) 0%, var(--navy-700) 100%);
  border-radius: var(--radius); box-shadow: var(--shadow-lg); overflow: hidden;
}
.stat { padding: 30px 26px; text-align: center; border-right: 1px solid rgba(255, 255, 255, .1); }
.stat:last-child { border-right: 0; }
.stat__num { display: block; font-family: var(--ff-display); font-weight: 800; font-size: 42px; color: var(--green); line-height: 1; letter-spacing: -.02em; }
.stat__num em { font-style: normal; color: #cdeafd; }
.stat__num--word { font-size: 30px; color: #fff; }
.stat__label { display: block; margin-top: 10px; font-size: 14px; color: #bcd0e6; line-height: 1.4; }

/* =========================================================
   DORES / SYMPTOMS
   ========================================================= */
.dores { background: var(--bg); }
.dores__grid { display: grid; gap: 20px; }
.dores__grid--photos { grid-template-columns: repeat(4, 1fr); }
.dores__grid--conditions { grid-template-columns: repeat(3, 1fr); margin-top: 20px; }

.paincard {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.paincard:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: #d7e6f4; }

.paincard--photo .paincard__img { aspect-ratio: 4 / 3; overflow: hidden; position: relative; }
.paincard--photo .paincard__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(11, 37, 69, .12)); }
.paincard--photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.paincard--photo:hover img { transform: scale(1.05); }
.paincard__body { padding: 18px 20px 22px; }
.paincard__body h3 { font-size: 18px; color: var(--navy); }
.paincard__body p { margin-top: 7px; font-size: 14.5px; color: var(--muted); }

.paincard--icon { padding: 26px 22px; display: flex; flex-direction: column; }
.paincard--icon .paincard__ico { width: 52px; height: 52px; border-radius: 14px; background: var(--blue-tint); display: grid; place-items: center; margin-bottom: 16px; }
.paincard--icon .paincard__ico svg { width: 28px; height: 28px; fill: none; stroke: var(--blue); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.paincard--icon h3 { font-size: 18px; color: var(--navy); }
.paincard--icon p { margin-top: 8px; font-size: 14.5px; color: var(--muted); }

.dores__cta { text-align: center; margin-top: 44px; }

/* =========================================================
   SOBRE / ABOUT
   ========================================================= */
.sobre { background: var(--bg-soft); position: relative; }
.sobre__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(30px, 5vw, 70px); align-items: center; }

.sobre__media { position: relative; }
.sobre__photo {
  position: relative; z-index: 1;
  border-radius: 28px; overflow: hidden; box-shadow: var(--shadow-lg);
  aspect-ratio: 5 / 5.2; background: var(--navy);
}
.sobre__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.sobre__media::before {
  content: ""; position: absolute; z-index: 0; inset: -16px auto auto -16px; width: 60%; height: 60%;
  border-radius: 28px; background: repeating-linear-gradient(45deg, rgba(20, 119, 206, .16) 0 2px, transparent 2px 11px);
}
.sobre__crefito {
  position: absolute; right: -12px; top: 30px; z-index: 3; background: var(--green); color: var(--navy);
  padding: 12px 18px; border-radius: 16px; box-shadow: var(--shadow); text-align: center; transform: rotate(3deg);
}
.sobre__crefito strong { display: block; font-family: var(--ff-display); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.sobre__crefito span { font-family: var(--ff-display); font-weight: 700; font-size: 20px; }

.sobre__lead { margin-top: 20px; font-size: 20px; color: var(--ink); font-weight: 500; }
.sobre__lead strong { color: var(--blue-700); font-weight: 700; }
.sobre__text { margin-top: 14px; color: var(--body); }

.sobre__specs { list-style: none; padding: 0; margin: 28px 0; display: grid; gap: 14px; }
.sobre__specs li { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 14px 18px; box-shadow: var(--shadow-sm); }
.spec__ico { width: 46px; height: 46px; border-radius: 12px; background: var(--green-tint); display: grid; place-items: center; flex: none; }
.spec__ico svg { width: 24px; height: 24px; fill: none; stroke: var(--green-700); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sobre__specs strong { display: block; font-family: var(--ff-display); font-size: 16px; color: var(--navy); }
.sobre__specs small { color: var(--muted); font-size: 14px; }

.sobre__sign { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 18px; border-top: 1px solid var(--line); padding-top: 24px; }
.sobre__sign strong { display: block; font-family: var(--ff-display); font-size: 18px; color: var(--navy); }
.sobre__sign span { font-size: 14px; color: var(--muted); }

/* =========================================================
   ESPECIALIDADES / CARDS
   ========================================================= */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px;
  box-shadow: var(--shadow-sm); transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
  position: relative; overflow: hidden;
}
.card::before { content: ""; position: absolute; left: 0; top: 0; height: 4px; width: 100%; background: linear-gradient(90deg, var(--blue), var(--green)); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: #d7e6f4; }
.card:hover::before { transform: scaleX(1); }
.card__ico { width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 20px; }
.card__ico svg { width: 30px; height: 30px; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.card__ico--blue { background: var(--blue-tint); } .card__ico--blue svg { stroke: var(--blue); }
.card__ico--green { background: var(--green-tint); } .card__ico--green svg { stroke: var(--green-700); }
.card h3 { font-size: 19.5px; color: var(--navy); }
.card p { margin-top: 10px; font-size: 15px; color: var(--muted); }

/* =========================================================
   ATENDIMENTO (dark)
   ========================================================= */
.atendimento { background: linear-gradient(150deg, var(--navy) 0%, var(--navy-800) 100%); position: relative; overflow: hidden; }
.atendimento::before { content: ""; position: absolute; inset: -20% -10% auto auto; width: 60%; height: 80%; background: radial-gradient(circle, rgba(162, 215, 67, .14), transparent 65%); }
.atendimento__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(34px, 5vw, 70px); align-items: center; position: relative; }
.atendimento__lead { margin-top: 18px; color: #c6d6e8; font-size: 18px; max-width: 520px; }

.tech { list-style: none; padding: 0; margin: 28px 0 34px; display: grid; gap: 13px; }
.tech li { display: flex; align-items: center; gap: 14px; color: #eaf2fb; font-size: 16px; }
.tech__check { width: 28px; height: 28px; border-radius: 50%; background: var(--green); display: grid; place-items: center; flex: none; }
.tech__check svg { width: 16px; height: 16px; fill: none; stroke: var(--navy); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }

.atendimento__cards { display: grid; gap: 16px; }
.hcard { display: flex; gap: 16px; align-items: flex-start; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .12); border-radius: 18px; padding: 22px; backdrop-filter: blur(4px); transition: background .25s, transform .25s; }
.hcard:hover { background: rgba(255, 255, 255, .11); transform: translateX(4px); }
.hcard__ico { width: 48px; height: 48px; border-radius: 13px; background: var(--green); display: grid; place-items: center; flex: none; }
.hcard__ico svg { width: 25px; height: 25px; fill: none; stroke: var(--navy); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.hcard strong { display: block; font-family: var(--ff-display); font-size: 17px; color: #fff; }
.hcard p { margin-top: 5px; font-size: 14.5px; color: #b9cae0; }

/* =========================================================
   DIFERENCIAIS
   ========================================================= */
.diferenciais { background: var(--bg); }
.diff__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.diff { padding: 28px 26px; border-radius: var(--radius); background: var(--bg-soft); border: 1px solid var(--line); transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.diff:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.diff__ico { width: 52px; height: 52px; border-radius: 14px; background: #fff; box-shadow: var(--shadow-sm); display: grid; place-items: center; margin-bottom: 16px; }
.diff__ico svg { width: 27px; height: 27px; fill: none; stroke: var(--blue); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.diff h3 { font-size: 18px; color: var(--navy); }
.diff p { margin-top: 7px; font-size: 14.5px; color: var(--muted); }

/* =========================================================
   CTA
   ========================================================= */
.cta { padding: clamp(60px, 8vw, 96px) 0; background: linear-gradient(135deg, var(--blue) 0%, var(--navy-700) 55%, var(--navy) 100%); position: relative; overflow: hidden; }
.cta::before { content: ""; position: absolute; inset: auto auto -30% -10%; width: 55%; height: 90%; background: radial-gradient(circle, rgba(162, 215, 67, .2), transparent 62%); }
.cta__inner { text-align: center; max-width: 780px; margin: 0 auto; position: relative; }
.cta__logo { width: 108px; height: 108px; margin: 0 auto 22px; border-radius: 50%; background: #fff; box-shadow: 0 14px 34px rgba(0, 0, 0, .28); display: grid; place-items: center; padding: 9px; }
.cta__logo img { width: 100%; height: 100%; object-fit: contain; }
.cta__title { font-size: clamp(26px, 4vw, 42px); color: #fff; font-weight: 800; letter-spacing: -.02em; }
.cta__sub { margin-top: 18px; font-size: 18px; color: #d3e2f2; }
.cta__sub strong { color: #fff; }
.cta__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 32px; }

/* =========================================================
   DEPOIMENTOS
   ========================================================= */
.depoimentos { background: var(--bg); }
.depo__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.depo {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 34px 28px 26px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; overflow: hidden;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.depo:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #d7e6f4; }
.depo__quote { position: absolute; top: 2px; right: 20px; font-family: var(--ff-display); font-weight: 800; font-size: 90px; line-height: 1; color: var(--green); opacity: .2; pointer-events: none; }
.depo__stars { display: flex; gap: 3px; margin-bottom: 15px; }
.depo__stars svg { width: 20px; height: 20px; fill: var(--green-600); }
.depo blockquote { margin: 0 0 22px; font-size: 16.5px; color: var(--ink); line-height: 1.62; flex: 1; }
.depo figcaption { display: flex; align-items: center; gap: 13px; border-top: 1px solid var(--line); padding-top: 18px; }
.depo__avatar { width: 47px; height: 47px; border-radius: 50%; display: grid; place-items: center; flex: none; font-family: var(--ff-display); font-weight: 700; font-size: 15px; }
.depo__avatar--green { background: var(--green-tint); color: var(--green-700); }
.depo__avatar--blue { background: var(--blue-tint); color: var(--blue-700); }
.depo__who strong { display: block; font-family: var(--ff-display); font-size: 15.5px; color: var(--navy); }
.depo__who small { color: var(--muted); font-size: 13px; }
.depo__foot { margin-top: 42px; text-align: center; }
.depo__foot p { font-family: var(--ff-display); font-size: 17px; color: var(--ink); margin-bottom: 16px; }

/* =========================================================
   CONTATO
   ========================================================= */
.contato { background: var(--bg-soft); }
.contato__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 56px); align-items: stretch; }
.contato__sub { text-align: left; margin-bottom: 6px; }

.contato__list { list-style: none; padding: 0; margin: 30px 0; display: grid; gap: 18px; }
.contato__list li { display: flex; gap: 16px; align-items: flex-start; }
.contato__ico { width: 48px; height: 48px; border-radius: 13px; background: #fff; box-shadow: var(--shadow-sm); display: grid; place-items: center; flex: none; }
.contato__ico svg { width: 24px; height: 24px; fill: none; stroke: var(--blue); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contato__list strong { display: block; font-family: var(--ff-display); font-size: 16px; color: var(--navy); margin-bottom: 2px; }
.contato__list a, .contato__list span { color: var(--body); font-size: 15.5px; transition: color .2s; }
.contato__list a:hover { color: var(--blue-700); }

.contato__socials { display: flex; gap: 12px; }
.contato__socials a { width: 46px; height: 46px; border-radius: 13px; background: #fff; box-shadow: var(--shadow-sm); display: grid; place-items: center; color: var(--navy); transition: transform .2s, background .2s, color .2s; }
.contato__socials a:hover { transform: translateY(-3px); background: var(--blue); color: #fff; }
.contato__socials svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.contato__map { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); min-height: 420px; }
.contato__map iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; }

/* =========================================================
   FOOTER
   ========================================================= */
.footer { background: var(--navy-800); color: #b9cae0; padding-top: 62px; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr; gap: 40px; padding-bottom: 46px; }
.footer__logo { width: 124px; height: 124px; border-radius: 50%; background: #fff; box-shadow: 0 10px 26px rgba(0, 0, 0, .22); display: grid; place-items: center; padding: 10px; margin-bottom: 16px; }
.footer__logo img { width: 100%; height: 100%; object-fit: contain; }
.footer__tag { font-family: var(--ff-display); font-size: 17px; color: #e7f0fa; line-height: 1.5; margin-bottom: 18px; }
.footer__social { display: flex; gap: 10px; }
.footer__social a { width: 42px; height: 42px; border-radius: 12px; background: rgba(255, 255, 255, .08); display: grid; place-items: center; color: #dbe7f4; transition: background .2s, color .2s, transform .2s; }
.footer__social a:hover { background: var(--green); color: var(--navy); transform: translateY(-3px); }
.footer__social svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.footer__col h4 { color: #fff; font-size: 15px; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 16px; }
.footer__col a, .footer__col span { display: block; color: #a9bcd4; font-size: 15px; margin-bottom: 11px; transition: color .2s; }
.footer__col a:hover { color: var(--green); }

.footer__bar { border-top: 1px solid rgba(255, 255, 255, .1); padding: 20px 0; }
.footer__bar-inner { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 13.5px; color: #7f92ab; }

/* =========================================================
   FLOATING WHATSAPP
   ========================================================= */
.wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 90;
  display: inline-flex; align-items: center; gap: 10px;
  background: linear-gradient(135deg, var(--green), var(--green-600)); color: var(--navy);
  font-family: var(--ff-display); font-weight: 600; font-size: 15px;
  padding: 13px 20px 13px 16px; border-radius: var(--radius-pill);
  box-shadow: var(--shadow-green); transition: transform .2s var(--ease), box-shadow .2s;
}
.wa-float svg { width: 24px; height: 24px; fill: none; stroke: var(--navy); stroke-width: 1.9; }
.wa-float:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 20px 40px rgba(120, 181, 24, .5); }

/* =========================================================
   REVEAL ANIMATION
   ========================================================= */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .btn:hover, .paincard:hover, .card:hover, .diff:hover, .wa-float:hover, .hcard:hover { transform: none; }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .hero__media { max-width: 480px; margin-inline: auto; width: 100%; }
  .sobre__grid { grid-template-columns: 1fr; }
  .sobre__media { max-width: 460px; margin-inline: auto; }
  .atendimento__grid { grid-template-columns: 1fr; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .diff__grid { grid-template-columns: repeat(2, 1fr); }
  .dores__grid { grid-template-columns: repeat(2, 1fr); }
  .depo__grid { grid-template-columns: 1fr; max-width: 640px; margin-inline: auto; }
  .contato__grid { grid-template-columns: 1fr; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid rgba(255, 255, 255, .1); }
}

@media (max-width: 860px) {
  .nav__toggle { display: block; }
  .nav__links {
    position: fixed; inset: 0 0 0 auto; width: min(320px, 84vw);
    flex-direction: column; align-items: stretch; gap: 4px;
    background: #fff; padding: 96px 24px 32px; box-shadow: var(--shadow-lg);
    transform: translateX(100%); transition: transform .3s var(--ease); overflow-y: auto;
  }
  .nav__links.is-open { transform: translateX(0); }
  .nav__links > a:not(.btn) { padding: 14px 12px; font-size: 17px; border-bottom: 1px solid var(--line); border-radius: 0; }
  .nav__cta { margin: 14px 0 0; justify-content: center; }
  .topbar__item--hours { display: none; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .dores__grid { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr; }
  .diff__grid { grid-template-columns: 1fr; }
  .stats__grid { grid-template-columns: 1fr; }
  .stat { border-right: 0 !important; border-bottom: 1px solid rgba(255, 255, 255, .1); }
  .stat:last-child { border-bottom: 0; }
  .topbar__info { gap: 0; }
  .topbar__item span { font-size: 12px; }
  .hero__actions .btn, .cta__actions .btn { width: 100%; }
  .hero__badge { left: 50%; transform: translateX(-50%); right: auto; bottom: -18px; }
  .hero__media { margin-bottom: 24px; }
  .sobre__sign { flex-direction: column; align-items: flex-start; }
  .sobre__sign .btn { width: 100%; }
  .wa-float span { display: none; }
  .wa-float { padding: 15px; }
  .footer__grid { grid-template-columns: 1fr; gap: 30px; }
  .contato__map, .contato__map iframe { min-height: 320px; }
}
