@font-face {
  font-family: "Schueler XP";
  src: url("../fonts/SchuelerXP-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Schueler XP";
  src: url("../fonts/SchuelerXP-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro-Black.woff") format("woff");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "Soyuz Grotesk";
  src: url("../fonts/SoyuzGrotesk-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Cuprum";
  src: url("../fonts/Cuprum-Variable.ttf") format("truetype-variations");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --bg: #f8f8f8;
  --surface: #f9f6f4;
  --surface-strong: #f3eeea;
  --text: #2b2b2b;
  --muted: #6f6a66;
  --accent: #de8070;
  --hero-accent: #f16f5d;
  --accent-soft: #e5ded8;
  --line: #eee8e4;
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --shadow: 0 20px 50px rgba(41, 30, 22, 0.08);
  --header-offset: 96px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Gotham Pro", Arial, sans-serif;
  font-weight: 100;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

h1, h2 {
  font-family: "Cuprum", Arial, sans-serif;
  font-weight: 400;
}

h3, h4, h5, h6 {
  font-family: "Gotham Pro", Arial, sans-serif;
  font-weight: 500;
}

html {
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

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

button,
.nav-toggle,
.faq-question {
  color: inherit;
}

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

.container {
  width: min(1200px, 92vw);
  margin: 0 auto;
}

.section {
  padding: 60px 0;
}

.section-head {
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section-head h2,
.section-head h1 {
  font-family: "Cuprum", Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(2rem, 3vw, 3rem);
  margin: 0;
}

.section-subtitle {
  margin: 0;
  max-width: 1150px;
  color: var(--muted);
  font-size: 1rem;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  color: #9b7b6e;
  opacity: 0.9;
  margin: 0;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(244, 244, 244, 0.92);
  border-top: 0;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  overflow: hidden;
}

.header-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
}

.logo-image {
  height: 42px;
  width: auto;
  display: block;
}

.nav {
  display: flex;
  gap: 18px;
  font-size: 0.95rem;
  align-items: center;
}

.nav a {
  color: #3f3c3b;
  white-space: nowrap;
  transition: color 0.18s ease;
}

.nav a:hover {
  color: var(--text);
}

.nav-highlight {
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--accent);
  color: #ffffff !important;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  padding: 8px 12px;
  border-radius: 10px;
  background: #fff;
  -webkit-appearance: none;
  color: inherit;
  align-items: center;
  gap: 8px;
  font: inherit;
  cursor: pointer;
}

.header-socials {
  display: flex;
  gap: 10px;
  align-items: center;
}

.header-social {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #f2f2f2;
  color: var(--accent);
  display: grid;
  place-items: center;
  font-size: 16px;
}

.hero {
  padding: 30px 0 0;
}

.hero-surface {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  min-height: 692px;
  padding: 36px;
}

.hero-surface::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 253, 251, 0.94) 0%, rgba(255, 253, 251, 0.82) 30%, rgba(255, 253, 251, 0.32) 52%, rgba(255, 253, 251, 0.03) 68%, rgba(255, 253, 251, 0) 100%);
}

.hero-surface > .hero-grid {
  position: relative;
  z-index: 2;
}

.hero-grid {
  min-height: 620px;
}

.hero-content {
  width: min(650px, 60%);
  min-height: 620px;
  padding: 24px 0;
  display: flex;
  align-items: center;
}

.hero-content h1 {
  font-family: "Cuprum", Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(2.6rem, 4vw, 4rem);
  margin: 10px 0 8px;
}

.trust-card {
  position: relative;
  max-width: 650px;
  width: 100%;
  padding: 0;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  color: #242323;
  text-align: left;
}

.trust-card__icons {
  display: none;
}

.trust-card__icons--mobile {
  display: none;
}

.trust-icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.72);
  color: var(--hero-accent);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.trust-icon i {
  font-size: 18px;
}

.trust-card__title {
  max-width: 650px;
  font-family: "Cuprum", Arial, sans-serif;
  font-size: clamp(2.8rem, 4.5vw, 4rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.025em;
  color: #252324;
  margin: 10px 0 8px;
}

.trust-center {
  text-align: left;
}

.trust-card__role {
  margin: 0 0 16px;
  font-size: 15px;
  color: var(--accent);
  font-weight: 400;
  text-align: left;
}

.trust-card__title span {
  color: var(--accent);
}

.trust-card__desc {
  max-width: 630px;
  font-size: 16px;
  line-height: 1.5;
  color: #828893;
  margin: 0 0 10px;
  text-align: left;
}

.trust-card__bottom {
  margin-top: 16px;
}

.trust-card__middle {
  margin: 0;
  max-width: 600px;
  text-align: left;
}

.trust-card__actions {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 16px;
  margin: 0;
  align-items: stretch;
  width: min(600px, 100%);
}

.trust-card__cta {
  border: none;
  padding: 12px 14px;
  border-radius: 50px;
  background: var(--accent);
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  text-decoration: none;
  width: auto;
  min-width: 0;
  flex: 1 1 0;
  max-width: 260px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

.trust-card__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(241, 111, 93, 0.25);
}

.trust-card__cta.ghost {
  background: transparent;
  border: 1px solid rgba(222, 128, 112, 0.55);
  color: var(--accent);
}

.hero-advantages {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 0;
  width: fit-content;
  margin-top: 26px;
}

.hero-advantage {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 0 12px;
  border-left: 1px solid rgba(222, 128, 112, 0.24);
}

.hero-advantage:first-child {
  border-left: 0;
}

.hero-advantage__icon {
  flex: 0 0 34px;
  color: var(--hero-accent);
  font-size: 1.7rem;
}

.hero-advantage span {
  min-width: 0;
}

.hero-advantage strong,
.hero-advantage small {
  display: block;
}

.hero-advantage strong {
  font-size: 1rem;
  line-height: 1.25;
  color: #2b2928;
  white-space: nowrap;
}

.hero-advantage small {
  margin-top: 3px;
  color: #6f6a66;
  font-size: 0.82rem;
  line-height: 1.25;
}

.trust-avatars {
  display: flex;
  align-items: center;
}

.trust-avatar {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #d1d5db;
  border: 2px solid #fff;
  margin-left: -10px;
}

.trust-avatar:first-child {
  margin-left: 0;
}

.trust-stars {
  color: var(--accent);
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1;
}

.trust-count {
  font-size: 12px;
  font-weight: 700;
  color: #374151;
}

.hero-title {
  margin-bottom: 4px;
}

.hero-role {
  font-weight: 600;
  color: var(--text);
  margin: 0 0 10px;
}

.hero-subtitle {
  color: var(--muted);
  font-size: 1.05rem;
  margin: 0 0 18px;
  max-width: 520px;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.trust-pill {
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 0.85rem;
  color: var(--text);
  position: relative;
  overflow: hidden;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: 24px 0;
}

.btn {
  border-radius: 999px;
  padding: 12px 24px;
  font-weight: 600;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(222, 128, 112, 0.2);
}

.btn:active {
  transform: translateY(0);
}

.btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 15px 30px rgba(222, 128, 112, 0.25);
}

.btn-primary:hover {
  box-shadow: 0 18px 34px rgba(222, 128, 112, 0.35);
}

.btn-ghost {
  background: transparent;
  color: var(--accent);
  border-color: var(--accent-soft);
}

.btn-ghost:hover {
  background: var(--accent-soft);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}

.stat-card {
  background: var(--surface-strong);
  border-radius: var(--radius-md);
  padding: 16px;
}

.stat-value {
  font-size: 1.3rem;
  font-weight: 700;
}

.stat-label {
  color: var(--muted);
  font-size: 0.88rem;
}

.hero-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-photo {
  position: absolute;
  inset: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}

.hero-photo > picture,
.hero-photo > picture > img,
.hero-photo > img {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-photo > picture > img,
.hero-photo > img {
  object-fit: cover;
  object-position: center top;
}

.hero-rating-widget {
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 4;
}

.glass-card {
  position: absolute;
  right: 28px;
  bottom: 28px;
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  width: min(340px, 32vw);
  max-width: 340px;
  z-index: 3;
}

.glass-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(241, 111, 93, 0.12);
  color: var(--hero-accent);
  display: grid;
  place-items: center;
  font-weight: 700;
}

.glass-icon i {
  font-size: 1.1rem;
}

.glass-title {
  font-weight: 600;
  margin-bottom: 4px;
}

.glass-text {
  font-size: 0.85rem;
  color: var(--muted);
}

.glass-surface,
.liquid-glass {
  background: rgba(229, 222, 216, 0.45);
  border: 1px solid rgba(229, 222, 216, 0.8);
  box-shadow: 0 18px 40px rgba(31, 23, 18, 0.12);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.liquid-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.15));
  opacity: 0.7;
  pointer-events: none;
}

.liquid-glass > * {
  position: relative;
  z-index: 1;
}

@supports not (hanging-punctuation: first) {
  .glass-surface,
  .liquid-glass {
    backdrop-filter: url(#displacementFilter) blur(3px);
  }
}

.glass-surface {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.6));
  border: 1px solid rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(16px) saturate(1.1);
  box-shadow: 0 18px 40px rgba(31, 23, 18, 0.12);
}

.liquid-glass {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.35));
  border: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px) saturate(1.4);
  -webkit-backdrop-filter: blur(22px) saturate(1.4);
  box-shadow: 0 22px 50px rgba(31, 23, 18, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  isolation: isolate;
  overflow: hidden;
}

.liquid-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(220px 140px at 12% -10%, rgba(255, 255, 255, 0.9), transparent 55%),
    radial-gradient(200px 140px at 85% 0%, rgba(255, 255, 255, 0.6), transparent 60%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.35), transparent 45%);
  opacity: 0.85;
  pointer-events: none;
  z-index: 0;
}

.liquid-glass::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.35);
  pointer-events: none;
  z-index: 0;
}

.liquid-glass > * {
  position: relative;
  z-index: 1;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(320px, 2fr) minmax(220px, 1fr);
  gap: 18px;
  margin-bottom: 18px;
  align-items: stretch;
}

.about-hero .card-photo,
.about-hero .card {
  height: 100%;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  grid-auto-rows: 388px;
}

.about-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100%;
}

.about-stack .about-card {
  flex: 1;
}

.about-grid .about-card {
  height: 100%;
}

.about-stack .about-card {
  flex: 1;
}

.square {
  aspect-ratio: 1 / 1;
}

.square .clean-list {
  overflow: hidden;
}

.card-photo.square {
  padding: 0;
  overflow: hidden;
}

.card-photo.square img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: 0 12px 30px rgba(33, 25, 18, 0.05);
}

.card-wide {
  grid-column: span 2;
}

.card-photo {
  padding: 0;
  overflow: hidden;
}

.card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card h3 {
  margin-top: 0;
  font-size: 1.1rem;
  font-weight: 500;
}

.scrollable-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  max-height: 388px;
  overflow: hidden;
  padding-bottom: 5px;
}

.scrollable-card .card-title {
  margin: -24px -24px 0;
  padding: 15px 24px 12px;
  background: #fff;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  z-index: 1;
}

.scrollable-card .card-body {
  position: relative;
  overflow: auto;
  padding-right: 6px;
  flex: 1 1 auto;
  scrollbar-width: thin;
  max-height: calc(388px - 86px);
}

.scrollable-card .card-body::-webkit-scrollbar {
  width: 6px;
}

.scrollable-card .card-body::-webkit-scrollbar-thumb {
  background: rgba(222, 128, 112, 0.35);
  border-radius: 999px;
}

.scrollable-card .card-body::after {
  content: "";
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  height: 37px;
  display: block;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
  pointer-events: none;
}

.clean-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.clean-list li {
  display: flex;
  gap: 10px;
  align-items: baseline;
  font-size: 15px;
}

.muted {
  color: var(--muted);
}

.services-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(0, 2.4fr);
  gap: 26px;
}

.services-tags {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tag {
    background: #f2f2f2;
    border: none;
  border-radius: 999px;
  padding: 10px 18px;
  text-align: left;
  cursor: pointer;
  color: var(--muted);
}

.tag.active {
  background: var(--accent);
  color: #fff;
  border-color: transparent;
}

.services-panels {
  position: relative;
}

.service-panel {
  display: none;
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow);
  gap: 20px;
  align-items: center;
  grid-template-columns: minmax(0, 1.4fr) minmax(200px, 1fr);
}

.service-panel.active {
  display: grid;
}

.service-panel h3 {
  margin-top: 0;
}

.service-meta {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.9rem;
}

.price {
  color: var(--accent);
  font-weight: 600;
}

.service-photo img {
  border-radius: var(--radius-md);
  height: 220px;
  width: 100%;
  object-fit: cover;
}

.services-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(320px, 2fr);
  gap: 24px;
  align-items: start;
}

.services-categories {
  display: grid;
  gap: 10px;
}

.category-card {
  background: #fff;
  border-radius: 18px;
  padding: 10px 14px;
  box-shadow: 0 12px 30px rgba(33, 25, 18, 0.05);
}

.category-head {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  position: relative;
}

.category-head::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid rgba(222, 128, 112, 0.6);
  border-bottom: 2px solid rgba(222, 128, 112, 0.6);
  transform: rotate(45deg);
  margin-left: auto;
  transition: transform 0.25s ease;
}

.category-card.is-open .category-head::after {
  transform: rotate(-135deg);
}

.category-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid rgba(222, 128, 112, 0.35);
  display: grid;
  place-items: center;
  color: var(--accent);
  font-weight: 600;
  font-size: 0.95rem;
}

.category-head h3 {
  font-size: 1rem;
  line-height: 1.2;
}

.category-list {
  display: grid;
  gap: 6px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease, margin-top 0.25s ease;
}

.category-card.is-open .category-list {
  max-height: 600px;
  opacity: 1;
  margin-top: 12px;
}

.category-card.is-open .category-head {
  margin-bottom: 0;
}

.category-item {
  text-align: left;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: #fff;
  color: #2d2d2d;
  cursor: pointer;
  font-size: 0.95rem;
}

.category-item:hover {
  background: #fbf8f6;
}

.category-item.active {
  background: #fdf7f4;
  color: var(--accent);
}

.service-detail {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(220px, 0.9fr);
  grid-template-rows: auto minmax(220px, 1fr);
  gap: 20px;
  align-items: stretch;
  scroll-margin-top: var(--header-offset);
}

.service-detail__top {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: nowrap;
  padding: 16px 18px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(33, 25, 18, 0.05);
}

.service-detail__top h3 {
  margin: 0;
}

.service-detail__top .btn {
  margin-left: auto;
}

.service-detail__text {
  padding: 16px 18px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(33, 25, 18, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  min-height: 220px;
}

.service-detail__meta {
  display: flex;
  gap: 12px;
  color: #7a6d68;
  font-size: 0.95rem;
  margin-bottom: 8px;
}

.service-detail__media {
  border-radius: 18px;
  background: #f7f2ef;
  min-height: 220px;
  display: grid;
  place-items: center;
  color: #b3a8a3;
  box-shadow: 0 12px 30px rgba(33, 25, 18, 0.05);
  overflow: hidden;
  height: 100%;
  aspect-ratio: 1 / 1;
}

.service-media-placeholder {
  font-size: 0.95rem;
}

.service-media-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.service-media {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  display: grid;
  place-items: center;
  background: #f6f2f0;
}

.service-media-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.grecaptcha-badge {
  width: 256px !important;
  height: 60px !important;
  display: block !important;
  transition: right 0.3s !important;
  position: relative !important;
  bottom: auto !important;
  right: -186px !important;
  box-shadow: gray 0px 0px 5px !important;
  border-radius: 2px !important;
  overflow: hidden !important;
  left: auto !important;
  margin: 8px 0px 0px !important;
  transform: none !important;
  opacity: 0.9 !important;
  z-index: 10 !important;
  pointer-events: auto !important;
}

.service-detail .btn {
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 0.95rem;
    box-shadow: none!important;
}

@media (max-width: 900px) {
  .service-detail {
    grid-template-columns: 1fr;
  }
  .service-detail__top {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
  .service-detail__media {
    order: 2;
  }
}

.video-card {
  position: relative;
  overflow: hidden;
}

.video-play {
  position: absolute;
  inset: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 10px 25px rgba(222, 128, 112, 0.25);
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.video-play::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid var(--accent);
  margin-left: 1px;
}

.video-play::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  animation: videoPulse 2.4s ease-in-out infinite;
}

.map-pin-logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #fff;
  border: 2px solid #de8070;
  box-shadow: 0 8px 18px rgba(33, 25, 18, 0.18);
}

.map-pin-logo img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.video-play:hover {
  transform: translate(-50%, -50%) scale(1.04);
  border-color: rgba(255, 255, 255, 1);
  box-shadow: 0 12px 28px rgba(222, 128, 112, 0.35);
}

@keyframes videoPulse {
  0% {
    transform: scale(0.9);
    opacity: 0.6;
  }
  70% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.video-modal {
  position: fixed;
  inset: 0;
  display: none;
  place-items: center;
  z-index: 70;
}

.video-modal.open {
  display: grid;
}

.video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 18, 16, 0.6);
}

.video-modal__content {
  position: relative;
  background: #fff;
  border-radius: 18px;
  padding: 35px;
  z-index: 1;
  width: min(600px, 92vw);
}

.video-modal__close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: none;
  background: transparent;
  font-size: 1.4rem;
  cursor: pointer;
}

.video-modal__body {
  position: relative;
}

.video-modal__player {
  width: 100%;
  display: none;
  border-radius: 12px;
  background: #000;
}

.video-modal__placeholder {
  padding: 24px;
  border-radius: 12px;
  background: #f7f2ef;
  color: #9b8f89;
  text-align: center;
}

@media (max-width: 900px) {
  .services-layout {
    grid-template-columns: 1fr;
  }
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.reviews-modern {
  background: #fbf8f6;
}

.review-name {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
}

.review-text {
  margin: 0;
  color: #4b4b4b;
  line-height: 1.6;
  flex: 1 1 auto;
  min-height: 4.8em;
}

.review-text--clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-more {
  border: none;
  background: transparent;
  color: #de8070;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  padding: 0;
  align-self: flex-start;
}

.result-tag {
  margin-top: auto;
}

.review-more:hover {
  color: var(--accent);
}

.reviews-slider {
  position: relative;
  overflow: visible;
}

.reviews-slider::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  background: linear-gradient(90deg, rgba(248, 245, 242, 0), rgba(248, 245, 242, 1));
  pointer-events: none;
}

.reviews-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(450px, 1fr);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 6px 12px 30px 0;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
  cursor: grab;
  user-select: none;
  align-items: stretch;
}

.reviews-track--peek {
  padding-right: 220px;
}

.reviews-track.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.reviews-track::-webkit-scrollbar {
  display: none;
}

.review-slide {
  scroll-snap-align: start;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(33, 25, 18, 0.05);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 280px;
}

.review-header {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
}

.review-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #efe7e2;
}

.review-avatar--placeholder {
  display: block;
  flex: 0 0 52px;
}

.review-meta {
  font-size: 0.85rem;
  color: #de8070;
  font-weight: 600;
}

.result-tag {
  font-size: 0.85rem;
  background: #f2f2f2;
  padding: 6px 12px;
  border-radius: 8px;
  font-weight: 600;
  color: #5c5c5c;
}


.reviews-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid rgba(222, 128, 112, 0.35);
  background: #fff;
  color: var(--accent);
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  cursor: pointer;
  z-index: 2;
}

.reviews-nav--prev {
  left: -44px;
}

.reviews-nav--next {
  right: -44px;
}

.reviews-nav:hover {
  border-color: rgba(222, 128, 112, 0.6);
}

@media (max-width: 900px) {
  .reviews-slider {
    padding: 0;
  }

  .reviews-nav {
    display: none;
  }

  .reviews-slider::after {
    display: none;
  }
}

.expert-section {
  padding-top: 80px;
}

.expert-block {
  background: linear-gradient(135deg, #f7ede6 0%, #fff6f1 100%);
  border: 1px solid rgba(222, 128, 112, 0.15);
  color: #2b2624;
  border-radius: 30px;
  overflow: hidden;
}

.expert-flex {
  display: flex;
  flex-wrap: wrap;
}

.expert-image {
  flex: 1;
  min-width: 320px;
  min-height: 420px;
  background: #f4ebe6;
}

.expert-image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}


.expert-info {
  flex: 1.2;
  padding: 56px;
  min-width: 320px;
}

.expert-info h2 {
  color: #2b2624;
  margin-bottom: 16px;
}

.expert-tag {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(222, 128, 112, 0.18);
  color: #de8070;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.expert-list {
  list-style: none;
  margin: 22px 0 32px;
  padding: 0;
}

.expert-list li {
  margin-bottom: 12px;
  padding-left: 26px;
  position: relative;
}

.expert-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #de8070;
  font-weight: 700;
}

@media (max-width: 768px) {
  .expert-info {
    padding: 40px 24px;
  }
  .expert-image {
    min-height: 260px;
  }

  .doctors-hero {
    grid-template-columns: 1fr;
  }

  .course-section {
    grid-template-columns: 1fr;
  }

  .course-section__image {
    justify-self: stretch;
  }
}

.reviews-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.reviews-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(222, 128, 112, 0.25);
  border: none;
  padding: 0;
  cursor: pointer;
}

.reviews-dot.is-active {
  background: var(--accent);
}

.review-modal {
  position: fixed;
  inset: 0;
  display: none;
  place-items: center;
  z-index: 60;
}

.review-modal.open {
  display: grid;
}

.review-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 18, 16, 0.55);
}

.review-modal__content {
  position: relative;
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  max-width: min(560px, 92vw);
  z-index: 1;
  box-shadow: 0 18px 40px rgba(20, 18, 16, 0.18);
}

.review-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: transparent;
  font-size: 1.4rem;
  cursor: pointer;
}

.review-modal__title {
  margin: 0 0 12px;
  font-size: 1.2rem;
}

.review-modal__text {
  margin: 0;
  color: #4b4b4b;
  line-height: 1.6;
}

.issues-section .section-head {
  max-width: 1150px;
}

.issues-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.timeline-section .section-head {
  max-width: 720px;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.timeline-line {
  position: absolute;
  left: 6%;
  right: 6%;
    top: 57px;
    height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(222, 128, 112, 0), rgba(222, 128, 112, 0.35), rgba(222, 128, 112, 0));
  pointer-events: none;
}

.timeline-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 18px;
  padding: 22px 24px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(222, 128, 112, 0.18);
}

.timeline-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 22px;
  border: 1px dashed rgba(222, 128, 112, 0.18);
  pointer-events: none;
}

.timeline-badge {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: #f2f2f2;
  color: var(--accent);
  display: grid;
  place-items: center;
  font-weight: 600;
  letter-spacing: 0.06em;
  font-size: 1.05rem;
}

.timeline-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.timeline-card h3 {
  margin: 0;
  font-size: 1.15rem;
}

.timeline-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.consult-section .section-head {
  max-width: 760px;
}

.consult-hint {
  margin: 0 0 22px;
  color: #6b6b6b;
  font-size: 1rem;
}

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

.consult-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  border: 1px solid rgba(222, 128, 112, 0.18);
  box-shadow: 0 18px 36px rgba(33, 25, 18, 0.05);
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
}

.consult-card--accent {
  border: 2px solid rgba(222, 128, 112, 0.35);
}

.consult-card--plain {
  border: none;
  box-shadow: 0 16px 34px rgba(33, 25, 18, 0.04);
}

.consult-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(222, 128, 112, 0.12);
  color: var(--accent);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

.consult-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.consult-head h3 {
  margin: 0;
  font-size: 1.2rem;
}

.consult-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #f2f2f2;
  color: var(--accent);
  display: grid;
  place-items: center;
  padding: 6px;
}

.consult-icon svg {
  width: 22px;
  height: 22px;
}

.consult-lead {
  margin: 0;
  color: #3b3b3b;
  font-weight: 500;
}

.consult-locations {
  display: grid;
  gap: 10px;
}

.consult-label {
  margin: 0;
  font-size: 0.85rem;
  color: #8a8a8a;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.consult-list {
  display: grid;
  gap: 10px;
}

.consult-list p {
  margin: 0;
  color: #2d2d2d;
}

.consult-trust {
  margin: 0;
  color: #7a7a7a;
  font-size: 0.9rem;
}

.consult-actions {
  margin-top: auto;
  display: grid;
  gap: 8px;
}

.consult-note {
  font-size: 0.85rem;
  color: var(--muted);
}

.consult-location {
  display: grid;
  gap: 6px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(222, 128, 112, 0.12);
}

.consult-location--primary {
  border-color: rgba(222, 128, 112, 0.35);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 26px rgba(222, 128, 112, 0.09);
}

.consult-link {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.consult-link:hover {
  color: var(--accent);
}

.consult-link-icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: rgba(222, 128, 112, 0.12);
  color: var(--accent);
  display: grid;
  place-items: center;
}

.consult-link-icon svg {
  width: 16px;
  height: 16px;
}

.consult-region {
  justify-self: flex-start;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(222, 128, 112, 0.12);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 600;
}

.metro-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  font-size: 0.9rem;
  color: #4b4b4b;
}

.metro-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.metro-item em {
  font-style: normal;
  color: #9b9b9b;
  margin-left: 4px;
}

.metro-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  display: inline-block;
}

.metro-dot--purple {
  background: #7a5cfa;
}

.metro-dot--grey {
  background: #9aa0a6;
}

.metro-dot--orange {
  background: #f28c28;
}

.metro-dot--green {
  background: #63b36a;
}

.consult-card .btn-outline {
  border: 1px solid rgba(222, 128, 112, 0.6);
  color: var(--accent);
  background: #fff;
}

.btn-outline:hover {
  background: var(--accent);
  color: #fff;
}

.section {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

@media (prefers-reduced-motion: reduce) {
  .section {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .btn {
    transition: none;
  }
}

.consult-cta {
  margin-top: 26px;
  padding: 18px 20px;
  border-radius: 16px;
  background: rgb(245 245 245 / 70%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.consult-cta p {
  margin: 0;
}

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

.consult-mini-card {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 14px;
  padding: 12px;
  display: grid;
  gap: 8px;
  border: 1px solid rgba(222, 128, 112, 0.12);
  color: #3b3b3b;
  font-size: 0.9rem;
}

.consult-mini-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(222, 128, 112, 0.12);
  color: var(--accent);
  display: grid;
  place-items: center;
}

.consult-mini-icon svg {
  width: 18px;
  height: 18px;
}

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

  .consult-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 900px) {
  .timeline-card {
    grid-template-rows: auto 1fr;
  }

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

  .timeline-line {
    left: 50%;
    right: auto;
    top: 80px;
    bottom: 10%;
    width: 2px;
    height: auto;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(222, 128, 112, 0), rgba(222, 128, 112, 0.35), rgba(222, 128, 112, 0));
  }
}

.issue-card h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

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

.review-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.review-rating {
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 600;
}

.review-text {
  margin: 0;
  flex: 1 1 auto;
  min-height: 4.8em;
}

.review-meta {
  color: var(--muted);
  font-size: 0.85rem;
}

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

.faq-disclaimer,
.faq-meta {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.faq-meta {
  font-size: 0.8rem;
}

.faq-item {
  border-radius: var(--radius-md);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 30px rgba(33, 25, 18, 0.06);
}

.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
  padding: 18px 22px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 1rem;
  -webkit-appearance: none;
  color: inherit;
}

.faq-title {
  flex: 1;
}

.faq-toggle {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #f2f2f2;
  color: var(--accent);
  display: grid;
  place-items: center;
  font-weight: 700;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.25s ease;
  padding: 0 22px;
  opacity: 0;
}

.faq-item.active .faq-answer {
  opacity: 1;
  padding-bottom: 18px;
}

.faq-item.active .faq-toggle {
  background: var(--accent);
  color: #fff;
  transform: rotate(45deg);
}

.about-card .card-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-card .card-title h3 {
  margin: 0;
}

.card-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: #f2f2f2;
  color: var(--accent);
  display: grid;
  place-items: center;
  font-weight: 700;
}

.card-icon svg {
  width: 20px;
  height: 20px;
}

.contacts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.contacts-grid--split {
  grid-template-columns: minmax(320px, 1.1fr) minmax(320px, 1fr);
  align-items: start;
}

.contact-panel {
  display: grid;
  gap: 16px;
}

.contact-form {
  display: grid;
  gap: 14px;
  margin-top: 10px;
}

.contact-form .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.contact-form .btn-spinner {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-top-color: #ffffff;
  display: none;
  animation: spin 0.8s linear infinite;
}

.contact-form.is-loading .btn-spinner {
  display: inline-block;
}

.contact-form.is-loading .btn-text {
  opacity: 0.7;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.form-group {
  display: grid;
  gap: 8px;
}

.form-group label {
  font-size: 0.9rem;
  color: var(--muted);
}

.contact-form input,
.contact-form textarea {
  border-radius: 12px;
  border: 1px solid var(--line);
  padding: 12px 14px;
  font: inherit;
  background: #fff;
}

.form-status {
  font-size: 0.9rem;
  color: #6b6b6b;
  margin-top: 6px;
  min-height: 1.2em;
}

.form-status.is-success {
  color: #2f855a;
}

.form-status.is-error {
  color: #c53030;
}

.form-options {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.form-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f2f2f2;
  color: #5c5c5c;
  font-size: 0.9rem;
}

.form-option input[type="radio"] {
    appearance: none;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid var(--accent);
    background: #fff;
    display: grid;
    place-content: center;
    padding: 10px;
}

.form-option input[type="radio"]::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  transform: scale(0);
  transition: transform 0.2s ease;
}

.form-option input[type="radio"]:checked::before {
  transform: scale(1);
}

.form-consent {
  margin-top: 6px;
}

.form-consent__label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.85rem;
  color: #6b5f5a;
  line-height: 1.4;
}

.form-consent__label input[type="checkbox"] {
  appearance: auto;
  accent-color: var(--accent);
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  border-radius: 4px;
  cursor: pointer;
  flex: 0 0 auto;
}

.form-consent.is-error .form-consent__label {
  color: #b14f43;
}

.form-consent__label a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact-form .btn[disabled] {
  background: #eadfd9;
  border-color: #dccfc8;
  color: #a89691;
  box-shadow: none;
  opacity: 0.58;
  cursor: not-allowed;
  filter: grayscale(0.12);
}

.contact-socials {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.social-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f2f2f2;
  color: #5c5c5c;
  text-decoration: none;
  font-size: 0.9rem;
}

.social-chip i {
  color: var(--accent);
}

.map-card {
  padding: 0;
  overflow: hidden;
}

.clinic-map {
  min-height: 420px;
}

.map-pin-logo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #de8070;
  box-shadow: 0 8px 16px rgba(222, 128, 112, 0.35);
  display: grid;
  place-items: center;
}

.map-pin-logo.is-evolution {
  border-color: #c96b60;
  box-shadow: 0 8px 16px rgba(201, 107, 96, 0.35);
}

.map-pin-logo img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.map-pin-content {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  display: grid;
  place-items: center;
}

.map-pin-content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.clinic-balloon {
  font-family: inherit;
  color: #2d2d2d;
  padding: 8px 6px 10px;
  max-width: 250px;
  display: grid;
  gap: 8px;
}

.clinic-balloon__title {
  font-weight: 700;
}

.clinic-balloon__address {
  color: #6b6b6b;
  font-size: 0.92rem;
}

.clinic-balloon__hours {
  font-size: 0.9rem;
  color: #4b4b4b;
}

.clinic-balloon__link {
  color: #de8070;
  font-weight: 600;
  text-decoration: none;
}

.clinic-balloon__link:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .contacts-grid--split {
    grid-template-columns: 1fr;
  }
}
.contact-item {
  margin-bottom: 16px;
}

.contact-label {
  font-size: 0.85rem;
  color: var(--muted);
}

.contact-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.map-card {
  min-height: 280px;
}

.map-placeholder {
  height: 100%;
  border-radius: var(--radius-md);
  border: 1px dashed var(--line);
  display: grid;
  place-items: center;
  color: var(--muted);
}

.certificate-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.certificate-grid.small {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.certificate-item button {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  width: 100%;
}

.certificate-item img {
  border-radius: var(--radius-sm);
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.certificate-grid.small .certificate-item img {
  width: 56px;
  height: 56px;
  margin: 0 auto;
}

.certificate-item figcaption {
  display: none;
}

.certificate-grid figure {
  margin: 0;
  display: grid;
  gap: 8px;
  text-align: center;
  font-size: 0.85rem;
}

.card-image {
  margin-top: 14px;
  border-radius: var(--radius-md);
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 40px 0 20px;
  background: #fff;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-title {
  font-weight: 600;
}

.footer-sub {
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-bottom {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.85rem;
}

.lead {
  font-size: 1.05rem;
  color: var(--muted);
}

.course-hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  align-items: center;
  margin-bottom: 26px;
}

.doctors-hero {
  display: grid;
  grid-template-columns: minmax(240px, 1.2fr) minmax(220px, 0.8fr);
  gap: 20px;
  align-items: center;
}

.doctors-hero__image img {
  width: 100%;
  display: block;
  border-radius: var(--radius-md);
  object-fit: cover;
}

.course-hero--with-image {
  grid-template-columns: minmax(220px, 1.1fr) minmax(220px, 1fr) minmax(220px, 0.9fr);
  align-items: start;
}

.course-hero-image {
  border-radius: var(--radius-md);
  overflow: hidden;
  justify-self: end;
  max-width: 320px;
}

.course-hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: var(--radius-md);
}

.course-hero h2 {
  margin-top: 12px;
  margin-bottom: 8px;
}

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

.meta-item {
  background: var(--surface-strong);
  border-radius: var(--radius-md);
  padding: 14px 16px;
}

.meta-title {
  font-weight: 600;
}

.meta-text {
  color: var(--muted);
  font-size: 0.9rem;
}

.pill {
  display: inline-flex;
  padding: 8px 18px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.course-grid {
  display: grid;
  gap: 18px;
  margin-bottom: 28px;
}

.course-section {
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) minmax(220px, 0.8fr);
  gap: 20px;
  align-items: start;
}

.course-section__image {
  justify-self: end;
}

.course-subtitle {
  margin: 18px 0 6px;
  font-size: 1rem;
  font-weight: 600;
}

.course-section h3 {
  margin-top: 12px;
}

.course-section h4 {
  margin-bottom: 6px;
  margin-top: 18px;
}

.course-image {
  border-radius: var(--radius-md);
  margin-top: 16px;
}

.bullet-list,
.check-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: grid;
  gap: 8px;
}

.bullet-list li::before {
  content: "•";
  margin-right: 10px;
  color: var(--accent);
}

.check-list li::before {
  content: "✓";
  margin-right: 10px;
  color: var(--accent);
  font-weight: 700;
}

.bullet-list li,
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.doc-card {
  display: grid;
  gap: 16px;
}

.doc-card--with-image {
  grid-template-columns: minmax(260px, 1.2fr) minmax(200px, 0.8fr);
  align-items: start;
}

.doc-card--with-image .doc-card__image {
  grid-column: 2;
  grid-row: 1 / span 4;
}

.doc-card__image {
  justify-self: end;
  max-width: 360px;
}

.doc-card__image img {
  width: 100%;
  border-radius: var(--radius-md);
  display: block;
  object-fit: cover;
}

.content-card {
  padding: 28px;
}

.content-card h3 {
  margin: 22px 0 10px;
}

.content-card p {
  margin: 0 0 12px;
}

.doc-contacts {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.contact-inline {
  font-weight: 600;
  font-size: 1.05rem;
}

.certificate-note {
  background: var(--surface-strong);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  color: var(--muted);
}



.lightbox {
  position: fixed;
  inset: 0;
  display: none;
  place-items: center;
  z-index: 50;
}

.lightbox.open {
  display: grid;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 18, 16, 0.6);
}

.lightbox-content {
  position: relative;
  background: #fff;
  border-radius: var(--radius-md);
  padding: 16px;
  max-width: min(720px, 92vw);
  max-height: 85vh;
  z-index: 1;
  box-shadow: var(--shadow);
}

.lightbox-content img {
  max-width: 100%;
  max-height: 75vh;
  display: block;
}

.lightbox-caption {
  margin-top: 10px;
  font-size: 0.9rem;
  color: var(--muted);
  text-align: center;
}

.lightbox-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: none;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 1.2rem;
  cursor: pointer;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
  color: #2b2725;
}

.lightbox-prev {
  left: 14px;
}

.lightbox-next {
  right: 14px;
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 24px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--accent);
  border: none;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(33, 25, 18, 0.12);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transform: translateY(6px);
  z-index: 40;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 960px) {
  .hero-surface {
    min-height: 0;
  }

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

  .card-wide {
    grid-column: span 1;
  }

  .about-hero {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }

  .about-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }

  .hero-grid {
    min-height: 0;
  }

  .hero-visual {
    z-index: 0;
  }

  .glass-card {
    right: 24px;
    bottom: 24px;
  }
}

@media (max-width: 760px) {
  .site-header {
    width: min(1200px, 92vw);
    max-width: none;
    margin: 0 auto;
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
    overflow: visible;
  }

  .header-inner {
    padding: 8px 18px;
  }

  .logo-image {
    height: 40px;
  }

  .section-head h2, .section-head h1{font-size: 28px;line-height: 1.4;}

  .nav {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 4vw;
    left: 4vw;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    margin-left: 0;
    box-shadow: 0 18px 40px rgba(33, 25, 18, 0.1);
  }

  .nav.open {
    display: flex;
  }

  .nav-toggle {
    display: inline-flex;
    width: 40px;
    height: 40px;
    padding: 0;
    justify-content: center;
  }

  .nav-toggle i {
    display: inline-block;
    font-size: 18px;
  }

  .header-socials {
    display: none;
  }

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

  .section {
    padding: 70px 0;
  }

  .trust-card__title {
    font-size: clamp(2.35rem, 11vw, 3.2rem);
    line-height: 1;
  }

  .trust-card__role {
    font-size: 1rem;
  }

  .trust-card__desc {
    font-size: 1rem;
  }
}
.reviews-track.is-dragging {
  cursor: grabbing;
  user-select: none;
}

@media (max-width: 760px) {
  .hero {
    padding: 0;
  }

  .hero-surface {
    border-radius: 0;
    min-height: 100vh;
    padding: 16px 18px 0;
    width: 100%;
  }

  .hero-surface::after {
    display: none;
  }

  .hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0 !important;
    min-height: 0;
  }

  .hero-visual {
    position: relative;
    inset: auto;
    order: -1;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 100%;
  }

  .hero-photo {
    position: relative;
    inset: auto;
    width: 100%;
    aspect-ratio: 43 / 53;
    border-radius: 32px;
    box-shadow: var(--shadow);
  }

  .hero-photo > picture,
  .hero-photo > picture > img,
  .hero-photo > img {
    width: 100%;
    height: 100%;
    display: block;
  }

  .hero-photo > picture > img,
  .hero-photo > img {
    object-fit: cover;
    object-position: 88% center;
  }

  .hero-rating-widget {
    top: 14px;
    right: 14px;
    left: auto;
    margin: 0;
    max-width: calc(100% - 28px);
  }

  .hero-content {
    order: 1;
    margin-top: -143px;
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 0;
    padding: 0;
    transform: none;
    display: block;
  }

  .trust-card {
    max-width: none;
    width: 100%;
    min-height: 0;
    padding: 95px 22px 24px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(20, 30, 50, 0.06);
    text-align: center;
  }

  .trust-card__icons {
    position: absolute;
    top: 28px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
  }

  .trust-card__icons--mobile {
    display: flex;
  }

  .trust-icon {
    width: 36px;
    height: 36px;
  }

  .trust-icon i {
    font-size: 16px;
  }

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

  .hero-content .trust-card__title {
    max-width: none;
    font-family: "Cuprum", Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: normal;
    margin: 0;
    text-align: center;
  }

  .trust-card__role {
    margin: 0 0 12px;
    font-size: 13px;
    text-align: center;
  }

  .trust-card__middle {
    max-width: none;
    margin: 0;
    text-align: left;
  }

  .trust-card__desc {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 14px;
  }

  .trust-card__bottom {
    margin-top: 16px;
  }

  .glass-card {
    display: none;
  }

  .glass-title {
    font-size: 0.95rem;
  }

  .glass-text {
    font-size: 0.8rem;
  }

  .hero-advantages {
    display: none;
  }

  .hero-advantage,
  .hero-advantage:first-child {
    padding: 0;
    border-left: 0;
  }

  .hero-advantage strong {
    white-space: normal;
  }

  .service-detail__top {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
  }

  .service-detail__top h3 {
    font-size: 1rem;
  }

  .service-detail .btn {
    padding: 8px 14px;
    font-size: 0.85rem;
    white-space: nowrap;
  }

  .service-detail__text {
    max-height: 240px;
    overflow: auto;
  }

  .service-detail__text p {
    font-size: 0.95rem;
  }

  .about-card--certs.scrollable-card {
    max-height: none;
  }

  .about-card--certs.scrollable-card .card-body {
    max-height: none;
    overflow: visible;
  }

  .trust-card__actions {
    width: 100%;
    flex-direction: column;
    align-items: center;
    max-width: 320px;
    margin-inline: auto;
    gap: 10px;
  }

  .trust-card__cta {
    width: 100%;
    min-width: 0;
    flex: 0 0 auto;
    padding: 13px 18px;
    font-size: 0.95rem;
    height: auto;
    min-height: 50px;
  }

  .about-grid {
    grid-auto-rows: auto;
    align-items: start;
  }

  .about-grid .about-card {
    height: auto;
    max-height: 388px;
  }

  .scrollable-card {
    height: auto;
    max-height: 388px;
  }

  .scrollable-card .card-body {
    flex: 0 1 auto;
    max-height: 260px;
  }

  .timeline {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(72%, 1fr);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
    scrollbar-width: none;
  }

  .timeline::-webkit-scrollbar {
    display: none;
  }

  .timeline-item {
    scroll-snap-align: start;
  }

  .reviews-track {
    grid-auto-columns: minmax(82%, 1fr);
  }

  .faq-question {
    padding: 16px;
  }

  .faq-answer {
    padding: 0 16px 16px;
  }

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

  .footer {
    padding: 48px 0 28px;
  }
}

@media (max-width: 760px) {
  .timeline-card {
    scroll-snap-align: start;
  }

  .timeline-line {
    display: none;
  }

  .consult-card {
    padding-top: 52px;
  }

  .consult-head {
    padding-right: 90px;
  }

  .consult-tag {
    top: 12px;
    right: 12px;
    font-size: 0.7rem;
  }

  .reviews-track {
    grid-auto-columns: minmax(90%, 1fr);
    padding-right: 60px;
  }

  .reviews-track--peek {
    padding-right: 60px;
  }
}
