@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@400;500;600;700&display=swap");

:root {
  --brand-deep: #0064ab;
  --brand-bright: #00d9ff;
  --brand-mid: #0089cf;
  --ink: #091627;
  --muted: #4b5f79;
  --surface: #f4fbff;
  --white: #ffffff;
  --line: rgba(0, 76, 128, 0.16);
  --radius-lg: 22px;
  --radius-md: 14px;
  --shadow: 0 18px 38px rgba(0, 46, 84, 0.16);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #f6fcff 0%, #ffffff 100%);
  line-height: 1.62;
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
h4 {
  font-family: "Sora", sans-serif;
  line-height: 1.18;
  margin-top: 0;
}

p {
  margin-top: 0;
}

.container {
  width: min(1120px, 92%);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
}

.top-bar {
  background: linear-gradient(100deg, var(--brand-deep), var(--brand-mid) 55%, var(--brand-bright));
  color: var(--white);
  font-size: 0.92rem;
}

.top-bar-inner {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.top-contact,
.top-social {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.top-contact a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  text-decoration: none;
  font-weight: 700;
}

.top-contact i {
  font-size: 0.84rem;
}

.top-social a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 800;
}

.top-social a i {
  font-size: 0.92rem;
  line-height: 1;
}

.nav-shell {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(0, 76, 128, 0.12);
  backdrop-filter: blur(6px);
}

.nav-inner {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  position: relative;
}

.brand {
  display: inline-flex;
  align-items: center;
  max-width: min(330px, 62vw);
}

.brand img {
  width: auto;
  height: clamp(62px, 7.2vw, 92px);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 44px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  cursor: pointer;
  padding: 8px;
}

.menu-toggle span {
  display: block;
  height: 3px;
  border-radius: 4px;
  background: var(--brand-deep);
  margin: 5px 0;
}

.main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.34rem;
}

.main-nav li {
  position: relative;
}

.nav-link,
.drop-toggle {
  border: 0;
  background: transparent;
  text-decoration: none;
  color: #0f2b55;
  padding: 11px 13px;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
  font-size: 0.95rem;
  font-family: "Sora", sans-serif;
}

.nav-link:hover,
.drop-toggle:hover,
.nav-link.active,
.drop-toggle.active {
  color: var(--brand-deep);
  background: rgba(0, 100, 171, 0.1);
}

.appointment-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  text-decoration: none;
  background: linear-gradient(95deg, var(--brand-deep), var(--brand-bright));
  color: var(--white);
  font-family: "Sora", sans-serif;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.6rem 1.3rem;
  margin-left: 0.35rem;
  box-shadow: 0 8px 20px rgba(0, 100, 171, 0.35);
}

.appointment-btn.active-btn {
  box-shadow: 0 0 0 2px rgba(0, 100, 171, 0.3), 0 8px 20px rgba(0, 100, 171, 0.35);
}

.has-dropdown .dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 250px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(242, 250, 255, 0.98));
  border: 1px solid rgba(8, 45, 84, 0.42);
  border-radius: 18px;
  box-shadow: 0 20px 44px rgba(3, 44, 83, 0.2), 0 5px 14px rgba(0, 104, 173, 0.14);
  backdrop-filter: blur(10px);
  padding: 0.35rem 0.32rem;
  display: none;
  flex-direction: column;
  gap: 0.16rem;
  overflow: hidden;
}

.has-dropdown .dropdown a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  padding: 0.7rem 0.72rem;
  border-radius: 12px;
  color: #143762;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: background 0.22s ease, transform 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.has-dropdown .dropdown a::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.7rem;
  color: rgba(10, 73, 122, 0.5);
  transition: transform 0.2s ease, color 0.2s ease;
}

.has-dropdown .dropdown li:not(:last-child) a {
  border-bottom: 1px solid rgba(12, 93, 149, 0.1);
}

.has-dropdown .dropdown a:hover {
  background: linear-gradient(95deg, rgba(0, 100, 171, 0.16), rgba(0, 217, 255, 0.18));
  color: #0e3f70;
  transform: translateX(3px);
  box-shadow: inset 0 0 0 1px rgba(0, 100, 171, 0.18);
}

.has-dropdown .dropdown a:hover::after {
  transform: translateX(2px);
  color: #0f5a96;
}

.has-dropdown .dropdown a:focus-visible {
  outline: 2px solid rgba(0, 100, 171, 0.45);
  outline-offset: -1px;
}

.has-dropdown > .drop-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
}

.has-dropdown > .drop-toggle::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.68rem;
  color: #2f638f;
  transition: transform 0.24s ease, color 0.24s ease;
}

.has-dropdown:hover > .drop-toggle::after,
.has-dropdown.open > .drop-toggle::after {
  transform: rotate(180deg);
  color: #0f5a96;
}

.has-dropdown:hover .dropdown,
.has-dropdown.open .dropdown {
  display: flex;
}

.hero {
  position: relative;
  color: var(--white);
  background-position: center;
  background-size: cover;
  transition: background-image 0.65s ease-in-out;
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero::before {
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(0, 217, 255, 0.33), rgba(0, 217, 255, 0));
  top: -120px;
  right: -130px;
}

.hero::after {
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  bottom: -140px;
  left: -90px;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 43, 77, 0.58), rgba(0, 22, 44, 0.36) 55%, rgba(0, 0, 0, 0.22));
}

.hero-grid {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 136px);
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 2.2rem;
  align-items: center;
  padding: 2.6rem 0 3rem;
}

.slider-panel {
  max-width: 670px;
}

.slide-item {
  display: none;
}

.slide-item.is-active {
  display: block;
  animation: fadeUp 0.5s ease;
}

.hero-chip {
  display: inline-block;
  margin-bottom: 0.95rem;
  background: rgba(0, 217, 255, 0.2);
  border: 1px solid rgba(0, 217, 255, 0.5);
  color: #dbf9ff;
  font-size: 0.85rem;
  letter-spacing: 0.025em;
  padding: 0.4rem 0.72rem;
  border-radius: 999px;
  font-weight: 700;
}

.slide-item h1,
.slide-item h2 {
  font-size: clamp(1.85rem, 3.55vw, 3.35rem);
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.12;
  margin: 0 0 1rem;
}

.slide-item p {
  max-width: 58ch;
  color: rgba(244, 252, 255, 0.96);
}

.hero-cta {
  display: inline-flex;
  text-decoration: none;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.28rem;
  border-radius: 12px;
  background: linear-gradient(95deg, var(--brand-bright), #94efff);
  color: #08324f;
  margin-top: 0.4rem;
  transition: transform 0.2s ease;
}

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

.slider-controls {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.slider-btn {
  border: 1px solid rgba(255, 255, 255, 0.44);
  color: var(--white);
  background: rgba(7, 31, 56, 0.32);
  border-radius: 999px;
  padding: 0.47rem 0.84rem;
  font-family: "Sora", sans-serif;
  font-size: 0.82rem;
  cursor: pointer;
}

.slider-dots {
  display: inline-flex;
  gap: 0.38rem;
}

.slider-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.47);
  padding: 0;
}

.slider-dots button.is-active {
  width: 26px;
  border-radius: 999px;
  background: var(--brand-bright);
}

.appointment-card {
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.98), rgba(238, 248, 255, 0.96));
  color: var(--ink);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(18, 29, 43, 0.18);
  box-shadow: 0 18px 38px rgba(0, 46, 84, 0.2);
  padding: 1.2rem 1.1rem;
  max-width: 540px;
  width: 100%;
  justify-self: end;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  backdrop-filter: blur(2px);
}

.appointment-card::before {
  content: "";
  position: absolute;
  left: -25%;
  right: -25%;
  bottom: -130px;
  height: 220px;
  background: radial-gradient(circle, rgba(0, 217, 255, 0.42), rgba(0, 217, 255, 0));
  filter: blur(12px);
  pointer-events: none;
  z-index: -1;
}

.appointment-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  right: 1rem;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, rgba(0, 100, 171, 0.2), rgba(0, 217, 255, 0.95), rgba(0, 100, 171, 0.2));
  pointer-events: none;
}

@media (hover: hover) {
  .appointment-card:hover {
    box-shadow: 0 24px 48px rgba(0, 46, 84, 0.24);
  }
}

.appointment-card h2 {
  margin: 0;
  font-size: clamp(1.6rem, 2.35vw, 2.05rem);
  color: #073261;
}

.appointment-card > p {
  color: var(--muted);
  margin: 0.22rem 0 0.58rem;
  font-size: 0.9rem;
  line-height: 1.35;
}

.appointment-form,
.contact-form {
  display: grid;
  gap: 0.56rem;
}

.appointment-form .form-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 0.62rem 1rem;
}

.appointment-form .field {
  display: grid;
  gap: 0.32rem;
  min-width: 0;
}

.appointment-form .field.span-2 {
  grid-column: span 2;
}

.appointment-form label,
.contact-form label {
  font-weight: 700;
  color: #0e3156;
  font-size: 0.84rem;
}

.appointment-form input,
.appointment-form select,
.appointment-form textarea,
.contact-form input,
.contact-form select,
.contact-form textarea {
  border: 1px solid rgba(18, 29, 43, 0.22);
  border-radius: 10px;
  min-height: 44px;
  padding: 0.66rem 0.76rem;
  font-family: "Manrope", sans-serif;
  font-size: 0.91rem;
  color: #1a365f;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 -2px 0 rgba(0, 100, 171, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  width: 100%;
  min-width: 0;
}

.appointment-form input:hover,
.appointment-form select:hover,
.appointment-form textarea:hover {
  border-color: rgba(18, 29, 43, 0.34);
  box-shadow: inset 0 -2px 0 rgba(0, 100, 171, 0.28), 0 0 0 3px rgba(0, 217, 255, 0.08);
}

.appointment-form input:focus-visible,
.appointment-form select:focus-visible,
.appointment-form textarea:focus-visible {
  outline: none;
  border-color: rgba(18, 29, 43, 0.45);
  background: #ffffff;
  box-shadow: inset 0 -2px 0 rgba(0, 100, 171, 0.48), 0 0 0 3px rgba(0, 217, 255, 0.22);
}

.phone-input-wrap {
  display: block;
}

.phone-input-wrap input {
  width: 100%;
  min-height: 44px;
  min-width: 0;
}

.appointment-form textarea,
.contact-form textarea {
  min-height: 84px;
  resize: vertical;
}

.appointment-form button,
.contact-form button {
  min-height: 46px;
  border: 0;
  border-radius: 11px;
  background: linear-gradient(95deg, var(--brand-deep), var(--brand-bright));
  color: var(--white);
  font-family: "Sora", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  margin-top: 0.28rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

@media (hover: hover) {
  .appointment-form button:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 24px rgba(0, 100, 171, 0.3);
    filter: saturate(1.05);
  }
}

.appointment-form small {
  color: #4a6385;
}

.section {
  padding: clamp(2.7rem, 6.4vw, 5rem) 0;
}

.section-soft {
  background: linear-gradient(180deg, #f2faff, #ffffff);
}

.section-head {
  max-width: 760px;
  margin-bottom: 1.5rem;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3.1vw, 2.6rem);
}

.eyebrow {
  color: var(--brand-deep);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 0.5rem;
  font-size: 0.77rem;
  font-weight: 800;
}

.split-card,
.two-col {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 1.4rem;
  align-items: start;
}

.split-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  box-shadow: 0 9px 28px rgba(0, 73, 122, 0.08);
}

.about-home-section {
  background: linear-gradient(180deg, #f8fcff 0%, #ffffff 100%);
}

.about-home-section .section-head {
  max-width: 100%;
}

.about-main-heading {
  font-size: clamp(1.45rem, 2.05vw, 2.15rem) !important;
  white-space: nowrap;
  letter-spacing: -0.01em;
}

#about-main-heading {
  color: #062f66;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.about-home {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 1.35rem;
  align-items: center;
}

.about-home-media {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(0, 100, 171, 0.2);
  box-shadow: 0 16px 36px rgba(0, 52, 92, 0.16);
  background: linear-gradient(145deg, rgba(0, 100, 171, 0.1), rgba(0, 217, 255, 0.07));
}

.about-home-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.doctor-badge {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  background: rgba(8, 40, 72, 0.88);
  border: 1px solid rgba(0, 217, 255, 0.36);
  border-radius: 12px;
  color: #ffffff;
  padding: 0.75rem 0.85rem;
  backdrop-filter: blur(4px);
  display: grid;
  gap: 0.2rem;
}

.doctor-badge strong {
  font-family: "Sora", sans-serif;
  font-size: 1rem;
}

.doctor-badge span {
  font-size: 0.85rem;
  color: #d5f6ff;
}

.about-home-content {
  background: #ffffff;
  border: 1px solid rgba(0, 100, 171, 0.18);
  border-radius: 18px;
  padding: 1.25rem;
  box-shadow: 0 12px 30px rgba(0, 63, 104, 0.09);
}

.about-home-content h3 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.02rem, 1.55vw, 1.34rem);
  color: #082c56;
}

.about-home-content p {
  margin-bottom: 0.65rem;
  color: #2d4667;
}

.about-home-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 0.75rem 0;
}

.about-home-highlights article {
  background: linear-gradient(155deg, rgba(0, 100, 171, 0.11), rgba(0, 217, 255, 0.08));
  border: 1px solid rgba(0, 100, 171, 0.2);
  border-radius: 12px;
  padding: 0.72rem;
}

.about-home-highlights h4 {
  margin: 0 0 0.2rem;
  font-size: 0.95rem;
  color: #0a3565;
}

.about-home-highlights p {
  margin: 0;
  font-size: 0.85rem;
}

.about-home-list li {
  padding: 0.58rem 0.72rem;
  font-size: 0.92rem;
}

.about-home-actions {
  display: flex;
  gap: 0.72rem;
  flex-wrap: wrap;
  margin-top: 0.9rem;
}

.about-home-section-premium .container {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 249, 255, 0.96) 100%);
  border: 1px solid rgba(121, 179, 238, 0.36);
  border-radius: 24px;
  padding: clamp(1rem, 2vw, 1.35rem);
  box-shadow: 0 18px 34px rgba(15, 76, 132, 0.12);
}

.about-home-section-premium .section-head {
  margin-bottom: 0.92rem;
}

.about-home-section-premium .about-home-media {
  border-color: rgba(80, 154, 232, 0.38);
  box-shadow: 0 18px 34px rgba(9, 63, 124, 0.2);
}

.about-home-section-premium .about-home-content {
  background: linear-gradient(165deg, #ffffff 0%, #f6fbff 100%);
  border-color: rgba(98, 164, 235, 0.36);
  box-shadow: 0 16px 30px rgba(18, 84, 148, 0.12);
}

.about-home-section-premium .about-home-list li {
  background: linear-gradient(148deg, rgba(0, 100, 171, 0.1), rgba(0, 217, 255, 0.08));
  border-color: rgba(93, 162, 237, 0.3);
}

.about-vision-goal-grid {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.82rem;
}

.about-vision-goal-card {
  background: linear-gradient(150deg, #ffffff 0%, #eef6ff 100%);
  border: 1px solid rgba(96, 162, 234, 0.28);
  border-radius: 16px;
  padding: 0.88rem 0.95rem;
  box-shadow: 0 10px 24px rgba(19, 83, 145, 0.1);
}

.about-vision-goal-head {
  display: flex;
  align-items: center;
  gap: 0.58rem;
  margin-bottom: 0.4rem;
}

.about-vision-goal-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e9f7ff;
  border: 1px solid rgba(161, 214, 255, 0.54);
  background: linear-gradient(135deg, #0f4fa6, #1b6ad5);
  font-size: 0.95rem;
}

.about-vision-goal-card h3 {
  margin: 0;
  font-size: 1rem;
  color: #07396f;
}

.about-vision-goal-card p {
  margin: 0;
  font-size: 0.9rem;
  color: #2b4d76;
  line-height: 1.55;
}

.check-list,
.contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.check-list li {
  background: rgba(0, 100, 171, 0.09);
  border: 1px solid rgba(0, 100, 171, 0.2);
  border-radius: 10px;
  padding: 0.68rem 0.8rem;
}

.contact-list li {
  border-bottom: 1px solid rgba(0, 76, 128, 0.14);
  padding: 0.54rem 0;
}

.contact-list a {
  text-decoration: none;
}

.link-btn {
  display: inline-flex;
  margin-top: 1rem;
  text-decoration: none;
  padding: 0.74rem 1.1rem;
  border-radius: 11px;
  border: 1px solid var(--brand-deep);
  color: var(--brand-deep);
  font-family: "Sora", sans-serif;
  font-weight: 700;
}

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

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

.service-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.2rem;
  box-shadow: 0 10px 28px rgba(0, 48, 82, 0.09);
}

.service-card h3 {
  margin-bottom: 0.55rem;
}

.service-card a {
  display: inline-block;
  color: var(--brand-deep);
  font-weight: 800;
  text-decoration: none;
  margin-top: 0.2rem;
}

.tips-premium-section {
  position: relative;
}

.tips-premium-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(0, 160, 225, 0.12), transparent 42%),
    radial-gradient(circle at 84% 84%, rgba(0, 90, 160, 0.08), transparent 38%);
  pointer-events: none;
}

.tips-premium-grid {
  position: relative;
  gap: 1.2rem;
}

.tips-premium-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 98, 163, 0.22);
  background: linear-gradient(165deg, #ffffff 0%, #f2faff 100%);
  box-shadow: 0 14px 34px rgba(0, 60, 102, 0.14);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.tips-premium-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #007bc2, #00b8ea);
}

.tips-premium-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 125, 194, 0.42);
  box-shadow: 0 18px 38px rgba(0, 57, 97, 0.2);
}

.tips-premium-media {
  width: 100%;
  height: 210px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0.82rem;
  border: 1px solid rgba(0, 110, 178, 0.2);
  box-shadow: 0 8px 18px rgba(0, 63, 105, 0.14);
  background: #eaf6ff;
}

.tips-premium-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

@media (max-width: 760px) {
  .tips-premium-media {
    height: 180px;
  }
}

.emergency-section {
  background:
    radial-gradient(circle at 12% 0%, rgba(0, 150, 220, 0.14), transparent 40%),
    radial-gradient(circle at 88% 100%, rgba(0, 92, 158, 0.14), transparent 42%),
    linear-gradient(180deg, #f3faff, #ffffff 55%);
}

.emergency-section .container {
  width: min(1500px, 98.5%);
}

.emergency-wrap {
  border-radius: 24px;
  border: 1px solid rgba(0, 84, 145, 0.18);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(5px);
  box-shadow: 0 18px 40px rgba(0, 56, 94, 0.12);
  padding: clamp(1.2rem, 2.6vw, 2rem);
}

.emergency-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.9rem 1.2rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(0, 96, 163, 0.2);
  background: linear-gradient(120deg, rgba(0, 106, 176, 0.1), rgba(130, 228, 255, 0.18));
}

.emergency-head > p:not(.emergency-eyebrow) {
  margin: 0;
  color: #23527a;
  line-height: 1.55;
  max-width: 72ch;
}

.emergency-eyebrow {
  margin: 0;
  grid-column: 1 / -1;
  display: grid;
  gap: 0.12rem;
  padding: 0.6rem 0.82rem 0.56rem;
  border-radius: 14px;
  border: 1px solid rgba(0, 101, 168, 0.24);
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.88), rgba(225, 244, 255, 0.9));
}

.emergency-eyebrow-mini {
  color: #0d5b93;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.67rem;
  font-weight: 800;
}

.emergency-eyebrow strong {
  color: #083f74;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.55rem, 2.55vw, 2.22rem);
  line-height: 1.12;
}

.emergency-cta-link {
  justify-self: end;
  align-self: center;
  text-decoration: none;
  padding: 0.72rem 1.04rem;
  border-radius: 11px;
  border: 1px solid rgba(0, 98, 163, 0.3);
  background: linear-gradient(130deg, #005fa0, #0094d2);
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

@media (hover: hover) {
  .emergency-cta-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(0, 88, 149, 0.28);
    filter: saturate(1.05);
  }
}

.emergency-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
}

.emergency-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.68rem;
  align-items: start;
  border-radius: 13px;
  border: 1px solid rgba(0, 95, 160, 0.18);
  background: #ffffff;
  padding: 0.78rem 0.8rem;
  box-shadow: 0 8px 20px rgba(0, 74, 124, 0.08);
}

.emergency-index {
  min-width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(140deg, #e5f5ff, #d3efff);
  border: 1px solid rgba(0, 116, 186, 0.23);
  color: #045a95;
  font-size: 0.8rem;
  font-weight: 800;
}

.emergency-list strong {
  display: block;
  color: #073f73;
  margin-bottom: 0.16rem;
  line-height: 1.3;
}

.emergency-note {
  display: block;
  color: #2f5477;
  font-size: 0.9rem;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .emergency-head {
    grid-template-columns: 1fr;
  }

  .emergency-cta-link {
    justify-self: start;
  }

  .emergency-list {
    grid-template-columns: 1fr;
  }
}

.cta-band {
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  background: linear-gradient(120deg, rgba(0, 100, 171, 0.95), rgba(0, 217, 255, 0.78));
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  gap: 1.4rem;
  align-items: center;
}

.cta-band .hero-cta {
  background: #ffffff;
  color: #00416d;
}

.cta-band .link-btn {
  border-color: rgba(255, 255, 255, 0.8);
  color: #ffffff;
}

.cta-actions {
  display: flex;
  gap: 0.8rem;
}

.page-banner {
  padding: 4.1rem 0 3.4rem;
  color: #ffffff;
  background: linear-gradient(115deg, rgba(0, 67, 114, 0.93), rgba(0, 100, 171, 0.92), rgba(0, 217, 255, 0.86));
  position: relative;
  overflow: hidden;
}

.page-banner::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
  top: -120px;
  right: -80px;
}

.page-banner h1 {
  margin-bottom: 0.6rem;
  font-size: clamp(1.9rem, 3.8vw, 3rem);
}

.page-banner p {
  max-width: 68ch;
}

.media-card,
.contact-card,
.map-frame {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: 0 12px 30px rgba(0, 48, 82, 0.08);
}

.media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.contact-card {
  padding: 1.25rem;
}

.large-form {
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 48, 82, 0.08);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.timeline article {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem;
}

.map-frame {
  overflow: hidden;
}

.map-frame iframe {
  width: 100%;
  min-height: 370px;
  border: 0;
}

.about-strip-section {
  background: linear-gradient(180deg, #edf5fc 0%, #f4f9ff 100%);
  padding: 0.9rem 0 1rem;
}

.about-strip-section .container {
  width: min(1500px, 98.5%);
  margin: 0 auto;
}

.about-strip-card {
  position: relative;
  background: linear-gradient(180deg, #f0f7ff 0%, #ebf4fd 100%);
  border: 1px solid rgba(10, 73, 125, 0.16);
  border-radius: 16px;
  padding: 1.35rem 1.45rem 1.3rem;
  display: grid;
  grid-template-columns: minmax(280px, 0.96fr) minmax(0, 1.8fr) minmax(220px, 0.78fr);
  gap: 1.35rem;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(7, 58, 102, 0.09);
}

.about-strip-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.3rem;
  padding-top: 0.1rem;
  padding-left: 0.45rem;
  min-width: 0;
}

.about-strip-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid rgba(15, 96, 154, 0.22);
  background: #ffffff;
  color: #1a78ba;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(7, 62, 109, 0.14);
}

.about-strip-icon i {
  font-size: 1.18rem;
}

.about-strip-icon img {
  width: 82%;
  height: 82%;
  object-fit: contain;
  display: block;
}

.about-strip-mini {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  color: #0a4d86;
}

.about-strip-left h3 {
  margin: 0.04rem 0 0.16rem;
  font-size: clamp(1.16rem, 1.45vw, 1.48rem);
  color: #00a8dc;
  line-height: 1.16;
  white-space: nowrap;
}

.about-strip-desc {
  margin: 0;
  font-size: 0.95rem;
  color: #345471;
  line-height: 1.65;
  max-width: 34ch;
  text-align: left;
}

.about-strip-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.82rem;
  position: relative;
  padding-top: 0.8rem;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  align-self: center;
  justify-items: center;
  justify-content: center;
}

.about-strip-steps::before {
  content: "";
  position: absolute;
  left: 42px;
  right: 42px;
  top: 42px;
  height: 2px;
  background: rgba(22, 117, 182, 0.38);
}

.strip-step {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: 0.32rem;
}

.strip-step span {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid rgba(18, 116, 182, 0.32);
  background: #ffffff;
  color: #1475b5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.66rem;
  box-shadow: 0 6px 16px rgba(17, 87, 141, 0.14);
}

.strip-step span i {
  font-size: 1.24rem;
}

.strip-step h4 {
  margin: 0 0 0.22rem;
  min-height: 1.35em;
  font-size: 0.84rem;
  color: #006ab1;
  line-height: 1.18;
  white-space: nowrap;
}

.strip-step p {
  margin: 0 auto;
  max-width: 21ch;
  min-height: 4.6em;
  font-size: 0.97rem;
  color: #4c6883;
  line-height: 1.52;
}

.about-strip-right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 280px;
}

.about-strip-right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1px solid rgba(22, 115, 178, 0.26);
  box-shadow: 0 0 0 18px rgba(22, 115, 178, 0.08);
  transform: translate(calc(-50% - 14px), -50%);
  z-index: 0;
}

.about-strip-right img {
  position: relative;
  z-index: 1;
  width: 214px;
  height: 214px;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
  border: 4px solid #ffffff;
  box-shadow: 0 14px 26px rgba(8, 56, 99, 0.22);
  transform: translateX(-8px);
}

.specialisation-section {
  padding: clamp(2.4rem, 5.2vw, 4.2rem) 0;
  background: linear-gradient(180deg, #edf6ff 0%, #e3f0ff 100%);
}

.specialisation-section .container {
  width: min(1500px, 98.5%);
}

.specialisation-head {
  max-width: 860px;
  margin: 0 auto 1.2rem;
  text-align: center;
}

.specialisation-head h2 {
  margin: 0;
  color: #062f66;
  font-size: clamp(1.6rem, 3vw, 2.7rem);
}

.specialisation-head p {
  margin: 0.58rem auto 0;
  color: #46617f;
  font-size: 0.98rem;
  max-width: 72ch;
}

.specialisation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.specialisation-card {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(13, 89, 147, 0.18);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(5, 60, 112, 0.11);
  display: flex;
  flex-direction: column;
}

.specialisation-media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #d9e9fb;
}

.specialisation-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.specialisation-card:hover .specialisation-media img {
  transform: scale(1.04);
}

.specialisation-body {
  padding: 0.9rem 0.92rem 0.86rem;
  display: grid;
  gap: 0.55rem;
  flex: 1;
}

.specialisation-body h3 {
  margin: 0;
  color: #072d63;
  font-size: clamp(1rem, 1.35vw, 1.74rem);
}

.specialisation-body p {
  margin: 0;
  color: #45607f;
  font-size: 0.95rem;
  line-height: 1.52;
}

.specialisation-actions {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.56rem;
}

.specialisation-btn {
  min-height: 38px;
  border-radius: 9px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 0.81rem;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.specialisation-btn.primary {
  background: linear-gradient(110deg, #0c4bb0, #00b8e9);
  color: #ffffff;
  border: 1px solid transparent;
}

.specialisation-btn.secondary {
  background: #ffffff;
  color: #0c6aa9;
  border: 1px solid rgba(12, 106, 169, 0.62);
}

.specialisation-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 8px 16px rgba(5, 76, 131, 0.16);
}

.why-choose-exact-section {
  position: relative;
  padding: 0.95rem 0 1.1rem;
  background:
    radial-gradient(circle at 7% 3%, rgba(120, 171, 240, 0.18), rgba(120, 171, 240, 0) 31%),
    radial-gradient(circle at 98% 11%, rgba(160, 202, 255, 0.22), rgba(160, 202, 255, 0) 28%),
    linear-gradient(180deg, #edf4ff 0%, #f7fbff 60%, #ffffff 100%);
}

.why-choose-exact-section .container {
  width: 100%;
  max-width: none;
  margin: 0;
}

.why-choose-exact-wrap {
  --why-choose-wrap-pad-x: 0.96rem;
  position: relative;
  border: 1px solid rgba(146, 180, 226, 0.56);
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 76%, rgba(184, 214, 255, 0.16), rgba(184, 214, 255, 0) 38%),
    radial-gradient(circle at 89% 8%, rgba(179, 214, 255, 0.22), rgba(179, 214, 255, 0) 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(247, 251, 255, 0.9) 100%);
  box-shadow: 0 16px 34px rgba(11, 63, 123, 0.11);
  padding: 0.96rem 0.96rem 0.82rem;
  overflow: hidden;
}

.why-choose-exact-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(32, 123, 218, 0.16) 0.9px, transparent 0.9px);
  background-size: 10px 10px;
  opacity: 0.18;
  pointer-events: none;
  clip-path: ellipse(24% 26% at 95% 14%);
}

.why-choose-exact-wrap::after {
  content: "";
  position: absolute;
  left: -110px;
  bottom: -105px;
  width: 270px;
  height: 270px;
  border: 1px solid rgba(155, 192, 238, 0.34);
  border-radius: 50%;
  box-shadow: 0 0 0 36px rgba(176, 209, 248, 0.14);
  pointer-events: none;
}

.why-choose-exact-head {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 860px;
  margin: 0 auto 0.72rem;
}

.why-choose-exact-eyebrow {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.62rem;
  color: #1e64bf;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: "Sora", sans-serif;
}

.why-choose-exact-eyebrow span {
  width: 62px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(39, 119, 206, 0), rgba(39, 119, 206, 1) 55%, rgba(39, 119, 206, 0));
}

.why-choose-exact-head h2 {
  margin: 0.42rem 0 0;
  font-size: clamp(2rem, 3.8vw, 3rem);
  color: #0f1f52;
  letter-spacing: -0.018em;
}

.why-choose-exact-head h2 span {
  color: #1f6dd5;
}

.why-choose-exact-head > p {
  margin: 0.26rem auto 0;
  max-width: 62ch;
  font-size: 1.04rem;
  color: #475d82;
}

.why-choose-exact-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px) minmax(0, 1fr);
  gap: 1.05rem;
  align-items: center;
}

.why-choose-exact-side {
  display: grid;
  gap: 0.86rem;
}

.why-choose-exact-card {
  position: relative;
  border-radius: 14px;
  border: 1px solid rgba(177, 205, 240, 0.72);
  background: linear-gradient(160deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 10px 22px rgba(13, 70, 129, 0.1);
  padding: 0.85rem 0.96rem 0.82rem 0.82rem;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  min-height: 132px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.why-choose-exact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 28px rgba(12, 76, 141, 0.16);
}

.why-choose-exact-icon-wrap {
  width: 56px;
  height: 56px;
  position: relative;
}

.why-choose-exact-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.28rem;
  background: linear-gradient(155deg, #1779e0, #0a4cb0);
  border: 1px solid rgba(114, 182, 250, 0.72);
  box-shadow: 0 8px 14px rgba(12, 77, 143, 0.26);
}

.why-choose-exact-icon-check {
  position: absolute;
  right: -1px;
  bottom: -2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(130, 184, 243, 0.84);
  color: #196ed0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.64rem;
  box-shadow: 0 5px 10px rgba(11, 66, 123, 0.2);
}

.why-choose-exact-copy h3 {
  margin: 0 0 0.18rem;
  color: #1f2f58;
  font-size: 1.06rem;
  line-height: 1.24;
}

.why-choose-exact-copy p {
  margin: 0;
  color: #50617f;
  font-size: 0.85rem;
  line-height: 1.58;
}

.why-choose-exact-number {
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Sora", sans-serif;
  font-size: 2.08rem;
  font-weight: 700;
  color: #c7dbfa;
  letter-spacing: -0.02em;
}

.why-choose-exact-center {
  position: relative;
  min-height: 392px;
  padding: 0.22rem 0.2rem 0;
  display: grid;
  place-items: end center;
  isolation: isolate;
}

.why-choose-exact-center::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(100%, 398px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, #d9ebff 0%, #b8d9ff 65%, #c9e1ff 100%);
  box-shadow:
    inset 0 0 0 20px rgba(255, 255, 255, 0.3),
    0 16px 34px rgba(17, 93, 170, 0.16);
  z-index: 0;
}

.why-choose-exact-halo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(100%, 442px);
  aspect-ratio: 1 / 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198, 224, 255, 0.2) 54%, rgba(162, 199, 246, 0.46) 100%);
  z-index: -1;
}

.why-choose-exact-center img {
  position: relative;
  z-index: 2;
  width: min(100%, 330px);
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 14px 24px rgba(9, 63, 124, 0.16));
}

.why-choose-exact-doctor {
  position: absolute;
  left: 50%;
  bottom: 1.28rem;
  transform: translateX(-50%);
  min-width: 314px;
  border-radius: 14px;
  border: 1px solid rgba(111, 177, 244, 0.5);
  background: linear-gradient(120deg, #0d3f97 0%, #144ea8 46%, #155fc7 100%);
  color: #f4fbff;
  padding: 0.5rem 0.68rem;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 0.54rem;
  align-items: center;
  box-shadow: 0 14px 24px rgba(8, 61, 126, 0.28);
  z-index: 3;
}

.why-choose-exact-doctor-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(167, 211, 255, 0.54);
  background: rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d9eeff;
  font-size: 1.15rem;
  flex-shrink: 0;
}

.why-choose-exact-doctor-icon i {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  line-height: 1;
}

.why-choose-exact-doctor strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 1.08rem;
  line-height: 1.2;
}

.why-choose-exact-doctor span {
  display: block;
  color: #d8ebff;
  font-size: 0.8rem;
}

.why-choose-exact-points {
  position: relative;
  z-index: 1;
  margin-top: 0.86rem;
  border: 1px solid rgba(170, 201, 239, 0.72);
  border-radius: 13px;
  background: linear-gradient(180deg, #f9fcff 0%, #f2f7ff 100%);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
}

.why-choose-exact-point {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 0.5rem;
  align-items: start;
  padding: 0.66rem 0.64rem;
}

.why-choose-exact-point:not(:last-child) {
  border-right: 1px solid rgba(184, 211, 244, 0.7);
}

.why-choose-exact-point i {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(139, 186, 238, 0.76);
  background: linear-gradient(150deg, #ffffff, #eef5ff);
  color: #1b6dcb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.44rem;
  box-shadow: 0 6px 12px rgba(19, 88, 149, 0.14);
}

.why-choose-exact-point h4 {
  margin: 0 0 0.12rem;
  font-size: 0.97rem;
  line-height: 1.25;
  color: #23355c;
}

.why-choose-exact-point p {
  margin: 0;
  font-size: 0.81rem;
  line-height: 1.48;
  color: #526481;
}

.why-choose-exact-metrics {
  margin: 0.58rem calc(-1 * var(--why-choose-wrap-pad-x)) 0;
  border-radius: 13px;
  border: 1px solid rgba(16, 83, 181, 0.4);
  background:
    radial-gradient(circle at 96% 50%, rgba(100, 178, 255, 0.36) 0%, rgba(100, 178, 255, 0) 24%),
    linear-gradient(98deg, #082d79 0%, #0c4bb1 50%, #0f66d8 100%);
  box-shadow: 0 14px 24px rgba(8, 50, 111, 0.3);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
}

.why-choose-exact-metric {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 0.64rem;
  align-items: center;
  padding: 0.66rem 1rem;
}

.why-choose-exact-metric:not(:last-child) {
  border-right: 1px solid rgba(140, 198, 255, 0.45);
}

.why-choose-exact-metric-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(165, 213, 255, 0.58);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.06));
  color: #e7f5ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.44rem;
  flex-shrink: 0;
}

.why-choose-exact-metric-icon i {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  line-height: 1;
}

.why-choose-exact-metric-icon.gold {
  color: #ffe17c;
  border-color: rgba(255, 221, 126, 0.7);
}

.why-choose-exact-metric strong {
  display: block;
  font-family: "Sora", sans-serif;
  color: #ffffff;
  font-size: 1.94rem;
  line-height: 1.05;
}

.why-choose-exact-metric span {
  display: block;
  color: #d6eaff;
  font-size: 0.99rem;
}

@media (max-width: 1260px) {
  .why-choose-exact-head h2 {
    font-size: clamp(1.7rem, 3.8vw, 2.65rem);
  }

  .why-choose-exact-main {
    grid-template-columns: minmax(0, 1fr) minmax(290px, 346px) minmax(0, 1fr);
    gap: 0.8rem;
  }

  .why-choose-exact-card {
    padding: 0.72rem 0.78rem 0.72rem 0.72rem;
    gap: 0.54rem;
  }

  .why-choose-exact-icon-wrap,
  .why-choose-exact-icon {
    width: 48px;
    height: 48px;
  }

  .why-choose-exact-icon {
    font-size: 1.06rem;
  }

  .why-choose-exact-copy h3 {
    font-size: 0.95rem;
  }

  .why-choose-exact-copy p {
    font-size: 0.78rem;
  }

  .why-choose-exact-number {
    font-size: 2.05rem;
    right: 0.56rem;
  }

  .why-choose-exact-center {
    min-height: 386px;
  }

  .why-choose-exact-center img {
    width: min(100%, 286px);
  }

  .why-choose-exact-doctor {
    min-width: 268px;
    padding: 0.46rem 0.56rem;
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .why-choose-exact-doctor strong {
    font-size: 1.02rem;
  }

  .why-choose-exact-doctor span {
    font-size: 0.78rem;
  }

  .why-choose-exact-point {
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 0.55rem;
  }

  .why-choose-exact-point i {
    width: 36px;
    height: 36px;
    font-size: 1.16rem;
  }

  .why-choose-exact-point h4 {
    font-size: 0.92rem;
  }

  .why-choose-exact-point p {
    font-size: 0.78rem;
  }

  .why-choose-exact-metric {
    padding: 0.54rem 0.8rem;
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .why-choose-exact-metric-icon {
    width: 40px;
    height: 40px;
    font-size: 1.08rem;
  }

  .why-choose-exact-metric strong {
    font-size: 1.03rem;
  }

  .why-choose-exact-metric span {
    font-size: 0.77rem;
  }
}

@media (max-width: 992px) {
  .specialisation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .specialisation-head p {
    font-size: 0.94rem;
  }

  .why-choose-exact-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.68rem;
  }

  .why-choose-exact-center {
    grid-column: 1 / -1;
    order: 2;
    max-width: 430px;
    margin: 0 auto;
    min-height: 350px;
  }

  .why-choose-exact-side:first-child {
    order: 1;
  }

  .why-choose-exact-side:last-child {
    order: 3;
  }

  .why-choose-exact-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .why-choose-exact-point:nth-child(3) {
    border-right: none;
  }

  .why-choose-exact-point {
    border-bottom: 1px solid rgba(184, 211, 244, 0.7);
  }

  .why-choose-exact-point:nth-child(4),
  .why-choose-exact-point:nth-child(5) {
    border-bottom: none;
  }
}

@media (max-width: 760px) {
  .about-home-section-premium .container {
    border-radius: 16px;
    padding: 0.8rem 0.72rem;
  }

  .about-vision-goal-grid {
    grid-template-columns: 1fr;
    gap: 0.56rem;
  }

  .about-vision-goal-card {
    padding: 0.74rem 0.7rem;
    border-radius: 13px;
  }

  .specialisation-section .container {
    width: min(1120px, 96.5%);
    margin: 0 auto;
  }

  .specialisation-grid {
    grid-template-columns: 1fr;
    gap: 0.78rem;
  }

  .specialisation-head {
    margin-bottom: 0.9rem;
  }

  .specialisation-head h2 {
    font-size: clamp(1.2rem, 6.2vw, 1.72rem);
  }

  .specialisation-head p {
    font-size: 0.84rem;
  }

  .specialisation-body {
    padding: 0.76rem 0.72rem 0.72rem;
  }

  .specialisation-body h3 {
    font-size: 1rem;
  }

  .specialisation-body p {
    font-size: 0.82rem;
  }

  .specialisation-btn {
    font-size: 0.75rem;
    min-height: 36px;
  }

  .why-choose-exact-section .container {
    width: min(1120px, 96.5%);
    margin: 0 auto;
  }

  .why-choose-exact-wrap {
    --why-choose-wrap-pad-x: 0.65rem;
    padding: 0.74rem 0.65rem 0.64rem;
    border-radius: 16px;
  }

  .why-choose-exact-head {
    margin-bottom: 0.6rem;
  }

  .why-choose-exact-eyebrow {
    font-size: 0.72rem;
    gap: 0.4rem;
  }

  .why-choose-exact-eyebrow span {
    width: 34px;
  }

  .why-choose-exact-head h2 {
    margin-top: 0.3rem;
    font-size: clamp(1.2rem, 6.3vw, 1.72rem);
  }

  .why-choose-exact-head > p {
    margin-top: 0.18rem;
    font-size: 0.8rem;
    max-width: 36ch;
  }

  .why-choose-exact-main {
    grid-template-columns: 1fr;
    gap: 0.52rem;
  }

  .why-choose-exact-side {
    gap: 0.46rem;
  }

  .why-choose-exact-card {
    padding: 0.58rem 0.56rem;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 0.44rem;
  }

  .why-choose-exact-icon-wrap,
  .why-choose-exact-icon {
    width: 38px;
    height: 38px;
  }

  .why-choose-exact-icon {
    font-size: 0.9rem;
  }

  .why-choose-exact-icon-check {
    width: 16px;
    height: 16px;
    font-size: 0.5rem;
  }

  .why-choose-exact-copy h3 {
    font-size: 0.87rem;
  }

  .why-choose-exact-copy p {
    font-size: 0.73rem;
    line-height: 1.38;
    padding-right: 2rem;
  }

  .why-choose-exact-number {
    font-size: 1.42rem;
    top: 0.5rem;
    transform: none;
  }

  .why-choose-exact-center {
    min-height: 292px;
    max-width: 330px;
  }

  .why-choose-exact-center::before {
    width: min(100%, 286px);
  }

  .why-choose-exact-center img {
    width: min(100%, 244px);
  }

  .why-choose-exact-doctor {
    min-width: 0;
    width: calc(100% - 18px);
    max-width: 248px;
    bottom: 0.42rem;
    grid-template-columns: 30px minmax(0, 1fr);
    padding: 0.35rem 0.45rem;
    gap: 0.34rem;
  }

  .why-choose-exact-doctor-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    font-size: 0.84rem;
  }

  .why-choose-exact-doctor strong {
    font-size: 0.82rem;
  }

  .why-choose-exact-doctor span {
    font-size: 0.67rem;
  }

  .why-choose-exact-points {
    margin-top: 0.58rem;
    grid-template-columns: 1fr;
  }

  .why-choose-exact-point {
    border-right: none !important;
    border-bottom: 1px solid rgba(184, 211, 244, 0.7) !important;
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 0.44rem 0.48rem;
    gap: 0.34rem;
  }

  .why-choose-exact-point:last-child {
    border-bottom: none !important;
  }

  .why-choose-exact-point i {
    width: 28px;
    height: 28px;
    font-size: 0.88rem;
  }

  .why-choose-exact-point h4 {
    font-size: 0.82rem;
  }

  .why-choose-exact-point p {
    font-size: 0.72rem;
  }

  .why-choose-exact-metrics {
    margin-top: 0.45rem;
    grid-template-columns: 1fr;
  }

  .why-choose-exact-metric {
    padding: 0.44rem 0.54rem;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 0.38rem;
  }

  .why-choose-exact-metric:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(140, 198, 255, 0.38);
  }

  .why-choose-exact-metric-icon {
    width: 30px;
    height: 30px;
    font-size: 0.85rem;
  }

  .why-choose-exact-metric strong {
    font-size: 0.88rem;
  }

  .why-choose-exact-metric span {
    font-size: 0.71rem;
  }
}

.video-testimonials-section {
  padding: 1rem 0 1.15rem;
  background: linear-gradient(180deg, #f4f9ff 0%, #ffffff 100%);
}

.video-testimonials-section .container {
  width: min(1500px, 98.5%);
}

.video-testimonials-wrap {
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(9, 79, 133, 0.22);
  background: linear-gradient(140deg, #f6fbff 0%, #ebf6ff 50%, #f8fcff 100%);
  box-shadow: 0 16px 34px rgba(8, 53, 96, 0.1);
  padding: 1.35rem 1.2rem 1.2rem;
  overflow: hidden;
  isolation: isolate;
}

.video-testimonials-wrap::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  right: -155px;
  top: -145px;
  background: radial-gradient(circle, rgba(0, 217, 255, 0.24), rgba(0, 217, 255, 0));
  pointer-events: none;
  z-index: -1;
}

.video-testimonials-head {
  max-width: 1200px;
  margin: 0 auto 0.95rem;
  text-align: center;
}

.video-testimonials-head h2 {
  margin: 0;
  color: #0c3e70;
  font-size: clamp(1rem, 1.55vw, 1.4rem);
  white-space: nowrap;
}

.video-head-doctor-name {
  display: inline-block;
  font-size: 1.16em;
  font-weight: 700;
  color: #1f6dd5;
}

.video-testimonials-head p {
  margin: 0.5rem 0 0;
  color: #355572;
  font-size: 0.98rem;
}

@media (max-width: 1200px) {
  .video-testimonials-head h2 {
    white-space: normal;
  }
}

.video-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.video-testimonial-card {
  border: 1px solid rgba(13, 87, 145, 0.24);
  border-radius: 14px;
  background: linear-gradient(160deg, #ffffff 0%, #f7fbff 100%);
  padding: 0.6rem;
  box-shadow: 0 8px 20px rgba(0, 69, 118, 0.08);
  transition: transform 0.2s ease, box-shadow 0.22s ease, border-color 0.2s ease;
}

.video-testimonial-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 100, 171, 0.5);
  box-shadow: 0 14px 26px rgba(0, 72, 121, 0.18);
}

.video-frame {
  position: relative;
  aspect-ratio: 9 / 16;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(11, 89, 148, 0.3);
  background: linear-gradient(140deg, #0a4f86, #007ec0);
}

.video-frame::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 44%;
  background: linear-gradient(180deg, rgba(5, 28, 49, 0) 0%, rgba(4, 24, 44, 0.62) 100%);
  pointer-events: none;
}

.testimonial-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.video-toggle {
  position: absolute;
  left: 0.55rem;
  bottom: 0.52rem;
  z-index: 2;
  border: 1px solid rgba(0, 217, 255, 0.48);
  background: rgba(7, 39, 68, 0.82);
  color: #ffffff;
  border-radius: 999px;
  min-height: 32px;
  padding: 0.33rem 0.7rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 0.72rem;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.video-toggle:hover {
  background: rgba(0, 100, 171, 0.95);
  border-color: rgba(0, 217, 255, 0.9);
}

.video-toggle.is-playing i::before {
  content: "\f04c";
}

.video-testimonial-card h3 {
  margin: 0.58rem 0 0.1rem;
  color: #0f3a67;
  font-size: 0.92rem;
}

.video-testimonial-card p {
  margin: 0;
  color: #4e6884;
  font-size: 0.8rem;
}

.video-testimonials-action {
  margin-top: 0.95rem;
  display: flex;
  justify-content: center;
}

.video-view-more-btn {
  text-decoration: none;
  min-height: 44px;
  padding: 0.68rem 1.7rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 217, 255, 0.52);
  background: linear-gradient(95deg, #0064ab, #00d9ff);
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  box-shadow: 0 12px 22px rgba(0, 100, 171, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.video-view-more-btn:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.reviews-premium-section {
  padding: 0.5rem 0 1.2rem;
  background: linear-gradient(180deg, #f4f9ff 0%, #ffffff 100%);
}

.reviews-premium-section .container {
  width: min(1500px, 98.5%);
}

.reviews-premium-wrap {
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(9, 79, 133, 0.2);
  background: linear-gradient(140deg, #f6fbff 0%, #ebf6ff 48%, #f8fcff 100%);
  box-shadow: 0 16px 34px rgba(8, 53, 96, 0.1);
  padding: 1.3rem 1.2rem 1.15rem;
  overflow: hidden;
  isolation: isolate;
}

.reviews-premium-wrap::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  right: -140px;
  top: -120px;
  background: radial-gradient(circle, rgba(0, 217, 255, 0.22), rgba(0, 217, 255, 0));
  pointer-events: none;
  z-index: -1;
}

.reviews-premium-head {
  max-width: 760px;
  margin: 0 auto 1rem;
  text-align: center;
}

.reviews-premium-head h2 {
  margin: 0;
  font-size: clamp(1.05rem, 1.75vw, 1.55rem);
  color: #0c3e70;
}

.reviews-premium-head p {
  margin: 0.5rem 0 0;
  color: #355572;
  font-size: 0.98rem;
}

.reviews-slider-shell {
  display: flex;
  justify-content: flex-end;
  gap: 0.46rem;
  margin-bottom: 0.6rem;
}

.reviews-nav {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(10, 88, 147, 0.32);
  background: #ffffff;
  color: #0064ab;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.reviews-nav:hover {
  transform: translateY(-1px);
  background: linear-gradient(120deg, #0064ab, #00d9ff);
  color: #ffffff;
  box-shadow: 0 10px 18px rgba(0, 100, 171, 0.26);
}

.reviews-nav:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
  background: #ffffff;
  color: #0064ab;
}

.reviews-premium-slider {
  overflow: hidden;
}

.reviews-premium-grid {
  --reviews-gap: 0.8rem;
  --reviews-per-view: 4;
  display: flex;
  gap: var(--reviews-gap);
  transition: transform 0.42s ease;
  will-change: transform;
}

.review-premium-card {
  flex: 0 0 calc((100% - (var(--reviews-gap) * (var(--reviews-per-view) - 1))) / var(--reviews-per-view));
  border: 1px solid rgba(13, 87, 145, 0.2);
  border-radius: 14px;
  background: linear-gradient(165deg, #ffffff 0%, #f8fcff 100%);
  padding: 0.9rem 0.86rem 0.84rem;
  box-shadow: 0 8px 20px rgba(0, 69, 118, 0.08);
  display: grid;
  gap: 0.55rem;
}

.review-card-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.55rem;
}

.review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(120deg, #0064ab, #00d9ff);
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: 0.83rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(0, 100, 171, 0.22);
}

.review-card-top h3 {
  margin: 0;
  font-size: 0.95rem;
  color: #0f3a67;
}

.review-card-top p {
  margin: 0.08rem 0 0;
  color: #4e6884;
  font-size: 0.8rem;
}

.review-card-top i {
  color: rgba(0, 100, 171, 0.28);
  font-size: 1.02rem;
}

.review-stars {
  display: flex;
  gap: 0.16rem;
  color: #ffbd3e;
  font-size: 0.8rem;
}

.review-premium-card > p {
  margin: 0;
  color: #335170;
  font-size: 0.9rem;
  line-height: 1.55;
}

.reviews-premium-stats {
  margin-top: 0.82rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
}

.reviews-premium-stats div {
  border: 1px solid rgba(12, 88, 146, 0.22);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.84);
  padding: 0.62rem 0.7rem;
  display: grid;
  gap: 0.16rem;
}

.reviews-premium-stats strong {
  font-family: "Sora", sans-serif;
  font-size: 1.05rem;
  color: #0064ab;
}

.reviews-premium-stats span {
  color: #3f6080;
  font-size: 0.82rem;
}

.clinic-glimpse-section {
  padding: 0.8rem 0 1.3rem;
  background: #ffffff;
}

.clinic-glimpse-section .container {
  width: min(1500px, 98.5%);
}

.clinic-glimpse-wrap {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(176, 232, 255, 0.5);
  border-radius: 16px;
  background: linear-gradient(180deg, #0c4bb0 0%, #0899ce 54%, #00c5f3 100%);
  padding: 1rem;
  box-shadow:
    0 16px 34px rgba(0, 42, 78, 0.28),
    0 0 34px rgba(0, 197, 243, 0.38),
    0 0 64px rgba(0, 197, 243, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 -18px 32px rgba(0, 88, 132, 0.2);
}

.clinic-glimpse-wrap::before {
  content: "";
  position: absolute;
  left: -14%;
  right: -14%;
  bottom: -58%;
  height: 94%;
  background: radial-gradient(circle at 50% 0%, rgba(206, 247, 255, 0.46) 0%, rgba(206, 247, 255, 0) 70%);
  pointer-events: none;
  z-index: 0;
}

.clinic-glimpse-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.06) 34%, rgba(255, 255, 255, 0) 62%);
  pointer-events: none;
  z-index: 0;
}

.clinic-glimpse-wrap > * {
  position: relative;
  z-index: 1;
}

.clinic-glimpse-head {
  text-align: center;
  margin-bottom: 0.9rem;
}

.clinic-glimpse-head h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.3rem, 2.6vw, 2.15rem);
  text-shadow: 0 2px 10px rgba(0, 51, 86, 0.34);
}

.clinic-glimpse-head p {
  margin: 0.45rem auto 0;
  max-width: 76ch;
  color: #d9eeff;
  font-size: 0.9rem;
}

.clinic-glimpse-head .eyebrow {
  color: #e8f7ff;
}

.clinic-glimpse-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.clinic-glimpse-item {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(12, 87, 145, 0.24);
  background: #dbe9f8;
  box-shadow: 0 4px 12px rgba(0, 67, 114, 0.1);
  aspect-ratio: 4 / 3;
}

.clinic-glimpse-trigger {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.clinic-glimpse-trigger:focus-visible {
  outline: 2px solid #00b0ea;
  outline-offset: -2px;
}

.clinic-glimpse-trigger img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.clinic-glimpse-item:hover img,
.clinic-glimpse-trigger:focus-visible img {
  transform: scale(1.04);
}

body.lightbox-open {
  overflow: hidden;
}

.clinic-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.clinic-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.clinic-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 20, 35, 0.76);
  backdrop-filter: blur(2px);
}

.clinic-lightbox-dialog {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.55rem;
  padding: 1rem;
  pointer-events: none;
}

.clinic-lightbox-figure {
  margin: 0;
  width: 100%;
  max-width: min(1100px, 88vw);
  justify-self: center;
  display: grid;
  gap: 0.55rem;
  pointer-events: auto;
}

.clinic-lightbox-image {
  width: 100%;
  max-height: 80vh;
  border-radius: 14px;
  border: 1px solid rgba(160, 212, 255, 0.35);
  object-fit: contain;
  background: #0d2138;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.45);
}

.clinic-lightbox-caption {
  color: #d9ebff;
  text-align: center;
  font-size: 0.92rem;
}

.clinic-lightbox-close,
.clinic-lightbox-nav {
  border: 1px solid rgba(161, 212, 255, 0.6);
  background: rgba(6, 40, 70, 0.72);
  color: #f4fbff;
  border-radius: 999px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
  pointer-events: auto;
}

.clinic-lightbox-close:hover,
.clinic-lightbox-nav:hover {
  background: rgba(0, 110, 179, 0.95);
  transform: translateY(-1px);
}

.clinic-lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
}

.footer-map-section {
  background: #ffffff;
  border-top: 1px solid rgba(12, 47, 84, 0.16);
  border-bottom: 1px solid rgba(12, 47, 84, 0.16);
}

.footer-map-frame {
  width: 100%;
  height: 460px;
  overflow: hidden;
}

.footer-map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.site-footer {
  background: #091a30;
  color: #d6e7ff;
  padding-top: 2.2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1rem 1.7rem;
}

.site-footer h3,
.site-footer h4 {
  color: #ffffff;
  margin-bottom: 0.7rem;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.38rem;
}

.site-footer a {
  text-decoration: none;
}

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

.footer-bottom {
  margin-top: 1.2rem;
  border-top: 1px solid rgba(214, 231, 255, 0.2);
  padding: 1rem 0;
  text-align: center;
  font-size: 0.91rem;
}

.footer-premium {
  background: #114b82;
  color: #dceeff;
  padding-top: 2.5rem;
}

.footer-premium .footer-premium-main {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1.2fr;
  gap: 1.2rem 1.6rem;
}

.footer-premium h4 {
  font-size: clamp(0.75rem, 1vw, 1.05rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  white-space: nowrap;
  color: #ffffff;
  margin: 0 0 1rem;
}

.footer-logo-card {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid rgba(0, 217, 255, 0.35);
  padding: 0.38rem 0.45rem;
  width: fit-content;
  max-width: 100%;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}

.footer-logo-card img {
  width: auto;
  max-width: min(100%, 270px);
  height: 54px;
  object-fit: contain;
  display: block;
}

.footer-brand-col p {
  color: #e3f1ff;
  margin: 1rem 0;
  max-width: 36ch;
}

.footer-social {
  display: flex;
  gap: 0.55rem;
}

.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 1px solid rgba(154, 229, 255, 0.58);
  background: rgba(9, 32, 60, 0.22);
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.footer-social a:hover {
  transform: translateY(-2px);
  background: rgba(0, 217, 255, 0.18);
}

.footer-social a i {
  font-size: 0.9rem;
}

.footer-arrow-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.66rem;
}

.footer-arrow-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
  text-decoration: none;
  color: #ecf7ff;
  font-weight: 600;
}

.footer-arrow-links a i {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 1px solid rgba(162, 226, 255, 0.62);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.62rem;
}

.footer-arrow-links a:hover span {
  color: #93efff;
}

.footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.95rem;
}

.footer-contact-list li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 0.52rem;
  align-items: start;
}

.footer-contact-list a {
  color: #ecf7ff;
  text-decoration: none;
}

.footer-contact-list a:hover {
  color: #93efff;
}

.info-icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  border: 1px solid rgba(162, 226, 255, 0.58);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(9, 32, 60, 0.22);
}

.info-icon i {
  font-size: 0.88rem;
}

.footer-strip {
  margin-top: 2rem;
  padding: 1rem 0;
  background: #08abd8;
}

.footer-strip p {
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-size: 0.96rem;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1280px) {
  .about-strip-card {
    grid-template-columns: minmax(250px, 0.95fr) minmax(0, 1.65fr) minmax(190px, 0.8fr);
    gap: 1rem;
  }

  .about-strip-left h3 {
    font-size: clamp(1.08rem, 1.25vw, 1.28rem);
    white-space: nowrap;
  }

  .about-strip-desc {
    font-size: 0.95rem;
  }

  .strip-step h4 {
    font-size: 0.74rem;
    white-space: nowrap;
  }

  .strip-step p {
    font-size: 0.88rem;
  }
}

@media (max-width: 1060px) {
  .brand {
    max-width: min(290px, 58vw);
  }

  .nav-link,
  .drop-toggle {
    padding-inline: 9px;
  }
}

@media (max-width: 992px) {
  .menu-toggle {
    display: inline-block;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 16px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    box-shadow: var(--shadow);
  }

  .main-nav.open {
    max-height: 680px;
  }

  .main-nav ul {
    flex-direction: column;
    align-items: stretch;
    padding: 0.5rem;
  }

  .main-nav li {
    width: 100%;
  }

  .nav-link,
  .drop-toggle,
  .appointment-btn {
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
    text-align: left;
    border-radius: 10px;
  }

  .has-dropdown .dropdown {
    position: static;
    border: 1px solid rgba(8, 45, 84, 0.45);
    border-radius: 16px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 8px 20px rgba(0, 54, 95, 0.1);
    background: linear-gradient(170deg, rgba(255, 255, 255, 0.98), rgba(236, 247, 255, 0.98));
    margin: 0.35rem 0 0.45rem;
    padding: 0.3rem 0.28rem;
  }

  .has-dropdown .dropdown a {
    padding: 0.72rem 0.72rem;
    border-radius: 11px;
    font-weight: 700;
  }

  .has-dropdown .dropdown a:hover {
    transform: none;
  }

  .has-dropdown.open > .drop-toggle {
    background: linear-gradient(95deg, rgba(0, 100, 171, 0.14), rgba(0, 217, 255, 0.16));
    color: #0f578f;
  }

  .has-dropdown:not(.open) .dropdown {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 2.2rem 0 2.6rem;
  }

  .appointment-card {
    justify-self: stretch;
    max-width: none;
  }

  .slider-panel {
    max-width: 100%;
  }

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

  .split-card,
  .two-col,
  .about-home,
  .timeline,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

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

  .why-care-v4-main {
    grid-template-columns: 1fr;
    gap: 0.72rem;
  }

  .why-care-v4-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.62rem;
  }

  .why-care-v4-center {
    min-height: 360px;
    order: 2;
  }

  .why-care-v4-side.left {
    order: 1;
  }

  .why-care-v4-side.right {
    order: 3;
  }

  .why-care-v4-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.44rem;
    padding: 0.5rem;
  }

  .why-care-v4-point {
    border-right: none;
    border: 1px solid rgba(15, 98, 162, 0.15);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.72);
    padding: 0.38rem 0.42rem;
  }

  .reviews-premium-grid {
    --reviews-per-view: 2;
  }

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

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

  .about-strip-card {
    grid-template-columns: 1fr;
    gap: 1.05rem;
    border-radius: 14px;
    border-left: 1px solid rgba(10, 73, 125, 0.16);
    border-right: 1px solid rgba(10, 73, 125, 0.16);
    padding: 1.05rem 1rem;
  }

  .about-strip-left {
    align-items: center;
    text-align: center;
    padding-left: 0;
  }

  .about-strip-left h3 {
    white-space: normal;
  }

  .about-strip-desc {
    max-width: 52ch;
    text-align: center;
  }

  .about-strip-right {
    justify-content: center;
    min-height: 244px;
  }

  .about-strip-right::before {
    width: 228px;
    height: 228px;
    transform: translate(-50%, -50%);
  }

  .about-strip-right img {
    width: 186px;
    height: 186px;
    transform: none;
  }

  .about-strip-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.95rem 1rem;
    padding-top: 0.2rem;
  }

  .about-strip-steps::before {
    display: none;
  }

  .strip-step span {
    width: 50px;
    height: 50px;
  }

  .strip-step h4 {
    font-size: 0.98rem;
    white-space: normal;
    min-height: auto;
  }

  .strip-step p {
    font-size: 0.86rem;
    min-height: auto;
  }

  .footer-premium h4 {
    white-space: normal;
    font-size: clamp(0.65rem, 1.05vw, 0.85rem);
  }

  .about-home-media img {
    min-height: 440px;
  }

  .footer-map-frame {
    height: 360px;
  }

  .about-main-heading {
    white-space: normal;
  }
}

.mobile-quick-actions {
  position: fixed;
  right: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  z-index: 120;
  display: none;
  flex-direction: column;
  gap: 10px;
}

.mqa-btn {
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0;
  color: #fff;
  text-decoration: none;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 12px 26px rgba(8, 31, 56, 0.26);
  cursor: pointer;
}

.mqa-btn i {
  font-size: 1.08rem;
  line-height: 1;
}

.mqa-call {
  background: linear-gradient(120deg, #0064ab, #00a2e0);
  animation: mqaCallPulse 1.35s ease-in-out infinite;
}

.mqa-whatsapp {
  background: linear-gradient(120deg, #0f9d5b, #16c86f);
}

.mqa-whatsapp i {
  font-size: 1.58rem;
}

.mqa-sct {
  background: linear-gradient(120deg, #21344f, #2f567a);
}

@keyframes mqaCallPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 12px 26px rgba(8, 31, 56, 0.26);
  }
  50% {
    transform: scale(1.06);
    box-shadow: 0 14px 28px rgba(0, 100, 171, 0.42);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 12px 26px rgba(8, 31, 56, 0.26);
  }
}

@media (max-width: 760px) {
  .mobile-quick-actions {
    display: flex;
  }

  .hero .container {
    width: min(1120px, 95.5%);
  }

  .brand img {
    height: 74px;
  }

  .appointment-card {
    padding: 1rem 0.85rem;
  }

  .appointment-form .form-grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .appointment-form .field.span-2 {
    grid-column: auto;
  }

  .top-bar-inner {
    flex-direction: column;
    padding: 0.7rem 0;
  }

  .top-bar {
    display: none;
  }

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

  .top-social {
    justify-content: center;
  }

  .slide-item h1,
  .slide-item h2 {
    font-size: clamp(1.6rem, 7.1vw, 2.35rem);
  }

  .card-grid,
  .card-grid.three-up {
    grid-template-columns: 1fr;
  }

  .about-strip-section {
    padding: 0.6rem 0 0.85rem;
  }

  .about-strip-section .container {
    width: min(1120px, 96.5%);
    margin: 0 auto;
  }

  .video-testimonials-section .container {
    width: min(1120px, 96.5%);
    margin: 0 auto;
  }

  .emergency-section .container {
    width: min(1120px, 96.5%);
    margin: 0 auto;
  }

  .reviews-premium-section .container {
    width: min(1120px, 96.5%);
    margin: 0 auto;
  }

  .why-care-v4-section .container {
    width: min(1120px, 96.5%);
    margin: 0 auto;
  }

  .clinic-glimpse-section .container {
    width: min(1120px, 96.5%);
    margin: 0 auto;
  }

  .about-strip-card {
    border-radius: 14px;
    border-left: 1px solid rgba(10, 73, 125, 0.16);
    border-right: 1px solid rgba(10, 73, 125, 0.16);
    padding: 0.95rem 0.72rem 0.85rem;
    gap: 0.78rem;
  }

  .about-strip-left {
    order: 1;
    align-items: center;
    text-align: center;
    padding-left: 0;
  }

  .about-strip-left h3 {
    font-size: 1.12rem;
    white-space: normal;
  }

  .about-strip-desc {
    font-size: 0.86rem;
    max-width: 34ch;
    text-align: center;
    line-height: 1.52;
  }

  .about-strip-right {
    order: 2;
    justify-content: center;
    min-height: 166px;
  }

  .about-strip-right img {
    width: 142px;
    height: 142px;
    max-width: none;
  }

  .about-strip-right::before {
    width: 162px;
    height: 162px;
    box-shadow: 0 0 0 10px rgba(22, 115, 178, 0.08);
  }

  .about-strip-steps {
    order: 3;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.62rem;
    padding-top: 0.1rem;
  }

  .strip-step {
    width: 100%;
    border: 1px solid rgba(12, 93, 151, 0.16);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.65);
    padding: 0.52rem 0.42rem 0.56rem;
    box-shadow: 0 6px 14px rgba(11, 74, 124, 0.08);
  }

  .strip-step span {
    width: 42px;
    height: 42px;
    margin-bottom: 0.38rem;
  }

  .strip-step h4 {
    font-size: 0.79rem;
    min-height: auto;
    line-height: 1.2;
    white-space: normal;
  }

  .strip-step p {
    font-size: 0.72rem;
    line-height: 1.32;
    min-height: auto;
    max-width: 28ch;
  }

  .footer-map-frame {
    height: 280px;
  }

  .footer-premium {
    padding-top: 2rem;
  }

  .footer-premium .footer-premium-main {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

  .footer-premium h4 {
    font-size: 0.98rem;
    line-height: 1.25;
  }

  .footer-logo-card {
    width: fit-content;
    max-width: 100%;
  }

  .about-home-highlights {
    grid-template-columns: 1fr;
  }

  .video-testimonials-wrap {
    padding: 1rem 0.85rem 0.9rem;
  }

  .why-care-v4-wrap {
    padding: 0.82rem 0.66rem 0.7rem;
    border-radius: 16px;
  }

  .why-care-v4-head {
    margin-bottom: 0.56rem;
  }

  .why-care-v4-head h2 {
    font-size: clamp(1.08rem, 5.7vw, 1.5rem);
  }

  .why-care-v4-head p {
    font-size: 0.83rem;
    max-width: 40ch;
  }

  .why-care-v4-main {
    gap: 0.52rem;
  }

  .why-care-v4-side {
    grid-template-columns: 1fr;
    gap: 0.48rem;
  }

  .why-care-v4-card {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 0.58rem;
    gap: 0.45rem;
  }

  .why-care-v4-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .why-care-v4-card h3 {
    font-size: 0.92rem;
  }

  .why-care-v4-card p {
    font-size: 0.78rem;
    line-height: 1.4;
  }

  .why-care-v4-center {
    min-height: 280px;
    border-radius: 12px;
  }

  .why-care-v4-center img {
    width: min(100%, 290px);
  }

  .why-care-v4-doctor-badge {
    min-width: 158px;
    padding: 0.42rem 0.6rem;
    bottom: 0.48rem;
  }

  .why-care-v4-doctor-badge strong {
    font-size: 0.86rem;
  }

  .why-care-v4-doctor-badge span {
    font-size: 0.72rem;
  }

  .why-care-v4-points {
    grid-template-columns: 1fr;
    gap: 0.34rem;
    padding: 0.4rem;
  }

  .why-care-v4-point {
    grid-template-columns: 30px minmax(0, 1fr);
    padding: 0.34rem 0.36rem;
  }

  .why-care-v4-point i {
    font-size: 1.28rem;
  }

  .why-care-v4-point h4 {
    font-size: 0.86rem;
  }

  .why-care-v4-point p {
    font-size: 0.75rem;
  }

  .why-care-v4-footer-line {
    margin-top: 0.52rem;
    gap: 0.34rem;
    text-align: center;
  }

  .why-care-v4-footer-line strong {
    font-size: 0.9rem;
  }

  .why-care-v4-footer-line span {
    font-size: 0.76rem;
  }

  .video-testimonials-head {
    text-align: center;
    margin-bottom: 0.78rem;
  }

  .video-testimonials-head h2 {
    font-size: clamp(1.1rem, 5.6vw, 1.5rem);
  }

  .video-testimonials-head p {
    font-size: 0.85rem;
  }

  .video-testimonials-grid {
    grid-template-columns: 1fr;
    gap: 0.62rem;
  }

  .video-testimonial-card {
    padding: 0.56rem;
  }

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

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

  .video-toggle {
    min-height: 30px;
    padding: 0.28rem 0.62rem;
    font-size: 0.68rem;
  }

  .video-view-more-btn {
    width: 100%;
    max-width: 280px;
  }

  .reviews-premium-wrap {
    padding: 1rem 0.85rem 0.9rem;
  }

  .reviews-premium-head {
    text-align: center;
    margin-bottom: 0.78rem;
  }

  .reviews-premium-head h2 {
    font-size: clamp(1.1rem, 5.6vw, 1.5rem);
  }

  .reviews-premium-head p {
    font-size: 0.85rem;
  }

  .clinic-glimpse-wrap {
    padding: 1rem 0.85rem 0.9rem;
  }

  .clinic-glimpse-head {
    text-align: center;
    margin-bottom: 0.78rem;
  }

  .clinic-glimpse-head h2 {
    font-size: clamp(1.1rem, 5.6vw, 1.5rem);
  }

  .clinic-glimpse-head p {
    font-size: 0.85rem;
  }

  .clinic-glimpse-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.62rem;
  }

  .clinic-lightbox-dialog {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0.72rem;
  }

  .clinic-lightbox-figure {
    max-width: 100%;
    margin-top: 2.4rem;
  }

  .clinic-lightbox-image {
    max-height: 72vh;
    border-radius: 12px;
  }

  .clinic-lightbox-caption {
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .clinic-lightbox-nav {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    transform: translateY(-50%);
    z-index: 2;
  }

  .clinic-lightbox-nav.prev {
    left: 0.45rem;
  }

  .clinic-lightbox-nav.next {
    right: 0.45rem;
  }

  .clinic-lightbox-nav:hover {
    transform: translateY(-50%);
  }

  .clinic-lightbox-close {
    top: 0.45rem;
    right: 0.45rem;
    width: 44px;
    height: 44px;
  }

  .reviews-slider-shell {
    justify-content: center;
  }

  .reviews-premium-grid {
    --reviews-gap: 0.62rem;
    --reviews-per-view: 1;
  }

  .reviews-premium-stats {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .review-premium-card {
    padding: 0.82rem 0.72rem;
  }

  .about-home-actions {
    flex-direction: column;
  }

  .about-home-actions a {
    width: 100%;
    justify-content: center;
  }

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

  .cta-actions {
    width: 100%;
    flex-direction: column;
  }

  .cta-actions a {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 420px) {
  .specialisation-actions {
    grid-template-columns: 1fr;
  }

  .specialisation-btn {
    font-size: 0.78rem;
  }

  .about-strip-steps {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 560px) {
  .appointment-card > p {
    white-space: nowrap;
  }
}

.service-detail-hero {
  padding: 3rem 0 1.8rem;
}

.service-detail-hero > .container {
  width: min(1320px, 96%);
}

.section.specialisation-section > .container {
  width: min(1320px, 96%);
}

.service-detail-intro {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 1.5rem;
  align-items: stretch;
}

.service-detail-media {
  min-height: 300px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}

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

.service-detail-body {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.35rem 1.3rem;
  box-shadow: var(--shadow);
}

.service-detail-body h2 {
  margin-bottom: 0.8rem;
}

.service-detail-body p {
  color: #294766;
  margin-bottom: 0.95rem;
}

.service-gallery {
  margin-top: 2.2rem;
}

.service-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.service-gallery-card {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(0, 57, 99, 0.18);
}

.service-gallery-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-highlight-band {
  margin-top: 2.2rem;
  border-radius: 20px;
  padding: 1.45rem;
  background: linear-gradient(110deg, #074c7c, #0a85bf 58%, #00cce2);
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(6, 83, 136, 0.35);
}

.service-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.service-highlight-card {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.13);
  padding: 0.9rem;
  backdrop-filter: blur(4px);
}

.service-highlight-card h4 {
  margin-bottom: 0.42rem;
  font-size: 1rem;
}

.service-highlight-card p {
  color: rgba(235, 252, 255, 0.95);
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
}

.urgent-visit-guide {
  margin-top: 1.6rem;
  border-radius: 24px;
  border: 1px solid rgba(7, 96, 156, 0.24);
  background: linear-gradient(165deg, #edf7ff, #e2f1fc);
  box-shadow: 0 14px 28px rgba(8, 74, 122, 0.14);
  padding: 1.25rem;
}

.urgent-visit-head {
  border: 1px solid rgba(8, 116, 186, 0.28);
  background: linear-gradient(170deg, #e6f4ff, #d9ecfb);
  border-radius: 18px;
  padding: 1rem 1rem 0.95rem;
}

.urgent-visit-chip {
  margin: 0 0 0.4rem;
  color: #0d5c99;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.urgent-visit-head h3 {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2.05rem);
  color: #0c3f72;
}

.urgent-visit-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}

.urgent-visit-main p {
  margin: 0;
  color: #295480;
  max-width: 66ch;
}

.urgent-visit-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 60px;
  border-radius: 14px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(100deg, #0b70ab, #118cc9);
  box-shadow: 0 10px 20px rgba(6, 94, 152, 0.28);
}

.urgent-visit-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.urgent-visit-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.72rem;
  align-items: flex-start;
  padding: 0.88rem 0.94rem;
  border-radius: 16px;
  border: 1px solid rgba(7, 96, 156, 0.2);
  background: rgba(255, 255, 255, 0.58);
}

.urgent-visit-count {
  width: 46px;
  height: 42px;
  border-radius: 13px;
  background: linear-gradient(160deg, #d8ebf8, #c7e0f4);
  border: 1px solid rgba(7, 96, 156, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0d5b97;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
}

.urgent-visit-item h4 {
  margin: 0 0 0.2rem;
  color: #12467b;
  font-size: 1rem;
}

.urgent-visit-item p {
  margin: 0;
  color: #345d86;
}

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

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

  .service-highlight-grid {
    grid-template-columns: 1fr;
  }

  .urgent-visit-main {
    flex-direction: column;
    align-items: flex-start;
  }

  .urgent-visit-cta {
    width: 100%;
    min-width: 0;
    min-height: 54px;
  }

  .urgent-visit-grid {
    grid-template-columns: 1fr;
  }
}

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