:root {
  --bg: #f8f1ec;
  --bg-soft: #fff9f6;
  --surface: rgba(255, 255, 255, 0.84);
  --surface-strong: #fffdfb;
  --text: #3b2d33;
  --muted: #7a6770;
  --accent: #c78c86;
  --accent-strong: #b87672;
  --gold: #d8b57b;
  --line: rgba(94, 66, 76, 0.15);
  --shadow: 0 16px 38px rgba(74, 42, 49, 0.14);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: min(1180px, 92vw);
}

html[data-theme="dark"] {
  --bg: #181317;
  --bg-soft: #241c23;
  --surface: rgba(45, 33, 41, 0.82);
  --surface-strong: #2b222a;
  --text: #f9eef3;
  --muted: #cdb9c4;
  --accent: #e0a394;
  --accent-strong: #efb89e;
  --gold: #f2cb92;
  --line: rgba(255, 236, 244, 0.14);
  --shadow: 0 20px 42px rgba(4, 2, 4, 0.45);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 6%, rgba(214, 175, 167, 0.24), transparent 36%),
    radial-gradient(circle at 92% -2%, rgba(220, 192, 149, 0.2), transparent 35%),
    var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

.container {
  width: var(--container);
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -64px;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--text);
  padding: 0.6rem 0.85rem;
  z-index: 999;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 1rem;
}

.section {
  padding: clamp(4rem, 7vw, 7rem) 0;
}

h1,
h2,
h3,
h4 {
  font-family: "Cormorant Garamond", serif;
  line-height: 1.14;
  margin: 0 0 1rem;
}

h1 {
  font-size: clamp(2.2rem, 5.4vw, 4.4rem);
}

h2 {
  font-size: clamp(1.9rem, 4vw, 3rem);
}

h3 {
  font-size: clamp(1.25rem, 2.4vw, 1.62rem);
}

p {
  margin: 0 0 1rem;
  color: var(--muted);
}

.eyebrow {
  margin: 0 0 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.76rem;
  font-weight: 800;
  color: var(--accent-strong);
}

.section-intro {
  max-width: 62ch;
}

/* Header */
.topbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 95;
  padding: 0.74rem 0;
  background: color-mix(in srgb, var(--surface-strong) 92%, transparent);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(48, 24, 32, 0.12);
  border-bottom: 1px solid color-mix(in srgb, var(--line) 88%, transparent);
  transition: padding 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.topbar.is-scrolled {
  padding: 0.56rem 0;
  box-shadow: 0 12px 26px rgba(40, 18, 25, 0.14);
}

html[data-theme="dark"] .topbar {
  background: color-mix(in srgb, #1f1720 82%, transparent);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.58rem;
  min-width: 0;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  object-fit: cover;
  border: 1px solid var(--line);
  box-shadow: 0 6px 16px rgba(46, 24, 31, 0.16);
  flex-shrink: 0;
}

.brand-text {
  display: inline-flex;
  flex-direction: column;
  line-height: 1.12;
  min-width: 0;
}

.brand-main {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.08rem, 1.9vw, 1.42rem);
  font-weight: 700;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brand-sub {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.nav-links > a:not(.btn):not(.social-pill) {
  font-size: 0.9rem;
  font-weight: 700;
  color: color-mix(in srgb, var(--text) 88%, white 12%);
}

.nav-links > a:not(.btn):not(.social-pill):hover,
.nav-links > a:not(.btn):not(.social-pill):focus-visible {
  color: var(--accent-strong);
}

.menu-toggle {
  display: none;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 84%, transparent);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.24rem;
}

.menu-toggle span {
  width: 21px;
  height: 2px;
  background: var(--text);
  border-radius: 20px;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.menu-toggle.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.social-pill,
.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.44rem 0.7rem;
  background: color-mix(in srgb, var(--surface) 86%, transparent);
  font-size: 0.8rem;
  font-weight: 700;
}

.social-pill svg,
.link-instagram svg,
.footer-social svg,
.btn-instagram svg {
  width: 1rem;
  height: 1rem;
}

.social-pill:hover,
.theme-toggle:hover {
  border-color: color-mix(in srgb, var(--gold) 70%, white 30%);
}

.theme-toggle {
  color: var(--text);
  cursor: pointer;
  font: inherit;
}

.theme-icon {
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  border: 2px solid currentColor;
  position: relative;
}

.theme-icon::after {
  content: "";
  position: absolute;
  inset: 0.1rem;
  border-radius: 50%;
  background: currentColor;
  transform: scale(0);
  transition: transform 0.22s ease;
}

html[data-theme="dark"] .theme-icon::after {
  transform: scale(1);
}

/* Hero */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding-top: 8.9rem;
  overflow: clip;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background:
    linear-gradient(96deg, rgba(46, 31, 36, 0.73), rgba(56, 37, 43, 0.34)),
    url("https://images.pexels.com/photos/8554941/pexels-photo-8554941.jpeg?auto=compress&cs=tinysrgb&w=1900")
    center/cover no-repeat;
  transform: scale(1.05);
}

.hero-overlay {
  background:
    radial-gradient(circle at 72% 24%, rgba(249, 221, 188, 0.2), transparent 42%),
    linear-gradient(to bottom, rgba(8, 2, 4, 0.08), rgba(8, 2, 4, 0.56));
}

.hero-content {
  position: relative;
  color: #fff;
  max-width: 820px;
}

.hero-content p,
.hero-content li {
  color: rgba(255, 248, 249, 0.92);
}

.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.2rem);
  max-width: 58ch;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 1.65rem 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  border-radius: 999px;
  font-weight: 800;
  border: 0;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary,
.btn-nav {
  background: linear-gradient(130deg, var(--accent-strong), var(--gold));
  color: #2f1b22;
  padding: 0.88rem 1.35rem;
  box-shadow: 0 14px 30px rgba(22, 10, 14, 0.24);
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.44);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 0.84rem 1.18rem;
}

.btn-instagram {
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.84rem 1.15rem;
}

.btn-giant {
  min-width: min(100%, 360px);
  padding: 0.98rem 1.5rem;
  font-size: clamp(1rem, 2.3vw, 1.16rem);
  color: #301f25;
  background: linear-gradient(140deg, var(--gold), var(--accent-strong));
  box-shadow: 0 16px 32px rgba(85, 48, 56, 0.24);
}

.btn-outline {
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 86%, transparent);
  color: var(--text);
  padding: 0.94rem 1.34rem;
}

.hero-points {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.48rem;
}

.hero-points li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.95rem;
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--gold);
}

/* General blocks */
.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.3rem, 4vw, 3rem);
  align-items: center;
}

.section-copy p {
  max-width: 58ch;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.58rem;
  margin-top: 1.2rem;
}

.pill-row span {
  border-radius: 999px;
  border: 1px solid var(--line);
  padding: 0.44rem 0.8rem;
  font-size: 0.8rem;
  color: color-mix(in srgb, var(--text) 82%, white 18%);
  background: color-mix(in srgb, var(--surface) 90%, transparent);
}

.about-media,
.founder-media {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.about-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center top;
}

/* Founder */
.founder {
  padding-top: 0;
}

.founder-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1.2rem;
  align-items: center;
}

.founder-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center;
}

.founder-copy {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: color-mix(in srgb, var(--surface) 90%, transparent);
  box-shadow: var(--shadow);
  padding: clamp(1.1rem, 3vw, 2rem);
}

/* Team */
.team {
  background:
    radial-gradient(circle at 14% 8%, rgba(233, 198, 181, 0.24), transparent 34%),
    var(--bg-soft);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.team-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: color-mix(in srgb, var(--surface) 90%, transparent);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.team-photo img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: center;
}

.team-info {
  padding: 1rem;
}

.team-role {
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--accent-strong) 70%, var(--text));
}

/* Catalog */
.catalogo {
  background:
    radial-gradient(circle at 86% 2%, rgba(221, 191, 150, 0.24), transparent 34%),
    var(--bg-soft);
}

.section-head {
  margin-bottom: 2rem;
}

.section-head h2 {
  max-width: 23ch;
}

.catalogo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.catalogo-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 90%, transparent);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.catalogo-head {
  padding: 1rem 1rem 0.62rem;
  background: linear-gradient(160deg, rgba(232, 196, 180, 0.35), rgba(220, 196, 156, 0.2));
  border-bottom: 1px solid var(--line);
}

.catalogo-head h3 {
  margin-bottom: 0.2rem;
}

.catalogo-body {
  padding: 0.8rem;
}

.catalogo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 0.7rem;
}

.catalogo-action {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface) 88%, transparent);
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 800;
  padding: 0.5rem 0.82rem;
  cursor: pointer;
  font-family: inherit;
}

.catalogo-action:hover,
.catalogo-action:focus-visible {
  border-color: color-mix(in srgb, var(--gold) 68%, white 32%);
  background: color-mix(in srgb, var(--gold) 16%, transparent);
}

.catalogo-action.btn-cta {
  background: linear-gradient(130deg, var(--accent-strong), var(--gold));
  color: #2f1b22;
  border: 0;
}

.servico-item {
  margin-top: 0.66rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: color-mix(in srgb, var(--surface-strong) 92%, transparent);
  overflow: hidden;
  padding: 0.72rem;
}

.catalogo-card.is-open {
  border-color: color-mix(in srgb, var(--accent) 55%, var(--line));
  box-shadow: 0 20px 34px rgba(70, 40, 50, 0.16);
}

.catalogo-details {
  border-top: 1px solid var(--line);
  margin-top: 0.35rem;
  padding-top: 0.58rem;
}

.servico-item h4 {
  margin: 0;
  font-size: 1rem;
}

.servico-details {
  display: grid;
  gap: 0.42rem;
  margin-top: 0.45rem;
}

.servico-details p {
  margin: 0;
  font-size: 0.9rem;
}

.servico-details b {
  color: color-mix(in srgb, var(--text) 88%, white 12%);
}

.servico-details .price {
  font-weight: 800;
  color: color-mix(in srgb, var(--accent-strong) 76%, var(--text));
}

.servico-cta {
  margin-top: 0.22rem;
  justify-self: start;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.45rem 0.78rem;
  font-size: 0.8rem;
  font-weight: 800;
  color: color-mix(in srgb, var(--text) 86%, white 14%);
  background: color-mix(in srgb, var(--surface) 86%, transparent);
}

.servico-cta:hover,
.servico-cta:focus-visible {
  border-color: color-mix(in srgb, var(--gold) 68%, white 32%);
  background: color-mix(in srgb, var(--gold) 16%, transparent);
}

/* Gallery */
.gallery {
  background:
    radial-gradient(circle at 12% 8%, rgba(183, 125, 91, 0.16), transparent 28%),
    linear-gradient(180deg, transparent, color-mix(in srgb, var(--bg-soft) 72%, transparent));
}

.gallery .section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 1rem 2rem;
}

.gallery .section-intro {
  max-width: 760px;
}

.link-instagram {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.55rem 0.88rem;
  font-size: 0.9rem;
  font-weight: 800;
  background: color-mix(in srgb, var(--surface) 86%, transparent);
}

.link-instagram:hover {
  border-color: color-mix(in srgb, var(--accent) 65%, white 35%);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.proof-strip article {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1rem;
  background: color-mix(in srgb, var(--surface) 88%, transparent);
  box-shadow: 0 14px 32px rgba(42, 25, 28, 0.08);
}

.proof-strip strong {
  display: block;
  margin-bottom: 0.28rem;
  font-family: var(--font-display);
  font-size: 1.08rem;
}

.proof-strip span {
  color: var(--muted);
  font-size: 0.92rem;
}

.results-showcase {
  display: grid;
  gap: 1rem;
}

.featured-result {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  gap: 1.1rem;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(0.8rem, 2vw, 1.1rem);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--surface-strong) 92%, transparent), color-mix(in srgb, var(--surface) 82%, transparent)),
    radial-gradient(circle at 100% 0%, rgba(214, 174, 116, 0.2), transparent 34%);
  box-shadow: var(--shadow);
}

.comparison-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  min-height: 410px;
}

.comparison-panel,
.case-card figure,
.lightbox-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 80%, transparent);
}

.comparison-panel img,
.case-card img,
.lightbox-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.comparison-panel::after,
.case-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 14, 18, 0.62), transparent 54%);
}

.comparison-panel figcaption {
  position: absolute;
  left: 0.85rem;
  bottom: 0.85rem;
  z-index: 2;
  color: #fff;
  font-weight: 800;
  padding: 0.42rem 0.7rem;
  border-radius: 999px;
  background: rgba(26, 14, 18, 0.48);
  backdrop-filter: blur(12px);
}

.featured-result-copy {
  align-self: center;
  padding: clamp(0.4rem, 1.7vw, 1.1rem);
}

.featured-result-copy h3,
.lightbox-copy h3 {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  line-height: 1.02;
}

.result-details {
  display: grid;
  gap: 0.65rem;
  margin: 1rem 0 0;
}

.result-details div {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0.74rem 0.82rem;
  background: color-mix(in srgb, var(--surface) 74%, transparent);
}

.result-details dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.result-details dd {
  margin: 0.2rem 0 0;
  font-weight: 800;
}

.clinic-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.case-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: color-mix(in srgb, var(--surface-strong) 93%, transparent);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.case-card figure {
  height: 285px;
  border: 0;
  border-radius: 0;
}

.case-badge,
.case-consent {
  position: absolute;
  z-index: 2;
  border-radius: 999px;
  padding: 0.38rem 0.62rem;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(26, 14, 18, 0.58);
  backdrop-filter: blur(12px);
}

.case-badge {
  left: 0.72rem;
  top: 0.72rem;
}

.case-consent {
  right: 0.72rem;
  top: 0.72rem;
}

.case-body {
  padding: 1rem;
}

.case-body h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 1.32rem;
}

.case-body p {
  margin: 0;
  color: var(--muted);
}

.case-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.8rem;
}

.case-meta span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.34rem 0.55rem;
  font-size: 0.76rem;
  font-weight: 800;
  color: color-mix(in srgb, var(--text) 86%, white 14%);
  background: color-mix(in srgb, var(--surface) 78%, transparent);
}

.case-open {
  width: calc(100% - 2rem);
  margin: 0 1rem 1rem;
  border: 1px solid color-mix(in srgb, var(--gold) 56%, var(--line));
  border-radius: 999px;
  padding: 0.7rem 0.9rem;
  cursor: pointer;
  color: var(--text);
  background: linear-gradient(135deg, color-mix(in srgb, var(--gold) 18%, transparent), color-mix(in srgb, var(--surface) 82%, transparent));
  font-weight: 900;
}

.case-open:hover,
.case-open:focus-visible {
  transform: translateY(-1px);
  border-color: var(--gold);
}

/* Testimonials */
.testimonials {
  background:
    radial-gradient(circle at 8% 0%, rgba(233, 198, 181, 0.18), transparent 30%),
    var(--bg-soft);
}

.credibility-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: 1rem;
  align-items: stretch;
}

.credibility-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(1.1rem, 3vw, 1.6rem);
  background:
    linear-gradient(150deg, color-mix(in srgb, var(--surface-strong) 94%, transparent), color-mix(in srgb, var(--surface) 84%, transparent)),
    radial-gradient(circle at 20% 0%, rgba(214, 174, 116, 0.18), transparent 38%);
  box-shadow: var(--shadow);
}

.credibility-list {
  list-style: none;
  display: grid;
  gap: 0.74rem;
  padding: 0;
  margin: 1rem 0 0;
}

.credibility-list li {
  position: relative;
  padding-left: 1.5rem;
  color: color-mix(in srgb, var(--text) 82%, var(--muted));
  font-weight: 700;
}

.credibility-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42rem;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-strong), var(--gold));
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--gold) 16%, transparent);
}

.testimonial-slider {
  position: relative;
  min-height: 320px;
}

.testimonial-card {
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 90%, transparent);
  box-shadow: var(--shadow);
  padding: clamp(1.2rem, 3.4vw, 2rem);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.testimonial-card.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.stars {
  color: var(--gold);
  letter-spacing: 0.16em;
  margin-bottom: 0.8rem;
}

.client {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.72rem;
}

.client-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fff;
  background: linear-gradient(145deg, var(--accent-strong), var(--gold));
  border: 2px solid color-mix(in srgb, var(--gold) 42%, white 58%);
}

.client strong {
  display: block;
  line-height: 1.2;
}

.client span {
  color: var(--muted);
  font-size: 0.86rem;
}

.testimonial-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2.12rem;
  display: flex;
  justify-content: center;
  gap: 0.45rem;
}

.testimonial-dots button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: color-mix(in srgb, var(--line) 60%, transparent);
  cursor: pointer;
}

.testimonial-dots button.is-active {
  width: 25px;
  background: linear-gradient(90deg, var(--accent-strong), var(--gold));
}

/* Differentials */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.benefit {
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 90%, transparent);
  box-shadow: var(--shadow);
  padding: 1.16rem;
}

.benefit h3 {
  margin-bottom: 0.45rem;
}

/* Location */
.location {
  background:
    radial-gradient(circle at 8% 12%, rgba(240, 209, 192, 0.26), transparent 36%),
    var(--bg-soft);
}

.location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: stretch;
}

.location-card,
.location-map {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 90%, transparent);
  box-shadow: var(--shadow);
}

.location-card {
  padding: clamp(1.2rem, 3.5vw, 2rem);
}

.location-card address {
  font-style: normal;
  color: var(--muted);
  margin-bottom: 1rem;
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.location-map iframe {
  width: 100%;
  height: 100%;
  min-height: 340px;
  border: 0;
  border-radius: var(--radius-lg);
}

/* CTA */
.cta-final {
  padding-top: clamp(4.8rem, 9vw, 7rem);
}

.cta-card {
  text-align: center;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% -10%, rgba(238, 205, 172, 0.32), transparent 44%),
    color-mix(in srgb, var(--surface) 92%, transparent);
  box-shadow: var(--shadow);
  padding: clamp(1.6rem, 5vw, 3rem);
}

.cta-card h2 {
  max-width: 20ch;
  margin-inline: auto;
}

.cta-row {
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.7rem;
}

/* Footer */
.footer {
  margin-top: clamp(3.5rem, 7vw, 6rem);
  border-top: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 84%, transparent);
  padding: 2.6rem 0 1rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1rem;
}

.footer h3 {
  font-size: 1.65rem;
}

.footer h4 {
  margin: 0 0 0.58rem;
  font-size: 1.15rem;
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.footer li,
.footer p {
  color: var(--muted);
}

.footer a:hover {
  color: var(--accent-strong);
}

.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
}

.tagline {
  color: color-mix(in srgb, var(--accent-strong) 70%, var(--text));
  font-weight: 800;
}

.footer-bottom {
  margin-top: 1.4rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  text-align: center;
}

/* Floating WhatsApp */
.whatsapp-float {
  position: fixed;
  right: max(0.95rem, env(safe-area-inset-right));
  bottom: max(1rem, calc(env(safe-area-inset-bottom) + 0.8rem));
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(140deg, #34da67, #1fb859);
  box-shadow: 0 14px 30px rgba(19, 120, 57, 0.42);
  z-index: 98;
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
}

/* Reveals */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 1140px) {
  .catalogo-grid,
  .benefits-grid,
  .clinic-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-grid,
  .founder-grid,
  .location-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .team-card {
    grid-template-columns: 1fr;
  }

  .team-photo img {
    min-height: 320px;
  }
}

@media (max-width: 940px) {
  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    right: 4vw;
    top: calc(100% + 0.35rem);
    width: min(92vw, 410px);
    border-radius: 18px;
    border: 1px solid var(--line);
    background: color-mix(in srgb, var(--surface-strong) 97%, transparent);
    box-shadow: var(--shadow);
    display: none;
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links > a:not(.btn):not(.social-pill) {
    color: var(--text);
    font-size: 0.96rem;
  }

  .btn-nav,
  .theme-toggle {
    width: 100%;
    justify-content: center;
  }

  .brand-main {
    font-size: 1.2rem;
  }

  .gallery .section-head,
  .featured-result,
  .credibility-layout,
  .lightbox-dialog {
    grid-template-columns: 1fr;
  }

  .link-instagram {
    justify-self: start;
  }

  .lightbox-media {
    min-height: 420px;
  }
}

@media (max-width: 700px) {
  .hero {
    padding-top: 7.8rem;
  }

  .hero-content {
    padding-bottom: 5.2rem;
  }

  .hero-cta .btn {
    width: 100%;
  }

  .catalogo-grid,
  .benefits-grid,
  .team-grid,
  .proof-strip,
  .clinic-gallery-grid {
    grid-template-columns: 1fr;
  }

  .catalogo-actions {
    flex-direction: column;
  }

  .catalogo-action {
    width: 100%;
    text-align: center;
  }

  .comparison-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .comparison-panel {
    min-height: 300px;
  }

  .case-card figure {
    height: 310px;
  }

  .testimonial-slider {
    min-height: 430px;
  }

  .lightbox-dialog {
    width: 100%;
    max-height: 88vh;
    border-radius: 22px;
    padding: 0.7rem;
  }

  .lightbox-media {
    min-height: 320px;
  }

  .about-media img,
  .founder-media img {
    min-height: 340px;
  }

  .section {
    padding: 3.5rem 0;
  }

  .whatsapp-float {
    width: 58px;
    height: 58px;
  }
}

@media (max-width: 460px) {
  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-main {
    font-size: 1.05rem;
  }

  .brand-sub {
    font-size: 0.66rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* Premium QBS upgrade */
:root {
  --font-display: "Cormorant Garamond", serif;
  --ink: #281a1f;
  --champagne: #efe1d0;
  --clay: #a96f65;
}

body {
  background:
    radial-gradient(circle at 8% 4%, rgba(169, 111, 101, 0.14), transparent 28%),
    linear-gradient(180deg, #fbf5ef, #f6ece5 42%, #fffaf6);
}

.section-head h2 {
  max-width: 26ch;
}

.hero {
  min-height: 100svh;
  align-items: end;
  padding-bottom: clamp(3rem, 8vw, 6rem);
}

.hero-bg {
  background:
    linear-gradient(90deg, rgba(28, 18, 22, 0.86) 0%, rgba(42, 27, 32, 0.62) 44%, rgba(42, 27, 32, 0.18) 100%),
    url("assets/images/fundadora-portrait.webp") right center/cover no-repeat;
  filter: saturate(0.92) contrast(1.06);
}

.hero-overlay {
  background:
    radial-gradient(circle at 76% 18%, rgba(239, 218, 188, 0.24), transparent 28%),
    linear-gradient(to bottom, rgba(10, 4, 6, 0.1), rgba(10, 4, 6, 0.72));
}

.hero-content {
  max-width: 920px;
}

.hero-kicker,
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.hero-kicker span,
.hero-proof span {
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  padding: 0.42rem 0.68rem;
  color: rgba(255, 250, 246, 0.9);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.hero h1 {
  max-width: 12.5ch;
  font-size: clamp(2.75rem, 7vw, 6.4rem);
  line-height: 0.92;
  letter-spacing: -0.045em;
}

.hero-subtitle {
  max-width: 64ch;
  font-size: clamp(1.02rem, 1.8vw, 1.28rem);
}

.hero-note {
  max-width: 62ch;
  margin-top: 0.2rem;
  padding-left: 1rem;
  border-left: 2px solid var(--gold);
  color: rgba(255, 248, 244, 0.86) !important;
}

.btn-primary,
.btn-nav,
.catalogo-action.btn-cta {
  background: linear-gradient(135deg, #f0d6ad, #c17e70 58%, #8f554e);
  color: #24151a;
}

.method-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.25rem;
}

.method-list article,
.authority-grid span,
.service-specs span,
.faq-item,
.benefit {
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface-strong) 88%, transparent);
  box-shadow: 0 14px 34px rgba(42, 24, 29, 0.08);
}

.method-list article {
  border-radius: 20px;
  padding: 1rem;
}

.method-list span,
.benefit > span {
  display: inline-grid;
  place-items: center;
  width: 2.1rem;
  height: 2.1rem;
  margin-bottom: 0.72rem;
  border-radius: 50%;
  color: #2d181f;
  background: linear-gradient(135deg, var(--gold), #c78576);
  font-weight: 900;
  font-size: 0.78rem;
}

.method-list strong {
  display: block;
  margin-bottom: 0.25rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
}

.method-list p {
  margin: 0;
  font-size: 0.92rem;
}

.editorial-media {
  position: relative;
}

.editorial-media img,
.founder-media img,
.team-photo img,
.gallery-slide img {
  filter: saturate(0.9) contrast(1.04);
}

.media-caption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  border-radius: 18px;
  padding: 0.85rem 1rem;
  color: #fff;
  background: rgba(33, 20, 24, 0.62);
  backdrop-filter: blur(14px);
  font-weight: 800;
}

.founder-name {
  color: color-mix(in srgb, var(--accent-strong) 80%, var(--text));
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.84rem;
}

.authority-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.62rem;
  margin: 1rem 0;
}

.authority-grid span {
  border-radius: 16px;
  padding: 0.72rem;
  font-size: 0.88rem;
  font-weight: 800;
}

blockquote {
  margin: 1rem 0 1.2rem;
  padding: 1rem 0 1rem 1.1rem;
  border-left: 2px solid var(--gold);
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  line-height: 1.08;
  color: var(--text);
}

.team-info {
  padding: clamp(1rem, 2vw, 1.3rem);
}

.team-tags,
.case-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.8rem;
}

.team-tags span,
.case-meta span {
  border-radius: 999px;
  border: 1px solid var(--line);
  padding: 0.32rem 0.55rem;
  font-size: 0.74rem;
  font-weight: 900;
  background: color-mix(in srgb, var(--surface) 88%, transparent);
}

.catalogo-card {
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.catalogo-card:hover {
  transform: translateY(-3px);
}

.servico-summary {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: baseline;
}

.service-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.service-specs span {
  border-radius: 14px;
  padding: 0.65rem;
  font-size: 0.82rem;
}

.gallery-carousel-shell {
  position: relative;
}

.gallery-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, 34vw);
  gap: 1rem;
  overflow-x: auto;
  padding: 0.2rem 0.1rem 0.75rem;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

.gallery-slide {
  scroll-snap-align: start;
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  background: color-mix(in srgb, var(--surface-strong) 92%, transparent);
  box-shadow: var(--shadow);
}

.gallery-slide figure {
  margin: 0;
  height: 360px;
  overflow: hidden;
}

.gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-slide-copy {
  padding: 1rem;
}

.gallery-slide-copy h3 {
  margin-bottom: 0.45rem;
}

.gallery-slide-copy p {
  margin-bottom: 0.35rem;
  font-size: 0.92rem;
}

.gallery-arrow {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  color: var(--text);
  background: color-mix(in srgb, var(--surface-strong) 94%, transparent);
  box-shadow: var(--shadow);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  cursor: pointer;
  z-index: 3;
}

.gallery-arrow-prev { left: -0.45rem; }
.gallery-arrow-next { right: -0.45rem; }


.credibility-panel {
  align-self: stretch;
}

.testimonial-card p {
  font-size: clamp(1rem, 1.55vw, 1.16rem);
  color: color-mix(in srgb, var(--text) 84%, var(--muted));
}

.faq {
  background:
    radial-gradient(circle at 85% 12%, rgba(216, 181, 123, 0.2), transparent 30%),
    var(--bg-soft);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: 1rem;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 0.72rem;
}

.faq-item {
  border-radius: 20px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  border: 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  color: var(--text);
  background: transparent;
  font: inherit;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.faq-question span:last-child {
  font-size: 1.35rem;
  color: var(--accent-strong);
}

.faq-answer {
  padding: 0 1rem 1rem;
}

.faq-answer p {
  margin: 0;
}

.whatsapp-float {
  width: auto;
  min-width: 62px;
  padding: 0 1rem;
  border-radius: 999px;
}

.whatsapp-icon {
  width: 30px;
  height: 30px;
}

@media (max-width: 940px) {
  .hero {
    min-height: auto;
    padding-top: 8.5rem;
    padding-bottom: 4rem;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(25, 16, 20, 0.66), rgba(25, 16, 20, 0.9)),
      url("assets/images/fundadora-portrait.webp") center top/cover no-repeat;
  }

  .hero h1 {
    max-width: 10.5ch;
  }

  .method-list,
  .authority-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .gallery-carousel {
    grid-auto-columns: minmax(78vw, 78vw);
  }

  .gallery-arrow {
    display: none;
  }
}

@media (max-width: 700px) {
  .hero h1 {
    font-size: clamp(2.65rem, 14vw, 4.4rem);
  }

  .hero-proof span,
  .hero-kicker span {
    width: 100%;
  }

  .hero-cta .btn,
  .cta-row .btn {
    width: 100%;
  }

  .service-specs {
    grid-template-columns: 1fr;
  }

  .gallery-slide figure {
    height: 330px;
  }

  .testimonial-slider {
    min-height: 520px;
  }

  .whatsapp-float {
    left: 1rem;
    right: 1rem;
    width: auto;
    height: 58px;
  }

  .whatsapp-float::after {
    content: "Agendar pelo WhatsApp";
    margin-left: 0.55rem;
    font-weight: 900;
  }
}

/* Correções finais: contraste, serviços simplificados e rodapé */
html[data-theme="dark"] body {
  background:
    radial-gradient(circle at 10% 4%, rgba(183, 125, 91, 0.16), transparent 30%),
    linear-gradient(180deg, #181317, #241c23 48%, #181317);
}

html[data-theme="dark"] .about,
html[data-theme="dark"] .gallery,
html[data-theme="dark"] .faq,
html[data-theme="dark"] .catalogo,
html[data-theme="dark"] .team,
html[data-theme="dark"] .testimonials,
html[data-theme="dark"] .differenciais {
  background:
    radial-gradient(circle at 12% 0%, rgba(239, 184, 158, 0.12), transparent 32%),
    var(--bg-soft);
}

html[data-theme="dark"] .section-copy,
html[data-theme="dark"] .section-head,
html[data-theme="dark"] .gallery-slide-copy,
html[data-theme="dark"] .catalogo-head,
html[data-theme="dark"] .catalogo-body,
html[data-theme="dark"] .servico-item,
html[data-theme="dark"] .service-specs span,
html[data-theme="dark"] .faq-item,
html[data-theme="dark"] .credibility-panel,
html[data-theme="dark"] .benefit,
html[data-theme="dark"] .method-list article,
html[data-theme="dark"] .authority-grid span {
  color: var(--text);
}

html[data-theme="dark"] .about p,
html[data-theme="dark"] .gallery p,
html[data-theme="dark"] .catalogo p,
html[data-theme="dark"] .faq p,
html[data-theme="dark"] .team p,
html[data-theme="dark"] .testimonials p,
html[data-theme="dark"] .differenciais p {
  color: var(--muted);
}

html[data-theme="dark"] .about h2,
html[data-theme="dark"] .gallery h2,
html[data-theme="dark"] .catalogo h2,
html[data-theme="dark"] .faq h2,
html[data-theme="dark"] .team h2,
html[data-theme="dark"] .differenciais h2,
html[data-theme="dark"] .gallery-slide h3,
html[data-theme="dark"] .servico-item h4 {
  color: var(--text);
}

html[data-theme="dark"] .catalogo-card,
html[data-theme="dark"] .servico-item,
html[data-theme="dark"] .gallery-slide,
html[data-theme="dark"] .testimonial-card,
html[data-theme="dark"] .faq-item,
html[data-theme="dark"] .benefit {
  background: rgba(43, 34, 42, 0.96);
  border-color: rgba(255, 236, 244, 0.18);
}

html[data-theme="dark"] .catalogo-head {
  background: linear-gradient(160deg, rgba(95, 63, 72, 0.78), rgba(43, 34, 42, 0.92));
}

.service-specs {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-specs span {
  min-height: 72px;
}

.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
}

.footer-social svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.footer .wa-link.footer-social svg {
  color: #25d366;
}

.gallery-arrow span {
  font-family: Manrope, sans-serif;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 940px) {
  .gallery-arrow {
    display: inline-flex;
    width: 40px;
    height: 40px;
  }

  .gallery-arrow-prev { left: 0.35rem; }
  .gallery-arrow-next { right: 0.35rem; }
}

@media (max-width: 700px) {
  .service-specs {
    grid-template-columns: 1fr;
  }

  .gallery .section-head h2 {
    font-size: clamp(2rem, 12vw, 3rem);
    line-height: 1.02;
  }

  .gallery-carousel {
    grid-auto-columns: minmax(82vw, 82vw);
  }
}

/* SEO/UX finishing pass */
.hero-local-subtitle {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin: 0.25rem 0 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 0.55rem 0.8rem;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  font-size: clamp(0.88rem, 1.5vw, 1rem);
  font-weight: 900;
}

.faq-question {
  min-height: 58px;
}

.faq-question[aria-expanded="true"] {
  color: color-mix(in srgb, var(--accent-strong) 72%, var(--text));
}

.faq-question span:last-child {
  display: inline-grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: color-mix(in srgb, var(--gold) 20%, transparent);
  line-height: 1;
}

.footer a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
}

.footer a:not(.footer-social)::before {
  content: "";
  width: 0.38rem;
  height: 0.38rem;
  margin-right: 0.5rem;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.9;
}

.footer .footer-social::before,
.footer-bottom a::before {
  content: none;
}

.footer h4 {
  color: var(--text);
}

.footer li a {
  color: color-mix(in srgb, var(--text) 72%, var(--muted));
  font-weight: 700;
}

html[data-theme="dark"] .footer li a {
  color: color-mix(in srgb, var(--text) 86%, var(--muted));
}

@media (max-width: 700px) {
  .hero-local-subtitle {
    border-radius: 18px;
    line-height: 1.35;
  }

  .faq-question {
    padding: 0.95rem;
  }

  .faq-answer {
    padding-inline: 0.95rem;
  }
}

/* Footer and caption polish */
.footer a:not(.footer-social)::before {
  content: none !important;
}

.footer li {
  line-height: 1.45;
}

.footer li a {
  border-bottom: 1px solid transparent;
}

.footer li a:hover,
.footer li a:focus-visible {
  border-bottom-color: currentColor;
}

.media-caption {
  display: block;
  line-height: 1.35;
}

.about-media img + .media-caption {
  margin-top: 0.75rem;
}

@media (max-width: 700px) {
  .media-caption {
    position: static;
    margin: 0;
    border-radius: 0;
    color: var(--text);
    background: color-mix(in srgb, var(--surface-strong) 94%, transparent);
    backdrop-filter: none;
  }
}

/* Authority, anchor and desktop nav fixes */
#catalogo,
#sobre,
#fundadora,
#equipe,
#galeria,
#faq,
#localizacao,
#contato {
  scroll-margin-top: 110px;
}

@media (min-width: 941px) {
  .menu-toggle {
    display: none !important;
  }

  .nav-links {
    display: flex !important;
    position: static !important;
    width: auto !important;
    padding: 0 !important;
    flex-direction: row !important;
    align-items: center !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
  }
}

.credentials-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}

.credentials-strip article {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1rem;
  background: color-mix(in srgb, var(--surface-strong) 90%, transparent);
  box-shadow: 0 14px 34px rgba(42, 24, 29, 0.08);
}

.credentials-strip strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--font-display);
  font-size: 1.18rem;
  line-height: 1.08;
  color: var(--text);
}

.credentials-strip span,
.footer-credential {
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-credential {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid var(--line);
}

html[data-theme="dark"] .credentials-strip article {
  background: rgba(43, 34, 42, 0.96);
  border-color: rgba(255, 236, 244, 0.18);
}

@media (max-width: 940px) {
  .credentials-strip {
    grid-template-columns: 1fr;
  }
}

/* Mobile spacing compression */
@media (max-width: 700px) {
  body {
    padding-bottom: calc(74px + env(safe-area-inset-bottom));
  }

  .section {
    padding: 2.7rem 0;
  }

  .section-head {
    margin-bottom: 1.2rem;
  }

  .hero {
    min-height: auto !important;
    padding-top: 6.4rem !important;
    padding-bottom: 2.2rem !important;
  }

  .hero-content {
    padding-bottom: 0 !important;
  }

  .hero h1 {
    font-size: clamp(2.15rem, 11vw, 3.35rem) !important;
    line-height: 0.98;
    max-width: 11.5ch;
  }

  .hero-subtitle {
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-kicker,
  .hero-proof {
    gap: 0.45rem;
    margin-bottom: 0.75rem;
  }

  .hero-kicker span,
  .hero-proof span,
  .hero-local-subtitle {
    padding: 0.48rem 0.68rem;
    font-size: 0.82rem;
  }

  .hero-cta {
    margin: 1rem 0;
    gap: 0.6rem;
  }

  .hero-note {
    margin-top: 0.75rem;
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .testimonial-slider {
    min-height: 0 !important;
    padding-bottom: 2.2rem;
  }

  .testimonial-card {
    position: relative !important;
    inset: auto !important;
    display: none;
    min-height: 0;
    padding: 1.2rem;
  }

  .testimonial-card.is-active {
    display: block;
  }

  .testimonial-dots {
    bottom: 0;
  }

  .client-avatar {
    width: 44px;
    height: 44px;
  }

  .benefits-grid,
  .method-list,
  .credentials-strip {
    gap: 0.75rem;
  }

  .benefit,
  .method-list article,
  .credentials-strip article,
  .credibility-panel,
  .testimonial-card {
    border-radius: 20px;
  }

  .whatsapp-float {
    bottom: max(0.65rem, env(safe-area-inset-bottom)) !important;
    height: 54px !important;
    left: 0.85rem !important;
    right: 0.85rem !important;
    z-index: 110;
  }
}
