:root {
  --teal-900: #053f45;
  --teal-800: #075963;
  --teal-700: #08727b;
  --teal-100: #e7f6f6;
  --teal-50: #f3fbfb;
  --ink: #13292d;
  --muted: #5b7074;
  --line: #d7e7e8;
  --white: #ffffff;
  --soft-blue: #eef7fa;
  --accent: #dd5f82;
  --shadow: 0 20px 50px rgba(5, 63, 69, 0.13);
  --header-height: 78px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  letter-spacing: 0;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(8, 114, 123, 0.1), transparent 32rem),
    linear-gradient(180deg, #f8fcfc 0%, #ffffff 42%, #f6fbfb 100%);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.55;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

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

code {
  padding: 0.1rem 0.35rem;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.75);
  color: var(--teal-800);
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  min-height: var(--header-height);
  border-bottom: 1px solid rgba(215, 231, 232, 0.9);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.navbar {
  width: min(1180px, calc(100% - 32px));
  min-height: var(--header-height);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

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

.brand-mark {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(8, 114, 123, 0.22);
  border-radius: 8px;
  background: var(--teal-50);
}

.brand-mark svg {
  width: 30px;
  height: 30px;
}

.brand-mark path,
.strip-icon path,
.service-icon path,
.nav-cta path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand span:last-child {
  display: grid;
  gap: 0;
  line-height: 1.05;
}

.brand strong,
.brand small {
  color: var(--teal-800);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.brand b {
  color: var(--teal-800);
  font-size: 1.34rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.4rem;
  font-size: 0.95rem;
  font-weight: 650;
}

.nav-menu a:not(.nav-cta) {
  color: #18383d;
}

.nav-menu a:not(.nav-cta):hover {
  color: var(--teal-700);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 44px;
  padding: 0 1rem;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--teal-800), var(--teal-700));
  box-shadow: 0 12px 24px rgba(8, 114, 123, 0.2);
}

.nav-cta svg {
  width: 18px;
  height: 18px;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--teal-800);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: currentColor;
}

main {
  padding-top: var(--header-height);
}

section {
  scroll-margin-top: calc(var(--header-height) + 18px);
}

.section-pad {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 5.5rem 0;
}

.hero {
  position: relative;
  width: 100%;
  min-height: calc(100vh - var(--header-height));
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 6.5rem) 0 clamp(3.5rem, 7vw, 5.5rem);
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--teal-700);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 11ch;
  margin-bottom: 1.2rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.1rem, 7vw, 5.8rem);
  line-height: 1;
  font-weight: 700;
  color: var(--teal-900);
}

.hero-text {
  max-width: 35rem;
  margin-bottom: 2rem;
  color: #334b50;
  font-size: clamp(1rem, 1.8vw, 1.17rem);
}

.hero-actions,
.booking-points,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0.82rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

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

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--teal-800), var(--teal-700));
  box-shadow: 0 15px 28px rgba(8, 114, 123, 0.25);
}

.btn-secondary {
  color: var(--teal-800);
  border-color: rgba(8, 114, 123, 0.35);
  background: rgba(255, 255, 255, 0.78);
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  max-width: 39rem;
  margin-top: 2.2rem;
}

.trust-row div {
  min-width: 0;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.trust-row strong,
.trust-row span {
  display: block;
}

.trust-row strong {
  color: var(--teal-800);
  font-size: 0.94rem;
}

.trust-row span {
  color: var(--muted);
  font-size: 0.86rem;
}

.hero-media {
  position: absolute;
  inset: 0;
  min-width: 0;
  overflow: hidden;
  z-index: 0;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(248, 252, 252, 0.98) 0%,
    rgba(248, 252, 252, 0.92) 37%,
    rgba(248, 252, 252, 0.48) 63%,
    rgba(248, 252, 252, 0.08) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: calc(100vh - var(--header-height));
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 68% center;
}

.hero-badge {
  position: absolute;
  right: max(1rem, calc((100vw - 1180px) / 2 + 1rem));
  top: 2rem;
  z-index: 2;
  max-width: calc(100% - 2.4rem);
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  color: var(--white);
  background: rgba(5, 63, 69, 0.9);
  box-shadow: 0 18px 38px rgba(5, 63, 69, 0.28);
}

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

.hero-badge span {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.hero-badge strong {
  font-size: 1.18rem;
}

.info-strip {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: var(--shadow);
}

.info-strip article {
  display: flex;
  gap: 1rem;
  align-items: center;
  min-width: 0;
  padding: 1.5rem;
  color: var(--white);
  background: linear-gradient(135deg, var(--teal-800), var(--teal-700));
}

.strip-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
}

.strip-icon svg {
  width: 28px;
  height: 28px;
}

.info-strip h2 {
  margin-bottom: 0.2rem;
  font-size: 0.95rem;
}

.info-strip p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
}

.section-heading {
  max-width: 690px;
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2,
.booking-copy h2 {
  margin-bottom: 1rem;
  color: var(--teal-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
}

.section-heading p,
.booking-copy p {
  color: var(--muted);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.7fr) minmax(220px, 0.7fr);
  gap: 1rem;
  margin-top: 2rem;
}

.about-card,
.stat-card,
.service-card,
.contact-card,
.booking-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 36px rgba(5, 63, 69, 0.07);
}

.about-card {
  padding: 1.7rem;
}

.about-card p {
  color: var(--muted);
  font-size: 1.05rem;
}

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

.check-list li {
  position: relative;
  padding-left: 1.8rem;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 0.85rem;
  height: 0.45rem;
  border-left: 2px solid var(--teal-700);
  border-bottom: 2px solid var(--teal-700);
  transform: rotate(-45deg);
}

.stat-card {
  display: grid;
  align-content: center;
  gap: 0.5rem;
  padding: 1.7rem;
}

.stat-card strong {
  color: var(--teal-800);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.stat-card span {
  color: var(--muted);
  font-weight: 700;
}

.services {
  padding-top: 4rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.3rem;
}

.service-card {
  display: grid;
  min-height: 280px;
  align-content: start;
  gap: 0.9rem;
  padding: 1.45rem;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.service-card:hover {
  border-color: rgba(8, 114, 123, 0.34);
  transform: translateY(-4px);
  box-shadow: 0 20px 46px rgba(5, 63, 69, 0.12);
}

.service-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--teal-700);
  background: var(--teal-100);
}

.service-icon svg {
  width: 34px;
  height: 34px;
}

.service-card h3 {
  margin-bottom: 0;
  color: var(--teal-900);
  font-size: 1.1rem;
  line-height: 1.2;
}

.service-card p {
  margin-bottom: 0.35rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.service-book {
  width: fit-content;
  margin-top: auto;
  padding: 0.62rem 0.85rem;
  border: 1px solid rgba(8, 114, 123, 0.22);
  border-radius: 8px;
  color: var(--teal-800);
  background: var(--teal-50);
  font-weight: 800;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease;
}

.noscript-note {
  margin-top: 1rem;
  color: var(--muted);
  text-align: center;
}

.booking-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.76fr);
  align-items: center;
  gap: 2rem;
  padding: 3rem;
  border-radius: 8px;
  color: var(--white);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.13), transparent 22rem),
    linear-gradient(135deg, var(--teal-900), var(--teal-700));
  box-shadow: var(--shadow);
}

.booking-copy h2,
.booking-copy .eyebrow {
  color: var(--white);
}

.booking-copy p {
  max-width: 35rem;
  color: rgba(255, 255, 255, 0.83);
}

.booking-points {
  margin-top: 1.6rem;
}

.booking-points span {
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.9rem;
  font-weight: 750;
}

.booking-form {
  display: grid;
  gap: 1rem;
  padding: 1.2rem;
  color: var(--ink);
  background: var(--white);
}

.form-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-row {
  display: grid;
  gap: 0.45rem;
}

.form-row label {
  color: var(--teal-900);
  font-size: 0.9rem;
  font-weight: 800;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cddfe1;
  border-radius: 8px;
  padding: 0.78rem 0.85rem;
  color: var(--ink);
  background: #fbfefe;
  outline: none;
  resize: vertical;
}

.form-row textarea {
  min-height: 112px;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: var(--teal-700);
  box-shadow: 0 0 0 4px rgba(8, 114, 123, 0.12);
}

.form-submit {
  width: 100%;
}

.form-status {
  min-height: 1.3rem;
  margin-bottom: 0;
  color: var(--teal-800);
  font-size: 0.9rem;
  font-weight: 700;
}

.location {
  padding-top: 5rem;
}

.location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 1rem;
  margin-top: 2rem;
}

.map-card {
  position: relative;
  min-height: 420px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--soft-blue);
  box-shadow: var(--shadow);
}

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

.clinic-marker {
  position: absolute;
  left: 50%;
  top: 47%;
  width: 62px;
  height: 62px;
  transform: translate(-50%, -100%);
  filter: drop-shadow(0 12px 18px rgba(5, 63, 69, 0.22));
  pointer-events: none;
}

.clinic-marker svg {
  width: 100%;
  height: 100%;
}

.clinic-marker path:first-child {
  fill: var(--accent);
}

.clinic-marker path:last-child {
  fill: none;
  stroke: var(--white);
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-card {
  display: grid;
  align-content: start;
  gap: 0.9rem;
  padding: 1.5rem;
}

.contact-card h3 {
  margin-bottom: 0.2rem;
  color: var(--teal-900);
}

.contact-card a:not(.btn) {
  color: var(--teal-800);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.contact-card p {
  color: var(--muted);
}

.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 2rem 0 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.footer-brand {
  display: grid;
  gap: 0.2rem;
}

.footer-brand strong {
  color: var(--teal-900);
}

.footer-links a {
  font-weight: 750;
}

.footer-links a:hover {
  color: var(--teal-700);
}

.floating-whatsapp {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 950;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: #16a34a;
  box-shadow: 0 18px 38px rgba(22, 163, 74, 0.34);
}

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

@media (max-width: 1020px) {
  h1 {
    max-width: 12ch;
  }

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

  .about-grid,
  .booking-panel,
  .location-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  :root {
    --header-height: 70px;
  }

  .navbar,
  .section-pad,
  .info-strip,
  .site-footer {
    width: min(100% - 24px, 1180px);
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand b {
    font-size: 1rem;
  }

  .brand strong,
  .brand small {
    font-size: 0.58rem;
  }

  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: fixed;
    left: 12px;
    right: 12px;
    top: calc(var(--header-height) + 10px);
    display: none;
    align-items: stretch;
    justify-content: stretch;
    gap: 0.35rem;
    padding: 0.8rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow);
  }

  .nav-open .nav-menu {
    display: grid;
  }

  .nav-menu a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.85rem 0.9rem;
    border-radius: 8px;
  }

  .nav-menu .nav-cta {
    justify-content: center;
  }

  .nav-menu a:not(.nav-cta):hover {
    background: var(--teal-50);
  }

  .nav-cta {
    min-height: 48px;
  }

  .section-pad {
    padding: 4rem 0;
  }

  .hero {
    min-height: calc(100vh - var(--header-height));
  }

  .hero-copy {
    width: min(100% - 24px, 1180px);
    padding: 3.4rem 0 3rem;
  }

  .hero-media::before {
    background: linear-gradient(
      90deg,
      rgba(248, 252, 252, 0.98) 0%,
      rgba(248, 252, 252, 0.94) 58%,
      rgba(248, 252, 252, 0.55) 100%
    );
  }

  h1 {
    font-size: clamp(3rem, 14vw, 4.6rem);
  }

  .trust-row,
  .info-strip,
  .form-pair {
    grid-template-columns: 1fr;
  }

  .info-strip {
    margin-top: 0.5rem;
  }

  .info-strip article {
    padding: 1.25rem;
  }

  .booking-panel {
    padding: 1.2rem;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-media img {
    min-height: calc(100vh - var(--header-height));
    object-position: 62% center;
  }

  .hero-badge {
    display: none;
  }

  .map-card,
  .map-card iframe {
    min-height: 360px;
  }

  .floating-whatsapp {
    right: 0.9rem;
    bottom: 0.9rem;
    width: 56px;
    height: 56px;
  }
}
