:root {
  --bg: #f7f3ec;
  --bg-soft: #efe7dc;
  --text: #1f2526;
  --muted: #65706f;
  --primary: #16a9b7;
  --primary-dark: #0e7780;
  --purple: #a23db2;
  --green: #2f9b65;
  --white: #ffffff;
  --line: #e3d9cc;
  --shadow: 0 22px 70px rgba(24, 36, 38, .14);
  --radius: 22px;
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.container {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  background: var(--text);
  color: var(--white);
  padding: 10px 14px;
  border-radius: 10px;
  z-index: 50;
}

.skip-link:focus {
  left: 8px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 243, 236, .92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(227, 217, 204, .8);
}

.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand img {
  width: 178px;
  height: auto;
}

.menu-toggle {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 999px;
  display: grid;
  place-content: center;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  background: var(--text);
  display: block;
}

.nav {
  position: fixed;
  left: 16px;
  right: 16px;
  top: 82px;
  display: none;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 14px;
  box-shadow: var(--shadow);
}

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

.nav a {
  text-decoration: none;
  padding: 12px 14px;
  border-radius: 12px;
  color: #263031;
  font-weight: 700;
}

.nav a:hover {
  background: var(--bg-soft);
}

.nav-cta {
  background: var(--primary);
  color: var(--white) !important;
  text-align: center;
}

.hero {
  padding: 54px 0 42px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(22, 169, 183, .22), transparent 38%),
    radial-gradient(circle at bottom left, rgba(162, 61, 178, .12), transparent 35%);
}

.hero-grid {
  display: grid;
  gap: 32px;
  align-items: center;
}

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

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

h1,
h2 {
  line-height: 1.08;
  letter-spacing: -0.04em;
}

h1 {
  font-size: clamp(2.38rem, 10vw, 5.3rem);
  max-width: 780px;
  margin-bottom: 20px;
}

h2 {
  font-size: clamp(2rem, 6vw, 3.8rem);
  margin-bottom: 18px;
}

h3 {
  line-height: 1.2;
}

.lead {
  font-size: clamp(1.08rem, 3.8vw, 1.35rem);
  color: #384445;
  max-width: 680px;
  margin-bottom: 26px;
}

.hero-actions,
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 20px;
  border-radius: 999px;
  border: 0;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

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

.btn-primary {
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 15px 35px rgba(22, 169, 183, .25);
}

.btn-primary:hover {
  background: var(--primary-dark);
}

.btn-secondary {
  background: var(--white);
  color: var(--text);
  border: 1px solid var(--line);
}

.btn-light {
  background: var(--white);
  color: var(--primary-dark);
}

.full {
  width: 100%;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.trust-row span {
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  color: #344041;
  font-weight: 700;
  font-size: .92rem;
}

.hero-card {
  position: relative;
  max-width: 430px;
  margin: 0 auto;
}

.photo-wrap {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--white);
  border: 8px solid rgba(255,255,255,.75);
}

.photo-wrap img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 36%;
}

.doctor-card {
  margin: -70px 18px 0;
  position: relative;
  background: rgba(255,255,255,.94);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 20px;
  box-shadow: 0 18px 45px rgba(24,36,38,.12);
}

.doctor-card h2 {
  font-size: 1.55rem;
  letter-spacing: -.02em;
  margin: 0 0 4px;
}

.doctor-card p {
  margin-bottom: 6px;
  color: var(--muted);
}

.card-kicker {
  color: var(--primary-dark) !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .75rem;
}

.section {
  padding: 74px 0;
}

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

.section-heading p,
.split p,
.about-grid p,
.booking-grid p {
  color: var(--muted);
  font-size: 1.06rem;
}

.cards,
.symptoms-grid {
  display: grid;
  gap: 16px;
}

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: 0 12px 34px rgba(24, 36, 38, .07);
}

.card span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: var(--bg-soft);
  color: var(--primary-dark);
  font-weight: 900;
  margin-bottom: 14px;
}

.card h3 {
  margin-bottom: 8px;
  font-size: 1.18rem;
}

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

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

.split,
.booking-grid,
.about-grid,
.offer-grid {
  display: grid;
  gap: 28px;
}

.steps {
  display: grid;
  gap: 14px;
}

.step {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px;
}

.step strong {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: var(--white);
  border-radius: 999px;
  font-size: 1.2rem;
}

.step h3 {
  margin: 0 0 5px;
}

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

.offer-card,
.notice-card,
.booking-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 24px;
  box-shadow: var(--shadow);
}

.main-offer {
  position: relative;
  overflow: hidden;
}

.main-offer::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: rgba(22,169,183,.13);
  right: -70px;
  top: -70px;
}

.price {
  font-size: clamp(2.6rem, 10vw, 4.4rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.06em;
  margin-bottom: 10px;
}

.muted,
.small-note,
.form-help {
  color: var(--muted);
}

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

.check-list li {
  display: flex;
  gap: 10px;
}

.check-list li::before {
  content: "✓";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(47,155,101,.12);
  color: var(--green);
  border-radius: 999px;
  font-weight: 900;
}

.notice-card {
  align-self: start;
  box-shadow: none;
  background: #fffaf3;
}

.about-photo {
  max-width: 360px;
}

.about-photo img {
  border-radius: 999px;
  border: 8px solid var(--white);
  box-shadow: var(--shadow);
  aspect-ratio: 1;
  object-fit: cover;
}

.social-links a {
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 999px;
  padding: 10px 14px;
  text-decoration: none;
  font-weight: 800;
}

.pre-booking {
  background:
    linear-gradient(135deg, rgba(22,169,183,.13), rgba(162,61,178,.1)),
    var(--bg);
}

.booking-form {
  display: grid;
  gap: 16px;
}

.booking-form label {
  display: grid;
  gap: 7px;
  font-weight: 800;
}

.booking-form input,
.booking-form select {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0 14px;
  font: inherit;
  color: var(--text);
  background: var(--white);
}

.booking-form input:focus,
.booking-form select:focus {
  outline: 3px solid rgba(22,169,183,.18);
  border-color: var(--primary);
}

.form-help {
  margin: 0;
  text-align: center;
  font-size: .92rem;
}

.consent-label {
  grid-template-columns: 20px 1fr;
  align-items: start;
  font-weight: 600 !important;
  font-size: .92rem;
  line-height: 1.45;
}

.consent-label input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: var(--primary-dark);
}

.consent-label a {
  color: var(--primary-dark);
}

.faq-list {
  display: grid;
  gap: 12px;
}

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

summary {
  cursor: pointer;
  font-weight: 900;
  font-size: 1.05rem;
}

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

.final-cta {
  padding: 70px 0;
  background: var(--primary-dark);
  color: var(--white);
}

.final-box {
  text-align: center;
}

.final-box p {
  max-width: 620px;
  margin: 0 auto 24px;
  color: rgba(255,255,255,.84);
  font-size: 1.1rem;
}

.footer {
  background: #172124;
  color: rgba(255,255,255,.78);
  padding: 48px 0 26px;
}

.footer a {
  color: var(--white);
}

.footer h3 {
  color: var(--white);
  margin-bottom: 12px;
}

.footer-grid {
  display: grid;
  gap: 28px;
}

.footer-logo {
  width: 170px;
  margin-bottom: 14px;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.14);
  margin-top: 30px;
  padding-top: 18px;
  display: grid;
  gap: 8px;
}

.footer-bottom p {
  margin: 0;
  font-size: .92rem;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 30;
  background: #172124;
  color: var(--white);
  border-radius: 16px;
  padding: 14px;
  display: none;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  box-shadow: var(--shadow);
}

.cookie-banner.is-visible {
  display: flex;
}

.cookie-banner p {
  margin: 0;
  font-size: .92rem;
}

.cookie-banner button {
  border: 0;
  background: var(--primary);
  color: var(--white);
  border-radius: 999px;
  font-weight: 900;
  padding: 10px 14px;
  cursor: pointer;
}

.floating-whats {
  position: fixed;
  right: 16px;
  bottom: 86px;
  z-index: 19;
  background: #25d366;
  color: #073b1d;
  border-radius: 999px;
  box-shadow: 0 12px 34px rgba(0,0,0,.18);
  padding: 13px 16px;
  text-decoration: none;
  font-weight: 900;
}

@media (min-width: 720px) {
  .symptoms-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .footer-bottom {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .footer-bottom p:last-child {
    text-align: right;
  }
}

@media (min-width: 940px) {
  .menu-toggle {
    display: none;
  }

  .nav {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .nav a {
    padding: 10px 12px;
  }

  .hero {
    padding: 82px 0 78px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
  }

  .symptoms-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .split,
  .booking-grid,
  .about-grid,
  .offer-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .offer-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  }

  .booking-form,
  .offer-card {
    padding: 32px;
  }
}

@media (max-width: 430px) {
  .container {
    width: min(100% - 24px, var(--max));
  }

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

  .cookie-banner {
    flex-direction: column;
    align-items: stretch;
  }
}
