:root {
  --petrol-950: #062d38;
  --petrol-900: #0b3440;
  --petrol-800: #164854;
  --petrol-700: #2b5b65;
  --slate-800: #334751;
  --slate-700: #415762;
  --slate-600: #62727b;
  --slate-500: #7e8b92;
  --slate-300: #c3cbd0;
  --mist-200: #dfe5e7;
  --mist-100: #edf1f1;
  --surface: #f7f8f6;
  --warm: #f1eee7;
  --white: #ffffff;
  --ink: #132b32;
  --ink-soft: #506168;
  --mint: #b8d5d1;
  --line: rgba(11, 52, 64, 0.14);
  --shadow-soft: 0 28px 80px rgba(6, 45, 56, 0.12);
  --shadow-card: 0 16px 44px rgba(7, 42, 52, 0.09);
  --radius-card: 28px;
  --radius-small: 16px;
  --site-width: 1280px;
  --ease-soft: cubic-bezier(0.22, 1, 0.36, 1);
  --font-sans: 'Manrope', 'Avenir Next', 'Helvetica Neue', Arial, sans-serif;
  --font-display: 'Cormorant Garamond', 'Iowan Old Style', 'Times New Roman', serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: var(--font-sans);
  font-optical-sizing: auto;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

:where(main, section, article, aside, header, footer, nav, form, fieldset, div) {
  min-width: 0;
}

button,
input,
select,
textarea {
  font: inherit;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
}

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

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

:where(h1, h2, h3, p, li, blockquote, figcaption, strong, small, label, a, button) {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

::selection {
  background: var(--mint);
  color: var(--petrol-950);
}

.site-shell {
  width: min(calc(100% - 48px), var(--site-width));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  border-radius: 10px;
  background: var(--white);
  color: var(--petrol-950);
  font-size: 14px;
  font-weight: 700;
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

html[data-site-js-ready="true"] :where([data-reveal]) {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

html[data-site-js-ready="true"] :where([data-reveal].is-visible) {
  opacity: 1;
  transform: translateY(0);
}

.section {
  padding: 136px 0;
}

.utility-bar {
  position: relative;
  z-index: 70;
  min-height: 36px;
  background: #031f27;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(12px, 0.9vw, 13.5px);
  font-weight: 700;
  letter-spacing: 0.045em;
}

.utility-bar__inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.utility-location,
.utility-links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.utility-location svg,
.utility-links svg,
.nav-appointment svg {
  width: 16.5px;
  height: 16.5px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.utility-location {
  transition: color 180ms ease;
}

.utility-location:hover {
  color: var(--white);
}

.utility-bar p {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
}

.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #8dd0c4;
  box-shadow: 0 0 0 5px rgba(141, 208, 196, 0.08);
}

.utility-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.utility-links a {
  transition: color 180ms ease;
}

.utility-links a:hover {
  color: var(--white);
}

.site-header {
  position: sticky;
  z-index: 60;
  top: 0;
  height: 80px;
  background: #062d38;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  transition:
    height 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.site-header.is-compact {
  height: 70px;
  background: rgba(6, 45, 56, 0.94);
  box-shadow: 0 10px 30px rgba(4, 27, 34, 0.16);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}

.brand-logo {
  display: block;
  width: auto;
  height: 50px;
  max-width: 230px;
  object-fit: contain;
  object-position: left center;
}

.brand-logo[hidden] {
  display: none;
}

.site-header .brand { width: min(230px, 62vw); min-height: 50px; }
.site-header .brand-logo { width: 100%; }
html[data-brand-logo-cached="true"] .site-header .brand:not(.is-logo-ready) .brand-mark,
html[data-brand-logo-cached="true"] .site-header .brand:not(.is-logo-ready) .brand-copy { visibility: hidden; }

.brand.is-logo-ready .brand-mark,
.brand.is-logo-ready .brand-copy {
  display: none;
}

.brand-mark {
  position: relative;
  width: 48px;
  height: 50px;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 39px;
  line-height: 1;
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  inset: 2px 7px;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  opacity: 0.55;
}

.brand-mark::after {
  inset: 7px 2px;
  border: 0;
  border-left: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

.brand-mark span {
  position: absolute;
}

.brand-mark span:first-child {
  transform: translateX(-7px);
}

.brand-mark span:last-child {
  font-style: italic;
  transform: translateX(7px);
}

.brand-copy {
  display: grid;
  gap: 3px;
}

.brand-copy strong {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.045em;
  line-height: 1;
  white-space: nowrap;
}

.brand-copy small {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.24em;
  opacity: 0.75;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.1vw, 34px);
  margin-left: auto;
}

.desktop-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 9px 0;
  color: rgba(255, 255, 255, 0.64);
  font-family: var(--font-sans);
  font-size: clamp(13.5px, 1vw, 14.5px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.012em;
  transition:
    color 360ms var(--ease-soft),
    transform 360ms var(--ease-soft),
    text-shadow 360ms var(--ease-soft);
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  background: var(--white);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.desktop-nav a[aria-current="page"] {
  color: var(--white);
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after,
.desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-appointment {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 43px;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: var(--white);
  color: var(--petrol-950);
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.nav-appointment svg {
  width: 16px;
  height: 16px;
}

.nav-appointment:hover {
  background: var(--mint);
  transform: translateY(-2px);
}

.menu-toggle {
  position: relative;
  display: none;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  left: 50%;
  display: block;
  width: 18px;
  height: 1.5px;
  margin: 0;
  border-radius: 999px;
  background: var(--white);
  transform: translateX(-50%);
  transform-origin: center;
  transition:
    top 220ms ease,
    transform 220ms ease;
}

.menu-toggle span:first-child {
  top: 18px;
}

.menu-toggle span:last-child {
  top: 26px;
}

.menu-toggle.is-open span:first-child {
  top: 22px;
  transform: translateX(-50%) rotate(45deg);
}

.menu-toggle.is-open span:last-child {
  top: 22px;
  transform: translateX(-50%) rotate(-45deg);
}

.menu-toggle:focus-visible {
  outline: 3px solid rgba(184, 213, 209, 0.72);
  outline-offset: 3px;
}

.mobile-menu {
  position: fixed;
  z-index: 50;
  inset: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  min-height: 100dvh;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 110px 34px 42px;
  background:
    radial-gradient(circle at 80% 15%, rgba(255, 255, 255, 0.1), transparent 34%),
    var(--petrol-950);
  color: var(--white);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition:
    visibility 0s linear 220ms,
    opacity 220ms ease;
}

.mobile-menu.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}

.mobile-menu nav {
  width: 100%;
  display: grid;
}

.mobile-menu nav a {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-family: var(--font-sans);
  font-size: clamp(27px, 7vw, 36px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.025em;
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 300ms ease calc(var(--menu-index) * 45ms + 100ms),
    transform 300ms ease calc(var(--menu-index) * 45ms + 100ms);
}

.mobile-menu nav a[aria-current="page"] {
  color: var(--mint);
}

.mobile-menu.is-open nav a {
  opacity: 1;
  transform: translateY(0);
}

.mobile-menu nav a span {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.14em;
  opacity: 0.45;
}

.mobile-menu nav button,
.mobile-menu nav .mobile-appointment-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
  padding: 17px 20px;
  border-bottom: 0;
  border-radius: 14px;
  background: var(--white);
  color: var(--petrol-950);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
}

.mobile-menu__contact {
  margin-top: auto;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
}

.mobile-menu__contact p {
  max-width: 210px;
  margin: 0;
  line-height: 1.6;
}

.mobile-menu__contact a {
  color: var(--white);
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: calc(100svh - 36px);
  padding: 54px 0 32px;
  overflow: hidden;
  background:
    radial-gradient(circle at 63% 38%, rgba(177, 197, 200, 0.16), transparent 26%),
    linear-gradient(108deg, var(--petrol-950) 0%, #123a46 53%, #355764 100%);
  color: var(--white);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 24, 31, 0.26), transparent 55%);
  pointer-events: none;
}

.hero-noise {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: radial-gradient(rgba(255, 255, 255, 0.32) 0.55px, transparent 0.65px);
  background-size: 5px 5px;
  pointer-events: none;
}

.hero-monogram {
  position: absolute;
  z-index: 0;
  top: 42%;
  left: 46%;
  color: transparent;
  font-family: var(--font-display);
  font-size: clamp(330px, 36vw, 640px);
  font-style: italic;
  line-height: 0.6;
  letter-spacing: -0.27em;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.09);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 0.88fr);
  align-items: center;
  gap: clamp(46px, 6vw, 92px);
}

.hero-copy {
  max-width: 680px;
  padding: 28px 0 16px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--petrol-700);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow > span[aria-hidden="true"] {
  flex: 0 0 24px;
  display: inline-block;
  width: 24px;
  height: 1px;
  background: currentColor;
}

.hero .eyebrow {
  max-width: 100%;
  line-height: 1.5;
}

.eyebrow--light {
  color: rgba(255, 255, 255, 0.63);
}

.hero h1 {
  max-width: 650px;
  margin: 29px 0 22px;
  font-size: clamp(56px, 5.7vw, 88px);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1.01;
}

.hero h1 em,
.section-heading h2 em,
.process-heading h2 em,
.doctor-copy h2 em,
.faq-heading h2 em,
.contact-copy h2 em {
  display: block;
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 450;
  letter-spacing: -0.05em;
}

.hero h1 em {
  font-family: var(--font-display);
  color: #d9e2e3;
  font-size: 0.9em;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.hero-lead {
  max-width: 590px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 35px;
}

.button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 7px 8px 7px 25px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
  transition:
    transform 200ms ease,
    box-shadow 200ms ease,
    background 200ms ease;
}

.button b {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 17px;
  font-weight: 500;
  transition: transform 200ms ease;
}

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

.button:hover b {
  transform: rotate(45deg);
}

.button--light {
  background: var(--white);
  color: var(--petrol-950);
  box-shadow: 0 15px 38px rgba(0, 0, 0, 0.17);
}

.button--light b {
  background: var(--petrol-950);
  color: var(--white);
}

.button--dark {
  background: var(--petrol-950);
  color: var(--white);
  box-shadow: 0 15px 34px rgba(6, 45, 56, 0.18);
}

.button--dark b {
  background: rgba(255, 255, 255, 0.13);
}

.button--full {
  width: 100%;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--petrol-900);
  font-size: 13px;
  font-weight: 700;
}

.text-link--light {
  color: var(--white);
}

.text-link::after {
  content: "";
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 200ms ease;
}

.text-link:hover::after {
  width: 24px;
}

.phone-pulse {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  font-size: 15px;
}

.hero-note {
  margin: 18px 0 0 4px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 10px;
  line-height: 1.5;
}

.hero-signals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 600px;
  margin-top: 39px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-signals > div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-right: 14px;
}

.hero-signals > div + div {
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-signals span {
  color: rgba(255, 255, 255, 0.36);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.hero-signals p {
  margin: -2px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.hero-visual {
  position: relative;
  width: 100%;
  max-width: 565px;
  justify-self: end;
}

.portrait-frame {
  position: relative;
  height: min(68vh, 675px);
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.27);
  border-radius: 210px 210px 34px 34px;
  background: linear-gradient(140deg, #91a0aa, #f7f8f8 78%);
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.25);
}

.portrait-frame::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: inherit;
  pointer-events: none;
}

.portrait-image {
  position: absolute;
  z-index: 1;
  top: -5%;
  right: -2%;
  width: auto;
  max-width: none;
  height: 111%;
  object-fit: contain;
}

.portrait-gradient {
  position: absolute;
  z-index: 3;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 60%, rgba(5, 35, 43, 0.77) 100%),
    linear-gradient(90deg, rgba(19, 60, 72, 0.18), transparent 45%);
  pointer-events: none;
}

.portrait-label {
  position: absolute;
  z-index: 4;
  right: 36px;
  bottom: 32px;
  left: 36px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  color: var(--white);
}

.portrait-label span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.65;
}

.portrait-label strong {
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 650;
  letter-spacing: -0.025em;
}

.digital-orbit {
  position: absolute;
  z-index: 4;
  top: 54px;
  right: 48px;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(10, 48, 59, 0.34);
  border-radius: 50%;
}

.digital-orbit::before,
.digital-orbit::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(10, 48, 59, 0.23);
  border-radius: 50%;
}

.digital-orbit::after {
  inset: 19px;
  background: var(--petrol-900);
  border: 0;
}

.digital-orbit i {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--petrol-900);
}

.digital-orbit i:nth-child(1) { top: -3px; left: 26px; }
.digital-orbit i:nth-child(2) { right: 3px; bottom: 7px; }
.digital-orbit i:nth-child(3) { bottom: 4px; left: 6px; }

.visual-card {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.9);
  color: var(--petrol-950);
  box-shadow: 0 19px 50px rgba(0, 0, 0, 0.18);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.visual-card--top {
  top: 25%;
  left: -47px;
  padding: 13px 18px 13px 13px;
  border-radius: 16px;
}

.visual-card--bottom {
  right: -29px;
  bottom: 17%;
  max-width: 270px;
  padding: 15px 18px 15px 14px;
  border-radius: 18px;
}

.visual-card__icon {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--petrol-950);
  color: var(--white);
  font-size: 25px;
}

.visual-card small {
  display: block;
  margin-bottom: 3px;
  color: var(--slate-500);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.visual-card strong {
  display: block;
  font-size: 12px;
  line-height: 1.4;
}

.scan-ring {
  position: relative;
  width: 47px;
  height: 47px;
  flex: 0 0 47px;
  border: 1px solid var(--slate-300);
  border-radius: 50%;
}

.scan-ring::before,
.scan-ring::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.scan-ring::before {
  inset: 7px;
  border: 1px dashed var(--slate-500);
}

.scan-ring::after {
  inset: 16px;
  background: var(--petrol-900);
}

.scan-ring i {
  position: absolute;
  z-index: 2;
  top: -2px;
  left: 22px;
  width: 3px;
  height: 51px;
  background: rgba(11, 52, 64, 0.2);
  transform: rotate(43deg);
}

.hero-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hero-bottom a {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-bottom a i {
  display: block;
  width: 48px;
  height: 1px;
  overflow: visible;
  background: rgba(255, 255, 255, 0.25);
}

.hero-quick-actions {
  position: relative;
  z-index: 3;
  margin-top: clamp(48px, 6vw, 82px);
  padding-bottom: clamp(34px, 4vw, 62px);
}

.hero-quick-actions__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
  align-items: end;
  gap: 48px;
  margin-bottom: 30px;
}

.hero-quick-actions__heading > div > span {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.47);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hero-quick-actions__heading h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 590;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.hero-quick-actions__heading h2 em {
  color: #cdd9da;
  font-family: var(--font-display);
  font-size: 1.08em;
  font-style: italic;
  font-weight: 500;
}

.hero-quick-actions__heading > p {
  max-width: 520px;
  margin: 0 0 2px auto;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.75;
}

.hero-quick-actions__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.quick-action-card {
  position: relative;
  min-height: 284px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 25px 26px 24px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  color: var(--petrol-950);
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.18);
  isolation: isolate;
}

.quick-action-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -70px;
  bottom: -95px;
  width: 210px;
  height: 210px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.08;
  transition: transform 620ms var(--ease-soft), opacity 420ms var(--ease-soft);
}

.quick-action-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 42px;
  bottom: -58px;
  width: 115px;
  height: 115px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.07;
  transition: transform 620ms var(--ease-soft);
}

.quick-action-card--question {
  background: #f4efe6;
}

.quick-action-card--appointment {
  background: #ffffff;
}

.quick-action-card--contact {
  background: #dbe7e6;
}

.quick-action-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.quick-action-card__number {
  color: var(--slate-500);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.16em;
}

.quick-action-card__icon {
  width: 49px;
  height: 49px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(6, 45, 56, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.52);
}

.line-icon {
  width: 24px;
  height: 24px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
  shape-rendering: geometricPrecision;
}

.line-icon * {
  vector-effect: non-scaling-stroke;
}

.quick-action-card__icon .line-icon {
  width: 24px;
  height: 24px;
}

.quick-action-card__copy {
  margin-top: 26px;
}

.quick-action-card__copy small {
  display: block;
  margin-bottom: 7px;
  color: var(--slate-600);
  font-size: 9px;
  font-weight: 720;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.quick-action-card__copy h3 {
  margin: 0;
  font-size: clamp(24px, 2.1vw, 31px);
  font-weight: 650;
  letter-spacing: -0.045em;
}

.quick-action-card__copy p {
  max-width: 330px;
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.65;
}

.quick-action-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 23px;
  padding-top: 17px;
  border-top: 1px solid rgba(6, 45, 56, 0.13);
  font-size: 11px;
  font-weight: 750;
}

.quick-action-card__link i {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--petrol-950);
  color: var(--white);
  font-size: 14px;
  font-style: normal;
}

.trust-strip {
  overflow: hidden;
  padding: 0;
  border-bottom: 1px solid var(--line);
  background: var(--warm);
}

.trust-track {
  width: min(calc(100% - 48px), var(--site-width));
  min-height: 76px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  margin-inline: auto;
}

.trust-track span {
  min-width: 0;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 9px 22px;
  border-right: 1px solid var(--line);
  color: var(--petrol-900);
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 620;
  letter-spacing: -0.015em;
  line-height: 1.35;
  text-align: center;
}

.trust-track span:first-child {
  border-left: 1px solid var(--line);
}

.trust-track span:nth-child(n + 5) {
  display: none;
}

.trust-track i {
  color: var(--slate-500);
  font-family: var(--font-sans);
  font-size: 9px;
  font-style: normal;
}

.home-page main > .approach,
.home-page main > .treatments,
.home-page main > .process,
.home-page main > .doctor,
.home-page main > .faq,
.home-page main > .contact {
  display: none;
}

.home-directory {
  background:
    radial-gradient(circle at 12% 20%, rgba(184, 213, 209, 0.26), transparent 25%),
    var(--surface);
}

.home-directory > .site-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1.24fr);
  align-items: start;
  gap: clamp(56px, 8vw, 120px);
}

.home-directory__heading {
  position: sticky;
  top: 112px;
}

.home-directory__heading h2 {
  margin: 22px 0 24px;
  color: var(--ink);
  font-size: clamp(43px, 4.8vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.home-directory__heading h2 em {
  display: block;
  color: var(--slate-600);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
}

.home-directory__heading p {
  max-width: 490px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.8;
}

.home-directory__grid {
  border-top: 1px solid var(--line);
}

.home-directory__grid a {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 18px;
  min-height: 112px;
  padding: 20px 8px;
  border-bottom: 1px solid var(--line);
  transition: padding 200ms ease, color 200ms ease;
}

.home-directory__grid a:hover {
  padding-inline: 18px;
  color: var(--petrol-700);
}

.home-directory__grid > a > span {
  color: var(--slate-500);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.12em;
}

.home-directory__grid a div {
  display: grid;
  gap: 7px;
}

.home-directory__grid strong {
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 650;
  letter-spacing: -0.035em;
}

.home-directory__grid small {
  color: var(--ink-soft);
  font-size: 12px;
}

.home-directory__grid i {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-family: var(--font-sans);
  font-size: 13px;
  font-style: normal;
  transition: background 200ms ease, color 200ms ease;
}

.home-directory__grid a:hover i {
  background: var(--petrol-900);
  color: var(--white);
}

.inner-page .site-header {
  position: sticky;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 9vw, 126px) 0;
  background:
    radial-gradient(circle at 75% 30%, rgba(197, 216, 217, 0.16), transparent 28%),
    linear-gradient(120deg, var(--petrol-950), #123f4b 76%, #355764);
  color: var(--white);
}

.page-hero__watermark {
  position: absolute;
  top: 50%;
  left: 54%;
  color: transparent;
  font-family: var(--font-display);
  font-size: clamp(280px, 38vw, 590px);
  font-style: italic;
  line-height: 0.6;
  letter-spacing: -0.24em;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.075);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.page-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(390px, 0.72fr);
  align-items: center;
  gap: clamp(50px, 7vw, 105px);
}

.page-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.54fr);
  align-items: center;
  gap: clamp(54px, 8vw, 120px);
}

.page-hero__copy h1 {
  max-width: 720px;
  margin: 26px 0 25px;
  font-size: clamp(49px, 5.5vw, 82px);
  font-weight: 650;
  line-height: 0.99;
  letter-spacing: -0.055em;
}

.page-hero__copy h1 em {
  display: block;
  color: #d9e2e3;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.page-hero__copy > p {
  max-width: 590px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.75;
}

.page-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 34px;
}

.page-hero__visual {
  position: relative;
  width: 100%;
  max-width: 510px;
  justify-self: end;
}

.page-hero__meta {
  position: relative;
  display: grid;
  gap: 14px;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 22px;
  background: rgba(2, 28, 35, 0.34);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.page-hero__meta > span {
  color: var(--mint);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-hero__meta > strong {
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.page-hero__meta > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.7;
}

.page-hero__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 5px;
}

.page-hero__signals small {
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
}

.page-hero__visual .portrait-frame {
  height: min(62vh, 590px);
  min-height: 480px;
}

.clinic-visual__frame {
  position: relative;
  min-height: 485px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 210px 210px 34px 34px;
  background: linear-gradient(145deg, rgba(147, 171, 178, 0.46), rgba(247, 248, 248, 0.96));
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.23);
}

.clinic-visual__frame .abstract-scan {
  position: absolute;
  inset: 70px 50px 90px;
}

.clinic-visual__frame .digital-orbit {
  top: 54px;
}

.clinic-visual__label {
  position: absolute;
  right: 32px;
  bottom: 30px;
  left: 32px;
  display: grid;
  gap: 6px;
  padding: 17px 19px;
  border-radius: 15px;
  background: rgba(6, 45, 56, 0.9);
  color: var(--white);
}

.clinic-visual__label small {
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.62;
}

.clinic-visual__label strong {
  font-size: 13px;
}

.page-content {
  scroll-margin-top: 92px;
}

.page-cta {
  padding-top: 88px;
}

.contact-details {
  background:
    radial-gradient(circle at 85% 18%, rgba(184, 213, 209, 0.23), transparent 25%),
    var(--surface);
}

.contact-detail-grid a {
  text-decoration: none;
}

.map-section {
  padding-top: 92px;
  background: var(--warm);
}

.map-section__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.55fr);
  align-items: end;
  gap: 50px;
  margin-bottom: 42px;
}

.map-section__heading h2 {
  margin: 21px 0 0;
  font-size: clamp(43px, 5vw, 70px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.map-section__heading h2 em {
  color: var(--slate-600);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
}

.map-section__heading > p {
  margin: 0 0 6px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.75;
}

.map-frame {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #dce4e3;
  box-shadow: var(--shadow-soft);
}

.map-frame iframe {
  width: 100%;
  height: 560px;
  display: block;
  border: 0;
  filter: saturate(0.82) contrast(0.96);
}

.map-frame__card {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(6, 45, 56, 0.16);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.map-frame__card > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--petrol-950);
  color: var(--white);
}

.map-frame__card svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.map-frame__card div {
  display: grid;
  gap: 4px;
}

.map-frame__card small {
  color: var(--slate-500);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.map-frame__card strong {
  font-size: 14px;
}

.map-frame__card a {
  padding: 11px 14px;
  border-radius: 999px;
  background: var(--petrol-950);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  transition: transform 360ms var(--ease-soft), background 360ms var(--ease-soft);
}

.map-frame__card a:hover {
  background: var(--petrol-800);
  transform: translateY(-2px);
}

.section-heading--split {
  display: grid;
  grid-template-columns: 1.1fr 0.72fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 70px;
}

.section-heading h2,
.process-heading h2,
.doctor-copy h2,
.faq-heading h2,
.contact-copy h2 {
  margin: 21px 0 0;
  color: var(--ink);
  font-size: clamp(46px, 5.1vw, 76px);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 1.01;
}

.section-heading h2 em,
.process-heading h2 em,
.doctor-copy h2 em,
.faq-heading h2 em,
.contact-copy h2 em {
  color: var(--slate-600);
}

.section-heading--split > p {
  margin: 0 0 5px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.8;
}

.approach {
  background:
    radial-gradient(circle at 9% 80%, rgba(184, 213, 209, 0.24), transparent 24%),
    var(--surface);
}

.approach-grid {
  display: grid;
  grid-template-columns: 1.28fr 0.86fr;
  gap: 24px;
}

.approach-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
}

.approach-card--featured {
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 44px;
  border-radius: var(--radius-card);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.92) 82%),
    linear-gradient(135deg, #dbe3e4, #f9faf9 70%);
  box-shadow: var(--shadow-card);
}

.card-index {
  position: absolute;
  z-index: 3;
  top: 28px;
  right: 30px;
  color: var(--slate-500);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.14em;
}

.abstract-scan {
  position: absolute;
  top: 13%;
  left: 50%;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(11, 52, 64, 0.15);
  border-radius: 50%;
  transform: translateX(-50%);
}

.abstract-scan::before,
.abstract-scan::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(11, 52, 64, 0.13);
  border-radius: 50%;
}

.abstract-scan::before { inset: 35px; }
.abstract-scan::after { inset: 85px; border-style: dashed; }

.abstract-scan span {
  position: absolute;
  border-radius: 50%;
  background: var(--petrol-800);
  box-shadow: 0 0 0 7px rgba(22, 72, 84, 0.08);
}

.abstract-scan span:nth-child(1) { top: 29px; left: 109px; width: 7px; height: 7px; }
.abstract-scan span:nth-child(2) { top: 168px; right: -4px; width: 9px; height: 9px; }
.abstract-scan span:nth-child(3) { bottom: 29px; left: 61px; width: 6px; height: 6px; }

.abstract-scan i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: transparent;
  font-family: var(--font-display);
  font-size: 108px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.29em;
  -webkit-text-stroke: 1px rgba(11, 52, 64, 0.32);
  transform: translate(-57%, -50%);
}

.approach-card__content {
  position: relative;
  z-index: 2;
  max-width: 530px;
}

.approach-card small,
.treatment-card small {
  color: var(--petrol-700);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.approach-card h3 {
  margin: 12px 0 13px;
  font-family: var(--font-sans);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 610;
  letter-spacing: -0.04em;
  line-height: 1.14;
}

.approach-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.7;
}

.approach-stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 24px;
}

.approach-card--compact {
  min-height: 298px;
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: end;
  gap: 26px;
  padding: 34px;
  border-radius: var(--radius-card);
  background: var(--white);
  box-shadow: var(--shadow-card);
}

.approach-card--compact h3 {
  font-size: clamp(25px, 2.5vw, 35px);
}

.approach-card--soft {
  background: var(--warm);
}

.compact-symbol {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--petrol-800);
  font-family: var(--font-display);
  font-size: 58px;
  line-height: 1;
}

.compact-symbol--target {
  position: relative;
  border-style: dashed;
}

.compact-symbol--target::before,
.compact-symbol--target::after,
.compact-symbol--target i {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.compact-symbol--target::before { inset: 16px; border: 1px solid var(--slate-300); }
.compact-symbol--target::after { inset: 29px; background: var(--petrol-800); }
.compact-symbol--target i { inset: 38px -4px; background: rgba(11, 52, 64, 0.22); border-radius: 0; }

.treatments {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 16%, rgba(155, 174, 181, 0.18), transparent 24%),
    var(--petrol-950);
  color: var(--white);
}

.treatment-watermark {
  position: absolute;
  right: -5vw;
  bottom: 3%;
  color: transparent;
  font-family: var(--font-display);
  font-size: clamp(370px, 44vw, 700px);
  font-style: italic;
  line-height: 0.7;
  letter-spacing: -0.28em;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05);
}

.section-heading--dark {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin-bottom: 62px;
}

.section-heading--dark h2 {
  color: var(--white);
}

.section-heading--dark h2 em {
  color: rgba(255, 255, 255, 0.58);
}

.section-heading--dark > p {
  max-width: 570px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 15px;
  line-height: 1.75;
}

.treatment-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.treatment-card {
  min-height: 510px;
  display: flex;
  flex-direction: column;
  padding: 28px 26px 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  transition:
    background 280ms ease,
    transform 280ms ease;
}

.treatment-card:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.treatment-card:hover {
  background: rgba(255, 255, 255, 0.07);
  transform: translateY(-8px);
}

.treatment-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.4);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.treatment-card__top i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  font-size: 15px;
  font-style: normal;
  transition:
    background 200ms ease,
    color 200ms ease,
    transform 200ms ease;
}

.treatment-card:hover .treatment-card__top i {
  background: var(--white);
  color: var(--petrol-950);
  transform: rotate(45deg);
}

.treatment-card__symbol {
  position: relative;
  width: 138px;
  height: 138px;
  margin: 54px auto 38px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  transition: transform 380ms ease;
}

.treatment-card:hover .treatment-card__symbol {
  transform: rotate(14deg) scale(1.04);
}

.treatment-card__symbol::before,
.treatment-card__symbol::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.treatment-card__symbol::before {
  inset: 17px;
  border: 1px dashed rgba(255, 255, 255, 0.21);
}

.treatment-card__symbol::after {
  inset: 48px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
}

.treatment-card__symbol span {
  position: absolute;
  z-index: 2;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
}

.treatment-card__symbol span:nth-child(1) { top: 8px; left: 64px; }
.treatment-card__symbol span:nth-child(2) { right: 9px; bottom: 37px; }

.treatment-card__symbol i {
  position: absolute;
  z-index: 3;
  top: 68px;
  left: 14px;
  width: 110px;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  transform: rotate(-27deg);
}

.treatment-card__content {
  margin-top: auto;
}

.treatment-card small {
  color: rgba(255, 255, 255, 0.42);
}

.treatment-card h3 {
  min-height: 58px;
  margin: 12px 0 13px;
  font-family: var(--font-sans);
  font-size: 25px;
  font-weight: 620;
  letter-spacing: -0.035em;
  line-height: 1.17;
}

.treatment-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 14px;
  line-height: 1.7;
}

/* Align each text row across the treatment cards, including wrapped titles. */
.treatment-grid > .treatment-card { min-width: 0; }
.treatment-grid .treatment-card__symbol { flex-shrink: 0; margin: 36px auto 30px; }
.treatment-grid .treatment-card__content { margin-top: 0; }
.treatment-grid .treatment-card__content small {
  display: block;
  padding-bottom: 14px;
  color: #a5c0c5;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: .09em;
  overflow-wrap: anywhere;
}
.treatment-grid .treatment-card__content h3 {
  min-height: 2.5em;
  margin: 0;
  padding-bottom: 20px;
  font-size: clamp(22px, 1.8vw, 26px);
  font-weight: 650;
  line-height: 1.25;
  letter-spacing: -.025em;
  text-wrap: balance;
  overflow-wrap: anywhere;
}
.treatment-grid .treatment-card__content p {
  margin: 0;
  color: #b8cbd0;
  font-size: 16px;
  line-height: 1.75;
  overflow-wrap: anywhere;
}
@supports (grid-template-rows: subgrid) {
  .treatment-grid > .treatment-card {
    display: grid;
    grid-row: span 5;
    grid-template-rows: subgrid;
    row-gap: 0;
    min-height: 0;
  }
  .treatment-grid .treatment-card__content {
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid;
    row-gap: 0;
  }
  .treatment-grid .treatment-card__content > * { align-self: start; }
}

.treatments-note {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 31px;
}

.treatments-note p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  line-height: 1.65;
}

.treatments-note p span {
  display: inline-block;
  margin-right: 9px;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.treatments-note :is(button, a[href]) {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 0;
  background: transparent;
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.treatments-note :is(button, a[href]) span {
  font-size: 19px;
}

.process {
  background: var(--warm);
}

.process-grid {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: clamp(70px, 10vw, 150px);
}

.process-heading {
  position: sticky;
  top: 130px;
  align-self: start;
}

.process-heading h2 {
  font-size: clamp(45px, 4.8vw, 70px);
}

.process-heading > p {
  max-width: 480px;
  margin: 26px 0 32px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.75;
}

.process-list {
  border-top: 1px solid var(--line);
}

.process-step {
  display: grid;
  grid-template-columns: 56px 1fr 48px;
  align-items: start;
  gap: 26px;
  min-height: 224px;
  padding: 42px 0;
  border-bottom: 1px solid var(--line);
}

.process-step__number {
  color: var(--slate-500);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.14em;
}

.process-step h3 {
  margin: -5px 0 13px;
  font-family: var(--font-sans);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 610;
  letter-spacing: -0.04em;
}

.process-step p {
  max-width: 460px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.75;
}

.process-step__mark {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--petrol-800);
  font-size: 16px;
}

.doctor {
  overflow: hidden;
  background:
    radial-gradient(circle at 94% 30%, rgba(184, 213, 209, 0.25), transparent 25%),
    var(--white);
}

.doctor-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.86fr);
  align-items: center;
  gap: clamp(70px, 9vw, 135px);
}

.doctor-visual {
  position: relative;
}

.doctor-image-wrap {
  position: relative;
  height: 720px;
  overflow: hidden;
  border-radius: 260px 260px 24px 24px;
  background: linear-gradient(135deg, #84939e, #f7f8f8 74%);
  box-shadow: var(--shadow-soft);
}

.doctor-image-wrap::before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: inherit;
}

.doctor-image-wrap img {
  position: absolute;
  z-index: 1;
  top: -4%;
  right: -3%;
  width: auto;
  max-width: none;
  height: 109%;
}

.doctor-image-shade {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(180deg, transparent 64%, rgba(5, 38, 47, 0.55));
}

.doctor-monogram {
  position: absolute;
  z-index: 4;
  top: 47px;
  left: -52px;
  color: transparent;
  font-family: var(--font-display);
  font-size: 150px;
  font-style: italic;
  letter-spacing: -0.3em;
  -webkit-text-stroke: 1px rgba(11, 52, 64, 0.25);
}

.doctor-caption {
  position: absolute;
  z-index: 4;
  right: -28px;
  bottom: 55px;
  min-width: 220px;
  padding: 19px 22px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-card);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.doctor-caption span {
  display: block;
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 650;
  letter-spacing: -0.025em;
}

.doctor-caption small {
  display: block;
  margin-top: 5px;
  color: var(--slate-500);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.doctor-copy h2 {
  font-size: clamp(45px, 4.7vw, 70px);
}

.doctor-copy blockquote {
  margin: 34px 0 22px;
  padding: 23px 0 23px 25px;
  border-left: 1px solid var(--petrol-800);
  color: var(--petrol-900);
  font-family: var(--font-sans);
  font-size: 20px;
  font-style: italic;
  line-height: 1.55;
}

.doctor-copy > p {
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.8;
}

.doctor-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
  margin: 28px 0 34px;
}

.doctor-values span {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 650;
}

.doctor-values i {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mist-100);
  color: var(--petrol-800);
  font-size: 10px;
  font-style: normal;
}

.faq {
  background: var(--surface);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  align-items: start;
  gap: clamp(70px, 10vw, 150px);
}

.faq-heading {
  position: sticky;
  top: 130px;
}

.faq-heading h2 {
  font-size: clamp(44px, 4.8vw, 70px);
}

.faq-heading > p {
  max-width: 400px;
  margin: 25px 0 27px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.75;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item h3 {
  margin: 0;
}

.faq-item h3 button {
  width: 100%;
  min-height: 104px;
  display: grid;
  grid-template-columns: 42px 1fr 30px;
  align-items: center;
  gap: 19px;
  padding: 19px 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.faq-item h3 button > span {
  color: var(--slate-500);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.13em;
}

.faq-item h3 button {
  font-family: var(--font-sans);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 600;
  letter-spacing: -0.03em;
}

.faq-item h3 button i {
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.faq-item h3 button i::before,
.faq-item h3 button i::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 8px;
  width: 10px;
  height: 1px;
  background: var(--petrol-800);
  transition: transform 200ms ease;
}

.faq-item h3 button i::after {
  transform: rotate(90deg);
}

.faq-item.is-open h3 button i::after {
  transform: rotate(0);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 300ms ease;
}

.faq-answer > div {
  overflow: hidden;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-answer p {
  max-width: 610px;
  margin: 0;
  padding: 0 42px 31px 61px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.75;
}

.contact {
  padding-top: 80px;
  background: var(--surface);
}

.contact-panel {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.05fr;
  gap: clamp(50px, 8vw, 110px);
  overflow: hidden;
  padding: clamp(48px, 6vw, 84px);
  border-radius: 36px;
  background:
    radial-gradient(circle at 25% 25%, rgba(177, 204, 205, 0.18), transparent 30%),
    linear-gradient(125deg, var(--petrol-950), #1c4b57);
  color: var(--white);
  box-shadow: 0 35px 100px rgba(6, 45, 56, 0.18);
}

.contact-watermark {
  position: absolute;
  right: 30%;
  bottom: -27%;
  color: transparent;
  font-family: var(--font-display);
  font-size: 420px;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.3em;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.08);
}

.contact-copy,
.contact-cards {
  position: relative;
  z-index: 2;
}

.contact-copy h2 {
  color: var(--white);
  font-size: clamp(45px, 4.7vw, 68px);
}

.contact-copy h2 em {
  color: rgba(255, 255, 255, 0.58);
}

.contact-copy > p {
  max-width: 490px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.75;
}

.contact-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 36px;
}

.contact-cards {
  display: grid;
  gap: 12px;
}

.contact-card {
  position: relative;
  min-height: 118px;
  display: grid;
  grid-template-columns: 46px 1fr 30px;
  align-items: center;
  column-gap: 17px;
  padding: 20px 24px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  transition:
    background 200ms ease,
    transform 200ms ease;
}

.contact-card:hover {
  background: rgba(255, 255, 255, 0.13);
  transform: translateX(5px);
}

.contact-card__icon {
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.12em;
}

.contact-card small {
  align-self: end;
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-card strong {
  align-self: start;
  font-family: var(--font-sans);
  font-size: 21px;
  font-weight: 620;
  letter-spacing: -0.025em;
}

.contact-card > i {
  grid-column: 3;
  grid-row: 1 / 3;
  font-style: normal;
}

.contact-card--address strong {
  max-width: 390px;
  font-size: 17px;
  line-height: 1.4;
}

/* Ortak etkileşim dili: yumuşak yükselme, gölge ve kontrollü ikon hareketi. */
.desktop-nav a,
.footer-top nav a,
.footer-bottom a,
.utility-location,
.utility-links a,
.text-link {
  transition:
    color 360ms var(--ease-soft),
    opacity 360ms var(--ease-soft),
    transform 360ms var(--ease-soft);
}

.desktop-nav a::after,
.text-link::after {
  transition: transform 420ms var(--ease-soft), width 420ms var(--ease-soft);
}

.nav-appointment,
.button,
.menu-toggle,
.quick-action-card,
.home-directory__grid a,
.approach-card,
.treatment-card,
.process-step,
.contact-card,
.clinic-visual__frame,
.map-frame__card,
.faq-item,
.whatsapp-float {
  transition:
    transform 460ms var(--ease-soft),
    background-color 460ms var(--ease-soft),
    border-color 460ms var(--ease-soft),
    box-shadow 460ms var(--ease-soft),
    color 360ms var(--ease-soft),
    padding 460ms var(--ease-soft);
}

.nav-appointment,
.button,
.quick-action-card,
.approach-card,
.treatment-card,
.contact-card,
.clinic-visual__frame,
.map-frame__card,
.whatsapp-float {
  will-change: transform;
}

.is-pointer-reactive {
  --pointer-x: 50%;
  --pointer-y: 50%;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  isolation: isolate;
}

.map-frame__card.is-pointer-reactive {
  position: absolute;
}

.pointer-reactive__glow {
  position: absolute;
  z-index: 4;
  inset: -1px;
  border-radius: inherit;
  background: radial-gradient(
    circle 210px at var(--pointer-x) var(--pointer-y),
    rgba(184, 213, 209, 0.58),
    rgba(255, 255, 255, 0.16) 34%,
    transparent 72%
  );
  mix-blend-mode: soft-light;
  pointer-events: none;
  opacity: 0;
  transition: opacity 520ms var(--ease-soft);
}

.is-pointer-reactive.is-pointer-active > .pointer-reactive__glow,
.is-pointer-reactive:focus-within > .pointer-reactive__glow {
  opacity: 0.9;
}

.nav-appointment svg,
.button b,
.quick-action-card__icon,
.quick-action-card__link i,
.home-directory__grid i,
.compact-symbol,
.treatment-card__top i,
.treatment-card__symbol,
.process-step__mark,
.contact-card__icon,
.contact-card > i {
  transition:
    transform 460ms var(--ease-soft),
    background-color 400ms var(--ease-soft),
    border-color 400ms var(--ease-soft),
    color 400ms var(--ease-soft);
}

/* Reveal geçişi tamamlandığında kartların kendi hover zamanlamasını geri yükle. */
html[data-site-js-ready="true"] :is(
  .quick-action-card,
  .approach-card,
  .treatment-card,
  .process-step,
  .contact-card,
  .faq-item
)[data-reveal].is-visible {
  transition:
    opacity 320ms var(--ease-soft),
    transform 460ms var(--ease-soft),
    background-color 460ms var(--ease-soft),
    border-color 460ms var(--ease-soft),
    box-shadow 460ms var(--ease-soft),
    color 360ms var(--ease-soft),
    padding 460ms var(--ease-soft);
}

@media (hover: hover) and (pointer: fine) {
  .desktop-nav a:hover {
    transform: translateY(-2px);
    text-shadow: 0 0 20px rgba(184, 213, 209, 0.48);
  }

  .nav-appointment:hover,
  .button:hover {
    box-shadow: 0 15px 34px rgba(3, 31, 39, 0.18);
    transform: translateY(-4px);
  }

  .nav-appointment:hover svg {
    transform: translateY(-1px) rotate(-4deg) scale(1.05);
  }

  .home-directory__grid a:hover {
    transform: translateX(8px);
  }

  .quick-action-card:hover {
    border-color: rgba(255, 255, 255, 0.48);
    box-shadow: 0 36px 86px rgba(0, 0, 0, 0.27);
    transform:
      perspective(900px)
      translateY(-10px)
      rotateX(var(--tilt-x))
      rotateY(var(--tilt-y))
      scale(1.012);
  }

  .quick-action-card:hover::before {
    opacity: 0.13;
    transform: translate(-16px, -10px) scale(1.08);
  }

  .quick-action-card:hover::after {
    transform: translate(-9px, -7px) scale(1.12);
  }

  .quick-action-card:hover .quick-action-card__icon {
    border-color: rgba(6, 45, 56, 0.34);
    transform: rotate(-5deg) scale(1.07);
  }

  .quick-action-card:hover .quick-action-card__link i {
    transform: translateX(4px);
  }

  .approach-card:hover {
    z-index: 2;
    border-color: rgba(11, 52, 64, 0.24);
    box-shadow: 0 28px 74px rgba(7, 42, 52, 0.15);
    transform:
      perspective(1000px)
      translateY(-7px)
      rotateX(var(--tilt-x))
      rotateY(var(--tilt-y));
  }

  .approach-card:hover .compact-symbol {
    border-color: rgba(11, 52, 64, 0.3);
    transform: rotate(-5deg) scale(1.05);
  }

  .treatment-card:hover {
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.16);
    transform:
      perspective(1000px)
      translateY(-9px)
      rotateX(var(--tilt-x))
      rotateY(var(--tilt-y));
  }

  .process-step:hover {
    padding-inline: 12px;
    background: rgba(184, 213, 209, 0.12);
  }

  .process-step:hover .process-step__mark {
    border-color: var(--petrol-800);
    background: var(--petrol-900);
    color: var(--white);
    transform: translateY(3px);
  }

  .contact-card:hover {
    border-color: rgba(255, 255, 255, 0.29);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.13);
    transform: translateX(7px);
  }

  .contact-card:hover .contact-card__icon {
    background: var(--white);
    color: var(--petrol-950);
    transform: scale(1.06);
  }

  .contact-card:hover > i {
    transform: translate(3px, -3px);
  }

  .clinic-visual__frame:hover,
  .map-frame__card:hover {
    box-shadow: 0 34px 90px rgba(6, 45, 56, 0.24);
    transform:
      perspective(1100px)
      translateY(-6px)
      rotateX(var(--tilt-x))
      rotateY(var(--tilt-y));
  }

  .faq-item:hover {
    border-color: rgba(11, 52, 64, 0.24);
    background: rgba(255, 255, 255, 0.58);
    transform: translateX(5px);
  }
}

.site-footer {
  padding: 68px 0 28px;
  background: #031f27;
  color: var(--white);
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 50px;
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.brand--footer {
  width: max-content;
}

.brand--footer .brand-logo {
  height: 54px;
  max-width: 250px;
}

.footer-top > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-family: var(--font-sans);
  font-size: 18px;
  font-style: italic;
  text-align: center;
}

.footer-top nav {
  display: flex;
  gap: 26px;
}

.footer-top nav a,
.footer-bottom {
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  font-weight: 600;
}

.footer-top nav a:hover,
.footer-bottom a:hover {
  color: var(--white);
}

.footer-bottom {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 42px;
  padding-top: 25px;
}

.footer-bottom p {
  margin: 0;
}

.medical-note {
  max-width: 640px;
  justify-self: center;
  text-align: center;
  line-height: 1.55;
}

.whatsapp-float {
  position: fixed;
  z-index: 45;
  right: 22px;
  bottom: 22px;
  min-width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 6px;
  border-radius: 999px;
  background: #1c9b63;
  color: var(--white);
  box-shadow: 0 13px 35px rgba(17, 84, 56, 0.29);
  transition:
    gap 200ms ease,
    padding 200ms ease,
    transform 200ms ease;
}

.whatsapp-float span {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  font-family: var(--font-sans);
  font-size: 19px;
  font-weight: 700;
}

.whatsapp-float small {
  max-width: 0;
  overflow: hidden;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  transition:
    max-width 200ms ease,
    opacity 200ms ease;
}

.whatsapp-float:hover {
  gap: 8px;
  padding-right: 17px;
  transform: translateY(-3px);
}

.whatsapp-float:hover small {
  max-width: 80px;
  opacity: 1;
}

.appointment-modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  transition:
    visibility 0s linear 300ms,
    opacity 300ms ease;
}

.appointment-modal.is-open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.blog-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  border: 0;
}

.blog-grid .blog-card {
  min-height: 610px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.035);
}

.blog-grid .blog-card:first-child,
.blog-grid .blog-card:nth-child(2n + 1),
.blog-grid .blog-card:nth-child(n + 3) {
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.blog-card__link {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  color: var(--white);
  outline: 0;
}

.blog-card__link:focus-visible {
  box-shadow: inset 0 0 0 3px var(--mint);
}

.blog-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  background: var(--petrol-900);
}

.blog-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(3, 31, 39, 0.64));
  pointer-events: none;
}

.blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 720ms var(--ease-soft), filter 520ms var(--ease-soft);
}

.blog-card__index {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 18px;
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--font-display);
  font-size: 32px;
  line-height: 1;
}

.blog-card__body {
  min-height: 305px;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px 30px 30px;
}

.blog-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-card__meta span {
  color: var(--mint);
}

.blog-grid .treatment-card__content {
  max-width: 560px;
  margin-top: 0;
}

.blog-grid .treatment-card h3 {
  min-height: auto;
  margin: 0 0 16px;
  font-size: clamp(27px, 2.3vw, 36px);
  line-height: 1.02;
}

.blog-grid .treatment-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.72;
}

.blog-card__read-more {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: 24px;
  color: var(--white);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.blog-card__read-more i {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  font-size: 15px;
  font-style: normal;
  transition: transform 420ms var(--ease-soft), background-color 420ms var(--ease-soft), color 420ms var(--ease-soft);
}

@media (hover: hover) and (pointer: fine) {
  .blog-card:hover .blog-card__media img {
    filter: saturate(1.08) brightness(1.04);
    transform: scale(1.055);
  }

  .blog-card:hover .blog-card__read-more i {
    background: var(--white);
    color: var(--petrol-950);
    transform: translateX(4px);
  }
}

/* Blog article pages */
.article-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(50px, 5vw, 76px) 0;
  background:
    radial-gradient(circle at 85% 14%, rgba(184, 213, 209, 0.2), transparent 30%),
    linear-gradient(135deg, #062d38, #164854 70%, #50616a);
  color: var(--white);
}

.article-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.075;
  background-image: radial-gradient(rgba(255, 255, 255, 0.45) 0.7px, transparent 0.7px);
  background-size: 7px 7px;
  pointer-events: none;
}

.article-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.82fr);
  align-items: center;
  gap: clamp(38px, 5vw, 72px);
}

.article-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 650;
}

.article-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.article-breadcrumbs li:not(:last-child)::after {
  content: "/";
  color: rgba(255, 255, 255, 0.28);
}

.article-breadcrumbs a {
  transition: color 300ms var(--ease-soft);
}

.article-breadcrumbs a:hover,
.article-breadcrumbs a:focus-visible {
  color: var(--white);
}

.article-hero__copy h1 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(44px, 4.6vw, 68px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.048em;
}

.article-hero__copy > p {
  max-width: 610px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(15px, 1.3vw, 17px);
  line-height: 1.68;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 700;
}

.article-meta > * {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.article-meta > *:not(:last-child)::after {
  content: "";
  width: 3px;
  height: 3px;
  margin-left: 10px;
  border-radius: 50%;
  background: var(--mint);
}

.article-feature {
  position: relative;
  width: min(100%, 540px);
  justify-self: end;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 26px;
  box-shadow: 0 20px 55px rgba(3, 24, 31, 0.22);
}

.article-feature img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.article-feature figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  max-width: calc(100% - 36px);
  padding: 8px 11px;
  border-radius: 9px;
  background: rgba(3, 31, 39, 0.76);
  color: rgba(255, 255, 255, 0.7);
  font-size: 9px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.article-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 760px);
  justify-content: center;
  gap: clamp(42px, 7vw, 96px);
  padding-block: clamp(78px, 9vw, 132px);
}

.article-toc {
  align-self: start;
  position: sticky;
  top: 112px;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  box-shadow: var(--shadow-card);
}

.article-toc strong {
  display: block;
  margin-bottom: 14px;
  color: var(--petrol-950);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-toc nav {
  display: grid;
  gap: 10px;
}

.article-toc ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: article-toc;
}

.article-toc li {
  counter-increment: article-toc;
}

.article-toc a {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 7px;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.5;
  transition: color 260ms var(--ease-soft), transform 260ms var(--ease-soft);
}

.article-toc nav > a {
  grid-template-columns: 1fr;
}

.article-toc a::before {
  content: counter(article-toc, decimal-leading-zero);
  color: var(--slate-500);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.article-toc nav > a::before {
  display: none;
}

.article-toc a:hover,
.article-toc a:focus-visible {
  color: var(--petrol-950);
  transform: translateX(3px);
}

.article-body {
  min-width: 0;
  color: var(--ink-soft);
  font-size: clamp(16px, 1.45vw, 18px);
  line-height: 1.85;
}

.article-body > :first-child {
  margin-top: 0;
}

.article-body > p:first-of-type {
  color: var(--ink);
  font-size: clamp(19px, 1.8vw, 23px);
  line-height: 1.65;
}

.article-body h2 {
  scroll-margin-top: 116px;
  margin: 68px 0 22px;
  color: var(--petrol-950);
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 560;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.article-body h3 {
  margin: 36px 0 14px;
  color: var(--petrol-950);
  font-size: 19px;
  line-height: 1.35;
}

.article-body p,
.article-body ul,
.article-body ol {
  margin: 0 0 23px;
}

.article-body ul,
.article-body ol {
  padding-left: 1.2em;
}

.article-body li + li {
  margin-top: 9px;
}

.article-body a {
  color: var(--petrol-800);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(22, 72, 84, 0.28);
  text-underline-offset: 4px;
}

.article-body a:hover,
.article-body a:focus-visible {
  text-decoration-color: currentColor;
}

.article-callout {
  position: relative;
  margin: 42px 0;
  padding: 30px 32px 30px 38px;
  overflow: hidden;
  border: 1px solid rgba(6, 45, 56, 0.12);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(184, 213, 209, 0.38), rgba(255, 255, 255, 0.92));
  color: var(--ink);
}

.article-callout::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--petrol-700);
}

.article-callout strong {
  display: block;
  margin-bottom: 7px;
  color: var(--petrol-950);
}

.article-callout p:last-child {
  margin-bottom: 0;
}

.article-faq {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.article-faq details {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
}

.article-faq summary {
  position: relative;
  padding: 20px 54px 20px 21px;
  color: var(--petrol-950);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

.article-faq summary::-webkit-details-marker {
  display: none;
}

.article-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  color: var(--petrol-700);
  font-size: 25px;
  font-weight: 400;
  transform: translateY(-50%);
  transition: transform 300ms var(--ease-soft);
}

.article-faq details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.article-faq details p {
  margin: 0;
  padding: 0 21px 21px;
  font-size: 15px;
}

.article-sources {
  margin-top: 58px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
  font-size: 13px;
}

.article-sources h2 {
  margin-top: 0;
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
}

.article-sources li + li {
  margin-top: 8px;
}

.article-related {
  padding: clamp(76px, 8vw, 118px) 0;
  background: var(--warm);
}

.article-related__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 36px;
}

.article-related__heading h2 {
  margin: 0;
  color: var(--petrol-950);
  font-family: var(--font-display);
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 560;
  line-height: 1;
}

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

.article-related__grid a {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: 0 10px 30px rgba(6, 45, 56, 0.05);
  transition: transform 420ms var(--ease-soft), box-shadow 420ms var(--ease-soft), border-color 420ms var(--ease-soft);
}

.article-related__grid small {
  color: var(--slate-600);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-related__grid strong {
  color: var(--petrol-950);
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.05;
}

.article-related__grid span {
  color: var(--petrol-700);
  font-size: 12px;
  font-weight: 750;
}

@media (hover: hover) and (pointer: fine) {
  .article-related__grid a:hover {
    border-color: rgba(6, 45, 56, 0.28);
    box-shadow: 0 22px 50px rgba(6, 45, 56, 0.1);
    transform: translateY(-6px);
  }
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 25, 31, 0.7);
  cursor: pointer;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.appointment-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(100%, 550px);
  height: 100%;
  overflow-y: auto;
  padding: clamp(32px, 4vw, 58px);
  background: var(--surface);
  color: var(--ink);
  box-shadow: -30px 0 80px rgba(3, 28, 34, 0.26);
  transform: translateX(100%);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.appointment-panel.appointment-panel--inline {
  position: relative;
  inset: auto;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 0;
  overflow: visible;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transform: none;
}

.appointment-modal.is-open .appointment-panel {
  transform: translateX(0);
}

.appointment-panel__top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.appointment-panel__top span {
  display: block;
  margin-bottom: 8px;
  color: var(--petrol-700);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.appointment-panel__top h2 {
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(35px, 5vw, 48px);
  font-weight: 620;
  letter-spacing: -0.04em;
  letter-spacing: -0.03em;
}

.appointment-panel__top > button {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  font-size: 26px;
  font-weight: 300;
  cursor: pointer;
}

.appointment-intro {
  margin: 0 0 30px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.65;
}

.appointment-panel form {
  display: grid;
  gap: 17px;
}

.appointment-panel form > * {
  min-width: 0;
}

.appointment-panel form > label:not(.consent-check) {
  display: grid;
  gap: 8px;
}

.appointment-panel form > .form-field {
  display: grid;
  gap: 8px;
}

.appointment-panel form > label > span {
  color: var(--slate-700);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.015em;
}

.appointment-panel .form-field > label {
  color: var(--slate-700);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.015em;
}

.appointment-panel .form-field > label small {
  font-weight: 500;
}

.appointment-panel form > label > span small {
  font-weight: 500;
}

.appointment-panel input,
.appointment-panel select,
.appointment-panel textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 15px;
  outline: none;
  background: linear-gradient(180deg, #ffffff 0%, #f8faf9 100%);
  color: var(--ink);
  transition:
    border-color 260ms var(--ease-soft),
    box-shadow 260ms var(--ease-soft),
    background-color 260ms var(--ease-soft),
    transform 260ms var(--ease-soft);
}

.appointment-panel input,
.appointment-panel select {
  height: 56px;
  padding: 0 17px;
}

.appointment-panel select {
  padding-right: 52px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.appointment-panel select:required:invalid {
  color: #8a989e;
}

.appointment-panel select option {
  background: var(--white);
  color: var(--ink);
}

.appointment-panel textarea {
  min-height: 94px;
  padding: 14px 16px;
  resize: vertical;
}

.appointment-panel input:focus,
.appointment-panel select:focus,
.appointment-panel textarea:focus {
  border-color: var(--petrol-700);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(43, 91, 101, 0.1), 0 14px 32px rgba(6, 45, 56, 0.08);
}

@media (hover: hover) and (pointer: fine) {
  .appointment-panel input:hover,
  .appointment-panel select:hover,
  .appointment-panel textarea:hover,
  .date-picker__trigger:hover {
    border-color: rgba(43, 91, 101, 0.38);
    box-shadow: 0 10px 26px rgba(6, 45, 56, 0.07);
  }
}

.appointment-panel input::placeholder,
.appointment-panel textarea::placeholder {
  color: #a5afb2;
}

.select-field,
.date-picker {
  position: relative;
  display: block;
  min-width: 0;
}

.select-field select {
  display: block;
}

.select-field__arrow {
  position: absolute;
  top: 50%;
  right: 21px;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid var(--petrol-700);
  border-bottom: 1.5px solid var(--petrol-700);
  transform: translateY(-72%) rotate(45deg);
  pointer-events: none;
}

.date-picker__trigger {
  width: 100%;
  height: 56px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 17px;
  border: 1px solid var(--line);
  border-radius: 15px;
  outline: none;
  background: linear-gradient(180deg, #ffffff 0%, #f8faf9 100%);
  color: #8a989e;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
  transition:
    border-color 260ms var(--ease-soft),
    box-shadow 260ms var(--ease-soft),
    background-color 260ms var(--ease-soft);
}

.date-picker__trigger.has-value {
  color: var(--ink);
}

.date-picker__trigger:focus-visible {
  border-color: var(--petrol-700);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(43, 91, 101, 0.1), 0 14px 32px rgba(6, 45, 56, 0.08);
}

.date-picker.is-enhanced .date-picker__native {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
}

.date-picker.is-enhanced .date-picker__trigger {
  display: flex;
}

.date-picker__icon {
  position: relative;
  width: 18px;
  height: 17px;
  flex: 0 0 18px;
  border: 1.5px solid var(--petrol-700);
  border-radius: 4px;
}

.date-picker__icon::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  left: 0;
  border-top: 1px solid var(--petrol-700);
}

.date-picker__icon::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 4px;
  width: 1.5px;
  height: 6px;
  border-radius: 2px;
  background: var(--petrol-700);
  box-shadow: 7px 0 0 var(--petrol-700);
}

.date-picker__popover {
  position: absolute;
  z-index: 35;
  top: calc(100% + 10px);
  left: 0;
  width: min(350px, calc(100vw - 64px));
  display: block;
  padding: 18px;
  border: 1px solid rgba(11, 52, 64, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  color: var(--ink);
  box-shadow: 0 28px 70px rgba(6, 45, 56, 0.2);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transform-origin: top left;
  animation: date-popover-in 220ms var(--ease-soft) both;
}

.date-picker__popover[hidden] {
  display: none;
}

.date-picker__header,
.date-picker__weekdays,
.date-picker__grid,
.date-picker__footer {
  display: grid;
}

.date-picker__header {
  grid-template-columns: 38px 1fr 38px;
  align-items: center;
  gap: 9px;
  margin-bottom: 15px;
}

.date-picker__header strong {
  color: var(--petrol-950);
  font-size: 14px;
  font-weight: 750;
  text-align: center;
  text-transform: capitalize;
}

.date-picker__header button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--surface);
  color: var(--petrol-900);
  cursor: pointer;
}

.date-picker__header button:disabled {
  cursor: not-allowed;
  opacity: 0.28;
}

.date-picker__weekdays,
.date-picker__grid {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
}

.date-picker__weekdays {
  margin-bottom: 6px;
}

.date-picker__weekdays i {
  color: var(--slate-500);
  font-size: 9px;
  font-style: normal;
  font-weight: 750;
  text-align: center;
}

.date-picker__grid > span,
.date-picker__grid button {
  aspect-ratio: 1;
  min-width: 0;
}

.date-picker__grid button {
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: transparent;
  color: var(--ink);
  font-size: 12px;
  font-weight: 650;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.date-picker__grid button:hover,
.date-picker__grid button:focus-visible {
  outline: none;
  background: var(--admin-mint-soft, #e8f2f0);
  color: var(--petrol-950);
}

.date-picker__grid button[aria-current="date"] {
  box-shadow: inset 0 0 0 1px var(--petrol-700);
}

.date-picker__grid button[aria-selected="true"] {
  background: var(--petrol-900);
  color: var(--white);
  box-shadow: 0 8px 18px rgba(6, 45, 56, 0.22);
}

.date-picker__grid button:disabled {
  cursor: not-allowed;
  opacity: 0.24;
}

.date-picker__footer {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 14px;
  padding-top: 13px;
  border-top: 1px solid var(--line);
}

.date-picker__footer button {
  min-height: 39px;
  border-radius: 11px;
  background: var(--mist-100);
  color: var(--petrol-900);
  font-size: 11px;
  font-weight: 750;
  cursor: pointer;
}

.date-picker__footer button:last-child {
  background: var(--petrol-900);
  color: var(--white);
}

.consent-card {
  position: relative;
  display: grid;
  gap: 13px;
  padding: 16px;
  border: 1px solid rgba(43, 91, 101, 0.18);
  border-radius: 17px;
  background: linear-gradient(135deg, rgba(232, 242, 240, 0.88), rgba(255, 255, 255, 0.94));
  transition: border-color 220ms ease, box-shadow 220ms ease;
}

.appointment-panel .consent-card__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  opacity: 0;
}

.consent-check {
  min-height: 44px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  cursor: pointer;
}

.consent-check__box {
  position: relative;
  width: 24px;
  height: 24px;
  margin-top: 1px;
  border: 1.5px solid rgba(11, 52, 64, 0.32);
  border-radius: 7px;
  background: var(--white);
  box-shadow: inset 0 0 0 3px var(--white);
  transition: background 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.consent-check__box::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  width: 5px;
  height: 9px;
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  opacity: 0;
  transform: rotate(45deg) scale(0.6);
  transition: opacity 180ms ease, transform 180ms ease;
}

.consent-check__copy {
  display: grid;
  gap: 4px;
}

.consent-check__copy strong {
  color: var(--petrol-950);
  font-size: 12px;
  font-weight: 750;
}

.consent-check__copy small {
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.55;
}

.consent-card__input:checked + .consent-check .consent-check__box {
  border-color: var(--petrol-900);
  background: var(--petrol-900);
  transform: scale(1.03);
}

.consent-card__input:checked + .consent-check .consent-check__box::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

.consent-card__input:focus-visible + .consent-check .consent-check__box {
  outline: 3px solid rgba(43, 91, 101, 0.18);
  outline-offset: 3px;
}

.consent-card__info {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-top: 1px solid rgba(43, 91, 101, 0.12);
  background: transparent;
  color: var(--petrol-800);
  font-size: 11px;
  font-weight: 750;
  text-align: left;
  cursor: pointer;
}

.consent-card__info span {
  font-size: 15px;
  transition: transform 220ms var(--ease-soft);
}

.consent-card__info:hover span {
  transform: translate(2px, -2px);
}

.consent-card__info:focus-visible {
  outline: 2px solid var(--petrol-700);
  outline-offset: 2px;
  border-radius: 10px;
}

.kvkk-dialog {
  width: min(760px, calc(100% - 32px));
  max-width: 760px;
  max-height: min(88dvh, 860px);
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 30px;
  outline: none;
  background: var(--surface);
  color: var(--ink);
  box-shadow: 0 40px 110px rgba(3, 25, 31, 0.38);
}

.kvkk-dialog::backdrop {
  background: rgba(3, 25, 31, 0.72);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.kvkk-dialog[open] {
  animation: kvkk-dialog-in 300ms var(--ease-soft) both;
}

.kvkk-dialog__panel {
  max-height: min(88dvh, 860px);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.kvkk-dialog__header {
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 27px 30px 23px;
  border-bottom: 1px solid var(--line);
  background: rgba(247, 248, 246, 0.94);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.kvkk-dialog__header span {
  display: block;
  margin-bottom: 8px;
  color: var(--petrol-700);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.kvkk-dialog__header h2 {
  margin: 0;
  color: var(--petrol-950);
  font-size: clamp(29px, 4vw, 42px);
  font-weight: 650;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.kvkk-dialog__header > button {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--petrol-950);
  font-size: 25px;
  font-weight: 300;
  cursor: pointer;
}

.kvkk-dialog__intro {
  margin: 0;
  padding: 25px 30px 4px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.7;
}

.kvkk-dialog__content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 21px 30px;
}

.kvkk-dialog__content section {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-content: start;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
}

.kvkk-dialog__content section > span {
  color: var(--slate-500);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.kvkk-dialog__content h3 {
  margin: 0 0 7px;
  color: var(--petrol-950);
  font-size: 14px;
}

.kvkk-dialog__content p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.65;
}

.kvkk-dialog__note {
  margin: 0 30px 22px;
  padding: 15px 17px;
  border-left: 3px solid var(--petrol-700);
  border-radius: 0 12px 12px 0;
  background: rgba(184, 213, 209, 0.25);
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.6;
}

.kvkk-dialog__footer {
  position: sticky;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 30px;
  border-top: 1px solid var(--line);
  background: rgba(247, 248, 246, 0.95);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.kvkk-dialog__footer a {
  color: var(--petrol-700);
  font-size: 11px;
  font-weight: 700;
}

.kvkk-dialog__footer button {
  min-height: 45px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--petrol-950);
  color: var(--white);
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
}

@keyframes date-popover-in {
  from { opacity: 0; transform: translateY(-8px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes kvkk-dialog-in {
  from { opacity: 0; transform: translateY(18px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.form-note {
  display: block;
  color: var(--slate-500);
  font-size: 9px;
  text-align: center;
}

.form-note.is-success {
  color: #1f765d;
  font-weight: 700;
}

.form-note.is-error {
  color: #a13e49;
  font-weight: 700;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.appointment-panel form.is-submitting [data-submit-button] {
  cursor: progress;
  opacity: 0.68;
  pointer-events: none;
}

.appointment-submit {
  width: fit-content;
  min-width: 185px;
  justify-self: start;
}

@media (max-width: 1180px) {
  .desktop-nav {
    gap: 20px;
  }

  .desktop-nav a {
    font-size: 12px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(410px, 0.82fr);
    gap: 38px;
  }

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

  .visual-card--top {
    left: -30px;
  }

  .treatment-card {
    min-height: 490px;
    padding-inline: 20px;
  }

  .treatment-card h3 {
    font-size: 22px;
  }

  .contact-panel {
    gap: 50px;
  }
}

@media (max-width: 1020px) {
  .desktop-nav,
  .nav-appointment {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }

  .mobile-menu {
    display: flex;
  }

  .hero {
    padding-top: 40px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.75fr);
    gap: 28px;
  }

  .hero h1 {
    font-size: clamp(52px, 7.2vw, 76px);
  }

  .trust-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-block: 8px;
  }

  .trust-track span {
    min-height: 52px;
    border-bottom: 1px solid var(--line);
  }

  .trust-track span:nth-child(2n + 1) {
    border-left: 1px solid var(--line);
  }

  .trust-track span:nth-child(n + 3) {
    border-bottom: 0;
  }

  .hero-quick-actions__heading {
    grid-template-columns: minmax(0, 1fr) minmax(270px, 0.76fr);
    gap: 30px;
  }

  .quick-action-card {
    min-height: 300px;
    padding-inline: 22px;
  }

  .home-directory > .site-shell,
  .page-hero__grid,
  .page-hero__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-directory__heading {
    position: static;
  }

  .page-hero__visual {
    width: min(100%, 560px);
    justify-self: center;
  }

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

  .visual-card--top {
    display: none;
  }

  .visual-card--bottom {
    right: -10px;
  }

  .section {
    padding: 108px 0;
  }

  .section-heading--split {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .section-heading--split > p {
    max-width: 680px;
  }

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

  .approach-stack {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .approach-card--compact {
    min-height: 320px;
    grid-template-columns: 1fr;
    align-content: end;
  }

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

  .treatment-card:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.14);
  }

  .treatment-card:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .process-grid,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .process-heading,
  .faq-heading {
    position: static;
  }

  .doctor-grid {
    gap: 60px;
  }

  .doctor-image-wrap {
    height: 620px;
  }

  .doctor-caption {
    right: -10px;
  }

  .contact-panel {
    grid-template-columns: 1fr;
  }

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

  .footer-top > p {
    display: none;
  }
}

@media (max-width: 760px) {
  .site-shell {
    width: min(calc(100% - 32px), var(--site-width));
  }

  .trust-track {
    width: min(calc(100% - 32px), var(--site-width));
  }

  .trust-track span {
    gap: 8px;
    padding-inline: 10px;
    font-size: 11px;
  }

  .utility-bar__inner {
    justify-content: space-between;
  }

  .utility-location span,
  .utility-links a:first-child span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .site-header,
  .site-header.is-compact {
    height: 74px;
  }

  .nav-wrap {
    gap: 16px;
  }

  .mobile-menu {
    justify-content: flex-start;
    padding: 122px 24px max(28px, env(safe-area-inset-bottom));
  }

  .mobile-menu nav a {
    min-width: 0;
    font-size: clamp(25px, 7vw, 34px);
    overflow-wrap: anywhere;
  }

  .mobile-menu__contact {
    width: 100%;
    margin-top: 32px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .brand {
    gap: 10px;
  }

  .brand-mark {
    width: 42px;
    height: 44px;
    font-size: 34px;
  }

  .brand-logo,
  .brand--footer .brand-logo {
    height: 42px;
    max-width: min(210px, 62vw);
  }

  .brand-copy strong {
    font-size: 12px;
  }

  .brand-copy small {
    font-size: 8px;
  }

  .hero {
    min-height: auto;
    padding: 33px 0 29px;
    background:
      radial-gradient(circle at 50% 53%, rgba(177, 197, 200, 0.18), transparent 25%),
      linear-gradient(180deg, var(--petrol-950) 0%, #143f4b 100%);
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .hero-copy {
    padding: 12px 0 0;
  }

  .hero h1 {
    margin-top: 27px;
    font-size: clamp(44px, 14.3vw, 68px);
  }

  .home-directory {
    padding-block: 88px;
  }

  .home-directory__grid a {
    grid-template-columns: 32px minmax(0, 1fr) 32px;
    min-height: 100px;
    gap: 12px;
  }

  .page-hero {
    padding: 70px 0 82px;
  }

  .page-hero__grid {
    gap: 50px;
  }

  .page-hero__copy h1 {
    font-size: clamp(40px, 13vw, 62px);
  }

  .hero h1,
  .page-hero__copy h1,
  .section-heading h2,
  .process-heading h2,
  .doctor-copy h2,
  .faq-heading h2,
  .contact-copy h2,
  .approach-card h3,
  .treatment-card h3,
  .process-step h3,
  .contact-card strong,
  .article-body,
  .article-related__grid strong {
    overflow-wrap: anywhere;
  }

  .page-hero__copy h1 br,
  .section-heading h2 br,
  .process-heading h2 br,
  .doctor-copy h2 br,
  .faq-heading h2 br,
  .contact-copy h2 br {
    display: none;
  }

  .page-hero__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-hero__visual .portrait-frame,
  .clinic-visual__frame {
    min-height: 440px;
  }

  .map-section__heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .map-frame,
  .map-frame iframe {
    min-height: 510px;
    height: 510px;
  }

  .map-frame__card {
    right: 12px;
    bottom: 12px;
    left: 12px;
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 13px;
  }

  .map-frame__card > span {
    width: 38px;
    height: 38px;
  }

  .map-frame__card a {
    grid-column: 1 / -1;
    text-align: center;
  }

  .hero-lead {
    font-size: 15px;
    line-height: 1.65;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-top: 28px;
  }

  .button {
    min-height: 54px;
    max-width: 100%;
  }

  .button > span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .button b {
    width: 39px;
    height: 39px;
  }

  .hero-signals {
    margin-top: 30px;
  }

  .hero-signals > div {
    display: block;
  }

  .hero-signals > div + div {
    padding-left: 14px;
  }

  .hero-signals span {
    display: block;
    margin-bottom: 7px;
  }

  .hero-signals p {
    font-size: 10px;
  }

  .hero-visual {
    max-width: 100%;
  }

  .portrait-frame {
    height: 590px;
    min-height: 0;
    border-radius: 170px 170px 24px 24px;
  }

  .portrait-image {
    right: -16%;
  }

  .portrait-label {
    right: 27px;
    bottom: 25px;
    left: 27px;
  }

  .visual-card--bottom {
    right: -5px;
    bottom: 22%;
    max-width: 230px;
  }

  .hero-bottom {
    margin-top: 27px;
  }

  .hero-bottom p {
    display: none;
  }

  .hero-quick-actions {
    margin-top: 48px;
    padding-bottom: 28px;
  }

  .hero-quick-actions__heading {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 24px;
  }

  .hero-quick-actions__heading > p {
    max-width: 560px;
    margin-left: 0;
  }

  .hero-quick-actions__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .quick-action-card {
    min-height: 264px;
    padding: 22px;
    border-radius: 20px;
  }

  .quick-action-card__copy {
    margin-top: 22px;
  }

  .quick-action-card__copy p {
    max-width: 520px;
  }

  .section {
    padding: 86px 0;
  }

  .section-heading h2,
  .process-heading h2,
  .doctor-copy h2,
  .faq-heading h2,
  .contact-copy h2 {
    font-size: clamp(36px, 11.5vw, 54px);
  }

  .section-heading--split {
    margin-bottom: 45px;
  }

  .section-heading--split > p {
    font-size: 14px;
  }

  .approach-card--featured {
    min-height: 570px;
    padding: 30px;
  }

  .abstract-scan {
    width: 300px;
    height: 300px;
  }

  .approach-stack {
    grid-template-columns: 1fr;
  }

  .approach-card--compact {
    min-height: 295px;
    padding: 29px;
  }

  .compact-symbol {
    width: 68px;
    height: 68px;
    font-size: 48px;
  }

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

  .blog-grid .blog-card {
    min-height: 480px;
  }

  .treatment-card {
    min-height: 460px;
    padding: 27px;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .treatment-card:last-child {
    border-bottom: 0;
  }

  .treatment-card__symbol {
    margin-top: 47px;
  }

  .treatment-card h3 {
    min-height: auto;
    font-size: 27px;
  }

  .treatments-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .process-grid,
  .faq-grid {
    gap: 47px;
  }

  .process-step {
    grid-template-columns: 35px 1fr 34px;
    gap: 12px;
    min-height: 200px;
  }

  .process-step__mark {
    width: 32px;
    height: 32px;
  }

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

  .doctor-image-wrap {
    height: 620px;
    border-radius: 190px 190px 22px 22px;
  }

  .doctor-image-wrap img {
    right: -17%;
  }

  .doctor-monogram {
    left: -16px;
    font-size: 115px;
  }

  .doctor-caption {
    right: 13px;
    bottom: 34px;
  }

  .doctor-copy blockquote {
    font-size: 17px;
  }

  .doctor-values {
    grid-template-columns: 1fr;
  }

  .faq-item h3 button {
    grid-template-columns: 28px 1fr 28px;
    gap: 12px;
    min-height: 92px;
    font-size: 20px;
  }

  .faq-answer p {
    padding-left: 40px;
    padding-right: 10px;
  }

  .contact {
    padding-top: 50px;
  }

  .contact .site-shell {
    width: 100%;
  }

  .contact-panel {
    padding: 55px 22px;
    border-radius: 26px 26px 0 0;
  }

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

  .contact-card {
    grid-template-columns: 38px 1fr 22px;
    gap: 10px;
    padding-inline: 16px;
  }

  .contact-card strong {
    font-size: 18px;
  }

  .contact-card--address strong {
    font-size: 15px;
  }

  .site-footer {
    padding-top: 52px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .footer-top nav {
    flex-wrap: wrap;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .medical-note {
    justify-self: start;
    text-align: left;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
  }

  .whatsapp-float:hover {
    gap: 0;
    padding-right: 6px;
  }

  .whatsapp-float:hover small,
  .whatsapp-float small {
    display: none;
  }

  .form-page .whatsapp-float {
    display: none;
  }

  .appointment-panel {
    width: 100%;
  }

  .appointment-panel.appointment-panel--inline {
    height: auto;
    padding: 26px 20px;
    border-radius: 22px;
  }

  .appointment-panel__top h2 {
    font-size: clamp(31px, 9.5vw, 40px);
    overflow-wrap: anywhere;
  }

  .date-picker__popover {
    position: relative;
    top: auto;
    width: 100%;
    margin-top: 10px;
    padding: 15px;
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(6, 45, 56, 0.14);
  }

  .kvkk-dialog {
    width: calc(100% - 12px);
    max-width: none;
    max-height: calc(100dvh - 12px);
    margin: auto 6px 6px;
    border-radius: 26px 26px 15px 15px;
  }

  .kvkk-dialog__panel {
    max-height: calc(100dvh - 12px);
  }

  .kvkk-dialog__header {
    padding: 22px 20px 18px;
  }

  .kvkk-dialog__header h2 {
    font-size: clamp(29px, 9.5vw, 38px);
  }

  .kvkk-dialog__intro {
    padding: 21px 20px 2px;
  }

  .kvkk-dialog__content {
    grid-template-columns: 1fr;
    padding: 17px 20px;
  }

  .kvkk-dialog__note {
    margin: 0 20px 18px;
  }

  .kvkk-dialog__footer {
    align-items: stretch;
    flex-direction: column;
    padding: 15px 20px max(15px, env(safe-area-inset-bottom));
  }

  .kvkk-dialog__footer button {
    width: 100%;
  }
}

@media (max-width: 1020px) {
  .article-hero__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .article-hero__copy {
    max-width: 790px;
  }

  .article-feature {
    width: min(100%, 640px);
    justify-self: start;
  }

  .article-layout {
    grid-template-columns: minmax(0, 760px);
  }

  .article-toc {
    position: static;
  }

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

@media (max-width: 760px) {
  .blog-grid {
    gap: 15px;
  }

  .blog-grid .blog-card {
    min-height: 0;
    border-radius: 22px;
  }

  .blog-card__body {
    min-height: 0;
    padding: 23px 22px 25px;
  }

  .blog-card__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 17px;
  }

  .blog-grid .treatment-card h3 {
    font-size: 29px;
  }

  .article-hero {
    padding: 40px 0 48px;
  }

  .article-hero__grid {
    gap: 28px;
  }

  .article-breadcrumbs {
    margin-bottom: 22px;
  }

  .article-hero__copy h1 {
    font-size: clamp(38px, 11vw, 52px);
    line-height: 1.04;
  }

  .article-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .article-meta > *:not(:last-child)::after {
    display: none;
  }

  .article-feature {
    border-radius: 20px;
  }

  .article-feature figcaption {
    position: static;
    max-width: none;
    border-radius: 0;
    background: rgba(3, 31, 39, 0.92);
  }

  .article-layout {
    gap: 44px;
    padding-block: 64px 80px;
  }

  .article-toc {
    padding: 20px;
  }

  .article-toc ol {
    grid-template-columns: 1fr;
  }

  .article-body h2 {
    margin-top: 54px;
    font-size: clamp(34px, 10.5vw, 39px);
    overflow-wrap: anywhere;
  }

  .article-callout {
    padding: 25px 23px 25px 29px;
  }

  .article-related__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .article-related__grid {
    grid-template-columns: 1fr;
  }

  .article-related__grid a {
    min-height: 180px;
  }
}

@media (max-width: 390px) {
  .brand-copy {
    display: none;
  }

  .portrait-frame {
    height: min(535px, 150vw);
  }

  .portrait-image {
    right: -25%;
  }

  .visual-card--bottom {
    right: -10px;
    max-width: 215px;
  }

  .doctor-image-wrap {
    height: min(555px, 165vw);
  }

  .doctor-image-wrap img {
    right: -25%;
  }
}

/* Randevu sayfasındaki iletişim kartları */
#randevu-formu .approach-stack {
  grid-template-rows: none;
  grid-auto-rows: auto;
  align-content: start;
  gap: 14px;
}

#randevu-formu .approach-card--compact {
  min-height: 150px;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  align-content: center;
  gap: 18px;
  padding: 21px 23px;
  border-radius: 25px;
}

#randevu-formu .approach-card--compact h3 {
  margin: 6px 0 7px;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.08;
}

#randevu-formu .approach-card--compact p {
  font-size: 13px;
  line-height: 1.52;
}

#randevu-formu .approach-card--compact .compact-symbol {
  width: 64px;
  height: 64px;
}

#randevu-formu .approach-card--compact .compact-symbol .line-icon {
  width: 27px;
  height: 27px;
}

@media (max-width: 390px) {
  #randevu-formu .approach-card--compact {
    min-height: 140px;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 15px;
    padding: 19px;
    border-radius: 22px;
  }

  #randevu-formu .approach-card--compact .compact-symbol {
    width: 56px;
    height: 56px;
  }

  #randevu-formu .approach-card--compact .compact-symbol .line-icon {
    width: 25px;
    height: 25px;
  }
}

/* Tutarlı vektör ikon sistemi: tüm ekranlarda aynı geometri ve çizgi kalınlığı. */
.ui-icon {
  --ui-icon-size: 20px;
  width: var(--ui-icon-size);
  height: var(--ui-icon-size);
  flex: 0 0 var(--ui-icon-size);
  display: block;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  shape-rendering: geometricPrecision;
  pointer-events: none;
}

.ui-icon use {
  pointer-events: none;
}

.ui-icon--brand,
.ui-icon--brand use {
  fill: currentColor;
  stroke: none;
}

.ui-icon.ui-icon--whatsapp,
.ui-icon.ui-icon--whatsapp :is(use, path) {
  fill: currentColor;
  stroke: none;
  stroke-width: 0;
}

.ui-icon :is(path, circle, rect, line, polyline, polygon) {
  vector-effect: non-scaling-stroke;
}

.line-icon {
  stroke-width: 2;
  shape-rendering: geometricPrecision;
}

.has-ui-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.48em;
}

.has-ui-icon > .ui-icon {
  --ui-icon-size: 16px;
}

.utility-location .ui-icon,
.utility-links .ui-icon,
.nav-appointment .ui-icon {
  --ui-icon-size: 18px;
  width: var(--ui-icon-size);
  height: var(--ui-icon-size);
  flex-basis: var(--ui-icon-size);
  stroke-width: 2;
}

.menu-toggle > .ui-icon {
  --ui-icon-size: 22px;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
}

.button b .ui-icon,
.phone-pulse .ui-icon {
  --ui-icon-size: 18px;
}

.text-link .ui-icon,
.mobile-appointment-link .ui-icon,
.quick-action-card__link .ui-icon,
.home-directory__grid i .ui-icon,
.blog-card__read-more i .ui-icon,
.contact-card > i .ui-icon {
  --ui-icon-size: 16px;
}

.visual-card__icon .ui-icon {
  --ui-icon-size: 22px;
}

.trust-track i .ui-icon {
  --ui-icon-size: 13px;
}

.compact-symbol .ui-icon {
  --ui-icon-size: 28px;
}

.treatment-card__top i .ui-icon {
  --ui-icon-size: 16px;
}

.process-step__mark .ui-icon {
  --ui-icon-size: 18px;
}

.doctor-values i .ui-icon {
  --ui-icon-size: 14px;
}

.contact-card__icon .ui-icon {
  --ui-icon-size: 20px;
}

.map-frame__card .ui-icon {
  --ui-icon-size: 20px;
  width: var(--ui-icon-size);
  height: var(--ui-icon-size);
  flex-basis: var(--ui-icon-size);
  stroke-width: 2;
}

.whatsapp-float span .ui-icon {
  --ui-icon-size: 24px;
}

.appointment-panel__top > button .ui-icon,
.kvkk-dialog__header > button .ui-icon {
  --ui-icon-size: 19px;
}

.appointment-panel__top > button,
.kvkk-dialog__header > button {
  display: grid;
  place-items: center;
  padding: 0;
}

.map-frame__card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.compact-symbol--target.is-svg-icon {
  border-style: solid;
}

.compact-symbol--target.is-svg-icon::before,
.compact-symbol--target.is-svg-icon::after,
.compact-symbol--target.is-svg-icon > i {
  display: none;
}

.select-field__arrow[data-ui-icon] {
  top: 50%;
  right: 18px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 0;
  transform: translateY(-50%);
}

.select-field__arrow .ui-icon {
  --ui-icon-size: 18px;
}

.date-picker__icon[data-ui-icon] {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 0;
}

.date-picker__icon[data-ui-icon]::before,
.date-picker__icon[data-ui-icon]::after {
  display: none;
}

.date-picker__icon .ui-icon {
  --ui-icon-size: 20px;
}

.consent-check__box[data-ui-icon] {
  display: grid;
  place-items: center;
}

.consent-check__box[data-ui-icon]::after {
  display: none;
}

.consent-check__box .ui-icon {
  --ui-icon-size: 15px;
  color: var(--white);
  opacity: 0;
  transform: scale(0.78);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.consent-card__input:checked + .consent-check .consent-check__box .ui-icon {
  opacity: 1;
  transform: scale(1);
}

.faq-item h3 button i[data-ui-icon] {
  display: grid;
  place-items: center;
}

.faq-item h3 button i[data-ui-icon]::before,
.faq-item h3 button i[data-ui-icon]::after {
  display: none;
}

.faq-item h3 button i .ui-icon {
  --ui-icon-size: 15px;
}

.article-faq summary::after {
  content: "";
  width: 20px;
  height: 20px;
  background:
    linear-gradient(currentColor, currentColor) center / 12px 2px no-repeat,
    linear-gradient(currentColor, currentColor) center / 2px 12px no-repeat;
  transform: translateY(-50%);
  transition: background-size 220ms var(--ease-soft);
}

.article-faq details[open] summary::after {
  background-size: 12px 2px, 0 0;
  transform: translateY(-50%);
}

/* İkonlar hover sırasında eğilmez; yalnızca yumuşak, doğrusal hareket eder. */
.button:hover b,
.treatment-card:hover .treatment-card__top i {
  transform: none;
}

.treatment-card:hover .treatment-card__symbol {
  transform: scale(1.04);
}

@media (hover: hover) and (pointer: fine) {
  .button:hover b,
  .nav-appointment:hover .ui-icon {
    transform: translate(2px, -2px);
  }

  .quick-action-card:hover .quick-action-card__icon,
  .approach-card:hover .compact-symbol {
    transform: scale(1.06);
  }

  .treatment-card:hover .treatment-card__top i {
    transform: translate(2px, -2px);
  }
}

@media (max-width: 760px) {
  .contact-card {
    grid-template-columns: 42px minmax(0, 1fr) 28px;
  }

  .utility-location .ui-icon,
  .utility-links .ui-icon,
  .nav-appointment .ui-icon,
  .map-frame__card .ui-icon,
  .contact-card__icon .ui-icon,
  .process-step__mark .ui-icon {
    transform: none;
  }

  .button b .ui-icon {
    --ui-icon-size: 16px;
  }

  .compact-symbol .ui-icon {
    --ui-icon-size: 23px;
  }

  .map-frame__card .ui-icon {
    --ui-icon-size: 17px;
  }

  .process-step__mark .ui-icon {
    --ui-icon-size: 14px;
  }
}

#randevu-formu .approach-card--compact .compact-symbol .line-icon {
  width: 27px;
  height: 27px;
}

@media (max-width: 390px) {
  #randevu-formu .approach-card--compact .compact-symbol .line-icon {
    width: 24px;
    height: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  html[data-site-js-ready="true"] :where([data-reveal]:not(.is-visible)) {
    opacity: 1;
    transform: none;
  }
}

/* Doktora Sor — güvenli panoramik röntgen yükleme */
.panoramic-upload {
  position: relative;
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(43, 91, 101, 0.14);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(236, 245, 243, 0.68), rgba(255, 255, 255, 0.96));
  transition:
    border-color 240ms var(--ease-soft),
    box-shadow 240ms var(--ease-soft),
    background-color 240ms var(--ease-soft);
}

.panoramic-upload__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

.panoramic-upload__surface {
  min-width: 0;
  min-height: 92px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  padding: 13px;
  border: 1px dashed rgba(43, 91, 101, 0.31);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  transition:
    border-color 220ms ease,
    background-color 220ms ease,
    transform 260ms var(--ease-soft);
}

.panoramic-upload__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(43, 91, 101, 0.17);
  border-radius: 50%;
  background: var(--surface);
  color: var(--petrol-700);
  line-height: 0;
  box-shadow: 0 8px 20px rgba(6, 45, 56, 0.07);
}

.panoramic-upload__icon .ui-icon {
  --ui-icon-size: 20px;
}

.panoramic-upload__copy {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.panoramic-upload__copy strong {
  color: var(--petrol-950);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.3;
}

.panoramic-upload__copy strong small {
  color: var(--petrol-700);
  font-size: 11px;
  font-weight: 700;
}

.panoramic-upload__copy > small,
.panoramic-upload__status,
.panoramic-upload__selection small {
  color: var(--slate-500);
  font-size: 12px;
  line-height: 1.5;
}

.panoramic-upload__choose {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--petrol-950);
  color: var(--white);
  font-size: 11px;
  font-weight: 760;
  white-space: nowrap;
  box-shadow: 0 9px 22px rgba(6, 45, 56, 0.14);
}

.panoramic-upload__choose .ui-icon {
  --ui-icon-size: 15px;
}

.panoramic-upload__selection {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 11px;
  background: rgba(220, 239, 235, 0.76);
}

.panoramic-upload__selection[hidden] {
  display: none !important;
}

.panoramic-upload__selection > span {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.panoramic-upload__selection strong {
  overflow: hidden;
  color: var(--petrol-950);
  font-size: 11px;
  font-weight: 720;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.panoramic-upload__selection button {
  min-height: 38px;
  flex: 0 0 auto;
  padding: 0 10px;
  border: 1px solid rgba(43, 91, 101, 0.18);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--petrol-700);
  font: inherit;
  font-size: 10px;
  font-weight: 740;
  cursor: pointer;
}

.panoramic-upload__status {
  margin: 0 3px 2px;
}

.panoramic-upload__input:focus-visible + .panoramic-upload__surface {
  outline: 2px solid var(--petrol-700);
  outline-offset: 3px;
}

.panoramic-upload:is(.is-selected, .is-dragover) {
  border-color: rgba(43, 113, 102, 0.38);
  box-shadow: 0 14px 34px rgba(6, 45, 56, 0.08);
}

.panoramic-upload:is(.is-selected, .is-dragover) .panoramic-upload__surface {
  border-color: rgba(43, 113, 102, 0.55);
  background: rgba(242, 249, 247, 0.94);
}

.panoramic-upload.is-invalid {
  border-color: #b9515b;
  box-shadow: 0 0 0 4px rgba(185, 81, 91, 0.09);
}

.panoramic-upload.is-invalid .panoramic-upload__status {
  color: #a13e49;
  font-weight: 700;
}

.consent-card--health {
  background: linear-gradient(145deg, rgba(232, 242, 240, 0.78), rgba(255, 255, 255, 0.96));
}

.consent-card--health[hidden] {
  display: none !important;
}

@media (hover: hover) and (pointer: fine) {
  .panoramic-upload__surface:hover {
    border-color: rgba(43, 113, 102, 0.58);
    background: rgba(246, 251, 250, 0.98);
    transform: translateY(-2px);
  }

  .panoramic-upload__selection button:hover {
    border-color: rgba(43, 91, 101, 0.35);
    color: var(--petrol-950);
  }
}

@media (max-width: 760px) {
  .panoramic-upload__surface {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 11px;
    min-height: 0;
    padding: 12px;
  }

  .panoramic-upload__icon {
    width: 44px;
    height: 44px;
  }

  .panoramic-upload__choose {
    grid-column: 1 / -1;
    min-height: 46px;
    width: 100%;
  }

  .panoramic-upload__selection {
    align-items: stretch;
    flex-direction: column;
  }

  .panoramic-upload__selection button {
    min-height: 44px;
  }
}

@media (max-width: 390px) {
  .panoramic-upload {
    padding: 8px;
    border-radius: 15px;
  }

  .panoramic-upload__copy strong {
    font-size: 12px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .panoramic-upload,
  .panoramic-upload__surface {
    transition: none !important;
    transform: none !important;
  }
}
/* Üç aşamalı randevu talebi */
.appointment-flow {
  --appointment-progress: 0;
}

.appointment-flow__progress-wrap {
  display: none;
  margin-bottom: 8px;
  padding: 18px 18px 14px;
  border: 1px solid rgba(43, 91, 101, 0.14);
  border-radius: 19px;
  background:
    linear-gradient(135deg, rgba(232, 242, 240, 0.72), rgba(255, 255, 255, 0.94));
}

.appointment-flow.is-multistep-ready .appointment-flow__progress-wrap {
  display: block;
}

.appointment-flow:not(.is-multistep-ready) :is([data-step-next], [data-step-prev]),
.appointment-flow:not(.is-multistep-ready) .appointment-flow__actions > small {
  display: none;
}

.appointment-flow:not(.is-multistep-ready) .appointment-flow__panel + .appointment-flow__panel {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.appointment-flow__progress {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.appointment-flow__progress::before,
.appointment-flow__progress::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 16.666%;
  width: 66.668%;
  height: 2px;
  border-radius: 999px;
  transform-origin: left center;
}

.appointment-flow__progress::before {
  background: rgba(43, 91, 101, 0.16);
}

.appointment-flow__progress::after {
  background: linear-gradient(90deg, var(--petrol-700), #73aaa2);
  box-shadow: 0 0 14px rgba(67, 139, 130, 0.25);
  transform: scaleX(var(--appointment-progress));
  transition: transform 440ms cubic-bezier(0.22, 1, 0.36, 1);
}

.appointment-flow__progress li {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 7px;
  min-width: 0;
  color: var(--slate-500);
  text-align: center;
  transition: color 260ms var(--ease-soft);
}

.appointment-flow__progress li b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(43, 91, 101, 0.2);
  border-radius: 50%;
  background: var(--surface);
  color: var(--slate-500);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 5px 16px rgba(6, 45, 56, 0.05);
  transition:
    color 260ms var(--ease-soft),
    border-color 260ms var(--ease-soft),
    background-color 260ms var(--ease-soft),
    box-shadow 260ms var(--ease-soft),
    transform 260ms var(--ease-soft);
}

.appointment-flow__progress li strong {
  overflow-wrap: anywhere;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.02em;
}

.appointment-flow__progress li[aria-current="step"] {
  color: var(--petrol-950);
}

.appointment-flow__progress li[aria-current="step"] b {
  border-color: var(--petrol-950);
  background: var(--petrol-950);
  color: var(--white);
  box-shadow: 0 9px 24px rgba(6, 45, 56, 0.2);
  transform: scale(1.06);
}

.appointment-flow__progress li[data-state="complete"] {
  color: var(--petrol-700);
}

.appointment-flow__progress li[data-state="complete"] b {
  border-color: #82b8b0;
  background: #dcefeb;
  color: var(--petrol-950);
}

.appointment-flow__announcer {
  margin: 12px 0 0;
  color: var(--petrol-700);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.055em;
  text-align: center;
  text-transform: uppercase;
}

.appointment-flow__viewport {
  min-width: 0;
}

.appointment-flow__panel {
  min-width: 0;
  display: grid;
  gap: 17px;
  margin: 0;
  padding: 0;
  border: 0;
}

.appointment-flow__panel[hidden] {
  display: none !important;
}

.appointment-flow.is-multistep-ready .appointment-flow__panel.is-entering {
  animation: appointment-flow-in 360ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.appointment-flow.is-multistep-ready[data-step-direction="back"] .appointment-flow__panel.is-entering {
  animation-name: appointment-flow-back;
}

.appointment-flow__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

.appointment-flow__heading {
  display: grid;
  gap: 7px;
  margin-bottom: 4px;
}

.appointment-flow__heading > span {
  color: var(--petrol-700);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.appointment-flow__heading h3 {
  margin: 0;
  scroll-margin-top: 148px;
  color: var(--petrol-950);
  font-size: clamp(27px, 3.25vw, 36px);
  font-weight: 620;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.appointment-flow__heading h3:focus {
  outline: none;
}

.appointment-flow__heading p {
  max-width: 52ch;
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.65;
}

.appointment-flow__fields {
  display: grid;
  gap: 17px;
  min-width: 0;
}

.appointment-flow__fields > * {
  min-width: 0;
}

.appointment-flow__fields > label:not(.consent-check),
.appointment-flow__fields > .form-field {
  display: grid;
  gap: 8px;
}

.appointment-flow__fields > label > span,
.appointment-flow__fields > .form-field > label {
  color: var(--slate-700);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.015em;
}

.appointment-flow__fields > label > span small,
.appointment-flow__fields > .form-field > label small {
  font-weight: 500;
}

.appointment-flow__actions {
  display: grid;
  grid-template-columns: minmax(92px, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-top: 5px;
  padding-top: 16px;
  border-top: 1px solid rgba(43, 91, 101, 0.12);
}

.appointment-flow__actions > small {
  max-width: 22ch;
  color: var(--slate-500);
  font-size: 10px;
  line-height: 1.45;
}

.appointment-flow__actions .button {
  min-width: 156px;
  justify-self: end;
}

.appointment-flow__back {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 8px;
  padding: 0 4px;
  border: 0;
  background: transparent;
  color: var(--petrol-700);
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
  transition: color 220ms ease, transform 220ms var(--ease-soft);
}

.appointment-flow__back .ui-icon {
  --ui-icon-size: 17px;
}

.appointment-flow__back:focus-visible {
  outline: 2px solid var(--petrol-700);
  outline-offset: 4px;
  border-radius: 7px;
}

@media (hover: hover) and (pointer: fine) {
  .appointment-flow__back:hover {
    color: var(--petrol-950);
    transform: translateX(-2px);
  }
}

.appointment-flow :is(input, select, textarea)[aria-invalid="true"],
.appointment-flow .date-picker.is-invalid .date-picker__trigger {
  border-color: #b9515b;
  box-shadow: 0 0 0 4px rgba(185, 81, 91, 0.11);
}

.appointment-flow .consent-card.is-invalid {
  border-color: #b9515b;
  box-shadow: 0 0 0 4px rgba(185, 81, 91, 0.09);
}

.appointment-field-error {
  display: block;
  margin: 0;
  color: #a13e49;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
}

.appointment-flow .form-note:focus {
  outline: 2px solid rgba(43, 91, 101, 0.34);
  outline-offset: 5px;
  border-radius: 4px;
}

.appointment-flow.is-submitting {
  cursor: progress;
}

.appointment-flow.is-submitting :is([data-step-next], [data-step-prev]) {
  pointer-events: none;
  opacity: 0.48;
}

.appointment-flow.is-submitting .appointment-submit[aria-disabled="true"] {
  cursor: progress;
}

.appointment-flow.is-complete .appointment-submit {
  cursor: default;
  opacity: 0.78;
}

.appointment-flow .appointment-submit > b {
  position: relative;
}

.appointment-flow .appointment-submit > b::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 17px;
  height: 17px;
  margin: auto;
  border: 2px solid rgba(255, 255, 255, 0.38);
  border-top-color: var(--white);
  border-radius: 50%;
  opacity: 0;
}

.appointment-flow.is-submitting .appointment-submit > b::after {
  opacity: 1;
  animation: appointment-flow-spin 720ms linear infinite;
}

.appointment-flow.is-submitting .appointment-submit > b .ui-icon {
  opacity: 0;
}

@keyframes appointment-flow-in {
  from {
    opacity: 0;
    transform: translate3d(24px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes appointment-flow-back {
  from {
    opacity: 0;
    transform: translate3d(-24px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

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

@media (max-width: 760px) {
  .appointment-flow__progress-wrap {
    padding: 16px 10px 13px;
    border-radius: 16px;
  }

  .appointment-flow__progress::before,
  .appointment-flow__progress::after {
    top: 18px;
  }

  .appointment-flow .date-picker__popover {
    width: min(100%, 350px);
  }

  .appointment-flow__progress li {
    gap: 6px;
  }

  .appointment-flow__progress li b {
    width: 38px;
    height: 38px;
  }

  .appointment-flow__progress li strong {
    font-size: 10px;
  }

  .appointment-flow__announcer {
    font-size: 9px;
  }

  .appointment-flow__heading h3 {
    font-size: clamp(26px, 8.5vw, 34px);
  }

  .appointment-flow__heading p {
    font-size: 12px;
  }
}

@media (max-width: 390px) {
  .appointment-flow__progress-wrap {
    margin-inline: -4px;
  }

  .appointment-flow__progress li strong {
    font-size: 9px;
  }

  .appointment-flow__actions {
    grid-template-columns: minmax(78px, 0.72fr) minmax(0, 1.28fr);
    gap: 8px;
  }

  .appointment-flow__actions .button {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    gap: 7px;
    padding: 5px 5px 5px 13px;
  }

  .appointment-flow__actions .button b {
    width: 34px;
    height: 34px;
  }

  .appointment-flow__actions > small {
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .appointment-flow__panel,
  .appointment-flow__progress li,
  .appointment-flow__progress li b,
  .appointment-flow__actions button,
  .appointment-flow .appointment-submit > b::after {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

  .appointment-flow__progress::after {
    animation: none !important;
    transition: none !important;
    transform: scaleX(var(--appointment-progress)) !important;
  }
}

/* Clinic gallery in the first screen, beside the introduction. */
.page-hero--clinic .page-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(36px, 5vw, 80px); }
.clinic-gallery.page-hero__visual { max-width: 620px; min-width: 0; }
.clinic-gallery__heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.clinic-gallery__heading h2 { margin: 0; font-size: 14px; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; color: #d9e6e7; }
.clinic-gallery__heading > span { font-family: var(--font-display); font-size: 22px; color: #b5cbd0; }
.clinic-gallery__frame { position: relative; overflow: hidden; border-radius: 30px 30px 8px 8px; border: 1px solid rgba(255,255,255,.22); background: #163f49; box-shadow: 0 25px 65px rgba(0,20,28,.2); }
.clinic-gallery__track { display: flex; width: 100%; aspect-ratio: 6 / 5; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; scrollbar-width: none; }
.clinic-gallery__track::-webkit-scrollbar { display: none; }
.clinic-gallery__track[data-animating="true"] { scroll-snap-type: none; scroll-behavior: auto; }
.clinic-gallery__track[hidden], .clinic-gallery__empty[hidden] { display: none; }
.clinic-gallery__slide { flex: 0 0 100%; min-width: 0; height: 100%; margin: 0; overflow: hidden; scroll-snap-align: start; scroll-snap-stop: always; }
.clinic-gallery__slide img { display: block; width: 100%; height: 100%; object-fit: cover; opacity: .4; transform: scale(1.09); transition: opacity 780ms ease, transform 1000ms cubic-bezier(.2,.65,.25,1); }
.clinic-gallery__slide[data-active="true"] img { opacity: 1; transform: scale(1); }
@media (prefers-reduced-motion: reduce) { .clinic-gallery__slide img { opacity: 1; transform: none; transition: none; } }
.clinic-gallery__empty { aspect-ratio: 6 / 5; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 28px; padding: 32px; text-align: center; background: radial-gradient(ellipse at 80% 0%, rgba(169,202,204,.18), transparent 65%), linear-gradient(145deg,#285460,#0c323c); }
.clinic-gallery__monogram { font-family: var(--font-display); font-style: italic; font-size: clamp(90px, 10vw, 150px); line-height: 1; letter-spacing: -.16em; padding-right: .16em; color: #acc7cb; }
.clinic-gallery__empty strong { font-size: clamp(24px, 2.6vw, 34px); font-family: var(--font-display); font-weight: 500; color: #f3f7f7; }
.clinic-gallery__empty p { margin: 10px 0 0; font-size: 16px; color: #bed0d3; }
.clinic-gallery__progress { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: rgba(255,255,255,.12); pointer-events: none; }
.clinic-gallery__progress span { display: block; width: 0; height: 100%; background: #d8e9e7; }
.clinic-gallery__footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 20px; }
.clinic-gallery__details { min-width: 0; }
.clinic-gallery__details > span { font-size: 14px; font-variant-numeric: tabular-nums; letter-spacing: .12em; color: #b6ccd0; }
.clinic-gallery__details p { margin: 6px 0 0; font-size: 16px; line-height: 1.5; color: #edf4f4; overflow-wrap: anywhere; }
.clinic-gallery__controls { display: flex; gap: 10px; flex-shrink: 0; }
.clinic-gallery__controls button { display: grid; place-items: center; width: 46px; height: 46px; padding: 0; border: 1px solid #8eaeb4; border-radius: 50%; background: transparent; color: #f7fafa; font-size: 24px; cursor: pointer; }
.clinic-gallery__controls button:disabled { opacity: .35; cursor: default; }
.clinic-gallery__controls button:not(:disabled):hover { background: #edf4f4; color: #103a45; }
.clinic-gallery :focus-visible { outline: 2px solid #fff; outline-offset: -5px; }
@media (max-width: 1000px) {
  .page-hero--clinic .page-hero__grid { grid-template-columns: minmax(0, 1fr); }
  .clinic-gallery.page-hero__visual { width: 100%; max-width: 620px; justify-self: center; }
}
@media (max-width: 480px) {
  .clinic-gallery__frame { border-radius: 22px 22px 6px 6px; }
  .clinic-gallery__heading h2 { font-size: 12px; }
  .clinic-gallery__footer { gap: 12px; }
  .clinic-gallery__empty { gap: 18px; padding: 24px; }
}
