:root {
  --ink: #172033;
  --paper: #f5f6f0;
  --white: #fff;
  --blue: #3155ff;
  --mint: #ccebdc;
  --line: rgba(23, 32, 51, 0.15);
  --serif: "Prata", serif;
  --sans: "Manrope", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.45;
}
button,
a {
  font: inherit;
}
button {
  color: inherit;
}
.onevl-badge {
  position: fixed;
  z-index: 99;
  right: 18px;
  bottom: 18px;
  background: #121722;
  color: #fff;
  padding: 11px 14px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 14px 35px #12172255;
}
.onevl-badge span {
  color: #8da2ff;
}
.site-header {
  height: 86px;
  padding: 0 3.6vw;
  display: flex;
  align-items: center;
  gap: 4vw;
  background: rgba(245, 246, 240, 0.92);
  backdrop-filter: blur(14px);
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  color: inherit;
}
.brand svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: var(--blue);
  stroke-width: 3;
}
.brand span {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.8;
}
.brand small {
  display: block;
  font-size: 7px;
  letter-spacing: 0.16em;
  margin-top: 8px;
}
.site-header nav {
  margin: auto;
  display: flex;
  gap: 28px;
}
.site-header nav a {
  text-decoration: none;
  color: inherit;
  font-size: 13px;
  font-weight: 600;
}
.header-phone {
  text-decoration: none;
  color: inherit;
  text-align: right;
  font-weight: 800;
}
.header-phone small {
  display: block;
  font-size: 10px;
  color: #687084;
  font-weight: 500;
}
.menu-button {
  display: none;
  border: 0;
  background: none;
}
.hero {
  height: calc(100svh - 86px);
  min-height: 670px;
  position: relative;
  overflow: hidden;
  background: #d8d9d4;
}
.hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(13, 21, 37, 0.76),
    rgba(13, 21, 37, 0.22) 58%,
    rgba(13, 21, 37, 0.05)
  );
}
.hero-copy {
  position: absolute;
  left: 5vw;
  top: 11%;
  width: min(760px, 58vw);
  color: #fff;
}
.eyebrow,
.section-kicker {
  font-size: 11px;
  letter-spacing: 0.17em;
  font-weight: 800;
  text-transform: uppercase;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow span {
  width: 30px;
  height: 1px;
  background: #8da2ff;
}
.hero h1 {
  font-size: clamp(52px, 6.2vw, 102px);
  letter-spacing: -0.06em;
  line-height: 0.98;
  margin: 6vh 0 22px;
}
.hero h1 em {
  font-family: var(--serif);
  font-weight: 400;
  font-style: normal;
  color: #dce1ff;
}
.lead {
  font-size: 18px;
  max-width: 560px;
  color: #eef0f5;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}
.primary {
  border: 0;
  background: var(--blue);
  color: #fff;
  border-radius: 100px;
  padding: 17px 23px;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  gap: 26px;
  align-items: center;
}
.primary b {
  font-size: 18px;
}
.hero-actions > a {
  color: #fff;
  font-weight: 700;
  text-underline-offset: 6px;
}
.hero-card {
  position: absolute;
  right: 3.5vw;
  bottom: 5vh;
  width: 310px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  padding: 22px;
  border-radius: 18px;
  color: var(--ink);
}
.pulse {
  height: 28px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.pulse span {
  width: 5px;
  height: 14px;
  background: var(--blue);
  border-radius: 10px;
  animation: pulse 1.8s infinite;
}
.pulse span:nth-child(2) {
  height: 26px;
  animation-delay: 0.15s;
}
.pulse span:nth-child(3) {
  height: 19px;
  animation-delay: 0.3s;
}
.hero-card strong {
  font-size: 18px;
}
.hero-card p {
  font-size: 12px;
  color: #697083;
}
.hero-card button {
  border: 0;
  background: none;
  padding: 0;
  color: var(--blue);
  font-weight: 800;
  cursor: pointer;
}
.hero-index {
  position: absolute;
  left: 5vw;
  bottom: 4.5vh;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-index b {
  font-size: 28px;
}
.hero-index span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-left: 1px solid #ffffff55;
  padding-left: 12px;
  margin-right: 18px;
}
.intro,
.services,
.doctors,
.programs {
  padding: 120px 5vw;
}
.intro {
  display: grid;
  grid-template-columns: 18% 1fr 280px;
  gap: 5vw;
  border-bottom: 1px solid var(--line);
}
.section-kicker {
  color: var(--blue);
}
.intro h2,
.section-head h2,
.program-copy h2,
.contact-block h2 {
  font-size: clamp(40px, 5vw, 76px);
  line-height: 1.03;
  letter-spacing: -0.055em;
  margin: 0;
}
.intro h2 span,
.doctors h2 span {
  font-family: var(--serif);
  font-weight: 400;
  color: #788096;
}
.intro > div > p {
  max-width: 640px;
  color: #636b7b;
  font-size: 18px;
}
.intro-aside {
  align-self: end;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
.intro-aside span {
  font-family: var(--serif);
  font-size: 44px;
  color: var(--blue);
}
.intro-aside p {
  font-size: 13px !important;
}
.section-head {
  display: grid;
  grid-template-columns: 18% 1fr auto;
  gap: 5vw;
  align-items: end;
  margin-bottom: 58px;
}
.service-layout {
  display: grid;
  grid-template-columns: 38% 1fr;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
}
.service-tabs {
  display: flex;
  flex-direction: column;
}
.service-tabs button {
  flex: 1;
  min-height: 112px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: #f9f9f5;
  text-align: left;
  padding: 20px 28px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.3s;
}
.service-tabs button span {
  display: inline-block;
  width: 36px;
  color: #9ca2ae;
  font-size: 11px;
}
.service-tabs button small {
  display: block;
  margin: 7px 0 0 36px;
  color: #7a8291;
  font-weight: 500;
}
.service-tabs button.active {
  background: var(--blue);
  color: #fff;
}
.service-tabs button.active span,
.service-tabs button.active small {
  color: #dce1ff;
}
.service-panel {
  padding: 34px;
  display: grid;
  grid-template-columns: 1fr 46%;
  gap: 34px;
}
.service-num {
  font-size: 11px;
  color: var(--blue);
  font-weight: 800;
}
.service-panel h3 {
  font-size: 44px;
  line-height: 1.02;
  letter-spacing: -0.045em;
  margin: 18px 0;
}
.service-panel p,
.service-panel li {
  color: #626b7c;
}
.service-panel ul {
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.service-panel li {
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}
.service-panel button,
.doctor-card button {
  border: 0;
  background: none;
  padding: 0;
  color: var(--blue);
  font-weight: 800;
  cursor: pointer;
}
.service-panel figure {
  margin: 0;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 490px;
}
.service-panel figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-panel figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  right: 16px;
  background: #fff;
  padding: 16px;
  border-radius: 14px;
  display: flex;
  gap: 15px;
}
.service-panel figcaption b {
  font-family: var(--serif);
  font-size: 28px;
  color: var(--blue);
}
.service-panel figcaption span {
  font-size: 11px;
  color: #677083;
}
.proof-strip {
  margin: 0 5vw;
  border-radius: 24px;
  background: var(--ink);
  color: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 38px;
}
.proof-strip div {
  display: flex;
  align-items: center;
  gap: 17px;
  border-right: 1px solid #ffffff22;
  padding: 0 22px;
}
.proof-strip div:last-child {
  border: 0;
}
.proof-strip b {
  font-family: var(--serif);
  font-size: 43px;
  color: #aebdff;
}
.proof-strip span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.doctor-controls {
  display: flex;
  gap: 8px;
}
.doctor-controls button {
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: none;
  cursor: pointer;
}
.doctor-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, 1fr);
  gap: 18px;
  overflow: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.doctor-card {
  scroll-snap-align: start;
  min-height: 510px;
  border-radius: 22px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.doctor-card.cobalt {
  background: #dce3ff;
}
.doctor-card.mint {
  background: #d9f0e5;
}
.doctor-card.sand {
  background: #eee3d7;
}
.portrait {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative;
}
.portrait:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #ffffff77;
}
.portrait span {
  font-family: var(--serif);
  font-size: 70px;
  z-index: 1;
  color: #172033aa;
}
.p1 {
  background: linear-gradient(135deg, #7d93ee, #bfd3ff);
}
.p2 {
  background: linear-gradient(135deg, #78b19b, #d9fff0);
}
.p3 {
  background: linear-gradient(135deg, #b99e82, #f5e6d5);
}
.doctor-card small {
  margin-top: 18px;
  color: #596174;
}
.doctor-card h3 {
  font-size: 39px;
  line-height: 1;
  margin: 12px 0;
}
.doctor-card p {
  font-family: var(--serif);
  font-size: 17px;
  color: #4f586b;
}
.doctor-card button {
  margin-top: auto;
  text-align: left;
}
.programs {
  margin: 0 5vw 120px;
  padding: 76px;
  border-radius: 28px;
  background: #e4e9ff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  overflow: hidden;
}
.program-copy p:not(.section-kicker) {
  max-width: 560px;
  color: #5e6678;
  font-size: 17px;
  margin: 25px 0;
}
.health-orbit {
  height: 540px;
  position: relative;
  display: grid;
  place-items: center;
}
.orbit {
  position: absolute;
  border: 1px solid #3155ff55;
  border-radius: 50%;
}
.o1 {
  width: 330px;
  height: 330px;
}
.o2 {
  width: 500px;
  height: 500px;
}
.core {
  width: 158px;
  height: 158px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 25px 70px #3155ff66;
}
.core svg {
  width: 48px;
  fill: none;
  stroke: #fff;
  stroke-width: 3;
}
.core span {
  font-size: 11px;
  font-weight: 800;
}
.dot {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 5px solid var(--blue);
  border-radius: 50%;
}
.d1 {
  left: 18%;
  top: 30%;
}
.d2 {
  right: 12%;
  top: 45%;
}
.d3 {
  left: 38%;
  bottom: 5%;
}
.health-orbit p {
  position: absolute;
  background: #fff;
  padding: 9px 12px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 800;
}
.lab {
  left: 3%;
  top: 24%;
}
.care {
  right: 0;
  top: 38%;
}
.data {
  left: 31%;
  bottom: 0;
}
.contact-block {
  background: var(--blue);
  color: #fff;
  padding: 95px 5vw;
  display: grid;
  grid-template-columns: 1.2fr 0.7fr;
  gap: 10vw;
  align-items: end;
}
.contact-block .section-kicker {
  color: #cbd4ff;
}
.contact-block p {
  color: #dde2ff;
  max-width: 460px;
}
.primary.light {
  background: #fff;
  color: var(--blue);
  margin-top: 20px;
}
footer {
  padding: 54px 5vw;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 5vw;
  background: #fff;
}
footer > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer b {
  font-size: 11px;
  text-transform: uppercase;
  color: #737b8b;
}
footer a {
  color: inherit;
  text-decoration: none;
}
.demo-note {
  font-size: 11px;
  color: #858c99;
}
.booking {
  width: min(620px, 92vw);
  border: 0;
  border-radius: 26px;
  padding: 44px;
  box-shadow: 0 30px 100px #17203377;
}
.booking::backdrop {
  background: #101726aa;
  backdrop-filter: blur(7px);
}
.booking h2 {
  font-size: 42px;
  line-height: 1.03;
  letter-spacing: -0.04em;
}
.booking > p {
  color: #6c7484;
}
.dialog-close {
  position: absolute;
  right: 20px;
  top: 16px;
  border: 0;
  background: none;
  font-size: 32px;
}
.choice-row {
  display: flex;
  gap: 8px;
  margin: 25px 0;
}
.choice-row button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 100px;
  padding: 9px 13px;
}
.choice-row button.active {
  background: var(--ink);
  color: #fff;
}
.booking label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 15px 0;
}
.booking input {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  font-size: 18px;
  padding: 12px 0;
  outline: 0;
}
.success {
  margin-top: 20px;
  padding: 16px;
  background: #e0f4e8;
  border-radius: 12px;
}
.success > * {
  display: block;
}
.success span {
  font-size: 12px;
  margin-top: 5px;
}
@keyframes pulse {
  50% {
    transform: scaleY(0.45);
    opacity: 0.6;
  }
}
@media (max-width: 900px) {
  .site-header {
    height: 72px;
  }
  .site-header nav,
  .header-phone {
    display: none;
  }
  .menu-button {
    margin-left: auto;
    display: block;
  }
  .menu-button i {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--ink);
    margin: 6px;
  }
  .hero {
    height: auto;
    min-height: 790px;
  }
  .hero > img {
    position: absolute;
    inset: 0;
  }
  .hero-copy {
    width: 88vw;
    top: 9%;
  }
  .hero h1 {
    font-size: 52px;
    margin-top: 48px;
  }
  .hero-card {
    right: 5vw;
    bottom: 120px;
    width: 90vw;
  }
  .hero-index {
    bottom: 34px;
  }
  .intro,
  .section-head {
    grid-template-columns: 1fr;
  }
  .intro {
    padding: 80px 5vw;
  }
  .intro-aside {
    max-width: 320px;
  }
  .services,
  .doctors {
    padding: 85px 5vw;
  }
  .service-layout,
  .service-panel {
    grid-template-columns: 1fr;
  }
  .service-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .service-tabs button {
    min-height: 95px;
  }
  .proof-strip {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .proof-strip div:nth-child(2) {
    border: 0;
  }
  .programs {
    padding: 46px 5vw;
    grid-template-columns: 1fr;
  }
  .contact-block,
  footer {
    grid-template-columns: 1fr 1fr;
  }
  .health-orbit {
    height: 450px;
  }
}
@media (max-width: 580px) {
  .hero {
    min-height: 930px;
  }
  .brand span {
    font-size: 20px;
  }
  .hero h1 {
    font-size: 43px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-index {
    gap: 6px;
  }
  .hero-index b {
    font-size: 21px;
  }
  .hero-index span {
    margin-right: 4px;
  }
  .intro h2,
  .section-head h2,
  .program-copy h2,
  .contact-block h2 {
    font-size: 39px;
  }
  .service-tabs {
    grid-template-columns: 1fr;
  }
  .service-panel {
    padding: 18px;
  }
  .service-panel figure {
    min-height: 330px;
  }
  .proof-strip {
    grid-template-columns: 1fr;
  }
  .proof-strip div {
    border-right: 0;
    border-bottom: 1px solid #ffffff22;
    padding-bottom: 20px;
  }
  .programs {
    margin: 0 0 70px;
    border-radius: 0;
  }
  .health-orbit {
    transform: scale(0.72);
    margin: -65px;
  }
  .contact-block,
  footer {
    grid-template-columns: 1fr;
  }
  .booking {
    padding: 32px 22px;
  }
  .booking h2 {
    font-size: 34px;
  }
  .choice-row {
    flex-wrap: wrap;
  }
}

/* Refined booking, doctor portraits and patient-plan orbit */
.hero-index {
  bottom: 2.2vh;
}
.intro {
  grid-template-columns: 18% minmax(0, 880px);
}
.portrait {
  display: block;
  background: #dfe5ef;
}
.portrait::before,
.portrait span {
  display: none;
}
.portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 18%;
}
.p1 img {
  object-position: center 16%;
}
.p2 img {
  object-position: center 15%;
}
.p3 img {
  object-position: center 17%;
}
.o1 {
  width: 300px;
  height: 300px;
}
.o2 {
  width: 470px;
  height: 470px;
}
.core {
  z-index: 2;
  width: 154px;
  height: 154px;
  text-align: center;
}
.core svg {
  width: 40px;
}
.core span {
  font-size: 12px;
  line-height: 1.25;
}
.orbit-node {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 152px;
  padding: 10px 13px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #3155ff22;
  border-radius: 14px;
  box-shadow: 0 14px 32px #20306b16;
}
.orbit-node i {
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 4px solid var(--blue);
  border-radius: 50%;
}
.orbit-node span {
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
}
.orbit-node small {
  display: block;
  margin-top: 3px;
  color: #737c91;
  font-size: 8px;
  font-weight: 600;
}
.n1 {
  left: 50%;
  top: 2%;
  transform: translateX(-50%);
}
.n2 {
  right: -2%;
  top: 50%;
  transform: translateY(-50%);
}
.n3 {
  left: 50%;
  bottom: 2%;
  transform: translateX(-50%);
}
.n4 {
  left: -2%;
  top: 50%;
  transform: translateY(-50%);
}
.booking {
  width: min(780px, 94vw);
  max-height: 92vh;
  padding: 34px 38px 38px;
  overflow: auto;
}
.dialog-close {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.booking-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  padding-right: 45px;
}
.booking h2 {
  margin: 8px 0 0;
  font-size: 38px;
}
.booking-progress {
  display: flex;
  align-items: center;
  gap: 8px;
}
.booking-progress span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: #8a91a0;
  font-size: 11px;
  font-weight: 800;
}
.booking-progress span.active {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
}
.booking-progress i {
  width: 34px;
  height: 1px;
  background: var(--line);
}
.booking-caption {
  max-width: 590px;
  margin: 20px 0;
  color: #697184;
  font-size: 13px;
}
.choice-row {
  margin: 20px 0 24px;
}
.choice-row button {
  padding: 10px 15px;
  cursor: pointer;
}
.booking-block {
  display: grid;
  grid-template-columns: 125px 1fr;
  align-items: start;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.booking-label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 7px;
}
.booking-label b {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: var(--blue);
  background: #e8ecff;
  font-size: 10px;
}
.booking-label span {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.booking-days {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
}
.booking-day {
  padding: 11px 8px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  cursor: pointer;
}
.booking-day small,
.booking-day strong {
  display: block;
}
.booking-day small {
  color: #798194;
  font-size: 9px;
  text-transform: uppercase;
}
.booking-day strong {
  margin: 3px 0;
  font-size: 18px;
}
.booking-day span {
  color: #798194;
  font-size: 9px;
}
.booking-day.active {
  color: var(--blue);
  background: #eef1ff;
  border-color: var(--blue);
}
.booking-times {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  min-height: 43px;
}
.booking-time {
  padding: 11px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-weight: 800;
  cursor: pointer;
}
.booking-time:hover,
.booking-time.active {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
}
.booking-time.busy {
  color: #a5aab3;
  background: #f0f1f3;
  text-decoration: line-through;
  cursor: not-allowed;
}
.booking-next {
  margin: 8px 0 0 auto;
}
.booking-next:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}
.booking-back {
  padding: 22px 0 14px;
  color: var(--blue);
  background: none;
  border: 0;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.booking-summary {
  margin-bottom: 22px;
  padding: 18px 20px;
  background: #eef1ff;
  border-radius: 18px;
}
.booking-summary > * {
  display: block;
}
.booking-summary span,
.booking-summary small {
  color: #697184;
  font-size: 11px;
}
.booking-summary strong {
  margin: 6px 0;
  font-size: 20px;
}
.contact-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.booking input[type="text"],
.booking input[type="tel"] {
  display: block;
  width: 100%;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  outline: 0;
  font-size: 18px;
}
.booking input:focus {
  border-color: var(--blue);
}
.legal-check {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  margin: 22px 0 !important;
  color: #626b7c;
  font-weight: 500 !important;
  line-height: 1.45;
  text-transform: none !important;
}
.legal-check input {
  flex: 0 0 auto;
  width: 18px !important;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--blue);
}
.legal-check a {
  color: var(--blue);
}
.booking-submit {
  margin-left: auto;
}
.success {
  padding: 28px 18px 8px;
  text-align: center;
  background: transparent;
}
.success-mark {
  display: grid !important;
  place-items: center;
  width: 62px;
  height: 62px;
  margin: 0 auto 18px;
  color: #16894a;
  background: #dff4e7;
  border-radius: 50%;
  font-size: 27px;
}
.success b {
  font-size: 26px;
}
.success strong {
  margin: 8px 0;
  color: var(--blue);
  font-size: 17px;
}
.success span:not(.success-mark) {
  max-width: 510px;
  margin: 0 auto;
  color: #687084;
  font-size: 12px;
}
.success button {
  margin-top: 22px;
  padding: 10px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 100px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .hero-index {
    bottom: 34px;
  }
  .intro {
    grid-template-columns: 1fr;
  }
  .health-orbit {
    height: 500px;
  }
  .booking {
    padding: 30px;
  }
}
@media (max-width: 580px) {
  .health-orbit {
    height: 430px;
    margin: 10px -20px;
    transform: none;
  }
  .o1 {
    width: 245px;
    height: 245px;
  }
  .o2 {
    width: 360px;
    height: 360px;
  }
  .core {
    width: 122px;
    height: 122px;
  }
  .orbit-node {
    min-width: 126px;
    padding: 8px 9px;
  }
  .orbit-node small {
    display: none;
  }
  .n2 {
    right: -6%;
  }
  .n4 {
    left: -6%;
  }
  .booking {
    padding: 26px 18px;
  }
  .booking-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding-right: 38px;
  }
  .booking h2 {
    font-size: 31px;
  }
  .booking-block {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .booking-days {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    overflow: visible;
  }
  .booking-day {
    padding: 9px 3px;
  }
  .booking-times {
    grid-template-columns: repeat(3, 1fr);
  }
  .contact-fields {
    grid-template-columns: 1fr;
  }
  .booking-submit,
  .booking-next {
    width: 100%;
    justify-content: center;
  }
  .choice-row {
    gap: 6px;
  }
  .choice-row button {
    padding: 9px 11px;
    font-size: 12px;
  }
}

.appointment-nudge {
  position: fixed;
  z-index: 80;
  left: 22px;
  bottom: 22px;
  width: min(360px, calc(100vw - 44px));
  padding: 22px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(49, 85, 255, 0.18);
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(18, 28, 53, 0.24);
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(24px) scale(0.97);
  transition:
    opacity 0.26s ease,
    transform 0.26s ease;
}
.appointment-nudge.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.appointment-nudge-close {
  position: absolute;
  top: 13px;
  right: 13px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  color: #697184;
  background: #f4f5f7;
  border: 0;
  border-radius: 50%;
  font-size: 21px;
  line-height: 1;
  cursor: pointer;
}
.appointment-nudge-head {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-right: 36px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.appointment-nudge-head .pulse {
  height: 24px;
}
.appointment-nudge strong {
  display: block;
  margin-top: 10px;
  font-size: 25px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}
.appointment-nudge > p {
  margin: 10px 0 14px;
  color: #697184;
  font-size: 12px;
}
.appointment-nudge-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 15px;
}
.appointment-nudge-slots span {
  padding: 7px 10px;
  color: #4b5770;
  background: #eef1ff;
  border-radius: 100px;
  font-size: 10px;
  font-weight: 700;
}
.appointment-nudge-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 13px 16px;
  color: #fff;
  background: var(--blue);
  border: 0;
  border-radius: 13px;
  font-weight: 800;
  cursor: pointer;
}
.appointment-nudge-action b {
  font-size: 18px;
}
@media (max-width: 580px) {
  .appointment-nudge {
    right: 12px;
    bottom: 70px;
    left: 12px;
    width: auto;
    padding: 18px;
    border-radius: 19px;
  }
  .appointment-nudge strong {
    font-size: 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .appointment-nudge {
    transition: none;
  }
}

.doctor-actions {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 8px;
  margin-top: auto;
}
.doctor-card .doctor-actions button {
  width: 100%;
  margin: 0;
  padding: 12px 10px;
  border-radius: 12px;
}
.doctor-card .doctor-profile-open {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(18, 28, 53, 0.14);
}
.doctor-profile {
  width: min(980px, 94vw);
  max-height: 90vh;
  padding: 0;
  overflow: auto;
  color: var(--ink);
  background: #f8f8f4;
  border: 0;
  border-radius: 28px;
  box-shadow: 0 36px 120px rgba(16, 23, 38, 0.38);
}
.doctor-profile::backdrop {
  background: rgba(16, 23, 38, 0.72);
  backdrop-filter: blur(8px);
}
.doctor-profile-close {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  border: 0;
  border-radius: 50%;
  font-size: 28px;
  cursor: pointer;
}
.doctor-profile-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  min-height: 650px;
}
.doctor-profile figure {
  position: relative;
  min-height: 650px;
  margin: 0;
  overflow: hidden;
  background: #dfe6ff;
}
.doctor-profile figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.doctor-profile figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 13px 15px;
  color: #fff;
  background: rgba(18, 28, 53, 0.78);
  border-radius: 12px;
  font-size: 11px;
  font-weight: 800;
  backdrop-filter: blur(12px);
}
.doctor-profile-grid > div {
  padding: 64px 48px 44px;
}
.doctor-profile h2 {
  max-width: 420px;
  margin: 18px 0 16px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.94;
  letter-spacing: -0.055em;
}
.doctor-profile-lead {
  color: #626b7c;
  font-size: 15px;
}
.doctor-profile-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.doctor-profile-facts div {
  padding: 15px 10px 15px 0;
}
.doctor-profile-facts dt {
  color: #7a8393;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}
.doctor-profile-facts dd {
  margin: 5px 0 0;
  font-weight: 800;
}
.doctor-profile-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 28px;
}
.doctor-profile-columns b {
  font-size: 11px;
  text-transform: uppercase;
}
.doctor-profile-columns ul {
  margin: 12px 0 0;
  padding-left: 18px;
  color: #626b7c;
  font-size: 12px;
}
.doctor-profile-columns p {
  margin: 12px 0 0;
  color: #626b7c;
  font-size: 12px;
}
@media (max-width: 760px) {
  .doctor-actions {
    grid-template-columns: 1fr;
  }
  .doctor-profile-grid {
    grid-template-columns: 1fr;
  }
  .doctor-profile figure {
    min-height: 330px;
    max-height: 42vh;
  }
  .doctor-profile-grid > div {
    padding: 40px 22px 28px;
  }
  .doctor-profile-facts,
  .doctor-profile-columns {
    grid-template-columns: 1fr;
  }
  .doctor-profile-facts div {
    border-bottom: 1px solid var(--line);
  }
}
