:root {
  --bg: #ffffff;
  --bg-soft: #f5fcff;
  --paper: rgba(255, 255, 255, 0.95);
  --surface: rgba(255, 255, 255, 0.88);
  --header-bg: rgba(255, 255, 255, 0.82);
  --text: #1d1d1b;
  --text-soft: #4d5658;
  --nav-link: #2c3b3f;
  --chip-bg: rgba(255, 255, 255, 0.92);
  --chip-text: #146074;
  --input-bg: #ffffff;
  --input-text: #1d1d1b;
  --brand: #00a9ca;
  --brand-deep: #0a94b2;
  --line: rgba(10, 148, 178, 0.2);
  --border: rgba(0, 169, 202, 0.22);
  --shadow: 0 20px 54px rgba(10, 148, 178, 0.12);
  --radius: 20px;
  --container: min(1120px, 92vw);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--text);
  line-height: 1.6;
  background: var(--bg);
  overflow-x: clip;
}

img {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

.site-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 12%, rgba(0, 169, 202, 0.12), transparent 36%),
    radial-gradient(circle at 88% 14%, rgba(10, 148, 178, 0.1), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f9feff 58%, #f2fbff 100%);
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.section {
  padding: 5rem 0;
}

h1,
h2,
h3 {
  margin: 0 0 0.8rem;
  font-family: "Raleway", sans-serif;
  color: var(--text);
  line-height: 1.15;
}

h1 {
  font-size: clamp(2rem, 5vw, 4rem);
}

h2 {
  font-size: clamp(1.6rem, 3vw, 2.6rem);
}

h3 {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
}

a {
  color: inherit;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--brand-deep);
  font-weight: 700;
}

.lead {
  max-width: 62ch;
  color: var(--text-soft);
  font-size: 1.04rem;
}

.header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(7px);
  background: var(--header-bg);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  min-height: 116px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: min(420px, 46vw);
  flex-shrink: 0;
}

.brand picture {
  display: block;
  width: 100%;
}

.brand img {
  width: 100%;
  height: auto;
  max-height: 100px;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.nav {
  display: flex;
  gap: 1.2rem;
}

.mobile-menu-extra {
  display: none;
}

.nav a {
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--nav-link);
  position: relative;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--brand), var(--brand-deep));
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.26s ease;
}

.nav a:hover::after,
.nav a.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav .menu-cta-btn::after {
  content: none;
}

.menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.menu-btn span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text);
  margin: 7px auto;
}

.btn {
  border: 0;
  padding: 0.8rem 1.25rem;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.btn-primary {
  background: linear-gradient(120deg, var(--brand), var(--brand-deep));
  color: #fff;
  box-shadow: 0 14px 32px rgba(10, 148, 178, 0.22);
}

.btn-secondary {
  background: var(--surface);
  color: var(--brand-deep);
  border: 1px solid rgba(10, 148, 178, 0.35);
}

.nav-cta {
  font-size: 0.75rem;
  padding: 0.55rem 0.8rem;
  white-space: nowrap;
}

.hero {
  padding-top: 3.2rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 1.7rem;
}

.hero-copy h1 span {
  display: block;
  color: var(--brand-deep);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.hero-badges {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(110px, 1fr));
  gap: 0.78rem;
}

.hero-badges article,
.hero-card,
.timeline article,
.card,
.steps li,
.faq-list details,
.contact-panel {
  background: var(--paper);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.hero-badges article {
  padding: 1rem;
  border-radius: 14px;
}

.hero-badges strong {
  font-size: clamp(0.9rem, 2.5vw, 1.32rem);
  display: block;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.hero-badges span {
  color: var(--text-soft);
  font-size: 0.84rem;
}

.hero-card {
  border-radius: calc(var(--radius) + 6px);
  padding: 1.6rem;
  position: relative;
}

.hero-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand), var(--brand-deep));
  border-radius: 16px 16px 0 0;
}

.doctor-figure {
  width: 100%;
  min-height: 210px;
  border-radius: 16px;
  background:
    linear-gradient(140deg, rgba(0, 169, 202, 0.15), rgba(10, 148, 178, 0.06)),
    var(--surface);
  border: 2px solid rgba(10, 148, 178, 0.16);
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
}

.doctor-figure span {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: var(--brand-deep);
}

.doctor-figure img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  object-position: center 28%;
  border-radius: 12px;
  display: block;
}

.hero-card ul {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.55rem;
  color: var(--text-soft);
}

.card-chips,
.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.card-chips {
  margin-top: 1rem;
}

.card-chips span,
.tag-cloud span {
  font-size: 0.77rem;
  padding: 0.45rem 0.72rem;
  border: 1px solid rgba(10, 148, 178, 0.24);
  border-radius: 999px;
  background: var(--chip-bg);
  color: var(--chip-text);
}

.symptoms-bar {
  margin-top: 3rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 0.75rem 0;
  overflow: hidden;
  background: var(--surface);
}

.symptoms-track {
  display: flex;
  width: max-content;
  gap: 2rem;
  white-space: nowrap;
  animation: marquee 24s linear infinite;
}

.symptoms-track span {
  position: relative;
  font-size: 0.92rem;
  color: var(--nav-link);
}

.symptoms-track span::before {
  content: "";
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--brand);
  display: inline-block;
  margin-right: 0.55rem;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
}

.timeline {
  display: grid;
  gap: 1rem;
}

.timeline p,
.card p,
.steps p,
.contact-list,
.faq-list p {
  color: var(--text-soft);
}

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

.cards-grid {
  margin-top: 1.35rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 1rem;
}

.card,
.steps li,
.faq-list details,
.timeline article {
  border-radius: 15px;
  padding: 1rem;
}

.procedure-card {
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.procedure-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 169, 202, 0.48);
  box-shadow: 0 18px 40px rgba(0, 169, 202, 0.18);
}

.card-image {
  width: 100%;
  height: 185px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0.9rem;
  border: 1px solid var(--line);
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.procedure-card:hover .card-image img {
  transform: scale(1.06);
}

.tag-cloud {
  margin-top: 1rem;
}

.process {
  padding-top: 3.5rem;
}

.steps {
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(230px, 1fr));
  gap: 0.95rem;
}

.steps li {
  display: grid;
  gap: 0.45rem;
}

.faq {
  padding-top: 3.5rem;
}

.faq-list {
  margin-top: 1rem;
  display: grid;
  gap: 0.85rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 600;
}

.faq-list p {
  margin-top: 0.6rem;
}

.contact-panel {
  border-radius: 18px;
  padding: 1.3rem;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 1rem;
  min-width: 0;
}

.contact-panel > div {
  min-width: 0;
}

.contact-list {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.45rem;
}

.contact-form {
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 1rem;
  background: var(--surface);
  min-width: 0;
  overflow-x: hidden;
}

.contact-map {
  margin-top: 1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow);
  max-width: 100%;
}

.contact-map iframe {
  width: 100%;
  height: 260px;
  border: 0;
  display: block;
  max-width: 100%;
}

#cd-widget {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

#cd-widget * {
  max-width: 100%;
  box-sizing: border-box;
}

#cd-widget iframe {
  width: 100% !important;
  max-width: 100% !important;
}

.fake-form {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.7rem;
}

.fake-form input,
.fake-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 0.7rem 0.8rem;
  font: inherit;
  background: var(--input-bg);
  color: var(--input-text);
}

.fake-form input::placeholder,
.fake-form textarea::placeholder {
  color: var(--text-soft);
}

.footer {
  margin-top: 2.6rem;
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: 1rem;
  padding: 2.2rem 0 1.6rem;
}

.footer-title {
  font-family: "Raleway", sans-serif;
  display: block;
  margin-bottom: 0.55rem;
}

.footer-subtitle,
.footer-description,
.footer-list {
  color: var(--text-soft);
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
  font-size: 0.92rem;
}

.footer-section-title {
  margin: 0 0 0.65rem;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
}

.footer-bottom {
  border-top: 1px solid var(--line);
  padding: 0.9rem 0 1.2rem;
}

.footer-bottom-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.copyright {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.86rem;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 17, 20, 0.62);
  backdrop-filter: blur(7px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 120;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 1rem;
}

.modal-overlay[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  width: min(760px, 100%);
  max-height: 88vh;
  overflow: auto;
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 1.2rem;
  position: relative;
}

.modal-close {
  position: absolute;
  right: 0.8rem;
  top: 0.7rem;
  border: 0;
  background: transparent;
  color: var(--text);
  font-size: 1.6rem;
  cursor: pointer;
}

.modal-header {
  padding-right: 2rem;
}

.modal-header p {
  color: var(--text-soft);
}

.modal-body {
  margin-top: 1rem;
  display: grid;
  gap: 1rem;
}

.modal-details,
.modal-benefits {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.9rem;
  background: var(--surface);
}

#modal-details p {
  margin: 0.45rem 0;
  color: var(--text-soft);
}

#modal-details strong {
  color: var(--text);
}

#modal-benefits {
  margin: 0.4rem 0 0;
  padding-left: 1rem;
  color: var(--text-soft);
  display: grid;
  gap: 0.35rem;
}

.modal-footer {
  margin-top: 1rem;
  display: flex;
  gap: 0.7rem;
  justify-content: flex-end;
  flex-wrap: wrap;
}

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

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1040px) {
  .nav-wrap {
    min-height: 86px;
  }

  .nav {
    position: fixed;
    inset: 86px 0 auto;
    background: var(--header-bg);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    padding: 1rem 5vw 1.2rem;
    max-height: calc(100vh - 86px);
    overflow-y: auto;
    transform: translateY(-140%);
    transition: transform 0.25s ease;
    gap: 0.85rem;
  }

  .nav a {
    font-size: 1rem;
  }

  .nav.open {
    transform: translateY(0);
  }

  .menu-btn {
    display: block;
  }

  .brand {
    width: min(320px, 72vw);
  }

  .brand img {
    max-height: 70px;
  }

  .nav-cta {
    display: none;
  }

  .mobile-menu-extra {
    display: grid;
    gap: 0.65rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--line);
    margin-top: 0.25rem;
  }

  .menu-cta-btn {
    width: 100%;
  }

  .mobile-address {
    margin: 0.15rem 0 0;
    color: var(--text-soft);
    font-size: 0.86rem;
    line-height: 1.35;
  }

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

  .contact-panel {
    overflow-x: hidden;
  }

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

  .card-image {
    height: 210px;
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg: #0f1112;
    --bg-soft: #13181a;
    --paper: rgba(24, 30, 33, 0.92);
    --surface: rgba(20, 24, 27, 0.9);
    --header-bg: rgba(12, 15, 17, 0.88);
    --text: #edf3f5;
    --text-soft: #c1d0d5;
    --nav-link: #e3eef2;
    --chip-bg: rgba(0, 169, 202, 0.18);
    --chip-text: #dcf8ff;
    --input-bg: #0f1416;
    --input-text: #eaf1f4;
    --line: rgba(0, 169, 202, 0.38);
    --border: rgba(0, 169, 202, 0.46);
    --shadow: 0 20px 54px rgba(0, 0, 0, 0.38);
  }

  .site-bg {
    background:
      radial-gradient(circle at 10% 12%, rgba(0, 169, 202, 0.22), transparent 34%),
      radial-gradient(circle at 88% 14%, rgba(10, 148, 178, 0.2), transparent 30%),
      linear-gradient(180deg, #0f1112 0%, #12181a 55%, #0f1416 100%);
  }

  .btn-secondary {
    background: transparent;
    color: #def8ff;
    border-color: rgba(0, 169, 202, 0.58);
  }

  .btn-secondary:hover {
    background: rgba(0, 169, 202, 0.15);
  }
}
