:root {
  --ink: #12353b;
  --muted: #5f7276;
  --teal: #0d6670;
  --deep: #0a3f49;
  --aqua: #8edbd0;
  --mint: #e6f6f1;
  --cream: #fff9f0;
  --paper: #ffffff;
  --soft: #f6faf8;
  --line: #dce9e5;
  --coral: #e86d50;
  --sun: #f2b84b;
  --sage: #6f8f72;
  --shadow: 0 22px 60px rgba(10, 63, 73, 0.18);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

[hidden] {
  display: none !important;
}

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

button,
input,
select {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -52px;
  z-index: 50;
  padding: 10px 12px;
  border-radius: 6px;
  background: white;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px clamp(18px, 4vw, 54px);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(18, 53, 59, 0.08);
  backdrop-filter: blur(14px);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.site-header.is-solid {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 28px rgba(18, 53, 59, 0.1);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  min-width: 0;
}

.brand img {
  width: 188px;
  height: auto;
  filter: none;
}

.main-nav {
  display: flex;
  gap: clamp(16px, 3vw, 34px);
  align-items: center;
  font-weight: 750;
}

.main-nav a {
  opacity: 0.9;
}

.header-cta,
.primary-button,
.secondary-button,
.submit-button,
.light-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  border-radius: 7px;
  font-weight: 850;
  line-height: 1.1;
}

.header-cta {
  padding: 10px 15px;
  background: #23b978;
  color: white;
}

.primary-button,
.submit-button {
  border: 0;
  background: var(--coral);
  color: white;
  box-shadow: 0 16px 30px rgba(232, 109, 80, 0.25);
}

.primary-button {
  padding: 13px 18px;
}

.secondary-button {
  padding: 12px 17px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.12);
  color: white;
}

.light-button {
  padding: 13px 18px;
  background: white;
  color: var(--deep);
}

svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.hero {
  position: relative;
  min-height: 93vh;
  display: grid;
  align-items: center;
  padding: 108px clamp(18px, 4vw, 54px) 64px;
  overflow: hidden;
  color: white;
}

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

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

.hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 49, 58, 0.9) 0%, rgba(7, 49, 58, 0.82) 42%, rgba(7, 49, 58, 0.36) 70%, rgba(7, 49, 58, 0.08) 100%),
    linear-gradient(0deg, rgba(7, 49, 58, 0.36), rgba(7, 49, 58, 0.04));
}

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

.eyebrow {
  margin: 0 0 12px;
  color: #bfeee5;
  font-size: 0.79rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--teal);
}

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

h1 {
  max-width: 770px;
  margin-bottom: 18px;
  font-size: clamp(3.1rem, 7.2vw, 6.6rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.03;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0;
}

.hero-promises {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 760px;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  list-style: none;
}

.hero-promises li {
  padding: 18px 18px 0 0;
}

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

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

.hero-promises span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.94rem;
}

.section,
.quote-section,
.wellbeing-section,
.priority-strip,
.final-cta {
  padding: clamp(60px, 8vw, 112px) clamp(18px, 4vw, 54px);
}

.section-inner {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.priority-strip {
  padding-top: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
  background: white;
}

.priority-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.priority-grid article {
  min-height: 144px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, white, var(--soft));
}

.priority-grid svg {
  margin-bottom: 14px;
  color: var(--coral);
}

.priority-grid strong,
.priority-grid span {
  display: block;
}

.priority-grid span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.92rem;
}

.quote-section {
  background: var(--cream);
}

.quote-layout,
.wellbeing-layout,
.facts-layout,
.clinic-layout,
.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: start;
}

.quote-copy > p:not(.eyebrow),
.section-heading p,
.wellbeing-layout p,
.facts-layout p,
.clinic-layout p,
.faq-layout p {
  color: var(--muted);
  font-size: 1.04rem;
}

.quote-image,
.wellbeing-photo {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.quote-image {
  margin-top: 28px;
}

.quote-image img,
.wellbeing-photo img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.quote-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: calc(100% - 36px);
  padding: 12px 14px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--deep);
  font-weight: 850;
  box-shadow: 0 12px 30px rgba(10, 63, 73, 0.16);
}

.quote-badge svg {
  color: #23b978;
}

.quote-panel {
  display: grid;
  gap: 13px;
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(13, 102, 112, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.panel-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.panel-heading p {
  margin: 0;
}

.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: #23b978;
  box-shadow: 0 0 0 5px rgba(35, 185, 120, 0.13);
}

.quote-panel h2 {
  margin-bottom: 0;
  font-size: 1.7rem;
  line-height: 1.12;
}

.panel-intro {
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 0.92rem;
}

label,
fieldset {
  display: grid;
  gap: 7px;
  margin: 0;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 780;
}

input,
select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: white;
  color: var(--ink);
  padding: 10px 12px;
}

input:focus,
select:focus,
button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(232, 109, 80, 0.34);
  outline-offset: 2px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 10px;
}

fieldset {
  border: 0;
  padding: 0;
}

legend {
  margin-bottom: 7px;
  padding: 0;
  font-weight: 780;
}

.choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.choice-row label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--soft);
  font-weight: 700;
}

.choice-row input {
  width: auto;
  min-height: 0;
}

.result-box {
  min-height: 58px;
  padding: 12px;
  border-left: 4px solid var(--sun);
  border-radius: 7px;
  background: #fff7e2;
  color: #5b4415;
  font-size: 0.9rem;
}

.result-box.is-good {
  border-color: #23b978;
  background: #e9f8f1;
  color: #174b39;
}

.result-box.is-special {
  border-color: var(--coral);
  background: #fff0ec;
  color: #6b2c1f;
}

.submit-button {
  width: 100%;
  min-height: 50px;
  cursor: pointer;
}

.wellbeing-section {
  background: white;
}

.wellbeing-layout {
  align-items: center;
}

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

.check-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--ink);
  font-weight: 700;
}

.check-list svg {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  color: #23b978;
}

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

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

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

.plan-grid article,
.fact-list article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.plan-grid article {
  min-height: 210px;
  padding: 22px;
}

.plan-grid svg {
  width: 28px;
  height: 28px;
  margin-bottom: 22px;
  color: var(--teal);
}

.plan-grid p,
.fact-list span {
  margin-bottom: 0;
  color: var(--muted);
}

.fast-facts {
  background:
    linear-gradient(135deg, rgba(230, 246, 241, 0.9), rgba(255, 249, 240, 0.95));
}

.fact-list {
  display: grid;
  gap: 10px;
}

.fact-list article {
  display: grid;
  gap: 6px;
  padding: 18px;
}

.fact-list strong {
  color: var(--deep);
}

.clinic-section {
  background: white;
}

.clinic-layout {
  align-items: center;
}

.clinic-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--deep);
  color: white;
  box-shadow: var(--shadow);
}

.clinic-map {
  position: relative;
  min-height: 320px;
  background:
    linear-gradient(135deg, rgba(142, 219, 208, 0.4), rgba(232, 109, 80, 0.18)),
    repeating-linear-gradient(0deg, transparent 0 42px, rgba(255, 255, 255, 0.07) 42px 43px),
    repeating-linear-gradient(90deg, transparent 0 42px, rgba(255, 255, 255, 0.07) 42px 43px),
    var(--deep);
}

.clinic-map span {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 4px solid white;
  border-radius: 99px;
  background: var(--coral);
  box-shadow: 0 0 0 10px rgba(232, 109, 80, 0.2);
}

.clinic-map span:nth-child(1) {
  left: 20%;
  top: 30%;
}

.clinic-map span:nth-child(2) {
  left: 58%;
  top: 46%;
  background: #23b978;
  box-shadow: 0 0 0 10px rgba(35, 185, 120, 0.2);
}

.clinic-map span:nth-child(3) {
  left: 72%;
  top: 22%;
  background: var(--sun);
  box-shadow: 0 0 0 10px rgba(242, 184, 75, 0.22);
}

.clinic-card div:last-child {
  padding: 20px;
}

.clinic-card p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.inline {
  margin-top: 20px;
}

.faq {
  background: #fbfdfc;
}

.accordion {
  display: grid;
  gap: 10px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

summary {
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 850;
}

details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.final-cta {
  color: white;
  background:
    linear-gradient(120deg, rgba(232, 109, 80, 0.22), rgba(35, 185, 120, 0.16)),
    var(--deep);
}

.final-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.final-inner p {
  max-width: 650px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.final-inner h2 {
  margin-bottom: 10px;
}

.chat-widget {
  position: fixed;
  right: 22px;
  bottom: 88px;
  z-index: 40;
  width: min(360px, calc(100vw - 32px));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow);
}

.chat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px;
  background: var(--deep);
  color: white;
}

.chat-head strong,
.chat-head span {
  display: block;
}

.chat-head span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
}

.icon-button {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  cursor: pointer;
}

.chat-body {
  display: grid;
  gap: 9px;
  padding: 15px;
}

.bot-message {
  margin-bottom: 6px;
  color: var(--muted);
}

.chat-body button {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--soft);
  color: var(--deep);
  cursor: pointer;
  font-weight: 780;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 39;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 0;
  border-radius: 8px;
  background: #25d366;
  color: white;
  box-shadow: 0 18px 30px rgba(37, 211, 102, 0.32);
  cursor: pointer;
}

.floating-whatsapp svg {
  width: 27px;
  height: 27px;
}

.site-footer {
  padding: 34px clamp(18px, 4vw, 54px);
  border-top: 1px solid var(--line);
  background: white;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 28px;
}

.footer-inner img {
  margin-bottom: 8px;
}

.footer-inner p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
}

.footer-inner div:last-child {
  display: grid;
  gap: 8px;
  align-content: start;
  color: var(--teal);
  font-weight: 780;
}

@media (max-width: 1040px) {
  .main-nav {
    display: none;
  }

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

  .quote-layout,
  .wellbeing-layout,
  .facts-layout,
  .clinic-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

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

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

  .brand img {
    width: 164px;
  }

  .header-cta {
    width: 42px;
    min-width: 42px;
    max-width: 42px;
    flex: 0 0 42px;
    min-height: 40px;
    padding: 9px 11px;
    gap: 0;
    overflow: hidden;
    color: transparent;
    font-size: 0;
  }

  .header-cta svg {
    color: white;
  }

  .hero {
    min-height: 84vh;
    padding-right: 14px;
    padding-left: 14px;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(7, 49, 58, 0.86) 0%, rgba(7, 49, 58, 0.8) 48%, rgba(7, 49, 58, 0.56) 100%),
      linear-gradient(90deg, rgba(7, 49, 58, 0.8), rgba(7, 49, 58, 0.24));
  }

  h1 {
    max-width: 9ch;
    font-size: clamp(2.75rem, 14vw, 3.35rem);
  }

  h2 {
    font-size: clamp(1.85rem, 9vw, 2.45rem);
  }

  .hero-actions {
    display: grid;
  }

  .hero-promises,
  .priority-grid,
  .plan-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .priority-grid article {
    min-height: 118px;
  }

  .quote-section,
  .section,
  .wellbeing-section,
  .priority-strip,
  .final-cta {
    padding-right: 14px;
    padding-left: 14px;
  }

  .quote-panel {
    padding: 18px;
  }

  .quote-panel h2 {
    font-size: 1.45rem;
  }

  .choice-row label {
    flex: 1 1 100%;
  }

  .quote-badge {
    position: static;
    max-width: none;
    border-radius: 0;
  }

  .final-inner,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .chat-widget {
    right: 16px;
    bottom: 84px;
  }

  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
  }
}
