:root {
  --seashell: #fff7f0;
  --pale-oak: #e7d2b7;
  --soft-gold: #dcc0a2;
  --camel: #c39f82;
  --taupe: #53463f;
  --pitch: #130b07;
  --ink: #1d1511;
  --muted: #766760;
  --line-dark: rgba(255, 247, 240, 0.16);
  --line-light: rgba(19, 11, 7, 0.13);
  --max: 1200px;
  --gutter: clamp(20px, 5vw, 72px);
  --container-pad: max(var(--gutter), calc((100vw - var(--max)) / 2));
  --section-y: clamp(112px, 9vw, 144px);
  --section-y-half: clamp(56px, 4.5vw, 72px);
  --ease-premium: cubic-bezier(0.16, 1, 0.3, 1);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--pitch);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: geometricPrecision;
}

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

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 24px var(--container-pad);
  color: var(--seashell);
  pointer-events: none;
  transition: color 220ms ease;
}

.site-header.is-scrolled {
  color: var(--seashell);
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.brand {
  display: none;
  align-items: center;
  min-width: 0;
  pointer-events: auto;
}

.brand img {
  display: block;
  width: clamp(178px, 15vw, 245px);
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 60px;
  padding: 8px 9px;
  border: 1px solid rgba(255, 247, 240, 0.18);
  border-radius: 999px;
  background: rgba(19, 11, 7, 0.28);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(22px) saturate(1.25);
  -webkit-backdrop-filter: blur(22px) saturate(1.25);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  pointer-events: auto;
}

.site-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  opacity: 0.78;
  transition:
    opacity 180ms var(--ease-premium),
    background 180ms var(--ease-premium),
    color 180ms var(--ease-premium);
}

.nav-logo {
  display: inline-flex;
  align-items: center;
  margin-right: 18px;
  padding: 0 22px 0 10px;
  border-right: 1px solid rgba(255, 247, 240, 0.14);
  pointer-events: none;
}

.nav-logo img {
  display: block;
  width: 160px;
  height: auto;
  opacity: 0.95;
}

.site-nav a:hover {
  opacity: 1;
  background: rgba(255, 247, 240, 0.08);
}

.nav-cta {
  border: 1px solid rgba(231, 210, 183, 0.32);
  background: linear-gradient(135deg, var(--pale-oak), var(--camel) 58%, #a98166);
  color: var(--pitch);
  box-shadow: 0 12px 34px rgba(195, 159, 130, 0.18);
  opacity: 1;
  padding: 10px 18px;
}

.nav-cta:hover {
  background: linear-gradient(135deg, #f1dcc0, var(--camel) 58%, #a98166);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 247, 240, 0.35);
  border-radius: 10px;
  background: transparent;
  color: currentColor;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 6px auto;
  background: currentColor;
}

.section-dark {
  background: var(--pitch);
  color: var(--seashell);
}

.hero {
  --hero-image: url("./assets/BG-DESKTOP.png");
  --hero-image-mobile: url("./assets/BG-MOBILE.png");
  display: flex;
  min-height: 100svh;
  padding: 150px var(--container-pad) 72px;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(19, 11, 7, 0.96) 0%, rgba(19, 11, 7, 0.88) 34%, rgba(19, 11, 7, 0.32) 56%, rgba(19, 11, 7, 0.04) 100%),
    linear-gradient(0deg, rgba(19, 11, 7, 0.72), rgba(19, 11, 7, 0.04) 44%, rgba(19, 11, 7, 0.36)),
    var(--hero-image);
  background-position: center, center, center right;
  background-size: cover, cover, cover;
  background-repeat: no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 74% 30%, rgba(195, 159, 130, 0.18), transparent 28%),
    radial-gradient(circle at 8% 74%, rgba(231, 210, 183, 0.09), transparent 24%);
  mix-blend-mode: screen;
  opacity: 0.82;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 50%;
  max-width: 720px;
  min-width: 0;
  padding-top: 24px;
}

.hero-logo {
  display: block;
  width: clamp(190px, 16vw, 260px);
  height: auto;
  margin-bottom: 34px;
  opacity: 0.95;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--camel);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  max-width: 660px;
  margin-bottom: 24px;
  font-size: clamp(38px, 3.6vw, 58px);
  line-height: 1.06;
  text-wrap: balance;
}

.mobile-break {
  display: inline;
}

.hero-line {
  display: inline;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(34px, 4.3vw, 62px);
  text-wrap: balance;
}

h3 {
  font-size: 20px;
  line-height: 1.15;
}

.hero-lede {
  max-width: 610px;
  color: rgba(255, 247, 240, 0.78);
  font-size: clamp(17px, 1.25vw, 19px);
  font-weight: 300;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  min-height: 54px;
  padding: 0 18px 0 24px;
  border: 1px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  isolation: isolate;
  transform: translateZ(0);
  transition:
    transform 220ms var(--ease-premium),
    border-color 220ms var(--ease-premium),
    box-shadow 220ms var(--ease-premium),
    background 220ms var(--ease-premium);
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 247, 240, 0.34) 46%, transparent 72%);
  transform: translateX(-130%);
  transition: transform 680ms var(--ease-premium);
}

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

.button:hover::before {
  transform: translateX(130%);
}

.button-primary {
  background: linear-gradient(135deg, var(--pale-oak), var(--camel) 58%, #a98166);
  color: var(--pitch);
  box-shadow: 0 18px 48px rgba(195, 159, 130, 0.22);
}

.button-primary:hover {
  box-shadow: 0 22px 64px rgba(195, 159, 130, 0.3);
}

.button-ghost {
  color: var(--seashell);
  border-color: rgba(255, 247, 240, 0.24);
  background: rgba(255, 247, 240, 0.045);
  backdrop-filter: blur(18px);
}

.button-icon {
  position: relative;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  flex: 0 0 auto;
  opacity: 0.82;
  transition:
    transform 220ms var(--ease-premium),
    opacity 220ms var(--ease-premium);
}

.button-icon::before {
  content: "→";
  position: static;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-1px);
}

.button:hover .button-icon {
  opacity: 1;
  transform: translateX(3px);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 700px;
  margin: 44px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--line-dark);
}

.hero-metrics dt {
  margin-bottom: 4px;
  color: var(--pale-oak);
  font-size: 18px;
  font-weight: 600;
}

.hero-metrics dd {
  margin: 0;
  color: rgba(255, 247, 240, 0.62);
  font-size: 13px;
}

.image-placeholder {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid currentColor;
  color: rgba(255, 247, 240, 0.42);
  background:
    linear-gradient(135deg, rgba(195, 159, 130, 0.12), transparent 42%),
    repeating-linear-gradient(135deg, transparent 0 18px, currentColor 19px 20px);
  transform: translateZ(0);
  transition:
    color 260ms var(--ease-premium),
    background-color 260ms var(--ease-premium),
    transform 260ms var(--ease-premium);
}

.image-placeholder::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid currentColor;
  opacity: 0.45;
}

.image-placeholder span,
.image-placeholder small {
  position: relative;
  z-index: 1;
  display: block;
  width: min(78%, 360px);
  text-align: center;
}

.image-placeholder span {
  color: currentColor;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1;
}

.image-placeholder small {
  margin-top: 10px;
  color: currentColor;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.image-placeholder:hover {
  transform: translateY(-4px);
  background-color: rgba(195, 159, 130, 0.08);
}

.intro-strip {
  padding: var(--section-y) var(--container-pad);
  background: var(--soft-gold);
  color: var(--ink);
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.intro-strip p {
  max-width: var(--max);
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 3vw, 40px);
  line-height: 1.13;
  text-align: center;
}

.section {
  padding: var(--section-y) var(--container-pad);
}

.section-light + .section-light,
.section-warm + .section-warm,
.section-dark + .section-dark,
.section-dark + .section-warm,
.section-warm + .section-dark,
#diferenciais + .section-warm {
  padding-top: var(--section-y-half);
}

.section-light {
  background: var(--soft-gold);
  color: var(--ink);
}

#diferenciais {
  background: var(--pitch);
  color: var(--seashell);
}

#diferenciais .section-heading p:not(.eyebrow) {
  color: rgba(255, 247, 240, 0.68);
}

.section-warm {
  background: var(--pitch);
  color: var(--seashell);
}

.section-heading {
  max-width: 900px;
  margin: 0 auto clamp(40px, 5vw, 68px);
  text-align: center;
}

.section-heading h2 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.section-heading p:not(.eyebrow),
.wide-heading p {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  color: var(--muted);
  font-size: 17px;
}

.section-dark .section-heading p:not(.eyebrow),
.section-dark .wide-heading p,
.section-warm .section-heading p:not(.eyebrow),
.section-warm .wide-heading p {
  color: rgba(255, 247, 240, 0.68);
}

.wide-heading {
  display: block;
  width: 100%;
  max-width: var(--max);
  text-align: left;
}

.wide-heading .eyebrow,
.wide-heading h2 {
  max-width: 900px;
  margin-right: 0;
  margin-left: 0;
}

.wide-heading p:not(.eyebrow) {
  margin-top: 22px;
  margin-bottom: 0;
  margin-left: 0;
}

.feature-grid,
.testimonial-grid,
.results-grid {
  max-width: var(--max);
  margin: 0 auto;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}

#diferenciais .feature-grid {
  border-top-color: rgba(255, 247, 240, 0.16);
  border-left-color: rgba(255, 247, 240, 0.16);
}

.feature-item {
  min-height: 280px;
  padding: 30px;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  transition:
    background 260ms var(--ease-premium),
    transform 260ms var(--ease-premium);
}

#diferenciais .feature-item {
  border-right-color: rgba(255, 247, 240, 0.16);
  border-bottom-color: rgba(255, 247, 240, 0.16);
}

.feature-item:hover {
  background: rgba(195, 159, 130, 0.08);
  transform: translateY(-4px);
}

.item-number {
  display: block;
  margin-bottom: 70px;
  color: var(--camel);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.feature-item p {
  color: var(--muted);
  font-size: 15px;
}

#diferenciais .feature-item p {
  color: rgba(255, 247, 240, 0.66);
}

.procedure-list {
  max-width: var(--max);
  margin: 0 auto;
  border-top: 1px solid rgba(19, 11, 7, 0.18);
}

.section-warm .procedure-list,
.section-dark .procedure-list {
  border-top-color: rgba(255, 247, 240, 0.16);
}

.procedure-row {
  display: grid;
  grid-template-columns: minmax(220px, 0.46fr) 1fr;
  gap: 28px;
  align-items: center;
  min-height: 104px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(19, 11, 7, 0.18);
  transition:
    padding-left 240ms var(--ease-premium),
    border-color 240ms var(--ease-premium),
    color 240ms var(--ease-premium);
}

.section-warm .procedure-row,
.section-dark .procedure-row {
  border-bottom-color: rgba(255, 247, 240, 0.16);
}

.procedure-row:hover {
  padding-left: 14px;
  border-color: rgba(19, 11, 7, 0.34);
}

.section-warm .procedure-row:hover,
.section-dark .procedure-row:hover {
  border-color: rgba(255, 247, 240, 0.34);
}

.procedure-row span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
}

.procedure-row small {
  color: var(--muted);
  font-size: 16px;
}

.section-warm .procedure-row small,
.section-dark .procedure-row small {
  color: rgba(255, 247, 240, 0.62);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: center;
}

.split-copy {
  max-width: 610px;
  justify-self: end;
  padding-block: 20px;
}

.split-copy p {
  color: rgba(255, 247, 240, 0.72);
  font-size: 17px;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  padding: 0 0 14px 28px;
  border-bottom: 1px solid var(--line-dark);
  position: relative;
  color: rgba(255, 247, 240, 0.82);
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid var(--camel);
  transform: rotate(45deg);
}

.image-placeholder-landscape {
  min-height: 560px;
  color: rgba(255, 247, 240, 0.34);
}

.split-media {
  min-width: 0;
}

.journey-photo {
  position: relative;
  width: 100%;
  height: min(62vw, 640px);
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 247, 240, 0.16);
  border-radius: 8px;
  background: rgba(255, 247, 240, 0.04);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.28);
}

.journey-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.92) contrast(1.04) brightness(0.92);
  transition: transform 700ms var(--ease-premium), filter 700ms var(--ease-premium);
}

.journey-photo:hover img {
  transform: scale(1.025);
  filter: saturate(0.98) contrast(1.05) brightness(0.96);
}

.clinic-section {
  position: relative;
  overflow: hidden;
}

.clinic-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(30px, 4vw, 48px);
  max-width: var(--max);
  margin: 0 auto;
}

.clinic-heading {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.clinic-copy {
  display: grid;
  gap: 22px;
  justify-items: center;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.clinic-copy p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 247, 240, 0.72);
  font-size: 18px;
  text-wrap: balance;
}

.clinic-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 0;
}

.clinic-points span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255, 247, 240, 0.16);
  border-radius: 999px;
  background: rgba(255, 247, 240, 0.045);
  color: rgba(255, 247, 240, 0.78);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.clinic-video-shell {
  position: relative;
  width: 100%;
  max-width: 1080px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 247, 240, 0.16);
  border-radius: 8px;
  background: rgba(255, 247, 240, 0.04);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.34);
}

.clinic-video-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 247, 240, 0.06);
}

.clinic-video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: var(--pitch);
}

.results-section {
  background: var(--pitch);
  color: var(--seashell);
  border-bottom: 1px solid rgba(255, 247, 240, 0.1);
}

.results-section .section-heading p:not(.eyebrow) {
  color: rgba(255, 247, 240, 0.7);
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.result-placeholder {
  min-height: 390px;
  border-color: rgba(255, 247, 240, 0.2);
  color: rgba(255, 247, 240, 0.34);
  background-color: rgba(255, 247, 240, 0.045);
}

.result-case {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 247, 240, 0.16);
  border-radius: 8px;
  background: rgba(255, 247, 240, 0.045);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.result-case img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.02);
  transition: transform 600ms var(--ease-premium), filter 600ms var(--ease-premium);
}

.result-case:hover img {
  transform: scale(1.018);
  filter: saturate(1) contrast(1.04);
}

.compliance-note {
  max-width: var(--max);
  margin: 24px auto 0;
  color: rgba(255, 247, 240, 0.58);
  font-size: 13px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

blockquote {
  margin: 0;
  padding: 34px;
  border: 1px solid rgba(19, 11, 7, 0.14);
  background: rgba(255, 247, 240, 0.32);
  transition:
    transform 260ms var(--ease-premium),
    border-color 260ms var(--ease-premium),
    background 260ms var(--ease-premium);
}

blockquote:hover {
  transform: translateY(-6px);
  border-color: rgba(19, 11, 7, 0.24);
  background: rgba(255, 247, 240, 0.48);
}

blockquote p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.2;
}

cite {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.reviews-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  max-width: var(--max);
  margin: -28px auto 26px;
  padding: 18px 22px;
  border: 1px solid rgba(19, 11, 7, 0.12);
  border-radius: 14px;
  background: rgba(255, 247, 240, 0.34);
}

.section-warm .reviews-summary,
.section-dark .reviews-summary {
  border-color: rgba(255, 247, 240, 0.14);
  background: rgba(255, 247, 240, 0.06);
}

.reviews-summary div {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.reviews-summary strong {
  font-size: 34px;
  line-height: 1;
}

.reviews-summary p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.section-warm .reviews-summary p,
.section-dark .reviews-summary p {
  color: rgba(255, 247, 240, 0.6);
}

.stars {
  color: #fbbc04;
  font-size: 16px;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.review-grid {
  align-items: stretch;
}

.review-card {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 100%;
  padding: 24px;
  border: 1px solid rgba(19, 11, 7, 0.14);
  border-radius: 16px;
  background: rgba(255, 247, 240, 0.44);
  box-shadow: 0 18px 48px rgba(19, 11, 7, 0.06);
  transition:
    transform 260ms var(--ease-premium),
    border-color 260ms var(--ease-premium),
    background 260ms var(--ease-premium);
}

.section-warm .review-card,
.section-dark .review-card {
  border-color: rgba(255, 247, 240, 0.12);
  background: rgba(255, 247, 240, 0.055);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.18);
}

.review-card:hover {
  transform: translateY(-5px);
  border-color: rgba(19, 11, 7, 0.24);
  background: rgba(255, 247, 240, 0.58);
}

.section-warm .review-card:hover,
.section-dark .review-card:hover {
  border-color: rgba(255, 247, 240, 0.24);
  background: rgba(255, 247, 240, 0.085);
}

.review-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.avatar {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #6f5b50, #c39f82);
  color: var(--seashell);
  font-size: 13px;
  font-weight: 800;
}

.review-author strong {
  display: block;
  font-size: 15px;
  line-height: 1.2;
}

.review-author small,
.review-meta small {
  color: var(--muted);
  font-size: 12px;
}

.section-warm .review-author small,
.section-warm .review-meta small,
.section-dark .review-author small,
.section-dark .review-meta small {
  color: rgba(255, 247, 240, 0.54);
}

.review-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.review-card p {
  margin: 0;
  color: #4f413b;
  font-size: 15px;
  line-height: 1.62;
}

.section-warm .review-card p,
.section-dark .review-card p {
  color: rgba(255, 247, 240, 0.72);
}

.review-card-compact,
.review-card-score {
  align-content: start;
}

.review-card-score > strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.14;
}

.review-card-score a {
  width: fit-content;
  margin-top: 4px;
  color: var(--pitch);
  font-size: 14px;
  font-weight: 800;
  border-bottom: 1px solid rgba(19, 11, 7, 0.36);
}

.section-warm .review-card-score a,
.section-dark .review-card-score a {
  color: var(--pale-oak);
  border-bottom-color: rgba(231, 210, 183, 0.42);
}

.gallery-band {
  display: none;
  grid-template-columns: 1.25fr 0.8fr;
  gap: 18px;
  padding-top: var(--section-y);
  padding-bottom: var(--section-y);
}

.gallery-large {
  grid-row: span 2;
  min-height: 650px;
  color: rgba(255, 247, 240, 0.32);
}

.gallery-small {
  min-height: 316px;
  color: rgba(255, 247, 240, 0.32);
}

.final-cta {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 26px;
  padding: var(--section-y) var(--container-pad);
  background: var(--soft-gold);
  color: var(--pitch);
  text-align: center;
}

.final-cta > div {
  max-width: 860px;
  margin: 0 auto;
}

.final-cta p:not(.eyebrow) {
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
  color: var(--taupe);
  font-size: 18px;
}

.final-cta .button-primary {
  background: var(--pitch);
  color: var(--seashell);
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 780ms var(--ease-premium),
    transform 780ms var(--ease-premium);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

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

.hero .eyebrow,
.hero h1,
.hero .hero-lede,
.hero .hero-actions,
.hero .hero-metrics {
  animation: heroRise 860ms var(--ease-premium) both;
}

.hero h1 {
  animation-delay: 90ms;
}

.hero .hero-lede {
  animation-delay: 180ms;
}

.hero .hero-actions {
  animation-delay: 270ms;
}

.hero .hero-metrics {
  animation-delay: 360ms;
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 28px var(--container-pad);
  background: var(--pitch);
  color: rgba(255, 247, 240, 0.68);
  font-size: 12px;
}

.site-footer div {
  display: grid;
  gap: 8px;
}

.footer-logo {
  display: block;
  width: 190px;
  height: auto;
  opacity: 0.92;
}

@media (max-width: 980px) {
  .site-header {
    justify-content: flex-end;
    pointer-events: auto;
  }

  .nav-logo {
    display: none;
  }

  .site-nav {
    position: fixed;
    top: 82px;
    right: var(--container-pad);
    left: auto;
    display: grid;
    gap: 0;
    width: min(270px, calc(100vw - (var(--container-pad) * 2)));
    padding: 8px;
    background: rgba(19, 11, 7, 0.78);
    border: 1px solid rgba(255, 247, 240, 0.16);
    border-radius: 14px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(20px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px) scale(0.98);
    transform-origin: top right;
    transition:
      opacity 180ms var(--ease-premium),
      transform 180ms var(--ease-premium);
  }

  body.nav-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .site-nav a {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255, 247, 240, 0.12);
    border-radius: 8px;
    font-size: 14px;
  }

  .site-nav a:hover {
    background: rgba(255, 247, 240, 0.06);
  }

  .nav-cta {
    border: 0;
    border-bottom: 0;
    padding: 12px 14px;
  }

  .nav-toggle {
    display: block;
  }

  .hero,
  .split-section,
  .clinic-layout,
  .wide-heading,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .wide-heading p:not(.eyebrow) {
    grid-column: 1;
  }

  .hero {
    padding-top: 128px;
    background-image:
      linear-gradient(90deg, rgba(19, 11, 7, 0.98), rgba(19, 11, 7, 0.84)),
      var(--hero-image);
  }

  .hero-content {
    width: 100%;
    max-width: 680px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .results-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .gallery-band {
    grid-template-columns: 1fr;
  }

  .gallery-large,
  .gallery-small {
    min-height: 360px;
  }
}

@media (max-width: 680px) {
  :root {
    --gutter: 24px;
    --section-y: 80px;
    --section-y-half: 40px;
  }

  .site-header {
    justify-content: flex-end;
    padding-top: 18px;
    padding-bottom: 14px;
    background: transparent;
    border-bottom: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .brand {
    display: none;
  }

  .nav-toggle {
    width: 48px;
    height: 48px;
    background: rgba(19, 11, 7, 0.34);
    backdrop-filter: blur(14px);
  }

  .hero {
    min-height: 720px;
    padding-top: clamp(205px, 32svh, 285px);
    padding-bottom: var(--section-y);
    text-align: center;
    align-items: end;
    background-image:
      linear-gradient(180deg, rgba(19, 11, 7, 0.04) 0%, rgba(19, 11, 7, 0.1) 34%, rgba(19, 11, 7, 0.44) 54%, rgba(19, 11, 7, 0.92) 100%),
      var(--hero-image-mobile);
    background-position: center top, center top;
    background-size: cover, cover;
  }

  .hero-content {
    max-width: none;
    padding-top: 0;
  }

  .eyebrow {
    max-width: 360px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 11px;
    line-height: 1.55;
    letter-spacing: 0.18em;
    text-wrap: balance;
  }

  .hero-logo {
    width: 190px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    opacity: 0.95;
  }

  h1 {
    max-width: 460px;
    margin-right: auto;
    margin-bottom: 14px;
    margin-left: auto;
    font-size: clamp(23px, 5.85vw, 31px);
    line-height: 1.1;
  }

  .hero-line {
    display: block;
    white-space: nowrap;
  }

  .mobile-break {
    display: block;
  }

  h2 {
    font-size: clamp(26px, 6.8vw, 34px);
    line-height: 1.12;
  }

  .hero-lede {
    max-width: 430px;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
    line-height: 1.48;
    text-wrap: balance;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: fit-content;
    max-width: 100%;
    margin: 18px auto 0;
  }

  .hero-actions .button-ghost {
    display: none;
  }

  .button {
    min-height: 48px;
    padding: 0 18px 0 20px;
    gap: 16px;
    border-radius: 9px;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-align: left;
    justify-content: space-between;
  }

  .button-icon {
    width: 18px;
    height: 18px;
  }

  .hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    max-width: 430px;
    margin: 20px auto 0;
    padding-top: 14px;
    text-align: center;
  }

  .hero-metrics div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
    align-items: start;
    min-width: 0;
  }

  .hero-metrics dt {
    font-size: 14px;
    margin: 0;
    line-height: 1.1;
  }

  .hero-metrics dd {
    max-width: 112px;
    margin: 0 auto;
    font-size: 10.5px;
    line-height: 1.35;
  }

  .intro-strip {
    padding-top: var(--section-y);
    padding-bottom: var(--section-y);
    text-align: center;
  }

  .intro-strip p {
    font-size: clamp(22px, 6vw, 30px);
  }

  .section {
    padding-top: var(--section-y);
    padding-bottom: var(--section-y);
  }

  .section-light + .section-light,
  .section-warm + .section-warm,
  .section-dark + .section-dark,
  .section-dark + .section-warm,
  .section-warm + .section-dark,
  #diferenciais + .section-warm {
    padding-top: var(--section-y-half);
  }

  .section-heading {
    margin-bottom: 34px;
    text-align: center;
  }

  .wide-heading {
    text-align: center;
  }

  .wide-heading .eyebrow,
  .wide-heading h2,
  .wide-heading p:not(.eyebrow) {
    margin-right: auto;
    margin-left: auto;
  }

  .section-heading p:not(.eyebrow),
  .wide-heading p {
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 1.55;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .procedure-row {
    grid-template-columns: 1fr;
    gap: 6px;
    min-height: auto;
    padding: 20px 0;
    text-align: left;
  }

  .procedure-row:hover {
    padding-left: 0;
  }

  .procedure-row span {
    font-size: clamp(25px, 7vw, 34px);
  }

  .procedure-row small {
    font-size: 15px;
    line-height: 1.45;
  }

  .feature-item {
    min-height: auto;
    padding: 26px 24px;
    text-align: left;
  }

  .item-number {
    margin-bottom: 36px;
  }

  .split-section {
    text-align: center;
  }

  .clinic-layout {
    gap: 34px;
    text-align: center;
  }

  .clinic-heading {
    max-width: 620px;
  }

  .clinic-copy {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin: 0 auto;
  }

  .clinic-copy p:not(.eyebrow) {
    margin: 0 auto;
    font-size: 16px;
  }

  .clinic-points {
    justify-content: center;
    margin-top: 0;
  }

  .split-copy {
    justify-self: stretch;
    padding-block: 0;
  }

  .split-copy .eyebrow,
  .split-copy h2,
  .split-copy p {
    margin-right: auto;
    margin-left: auto;
  }

  .split-copy p {
    max-width: 520px;
    font-size: 16px;
    line-height: 1.55;
  }

  .check-list {
    text-align: left;
  }

  .image-placeholder-landscape,
  .result-placeholder,
  .gallery-large,
  .gallery-small {
    min-height: 300px;
  }

  .journey-photo {
    height: clamp(380px, 112vw, 560px);
    min-height: 0;
  }

  .results-section,
  .testimonial-grid,
  .final-cta {
    text-align: center;
  }

  .reviews-summary {
    display: grid;
    justify-items: center;
    margin-top: -18px;
    text-align: center;
  }

  .review-card {
    padding: 22px;
    text-align: left;
  }

  blockquote {
    padding: 26px;
    text-align: left;
  }

  blockquote p {
    font-size: 21px;
  }

  .final-cta {
    gap: 22px;
  }

  .final-cta .button {
    width: 100%;
  }

  .site-footer {
    display: grid;
    text-align: center;
  }

  .footer-logo {
    margin: 0 auto;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
