:root {
  --color-bg: #faf7f2;
  --color-surface: #fffefd;
  --color-soft: #f7f2ec;
  --color-nude: #efe5dd;
  --color-nude-soft: #fbf4ee;
  --color-sage-soft: #edf6f3;
  --color-champagne: #dfcbbd;
  --color-ink: #202326;
  --color-text: #30373b;
  --color-muted: #596469;
  --color-line: #dfe5e2;
  --color-line-warm: #e7dbd1;
  --color-clinic: #edf5f2;
  --color-accent: #4a6460;
  --color-accent-dark: #263f3b;
  --shadow-soft: 0 24px 74px rgba(32, 35, 38, 0.085);
  --shadow-card: 0 18px 48px rgba(32, 35, 38, 0.075);
  --radius: 8px;
  --container: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(237, 246, 243, 0.68), transparent 32vw),
    radial-gradient(circle at 88% 14%, rgba(239, 229, 221, 0.44), transparent 30vw),
    linear-gradient(180deg, #fffefd 0, var(--color-bg) 48%, #fffefd 100%);
  color: var(--color-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 12px clamp(18px, 5vw, 56px);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(231, 235, 238, 0.92);
  box-shadow: 0 8px 28px rgba(33, 39, 45, 0.035);
  backdrop-filter: blur(16px);
}

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

.brand-logo {
  display: block;
  width: clamp(150px, 16vw, 205px);
  height: auto;
  max-height: 54px;
  object-fit: contain;
}

.primary-nav {
  display: none;
}

.menu-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: var(--color-ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

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

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

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

.menu-open .primary-nav {
  position: fixed;
  inset: 74px 16px auto;
  display: grid;
  gap: 6px;
  padding: 14px;
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.primary-nav a {
  padding: 12px 11px;
  color: var(--color-muted);
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 700;
}

.primary-nav a:hover {
  background: var(--color-soft);
  color: var(--color-ink);
}

.nav-cta {
  background: var(--color-accent-dark);
  color: #ffffff !important;
  text-align: center;
  box-shadow: 0 12px 28px rgba(47, 74, 71, 0.18);
}

.section {
  width: min(100% - 36px, var(--container));
  margin: 0 auto;
  padding: 74px 0;
  min-width: 0;
}

.hero {
  position: relative;
  display: grid;
  gap: 28px;
  min-height: auto;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  min-width: 0;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(255, 254, 253, 0.98) 0%, rgba(250, 247, 242, 0.82) 100%);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--color-accent-dark);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--color-ink);
  font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 640px;
  font-size: clamp(2.72rem, 4.35vw, 4.12rem);
  color: #1f2325;
  font-weight: 800;
  line-height: 1.04;
}

h2 {
  font-size: clamp(1.85rem, 5.2vw, 3.2rem);
  font-weight: 750;
}

h3 {
  font-size: 1.06rem;
  font-weight: 750;
  line-height: 1.25;
}

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

.hero-text {
  max-width: 600px;
  margin-top: 12px;
  color: #4d595e;
  font-size: clamp(1rem, 1.8vw, 1.09rem);
  line-height: 1.54;
}

.hero .eyebrow {
  color: var(--color-accent-dark);
}

.hero-actions {
  margin-top: 16px;
}

.hero-actions {
  display: grid;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(35, 39, 43, 0.16);
}

.btn-primary {
  background: linear-gradient(180deg, #2d3434, var(--color-ink));
  color: #ffffff;
  border-color: rgba(32, 35, 38, 0.18);
  box-shadow: 0 16px 36px rgba(35, 39, 43, 0.2);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.94);
  color: var(--color-accent-dark);
  border-color: #c4d5d1;
  box-shadow: 0 12px 30px rgba(47, 74, 71, 0.11);
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
  color: #536064;
  font-size: 0.84rem;
}

.hero-notes span {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  background: rgba(255, 254, 253, 0.92);
  border: 1px solid #ccdcd8;
  border-radius: 999px;
}

.check-list li::before,
.contact-benefits li::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  background: var(--color-accent);
  border-radius: 50%;
}

.hero-notes span::before {
  content: "✓";
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  flex: 0 0 auto;
  background: var(--color-accent);
  color: #ffffff;
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
}

.stars {
  color: #b98a54;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
}

.hero-visual {
  position: relative;
  justify-self: end;
  width: 100%;
  max-width: 500px;
  min-height: 395px;
  padding: 4px 8px;
}

.hero-content,
.hero-visual,
.contact-content,
.contact-form,
.service-card,
.testimonial-card,
.site-footer,
.footer-navs {
  min-width: 0;
}

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

.portrait-frame {
  position: relative;
  display: grid;
  min-height: 390px;
  place-items: center;
}

.portrait-frame::before {
  content: "";
  position: absolute;
  inset: 32px 18px 18px;
  background:
    linear-gradient(135deg, rgba(237, 246, 243, 0.94), rgba(251, 244, 238, 0.8));
  border: 1px solid #d8e3e0;
  border-radius: 30px;
}

.doctor-photo {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  aspect-ratio: 0.94;
  border: 1px solid rgba(216, 227, 224, 0.95);
  border-radius: 30px;
  box-shadow: 0 26px 72px rgba(32, 35, 38, 0.13);
}

.doctor-photo {
  display: block;
  height: clamp(370px, 32vw, 445px);
  object-fit: cover;
  object-position: 57% 38%;
}

.clinic-placeholder {
  position: relative;
  min-height: 350px;
  overflow: hidden;
  background: var(--color-clinic);
  border: 1px solid var(--color-line);
  border-radius: 18px;
  box-shadow: var(--shadow-card);
}

.clinic-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 54%, rgba(35, 39, 43, 0.12));
  pointer-events: none;
}

.clinic-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
  object-position: 58% 38%;
}

.why-section .clinic-placeholder,
.why-section .clinic-photo {
  min-height: 420px;
}

.why-section .clinic-placeholder {
  width: 100%;
  max-width: 480px;
  justify-self: center;
  border-radius: 22px;
  box-shadow: 0 22px 56px rgba(33, 39, 45, 0.1);
}

.why-section .clinic-photo {
  height: 420px;
  object-position: 58% 34%;
}

.hero-card {
  position: absolute;
  z-index: 2;
  max-width: 220px;
  padding: 12px 14px;
  background: rgba(255, 254, 253, 0.9);
  border: 1px solid rgba(216, 227, 224, 0.88);
  border-radius: 14px;
  box-shadow: 0 16px 42px rgba(32, 35, 38, 0.11);
  backdrop-filter: blur(14px);
}

.hero-card-top {
  top: 22px;
  left: 0;
}

.hero-card strong,
.hero-card span {
  display: block;
}

.hero-card .stars {
  margin-bottom: 3px;
  font-size: 0.78rem;
  line-height: 1;
}

.hero-card strong {
  color: var(--color-ink);
  font-size: 1rem;
  line-height: 1.15;
}

.hero-card span {
  margin-top: 4px;
  color: var(--color-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.trust-bar {
  display: grid;
  gap: 0;
  width: min(100% - 36px, var(--container));
  margin: -2px auto 12px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(253, 250, 247, 0.96));
  border: 1px solid rgba(216, 225, 222, 0.98);
  border-radius: 18px;
  box-shadow: 0 18px 58px rgba(32, 35, 38, 0.075);
}

.trust-bar div {
  position: relative;
  padding: 20px 24px;
  background: transparent;
  transition: background 180ms ease, transform 180ms ease;
}

.trust-bar div:hover {
  background: rgba(237, 246, 243, 0.34);
}

.trust-bar div + div {
  border-top: 1px solid rgba(216, 225, 222, 0.9);
}

.trust-bar div::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin-bottom: 12px;
  background: var(--color-accent);
  border-radius: 999px;
}

.trust-bar strong,
.trust-bar span,
.trust-bar small {
  display: block;
}

.trust-bar strong {
  color: var(--color-ink);
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(1.12rem, 2.8vw, 1.46rem);
  font-weight: 800;
  line-height: 1.15;
}

.trust-bar strong.stars {
  color: #b98a54;
  font-size: clamp(1.05rem, 3.5vw, 1.42rem);
  letter-spacing: 0.08em;
}

.trust-bar span {
  margin-top: 4px;
  color: var(--color-muted);
  font-size: 0.88rem;
}

.trust-bar small {
  margin-top: 7px;
  color: #7b858d;
  font-size: 0.78rem;
  line-height: 1.45;
}

.split-section,
.why-section,
.contact-section {
  display: grid;
  gap: 28px;
}

.why-section {
  align-items: center;
  padding-top: 72px;
  padding-bottom: 72px;
}

.why-section > div:last-child {
  padding: 32px;
  background:
    linear-gradient(135deg, rgba(255, 254, 253, 0.96), rgba(237, 246, 243, 0.52)),
    var(--color-surface);
  border: 1px solid rgba(224, 229, 226, 0.92);
  border-radius: 22px;
  box-shadow: 0 18px 52px rgba(32, 35, 38, 0.065);
}

.why-intro {
  margin-top: 16px;
  color: #56616b;
  font-size: 1rem;
  line-height: 1.7;
}

.why-section h2 {
  font-size: clamp(2.1rem, 3.4vw, 3.25rem);
}

.content-stack {
  display: grid;
  gap: 14px;
  max-width: 680px;
  padding: 24px 26px;
  background:
    linear-gradient(180deg, rgba(255, 254, 253, 0.96), rgba(237, 246, 243, 0.32));
  border: 1px solid rgba(224, 229, 226, 0.92);
  border-radius: 18px;
  box-shadow: 0 14px 38px rgba(32, 35, 38, 0.045);
}

.approach-step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  padding: 16px 0 0;
  border-top: 1px solid rgba(216, 225, 222, 0.78);
}

.approach-step span {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--color-accent-dark);
  background: rgba(237, 246, 243, 0.82);
  border: 1px solid #d4e1de;
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

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

.approach-step p {
  margin-top: 6px;
  color: #566267;
  font-size: 0.94rem;
  line-height: 1.58;
}

.section-heading {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin-bottom: 32px;
}

.services-section,
.instagram-section,
.process-section,
.faq-section {
  position: relative;
}

.services-section,
.instagram-section,
.why-section,
.contact-section {
  isolation: isolate;
}

.services-section::before,
.process-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(100vw, 1320px);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(231, 235, 238, 0.95), transparent);
}

.services-section::after {
  content: "";
  position: absolute;
  inset: 10px calc(50% - 50vw);
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(237, 246, 243, 0.58), rgba(255, 254, 253, 0.9));
  border-block: 1px solid rgba(224, 229, 226, 0.72);
  pointer-events: none;
}

.service-grid,
.testimonial-grid,
.process-grid {
  display: grid;
  gap: 22px;
}

.service-card,
.testimonial-card,
.process-grid article {
  position: relative;
  background: var(--color-surface);
  border: 1px solid rgba(224, 229, 226, 0.95);
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(32, 35, 38, 0.05);
}

.testimonial-card,
.process-grid article {
  padding: 26px;
}

.service-card {
  display: flex;
  min-height: 455px;
  flex-direction: column;
  overflow: hidden;
  background:
    linear-gradient(180deg, #fffefd 0, #fffefd 68%, rgba(237, 246, 243, 0.36) 100%);
  border-radius: 20px;
  border-color: #d5e1de;
  box-shadow: 0 20px 52px rgba(32, 35, 38, 0.075);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  height: 4px;
  background: linear-gradient(90deg, rgba(74, 100, 96, 0.64), rgba(223, 203, 189, 0.42), rgba(74, 100, 96, 0.1));
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: #cadbd7;
  box-shadow: 0 28px 66px rgba(32, 35, 38, 0.095);
}

.service-media {
  position: relative;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: var(--color-clinic);
}

.service-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 254, 253, 0.02), rgba(32, 35, 38, 0.07)),
    linear-gradient(135deg, rgba(237, 246, 243, 0.04), rgba(239, 229, 221, 0.05));
  pointer-events: none;
}

.service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.98) contrast(1.03) brightness(1);
  transition: transform 320ms ease, filter 320ms ease;
}

.service-card:hover .service-media img {
  transform: scale(1.03);
  filter: saturate(1.04) contrast(1.04) brightness(1.01);
}

.service-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px 0;
  margin-bottom: 12px;
}

.service-card-top::after {
  content: "";
  width: 42px;
  height: 42px;
  background:
    linear-gradient(135deg, transparent 45%, rgba(79, 104, 101, 0.14) 46%),
    var(--color-clinic);
  border: 1px solid #d6e2df;
  border-radius: 12px;
}

.service-card span,
.process-grid span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  background: var(--color-clinic);
  color: var(--color-accent-dark);
  border: 1px solid #d6e2df;
  border-radius: 50%;
  font-size: 0.82rem;
  font-weight: 800;
}

.service-card h3 {
  max-width: 260px;
  font-size: 1.16rem;
  padding: 0 24px;
  color: #1f2325;
}

.service-card p,
.testimonial-source,
.process-grid p {
  margin-top: 11px;
}

.service-card p,
.process-grid p {
  line-height: 1.58;
}

.service-card p {
  padding: 0 24px;
  color: #566267;
  font-size: 0.95rem;
}

.service-card a {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin: auto 24px 26px;
  padding: 10px 14px;
  color: var(--color-accent-dark);
  background: rgba(255, 254, 253, 0.94);
  border: 1px solid #c6d7d3;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(32, 35, 38, 0.055);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.service-card a:hover {
  background: var(--color-accent-dark);
  border-color: #bfd4d1;
  color: #ffffff;
  transform: translateX(2px);
  box-shadow: 0 14px 30px rgba(47, 74, 71, 0.16);
}

.service-card a::after {
  content: " ->";
}

.mid-cta {
  display: grid;
  gap: 22px;
  align-items: center;
  margin-top: -18px;
  margin-bottom: 26px;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(38, 63, 59, 0.96), rgba(32, 35, 38, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(32, 35, 38, 0.13);
}

.mid-cta .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.mid-cta h2 {
  max-width: 760px;
  color: #ffffff;
  font-size: clamp(1.7rem, 3.8vw, 2.55rem);
}

.mid-cta p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.62;
}

.mid-cta-actions {
  display: grid;
  gap: 10px;
}

.mid-cta .btn-primary {
  background: #ffffff;
  color: var(--color-accent-dark);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

.mid-cta .btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.26);
  box-shadow: none;
}

.testimonials-section {
  width: 100%;
  max-width: none;
  padding: 68px max(18px, calc((100vw - var(--container)) / 2));
  background:
    linear-gradient(180deg, rgba(255, 254, 253, 0.98) 0, rgba(247, 251, 249, 0.96) 100%);
  border-block: 1px solid rgba(224, 229, 226, 0.88);
}

.testimonials-section .section-heading,
.review-summary,
.testimonial-grid {
  width: min(100%, var(--container));
  margin-inline: auto;
}

.review-summary {
  display: grid;
  gap: 14px;
  margin-bottom: 22px;
  overflow: visible;
  background: transparent;
  border: 1px solid rgba(216, 225, 222, 0.98);
  border-radius: 20px;
  box-shadow: 0 24px 62px rgba(32, 35, 38, 0.08);
}

.review-summary div {
  padding: 24px;
  background:
    linear-gradient(180deg, #fffefd, rgba(247, 251, 249, 0.96));
  border-radius: 20px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.review-summary div:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(33, 39, 45, 0.07);
}

.review-summary strong,
.review-summary span,
.review-summary small {
  display: block;
}

.review-summary strong {
  color: var(--color-ink);
  font-size: 1.18rem;
  font-weight: 800;
}

.review-score {
  border: 1px solid #ccdbd8;
}

.review-score .stars {
  margin-bottom: 8px;
  font-size: 1.12rem;
}

.review-summary span:not(.stars) {
  margin-top: 6px;
  color: var(--color-muted);
  font-size: 0.9rem;
}

.review-summary small {
  margin-top: 7px;
  color: #7b858d;
  font-size: 0.82rem;
}

.testimonial-card {
  min-height: 258px;
  background: var(--color-surface);
  border-color: #d6e1df;
  box-shadow: 0 20px 50px rgba(32, 35, 38, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  border-color: #cfe0dc;
  box-shadow: 0 26px 64px rgba(32, 35, 38, 0.09);
}

.testimonial-card::before {
  content: "";
  position: absolute;
  inset: 18px 18px auto auto;
  width: 34px;
  height: 34px;
  background: var(--color-clinic);
  border: 1px solid #d6e2df;
  border-radius: 50%;
}

.testimonial-card p {
  margin-top: 10px;
  color: var(--color-text);
  font-size: 1rem;
}

.testimonial-card h3 {
  margin-top: 14px;
  font-size: 1.22rem;
}

.testimonial-source {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  color: var(--color-accent-dark);
  background: #fffefd;
  border: 1px solid #cbdad7;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.testimonial-source:hover {
  background: var(--color-accent-dark);
  border-color: var(--color-accent-dark);
  color: #ffffff;
}

.instagram-section {
  padding-top: 66px;
  padding-bottom: 54px;
}

.instagram-support-visual {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  background: var(--color-clinic);
  border: 1px solid rgba(216, 225, 222, 0.98);
  border-radius: 20px;
  box-shadow: 0 20px 54px rgba(32, 35, 38, 0.075);
}

.instagram-support-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(32, 35, 38, 0.16));
  pointer-events: none;
}

.instagram-support-visual img {
  display: block;
  width: 100%;
  height: clamp(210px, 22vw, 270px);
  object-fit: cover;
  object-position: 52% 48%;
}

.instagram-placeholder {
  display: block;
  padding: 12px;
  background:
    linear-gradient(180deg, #fffefd 0, rgba(237, 246, 243, 0.34) 100%);
  border: 1px solid rgba(216, 225, 222, 0.98);
  border-radius: 20px;
  box-shadow: 0 20px 54px rgba(32, 35, 38, 0.075);
}

.elfsight-app-c30bdf94-fa27-4733-8b1d-bc83011f2a5d {
  display: block;
  width: 100%;
  max-width: none;
  min-height: 420px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(216, 225, 222, 0.92);
  border-radius: 16px;
}

.elfsight-app-c30bdf94-fa27-4733-8b1d-bc83011f2a5d iframe,
.elfsight-app-c30bdf94-fa27-4733-8b1d-bc83011f2a5d > div {
  width: 100% !important;
  max-width: none !important;
}

.medical-note {
  margin-top: 12px;
  padding: 12px 14px;
  background: rgba(237, 246, 243, 0.76);
  border: 1px solid #d4e1de;
  border-radius: 14px;
  color: #53635f;
  font-size: 0.86rem;
}

.instagram-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 10px 16px;
  color: var(--color-accent-dark);
  background: #fffefd;
  border: 1px solid #cbdad7;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(32, 35, 38, 0.055);
  font-size: 0.9rem;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.instagram-link:hover {
  transform: translateY(-2px);
  background: var(--color-accent-dark);
  border-color: var(--color-accent-dark);
  color: #ffffff;
}

.check-list,
.contact-benefits {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.check-list li,
.contact-benefits li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--color-muted);
}

.check-list li::before,
.contact-benefits li::before {
  margin-top: 9px;
}

.why-section .check-list {
  gap: 11px;
  margin-top: 20px;
}

.why-section .check-list li {
  gap: 11px;
  color: #56616b;
}

.why-section .check-list li::before {
  content: "✓";
  display: grid;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  place-items: center;
  background: linear-gradient(180deg, #5d7672, var(--color-accent));
  color: #ffffff;
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
}

.process-grid {
  position: relative;
}

.process-grid article {
  background:
    linear-gradient(180deg, #fffefd, rgba(247, 251, 249, 0.62));
  min-height: 172px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.process-grid span {
  position: static;
  box-shadow: none;
}

.process-grid article:hover {
  transform: translateY(-4px);
  border-color: #cfe0dc;
  box-shadow: 0 20px 46px rgba(33, 39, 45, 0.08);
}

.process-grid h3 {
  margin-top: 18px;
  font-size: 1.14rem;
}

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

details {
  background: var(--color-surface);
  border: 1px solid rgba(224, 229, 226, 0.92);
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(32, 35, 38, 0.04);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

details[open],
details:hover {
  border-color: #cfdcd9;
  box-shadow: 0 14px 34px rgba(32, 35, 38, 0.06);
}

summary {
  padding: 16px 18px;
  color: var(--color-ink);
  font-weight: 800;
  cursor: pointer;
}

details p {
  padding: 0 18px 16px;
}

.contact-section {
  width: min(100% - 36px, var(--container));
  margin-bottom: 44px;
  padding: 32px;
  background:
    linear-gradient(135deg, rgba(237, 246, 243, 0.72), rgba(255, 254, 253, 0.98) 58%),
    var(--color-surface);
  border: 1px solid rgba(216, 227, 224, 0.95);
  border-radius: 24px;
  box-shadow: 0 26px 76px rgba(32, 35, 38, 0.09);
}

.contact-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact-content p:not(.eyebrow) {
  margin-top: 14px;
}

.contact-content .btn {
  margin-top: 20px;
}

.contact-privacy {
  margin-top: 18px;
  padding: 12px 14px;
  color: #52615d;
  background: rgba(255, 254, 253, 0.78);
  border: 1px solid #d4e1de;
  border-radius: 14px;
  font-size: 0.9rem;
}

.contact-image {
  position: relative;
  width: 100%;
  margin-top: 18px;
  overflow: hidden;
  background: var(--color-clinic);
  border: 1px solid #d4e1de;
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(32, 35, 38, 0.075);
}

.contact-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(35, 39, 43, 0.1));
  pointer-events: none;
}

.contact-image img {
  display: block;
  width: 100%;
  height: clamp(180px, 20vw, 230px);
  object-fit: cover;
  object-position: 56% 45%;
}

.contact-benefits li::before {
  background: var(--color-accent);
}

.contact-form {
  display: grid;
  gap: 15px;
  padding: 24px;
  background: rgba(255, 254, 253, 0.98);
  border: 1px solid rgba(224, 229, 226, 0.96);
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(32, 35, 38, 0.09);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--color-ink);
  font-size: 0.9rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  color: var(--color-text);
  background: #fbfaf8;
  border: 1px solid #d6e0de;
  border-radius: 12px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  background: #ffffff;
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(74, 100, 96, 0.14);
}

.contact-form textarea {
  resize: vertical;
}

.form-note {
  color: var(--color-muted);
  font-size: 0.82rem;
}

.form-status {
  min-height: 22px;
  color: var(--color-accent-dark);
  font-size: 0.88rem;
  font-weight: 700;
}

.site-footer {
  display: grid;
  gap: 22px;
  padding: 36px clamp(18px, 5vw, 56px);
  background: #252a2f;
  color: #ffffff;
}

.footer-logo {
  display: block;
  width: min(180px, 62vw);
  height: auto;
  filter: brightness(0) invert(1);
  opacity: 0.94;
}

.footer-brand p {
  max-width: 440px;
  margin-top: 8px;
}

.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, 0.72);
}

.footer-navs {
  display: grid;
  gap: 18px;
}

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

.site-footer nav strong {
  color: #ffffff;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-footer a {
  width: fit-content;
  font-size: 0.94rem;
}

.site-footer a:hover {
  color: #ffffff;
}

.footer-note {
  grid-column: 1 / -1;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.84rem;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 40;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 18px;
  background: #1f7a62;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  box-shadow: 0 16px 36px rgba(31, 122, 98, 0.24);
  font-size: 0.9rem;
  font-weight: 800;
}

.floating-whatsapp::before {
  content: "WA";
  display: grid;
  width: 26px;
  height: 26px;
  margin-right: 8px;
  place-items: center;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 900;
}

@media (min-width: 640px) {
  .hero-actions {
    display: flex;
    flex-wrap: wrap;
  }

  .hero-notes {
    display: flex;
    flex-wrap: wrap;
  }

  .trust-bar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .trust-bar div + div {
    border-top: 0;
    border-left: 1px solid var(--color-line);
  }

  .review-summary {
    grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.85fr);
  }

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

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

  .mid-cta-actions {
    display: flex;
    flex-wrap: wrap;
  }

}

@media (min-width: 640px) and (max-width: 900px) {
  .trust-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-bar div + div {
    border-left: 0;
    border-top: 1px solid var(--color-line);
  }

  .trust-bar div:nth-child(2),
  .trust-bar div:nth-child(4) {
    border-left: 1px solid var(--color-line);
  }

  .trust-bar div:nth-child(2) {
    border-top: 0;
  }
}

@media (min-width: 920px) {
  .site-header {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .menu-toggle {
    display: none;
  }

  .primary-nav {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .primary-nav a {
    padding: 10px 12px;
  }

  .nav-cta {
    margin-left: 8px;
    padding-inline: 16px !important;
  }

  .hero,
  .contact-section {
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  }

  .split-section {
    grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
  }

  .why-section {
    grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
  }

  .section {
    padding: 70px 0;
  }

  .hero {
    grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.78fr);
    gap: clamp(28px, 4vw, 48px);
    height: auto;
    min-height: calc(100svh - 104px);
    max-height: none;
    align-items: center;
    padding-top: clamp(24px, 3.5vh, 38px);
    padding-bottom: clamp(24px, 3.5vh, 38px);
  }

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

  .hero .eyebrow {
    margin-bottom: 10px;
    font-size: 0.68rem;
    letter-spacing: 0.095em;
  }

  .hero h1 {
    max-width: 590px;
    font-size: clamp(2.65rem, 4.05vw, 3.65rem);
    line-height: 1.02;
    letter-spacing: -0.025em;
  }

  .hero-text {
    max-width: 540px;
    margin-top: 12px;
    font-size: clamp(0.95rem, 1.25vw, 1.04rem);
    line-height: 1.5;
  }

  .hero-actions {
    margin-top: 16px;
    gap: 10px;
  }

  .hero-actions .btn {
    min-height: 48px;
    padding: 13px 20px;
  }

  .hero-notes {
    margin-top: 12px;
    gap: 8px;
    font-size: 0.8rem;
  }

  .hero-notes span {
    padding: 6px 9px;
  }

  .hero-notes span::before {
    width: 16px;
    height: 16px;
    font-size: 0.68rem;
  }

  .hero-visual {
    max-width: 445px;
    min-height: 350px;
    padding: 0;
  }

  .portrait-frame {
    min-height: 350px;
  }

  .portrait-frame::before {
    inset: 24px 14px 14px;
    border-radius: 26px;
  }

  .doctor-photo {
    width: min(100%, 445px);
    height: clamp(340px, 28vw, 390px);
    border-radius: 26px;
    object-position: 57% 38%;
    box-shadow: 0 22px 58px rgba(33, 39, 45, 0.11);
  }

  .hero-card {
    max-width: 180px;
    padding: 10px 12px;
    border-radius: 12px;
  }

  .hero-card-top {
    top: 18px;
    left: -4px;
  }

  .hero-card .stars {
    margin-bottom: 2px;
    font-size: 0.68rem;
  }

  .hero-card strong {
    font-size: 0.92rem;
  }

  .hero-card span {
    margin-top: 3px;
    font-size: 0.74rem;
    line-height: 1.35;
  }

  .testimonials-section {
    padding: 68px max(18px, calc((100vw - var(--container)) / 2));
  }

  .instagram-section {
    padding-top: 62px;
    padding-bottom: 52px;
  }

  .why-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .content-stack {
    padding-left: 22px;
    border-left: 1px solid var(--color-line);
  }

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

  .contact-section {
    padding: 34px;
  }

  .mid-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 34px 38px;
  }

  .mid-cta-actions {
    justify-content: end;
    min-width: 320px;
  }

  .site-footer {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
  }

  .footer-navs {
    grid-template-columns: repeat(2, max-content);
    gap: 38px;
  }
}

@media (min-width: 1280px) {
  .hero h1 {
    font-size: clamp(2.9rem, 4vw, 3.85rem);
  }

  .hero-visual {
    max-width: 465px;
  }

  .doctor-photo {
    width: min(100%, 465px);
    height: clamp(360px, 29vw, 405px);
  }
}

@media (min-width: 1120px) {
  .hero-notes {
    flex-wrap: wrap;
  }

  .hero-notes span {
    white-space: normal;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 62px;
  }

  h1 {
    font-size: clamp(2.18rem, 9.3vw, 3.35rem);
  }

  .section {
    padding: 64px 0;
  }

  .site-header {
    padding-inline: 16px;
  }

  .brand-logo {
    width: clamp(138px, 42vw, 178px);
    max-height: 48px;
  }

  .menu-open .primary-nav {
    inset: 70px 14px auto;
    max-height: calc(100svh - 88px);
    overflow-y: auto;
  }

  .primary-nav a {
    min-height: 46px;
    display: flex;
    align-items: center;
  }

  .hero {
    min-height: auto;
    gap: 26px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .why-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero-text {
    margin-top: 16px;
    line-height: 1.65;
  }

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

  .hero-visual {
    justify-self: center;
    min-height: auto;
    padding: 2px 0 62px;
  }

  .portrait-frame {
    min-height: 340px;
  }

  .doctor-photo {
    width: min(100%, 410px);
  }

  .doctor-photo {
    height: clamp(320px, 82vw, 400px);
    object-position: 57% 34%;
  }

  .why-section > div:last-child {
    padding: 24px 20px;
  }

  .approach-step {
    gap: 12px;
  }

  .mid-cta {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .mid-cta-actions .btn {
    width: 100%;
  }

  .why-section .clinic-placeholder,
  .why-section .clinic-photo {
    min-height: 330px;
  }

  .why-section .clinic-photo {
    height: 330px;
  }

  .instagram-support-visual img,
  .contact-image img {
    height: 220px;
  }

  .elfsight-app-c30bdf94-fa27-4733-8b1d-bc83011f2a5d {
    min-height: 420px;
  }

  .clinic-photo {
    object-position: 58% 34%;
  }

  .hero-card-top {
    top: 18px;
    left: 0;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: max(14px, env(safe-area-inset-bottom));
    min-height: 48px;
    padding: 11px 14px;
  }

  .floating-whatsapp::before {
    margin-right: 6px;
  }

  .hero-actions .btn,
  .contact-content .btn,
  .contact-form .btn {
    width: 100%;
    min-height: 54px;
  }

  .service-card,
  .testimonial-card,
  .process-grid article {
    min-height: auto;
  }

  .service-media {
    aspect-ratio: 16 / 10;
  }

  summary {
    min-height: 58px;
    display: flex;
    align-items: center;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    font-size: 16px;
  }

  .footer-navs {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn,
  .trust-bar div,
  .service-card,
  .service-media img,
  .review-summary div,
  .testimonial-card,
  .process-grid article,
  .testimonial-source,
  .service-card a,
  .instagram-link {
    transition: none;
  }

  .btn:hover,
  .service-card:hover,
  .review-summary div:hover,
  .testimonial-card:hover,
  .process-grid article:hover,
  .service-card:hover .service-media img,
  .instagram-link:hover {
    transform: none;
  }
}

@media (max-width: 380px) {
  .section,
  .trust-bar,
  .contact-section {
    width: min(100% - 28px, var(--container));
  }

  .contact-section {
    padding: 22px 16px;
  }

  .hero-card {
    position: static;
    margin-top: 12px;
    max-width: none;
  }

  .hero-visual {
    padding-bottom: 0;
  }

  .floating-whatsapp span {
    display: none;
  }

  .floating-whatsapp::before {
    margin-right: 0;
  }
}

/* Minimal Luxury Lead Page V2 */
body {
  background:
    linear-gradient(180deg, #fffefd 0, #faf7f2 34%, #fffefd 100%);
}

.section {
  width: min(100% - 40px, 1160px);
  padding: 82px 0;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(250, 247, 242, 0.78), rgba(255, 254, 253, 0.98) 58%, rgba(237, 246, 243, 0.42));
}

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

h1 {
  max-width: 650px;
  color: #1d2021;
  font-size: clamp(2.82rem, 5vw, 4.65rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

h2 {
  color: #202426;
  letter-spacing: -0.02em;
}

.hero-text {
  max-width: 560px;
  color: #4b575b;
  font-size: clamp(1rem, 1.35vw, 1.12rem);
}

.btn {
  border-radius: 999px;
}

.btn-primary,
.nav-cta {
  background: linear-gradient(180deg, #314b47, #223733);
  box-shadow: 0 18px 38px rgba(35, 55, 51, 0.24);
}

.btn-secondary {
  background: #fffefd;
  border-color: #b9ccc8;
  box-shadow: 0 14px 30px rgba(32, 35, 38, 0.08);
}

.hero-notes {
  max-width: 620px;
  gap: 8px;
  margin-top: 16px;
}

.hero-notes span {
  background: rgba(255, 254, 253, 0.82);
  border-color: rgba(185, 204, 200, 0.86);
}

.hero-visual {
  max-width: 560px;
  padding: 0;
}

.portrait-frame {
  min-height: 0;
}

.portrait-frame::before {
  display: none;
}

.doctor-photo {
  width: 100%;
  height: clamp(420px, 42vw, 620px);
  aspect-ratio: auto;
  border: 1px solid rgba(222, 229, 226, 0.92);
  border-radius: 36px;
  box-shadow: 0 34px 90px rgba(32, 35, 38, 0.16);
}

.hero-card {
  background: rgba(255, 254, 253, 0.92);
  border-color: rgba(216, 225, 222, 0.9);
  box-shadow: 0 18px 44px rgba(32, 35, 38, 0.12);
}

.trust-bar {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  width: min(100% - 40px, 1160px);
  margin: 4px auto 0;
  border-radius: 999px;
  box-shadow: 0 14px 42px rgba(32, 35, 38, 0.055);
}

.trust-bar div {
  padding: 14px 18px;
}

.trust-bar div::before {
  display: none;
}

.trust-bar strong {
  font-size: clamp(0.94rem, 1.45vw, 1.08rem);
}

.trust-bar span {
  margin-top: 1px;
  font-size: 0.78rem;
}

.trust-bar small {
  margin-top: 3px;
  font-size: 0.7rem;
  line-height: 1.35;
}

.split-section {
  align-items: start;
}

.content-stack {
  gap: 0;
  max-width: none;
  padding: 30px;
  background: #fffefd;
  border-color: #dbe5e2;
  border-radius: 28px;
  box-shadow: 0 22px 58px rgba(32, 35, 38, 0.06);
}

.content-stack > p {
  padding-bottom: 18px;
  color: #4f5c60;
  font-size: 1.02rem;
}

.approach-step {
  gap: 18px;
  padding: 18px 0;
}

.approach-step span {
  width: 42px;
  height: 42px;
  background: #edf5f2;
  border-color: #cadbd7;
}

.approach-step h3 {
  font-size: 1.08rem;
}

.approach-step p {
  max-width: 540px;
}

.approach-link {
  display: inline-flex;
  width: fit-content;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 12px 18px;
  color: #ffffff;
  background: linear-gradient(180deg, #314b47, #223733);
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(35, 55, 51, 0.2);
}

.services-section {
  padding-top: 88px;
}

.services-section::after {
  inset: 0 calc(50% - 50vw);
  background: linear-gradient(180deg, rgba(237, 246, 243, 0.42), rgba(250, 247, 242, 0.36));
}

.service-grid {
  gap: 22px;
}

.service-card {
  min-height: 380px;
  background: #fffefd;
  border-color: #d8e2df;
  border-radius: 26px;
  box-shadow: 0 18px 52px rgba(32, 35, 38, 0.075);
}

.service-card::before,
.service-card-top::after {
  display: none;
}

.service-media {
  aspect-ratio: 16 / 10;
}

.service-media::after {
  background: linear-gradient(180deg, transparent 58%, rgba(32, 35, 38, 0.08));
}

.service-media img {
  filter: saturate(1.04) contrast(1.04) brightness(1.01);
}

.service-card-top {
  padding: 22px 24px 0;
  margin-bottom: 10px;
}

.service-card span {
  width: auto;
  height: auto;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
}

.service-card h3 {
  max-width: none;
  font-size: 1.18rem;
}

.service-card a {
  margin-bottom: 24px;
}

.social-proof-section {
  width: 100%;
  max-width: none;
  padding: 78px max(20px, calc((100vw - 1160px) / 2));
  background: #fffefd;
  border-block: 1px solid rgba(224, 229, 226, 0.86);
}

.social-proof-section .section-heading,
.review-summary,
.testimonial-grid {
  width: min(100%, 1160px);
}

.review-summary {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 18px;
  border: 0;
  box-shadow: none;
}

.review-summary div {
  padding: 20px;
  border: 1px solid #d6e1df;
  box-shadow: 0 16px 42px rgba(32, 35, 38, 0.055);
}

.testimonial-grid {
  gap: 14px;
}

.testimonial-card {
  min-height: 0;
  padding: 22px;
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(32, 35, 38, 0.055);
}

.testimonial-card::before {
  display: none;
}

.testimonial-card h3 {
  font-size: 1.08rem;
}

.testimonial-card p {
  font-size: 0.92rem;
}

.instagram-section {
  width: min(100%, 1160px);
  margin: 46px auto 0;
  padding: 34px;
  background: linear-gradient(135deg, #f8fbf9, #fffefd);
  border: 1px solid #dbe5e2;
  border-radius: 30px;
  box-shadow: 0 22px 62px rgba(32, 35, 38, 0.06);
}

.instagram-heading {
  margin-bottom: 24px;
}

.instagram-support-visual {
  margin-bottom: 16px;
  border-radius: 24px;
}

.instagram-support-visual img {
  height: clamp(190px, 20vw, 250px);
}

.instagram-placeholder {
  padding: 8px;
  border-radius: 22px;
  box-shadow: none;
}

.elfsight-app-c30bdf94-fa27-4733-8b1d-bc83011f2a5d {
  min-height: 320px;
  border-radius: 18px;
}

.why-section {
  gap: clamp(30px, 6vw, 72px);
}

.why-section .clinic-placeholder {
  max-width: 540px;
  border-radius: 34px;
  box-shadow: 0 26px 72px rgba(32, 35, 38, 0.1);
}

.why-section .clinic-photo {
  height: clamp(420px, 44vw, 600px);
}

.why-section > div:last-child {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.process-grid article {
  background: transparent;
  border-width: 1px 0 0;
  border-radius: 0;
  box-shadow: none;
}

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

.contact-section {
  border-radius: 34px;
  box-shadow: 0 30px 88px rgba(32, 35, 38, 0.1);
}

@media (min-width: 640px) {
  .trust-bar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

@media (min-width: 920px) {
  .hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(430px, 0.98fr);
    gap: clamp(44px, 6vw, 76px);
    min-height: calc(100svh - 94px);
  }

  .hero-visual {
    max-width: 560px;
  }

  .doctor-photo {
    height: clamp(500px, 40vw, 610px);
    border-radius: 38px;
  }

  .hero-card-top {
    top: 22px;
    left: 22px;
  }

  .split-section {
    grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1.18fr);
  }

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

  .service-card:nth-child(-n + 2) {
    grid-column: span 2;
    min-height: 520px;
  }

  .service-card:nth-child(-n + 2) .service-media {
    aspect-ratio: 16 / 9;
  }

  .service-card:nth-child(-n + 2) h3 {
    font-size: 1.35rem;
  }

  .instagram-section {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
    gap: 18px;
    align-items: start;
  }

  .instagram-heading,
  .medical-note,
  .instagram-link {
    grid-column: 1 / -1;
  }

  .instagram-support-visual {
    margin-bottom: 0;
  }

  .instagram-support-visual img {
    height: 100%;
    min-height: 330px;
  }
}

@media (max-width: 760px) {
  .section {
    width: min(100% - 32px, 1160px);
    padding: 58px 0;
  }

  h1 {
    font-size: clamp(2.28rem, 10vw, 3.22rem);
  }

  .doctor-photo {
    height: clamp(360px, 92vw, 450px);
    border-radius: 28px;
  }

  .trust-bar {
    width: min(100% - 32px, 1160px);
    border-radius: 24px;
  }

  .trust-bar div {
    padding: 14px 16px;
  }

  .content-stack,
  .instagram-section,
  .contact-section {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .review-summary {
    grid-template-columns: 1fr;
  }

  .service-card {
    border-radius: 22px;
  }

  .elfsight-app-c30bdf94-fa27-4733-8b1d-bc83011f2a5d {
    min-height: 300px;
  }
}

/* Final premium polish */
:root {
  --shadow-luxury: 0 32px 90px rgba(32, 35, 38, 0.11);
  --shadow-luxury-soft: 0 20px 58px rgba(32, 35, 38, 0.075);
}

body {
  color: #30383b;
}

p {
  color: #536064;
}

.hero h1 {
  color: #1e2224;
  text-wrap: balance;
}

.hero-text {
  color: #465358;
}

.hero .eyebrow {
  color: #294a44;
}

.btn-primary,
.nav-cta {
  background: linear-gradient(180deg, #35534d 0%, #223a35 100%);
  box-shadow: 0 18px 42px rgba(34, 58, 53, 0.26);
}

.btn-secondary {
  color: #223a35;
  border-color: #b8ccc7;
  box-shadow: 0 14px 34px rgba(32, 35, 38, 0.08);
}

.doctor-photo {
  border-color: rgba(224, 231, 228, 0.95);
  box-shadow:
    0 34px 88px rgba(32, 35, 38, 0.14),
    0 0 0 10px rgba(255, 254, 253, 0.48);
}

.hero-card {
  background: rgba(255, 254, 253, 0.94);
  border-color: rgba(211, 224, 220, 0.96);
  box-shadow: 0 18px 44px rgba(32, 35, 38, 0.12);
}

.hero-card .stars {
  color: #a97845;
}

.trust-bar {
  margin-top: 10px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 254, 253, 0.98), rgba(250, 247, 242, 0.92));
  border: 1px solid #d8e2df;
  border-radius: 22px;
  box-shadow: 0 18px 52px rgba(32, 35, 38, 0.07);
}

.trust-bar div {
  padding: 18px 20px;
}

.trust-bar div:hover {
  background: rgba(237, 246, 243, 0.42);
}

.trust-bar div + div {
  border-color: rgba(216, 226, 222, 0.86);
}

.trust-bar strong {
  color: #202527;
}

.trust-bar span {
  color: #566267;
  font-weight: 700;
}

.trust-bar small {
  color: #748084;
}

.split-section h2,
.section-heading h2 {
  text-wrap: balance;
}

.content-stack {
  background:
    linear-gradient(180deg, rgba(255, 254, 253, 0.98), rgba(248, 251, 249, 0.88));
  border-color: #d7e2df;
  box-shadow: var(--shadow-luxury-soft);
}

.content-stack > p {
  color: #49575b;
}

.approach-step {
  border-top-color: rgba(208, 222, 218, 0.82);
}

.approach-step span {
  color: #294a44;
  background: linear-gradient(180deg, #f8fbf9, #e5f0ed);
  border-color: #c8d9d5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.approach-step h3 {
  color: #202527;
}

.approach-step p {
  color: #5b676b;
}

.approach-link {
  box-shadow: 0 16px 34px rgba(34, 58, 53, 0.22);
}

.services-section::after {
  background:
    linear-gradient(180deg, rgba(237, 246, 243, 0.5), rgba(250, 247, 242, 0.34) 72%, rgba(255, 254, 253, 0.74));
}

.service-card {
  background: linear-gradient(180deg, #fffefd 0%, #fffefd 70%, #f7fbf9 100%);
  border-color: #d2dfdb;
  box-shadow: 0 22px 62px rgba(32, 35, 38, 0.085);
}

.service-card:hover {
  border-color: #bfd2cd;
  box-shadow: 0 30px 78px rgba(32, 35, 38, 0.11);
}

.service-media {
  background: #eaf2ef;
}

.service-media::after {
  background:
    linear-gradient(180deg, rgba(255, 254, 253, 0), rgba(32, 35, 38, 0.05)),
    linear-gradient(90deg, rgba(41, 74, 68, 0.04), transparent);
}

.service-media img {
  filter: saturate(1.08) contrast(1.06) brightness(1.01);
}

.service-card h3 {
  color: #202527;
  letter-spacing: -0.012em;
}

.service-card p {
  color: #566367;
}

.service-card a {
  color: #223a35;
  border-color: #bacdc8;
  box-shadow: 0 13px 30px rgba(32, 35, 38, 0.065);
}

.service-card a:hover {
  background: #294a44;
  border-color: #294a44;
}

.social-proof-section {
  background:
    linear-gradient(180deg, rgba(255, 254, 253, 0.98), rgba(248, 251, 249, 0.96));
  border-block-color: rgba(216, 226, 222, 0.88);
}

.review-summary div,
.testimonial-card {
  background: #fffefd;
  border-color: #d2dfdb;
  box-shadow: 0 18px 48px rgba(32, 35, 38, 0.07);
}

.review-summary div:hover,
.testimonial-card:hover {
  box-shadow: 0 24px 64px rgba(32, 35, 38, 0.09);
}

.review-score .stars,
.testimonial-card .stars {
  color: #a97845;
}

.review-summary strong,
.testimonial-card h3 {
  color: #202527;
}

.review-summary span:not(.stars),
.testimonial-card p {
  color: #566367;
}

.testimonial-source {
  color: #294a44;
  border-color: #c4d4d0;
}

.testimonial-source:hover {
  background: #294a44;
  border-color: #294a44;
}

.instagram-section {
  background:
    linear-gradient(135deg, rgba(237, 246, 243, 0.72), rgba(255, 254, 253, 0.98) 48%, rgba(250, 247, 242, 0.78));
  border-color: #d2dfdb;
  box-shadow: var(--shadow-luxury-soft);
}

.instagram-support-visual,
.instagram-placeholder {
  border-color: #d2dfdb;
  box-shadow: 0 16px 42px rgba(32, 35, 38, 0.06);
}

.instagram-support-visual::after {
  background: linear-gradient(180deg, transparent 55%, rgba(32, 35, 38, 0.12));
}

.instagram-placeholder {
  background: rgba(255, 254, 253, 0.9);
}

.elfsight-app-c30bdf94-fa27-4733-8b1d-bc83011f2a5d {
  min-height: 300px;
  border: 1px solid rgba(216, 226, 222, 0.72);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.medical-note {
  display: inline-block;
  max-width: 760px;
  padding: 10px 12px;
  color: #5f6d70;
  background: rgba(255, 254, 253, 0.7);
  border-color: #d3e0dc;
  font-size: 0.8rem;
}

.instagram-link {
  color: #223a35;
  border-color: #bacdc8;
}

.instagram-link:hover {
  background: #294a44;
  border-color: #294a44;
}

@media (min-width: 920px) {
  .hero {
    min-height: calc(100svh - 98px);
  }

  .hero h1 {
    font-size: clamp(3rem, 4.05vw, 4.08rem);
  }

  .doctor-photo {
    height: clamp(480px, 38vw, 580px);
  }

  .trust-bar div {
    min-height: 112px;
  }

  .content-stack {
    padding: 34px 36px;
  }

  .service-card:nth-child(-n + 2) {
    min-height: 500px;
  }

  .instagram-section {
    gap: 22px;
  }

  .instagram-support-visual img {
    min-height: 310px;
  }
}

@media (max-width: 760px) {
  .doctor-photo {
    box-shadow: 0 24px 62px rgba(32, 35, 38, 0.13);
  }

  .trust-bar {
    border-radius: 20px;
  }

  .trust-bar div {
    padding: 15px 16px;
  }

  .content-stack,
  .instagram-section,
  .contact-section {
    box-shadow: 0 18px 48px rgba(32, 35, 38, 0.075);
  }

  .service-card {
    box-shadow: 0 18px 48px rgba(32, 35, 38, 0.08);
  }

  .elfsight-app-c30bdf94-fa27-4733-8b1d-bc83011f2a5d {
    min-height: 280px;
  }
}

/* Final micro adjustments */
.hero h1 {
  font-weight: 850;
  letter-spacing: -0.038em;
}

.hero-actions .btn {
  border-width: 1px;
}

.doctor-photo {
  box-shadow:
    0 30px 76px rgba(32, 35, 38, 0.145),
    0 0 0 8px rgba(255, 254, 253, 0.42);
}

.hero-card {
  max-width: 170px;
  padding: 10px 12px;
  border-radius: 14px;
}

.hero-card .stars {
  font-size: 0.66rem;
  letter-spacing: 0.08em;
}

.hero-card strong {
  font-size: 0.94rem;
}

.hero-card span {
  font-size: 0.74rem;
}

.service-card h3 {
  font-size: 1.2rem;
  line-height: 1.22;
}

.service-card p {
  margin-top: 10px;
  color: #5d686b;
  font-size: 0.92rem;
  line-height: 1.52;
}

.service-card-top {
  padding-top: 20px;
  margin-bottom: 8px;
}

.service-card a {
  min-height: 44px;
  padding: 10px 15px;
  font-size: 0.9rem;
  border-color: #b3c9c4;
}

.instagram-section {
  margin-top: 38px;
  padding: 26px;
}

.instagram-heading {
  margin-bottom: 18px;
}

.instagram-support-visual {
  border-radius: 20px;
}

.instagram-support-visual img {
  height: clamp(170px, 18vw, 220px);
}

.instagram-placeholder {
  padding: 6px;
  border-radius: 18px;
}

.elfsight-app-c30bdf94-fa27-4733-8b1d-bc83011f2a5d {
  min-height: 260px;
  border-radius: 14px;
}

.medical-note {
  margin-top: 10px;
  padding: 8px 10px;
  font-size: 0.76rem;
}

.instagram-link {
  min-height: 42px;
  margin-top: 12px;
  padding: 9px 14px;
  font-size: 0.86rem;
}

@media (min-width: 920px) {
  .hero h1 {
    font-size: clamp(3.04rem, 4.08vw, 4.12rem);
  }

  .doctor-photo {
    height: clamp(470px, 37vw, 560px);
  }

  .service-card:nth-child(-n + 2) {
    min-height: 486px;
  }

  .service-card:nth-child(-n + 2) p {
    font-size: 0.94rem;
    line-height: 1.54;
  }

  .instagram-section {
    gap: 18px;
  }

  .instagram-support-visual img {
    min-height: 270px;
  }
}

@media (max-width: 760px) {
  .hero h1 {
    letter-spacing: -0.03em;
  }

  .service-card p {
    font-size: 0.93rem;
    line-height: 1.55;
  }

  .instagram-section {
    margin-top: 34px;
    padding: 20px 16px;
  }

  .instagram-support-visual img {
    height: 190px;
  }

  .elfsight-app-c30bdf94-fa27-4733-8b1d-bc83011f2a5d {
    min-height: 240px;
  }
}

/* Layout normalization */
.section {
  width: min(100% - 40px, 1160px);
  padding-top: 76px;
  padding-bottom: 76px;
}

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

.section-heading p:not(.eyebrow) {
  max-width: 720px;
  color: #536064;
}

.hero {
  width: min(100% - 40px, 1160px);
  align-items: center;
  padding-top: clamp(28px, 4vh, 42px);
  padding-bottom: clamp(28px, 4vh, 42px);
}

.hero-content {
  display: grid;
  align-content: center;
}

.hero-actions {
  margin-top: 18px;
}

.hero-notes {
  margin-top: 14px;
}

.hero-visual {
  align-self: center;
}

.trust-bar {
  width: min(100% - 40px, 1160px);
  align-items: stretch;
}

.trust-bar div {
  display: grid;
  min-height: 108px;
  align-content: start;
  padding: 18px 20px 17px;
}

.trust-bar strong {
  min-height: 1.2em;
}

.trust-bar span {
  min-height: 1.25em;
}

.split-section {
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
}

.split-section > div:first-child {
  align-self: center;
}

.content-stack {
  align-self: center;
  padding: 34px 36px;
}

.approach-step {
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  min-height: 116px;
}

.approach-step span {
  margin-top: 2px;
}

.approach-link {
  margin-top: 14px;
}

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

.service-card {
  min-height: 418px;
  height: 100%;
}

.service-media {
  flex: 0 0 auto;
}

.service-card-top {
  flex: 0 0 auto;
  padding-inline: 24px;
}

.service-card h3 {
  min-height: 2.8em;
  padding-inline: 24px;
}

.service-card p {
  min-height: 7.1em;
  padding-inline: 24px;
}

.service-card a {
  margin-top: auto;
}

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

.review-summary div {
  display: grid;
  align-content: start;
  min-height: 154px;
}

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

.testimonial-card {
  display: flex;
  min-height: 246px;
  flex-direction: column;
}

.testimonial-card h3 {
  min-height: 2.7em;
}

.testimonial-card p {
  min-height: 5.8em;
}

.testimonial-source {
  margin-top: auto;
}

.instagram-section {
  align-items: stretch;
}

.instagram-heading {
  max-width: 820px;
}

.instagram-support-visual,
.instagram-placeholder {
  height: 100%;
}

.instagram-placeholder {
  display: grid;
  align-content: stretch;
}

.elfsight-app-c30bdf94-fa27-4733-8b1d-bc83011f2a5d {
  min-height: 250px;
}

.medical-note,
.instagram-link {
  align-self: start;
}

.why-section {
  gap: clamp(30px, 5vw, 64px);
  align-items: center;
}

.why-section > div:last-child {
  align-self: center;
  padding: 30px 0;
}

.why-intro {
  max-width: 620px;
}

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

.process-grid article {
  display: grid;
  min-height: 190px;
  align-content: start;
  padding: 26px 24px;
}

.process-grid h3 {
  min-height: 2.6em;
}

.faq-list {
  width: min(100%, 900px);
}

details {
  border-color: #d7e2df;
  border-radius: 16px;
}

summary {
  min-height: 60px;
  padding: 17px 20px;
}

details p {
  padding: 0 20px 18px;
}

.contact-section {
  width: min(100% - 40px, 1160px);
  align-items: center;
  gap: clamp(28px, 5vw, 58px);
  padding: 34px;
}

.contact-content {
  justify-content: center;
}

.contact-image {
  margin-top: 22px;
}

.contact-form {
  align-self: center;
  gap: 14px;
  padding: 26px;
}

.contact-form label {
  gap: 8px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  min-height: 50px;
  padding: 13px 14px;
}

.contact-form .btn {
  margin-top: 2px;
}

@media (min-width: 920px) {
  .section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .hero {
    min-height: calc(100svh - 100px);
  }

  .trust-bar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .service-card:nth-child(-n + 2) {
    min-height: 500px;
  }

  .service-card:nth-child(-n + 2) h3 {
    min-height: 2.4em;
  }

  .service-card:nth-child(-n + 2) p {
    min-height: 5.1em;
  }

  .service-card:nth-child(n + 3) .service-media {
    aspect-ratio: 16 / 9.5;
  }

  .instagram-section {
    grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1fr);
  }

  .instagram-support-visual img {
    min-height: 270px;
  }
}

@media (max-width: 760px) {
  .section,
  .hero,
  .trust-bar,
  .contact-section {
    width: min(100% - 32px, 1160px);
  }

  .section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .trust-bar div,
  .process-grid article,
  .review-summary div,
  .testimonial-card {
    min-height: auto;
  }

  .content-stack,
  .contact-section {
    padding: 22px 18px;
  }

  .approach-step {
    grid-template-columns: 38px minmax(0, 1fr);
    min-height: auto;
  }

  .approach-step span {
    width: 38px;
    height: 38px;
  }

  .service-card {
    min-height: auto;
  }

  .service-card h3,
  .service-card p,
  .testimonial-card h3,
  .testimonial-card p,
  .process-grid h3 {
    min-height: auto;
  }

  .contact-form {
    padding: 22px 18px;
  }
}

/* Social proof section strengthening */
.social-proof-section {
  padding-top: 88px;
  padding-bottom: 92px;
}

.social-proof-section .section-heading {
  max-width: 840px;
  margin-bottom: 38px;
}

.social-proof-section .section-heading h2 {
  font-size: clamp(2.1rem, 4.6vw, 3.45rem);
}

.social-proof-section .section-heading p:not(.eyebrow) {
  max-width: 780px;
  color: #4f5d61;
  font-size: 1.03rem;
  line-height: 1.68;
}

.review-summary {
  gap: 18px;
  margin-bottom: 24px;
}

.review-summary div {
  min-height: 178px;
  padding: 28px;
  border-color: #cfddd9;
  border-radius: 24px;
  box-shadow: 0 22px 58px rgba(32, 35, 38, 0.085);
}

.review-score .stars {
  font-size: 1.18rem;
}

.review-summary strong {
  font-size: 1.28rem;
  line-height: 1.18;
}

.review-summary span:not(.stars) {
  font-size: 0.96rem;
  line-height: 1.55;
}

.testimonial-grid {
  gap: 20px;
}

.testimonial-card {
  min-height: 286px;
  padding: 28px;
  border-color: #cfddd9;
  border-radius: 24px;
  box-shadow: 0 22px 56px rgba(32, 35, 38, 0.08);
}

.testimonial-card .stars {
  font-size: 0.92rem;
}

.testimonial-card h3 {
  min-height: 2.5em;
  margin-top: 16px;
  font-size: 1.18rem;
}

.testimonial-card p {
  min-height: 6.2em;
  margin-top: 12px;
  font-size: 0.98rem;
  line-height: 1.62;
}

.testimonial-source {
  min-height: 38px;
  align-items: center;
  padding: 8px 12px;
  font-size: 0.8rem;
}

.instagram-section {
  margin-top: 54px;
  padding: 36px;
  border-radius: 32px;
  box-shadow: 0 26px 72px rgba(32, 35, 38, 0.085);
}

.instagram-heading {
  max-width: 840px;
  margin-bottom: 28px;
}

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

.instagram-heading p:not(.eyebrow) {
  max-width: 780px;
  font-size: 1rem;
  line-height: 1.66;
}

.instagram-support-visual,
.instagram-placeholder {
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(32, 35, 38, 0.075);
}

.instagram-support-visual {
  margin-bottom: 0;
}

.instagram-support-visual img {
  height: clamp(260px, 28vw, 380px);
  object-position: 52% 48%;
}

.instagram-placeholder {
  display: grid;
  min-height: 100%;
  padding: 10px;
}

.elfsight-app-c30bdf94-fa27-4733-8b1d-bc83011f2a5d {
  min-height: 360px;
  border-radius: 18px;
}

.medical-note {
  margin-top: 16px;
  padding: 10px 12px;
  font-size: 0.8rem;
}

.instagram-link {
  margin-top: 16px;
}

@media (min-width: 920px) {
  .instagram-section {
    grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1fr);
    gap: 24px;
  }

  .instagram-support-visual img {
    height: 100%;
    min-height: 390px;
  }

  .instagram-placeholder {
    min-height: 390px;
  }

  .elfsight-app-c30bdf94-fa27-4733-8b1d-bc83011f2a5d {
    min-height: 368px;
  }
}

@media (max-width: 760px) {
  .social-proof-section {
    padding-top: 66px;
    padding-bottom: 70px;
  }

  .social-proof-section .section-heading {
    margin-bottom: 28px;
  }

  .review-summary {
    gap: 14px;
    margin-bottom: 18px;
  }

  .review-summary div,
  .testimonial-card {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .testimonial-grid {
    gap: 14px;
  }

  .testimonial-card,
  .testimonial-card h3,
  .testimonial-card p {
    min-height: auto;
  }

  .instagram-section {
    margin-top: 36px;
    padding: 22px 18px;
    border-radius: 24px;
  }

  .instagram-heading {
    margin-bottom: 20px;
  }

  .instagram-support-visual img {
    height: 240px;
  }

  .instagram-placeholder {
    min-height: 0;
  }

  .elfsight-app-c30bdf94-fa27-4733-8b1d-bc83011f2a5d {
    min-height: 300px;
  }

  .medical-note,
  .instagram-link {
    margin-top: 12px;
  }
}

@media (min-width: 640px) and (max-width: 900px) {
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testimonial-card {
    min-height: 300px;
  }

  .testimonial-card:nth-child(3) {
    grid-column: 1 / -1;
    min-height: 240px;
  }

  .testimonial-card:nth-child(3) p {
    min-height: auto;
  }
}

/* Final balance: patient experiences and Instagram process area */
.social-proof-section {
  padding-top: clamp(76px, 8vw, 100px);
  padding-bottom: clamp(78px, 8vw, 104px);
}

.social-proof-section .section-heading {
  max-width: 880px;
}

.review-summary {
  gap: clamp(16px, 2vw, 22px);
  margin-bottom: clamp(22px, 3vw, 30px);
}

.review-summary div {
  min-height: 188px;
  padding: clamp(26px, 3vw, 34px);
  border-color: rgba(197, 215, 211, 0.96);
  box-shadow: 0 24px 64px rgba(32, 35, 38, 0.09);
}

.review-summary strong {
  color: var(--color-ink);
  font-size: clamp(1.22rem, 1.7vw, 1.42rem);
}

.review-summary span:not(.stars) {
  color: #4d5b5f;
}

.testimonial-grid {
  gap: clamp(18px, 2vw, 24px);
}

.testimonial-card {
  display: flex;
  min-height: 318px;
  flex-direction: column;
  padding: clamp(26px, 2.7vw, 34px);
  border-color: rgba(198, 216, 212, 0.96);
  box-shadow: 0 22px 58px rgba(32, 35, 38, 0.085);
}

.testimonial-card h3 {
  color: var(--color-ink);
  font-size: clamp(1.12rem, 1.35vw, 1.28rem);
}

.testimonial-card p {
  flex: 1;
  color: #4f5d61;
  font-size: clamp(0.96rem, 1vw, 1.02rem);
}

.testimonial-source {
  margin-top: 18px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  padding: 0;
  margin-inline: auto;
}

.testimonial-card {
  min-height: 258px;
}

.testimonial-card h3 {
  min-height: auto;
}

.testimonial-card p {
  min-height: 4.2em;
}

.testimonial-source {
  width: fit-content;
}

.testimonial-all-link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 11px 18px;
  color: #ffffff;
  background: var(--color-accent-dark);
  border: 1px solid var(--color-accent-dark);
  border-radius: 999px;
  box-shadow: 0 16px 36px rgba(32, 35, 38, 0.1);
  font-size: 0.9rem;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.testimonial-all-link:hover {
  transform: translateY(-2px);
  background: #203d38;
  box-shadow: 0 20px 42px rgba(32, 35, 38, 0.13);
}

.instagram-section {
  display: grid;
  grid-template-areas:
    "heading"
    "visual"
    "embed"
    "note"
    "link";
  gap: clamp(16px, 2.2vw, 24px);
  margin-top: clamp(52px, 6vw, 70px);
  padding: clamp(26px, 3.4vw, 42px);
  border-color: rgba(198, 216, 212, 0.98);
  box-shadow: 0 28px 78px rgba(32, 35, 38, 0.09);
}

.instagram-heading {
  grid-area: heading;
  margin-bottom: 0;
}

.instagram-support-visual {
  grid-area: visual;
  height: 100%;
  min-height: 300px;
}

.instagram-support-visual img {
  height: 100%;
  min-height: 300px;
}

.instagram-placeholder {
  grid-area: embed;
  min-height: 340px;
}

.elfsight-app-c30bdf94-fa27-4733-8b1d-bc83011f2a5d {
  min-height: 318px;
}

.medical-note {
  grid-area: note;
  margin-top: 0;
}

.instagram-link {
  grid-area: link;
  width: fit-content;
  margin-top: 0;
}

@media (min-width: 920px) {
  .instagram-section {
    grid-template-columns: minmax(420px, 0.95fr) minmax(0, 1fr);
    grid-template-areas:
      "heading heading"
      "visual embed"
      "note link";
    align-items: stretch;
  }

  .instagram-support-visual,
  .instagram-placeholder {
    min-height: 430px;
  }

  .instagram-support-visual img {
    min-height: 430px;
  }

  .elfsight-app-c30bdf94-fa27-4733-8b1d-bc83011f2a5d {
    min-height: 406px;
  }

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

@media (max-width: 760px) {
  .social-proof-section {
    padding-top: 66px;
    padding-bottom: 72px;
  }

  .review-summary div,
  .testimonial-card {
    min-height: auto;
  }

  .testimonial-card p {
    min-height: auto;
  }

  .testimonial-grid {
    padding-bottom: 14px;
  }

  .testimonial-all-link {
    width: 100%;
  }

  .instagram-section {
    gap: 14px;
    padding: 22px 18px;
  }

  .instagram-support-visual,
  .instagram-support-visual img {
    min-height: 260px;
  }

  .instagram-placeholder {
    min-height: 318px;
  }

  .instagram-link {
    width: 100%;
  }
}

/* Wide layout normalization: stronger desktop sections without sliders */
:root {
  --container: 1320px;
}

.section:not(.hero),
.trust-bar,
.testimonials-section .section-heading,
.review-summary,
.testimonial-grid {
  width: min(100% - clamp(32px, 6vw, 88px), var(--container));
}

.section:not(.hero) {
  padding-top: clamp(72px, 7vw, 104px);
  padding-bottom: clamp(72px, 7vw, 104px);
}

.section-heading {
  max-width: 880px;
  margin-bottom: clamp(30px, 3.4vw, 46px);
}

.section-heading p:not(.eyebrow) {
  max-width: 820px;
  color: #4f5d61;
}

.split-section,
.why-section,
.contact-section {
  gap: clamp(34px, 5vw, 72px);
}

.content-stack,
.why-section > div:last-child,
.contact-form {
  border-color: rgba(198, 216, 212, 0.96);
  box-shadow: 0 24px 68px rgba(32, 35, 38, 0.08);
}

.content-stack {
  max-width: none;
  padding: clamp(28px, 3.4vw, 42px);
}

.service-grid {
  gap: clamp(22px, 2.2vw, 30px);
}

.service-card {
  min-height: 480px;
  border-color: rgba(198, 216, 212, 0.98);
  box-shadow: 0 24px 64px rgba(32, 35, 38, 0.085);
}

.service-card h3 {
  max-width: 100%;
  font-size: clamp(1.16rem, 1.35vw, 1.32rem);
}

.service-card p {
  color: #4f5d61;
  font-size: 0.98rem;
  line-height: 1.64;
}

.testimonials-section {
  padding-left: 0;
  padding-right: 0;
}

.review-summary,
.testimonial-grid {
  margin-inline: auto;
}

.review-summary {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 26px);
  background: transparent;
  border: 0;
  box-shadow: none;
}

.review-summary div {
  min-height: 196px;
  border: 1px solid rgba(198, 216, 212, 0.98);
  box-shadow: 0 22px 58px rgba(32, 35, 38, 0.08);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 26px);
  overflow: visible;
  padding: 0;
  margin-top: 0;
}

.testimonial-card {
  min-height: 262px;
  padding: clamp(26px, 2.4vw, 34px);
}

.testimonial-card p {
  min-height: auto;
  line-height: 1.62;
}

.testimonial-all-link {
  display: flex;
  width: fit-content;
  margin: clamp(20px, 2.4vw, 28px) auto 0;
}

.instagram-section {
  width: 100%;
  grid-template-columns: minmax(390px, 0.92fr) minmax(0, 1.08fr);
  grid-template-areas:
    "heading heading"
    "visual embed"
    "note link";
  gap: clamp(20px, 2.5vw, 32px);
  align-items: stretch;
  padding: clamp(32px, 4vw, 52px);
}

.instagram-support-visual,
.instagram-placeholder {
  min-height: clamp(430px, 34vw, 520px);
}

.instagram-support-visual img {
  height: 100%;
  min-height: clamp(430px, 34vw, 520px);
}

.instagram-placeholder {
  display: grid;
  align-content: stretch;
}

.elfsight-app-c30bdf94-fa27-4733-8b1d-bc83011f2a5d {
  min-height: clamp(406px, 32vw, 496px);
}

.medical-note {
  align-self: start;
}

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

.why-section .clinic-placeholder {
  max-width: 560px;
}

.why-section .clinic-placeholder,
.why-section .clinic-photo {
  min-height: clamp(440px, 38vw, 560px);
}

.why-section .clinic-photo {
  height: clamp(440px, 38vw, 560px);
}

.process-grid {
  gap: clamp(20px, 2.2vw, 30px);
}

.process-grid article {
  min-height: 206px;
  padding: clamp(28px, 2.8vw, 36px);
}

.contact-section {
  padding: clamp(34px, 4vw, 52px);
}

.contact-image img {
  height: clamp(220px, 24vw, 300px);
}

@media (min-width: 920px) {
  .split-section {
    grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  }

  .why-section {
    grid-template-columns: minmax(430px, 0.92fr) minmax(0, 1.08fr);
  }

  .contact-section {
    grid-template-columns: minmax(0, 0.96fr) minmax(430px, 1.04fr);
  }

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

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

@media (min-width: 1320px) {
  :root {
    --container: 1380px;
  }
}

@media (min-width: 761px) and (max-width: 1040px) {
  .testimonial-grid,
  .service-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testimonial-card:nth-child(3) {
    grid-column: auto;
    min-height: 262px;
  }

  .review-summary,
  .instagram-section {
    grid-template-columns: 1fr;
  }

  .instagram-section {
    grid-template-areas:
      "heading"
      "visual"
      "embed"
      "note"
      "link";
  }

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

@media (max-width: 760px) {
  .section:not(.hero),
  .trust-bar,
  .testimonials-section .section-heading,
  .review-summary,
  .testimonial-grid {
    width: min(100% - 32px, var(--container));
  }

  .section:not(.hero) {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .review-summary,
  .testimonial-grid,
  .service-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-grid {
    gap: 14px;
    overflow: visible;
    padding: 0;
  }

  .testimonial-card {
    min-height: auto;
  }

  .testimonial-all-link {
    width: 100%;
  }

  .instagram-section {
    grid-template-columns: 1fr;
    grid-template-areas:
      "heading"
      "visual"
      "embed"
      "note"
      "link";
    padding: 22px 18px;
  }

  .instagram-support-visual,
  .instagram-support-visual img {
    min-height: 280px;
  }

  .instagram-placeholder {
    min-height: 318px;
  }

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

/* Services repair: uniform application cards */
.services-section {
  padding-top: clamp(72px, 7vw, 100px);
  padding-bottom: clamp(72px, 7vw, 100px);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.2vw, 30px);
  align-items: stretch;
}

.service-card,
.service-card:nth-child(-n + 2) {
  grid-column: auto;
  display: flex;
  min-height: 0;
  height: auto;
  flex-direction: column;
  overflow: hidden;
}

.service-media,
.service-card:nth-child(-n + 2) .service-media,
.service-card:nth-child(n + 3) .service-media {
  aspect-ratio: 16 / 10;
}

.service-card h3,
.service-card:nth-child(-n + 2) h3 {
  min-height: auto;
  font-size: clamp(1.14rem, 1.25vw, 1.26rem);
  line-height: 1.26;
}

.service-card p,
.service-card:nth-child(-n + 2) p {
  min-height: auto;
  margin-bottom: 22px;
  color: #4f5d61;
  font-size: 0.96rem;
  line-height: 1.58;
}

.service-card a {
  margin-top: auto;
}

@media (min-width: 761px) and (max-width: 1040px) {
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .service-media,
  .service-card:nth-child(-n + 2) .service-media,
  .service-card:nth-child(n + 3) .service-media {
    aspect-ratio: 16 / 10.5;
  }
}

/* Conversion focus: WhatsApp-first CTA hierarchy */
[data-whatsapp-link],
.testimonial-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

[data-whatsapp-link]::before,
.testimonial-whatsapp::before {
  content: "";
  flex: 0 0 auto;
  width: 1.05em;
  height: 1.05em;
  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.02 3.2A12.68 12.68 0 0 0 5.13 22.4L3.8 28.8l6.55-1.3A12.68 12.68 0 1 0 16.02 3.2Zm0 2.38a10.3 10.3 0 0 1 8.74 15.76 10.3 10.3 0 0 1-13.82 3.72l-.47-.27-3.47.69.7-3.38-.3-.49A10.3 10.3 0 0 1 16.02 5.58Zm-4.06 5.63c-.22 0-.57.08-.86.4-.3.32-1.13 1.1-1.13 2.68 0 1.58 1.16 3.1 1.32 3.32.16.21 2.24 3.57 5.53 4.86 2.73 1.07 3.3.86 3.9.8.59-.05 1.91-.78 2.18-1.53.27-.75.27-1.4.19-1.53-.08-.14-.3-.22-.62-.38-.32-.16-1.91-.94-2.2-1.05-.3-.1-.52-.16-.74.16-.21.32-.84 1.05-1.03 1.26-.19.22-.38.24-.7.08-.32-.16-1.36-.5-2.59-1.6-.96-.85-1.6-1.9-1.8-2.22-.18-.32-.02-.5.15-.65.15-.15.32-.38.48-.57.16-.19.22-.32.32-.54.11-.21.06-.4-.02-.56-.08-.16-.72-1.77-1.02-2.41-.27-.6-.55-.52-.76-.53h-.6Z'/%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.02 3.2A12.68 12.68 0 0 0 5.13 22.4L3.8 28.8l6.55-1.3A12.68 12.68 0 1 0 16.02 3.2Zm0 2.38a10.3 10.3 0 0 1 8.74 15.76 10.3 10.3 0 0 1-13.82 3.72l-.47-.27-3.47.69.7-3.38-.3-.49A10.3 10.3 0 0 1 16.02 5.58Zm-4.06 5.63c-.22 0-.57.08-.86.4-.3.32-1.13 1.1-1.13 2.68 0 1.58 1.16 3.1 1.32 3.32.16.21 2.24 3.57 5.53 4.86 2.73 1.07 3.3.86 3.9.8.59-.05 1.91-.78 2.18-1.53.27-.75.27-1.4.19-1.53-.08-.14-.3-.22-.62-.38-.32-.16-1.91-.94-2.2-1.05-.3-.1-.52-.16-.74.16-.21.32-.84 1.05-1.03 1.26-.19.22-.38.24-.7.08-.32-.16-1.36-.5-2.59-1.6-.96-.85-1.6-1.9-1.8-2.22-.18-.32-.02-.5.15-.65.15-.15.32-.38.48-.57.16-.19.22-.32.32-.54.11-.21.06-.4-.02-.56-.08-.16-.72-1.77-1.02-2.41-.27-.6-.55-.52-.76-.53h-.6Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.nav-cta[data-whatsapp-link] {
  color: #ffffff !important;
  background: linear-gradient(180deg, #2f5c52, #243f39);
}

.primary-nav .nav-cta[data-whatsapp-link]:hover,
.primary-nav .nav-cta[data-whatsapp-link]:focus-visible {
  color: #ffffff !important;
  background: linear-gradient(180deg, #244f46, #1f3833);
  box-shadow: 0 14px 32px rgba(47, 74, 71, 0.22);
}

.hero-actions .btn-primary[data-whatsapp-link],
.contact-content .btn-primary[data-whatsapp-link],
.testimonial-whatsapp {
  color: #ffffff;
  background: linear-gradient(180deg, #2f6f5d, #24463e);
  border-color: #24463e;
  box-shadow: 0 18px 38px rgba(36, 70, 62, 0.2);
}

.hero-actions .btn-secondary,
.contact-form .btn-secondary {
  color: var(--color-accent-dark);
  background: #fffefd;
  border-color: #cbdad7;
  box-shadow: 0 12px 28px rgba(32, 35, 38, 0.055);
}

.approach-link[data-whatsapp-link] {
  width: fit-content;
  color: #ffffff;
  background: var(--color-accent-dark);
  border-color: var(--color-accent-dark);
}

.testimonial-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  width: min(100% - clamp(32px, 6vw, 88px), var(--container));
  margin: clamp(20px, 2.4vw, 28px) auto 0;
}

.testimonial-actions .testimonial-all-link,
.testimonial-actions .testimonial-whatsapp {
  width: auto;
  margin: 0;
}

.testimonial-whatsapp,
.testimonial-all-link {
  min-height: 46px;
  padding: 11px 18px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
}

.testimonial-whatsapp {
  border: 1px solid var(--color-accent-dark);
}

.testimonial-all-link {
  color: var(--color-accent-dark);
  background: #fffefd;
  border: 1px solid #cbdad7;
  box-shadow: 0 12px 28px rgba(32, 35, 38, 0.055);
}

.floating-whatsapp::before {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: currentColor;
  color: inherit;
  border-radius: 0;
  font-size: 0;
}

/* FAQ decorative panel */
.faq-section {
  display: grid;
  gap: clamp(24px, 4vw, 54px);
}

.faq-art {
  display: none;
}

.faq-art svg {
  display: block;
  width: 100%;
  height: auto;
}

.faq-art-bg {
  fill: rgba(237, 246, 243, 0.72);
}

.faq-art-face,
.faq-art-line {
  fill: none;
  stroke: #496861;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq-art-line {
  stroke: rgba(183, 145, 108, 0.62);
  stroke-width: 4;
}

.faq-art-dot {
  fill: rgba(74, 100, 96, 0.18);
  stroke: rgba(74, 100, 96, 0.44);
  stroke-width: 2;
}

@media (min-width: 920px) {
  .faq-section {
    grid-template-columns: minmax(0, 0.98fr) minmax(300px, 0.62fr);
    align-items: center;
  }

  .faq-section .section-heading {
    grid-column: 1 / -1;
  }

  .faq-list {
    grid-column: 1;
  }

  .faq-art {
    position: relative;
    display: block;
    grid-column: 2;
    padding: clamp(18px, 3vw, 30px);
    background:
      linear-gradient(145deg, rgba(255, 254, 253, 0.86), rgba(237, 246, 243, 0.54));
    border: 1px solid rgba(198, 216, 212, 0.92);
    border-radius: 28px;
    box-shadow: 0 24px 66px rgba(32, 35, 38, 0.07);
  }
}

@media (max-width: 760px) {
  .testimonial-actions {
    width: min(100% - 32px, var(--container));
  }

  .testimonial-actions .testimonial-all-link,
  .testimonial-actions .testimonial-whatsapp {
    width: 100%;
  }
}
