:root {
  --ink: #142338;
  --muted: #5a687a;
  --line: #dce6ee;
  --blue: #075aa8;
  --cyan: #22b8cf;
  --green: #42b883;
  --warm: #f4a261;
  --paper: #ffffff;
  --mist: #f4f8fb;
  --shadow: 0 18px 50px rgba(20, 35, 56, 0.14);
  --marquee-height: 42px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, "Helvetica Neue", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

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

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

.discount-marquee {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 31;
  height: var(--marquee-height);
  overflow: hidden;
  color: #fff;
  background: linear-gradient(90deg, #004f72 0%, #00698E 48%, #00a6b8 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 8px 26px rgba(20, 35, 56, 0.12);
  transition: transform 220ms ease, opacity 220ms ease;
}

.announcement-stack {
  position: relative;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 0 20px;
  text-align: center;
}

.announcement-stack span {
  position: absolute;
  opacity: 1;
  transform: translateY(0);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.announcement-stack span:first-child:nth-last-child(n + 2),
.announcement-stack span:first-child:nth-last-child(n + 2) ~ span {
  opacity: 0;
  transform: translateY(14px);
  animation: announcement-fade-up 9s ease-in-out infinite;
}

.announcement-stack span:first-child:nth-last-child(n + 2) ~ span:nth-child(2) {
  animation-delay: 3s;
}

.announcement-stack span:first-child:nth-last-child(n + 2) ~ span:nth-child(3) {
  animation-delay: 6s;
}

.announcement-stack span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 12px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.8);
  vertical-align: 0.08em;
}

body.marquee-hidden .discount-marquee {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
}

@keyframes announcement-fade-up {
  0% {
    opacity: 0;
    transform: translateY(14px);
  }

  8%,
  28% {
    opacity: 1;
    transform: translateY(0);
  }

  36%,
  100% {
    opacity: 0;
    transform: translateY(-14px);
  }
}

.site-header {
  position: fixed;
  top: var(--marquee-height);
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 26px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 58px);
  color: #fff;
  background: rgba(10, 32, 57, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
  transition: top 220ms ease;
}

body.marquee-hidden .site-header {
  top: 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: auto;
  min-width: 190px;
}

.brand-mark img {
  width: 200px;
  max-width: 100%;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand strong {
  font-size: 1rem;
  text-transform: uppercase;
}

.brand small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.78);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 0.95rem;
  font-weight: 700;
}

.site-nav a {
  opacity: 0.88;
}

.site-nav a:hover {
  opacity: 1;
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 6px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.header-cta {
  padding: 0 18px;
  color: var(--ink);
  background: #fff;
}

.header-cta:hover,
.btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.header-cta:hover {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.18), 0 0 26px rgba(255, 244, 212, 0.74);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.14);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: end;
  padding: 110px clamp(20px, 5vw, 72px) 26px;
  overflow: hidden;
  color: #fff;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*
.hero-shade {
  background:
    linear-gradient(90deg, rgba(12, 37, 58, 0.72) 0%, rgba(34, 83, 105, 0.42) 44%, rgba(255, 232, 190, 0.24) 100%),
    linear-gradient(0deg, rgba(255, 248, 232, 0.34), rgba(255, 218, 160, 0.2)),
    radial-gradient(circle at 78% 18%, rgba(255, 244, 212, 0.68) 0%, rgba(255, 229, 176, 0.28) 26%, rgba(255, 229, 176, 0) 52%);
}
*/

.hero-shade {
  background:rgba(0, 0, 0, 0.3)
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 930px;
  padding-bottom: 46px;
  text-shadow: 0 2px 18px rgba(7, 21, 38, 0.36);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.clinic-copy h2,
.team-copy h2,
.visit-band h2 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 920px;
  font-size: clamp(2.9rem, 6vw, 5.4rem);
}

.hero-copy {
  max-width: 640px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  padding: 0 22px;
}

.btn-primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 16px 34px rgba(7, 90, 168, 0.34);
}

.btn-primary:hover {
  box-shadow: 0 16px 34px rgba(7, 90, 168, 0.34), 0 0 32px rgba(255, 244, 212, 0.66);
}

.btn-secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.1);
}

.btn-secondary:hover {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.12), 0 0 30px rgba(255, 244, 212, 0.6);
}

.hero-panel {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(920px, 100%);
  background: rgba(255, 255, 255, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  overflow: hidden;
  backdrop-filter: blur(12px);
}

.hero-panel div {
  padding: 20px;
  background: rgba(255, 255, 255, 0.12);
}

.hero-panel strong,
.hero-panel span {
  display: block;
}

.hero-panel strong {
  font-size: 1.05rem;
}

.hero-panel span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.intro,
.section-pad,
.visit-band,
.site-footer {
  padding-left: clamp(20px, 5vw, 72px);
  padding-right: clamp(20px, 5vw, 72px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
  gap: clamp(28px, 6vw, 88px);
  padding-top: 78px;
  padding-bottom: 72px;
  background: var(--paper);
}

.intro p:last-child {
  align-self: end;
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.section-heading h2,
.clinic-copy h2,
.team-copy h2,
.visit-band h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.centered {
  max-width: 780px;
  margin: 0 auto 38px;
  text-align: center;
}

.section-pad {
  padding-top: 82px;
  padding-bottom: 88px;
}

.services {
  background: var(--mist);
}

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

.service-card {
  min-height: 255px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(20, 35, 56, 0.06);
}

.service-card h3 {
  margin: 18px 0 12px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.service-card h3 span {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

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

.service-card ul {
  display: grid;
  gap: 5px;
  padding: 0;
  margin: 0;
  color: var(--muted);
  list-style: none;
}

.service-card li {
  position: relative;
  padding-left: 16px;
  font-size: 0.96rem;
  line-height: 1.35;
}

.service-card li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--cyan);
}

.service-number {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--green));
  font-size: 0.82rem;
  font-weight: 900;
}

.clinic {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(320px, 1.18fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}

.clinic-copy p:not(.eyebrow),
.team-copy p {
  color: var(--muted);
  font-size: 1.05rem;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.stats div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--mist);
}

.stats strong,
.stats span {
  display: block;
}

.stats strong {
  color: var(--blue);
  font-size: 2rem;
  line-height: 1;
}

.stats span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.86rem;
}

.clinic-gallery {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 14px;
}

.clinic-gallery img {
  width: 100%;
  min-height: 220px;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.clinic-gallery .gallery-large {
  grid-row: span 2;
  min-height: 500px;
}

.team {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1fr);
  gap: clamp(30px, 6vw, 88px);
  align-items: center;
  background: var(--mist);
}

.doctor-photo img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.reviews {
  background: #fff;
}

.review-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: fit-content;
  margin: -12px auto 30px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--mist);
}

.google-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #4285f4, #34a853 55%, #fbbc05);
  font-size: 1.35rem;
  font-weight: 900;
}

.review-summary strong,
.review-summary span {
  display: block;
}

.review-summary strong {
  line-height: 1.2;
}

.review-summary span {
  color: var(--muted);
  font-size: 0.88rem;
}

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

.review-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(20, 35, 56, 0.06);
}

.review-stars {
  color: #fbbc05;
  font-size: 1.1rem;
  letter-spacing: 0;
}

.review-card p {
  margin: 16px 0 20px;
  color: var(--muted);
}

.review-card strong {
  color: var(--ink);
}

.map-section {
  width: 100%;
  height: clamp(320px, 48vw, 520px);
  background: var(--mist);
}

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

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

.check-list li {
  position: relative;
  padding-left: 32px;
  font-weight: 700;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--green);
}

.check-list li::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(40deg);
}

.visit-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 30px;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 72px;
  color: #fff;
  background: linear-gradient(135deg, #123654, #075aa8 56%, #1ca6b7);
}

.visit-band .eyebrow {
  color: #bff5ff;
}

.visit-band p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84);
}

.contact-card {
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

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

.contact-card p {
  margin: 0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 26px;
  padding-bottom: 26px;
  color: var(--muted);
  background: #fff;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  font-weight: 800;
  color: var(--blue);
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: #fff;
  background: #25d366;
  box-shadow: 0 16px 34px rgba(20, 35, 56, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(20, 35, 56, 0.3), 0 0 34px rgba(210, 255, 224, 0.78);
}

.whatsapp-float svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

@media (max-width: 900px) {
  .site-header {
    min-height: 68px;
  }

  .brand-mark img{
    width: 150px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .site-nav.is-open {
    position: absolute;
    top: 68px;
    left: 16px;
    right: 16px;
    display: grid;
    gap: 0;
    padding: 10px;
    color: var(--ink);
    background: #fff;
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open a {
    padding: 13px 12px;
  }

  .hero {
    min-height: 92vh;
  }

  .hero-panel,
  .intro,
  .service-grid,
  .review-grid,
  .clinic,
  .team,
  .visit-band {
    grid-template-columns: 1fr;
  }

  .hero-content {
    padding-bottom: 36px;
  }

  .hero-panel {
    margin-top: 20px;
  }

  .service-card {
    min-height: auto;
  }

  .clinic-gallery .gallery-large {
    min-height: 360px;
  }
}

@media (max-width: 620px) {
  :root {
    --marquee-height: 34px;
  }

  .announcement-stack span {
    font-size: 0.8rem;
  }

  .brand {
    min-width: 0;
    gap: 9px;
  }

  .brand strong {
    font-size: 0.88rem;
  }

  .hero {
    min-height: auto;
    padding-top: 96px;
    padding-bottom: 24px;
  }

  .hero h1 {
    font-size: 2.62rem;
  }

  .hero-copy {
    margin-top: 18px;
    font-size: 0.98rem;
  }

  .hero-content {
    padding-bottom: 22px;
  }

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

  .hero-actions,
  .site-footer {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .stats,
  .clinic-gallery {
    grid-template-columns: 1fr;
  }

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

  .hero-panel div {
    padding: 13px 10px;
  }

  .hero-panel strong {
    font-size: 0.88rem;
  }

  .hero-panel span {
    font-size: 0.74rem;
    line-height: 1.35;
  }

  .clinic-gallery .gallery-large,
  .clinic-gallery img {
    min-height: 260px;
  }

  .intro,
  .section-pad,
  .visit-band {
    padding-top: 58px;
    padding-bottom: 62px;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 56px;
    height: 56px;
  }

  .whatsapp-float svg {
    width: 31px;
    height: 31px;
  }
}
