@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialSymbolsOutlined.woff2) format('woff2');
}

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/MaterialSymbolsOutlined.woff2) format('woff2');
}

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/MaterialSymbolsOutlined.woff2) format('woff2');
}

@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/BeVietnamPro/BeVietnamPro-Light.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Be Vietnam Pro";
  font-style: italic;
  font-weight: 300;
  src: url(../fonts/BeVietnamPro/BeVietnamPro-LightItalic.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/BeVietnamPro/BeVietnamPro-Regular.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/BeVietnamPro/BeVietnamPro-Medium.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Be Vietnam Pro";
  font-style: italic;
  font-weight: 500;
  src: url(../fonts/BeVietnamPro/BeVietnamPro-MediumItalic.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/BeVietnamPro/BeVietnamPro-SemiBold.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Be Vietnam Pro";
  font-style: italic;
  font-weight: 600;
  src: url(../fonts/BeVietnamPro/BeVietnamPro-SemiBoldItalic.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/BeVietnamPro/BeVietnamPro-Bold.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Be Vietnam Pro";
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/BeVietnamPro/BeVietnamPro-BoldItalic.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/BeVietnamPro/BeVietnamPro-ExtraBold.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Be Vietnam Pro";
  font-style: italic;
  font-weight: 800;
  src: url(../fonts/BeVietnamPro/BeVietnamPro-ExtraBoldItalic.ttf) format("truetype");
  font-display: swap;
}

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

@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Lora/Lora-Medium.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 500;
  src: url(../fonts/Lora/Lora-MediumItalic.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Lora/Lora-SemiBold.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 600;
  src: url(../fonts/Lora/Lora-SemiBoldItalic.ttf) format("truetype");
  font-display: swap;
}

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

@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/Lora/Lora-BoldItalic.ttf) format("truetype");
  font-display: swap;
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: var(--brand);
  border-radius: 6px;
}

:root {
  --bg: #f3f6fb;
  --bg-strong: #e8eef6;
  --surface: rgba(255, 255, 255, 0.94);
  --surface-strong: #ffffff;
  --surface-soft: #f8fafc;
  --ink: #12233f;
  --muted: #5f6f86;
  --brand: #0f4c81;
  --brand-strong: #0b3558;
  --brand-soft: #dfeefa;
  --teal: #217b74;
  --gold: #bc9354;
  --line: #d8e2ee;
  --line-strong: #c7d5e4;
  --shadow: 0 28px 60px -42px rgba(15, 40, 76, 0.38);
  --shadow-soft: 0 18px 42px -34px rgba(15, 40, 76, 0.22);
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --radius-xs: 10px;
  --container: min(1240px, calc(100% - 32px));
  --hero-grid: minmax(0, 1.2fr) minmax(320px, 0.88fr);
  --shell-offset: 112px;
}

@media (min-width: 1600px) {
  :root {
    --container: min(1440px, calc(100% - 32px));
  }
}

body[data-theme="eye"] {
  --brand: #0f5ea7;
  --brand-strong: #0b3f72;
  --brand-soft: #dcecff;
  --teal: #18839e;
  --gold: #c6954c;
}

body[data-theme="ivf"] {
  --bg: #f8f2ef;
  --bg-strong: #f0e4dd;
  --brand: #835c57;
  --brand-strong: #573a38;
  --brand-soft: #f2e5e1;
  --teal: #aa7864;
  --gold: #c79e6d;
  --line: #e6d8d0;
  --line-strong: #d7c4bb;
}

body[data-theme="endoscopy"] {
  --brand: #0c6466;
  --brand-strong: #084547;
  --brand-soft: #d7efef;
  --teal: #1d8f7c;
  --gold: #c89a57;
}

body[data-theme="booking"] {
  --brand: #123f76;
  --brand-strong: #0d2c51;
  --brand-soft: #deebfa;
  --teal: #1f7e79;
  --gold: #be9253;
}

body[data-theme="services"] {
  --brand: #234f87;
  --brand-strong: #16355b;
  --brand-soft: #e2ebf7;
  --teal: #2b7a74;
  --gold: #c29b61;
}

body[data-theme="info"] {
  --brand: #1a4b79;
  --brand-strong: #123151;
  --brand-soft: #e1edf8;
  --teal: #22786d;
  --gold: #c49b5d;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--shell-offset);
}

html,
body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 960px) {
  html {
    font-size: 93.75%;
    -webkit-text-size-adjust: 93.75%;
  }
}

body {
  min-height: 100vh;
  color: var(--ink);
  font-family: "Be Vietnam Pro", sans-serif;
  line-height: 1.65;
  font-size: 1rem;
  font-weight: 400;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 8%, rgba(188, 147, 84, 0.1), transparent 26%),
    radial-gradient(circle at 96% 6%, rgba(15, 76, 129, 0.14), transparent 30%),
    linear-gradient(180deg, var(--bg) 0%, #f7f9fc 62%, #eef3f8 100%);
}

body.nav-open {
  overflow: hidden;
}

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

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

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

main {
  display: block;
}

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

.site-page {
  width: var(--container);
  margin: 0 auto;
  padding: 18px 0 64px;
}

.surface {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--brand);
  margin: 0;
}

.eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), rgba(188, 147, 84, 0));
}

.display,
.page-hero h1,
.section-heading h2,
.section-heading h1,
.footer-cta h2,
.nav-panel h3,
.hero-metric strong,
.step-card h3,
.booking-success h2 {
  font-family: "Lora", serif;
  letter-spacing: -0.03em;
}

p,
li,
label,
input,
textarea,
small,
span,
button,
a,
td,
th {
  font-size: 0.98rem;
}

.page-hero,
.section,
.cta-section {
  margin-top: 28px;
}

.page-hero {
  display: grid;
  grid-template-columns: var(--hero-grid);
  gap: 22px;
  align-items: stretch;
}

.page-hero__content,
.page-hero__aside,
.section-block,
.cta-band,
.booking-shell,
.booking-help,
.booking-success,
.note-panel {
  border-radius: var(--radius-xl);
}

.page-hero__content {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 4vw, 52px);
}

.page-hero__content::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(140deg, rgba(15, 76, 129, 0.08), transparent 45%),
    radial-gradient(circle at 84% 12%, rgba(188, 147, 84, 0.14), transparent 28%);
  pointer-events: none;
}

.page-hero__content>* {
  position: relative;
}

.page-hero__content h1 {
  margin: 18px 0 16px;
  font-size: clamp(2.5rem, 5.2vw, 4.5rem);
  line-height: 1.02;
}

.page-hero__content p {
  max-width: 62ch;
  margin: 0;
  color: var(--muted);
  font-size: 1.03rem;
}

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

.hero-stats {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.hero-stats article {
  padding: 16px 18px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(207, 220, 233, 0.92);
  backdrop-filter: blur(10px);
}

.hero-stats strong {
  display: block;
  font-size: 1.25rem;
  color: var(--brand-strong);
  margin-bottom: 4px;
}

.hero-stats span {
  color: var(--muted);
  font-size: 0.92rem;
}

.page-hero__aside {
  display: grid;
  gap: 18px;
}

.hero-slider {
  position: relative;
  aspect-ratio: 1600 / 610;
  min-height: 0;
  margin-top: 18px;
  border-radius: calc(var(--radius-xl) + 8px);
  overflow: hidden;
  background: #dfeaf5;
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
  touch-action: pan-y;
  user-select: none;
  cursor: grab;
}

.hero-slider.is-dragging {
  cursor: grabbing;
}

.hero-slider__track {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  transform: translate3d(calc(var(--active-shift, 0px) + var(--drag-offset, 0px)), 0, 0);
}

.hero-slider.is-dragging .hero-slider__track {
  transition: none;
}

.hero-slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 100%;
  height: 100%;
}

.hero-slide.is-active {
  z-index: 1;
}

.hero-slide__media,
.hero-slide__media::after,
.hero-slide__media img {
  position: absolute;
  inset: 0;
}

.hero-slide__media::after {
  content: "";
  background:
    linear-gradient(180deg, rgba(10, 31, 52, 0.06), rgba(10, 31, 52, 0.14)),
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
}

.hero-slide__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide__content {
  display: none;
}

.hero-slide__actions,
.hero-slider__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.hero-slider__facts article {
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
}

.hero-slider__facts strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.1rem;
  color: #fff;
}

.hero-slider__facts span {
  display: block;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.8);
}

.hero-slider__controls {
  position: absolute;
  inset: auto 18px 16px 18px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.hero-slider__buttons {
  display: flex;
  gap: 10px;
}

.hero-slider__buttons button {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--brand-strong);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: background 0.2s ease, transform 0.2s ease;
}

.hero-slider__buttons button:hover {
  background: rgba(255, 255, 255, 0.94);
  transform: translateY(-1px);
}

.hero-slider__dots {
  display: flex;
  gap: 8px;
}

.hero-slider__dots button {
  width: 22px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}

.hero-slider__dots button.is-active {
  width: 34px;
  background: #ffffff;
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  gap: 24px;
  align-items: start;
  padding: clamp(28px, 4vw, 42px);
  border-radius: calc(var(--radius-xl) + 2px);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 0%, rgba(15, 76, 129, 0.08), transparent 32%),
    radial-gradient(circle at 100% 100%, rgba(188, 147, 84, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 253, 0.98));
}

.intro-band__eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -4px;
}

.intro-band__copy {
  display: grid;
  align-content: start;
  min-width: 0;
  gap: 18px;
}

.intro-band__media-shell {
  display: grid;
  gap: 14px;
}

.intro-band__media {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.intro-band__media::after,
.intro-band__media img {
  position: absolute;
  inset: 0;
}

.intro-band__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-band__media::after {
  content: "";
  background:
    linear-gradient(180deg, rgba(9, 26, 49, 0) 44%, rgba(9, 26, 49, 0.58) 100%),
    linear-gradient(120deg, rgba(15, 76, 129, 0.14), transparent 40%);
}

.intro-band__media-note {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 12px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
}

.intro-band__media-note .material-symbols-outlined {
  font-size: 1.25rem;
}

.intro-band__summary {
  display: grid;
  gap: 14px;
}

.intro-band__lead {
  margin: 0;
  max-width: 60ch;
  font-size: 1.02rem;
  line-height: 1.82;
  color: var(--brand-strong);
  font-weight: 600;
}

.intro-band__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.intro-band__pills span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(15, 76, 129, 0.12);
  background: rgba(255, 255, 255, 0.8);
  color: var(--brand-strong);
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow: 0 12px 28px -24px rgba(15, 40, 76, 0.3);
}

.intro-band__summary p {
  margin: 0;
  max-width: 62ch;
  font-size: 0.95rem;
  line-height: 1.72;
  color: var(--muted);
}

.intro-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.intro-band__aside {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  align-self: start;
  min-width: 0;
}

.stat-panel {
  --panel-accent-1: rgba(15, 76, 129, 0.26);
  --panel-accent-2: rgba(33, 123, 116, 0.22);
  --panel-glow: rgba(15, 76, 129, 0.22);
  --panel-surface: rgba(255, 255, 255, 0.92);
  --panel-ink: var(--brand-strong);
  position: relative;
  overflow: hidden;
  min-height: 190px;
  padding: 22px 20px 21px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.86), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 252, 0.96)),
    linear-gradient(160deg, rgba(15, 76, 129, 0.06), transparent 56%);
  box-shadow: var(--shadow-soft);
}

.stat-panel--booking {
  min-height: auto;
  display: grid;
  gap: 14px;
  padding: 20px 22px 22px;
  border-color: rgba(15, 76, 129, 0.12);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.14), transparent 30%),
    linear-gradient(135deg, rgba(15, 76, 129, 0.98), rgba(13, 111, 135, 0.96) 58%, rgba(31, 126, 121, 0.92));
  color: #ffffff;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.stat-panel--hero {
  min-height: auto;
  padding: 22px 22px 24px;
  border-color: rgba(15, 76, 129, 0.14);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(140deg, rgba(15, 76, 129, 0.98), rgba(28, 105, 160, 0.96) 58%, rgba(34, 137, 128, 0.92));
}

.stat-panel--wide {
  grid-column: 1 / -1;
}

.stat-panel--booking .stat-panel__head {
  margin-bottom: 0;
}

.stat-panel__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

.stat-panel__art {
  position: relative;
  width: 96px;
  height: 96px;
  flex: 0 0 96px;
  border-radius: 30px;
  display: inline-grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 14%, rgba(255, 255, 255, 0.74), transparent 38%),
    linear-gradient(145deg, var(--panel-accent-1), var(--panel-accent-2));
  color: #ffffff;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.62),
    0 22px 42px -24px rgba(15, 40, 76, 0.42);
}

.stat-panel__art::before {
  content: "";
  position: absolute;
  inset: -8px;
  z-index: -1;
  border-radius: 36px;
  background:
    radial-gradient(circle at 50% 50%, var(--panel-glow), rgba(255, 255, 255, 0));
  opacity: 0.9;
}

.stat-panel__art::after {
  content: "";
  position: absolute;
  inset: 11px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.stat-panel__art .material-symbols-outlined {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 1;
  font-size: 48px;
  line-height: 1;
  color: #fff;
  font-variation-settings:
    "FILL" 1,
    "wght" 500,
    "GRAD" 0,
    "opsz" 48;
}

.stat-panel--hero .stat-panel__art {
  width: 96px;
  height: 96px;
  flex-basis: 96px;
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.28), transparent 36%),
    rgba(255, 255, 255, 0.16);
  color: #ffffff;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    0 18px 30px -24px rgba(5, 20, 39, 0.4);
}

.stat-panel--hero .stat-panel__art::before {
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
}

.stat-panel--booking .stat-panel__art {
  width: 90px;
  height: 90px;
  flex-basis: 90px;
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.3), transparent 36%),
    rgba(255, 255, 255, 0.16);
  color: #ffffff;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    0 18px 30px -24px rgba(5, 20, 39, 0.4);
}

.stat-panel--booking .stat-panel__art::before {
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0));
}

.stat-panel--philosophy {
  --panel-accent-1: #3f79b4;
  --panel-accent-2: #8fc4ef;
  --panel-glow: rgba(63, 121, 180, 0.2);
}

.stat-panel--beds {
  --panel-accent-1: #356da6;
  --panel-accent-2: #6fb8e6;
  --panel-glow: rgba(53, 109, 166, 0.2);
}

.stat-panel--surgery {
  --panel-accent-1: #177a74;
  --panel-accent-2: #56b9aa;
  --panel-glow: rgba(23, 122, 116, 0.22);
}

.stat-panel--milestone {
  --panel-accent-1: #b98546;
  --panel-accent-2: #d9b16b;
  --panel-glow: rgba(185, 133, 70, 0.2);
}

.stat-panel__eyebrow {
  display: block;
  margin-bottom: 4px;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(18, 35, 63, 0.58);
}

.stat-panel strong {
  display: block;
  margin: 0;
  font-size: 1.24rem;
  line-height: 1.1;
  color: var(--brand-strong);
}

.stat-panel span {
  display: block;
  line-height: 1.58;
  color: var(--muted);
}

.stat-panel__cta {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease;
}

.stat-panel--booking:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 44px -24px rgba(8, 32, 55, 0.34);
  filter: saturate(1.05) brightness(1.02);
}

.stat-panel--booking:hover .stat-panel__cta {
  transform: translateY(-1px);
  background: linear-gradient(90deg, rgba(243, 187, 79, 0.26), rgba(243, 187, 79, 0.16));
}

.stat-panel__cta .material-symbols-outlined {
  font-size: 1.02rem;
}

.stat-panel--booking .stat-panel__eyebrow,
.stat-panel--booking strong,
.stat-panel--booking span {
  color: rgba(255, 255, 255, 0.96);
}

.specialty-grid,
.expert-grid,
.press-grid,
.review-grid,
.news-home-grid {
  display: grid;
  gap: 18px;
}

.section-block>.eyebrow+.specialty-grid {
  margin-top: 22px;
}

.section-block>.eyebrow+.expert-grid {
  margin-top: 22px;
}

.section-block>.eyebrow+.partner-marquee {
  margin-top: 22px;
}

.section-block>.eyebrow+.press-grid {
  margin-top: 22px;
}

.section-block>.eyebrow+.review-marquee {
  margin-top: 22px;
}

.section-block>.eyebrow+.news-marquee {
  margin-top: 22px;
}

.section-block>.eyebrow+.media-hub {
  margin-top: 22px;
}

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

.specialty-card,
.expert-card,
.press-card,
.review-card,
.media-hub__feature,
.media-mini-card {
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--surface-strong);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.specialty-card__media {
  position: relative;
  aspect-ratio: 1320 / 880;
}

.specialty-card__media img,
.expert-card img,
.media-hub__feature img,
.media-mini-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.specialty-card__media::after {
  content: none;
}

.specialty-card__label {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(10, 34, 58, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.specialty-card__body,
.expert-card__body,
.news-card__body,
.media-hub__feature-body,
.media-mini-card__body {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.specialty-card__meta {
  color: var(--brand);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.specialty-card h3,
.press-card h3,
.media-hub__feature-body h3 {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.22;
}

.specialty-card p,
.expert-card__body p,
.press-card p,
.review-card p,
.news-card__body p,
.media-hub__feature-body p,
.media-mini-card__body span {
  margin: 0;
  color: var(--muted);
}

.specialty-card__actions,
.media-hub__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.specialty-card__quick {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(15, 76, 129, 0.16);
  background: rgba(15, 76, 129, 0.04);
  color: var(--brand-strong);
  font-size: 0.9rem;
  font-weight: 700;
}

.specialty-card__quick .material-symbols-outlined {
  font-size: 1rem;
}

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

.expert-card--profile {
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 22px;
}

.expert-card__portrait {
  display: grid;
  gap: 14px;
  align-content: start;
}

.expert-card__portrait img {
  width: 100%;
  aspect-ratio: 4 / 5.15;
  height: auto;
  object-fit: cover;
  object-position: center top;
  border-radius: 22px;
  background: var(--surface-soft);
}

.expert-card__cta {
  width: 100%;
  justify-content: center;
}

.expert-card__panel {
  display: grid;
  align-content: start;
  gap: 14px;
  min-width: 0;
}

.expert-card__meta {
  color: var(--brand);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.expert-card h3 {
  margin: 0;
  color: var(--brand);
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 1.14;
}

.expert-card__facts {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.expert-card__facts li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--ink);
}

.expert-card__facts .material-symbols-outlined {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: inline-grid;
  place-items: center;
  background: rgba(15, 76, 129, 0.08);
  color: var(--brand);
  font-size: 1.15rem;
}

.expert-card__facts li span:last-child {
  display: block;
  padding-top: 5px;
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.62;
}

.value-system {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(30px, 4vw, 46px);
  border-radius: calc(var(--radius-xl) + 4px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
  color: #ffffff;
}

.value-system__backdrop,
.value-system__backdrop img,
.value-system__shade {
  position: absolute;
  inset: 0;
}

.value-system__backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.value-system__shade {
  background:
    linear-gradient(90deg, rgba(5, 20, 43, 0.9) 0%, rgba(7, 34, 68, 0.68) 42%, rgba(4, 17, 37, 0.86) 100%),
    linear-gradient(180deg, rgba(10, 52, 96, 0.18), rgba(4, 21, 45, 0.36));
}

.value-system .eyebrow {
  color: #f3bb4f;
}

.value-system .eyebrow::before {
  background: linear-gradient(90deg, #f3bb4f, rgba(243, 187, 79, 0));
}

.value-system__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  gap: 28px;
  align-items: start;
}

.value-system__intro h2 {
  margin: 14px 0 16px;
  color: #ffffff;
  font-size: clamp(2.1rem, 3.33vw, 4rem);
  line-height: 1.04;
}

.value-system__intro p {
  margin: 0;
  max-width: 58ch;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
}

.value-system__rail {
  display: grid;
  gap: 26px;
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.value-cluster {
  display: grid;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.value-cluster__label,
.value-system__footer-title {
  color: #f3bb4f;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.value-cluster__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 18px;
}

.value-cluster__list li {
  position: relative;
  padding-left: 46px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.72;
  transition: color 0.22s ease, transform 0.22s ease;
}

.value-cluster__list li::before,
.core-value-card__diamond {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  border: 2px solid #f3bb4f;
}

.value-cluster__list li::before {
  left: 6px;
  top: 8px;
}

.value-cluster__list li::after,
.core-value-card__diamond::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #f3bb4f;
  transform: rotate(45deg);
}

.value-cluster__list li::after {
  left: 14px;
  top: 14px;
}

.value-system__footer {
  position: relative;
  z-index: 1;
  margin-top: 34px;
}

.value-cluster:hover {
  transform: translateY(-3px);
  background: linear-gradient(180deg, rgba(243, 187, 79, 0.2), rgba(243, 187, 79, 0.1));
  border-color: rgba(243, 187, 79, 0.46);
  box-shadow: 0 24px 44px -28px rgba(0, 0, 0, 0.42);
}

.value-cluster:hover .value-cluster__list li {
  color: #ffffff;
  transform: translateX(2px);
}

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

.core-value-card {
  position: relative;
  min-height: 220px;
  padding: 74px 28px 28px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  backdrop-filter: blur(10px);
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.core-value-card__diamond {
  top: 26px;
  left: 50%;
  margin-left: -9px;
}

.core-value-card__diamond::after {
  left: 4px;
  top: 4px;
}

.core-value-card h3 {
  margin: 0 0 14px;
  color: #ffffff;
  text-align: center;
  font-size: 1.9rem;
  line-height: 1.16;
}

.core-value-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  text-align: center;
  line-height: 1.72;
}

.core-value-card:hover {
  transform: translateY(-4px);
  background: rgba(243, 187, 79, 0.16);
  border-color: rgba(243, 187, 79, 0.28);
  box-shadow: 0 26px 40px -30px rgba(0, 0, 0, 0.34);
}

.partner-marquee {
  position: relative;
  display: block;
  overflow: visible;
}

.partner-marquee__viewport {
  position: relative;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
  cursor: grab;
  padding: 6px 2px;
}

.partner-marquee__viewport:active {
  cursor: grabbing;
}

.partner-marquee__viewport::-webkit-scrollbar {
  display: none;
}

.partner-marquee__track {
  display: flex;
  flex-wrap: nowrap;
  gap: 18px;
}

.partner-brand {
  position: relative;
  flex: 0 0 clamp(156px, 16vw, 216px);
  min-height: 108px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  border: 1px solid rgba(214, 224, 236, 0.9);
  background:
    radial-gradient(circle at 50% 0%, rgba(15, 76, 129, 0.08), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 252, 0.98));
  box-shadow: var(--shadow-soft);
  scroll-snap-align: start;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

@media (min-width: 1600px) {
  .partner-brand {
    flex: 0 0 256px;
  }
}

.partner-brand:hover {
  transform: translateY(-3px);
  border-color: rgba(15, 76, 129, 0.24);
  box-shadow: 0 22px 36px rgba(15, 35, 63, 0.12);
}

.partner-brand img {
  width: 100%;
  max-width: 166px;
  max-height: 58px;
  object-fit: contain;
  object-position: center;
}

.partner-brand--wide img {
  max-width: 178px;
}

.partner-brand--tall img {
  max-width: 144px;
  max-height: 106px;
}

.partner-brand--stacked img {
  max-width: 162px;
  max-height: 120px;
}

.partner-brand--insmart img {
  max-width: 182px;
  max-height: 68px;
}

.partner-brand--mark img {
  max-width: 80px;
  max-height: 80px;
}

.partner-marquee__arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(208, 220, 233, 0.92);
  background: rgba(255, 255, 255, 0.9);
  color: var(--brand-strong);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-soft);
  opacity: 0.78;
  backdrop-filter: blur(10px);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, color 0.22s ease, opacity 0.22s ease;
}

.partner-marquee__arrow--prev {
  left: 0;
  transform: translate(-50%, -50%);
}

.partner-marquee__arrow--next {
  right: 0;
  transform: translate(50%, -50%);
}

.partner-marquee__arrow:hover:not(:disabled) {
  border-color: rgba(15, 76, 129, 0.24);
  background: #ffffff;
  opacity: 1;
}

.partner-marquee__arrow--prev:hover:not(:disabled) {
  transform: translate(calc(-50% - 2px), -50%);
}

.partner-marquee__arrow--next:hover:not(:disabled) {
  transform: translate(calc(50% + 2px), -50%);
}

.partner-marquee__arrow:disabled {
  opacity: 0.36;
  cursor: default;
  box-shadow: none;
}

.partner-marquee__arrow .material-symbols-outlined {
  font-size: 1.7rem;
}

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

.press-card {
  padding: 0;
}

.press-card--link {
  display: grid;
  grid-template-rows: auto 1fr;
  color: inherit;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.press-card--link:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 76, 129, 0.24);
  box-shadow: 0 24px 44px rgba(15, 35, 63, 0.12);
}

.press-card__media {
  aspect-ratio: 1320 / 880;
  overflow: hidden;
  background: var(--surface-soft);
}

.press-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.press-card--link:hover .press-card__media img {
  transform: scale(1.03);
}

.press-card__body {
  display: grid;
  gap: 10px;
  padding: 22px 22px 24px;
}

.press-card__meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.press-card__icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 76, 129, 0.08);
  color: var(--brand);
  font-size: 1rem;
}

.press-card__body h3 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.38;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.review-card {
  padding: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(188, 147, 84, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 253, 0.98));
}

.review-marquee {
  position: relative;
  display: block;
  overflow: visible;
}

.review-marquee__viewport {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
  padding: 6px 2px;
  cursor: grab;
}

.review-marquee__viewport:active {
  cursor: grabbing;
}

.review-marquee__viewport::-webkit-scrollbar {
  display: none;
}

.review-marquee__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 36px) / 3);
  gap: 18px;
}

.review-card--story {
  min-width: 0;
  min-height: 248px;
  display: grid;
  align-content: start;
  border-radius: 26px;
  scroll-snap-align: start;
}

.review-card__stars {
  display: inline-block;
  color: var(--gold);
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.16em;
}

.review-card p {
  margin: 16px 0 20px;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.74;
}

.review-card footer {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.6;
}

.news-marquee {
  position: relative;
  display: block;
  overflow: visible;
}

.news-marquee__viewport {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
  padding: 6px 2px;
  cursor: grab;
}

.news-marquee__viewport:active {
  cursor: grabbing;
}

.news-marquee__viewport::-webkit-scrollbar {
  display: none;
}

.news-marquee__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 36px) / 3);
  gap: 18px;
}

.news-card--link {
  min-width: 0;
  padding: 0;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  scroll-snap-align: start;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.news-card--link:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 76, 129, 0.24);
  box-shadow: 0 24px 44px rgba(15, 35, 63, 0.12);
}

.news-card--image {
  padding: 0;
  overflow: hidden;
}

.news-card--image img {
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 3;
  object-fit: cover;
}

.news-card--link .news-card__body {
  align-content: start;
  min-height: 252px;
}

.news-card--link .news-card__body p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.news-card--link .news-card__body h3 {
  margin-top: 0;
}

.news-meta,
.news-meta__item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.news-meta__item {
  gap: 4px;
}

.pagination {
  display: block;
  margin-top: 30px;
}

.pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.pagination__list li {
  display: block;
}

.pagination__list li a,
.pagination__list li>span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--surface-strong);
  color: var(--brand);
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.pagination__list li a:hover,
.pagination__list li>span.current {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
}

.pagination__list li a:disabled {
  opacity: 0.36;
  cursor: default;
}

.media-hub {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  gap: 18px;
  align-items: stretch;
}

.media-hub__feature img {
  height: auto;
  aspect-ratio: 5 / 3;
}

.media-hub__feature-body h3 {
  margin: 0;
}

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

.media-mini-card img {
  height: auto;
  aspect-ratio: 3 / 2;
}

.media-mini-card__body h3 {
  color: var(--brand-strong);
  font-size: 1.02rem;
  margin: 0;
}

.media-mini-card--link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.media-hub__feature--link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.media-hub__feature--link:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 76, 129, 0.24);
  box-shadow: 0 24px 44px rgba(15, 35, 63, 0.12);
}

.media-hub__feature-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  color: var(--brand);
  font-weight: 700;
}

.media-mini-card--link:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 76, 129, 0.24);
  box-shadow: 0 24px 44px rgba(15, 35, 63, 0.12);
}

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

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

.media-card {
  overflow: hidden;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.media-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.media-card__body {
  padding: 22px;
}

.media-card__body h3 {
  margin: 0 0 10px;
  font-size: 1.3rem;
}

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

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

.media-card--wide img {
  height: 360px;
}

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

.equipment-card {
  overflow: hidden;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.equipment-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  background: #f4f7fb;
}

.equipment-card__body {
  padding: 22px;
}

.equipment-card__body h3 {
  margin: 0 0 10px;
  font-size: 1.28rem;
}

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

.equipment-card__body .tags {
  margin-top: 14px;
}

.person-card--image .person-card__body {
  display: grid;
  gap: 6px;
}

.person-card--image .person-meta {
  margin-top: 2px;
}

.hero-media,
.hero-note,
.detail-card,
.info-card,
.feature-card,
.person-card,
.quote-card,
.story-card,
.news-card,
.package-card,
.process-card,
.compare-card,
.booking-panel,
.booking-success,
.note-panel,
.contact-card {
  background: var(--surface-strong);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  border-radius: var(--radius-lg);
}

.hero-media {
  overflow: hidden;
  min-height: 320px;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-note {
  padding: 24px;
}

.hero-note h2,
.section-heading h2,
.section-heading h1,
.footer-cta h2,
.cta-band h2,
.booking-success h2 {
  margin: 10px 0 12px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.15;
}

.hero-note p,
.section-heading p,
.footer-cta p,
.cta-band p,
.person-card p,
.quote-card p,
.story-card p,
.news-card p,
.package-card p,
.compare-card p,
.process-card p,
.booking-panel p,
.booking-success p,
.note-panel p,
.contact-card p {
  margin: 0;
  color: var(--muted);
}

.detail-list,
.footer-contact,
.timeline,
.check-list,
.support-list,
.summary-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

.detail-list li,
.footer-contact li,
.check-list li,
.support-list li,
.summary-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--ink);
  padding: 10px 0;
  border-bottom: 1px solid rgba(216, 226, 238, 0.8);
}

.detail-list li:last-child,
.footer-contact li:last-child,
.check-list li:last-child,
.support-list li:last-child,
.summary-list li:last-child {
  border-bottom: 0;
}

.detail-list .material-symbols-outlined,
.check-list .material-symbols-outlined,
.support-list .material-symbols-outlined {
  font-size: 1.18rem;
  color: var(--brand);
  margin-top: 4px;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface-strong);
  color: var(--brand-strong);
  font-weight: 600;
  transition: transform 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.pill:hover {
  transform: translateY(-1px);
  border-color: rgba(15, 76, 129, 0.35);
  color: var(--brand);
}

.section-block {
  padding: clamp(26px, 4vw, 42px);
}

.section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.section-heading--inline {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 24px;
  align-items: end;
}

.grid-2,
.grid-3,
.grid-4,
.people-grid,
.quote-grid,
.news-grid,
.package-grid,
.process-grid,
.stats-grid,
.logo-grid,
.form-grid,
.booking-card-grid {
  display: grid;
  gap: 18px;
}

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

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

.grid-4,
.stats-grid,
.logo-grid,
.booking-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-card,
.person-card,
.quote-card,
.story-card,
.package-card,
.process-card,
.compare-card,
.contact-card {
  padding: 22px;
}

.feature-card--image,
.person-card--image,
.story-card--image,
.package-card--image {
  padding: 0;
  overflow: hidden;
}

.feature-card--image img,
.person-card--image img,
.story-card--image img,
.package-card--image img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.feature-card__body,
.person-card__body,
.story-card__body,
.package-card__body {
  padding: 22px;
}

.card-icon,
.icon-chip,
.step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(15, 76, 129, 0.12), rgba(15, 76, 129, 0.06));
  color: var(--brand);
}

.feature-card h3,
.person-card h3,
.quote-card h3,
.story-card h3,
.news-card h3,
.package-card h3,
.process-card h3,
.contact-card h3,
.booking-panel h3,
.note-panel h3 {
  margin: 14px 0 10px;
  font-size: 1.3rem;
  line-height: 1.2;
}

.feature-card h4,
.person-card h4,
.story-card h4,
.package-card h4,
.compare-card h4,
.timeline h4,
.step-card h4,
.notice-card h4 {
  margin: 0 0 8px;
  font-size: 1.06rem;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.tags span {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--surface-soft);
  border: 1px solid var(--line);
  color: var(--brand-strong);
  font-size: 0.83rem;
  font-weight: 600;
}

.card-link,
.inline-link,
.footer-column a,
.footer-bottom a,
.nav-panel__link,
.brand,
.nav-link {
  transition: color 0.2s ease, transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.card-link,
.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--brand);
  font-weight: 700;
}

.card-link:hover,
.inline-link:hover {
  transform: translateX(2px);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
  gap: 18px;
}

.timeline li {
  position: relative;
  padding: 0 0 18px 22px;
  border-left: 1px solid rgba(188, 147, 84, 0.38);
}

.timeline li::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
}

.timeline li:last-child {
  padding-bottom: 0;
}

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

.logo-grid article {
  padding: 18px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  min-height: 120px;
}

.logo-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--brand-strong);
  font-size: 1rem;
}

.quote-card blockquote {
  margin: 0 0 14px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--ink);
}

.quote-card footer {
  color: var(--muted);
  font-size: 0.92rem;
}

.person-meta,
.news-meta {
  color: var(--brand);
  font-weight: 700;
  font-size: 0.88rem;
}

.person-meta a,
.news-meta a {
  color: var(--brand);
  font-size: 0.88rem;
}

.data-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  background: var(--surface-strong);
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 780px;
}

.data-table th,
.data-table td {
  padding: 16px 18px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

.data-table th {
  background: #f6f9fc;
  color: var(--brand-strong);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.data-table tbody tr:last-child td {
  border-bottom: 0;
}

.cta-band {
  padding: 32px;
  background: linear-gradient(135deg, rgba(15, 76, 129, 0.08), rgba(188, 147, 84, 0.1)), var(--surface-strong);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
}

.cta-band h2 {
  margin: 10px 0 12px;
}

.cta-band__actions,
.footer-cta__actions,
.site-header__actions,
.site-nav__mobile-actions,
.booking-actions,
.booking-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

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

.btn span.material-symbols-outlined {
  font-size: 20px;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--teal));
  box-shadow: 0 18px 34px -22px rgba(15, 76, 129, 0.7);
}

.btn-secondary {
  color: var(--brand-strong);
  background: var(--surface-strong);
  border-color: var(--line);
}

.btn-text {
  color: var(--brand);
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.btn-small {
  min-height: 42px;
  padding: 10px 16px;
  font-size: 0.92rem;
}

.site-utility {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 6px 16px;
  padding: 6px 4px 10px;
  color: var(--muted);
}

.site-utility__meta ul,
.site-utility__actions ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
}

.site-utility__meta ul li a,
.site-utility__actions ul li a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.76rem;
  font-weight: 600;
}

.site-utility__meta ul li a span {
  font-size: 0.76rem;
  font-weight: 600;
}

.site-utility__actions ul li a {
  color: var(--brand);
  padding: 6px 0;
}

.site-header {
  position: relative;
  z-index: 60;
}

.site-header.is-fixed {
  position: fixed;
  top: 12px;
  left: 50%;
  z-index: 70;
  width: min(1240px, calc(100vw - 32px));
  transform: translateX(-50%);
}

@media (min-width: 1600px) {
  .site-header.is-fixed {
    width: min(1440px, calc(100vw - 32px));
  }
}

.site-header__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 250px) minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
  padding: 10px 12px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

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

.brand__logo,
.footer-registration__logo {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  object-fit: contain;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(15, 76, 129, 0.08);
  box-shadow: 0 18px 34px -26px rgba(15, 76, 129, 0.38);
}

.brand__copy {
  display: grid;
  gap: 3px;
}

.brand__copy strong {
  font-size: 1rem;
  color: var(--brand-strong);
}

.brand__copy small {
  color: var(--muted);
  font-size: 0.875rem;
  line-height: 1.5;
}

.site-nav {
  min-width: 0;
}

.site-nav__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 6px 12px;
  border-radius: 999px;
  color: #26435e;
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.nav-group:hover .nav-link,
.nav-link.active {
  color: var(--brand);
  background: rgba(15, 76, 129, 0.08);
}

.nav-group {
  position: relative;
}

.nav-group::after {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  width: min(320px, 78vw);
  height: 18px;
  background: transparent;
}

.nav-group__bar {
  display: flex;
  align-items: center;
  min-width: 0;
  padding-right: 2px;
  border-radius: 999px;
}

.nav-caret,
.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: var(--brand);
  cursor: pointer;
}

.nav-caret {
  width: 20px;
  height: 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.nav-caret span {
  font-size: 1.125rem;
}

.nav-group:hover .nav-caret,
.menu-toggle:hover {
  background: rgba(15, 76, 129, 0.08);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 14px;
}

.site-header__actions {
  flex-wrap: nowrap;
  justify-content: flex-end;
  flex-shrink: 0;
  gap: 8px;
}

.site-header__compact-actions {
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.site-header__booking {
  display: none;
  min-width: max-content;
  min-height: 62px;
  padding: 0 20px;
  border-radius: 18px;
  box-shadow: 0 16px 30px -22px rgba(15, 76, 129, 0.68);
}

.site-header__booking-label-short {
  display: none;
}

.site-header__booking .material-symbols-outlined {
  font-size: 1.05rem;
  font-variation-settings:
    "FILL" 1,
    "wght" 600,
    "GRAD" 0,
    "opsz" 24;
}

.contact-float {
  position: fixed;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  z-index: 88;
  display: grid;
  justify-items: end;
  gap: 10px;
  justify-items: end;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

body.nav-open .contact-float,
body.booking-modal-open .contact-float {
  opacity: 0;
  pointer-events: none;
}

.contact-float__link {
  position: relative;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 20px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  box-shadow: 0 20px 34px -22px rgba(15, 40, 76, 0.44);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  cursor: pointer;
}

.contact-float__link:hover {
  transform: translateX(-3px);
  box-shadow: 0 22px 38px -22px rgba(15, 40, 76, 0.48);
  filter: saturate(1.06);
}

.contact-float__tooltip {
  position: absolute;
  top: 50%;
  right: calc(100% + 12px);
  min-width: 148px;
  padding: 10px 14px;
  border-radius: 18px;
  background: rgba(18, 35, 63, 0.94);
  color: #fff;
  transform: translateY(-50%) translateX(6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  text-align: left;
  box-shadow: 0 20px 32px -24px rgba(5, 18, 38, 0.7);
}

.contact-float__tooltip strong,
.contact-float__tooltip small {
  display: block;
  font-size: 0.78rem;
  line-height: 1.35;
}

.contact-float__tooltip small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.74);
}

.contact-float__link:hover .contact-float__tooltip,
.contact-float__link:focus-visible .contact-float__tooltip {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.contact-float__icon {
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  color: #fff;
}

.contact-float__icon--top {
  width: auto;
  height: auto;
  font-size: 1.5rem;
  font-variation-settings:
    "FILL" 1,
    "wght" 600,
    "GRAD" 0,
    "opsz" 24;
}

.contact-float__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.contact-float__link--top {
  background: linear-gradient(145deg, #2f7ea1, #1d5e7e);
}

.contact-float__link--phone {
  background: linear-gradient(145deg, var(--brand), var(--teal));
}

.contact-float__link--zalo {
  background: linear-gradient(145deg, #1172c8, #0a54a3);
}

.nav-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: min(280px, 78vw);
  padding: 14px 0;
  display: block;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(208, 220, 233, 0.92);
  box-shadow: 0 28px 48px -34px rgba(15, 35, 63, 0.28);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none;
  overflow: hidden;
}

.nav-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--brand), rgba(33, 123, 116, 0.7));
}

.nav-group:hover .nav-panel,
.nav-group.is-open .nav-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.nav-panel__links {
  display: grid;
  gap: 0;
}

.nav-panel__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 54px;
  padding: 14px 20px;
  border: 0;
  color: var(--brand-strong);
  background: transparent;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.45;
  transition: all 0.3s ease;
}

.nav-panel__link span {
  font-size: 0.9375rem;
}

.nav-panel__link+.nav-panel__link {
  border-top: 1px solid rgba(216, 226, 238, 0.72);
}

.nav-panel__link .material-symbols-outlined {
  font-size: 1.05rem;
  color: rgba(15, 76, 129, 0.78);
  transition: all 0.3s ease;
}

.nav-panel__link:hover {
  color: var(--brand);
  background: linear-gradient(90deg, rgba(243, 187, 79, 0.22), rgba(243, 187, 79, 0.08));
}

.nav-panel__link:hover .material-symbols-outlined {
  color: var(--brand);
  transform: translateX(2px);
}

.site-nav__mobile-actions {
  display: none;
}

.person-card--plain {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 253, 0.96)),
    linear-gradient(140deg, rgba(15, 76, 129, 0.06), transparent 58%);
}

.person-card--plain::before {
  content: "";
  position: absolute;
  inset: auto -48px -54px auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15, 76, 129, 0.14), rgba(15, 76, 129, 0));
  pointer-events: none;
}

.person-card--plain .person-card__body {
  padding: 24px;
}

.doctor-option--plain {
  grid-template-columns: 1fr;
  padding: 18px;
}

.doctor-option__badge {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  background: linear-gradient(135deg, rgba(15, 76, 129, 0.18), rgba(33, 123, 116, 0.14));
  color: var(--brand);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.site-footer {
  margin-top: 56px;
}

.footer-cta {
  padding: clamp(28px, 4vw, 42px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 2.13fr) repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
}

.footer-registration,
.footer-column {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.footer-registration {
  display: grid;
  gap: 14px;
  padding-right: 24px;
  border-right: 1px solid rgba(15, 76, 129, 0.1);
}

.footer-registration__brand {
  display: flex;
  gap: 14px;
  align-items: center;
}

.footer-registration__logo {
  width: 90px;
  height: 90px;
  flex: 0 0 90px;
  object-fit: contain;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(15, 76, 129, 0.08);
  box-shadow: 0 18px 34px -26px rgba(15, 76, 129, 0.38);
}

.footer-registration__copy {
  display: grid;
  gap: 3px;
}

.footer-registration__copy strong,
.footer-column h3,
.footer-registration__card h3 {
  display: block;
  font-size: 1.02rem;
  color: var(--brand-strong);
}

.footer-registration__copy strong {
  margin: 0;
}

.footer-registration__copy span {
  color: var(--brand);
  font-weight: 700;
  font-size: 0.88rem;
}

.footer-registration__copy small a {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.footer-registration__copy small a:hover {
  color: var(--brand);
}

.footer-registration__card {
  padding-top: 14px;
  border-top: 1px solid rgba(15, 76, 129, 0.1);
}

.footer-registration__card h3,
.footer-column h3 {
  margin: 0 0 10px;
}

.footer-registration__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 12px;
  margin: 0;
}

.footer-registration__list div {
  display: grid;
  gap: 3px;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(15, 76, 129, 0.08);
  background: rgba(15, 76, 129, 0.03);
}

.footer-registration__list dt {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-registration__list dd,
.footer-registration__list dd a {
  margin: 0;
  color: var(--brand-strong);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.42;
}

.footer-column {
  min-width: 0;
  padding-left: 8px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  align-content: start;
  gap: 8px;
}

.footer-column a,
.footer-bottom a {
  color: var(--muted);
}

.footer-links li a {
  display: inline-flex;
  align-items: flex-start;
  min-height: 24px;
  color: var(--muted);
  line-height: 1.5;
  font-size: 0.92rem;
}

.footer-links li a {
  width: fit-content;
}

.footer-links li a.footer-link--static {
  cursor: default;
}

.footer-column a:hover,
.footer-bottom a:hover,
.site-utility__actions a:hover {
  color: var(--brand);
}

.footer-bottom {
  margin-top: 14px;
  padding: 6px 4px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 20px;
  color: var(--muted);
  font-size: 0.84rem;
}

.footer-bottom div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.footer-bottom div span {
  color: var(--muted);
}

body.booking-modal-open {
  overflow: hidden;
}

.booking-modal[hidden] {
  display: none !important;
}

.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 20px;
}

.booking-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(42, 146, 168, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(10, 25, 43, 0.46), rgba(10, 25, 43, 0.62));
  backdrop-filter: blur(14px);
}

.booking-modal__dialog {
  position: relative;
  width: min(1120px, 100%);
  height: min(84vh, 860px);
  display: grid;
  grid-template-columns: minmax(300px, 0.84fr) minmax(0, 1.16fr);
  overflow: hidden;
  border-radius: calc(var(--radius-xl) + 6px);
  border: 1px solid rgba(255, 255, 255, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.1)),
    rgba(255, 255, 255, 0.08);
  box-shadow: 0 38px 90px rgba(8, 18, 33, 0.28);
  backdrop-filter: blur(30px) saturate(1.08);
  transform: translateY(18px) scale(0.98);
  opacity: 0;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.booking-modal__dialog::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 14%, rgba(255, 255, 255, 0.1) 86%, rgba(255, 255, 255, 0.2)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.booking-modal.is-open .booking-modal__dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.booking-modal__aside,
.booking-modal__panel {
  position: relative;
  min-height: 0;
  padding: clamp(20px, 3.4vw, 30px);
}

.booking-modal__aside {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 20px;
  color: #fff;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 30%),
    linear-gradient(150deg, rgba(8, 57, 110, 0.74), rgba(19, 130, 126, 0.62));
  backdrop-filter: blur(20px);
}

.booking-modal__brandmark {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 6px;
  width: 100%;
}

.booking-modal__logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
}

.booking-modal__logo {
  width: 204px;
  height: 204px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 2px rgba(255, 255, 255, 0.98)) drop-shadow(0 0 10px rgba(255, 255, 255, 0.34)) drop-shadow(0 0 22px rgba(255, 255, 255, 0.16)) drop-shadow(0 18px 26px rgba(4, 16, 42, 0.2));
}

.booking-modal__brandcopy {
  display: grid;
  gap: 2px;
  justify-items: center;
}

.booking-modal__brandcopy strong {
  color: #fff;
  font-size: clamp(2.1rem, 3.3vw, 2.8rem);
  line-height: 1.02;
  letter-spacing: 0.01em;
}

.booking-modal__brandcopy span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.booking-modal__highlights {
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: 360px;
  margin-top: 0;
}

.booking-modal__highlights article {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 14px;
  padding: 12px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.booking-modal__highlights .material-symbols-outlined {
  width: 50px;
  height: 50px;
  display: inline-grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 1.45rem;
}

.booking-modal__highlights strong,
.booking-modal__highlights small {
  display: block;
}

.booking-modal__highlights strong {
  color: #fff;
  font-size: 1rem;
}

.booking-modal__highlights small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
  line-height: 1.55;
}

.booking-modal__panel {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  height: 100%;
  max-height: 100%;
  gap: 12px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(15, 76, 129, 0.38) rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(247, 250, 253, 0.34));
  backdrop-filter: blur(20px);
}


.booking-modal__form,
.booking-modal__success {
  flex: 1 1 auto;
  min-height: 0;
}

.booking-modal__panel::-webkit-scrollbar {
  width: 10px;
}

.booking-modal__panel::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
}

.booking-modal__panel::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.24);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(15, 76, 129, 0.42));
}



.booking-modal__close {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  right: 16px;
  z-index: 2;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(15, 76, 129, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--brand-strong);
  box-shadow: 0 18px 30px -24px rgba(15, 35, 63, 0.4);
}

.booking-modal__close:hover {
  background: rgba(255, 255, 255, 0.92);
}

.booking-modal__hotline-fab {
  position: absolute;
  top: 45%;
  right: -14px;
  z-index: 2;
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, rgba(15, 76, 129, 0.96), rgba(19, 130, 126, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: 0 22px 44px -26px rgba(8, 32, 55, 0.48);
  transform: translateY(-50%);
}

.booking-modal__hotline-fab .material-symbols-outlined {
  font-size: 1.42rem;
}

.booking-modal__hotline-fab:hover {
  filter: brightness(1.04);
  transform: translateY(-50%) scale(1.02);
}

.booking-modal__context {
  display: inline-grid;
  gap: 2px;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(15, 76, 129, 0.08);
}

.booking-modal__context-label {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-modal__context strong {
  color: var(--brand-strong);
  font-size: 1rem;
}

.booking-modal__form,
.booking-modal__success,
.booking-modal__form .wpcf7-form {
  display: grid;
  gap: 14px;
  align-content: start;
}

.booking-modal__form[hidden],
.booking-modal__success[hidden] {
  display: none !important;
}

.booking-modal__section {
  display: grid;
  gap: 10px;
}

.booking-modal__department-field {
  gap: 8px;
}

.booking-modal__select {
  appearance: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 253, 0.88)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2326435e' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 14px center / 16px;
  padding-right: 42px;
  cursor: pointer;
}

.booking-modal__select-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.52;
}

.booking-modal__label {
  color: var(--brand-strong);
  font-size: 0.9rem;
  font-weight: 700;
}

.booking-modal__slot {
  width: 100%;
  border: 1px solid rgba(15, 76, 129, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 16px 34px -28px rgba(15, 35, 63, 0.28);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.booking-modal__slot-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.booking-modal__slot {
  width: auto;
  min-height: 42px;
  padding: 10px 14px;
  color: var(--brand-strong);
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.booking-modal__slot:hover,
.booking-modal__slot.is-selected,
.booking-modal__slot:has(input:checked) {
  transform: translateY(-1px);
  border-color: rgba(243, 187, 79, 0.54);
  background: linear-gradient(135deg, rgba(243, 187, 79, 0.22), rgba(243, 187, 79, 0.08));
  box-shadow: 0 22px 40px -30px rgba(188, 147, 84, 0.5);
}

.booking-modal__fields {
  margin-top: 0;
  gap: 12px;
}

.booking-modal__message {
  min-height: 0;
  margin-top: -2px;
}

.booking-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.booking-modal__actions--inline {
  margin-top: 2px;
  padding: 12px 14px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  background:
    linear-gradient(180deg, rgba(248, 250, 253, 0.32), rgba(248, 250, 253, 0.88) 34%, rgba(248, 250, 253, 0.96));
  box-shadow: 0 22px 40px -32px rgba(15, 35, 63, 0.34);
  backdrop-filter: blur(16px);
}

.booking-modal__actions .btn {
  min-width: 180px;
}

.booking-modal__actions--inline .btn {
  min-width: 0;
  width: 100%;
}

.booking-modal__note-field {
  margin-top: -2px;
}

.booking-modal__panel .field label {
  font-size: 0.9rem;
}

.booking-modal__panel .input,
.booking-modal__panel .textarea {
  padding: 11px 14px;
  font-size: 0.95rem;
}

.booking-modal__panel .textarea {
  min-height: 64px;
  height: 64px;
}

.booking-modal__success h3 {
  margin: 4px 0 0;
  color: var(--brand-strong);
  font-size: clamp(1.55rem, 2.8vw, 2.1rem);
  line-height: 1.12;
}

.booking-modal__success p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

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

.booking-modal__summary div {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(15, 76, 129, 0.05);
  border: 1px solid rgba(15, 76, 129, 0.08);
}

.booking-modal__summary span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-modal__summary strong {
  color: var(--brand-strong);
  font-size: 1rem;
  line-height: 1.5;
}

.booking-shell {
  padding: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.booking-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 20px;
}

.booking-panel {
  padding: 24px;
}

.stepper {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px;
  border-radius: 18px;
  background: var(--surface-soft);
  border: 1px solid rgba(216, 226, 238, 0.9);
}

.step-card.is-active {
  background: rgba(15, 76, 129, 0.08);
  border-color: rgba(15, 76, 129, 0.22);
}

.step-card.is-done .step-index {
  background: linear-gradient(135deg, var(--brand), var(--teal));
  color: #fff;
}

.step-index {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  font-weight: 800;
}

.summary-box {
  margin-top: 24px;
  padding: 18px;
  border-radius: var(--radius-md);
  background: var(--surface-soft);
  border: 1px solid var(--line);
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(216, 226, 238, 0.8);
}

.summary-row:last-child {
  border-bottom: 0;
}

.summary-row span {
  color: var(--muted);
}

.form-stage {
  display: none;
}

.form-stage.is-active {
  display: block;
}

.option-grid,
.slot-grid,
.doctor-grid,
.notice-grid {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

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

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

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

.option-card,
.slot-chip,
.doctor-option,
.notice-card {
  width: 100%;
  text-align: left;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--surface-strong);
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.option-card,
.notice-card {
  padding: 18px;
}

.slot-chip {
  padding: 16px 18px;
  font-weight: 700;
  color: var(--brand-strong);
}

.doctor-option {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  padding: 12px;
}

.doctor-option img {
  width: 100%;
  height: 124px;
  object-fit: cover;
  border-radius: 14px;
}

.option-card:hover,
.slot-chip:hover,
.doctor-option:hover,
.notice-card:hover,
.option-card.is-selected,
.slot-chip.is-selected,
.doctor-option.is-selected {
  transform: translateY(-1px);
  border-color: rgba(15, 76, 129, 0.32);
  box-shadow: var(--shadow-soft);
}

.option-card.is-selected,
.slot-chip.is-selected,
.doctor-option.is-selected {
  background: rgba(15, 76, 129, 0.06);
}

.form-grid {
  margin-top: 18px;
}

.field {
  display: grid;
  gap: 8px;
}

.field--full {
  grid-column: 1 / -1;
}

.field label {
  font-weight: 700;
  color: var(--brand-strong);
}

.input,
.textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--line-strong);
  background: #fcfdff;
  color: var(--ink);
  padding: 13px 15px;
  outline: none;
}

.input[type="date"] {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  min-width: 0;
  text-align: left;
}

.input[type="date"]::-webkit-date-and-time-value {
  text-align: left;
}

.input[type="date"]::-webkit-datetime-edit {
  padding: 0;
}

.input[type="date"]::-webkit-calendar-picker-indicator {
  margin: 0;
}

.textarea {
  min-height: 124px;
  height: 124px;
  resize: vertical;
}

.input:focus,
.textarea:focus {
  border-color: var(--brand);
}

select:not([multiple]):not([size]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 1.25rem;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.form-message {
  margin-top: 16px;
  min-height: 22px;
  color: var(--muted);
}

.form-message.is-error {
  color: #f00f00;
}

.form-message.is-success {
  color: #19675f;
}

.booking-success {
  display: none;
  padding: 24px;
  margin-top: 20px;
}

.booking-success.is-visible {
  display: block;
}

.booking-help {
  padding: 24px;
  background: linear-gradient(180deg, rgba(15, 76, 129, 0.06), rgba(255, 255, 255, 0.9));
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

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

.article-prose {
  display: grid;
  gap: 18px;
}

.article-prose .lead {
  font-size: 1.08rem;
  line-height: 1.8;
  color: var(--ink);
}

.article-prose h2,
.article-prose h3 {
  margin: 0;
  color: var(--brand-strong);
}

.article-prose h2 {
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  line-height: 1.2;
}

.article-prose h3 {
  font-size: 1.12rem;
  line-height: 1.35;
}

.article-prose p {
  margin: 0;
  color: var(--muted);
  line-height: 1.78;
}

.article-prose p+p {
  margin-top: 14px;
}

.article-stack {
  display: grid;
  gap: 14px;
}

.article-highlight {
  padding: 18px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(15, 76, 129, 0.05), rgba(24, 164, 178, 0.04));
  border: 1px solid rgba(207, 220, 233, 0.95);
}

.article-highlight strong {
  display: block;
  margin-bottom: 8px;
  color: var(--brand-strong);
}

.article-highlight p {
  line-height: 1.72;
}

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

.article-meta-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--ink);
}

.article-meta-list .material-symbols-outlined {
  font-size: 1.1rem;
  color: var(--brand);
}

.article-aside {
  display: grid;
  gap: 18px;
  align-content: start;
}

.article-aside .note-panel {
  padding: 22px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

@media (max-width: 1460px) {
  .site-header__inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-header__compact-actions {
    display: inline-flex;
  }

  .site-header__booking {
    display: inline-flex;
    white-space: nowrap;
    align-self: center;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    max-height: calc(100vh - 112px);
    overflow-y: auto;
    overscroll-behavior: contain;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    pointer-events: none;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 18px;
    box-shadow: var(--shadow);
  }

  .site-nav::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

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

  .site-nav__list {
    align-items: stretch;
    justify-content: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .nav-link {
    width: 100%;
    padding: 8px 15px;
  }

  .nav-group__bar {
    justify-content: space-between;
  }

  .nav-panel {
    position: static;
    width: 100%;
    margin-top: 8px;
    padding: 5px 0;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    box-shadow: none;
    grid-template-columns: 1fr;
  }

  .nav-group.is-open .nav-panel {
    display: grid;
  }

  .nav-panel__link {
    min-height: 46px;
  }

  .site-header__actions {
    display: none;
  }

  .site-nav__mobile-actions {
    display: flex;
    margin-top: 12px;
  }

  .page-hero,
  .split-layout,
  .booking-layout,
  .section-heading--inline,
  .footer-cta,
  .cta-band,
  .contact-grid,
  .grid-4,
  .logo-grid,
  .booking-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3,
  .quote-grid,
  .news-grid,
  .package-grid,
  .option-grid,
  .slot-grid,
  .doctor-grid,
  .notice-grid,
  .people-grid,
  .process-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-registration {
    grid-column: 1 / -1;
    padding-right: 0;
    padding-bottom: 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(15, 76, 129, 0.1);
  }

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

  .expert-card--profile {
    grid-template-columns: 148px minmax(0, 1fr);
    gap: 18px;
  }

  .partner-marquee__arrow {
    width: 48px;
    height: 48px;
    left: 0;
  }

  .partner-marquee__arrow--next {
    left: auto;
    right: 0;
  }

  .press-grid,
  .value-system__content,
  .core-value-grid,
  .media-hub,
  .media-hub__grid {
    grid-template-columns: 1fr 1fr;
  }

  .press-card--featured {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .booking-modal {
    padding: 14px;
  }

  .booking-modal__dialog {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    max-height: min(92vh, 920px);
  }

  .booking-modal__aside,
  .booking-modal__panel {
    padding: 20px 18px;
  }

  .booking-modal__highlights {
    max-width: 100%;
  }

  .booking-modal__summary {
    grid-template-columns: 1fr;
  }

  .hero-slider {
    min-height: 340px;
    margin-top: 14px;
  }

  .hero-slider__controls {
    inset: auto 14px 14px 14px;
    justify-content: space-between;
  }

  .site-page {
    width: min(100% - 16px, 100%);
    padding: 10px 0 42px;
  }

  .site-header {
    top: 0;
  }

  .site-header.is-fixed {
    top: 8px;
    width: min(1240px, calc(100vw - 20px));
  }

  .site-utility {
    padding: 4px 2px 10px;
  }

  .site-utility__meta ul {
    gap: 8px 12px;
  }

  .site-utility__meta ul li a {
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .site-utility__meta ul li a .material-symbols-outlined {
    font-size: 0.96rem;
  }

  .page-hero__content h1 {
    font-size: clamp(2.15rem, 9vw, 3rem);
  }

  .page-hero {
    gap: 16px;
  }

  .page-hero__content {
    padding: 24px;
  }

  .page-hero__aside {
    gap: 14px;
  }

  .page-hero__content p {
    max-width: 100%;
    font-size: 0.98rem;
  }

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

  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
  }

  .hero-stats article {
    padding: 14px 16px;
  }

  .hero-stats strong {
    font-size: 1.35rem;
  }

  .hero-stats span {
    font-size: 0.84rem;
    line-height: 1.5;
  }

  .hero-stats,
  .grid-2,
  .grid-3,
  .grid-4,
  .people-grid,
  .quote-grid,
  .news-grid,
  .package-grid,
  .process-grid,
  .stats-grid,
  .logo-grid,
  .form-grid,
  .booking-card-grid,
  .option-grid,
  .slot-grid,
  .doctor-grid,
  .notice-grid,
  .contact-grid,
  .footer-cta,
  .footer-main,
  .section-heading--inline,
  .cta-band,
  .booking-layout,
  .split-layout,
  .page-hero {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 220px;
  }

  .hero-note {
    padding: 20px;
  }

  .hero-note .detail-list {
    margin-top: 14px;
  }

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

  .article-aside .note-panel {
    padding: 18px;
  }

  .article-prose .lead {
    font-size: 1rem;
  }

  .intro-band,
  .equipment-grid,
  .signature-grid,
  .media-grid,
  .specialty-grid,
  .press-grid,
  .news-home-grid,
  .media-hub,
  .core-value-grid,
  .value-system__content {
    grid-template-columns: 1fr;
  }

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

  .expert-card--profile {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
  }

  .expert-card__portrait {
    max-width: none;
    margin: 0;
    gap: 10px;
  }

  .expert-card__portrait img {
    aspect-ratio: 1 / 1.08;
    border-radius: 18px;
  }

  .specialty-card__body,
  .expert-card__panel,
  .press-card__body,
  .review-card,
  .news-card__body,
  .media-hub__feature-body,
  .media-mini-card__body {
    padding: 18px;
    gap: 10px;
  }

  .specialty-card h3,
  .press-card h3,
  .media-hub__feature-body h3 {
    font-size: clamp(1.22rem, 4.8vw, 1.35rem);
  }

  .specialty-card p,
  .press-card p,
  .review-card p,
  .news-card__body p,
  .media-hub__feature-body p,
  .media-mini-card__body span {
    font-size: 0.94rem;
    line-height: 1.66;
  }

  .expert-card h3 {
    font-size: clamp(1.06rem, 2.6vw, 1.3rem);
  }

  .expert-card__meta {
    font-size: 0.68rem;
    line-height: 1.5;
  }

  .expert-card__panel {
    gap: 8px;
    padding: 0;
  }

  .expert-card__facts li {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 8px;
  }

  .expert-card__facts li:not(:first-child) {
    display: none;
  }

  .expert-card__facts .material-symbols-outlined {
    width: 32px;
    height: 32px;
    border-radius: 11px;
    font-size: 0.96rem;
  }

  .expert-card__facts li span:last-child {
    padding-top: 3px;
    font-size: 0.84rem;
    line-height: 1.44;
  }

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

  .news-card--link .news-card__body {
    min-height: 0;
    gap: 8px;
  }

  .news-card h3 {
    margin: 8px 0 0;
    font-size: 1.08rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .news-card--link .news-card__body p {
    -webkit-line-clamp: 2;
    font-size: 0.88rem;
    line-height: 1.58;
  }

  .card-link {
    margin-top: 8px;
    font-size: 0.84rem;
  }

  .media-hub {
    gap: 14px;
  }

  .media-hub__feature img {
    height: 248px;
  }

  .media-hub__feature-body {
    gap: 8px;
  }

  .media-hub__feature-body h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .media-hub__feature-body p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 0.9rem;
    line-height: 1.56;
  }

  .media-hub__grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(240px, 72%);
    overflow-x: auto;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    padding: 4px 2px;
  }

  .media-hub__grid::-webkit-scrollbar {
    display: none;
  }

  .media-mini-card {
    min-width: 0;
    scroll-snap-align: start;
  }

  .media-mini-card img {
    height: 140px;
  }

  .media-mini-card__body {
    gap: 8px;
  }

  .media-mini-card__body h3 {
    font-size: 0.92rem;
    line-height: 1.42;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .media-mini-card__body span {
    display: none;
  }

  .review-marquee__track,
  .news-marquee__track {
    grid-auto-columns: calc((100% - 18px) / 2);
  }

  .partner-brand {
    flex-basis: clamp(146px, 38vw, 184px);
    min-height: 96px;
    padding: 20px;
  }

  .partner-brand img {
    max-width: 146px;
    max-height: 50px;
  }

  .partner-brand--wide img {
    max-width: 156px;
  }

  .partner-brand--tall img {
    max-width: 132px;
    max-height: 94px;
  }

  .partner-brand--stacked img {
    max-width: 148px;
    max-height: 108px;
  }

  .partner-brand--insmart img {
    max-width: 158px;
    max-height: 60px;
  }

  .review-card--story {
    flex-basis: clamp(268px, 70vw, 336px);
    min-height: 270px;
  }

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

  .stat-panel {
    min-height: 0;
    padding: 18px 16px;
  }

  .stat-panel--wide {
    grid-column: 1 / -1;
  }

  .stat-panel--booking {
    padding: 18px;
  }

  .stat-panel strong {
    font-size: clamp(1.04rem, 2.8vw, 1.18rem);
  }

  .stat-panel span {
    font-size: 0.88rem;
    line-height: 1.56;
  }

  .intro-band__media {
    min-height: 320px;
  }

  .media-card--wide {
    grid-column: auto;
  }

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

  .doctor-option img {
    height: 108px;
  }

  .booking-layout {
    gap: 16px;
  }

  .booking-panel {
    padding: 20px;
  }

  .stepper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 16px;
  }

  .step-card {
    gap: 12px;
    padding: 12px;
  }

  .step-card p {
    font-size: 0.88rem;
    line-height: 1.52;
  }

  .summary-box {
    margin-top: 18px;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 18px 16px;
  }

  .footer-registration__brand {
    align-items: flex-start;
  }

  .footer-registration {
    gap: 12px;
    padding-bottom: 22px;
  }

  .footer-column {
    padding-left: 0;
  }

  .site-utility__actions {
    display: none;
  }

  .value-system__rail {
    padding-left: 0;
    padding-top: 6px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .core-value-card {
    min-height: 0;
  }

  .expert-card img,
  .media-hub__feature img {
    height: 240px;
  }

  .expert-card__portrait img {
    height: auto;
  }

  .contact-float {
    right: 12px;
    gap: 10px;
  }

  .contact-float__link {
    width: 52px;
    height: 52px;
    border-radius: 18px;
  }

  .contact-float__icon {
    width: 24px;
    height: 24px;
  }
}

@media (max-height: 860px) and (min-width: 821px) {

  .booking-modal__aside,
  .booking-modal__panel {
    padding: 18px 20px;
  }

  .booking-modal__brandmark {
    gap: 4px;
  }

  .booking-modal__logo {
    width: 176px;
    height: 176px;
  }

  .booking-modal__brandcopy strong {
    font-size: clamp(1.9rem, 3vw, 2.4rem);
  }

  .booking-modal__brandcopy span {
    font-size: 0.9rem;
  }

  .booking-modal__highlights {
    gap: 10px;
    max-width: 330px;
  }

  .booking-modal__highlights article {
    gap: 12px;
    padding: 10px 14px;
  }

  .booking-modal__highlights .material-symbols-outlined {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 1.2rem;
  }

  .booking-modal__highlights strong {
    font-size: 0.94rem;
  }

  .booking-modal__highlights small {
    font-size: 0.82rem;
    line-height: 1.46;
  }

  .booking-modal__context {
    margin-bottom: 10px;
    padding: 7px 10px;
  }

  .booking-modal__section,
  .booking-modal__department-field {
    gap: 6px;
  }

  .booking-modal__select-note {
    display: none;
  }

  .booking-modal__slot-grid {
    gap: 6px;
  }

  .booking-modal__slot {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 0.92rem;
  }

  .booking-modal__fields {
    gap: 10px;
  }

  .booking-modal__panel .field label {
    font-size: 0.84rem;
  }

  .booking-modal__panel .input,
  .booking-modal__panel .textarea {
    padding: 9px 12px;
    font-size: 0.9rem;
  }

  .booking-modal__actions--inline {
    margin-top: 0;
    padding: 10px 12px;
    gap: 10px;
  }

  .booking-modal__actions .btn {
    min-height: 42px;
  }
}

@media (max-width: 820px) {
  .booking-modal__aside {
    display: none;
  }

  .booking-modal__dialog {
    grid-template-columns: 1fr;
  }

  .booking-modal__hotline-fab {
    top: 18px;
    right: 64px;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    transform: none;
  }

  .booking-modal__hotline-fab:hover {
    transform: scale(1.02);
  }

  .booking-modal__context {
    margin-right: 112px;
  }

  .booking-modal__select-note {
    display: none;
  }
}

@media (max-width: 560px) {
  .booking-modal {
    padding: 10px;
  }

  .booking-modal__dialog {
    width: 100%;
    border-radius: 24px;
  }

  .booking-modal__panel {
    padding: 16px 14px;
  }

  .booking-modal__close {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  .booking-modal__hotline-fab {
    top: 12px;
    right: 58px;
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  .booking-modal__hotline-fab .material-symbols-outlined {
    font-size: 1.1rem;
  }

  .booking-modal__slot-grid,
  .booking-modal__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .booking-modal__actions--inline {
    padding: 12px 12px 14px;
    border-radius: 20px;
  }

  .booking-modal__actions .btn {
    width: 100%;
    min-width: 0;
  }

  .booking-modal__panel .input,
  .booking-modal__panel .textarea {
    padding: 10px 12px;
    font-size: 0.92rem;
  }

  .booking-modal__slot {
    width: 100%;
    justify-content: center;
  }

  .site-header__inner,
  .page-hero__content,
  .section-block,
  .booking-shell,
  .booking-panel,
  .footer-cta,
  .cta-band,
  .hero-note {
    padding: 18px;
  }

  .site-page {
    width: min(100% - 16px, 100%);
    padding-bottom: 42px;
  }

  .site-header__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 14px 16px;
  }

  .brand__logo,
  .footer-registration__logo {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
  }

  .intro-band {
    padding: 22px 18px;
  }

  .brand {
    gap: 10px;
  }

  .brand__copy strong {
    font-size: 0.9rem;
  }

  .brand__copy small {
    font-size: 0.7rem;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .site-header__compact-actions {
    gap: 8px;
  }

  .site-header__booking {
    min-width: 0;
    min-height: 54px;
    padding: 0 16px;
    border-radius: 18px;
  }

  .site-header__booking-label {
    display: none;
  }

  .site-header__booking-label-short {
    display: inline;
  }

  .intro-band__eyebrow {
    margin-bottom: 0;
  }

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

  .intro-band__pills span {
    min-height: 32px;
    max-width: 100%;
    padding: 7px 10px;
    font-size: 0.74rem;
    justify-content: center;
    text-align: center;
  }

  .intro-band__pills span:last-child {
    grid-column: 1 / -1;
  }

  .intro-band__copy,
  .intro-band__summary,
  .intro-band__summary p,
  .intro-band__aside,
  .stat-panel {
    width: 100%;
    overflow: hidden;
  }

  .intro-band__media {
    min-height: 220px;
    border-radius: 20px;
  }

  .intro-band__media-note {
    left: 14px;
    right: 14px;
    bottom: 14px;
    min-height: 48px;
    padding: 10px 12px;
    font-size: 0.82rem;
  }

  .intro-band__lead {
    max-width: 100%;
    font-size: 0.94rem;
    line-height: 1.74;
  }

  .intro-band__summary p {
    font-size: 0.9rem;
    line-height: 1.68;
  }

  .stat-panel__art {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
    border-radius: 20px;
  }

  .stat-panel__art .material-symbols-outlined {
    font-size: 32px;
    transform: translateY(2px);
    font-variation-settings:
      "FILL" 1,
      "wght" 500,
      "GRAD" 0,
      "opsz" 32;
  }

  .stat-panel__art::after {
    inset: 8px;
    border-radius: 16px;
  }

  .stat-panel--booking .stat-panel__art {
    width: 68px;
    height: 68px;
    flex-basis: 68px;
  }

  .intro-band__aside {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .stat-panel {
    padding: 16px 14px;
  }

  .stat-panel__head {
    gap: 10px;
  }

  .stat-panel__eyebrow {
    font-size: 0.66rem;
    letter-spacing: 0.1em;
  }

  .stat-panel strong {
    font-size: 0.98rem;
    line-height: 1.18;
  }

  .stat-panel span {
    font-size: 0.82rem;
    line-height: 1.48;
  }

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

  .expert-card--profile {
    gap: 12px;
    padding: 14px;
  }

  .expert-card__portrait {
    gap: 8px;
  }

  .expert-card__portrait img {
    aspect-ratio: 1 / 1.04;
    height: auto;
    border-radius: 16px;
  }

  .expert-card__panel {
    gap: 7px;
    padding: 0;
  }

  .expert-card__meta {
    font-size: 0.64rem;
    letter-spacing: 0.07em;
  }

  .expert-card h3 {
    font-size: 1rem;
    line-height: 1.2;
  }

  .expert-card__facts {
    gap: 6px;
  }

  .expert-card__facts li {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 8px;
  }

  .expert-card__facts .material-symbols-outlined {
    width: 28px;
    height: 28px;
    border-radius: 10px;
    font-size: 0.88rem;
  }

  .expert-card__facts li span:last-child {
    padding-top: 2px;
    font-size: 0.8rem;
    line-height: 1.4;
  }

  .expert-card__cta {
    min-height: 40px;
    padding: 10px 12px;
    font-size: 0.82rem;
  }

  .site-utility__meta ul,
  .site-utility__actions ul,
  .hero-actions,
  .cta-band__actions,
  .footer-cta__actions,
  .site-nav__mobile-actions,
  .booking-actions,
  .booking-panel__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-float {
    top: auto;
    bottom: calc(14px + env(safe-area-inset-bottom, 0px));
    transform: none;
    right: calc(10px + env(safe-area-inset-right, 0px));
    z-index: 92;
    gap: 8px;
  }

  .contact-float__link {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .contact-float__tooltip {
    display: none;
  }

  .btn,
  .nav-panel__link {
    padding: 12px 14px;
  }

  .site-nav {
    top: calc(100% + 10px);
    padding: 14px;
    max-height: calc(100vh - 96px);
  }

  .nav-panel__link {
    min-height: 48px;
    padding: 12px;
  }

  .hero-slide__content h1,
  .hero-slide__content h2 {
    font-size: clamp(2.05rem, 11vw, 2.8rem);
  }

  .hero-slider {
    height: auto;
    min-height: 0;
    aspect-ratio: 1600 / 610;
    background: transparent;
  }

  .hero-slide__media img {
    object-fit: cover;
    object-position: center center;
  }

  .hero-slide__media::after {
    background:
      linear-gradient(180deg, rgba(10, 31, 52, 0.02), rgba(10, 31, 52, 0.08)),
      radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
  }

  .hero-slider__controls {
    inset: auto 12px 12px 12px;
    align-items: end;
  }

  .hero-slider__buttons {
    gap: 8px;
  }

  .hero-slider__buttons button {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  .hero-slider__dots {
    gap: 6px;
  }

  .hero-slider__dots button.is-active {
    width: 30px;
  }

  .hero-slider__dots button {
    width: 18px;
    height: 4px;
  }

  .page-hero__content h1,
  .section-heading h2,
  .section-heading h1,
  .footer-cta h2,
  .cta-band h2,
  .hero-note h2,
  .booking-success h2 {
    font-size: clamp(1.72rem, 7.4vw, 2.06rem);
    line-height: 1.1;
  }

  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
  }

  .page-hero {
    gap: 14px;
  }

  .page-hero__content h1 {
    margin: 14px 0 12px;
    font-size: clamp(1.54rem, 7.2vw, 1.92rem);
  }

  .page-hero__content p {
    font-size: 0.92rem;
    line-height: 1.68;
  }

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

  .hero-stats article {
    padding: 12px;
  }

  .hero-stats strong {
    margin-bottom: 3px;
    font-size: 1.12rem;
    line-height: 1.18;
  }

  .hero-stats span {
    font-size: 0.76rem;
    line-height: 1.45;
  }

  .page-hero__aside {
    gap: 0;
  }

  .hero-media {
    min-height: 208px;
    border-radius: 20px;
  }

  .page-hero__aside .hero-note {
    display: none;
  }

  .section,
  .page-hero,
  .cta-section {
    margin-top: 22px;
  }

  .media-hub__grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 82%;
    gap: 12px;
    overflow-x: auto;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    padding: 4px 2px;
  }

  .specialty-card__body,
  .expert-card__panel,
  .press-card__body,
  .review-card,
  .news-card__body,
  .media-hub__feature-body,
  .media-mini-card__body {
    padding: 16px;
  }

  .specialty-card__actions .btn,
  .specialty-card__quick,
  .expert-card__cta {
    width: 100%;
    justify-content: center;
  }

  .review-marquee__track,
  .news-marquee__track {
    grid-auto-columns: 100%;
  }

  .news-card--link .news-card__body {
    min-height: 0;
    gap: 8px;
  }

  .news-card h3 {
    margin: 6px 0 0;
    font-size: 1rem;
    -webkit-line-clamp: 2;
  }

  .news-card--link .news-card__body p {
    display: none;
  }

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

  .card-link {
    margin-top: 6px;
    font-size: 0.82rem;
  }

  .media-hub {
    gap: 12px;
  }

  .media-hub__grid::-webkit-scrollbar {
    display: none;
  }

  .media-hub__feature img {
    height: 206px;
  }

  .media-hub__feature-body h3 {
    font-size: 1.06rem;
    -webkit-line-clamp: 2;
  }

  .media-hub__feature-body p {
    display: none;
  }

  .media-hub__feature-cta {
    margin-top: 2px;
    font-size: 0.84rem;
  }

  .media-mini-card img {
    height: 118px;
  }

  .media-mini-card__body {
    padding: 12px;
    gap: 6px;
  }

  .media-mini-card__body h3 {
    font-size: 0.86rem;
    line-height: 1.38;
  }

  .partner-marquee__arrow {
    width: 42px;
    height: 42px;
    left: 0;
  }

  .partner-marquee__arrow--next {
    left: auto;
    right: 0;
  }

  .partner-brand {
    flex-basis: 148px;
    min-height: 90px;
    padding: 18px;
    border-radius: 20px;
  }

  .partner-brand img {
    max-width: 132px;
    max-height: 46px;
  }

  .partner-brand--wide img {
    max-width: 142px;
  }

  .partner-brand--tall img {
    max-width: 118px;
    max-height: 84px;
  }

  .partner-brand--stacked img {
    max-width: 134px;
    max-height: 98px;
  }

  .partner-brand--insmart img {
    max-width: 142px;
    max-height: 54px;
  }

  .partner-brand--mark img {
    max-width: 66px;
    max-height: 66px;
  }

  .review-card--story {
    min-height: auto;
  }

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

  .article-prose {
    gap: 16px;
  }

  .article-highlight,
  .article-aside .note-panel {
    padding: 16px;
  }

  .article-prose .lead {
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .booking-shell {
    padding: 18px;
  }

  .booking-layout {
    gap: 14px;
  }

  .booking-panel h3 {
    font-size: 1.3rem;
  }

  .stepper {
    grid-template-columns: 1fr;
    margin-top: 14px;
  }

  .step-card {
    gap: 10px;
    padding: 12px;
  }

  .step-card p,
  .summary-box {
    display: none;
  }

  .step-index {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .doctor-option {
    grid-template-columns: 72px 1fr;
    gap: 12px;
  }

  .doctor-option img {
    height: 96px;
  }

  .form-stage>p,
  .booking-panel>p {
    font-size: 0.92rem;
    line-height: 1.64;
  }

  .value-system {
    padding: 22px 18px;
  }

  .value-system__intro h2 {
    font-size: clamp(1.76rem, 9.6vw, 2.28rem);
  }

  .value-cluster__list li {
    padding-left: 40px;
  }

  .core-value-card {
    padding: 68px 20px 22px;
  }

  .core-value-card h3 {
    font-size: 1.42rem;
  }

  .specialty-card__actions,
  .media-hub__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 16px 14px;
    gap: 14px;
  }

  .footer-registration,
  .footer-column {
    padding: 0;
  }

  .footer-registration {
    gap: 12px;
    padding-bottom: 20px;
  }

  .footer-registration__brand {
    gap: 12px;
  }

  .footer-registration__logo {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
    border-radius: 16px;
  }

  .footer-registration__card {
    padding-top: 12px;
  }

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

  .footer-registration__list div {
    padding: 9px 10px;
    border-radius: 14px;
  }

  .footer-column h3,
  .footer-registration__card h3 {
    font-size: 0.94rem;
  }

  .footer-link,
  .footer-link--static {
    font-size: 0.86rem;
    line-height: 1.42;
  }

  .footer-bottom {
    margin-top: 12px;
    padding: 6px 2px 0;
    font-size: 0.82rem;
  }

  .footer-bottom div {
    gap: 8px 14px;
  }

}

/* ContentBody */

.news-area {
  grid-column: span 2;
}

.ContentBody h1,
.ContentBody h2,
.ContentBody h3,
.ContentBody h4,
.ContentBody h5,
.ContentBody h6 {
  margin: 0 0 24px;
}

.ContentBody ol li,
.ContentBody ul li {
  padding: 0 0 12px 6px
}

.ContentBody p {
  display: block;
  margin-top: 0;
}

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

.ContentBody ol,
.ContentBody ul {
  margin: 0 0 12px 16px;
  padding-left: 10px
}

.ContentBody ul {
  list-style: disc
}

.ContentBody ol {
  list-style-type: decimal
}

.ContentBody ol ol {
  list-style: upper-alpha
}

.ContentBody ol ol ol {
  list-style: lower-roman
}

.ContentBody ol ol ol ol {
  list-style: lower-alpha
}

.ContentBody ol ol,
.ContentBody ol ul,
.ContentBody ul ol,
.ContentBody ul ul {
  margin-top: 8px;
  margin-bottom: 0
}

.ContentBody strong,
.ContentBody b {
  font-weight: 700
}

.ContentBody cite,
.ContentBody em {
  font-style: italic
}

.ContentBody cite {
  border: none
}

.ContentBody big {
  font-size: 20px
}

.ContentBody blockquote,
.ContentBody blockquote p {
  font-weight: 400;
  font-size: var(--bic-font-size)
}

.ContentBody blockquote p {
  margin: 0
}

.ContentBody blockquote p:not(:last-child) {
  padding-bottom: 16px
}

.ContentBody blockquote p {
  border-left: 3px solid #ddd;
  padding-left: 14px
}

.ContentBody blockquote cite {
  font-size: 12px;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: #555
}

.ContentBody pre {
  font-size: 16px;
  margin-bottom: 20px;
  padding: 12px 20px;
  background: #f4f4f4
}

.ContentBody figure {
  margin: 0 auto 16px;
  text-align: center
}

.ContentBody figure figcaption {
  font-size: 14px;
  padding: 4px
}

.ContentBody code,
.ContentBody kbd,
.ContentBody samp,
.ContentBody var {
  font-size: 16px
}

.ContentBody abbr,
.ContentBody acronym,
.ContentBody dfn {
  cursor: help;
  border-bottom: 1px dotted var(--line)
}

.ContentBody address {
  display: block;
  margin: 0 0 20px
}

.ContentBody del,
.ContentBody ins {
  color: #555
}

.ContentBody ins {
  text-decoration: none;
  border: none
}

.ContentBody sub,
.ContentBody sup {
  font-size: 10px;
  line-height: 1;
  position: relative;
  vertical-align: baseline
}

.ContentBody sup {
  bottom: 12px
}

.ContentBody sub {
  top: 6px
}

.ContentBody table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  text-align: left
}

.ContentBody tr td,
.ContentBody tr th {
  padding: 10px;
  vertical-align: top;
  border: 1px solid var(--line)
}

.ContentBody img {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
  height: 100%
}

.ContentBody img.wp-smiley {
  margin: 0;
  padding: 0;
  border: none
}

.ContentBody img.aligncenter {
  margin: 0 auto 20px;
  display: block
}

.ContentBody .wp-caption {
  max-width: 100%;
  margin: 0 auto 16px
}

.ContentBody .wp-caption a {
  cursor: pointer
}

.ContentBody .wp-caption img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 8px
}

.ContentBody .wp-caption .wp-caption-text,
.ContentBody .wp-caption-dd {
  font-size: 14px;
  padding: 8px 8px 8px 30px;
  text-align: left;
  color: #555;
  position: relative
}

.ContentBody .wp-caption .wp-caption-text:before {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  position: absolute;
  top: 7px;
  left: 10px;
  content: "\2014";
  color: #555
}

.ContentBody iframe{
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.ContentBody br {
  float: none;
  clear: both
}

.ContentBody hr {
  height: 0;
  margin-bottom: 20px;
  border-bottom: 1px dashed var(--line);
  background: 0 0
}

.ContentBody h1 {
  font-size: 32px;
  line-height: 1.2;
}

.ContentBody h2 {
  font-size: 1.75rem;
  line-height: 1.16;
}

.ContentBody h3 {
  font-size: 1.5rem;
  line-height: 1.35;
}

.ContentBody h4 {
  font-size: 1.25rem;
}

.ContentBody h5,
.ContentBody h6 {
  font-size: 1.125rem
}

.ContentBody h6 {
  line-height: 1.3;
}

.ContentBody ul:not(:last-child) {
  margin-bottom: 20px
}

.ContentBody ul>li {
  padding: 0;
  position: relative
}

.ContentBody ol>li {
  padding: 0
}

.ContentBody ol>li:not(:last-child),
.ContentBody ul>li:not(:last-child) {
  margin-bottom: 8px
}

.ContentBody tr {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line)
}

.ContentBody tr:first-child {
  border-top: none
}

.ContentBody tr:last-child {
  border-bottom: none
}

.ContentBody tr:nth-child(2n) {
  background: var(--line)
}

.alignnone {
  max-width: 100%;
}

.alignleft {
  float: none;
  margin-right: 0;
}

.alignleft:first-child+* {
  margin-top: 0;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 20px;
  }
}

.alignright {
  float: none;
  margin-left: 0;
}

.alignright:first-child+* {
  margin-top: 0;
}

@media (min-width: 576px) {
  .alignright {
    float: right;
    margin-left: 20px;
  }
}

.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.aligncenter .wp-caption-text,
.aligncenter .wp-caption-dd {
  text-align: center;
}

img.alignleft,
img.alignright {
  margin-bottom: 16px;
}

.news-share {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.news-share__list {
  display: flex;
  align-items: center;
  gap: 8px;
}

.news-share__item{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--line);
  color: #4267B2;
  transition: all .3s;
}

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

/* CF7 Form Styles for Booking Modal */

.wpcf7 {
  margin: 0;
  padding: 0;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output,
.wpcf7 .wpcf7-display-none {
  /* support version below 5.4 */
  display: none;
}

.wpcf7 .wpcf7-form.submitting {
  opacity: 0.8;
  pointer-events: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 1rem 0 1rem;
  padding: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  text-align: center;
  background: #d8eafc;
  color: #1e87f0;
  border-radius: 0.625rem;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: var(--brand);
  color: #fff;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: #fff6ee;
  color: #faa05a;
}

.wpcf7 form .wpcf7-response-output {
  border-width: 1px !important;
  margin: 2rem 0 0 !important;
}

.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #fff6ee;
  color: #faa05a;
}

.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.wpcf7 label .wpcf7-form-control-wrap {
  margin-top: 0.625rem;
}

.wpcf7 input.wpcf7-not-valid {
  border-color: #f00f00 !important;
}

.wpcf7 .wpcf7-not-valid-tip {
  color: #f00f00;
  font-size: 0.875rem;
  display: block;
  z-index: 1;
  pointer-events: none;
}

.wpcf7 .use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #f00f00;
  background: var(--muted);
  padding: 3px 8px;
}

.wpcf7 .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0.625rem;
}

.wpcf7 .wpcf7-list-item-label:before,
.wpcf7 .wpcf7-list-item-label:after {
  content: " ";
}

.wpcf7 .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.wpcf7 .wpcf7-spinner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid var(--line);
  border-top-color: var(--brand);
  animation: loader-rotate 1s linear infinite;
}

.wpcf7 .hidden-fields-container {
  display: none;
}

@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.wpcf7 form.submitting .wpcf7-spinner,
.wpcf7 .wpcf7-spinner.is-active {
  visibility: visible;
}

.wpcf7 div.ajax-error {
  display: none;
}

.wpcf7 .placeheld {
  color: var(--brand);
}

.wpcf7 .wpcf7-recaptcha iframe {
  margin-bottom: 0;
}

.wpcf7 input[type="file"] {
  cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit {
  vertical-align: middle;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.cf7-slots .wpcf7-form-control {
  display: flex;
  overflow: auto;
  gap: 8px;
  scrollbar-width: thin;
}

.cf7-slots .wpcf7-list-item {
  flex: 0 0 auto;
  margin: 0;
}

.cf7-slots label {
  width: auto;
  min-height: 38px;
  padding: 8px 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15, 76, 129, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 16px 34px -28px rgba(15, 35, 63, 0.28);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.cf7-slots label span {
  font-size: 0.84rem;
  color: var(--brand-strong);
  font-weight: 700;
}

.cf7-slots input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.cf7-slots label:hover,
.cf7-slots label:has(input:checked) {
  border-color: rgba(243, 187, 79, 0.54);
  background: linear-gradient(135deg, rgba(243, 187, 79, 0.22), rgba(243, 187, 79, 0.08));
  box-shadow: 0 22px 40px -30px rgba(188, 147, 84, 0.5);
}