:root {
  --wine: #4a0f12;
  --blood: #9e1b22;
  --red: #c43832;
  --warm: #faf7f4;
  --rose: #f1e7e5;
  --taupe: #cfc2be;
  --text: #261313;
  --muted: #6f5b57;
  --white: #fffdfa;
  --whatsapp: #25d366;
  --whatsapp-dark: #1eb65a;
  --shadow: 0 22px 60px rgba(74, 15, 18, 0.12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  color: var(--text);
  background: var(--warm);
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

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

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

button {
  font: inherit;
}

.section-shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 12px max(20px, calc((100vw - 1160px) / 2));
  background: rgba(250, 247, 244, 0.92);
  border-bottom: 1px solid rgba(207, 194, 190, 0.55);
  backdrop-filter: blur(18px);
  transition: box-shadow 0.25s ease, padding 0.25s ease;
}

.site-header.is-scrolled {
  box-shadow: 0 12px 34px rgba(74, 15, 18, 0.08);
}

.brand img {
  width: 225px;
  height: auto;
  object-fit: contain;
}

.site-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--wine);
}

.site-nav a {
  position: relative;
  padding: 8px 0;
}

.site-nav a::after {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  content: "";
  background: var(--blood);
  transition: width 0.22s ease;
}

.site-nav a:hover::after {
  width: 100%;
}

.nav-mobile-cta {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 22px;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 16px 30px rgba(37, 211, 102, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.header-cta {
  min-height: 44px;
  padding: 12px 18px;
  font-size: 0.88rem;
}

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

.btn-whatsapp {
  color: #ffffff;
  background: var(--whatsapp);
}

.btn-whatsapp:hover {
  background: var(--whatsapp-dark);
  box-shadow: 0 20px 38px rgba(37, 211, 102, 0.3);
}

.site-nav .nav-mobile-cta {
  display: none;
}

.wa-icon {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.04 3C9.02 3 3.32 8.69 3.32 15.69c0 2.24.59 4.42 1.7 6.34L3 29.34l7.5-1.96a12.7 12.7 0 0 0 5.54 1.27h.01c7.01 0 12.72-5.69 12.72-12.69C28.77 8.7 23.06 3 16.04 3Zm0 23.5c-1.8 0-3.56-.48-5.09-1.38l-.37-.22-4.45 1.16 1.19-4.33-.24-.4a10.45 10.45 0 0 1-1.61-5.64c0-5.81 4.74-10.54 10.57-10.54 2.82 0 5.48 1.1 7.47 3.1a10.44 10.44 0 0 1 3.1 7.45c0 5.81-4.74 10.54-10.57 10.54Zm5.79-7.89c-.32-.16-1.88-.92-2.17-1.02-.29-.11-.5-.16-.71.16-.21.31-.82 1.02-1.01 1.23-.18.21-.37.24-.68.08-.32-.16-1.33-.49-2.53-1.56-.94-.83-1.57-1.86-1.75-2.18-.18-.31-.02-.48.14-.64.14-.14.32-.37.47-.55.16-.18.21-.31.32-.52.1-.21.05-.39-.03-.55-.08-.16-.71-1.7-.98-2.33-.26-.61-.52-.53-.71-.54h-.61c-.21 0-.55.08-.84.39-.29.31-1.1 1.07-1.1 2.62s1.13 3.05 1.29 3.26c.16.21 2.22 3.38 5.38 4.73.75.32 1.34.51 1.79.65.75.24 1.44.2 1.98.12.6-.09 1.88-.77 2.14-1.51.26-.74.26-1.38.18-1.51-.08-.13-.29-.21-.61-.37Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.04 3C9.02 3 3.32 8.69 3.32 15.69c0 2.24.59 4.42 1.7 6.34L3 29.34l7.5-1.96a12.7 12.7 0 0 0 5.54 1.27h.01c7.01 0 12.72-5.69 12.72-12.69C28.77 8.7 23.06 3 16.04 3Zm0 23.5c-1.8 0-3.56-.48-5.09-1.38l-.37-.22-4.45 1.16 1.19-4.33-.24-.4a10.45 10.45 0 0 1-1.61-5.64c0-5.81 4.74-10.54 10.57-10.54 2.82 0 5.48 1.1 7.47 3.1a10.44 10.44 0 0 1 3.1 7.45c0 5.81-4.74 10.54-10.57 10.54Zm5.79-7.89c-.32-.16-1.88-.92-2.17-1.02-.29-.11-.5-.16-.71.16-.21.31-.82 1.02-1.01 1.23-.18.21-.37.24-.68.08-.32-.16-1.33-.49-2.53-1.56-.94-.83-1.57-1.86-1.75-2.18-.18-.31-.02-.48.14-.64.14-.14.32-.37.47-.55.16-.18.21-.31.32-.52.1-.21.05-.39-.03-.55-.08-.16-.71-1.7-.98-2.33-.26-.61-.52-.53-.71-.54h-.61c-.21 0-.55.08-.84.39-.29.31-1.1 1.07-1.1 2.62s1.13 3.05 1.29 3.26c.16.21 2.22 3.38 5.38 4.73.75.32 1.34.51 1.79.65.75.24 1.44.2 1.98.12.6-.09 1.88-.77 2.14-1.51.26-.74.26-1.38.18-1.51-.08-.13-.29-.21-.61-.37Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(74, 15, 18, 0.2);
  border-radius: 999px;
  background: var(--white);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--wine);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  padding: 118px 0 76px;
  background: var(--warm);
}

.final-cta::before {
  position: absolute;
  width: 360px;
  height: 360px;
  content: "";
  border: 1px solid rgba(158, 27, 34, 0.16);
  border-radius: 50%;
  transform: rotate(-20deg);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: block;
}

.hero-copy {
  max-width: 586px;
}

.hero-overline {
  margin: 0 0 12px;
  color: #6f5b57;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.hero-mobile-media {
  display: none;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blood);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  color: var(--wine);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  max-width: 580px;
  font-size: clamp(2.7rem, 4.85vw, 4.85rem);
  line-height: 1.03;
}

h2 {
  font-size: clamp(2.35rem, 4vw, 4.25rem);
}

h3 {
  margin: 0;
  color: var(--wine);
  line-height: 1.25;
}

.hero-subtitle,
.section-heading p,
.about-copy p,
.location-copy > p,
.final-cta p {
  color: var(--muted);
  font-size: 1.06rem;
}

.hero-subtitle {
  max-width: 545px;
  margin: 22px 0 28px;
}

.hero-badges,
.highlight-list,
.cred-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-badges {
  margin-top: 22px;
}

.hero-badges span,
.highlight-list span,
.cred-list span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 13px;
  border: 1px solid rgba(158, 27, 34, 0.16);
  border-radius: 999px;
  color: var(--wine);
  background: rgba(255, 253, 250, 0.72);
  font-size: 0.86rem;
  font-weight: 700;
}

.cred-strip {
  position: relative;
  z-index: 3;
  padding: 18px 0;
  background: var(--wine);
}

.cred-list {
  justify-content: center;
}

.cred-list span {
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff8f4;
  background: rgba(255, 255, 255, 0.08);
}

.section {
  position: relative;
  padding: 94px 0;
  overflow: hidden;
}

.section-tint {
  background: var(--rose);
}

.pattern-section::before {
  position: absolute;
  z-index: 0;
  width: 360px;
  height: 360px;
  content: "";
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 360 360' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%239E1B22' stroke-width='1.4' opacity='.42'%3E%3Cpath d='M284 70c-78 5-151 67-164 144'/%3E%3Cpath d='M310 113c-55 4-108 48-118 103'/%3E%3Cpath d='M105 274c39-16 74-13 111 8'/%3E%3C/g%3E%3Cg fill='%23C43832' opacity='.34'%3E%3Ccircle cx='212' cy='112' r='4'/%3E%3Ccircle cx='225' cy='126' r='4.6'/%3E%3Ccircle cx='236' cy='143' r='5.2'/%3E%3Ccircle cx='244' cy='163' r='5.8'/%3E%3Ccircle cx='248' cy='184' r='6.4'/%3E%3Ccircle cx='247' cy='207' r='5.6'/%3E%3Ccircle cx='239' cy='229' r='4.8'/%3E%3Ccircle cx='226' cy='247' r='4.2'/%3E%3Ccircle cx='190' cy='96' r='3'/%3E%3Ccircle cx='174' cy='101' r='2.8'/%3E%3Ccircle cx='158' cy='109' r='2.6'/%3E%3C/g%3E%3Cellipse cx='132' cy='232' rx='34' ry='23' fill='%23F1E7E5' opacity='.48' transform='rotate(-24 132 232)'/%3E%3C/svg%3E") center / contain no-repeat;
  opacity: 0.34;
  pointer-events: none;
}

.pattern-section > .section-shell {
  position: relative;
  z-index: 1;
}

.pattern-reviews::before {
  right: max(-120px, calc((100vw - 1160px) / 2 - 150px));
  top: 36px;
}

.pattern-faq::before {
  bottom: 34px;
  left: max(-130px, calc((100vw - 1160px) / 2 - 170px));
  transform: rotate(180deg);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading p {
  margin: 18px 0 0;
}

.symptom-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.mini-card,
.treatment-card,
.step-card,
.review-card,
.info-block,
.faq-item {
  border: 1px solid rgba(207, 194, 190, 0.68);
  border-radius: var(--radius);
  background: rgba(255, 253, 250, 0.78);
  box-shadow: 0 14px 35px rgba(74, 15, 18, 0.06);
}

.mini-card {
  min-height: 132px;
  padding: 18px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mini-card:hover,
.treatment-card:hover,
.step-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.line-icon,
.treatment-icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border: 1px solid rgba(158, 27, 34, 0.2);
  border-radius: 50%;
  color: var(--blood);
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.72), transparent 38%),
    rgba(196, 56, 50, 0.07);
}

.line-icon svg,
.treatment-icon svg {
  width: 27px;
  height: 27px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mini-card h3 {
  font-size: 1rem;
}

.center-cta {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.priority-appointment-section {
  padding: 0 0 94px;
  background: var(--warm);
}

.priority-appointment-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 28px;
  border: 1px solid rgba(158, 27, 34, 0.18);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 92% 16%, rgba(196, 56, 50, 0.08), transparent 30%),
    rgba(255, 253, 250, 0.82);
  box-shadow: 0 16px 42px rgba(74, 15, 18, 0.07);
}

.priority-appointment-copy {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.priority-appointment-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(158, 27, 34, 0.2);
  border-radius: 50%;
  color: var(--blood);
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.72), transparent 38%),
    rgba(196, 56, 50, 0.07);
}

.priority-appointment-icon svg {
  width: 27px;
  height: 27px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.priority-appointment-card h2 {
  max-width: 660px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.02;
}

.priority-appointment-card p {
  max-width: 720px;
  margin: 12px 0 8px;
  color: var(--muted);
  font-size: 1rem;
}

.priority-appointment-card small {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
}

.priority-appointment-cta {
  padding-inline: 20px;
}

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

.treatment-card {
  position: relative;
  display: flex;
  grid-column: span 3;
  min-height: 360px;
  padding: 24px;
  flex-direction: column;
  background: rgba(255, 253, 250, 0.86);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.treatment-card:nth-child(n + 5) {
  grid-column: span 4;
}

.treatment-card:nth-child(even) {
  background: rgba(250, 247, 244, 0.9);
}

.treatment-card:nth-child(odd) {
  background: rgba(241, 231, 229, 0.58);
}

.treatment-card:hover {
  border-color: rgba(158, 27, 34, 0.36);
}

.treatment-card::before {
  position: absolute;
  top: 0;
  right: 22px;
  left: 22px;
  height: 3px;
  content: "";
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, rgba(158, 27, 34, 0.12), rgba(196, 56, 50, 0.45), rgba(158, 27, 34, 0.12));
  opacity: 0.78;
}

.treatment-card p {
  margin: 12px 0 16px;
  color: var(--muted);
}

.treatment-card ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}

.treatment-card li {
  position: relative;
  padding-left: 16px;
  color: var(--text);
  font-size: 0.92rem;
}

.treatment-card li::before {
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 50%;
  background: var(--red);
}

.card-link {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-top: auto;
  align-self: stretch;
  min-height: 40px;
  padding: 10px 8px;
  overflow: hidden;
  font-size: 0.68rem;
  white-space: nowrap;
}

.about-grid,
.location-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  align-items: center;
  gap: 58px;
}

.about-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  background: var(--wine);
  box-shadow: var(--shadow);
}

.about-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(74, 15, 18, 0.18), transparent 36%);
}

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

.about-copy p {
  margin: 18px 0 24px;
}

.highlight-list {
  margin-bottom: 26px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.step-card {
  min-height: 245px;
  padding: 22px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.step-card span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #fff;
  background: var(--wine);
  font-weight: 800;
}

.step-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.93rem;
}

.reviews {
  position: relative;
  padding: 0 54px 38px;
}

.carousel-window {
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.35s ease;
}

.review-card {
  flex: 0 0 calc(100% / 3);
  min-height: 318px;
  padding: 0 8px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.review-card-inner {
  height: 100%;
  min-height: 318px;
  padding: 24px;
  border: 1px solid rgba(207, 194, 190, 0.68);
  border-radius: var(--radius);
  background: rgba(255, 253, 250, 0.82);
  box-shadow: 0 14px 35px rgba(74, 15, 18, 0.06);
}

.review-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.avatar {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, var(--wine), var(--red));
  font-weight: 800;
}

.review-card strong {
  display: block;
  color: var(--wine);
}

.verified {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.stars {
  margin-bottom: 12px;
  color: var(--red);
  letter-spacing: 0.08em;
}

.review-card p {
  margin: 0;
  color: var(--text);
}

.carousel-btn {
  position: absolute;
  top: 42%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(158, 27, 34, 0.2);
  border-radius: 50%;
  color: var(--wine);
  background: var(--white);
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(74, 15, 18, 0.08);
  transition: transform 0.2s ease, background 0.2s ease;
}

.carousel-btn:hover {
  transform: translateY(-2px);
  background: var(--rose);
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

.carousel-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.carousel-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--taupe);
  cursor: pointer;
}

.carousel-dots button.is-active {
  width: 24px;
  border-radius: 999px;
  background: var(--blood);
}

.location-grid {
  grid-template-columns: 0.82fr 1.18fr;
}

.location-copy p {
  margin: 18px 0 0;
}

.info-block {
  margin-top: 16px;
  padding: 18px;
}

.info-block p {
  margin-top: 6px;
  color: var(--muted);
}

.location-copy .btn {
  margin-top: 24px;
}

.map-wrap {
  overflow: hidden;
  min-height: 450px;
  border: 1px solid rgba(207, 194, 190, 0.72);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.map-wrap iframe {
  width: 100%;
  height: 450px;
  border: 0;
  filter: saturate(0.88) contrast(0.98);
}

.faq-shell {
  max-width: 900px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-question {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border: 0;
  color: var(--wine);
  background: transparent;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.faq-question span {
  flex: 0 0 auto;
  font-size: 1.4rem;
  line-height: 1;
  transition: transform 0.2s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.26s ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 20px 18px;
  color: var(--muted);
}

.faq-item.is-open .faq-question span {
  transform: rotate(45deg);
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 86px 0;
  background:
    radial-gradient(circle at 82% 32%, rgba(196, 56, 50, 0.34), transparent 26%),
    linear-gradient(135deg, var(--wine), #6f1519 58%, #3a0b0e);
}

.final-cta::before {
  left: -130px;
  bottom: -160px;
  border-color: rgba(255, 255, 255, 0.12);
}

.final-cta::after {
  position: absolute;
  right: max(-96px, calc((100vw - 1160px) / 2 - 126px));
  bottom: -54px;
  width: 330px;
  height: 330px;
  content: "";
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 330 330' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23FAF7F4' stroke-width='1.3' opacity='.45'%3E%3Cpath d='M262 66c-73 5-138 56-156 124'/%3E%3Cpath d='M284 104c-48 5-88 36-105 82'/%3E%3C/g%3E%3Cg fill='%23FAF7F4' opacity='.32'%3E%3Ccircle cx='198' cy='103' r='3.5'/%3E%3Ccircle cx='211' cy='116' r='4'/%3E%3Ccircle cx='222' cy='132' r='4.4'/%3E%3Ccircle cx='230' cy='151' r='4.9'/%3E%3Ccircle cx='234' cy='171' r='5.3'/%3E%3Ccircle cx='232' cy='191' r='4.8'/%3E%3Ccircle cx='225' cy='210' r='4.2'/%3E%3Ccircle cx='213' cy='226' r='3.7'/%3E%3C/g%3E%3Cellipse cx='112' cy='216' rx='31' ry='21' fill='%23C43832' opacity='.28' transform='rotate(-26 112 216)'/%3E%3C/svg%3E") center / contain no-repeat;
  opacity: 0.52;
  pointer-events: none;
}

.final-cta-inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
  text-align: center;
}

.final-cta h2,
.final-cta p {
  color: #fff8f4;
}

.final-cta p {
  max-width: 680px;
  margin: 20px auto 28px;
  opacity: 0.9;
}

.site-footer {
  padding: 46px 0 28px;
  background: #fffaf7;
  border-top: 1px solid rgba(207, 194, 190, 0.68);
}

.footer-grid {
  display: grid;
  grid-template-columns: 230px 1fr;
  align-items: center;
  gap: 42px;
}

.footer-grid img {
  width: 224px;
  height: auto;
  object-fit: contain;
}

.footer-grid strong {
  color: var(--wine);
}

.footer-grid p,
.footer-note {
  margin: 6px 0 0;
  color: var(--muted);
}

.footer-note {
  width: min(1160px, calc(100% - 40px));
  margin: 28px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(207, 194, 190, 0.5);
  font-size: 0.86rem;
}

.mobile-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: none;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #fff;
  background: var(--whatsapp);
  box-shadow: 0 18px 34px rgba(37, 211, 102, 0.36);
}

.mobile-float .wa-icon {
  width: 28px;
  height: 28px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

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

.teleconsulta-page .teleconsulta-hero .hero-copy {
  max-width: 720px;
}

.teleconsulta-page .teleconsulta-hero h1 {
  max-width: 600px;
  font-size: clamp(3rem, 4.6vw, 5rem);
  line-height: 1.03;
}

.teleconsulta-page .teleconsulta-hero .hero-subtitle {
  max-width: 650px;
}

.teleconsulta-priority-section {
  padding: 0 0 34px;
  background: var(--warm);
}

.teleconsulta-priority-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 24px 26px;
  border: 1px solid rgba(158, 27, 34, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 253, 250, 0.82);
  box-shadow: 0 14px 35px rgba(74, 15, 18, 0.06);
}

.teleconsulta-priority-icon {
  margin: 0;
}

.teleconsulta-priority-copy h2 {
  max-width: 620px;
  font-size: clamp(1.9rem, 2.8vw, 2.8rem);
  line-height: 1.04;
}

.teleconsulta-priority-copy p {
  max-width: 690px;
  margin: 10px 0 8px;
  color: var(--muted);
}

.teleconsulta-priority-copy small {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.teleconsulta-priority-cta {
  min-width: 300px;
  box-shadow: 0 14px 26px rgba(37, 211, 102, 0.18);
}

.teleconsulta-note-card {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 42px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(207, 194, 190, 0.68);
  border-radius: var(--radius);
  background: rgba(255, 253, 250, 0.82);
  box-shadow: 0 14px 35px rgba(74, 15, 18, 0.06);
}

.teleconsulta-note-card h2 {
  font-size: clamp(2.1rem, 3.2vw, 3.2rem);
}

.teleconsulta-note-card p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
}

@media (min-width: 701px) {
  .hero {
    background: #f8f1ee url("assets/hero-dr-felipe-desktop.webp") center right / cover no-repeat;
  }
}

@media (max-width: 1060px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav {
    position: fixed;
    top: 75px;
    right: 18px;
    left: 18px;
    display: grid;
    gap: 0;
    padding: 14px;
    border: 1px solid rgba(207, 194, 190, 0.75);
    border-radius: var(--radius);
    background: rgba(255, 253, 250, 0.98);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .site-nav a {
    padding: 13px 6px;
  }

  .site-nav .nav-mobile-cta {
    display: inline-flex;
    width: 100%;
    margin-top: 8px;
    padding: 13px 18px;
  }

  .site-nav .nav-mobile-cta::after {
    display: none;
  }

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

  body.nav-open .menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  body.nav-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.nav-open .menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .about-grid,
  .location-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 640px;
  }

  .teleconsulta-note-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .teleconsulta-priority-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .teleconsulta-priority-cta {
    grid-column: 1 / -1;
    justify-self: start;
    min-width: 0;
  }

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

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

  .priority-appointment-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .priority-appointment-cta {
    width: 100%;
  }

  .treatment-card,
  .treatment-card:nth-child(n + 5) {
    grid-column: auto;
  }
}

@media (max-width: 700px) {
  .section-shell {
    width: min(100% - 28px, 560px);
  }

  .site-header {
    padding: 12px 14px;
  }

  .brand img {
    width: 180px;
  }

  .hero {
    min-height: 0;
    padding: 0 0 42px;
    background: var(--warm);
  }

  .hero-mobile-media {
    display: block;
    width: 100%;
    background: #f7eeeb;
  }

  .hero-mobile-media img {
    width: 100%;
    height: auto;
  }

  .hero-grid {
    padding-top: 30px;
  }

  h1 {
    max-width: 430px;
    font-size: clamp(2.35rem, 10.4vw, 3.35rem);
    line-height: 1.05;
  }

  .teleconsulta-page .teleconsulta-hero h1 {
    max-width: 460px;
    font-size: clamp(2.05rem, 8.6vw, 2.8rem);
  }

  .teleconsulta-page .teleconsulta-hero .hero-mobile-media img {
    height: min(66vw, 270px);
    object-fit: cover;
    object-position: center top;
  }

  .teleconsulta-page .teleconsulta-hero .hero-subtitle {
    margin: 16px 0 20px;
  }

  .teleconsulta-priority-section {
    padding-bottom: 26px;
  }

  .teleconsulta-priority-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
  }

  .teleconsulta-priority-copy h2 {
    font-size: clamp(1.85rem, 8vw, 2.35rem);
  }

  .teleconsulta-priority-copy p {
    font-size: 0.95rem;
  }

  .teleconsulta-priority-cta {
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }

  .teleconsulta-page .btn {
    font-size: 0.82rem;
  }

  h2 {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .hero-subtitle,
  .section-heading p,
  .about-copy p,
  .location-copy > p,
  .final-cta p {
    font-size: 1rem;
  }

  .btn {
    width: 100%;
    max-width: 360px;
    padding-inline: 18px;
    font-size: 0.92rem;
  }

  .hero-badges span,
  .highlight-list span,
  .cred-list span {
    min-height: 33px;
    font-size: 0.78rem;
  }

  .cred-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .cred-list span {
    justify-content: center;
    text-align: center;
  }

  .section {
    padding: 68px 0;
  }

  .priority-appointment-section {
    padding: 0 0 68px;
  }

  .priority-appointment-card {
    padding: 20px;
    gap: 22px;
  }

  .priority-appointment-copy {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .priority-appointment-card h2 {
    font-size: clamp(2rem, 9vw, 2.75rem);
  }

  .priority-appointment-card p {
    font-size: 0.96rem;
  }

  .priority-appointment-cta {
    max-width: none;
    white-space: normal;
    line-height: 1.18;
  }

  .section-heading {
    margin-bottom: 30px;
    text-align: left;
  }

  .symptom-grid {
    gap: 10px;
  }

  .mini-card {
    min-height: 132px;
    padding: 14px;
  }

  .line-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 12px;
  }

  .line-icon svg {
    width: 23px;
    height: 23px;
  }

  .mini-card h3 {
    font-size: 0.88rem;
  }

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

  .treatment-card,
  .treatment-card:nth-child(n + 5) {
    grid-column: auto;
    min-height: auto;
  }

  .card-link {
    padding-inline: 8px;
    font-size: 0.68rem;
  }

  .steps-grid {
    gap: 10px;
  }

  .step-card {
    min-height: 230px;
    padding: 16px;
  }

  .step-card h3 {
    font-size: 1rem;
  }

  .step-card p {
    font-size: 0.86rem;
  }

  .teleconsulta-note-card {
    padding: 22px;
  }

  .teleconsulta-note-card p:last-child {
    font-size: 1rem;
  }

  .reviews {
    padding: 0 0 38px;
  }

  .review-card {
    flex-basis: 100%;
    min-height: 292px;
    padding: 0;
  }

  .review-card-inner {
    min-height: 292px;
  }

  .carousel-btn {
    top: auto;
    bottom: -3px;
  }

  .prev {
    left: calc(50% - 86px);
  }

  .next {
    right: calc(50% - 86px);
  }

  .carousel-dots {
    bottom: 12px;
  }

  .map-wrap,
  .map-wrap iframe {
    min-height: 330px;
    height: 330px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 20px;
    text-align: center;
  }

  .footer-grid img {
    width: 210px;
  }

  .footer-note {
    text-align: center;
  }

  .mobile-float {
    display: grid;
  }
}

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