:root {
  --navy: #081f4d;
  --teal: #008f9c;
  --teal-dark: #00717d;
  --orange: #f36f21;
  --purple: #62368c;
  --green: #3f9142;
  --ink: #0b1638;
  --muted: #5b6580;
  --line: #dbe4ee;
  --soft: #f4f8fb;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(8, 31, 77, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 64px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

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

.brand-mark img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 8px;
}

.brand-mark strong {
  display: block;
  color: var(--navy);
  font-size: 1.1rem;
  line-height: 1;
}

.brand-mark small {
  color: var(--teal-dark);
  font-weight: 700;
  font-size: 0.74rem;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
}

.site-nav a {
  white-space: nowrap;
}

.guide-star {
  position: relative;
  display: inline-grid;
  width: 96px;
  height: 96px;
  place-items: center;
  flex: 0 0 auto;
  margin-left: -4px;
  padding: 14px;
  color: var(--white);
  background: linear-gradient(135deg, #ffcf33, var(--orange) 54%, #d9480f);
  clip-path: polygon(50% 0%, 61% 32%, 95% 18%, 78% 50%, 100% 68%, 64% 68%, 50% 100%, 36% 68%, 0% 68%, 22% 50%, 5% 18%, 39% 32%);
  filter: drop-shadow(0 12px 18px rgba(243, 111, 33, 0.28));
  isolation: isolate;
  text-align: center;
  text-transform: uppercase;
  animation: star-pulse 1.8s ease-in-out infinite;
}

.guide-star::before {
  content: "";
  position: absolute;
  inset: 9px;
  z-index: -1;
  background: rgba(8, 31, 77, 0.15);
  clip-path: inherit;
}

.guide-star span {
  max-width: 58px;
  font-size: 0.58rem;
  font-weight: 900;
  line-height: 1.05;
  text-wrap: balance;
  white-space: normal;
  text-shadow: 0 1px 3px rgba(8, 31, 77, 0.34);
}

@keyframes star-pulse {
  0%,
  100% {
    transform: scale(1) rotate(-5deg);
  }
  50% {
    transform: scale(1.06) rotate(3deg);
  }
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 7px;
  font-weight: 800;
  border: 1px solid transparent;
}

.nav-cta,
.button.primary {
  background: var(--teal);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(0, 143, 156, 0.22);
}

.button.secondary {
  background: var(--orange);
  color: var(--white);
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--navy);
  border-radius: 7px;
  padding: 10px 12px;
  font-weight: 800;
}

.brand-banner {
  width: 100%;
  padding: clamp(10px, 1.4vw, 18px);
  background: #f6f1e9;
  border-bottom: 1px solid var(--line);
}

.brand-banner-frame {
  position: relative;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.brand-banner img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  object-position: center;
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(8, 31, 77, 0.12);
}

.poster-book-link {
  position: absolute;
  left: 4.6%;
  top: 58.1%;
  width: 18.2%;
  height: 8%;
  border-radius: 8px;
  z-index: 2;
}

.poster-book-link:focus-visible {
  outline: 4px solid rgba(0, 143, 156, 0.55);
  outline-offset: 3px;
}

.whatsapp-cta {
  gap: 8px;
}

.whatsapp-cta::before {
  content: "";
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.02 3.2A12.74 12.74 0 0 0 5.1 22.48L3.5 28.8l6.47-1.52A12.74 12.74 0 1 0 16.02 3.2Zm0 2.34a10.4 10.4 0 0 1 8.84 15.9 10.38 10.38 0 0 1-13.98 3.6l-.45-.25-3.7.87.9-3.5-.3-.48A10.4 10.4 0 0 1 16.02 5.54Zm-4.2 4.9c-.24 0-.62.08-.94.45-.32.36-1.23 1.2-1.23 2.93 0 1.72 1.26 3.39 1.43 3.62.18.24 2.43 3.9 6.02 5.31 2.98 1.17 3.6.94 4.24.88.65-.06 2.1-.86 2.4-1.7.3-.83.3-1.54.2-1.7-.08-.15-.32-.24-.67-.41-.36-.18-2.1-1.04-2.43-1.16-.32-.12-.56-.18-.8.18-.24.35-.92 1.15-1.13 1.39-.2.24-.41.27-.77.09-.35-.18-1.5-.55-2.86-1.76-1.06-.94-1.77-2.1-1.98-2.45-.2-.36-.02-.55.16-.73.16-.16.35-.42.53-.63.18-.2.24-.35.36-.59.12-.24.06-.44-.03-.62-.09-.18-.8-1.92-1.1-2.63-.29-.7-.58-.6-.8-.6h-.6Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.02 3.2A12.74 12.74 0 0 0 5.1 22.48L3.5 28.8l6.47-1.52A12.74 12.74 0 1 0 16.02 3.2Zm0 2.34a10.4 10.4 0 0 1 8.84 15.9 10.38 10.38 0 0 1-13.98 3.6l-.45-.25-3.7.87.9-3.5-.3-.48A10.4 10.4 0 0 1 16.02 5.54Zm-4.2 4.9c-.24 0-.62.08-.94.45-.32.36-1.23 1.2-1.23 2.93 0 1.72 1.26 3.39 1.43 3.62.18.24 2.43 3.9 6.02 5.31 2.98 1.17 3.6.94 4.24.88.65-.06 2.1-.86 2.4-1.7.3-.83.3-1.54.2-1.7-.08-.15-.32-.24-.67-.41-.36-.18-2.1-1.04-2.43-1.16-.32-.12-.56-.18-.8.18-.24.35-.92 1.15-1.13 1.39-.2.24-.41.27-.77.09-.35-.18-1.5-.55-2.86-1.76-1.06-.94-1.77-2.1-1.98-2.45-.2-.36-.02-.55.16-.73.16-.16.35-.42.53-.63.18-.2.24-.35.36-.59.12-.24.06-.44-.03-.62-.09-.18-.8-1.92-1.1-2.63-.29-.7-.58-.6-.8-.6h-.6Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(42px, 6vw, 82px) clamp(18px, 6vw, 88px);
  background: linear-gradient(180deg, #ffffff, #f6fbfd);
}

.standalone .hero {
  background: linear-gradient(180deg, #ffffff, #f6fbfd);
}

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

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 900px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.5rem, 5.8vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.8rem, 3vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  color: var(--navy);
  line-height: 1.2;
}

.hero-lede {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
}

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

.trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 12px;
  max-width: 760px;
  margin-top: 34px;
}

.trust-row span {
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,0.84);
  color: var(--navy);
  font-weight: 800;
  font-size: 0.85rem;
}

.hero-media {
  align-self: end;
}

.hero-media img,
.doctor-card img {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.intro-band,
.doctor-section,
.conditions-section,
.review-section,
.transformation-section,
.appointment {
  padding: clamp(54px, 7vw, 96px) clamp(18px, 6vw, 88px);
}

.intro-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  background: var(--soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.intro-band p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1.18rem;
}

.doctor-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 34px;
  align-items: start;
}

.doctor-story p {
  max-width: 780px;
  color: var(--muted);
  font-size: 1.08rem;
}

.credential-strip {
  display: inline-flex;
  max-width: 100%;
  margin: 18px 0 12px;
  padding: 10px 14px;
  border-radius: 7px;
  color: var(--white);
  background: linear-gradient(90deg, var(--navy), var(--teal-dark));
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(8, 31, 77, 0.16);
}

.founder-role {
  color: var(--navy) !important;
  font-weight: 800;
}

.doctor-card,
.booking-form,
.review-form,
.review-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.muted {
  color: var(--muted);
}

.icon-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.icon-grid span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 14px;
  color: var(--navy);
  background: #fbfdff;
  font-weight: 800;
}

.doctor-card {
  padding: 16px;
  box-shadow: var(--shadow);
}

.doctor-card h3 {
  margin-top: 18px;
}

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

.conditions-section {
  background: var(--soft);
}

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

.condition-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.condition-grid article {
  min-height: 190px;
  padding: 22px;
}

.condition-grid p {
  color: var(--muted);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 30px;
}

.section-heading p:last-child {
  color: var(--muted);
  font-size: 1.08rem;
}

.review-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: start;
}

.review-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  box-shadow: var(--shadow);
}

.review-form label,
.star-rating legend {
  color: var(--navy);
  font-weight: 800;
}

.review-form label {
  display: grid;
  gap: 7px;
}

.star-rating {
  display: grid;
  gap: 10px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: #fbfdff;
}

.star-rating legend {
  padding: 0 6px;
}

.star-rating label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.star-rating input {
  width: auto;
}

.star-rating span,
.review-stars {
  color: var(--orange);
  font-size: 1.22rem;
  font-weight: 900;
  letter-spacing: 1px;
  white-space: nowrap;
}

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

.review-card {
  min-height: 190px;
  padding: 22px;
  box-shadow: 0 14px 34px rgba(8, 31, 77, 0.08);
}

.review-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.review-card p,
.appointment-copy p {
  color: var(--muted);
}

.transformation-section {
  background: #ffffff;
}

.transformation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.transformation-card {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: linear-gradient(180deg, #ffffff, #f8fbfd);
  box-shadow: var(--shadow);
}

.transformation-image,
.before-after,
.before-after figure {
  overflow: hidden;
  border-radius: 8px;
  background: var(--soft);
}

.transformation-image img,
.before-after img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.transformation-image.wide {
  aspect-ratio: 3 / 2;
}

.before-after {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  aspect-ratio: 3 / 2;
}

.before-after figure {
  position: relative;
  height: 100%;
  margin: 0;
}

.transformation-copy {
  align-self: start;
}

.before-after figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  border-radius: 999px;
  padding: 7px 12px;
  color: var(--white);
  background: rgba(8, 31, 77, 0.88);
  font-weight: 900;
}

.transformation-copy span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

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


.appointment {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: start;
  background: var(--soft);
}

.discount-banner {
  display: grid;
  gap: 4px;
  max-width: 520px;
  margin-top: 22px;
  border-left: 5px solid var(--orange);
  border-radius: 8px;
  padding: 16px 18px;
  color: var(--navy);
  background: #fff7ed;
  box-shadow: 0 10px 24px rgba(243, 111, 33, 0.12);
}

.discount-banner strong {
  font-size: 1.08rem;
}

.discount-banner span {
  color: var(--muted);
  font-weight: 800;
}

.contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.contact-strip a {
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 12px 14px;
  background: var(--white);
  color: var(--navy);
  font-weight: 800;
}

.booking-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  box-shadow: var(--shadow);
}

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

.consult-card {
  display: flex;
  min-height: 420px;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
  background: var(--white);
  box-shadow: var(--shadow);
}

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

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

.consult-label {
  display: inline-flex;
  margin-bottom: 12px;
  border-radius: 999px;
  padding: 7px 12px;
  color: var(--white);
  background: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.physical-card .consult-label {
  background: var(--orange);
}

.availability {
  display: grid;
  gap: 6px;
  width: 100%;
  margin: auto 0 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: #fbfdff;
}

.availability strong {
  color: var(--navy);
}

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

.consult-card .button {
  width: 100%;
}

.booking-form label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 13px 14px;
  font: inherit;
  color: var(--ink);
  background: #fbfdff;
}

textarea {
  resize: vertical;
}

.flash-stack {
  position: fixed;
  top: 96px;
  right: 18px;
  z-index: 40;
  display: grid;
  gap: 10px;
}

.flash {
  width: min(360px, calc(100vw - 36px));
  border-radius: 8px;
  padding: 14px 16px;
  box-shadow: var(--shadow);
  font-weight: 800;
}

.flash-success {
  color: #0d5132;
  background: #dff7eb;
  border: 1px solid #a8e3c4;
}

.flash-error {
  color: #7d2714;
  background: #ffe8e0;
  border: 1px solid #ffc2ad;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 32px clamp(18px, 6vw, 88px);
  color: var(--white);
  background: #061633;
}

.site-footer p {
  margin: 6px 0 0;
  color: #b7c7dc;
}

.site-footer a {
  display: block;
  color: #e7f2ff;
  text-align: right;
}

@media (max-width: 980px) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 86px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .guide-star {
    justify-self: center;
    margin: 4px 0 0;
  }

  .site-nav.open {
    display: flex;
  }

  .hero,
  .intro-band,
  .doctor-section,
  .review-layout,
  .appointment,
  .consultation-options {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    background: linear-gradient(180deg, #ffffff, #f6fbfd);
  }

  .doctor-card {
    max-width: 420px;
  }

  .review-list,
  .condition-grid,
  .transformation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 640px) {
  .site-header {
    padding: 12px 14px;
  }

  .brand-mark {
    min-width: 0;
  }

  .brand-mark small {
    display: none;
  }

  h1 {
    font-size: 2.35rem;
  }

  .brand-banner img {
    width: 100%;
    max-height: none;
  }

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

  .button,
  .nav-cta {
    width: 100%;
  }

  .guide-star {
    width: 106px;
    height: 106px;
  }

  .trust-row,
  .review-list,
  .condition-grid,
  .transformation-grid,
  .consultation-options {
    grid-template-columns: 1fr;
  }

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

  .site-footer a {
    text-align: left;
  }
}
