.zi-home {
  overflow: clip;
  background:
    linear-gradient(180deg, #fff9f7 0%, #fffdfb 36%, #fff8f5 100%),
    var(--zi-ivory);
}

.zi-home svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.zi-section {
  position: relative;
  padding: 78px 0;
}

.zi-section-heading {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.zi-kicker {
  margin: 0 0 12px;
  color: var(--zi-rose-deep);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.zi-section h2,
.zi-hero h1,
.zi-cta-band h2 {
  margin: 0;
  color: var(--zi-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.05;
}

.zi-section h2 {
  font-size: 2.5rem;
}

.zi-title-rule {
  display: flex;
  align-items: center;
  gap: 16px;
  width: min(100%, 520px);
  margin: 24px 0;
  color: var(--zi-gold);
}

.zi-title-rule span {
  height: 1px;
  flex: 1;
  background: currentColor;
  opacity: 0.78;
}

.zi-title-rule svg {
  width: 30px;
  height: 30px;
}

.zi-title-rule--small {
  width: 210px;
  margin: 14px auto 0;
}

.zi-title-rule--left {
  width: 150px;
  margin: 18px 0 28px;
}

.zi-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, #fff6f3 0%, #fff8f6 36%, #f7d4d8 100%);
}

.zi-hero__inner {
  display: grid;
  min-height: 590px;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  align-items: stretch;
  gap: 36px;
}

.zi-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 600px;
  flex-direction: column;
  justify-content: center;
  padding: 64px 0 66px;
}

.zi-hero h1 {
  max-width: 640px;
  font-size: 5rem;
}

.zi-hero-brand-accent {
  color: var(--zi-rose);
}

.zi-hero__tagline {
  max-width: 560px;
  margin: 0 0 22px;
  color: var(--zi-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.14;
}

.zi-hero__lead {
  max-width: 520px;
  margin: 0;
  color: var(--zi-ink-soft);
  font-size: 1.03rem;
}

.zi-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.zi-hero__visual {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100%;
  align-items: flex-end;
  transform: translate3d(0, var(--zi-parallax-y, 0), 0);
  will-change: transform;
}

.zi-hero__visual::before {
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 0;
  width: 38%;
  background: linear-gradient(90deg, #fff6f3 0%, rgba(255, 246, 243, 0) 100%);
  content: "";
  pointer-events: none;
}

.zi-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 590px;
  object-fit: cover;
  object-position: center right;
  animation: ziHeroFloat 9s ease-in-out infinite;
}

.zi-hero-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.zi-hero-proof span {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  color: var(--zi-ink-soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.zi-hero-proof svg {
  width: 25px;
  height: 25px;
  color: var(--zi-rose-deep);
}

.zi-hero-slider {
  min-height: 590px;
  overflow: hidden;
  border-radius: 0 0 0 130px;
  isolation: isolate;
}

.zi-hero-arch {
  position: absolute;
  z-index: 0;
  right: 5%;
  bottom: 0;
  width: 74%;
  height: 92%;
  border-radius: 52% 52% 0 0;
  background: linear-gradient(180deg, rgba(248, 223, 228, 0.95), rgba(226, 151, 166, 0.52));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.38);
}

.zi-hero-slide {
  position: absolute;
  z-index: 1;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: translateX(22px) scale(1.02);
  transition: opacity 800ms ease, transform 900ms ease;
}

.zi-hero-slide.is-active {
  z-index: 2;
  opacity: 1;
  transform: translateX(0) scale(1);
}

.zi-hero-slide img {
  min-height: 590px;
  object-position: center right;
}

.zi-hero-slide figcaption {
  position: absolute;
  z-index: 5;
  right: 28px;
  bottom: 28px;
  display: grid;
  max-width: 280px;
  gap: 5px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  background: rgba(255, 253, 251, 0.8);
  box-shadow: 0 18px 40px rgba(80, 48, 43, 0.12);
  color: var(--zi-ink);
  backdrop-filter: blur(14px);
}

.zi-hero-slide figcaption strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.1;
}

.zi-hero-slide figcaption span {
  color: var(--zi-muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.zi-hero-mark {
  position: absolute;
  z-index: 6;
  right: 88px;
  top: 34%;
  display: flex;
  width: 104px;
  height: 104px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(189, 138, 82, 0.68);
  border-radius: 50%;
  color: rgba(189, 138, 82, 0.88);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.7rem;
  line-height: 1;
}

.zi-hero-dots {
  position: absolute;
  z-index: 7;
  right: 28px;
  top: 28px;
  display: flex;
  gap: 9px;
}

.zi-hero-dots button {
  width: 34px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
  cursor: pointer;
  transition: width 220ms ease, background 220ms ease;
}

.zi-hero-dots button.is-active {
  width: 54px;
  background: var(--zi-rose-deep);
}

.zi-trust-bar {
  position: relative;
  z-index: 3;
  border-top: 1px solid rgba(123, 78, 70, 0.08);
  border-bottom: 1px solid rgba(123, 78, 70, 0.08);
  background: rgba(252, 228, 231, 0.78);
  backdrop-filter: blur(16px);
}

.zi-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.zi-trust-item {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--zi-ink-soft);
  font-size: 0.9rem;
  font-weight: 700;
}

.zi-trust-item svg {
  width: 28px;
  height: 28px;
  color: rgba(95, 62, 55, 0.6);
}

.zi-services {
  background:
    linear-gradient(180deg, #fffdfb 0%, #fffaf8 100%);
}

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

.zi-service-card {
  display: flex;
  min-height: 318px;
  flex-direction: column;
  align-items: center;
  padding: 30px 24px 28px;
  border: 1px solid rgba(95, 62, 55, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--zi-shadow);
  text-align: center;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.zi-service-card:hover {
  border-color: rgba(198, 111, 131, 0.3);
  box-shadow: 0 24px 58px rgba(80, 48, 43, 0.16);
  transform: translateY(-6px);
}

.zi-service-card__icon {
  display: inline-flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0)),
    var(--zi-rose-soft);
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55), 0 14px 28px rgba(198, 111, 131, 0.15);
}

.zi-service-card__icon svg {
  width: 42px;
  height: 42px;
}

.zi-service-card h3,
.zi-process-item h3,
.zi-treatment-card h3 {
  margin: 20px 0 10px;
  color: var(--zi-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.15;
}

.zi-service-card p,
.zi-process-item p,
.zi-treatment-card p,
.zi-priority__content p,
.zi-cta-band p {
  margin: 0;
  color: var(--zi-muted);
}

.zi-service-card p {
  flex: 1;
  font-size: 0.92rem;
}

.zi-service-card a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 22px;
  color: var(--zi-rose-deep);
  font-size: 0.82rem;
  font-weight: 900;
}

.zi-priority {
  padding-top: 64px;
  background:
    linear-gradient(90deg, rgba(255, 251, 248, 1) 0%, rgba(255, 251, 248, 0.94) 40%, rgba(255, 242, 239, 0.9) 100%);
}

.zi-institut {
  background:
    linear-gradient(90deg, rgba(255, 251, 248, 1) 0%, rgba(255, 251, 248, 0.94) 44%, rgba(255, 242, 239, 0.88) 100%);
}

.zi-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.zi-stats div {
  padding: 18px 14px;
  border: 1px solid rgba(95, 62, 55, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
}

.zi-stats strong {
  display: block;
  color: var(--zi-rose-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.85rem;
  font-weight: 400;
  line-height: 1;
}

.zi-stats span {
  display: block;
  margin-top: 8px;
  color: var(--zi-muted);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
}

.zi-priority__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: 46px;
}

.zi-priority__content {
  position: relative;
  z-index: 2;
}

.zi-priority__content::before {
  display: block;
  width: 42px;
  height: 1px;
  margin-bottom: 20px;
  background: var(--zi-gold);
  content: "";
}

.zi-priority__content h2 {
  max-width: 390px;
  margin-bottom: 20px;
}

.zi-priority__content p {
  max-width: 460px;
  margin-bottom: 28px;
}

.zi-priority__image {
  min-height: 420px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(80, 48, 43, 0.14);
  transform: translate3d(0, var(--zi-parallax-y, 0), 0);
  will-change: transform;
}

.zi-priority__image img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.zi-medical-rail {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: -18px;
  padding: 18px;
  border: 1px solid rgba(95, 62, 55, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 50px rgba(80, 48, 43, 0.1);
}

.zi-medical-item {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 12px;
  padding: 10px;
  color: var(--zi-ink);
  font-size: 0.82rem;
  font-weight: 800;
}

.zi-medical-item svg {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  color: var(--zi-rose-deep);
}

.zi-experience {
  background: #fffdfb;
}

.zi-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.zi-process-item {
  position: relative;
  padding: 18px 34px;
  text-align: center;
}

.zi-process-item + .zi-process-item::before {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 1px;
  background: rgba(189, 138, 82, 0.42);
  content: "";
}

.zi-process-icon {
  display: inline-flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  color: var(--zi-gold);
}

.zi-process-icon svg {
  width: 50px;
  height: 50px;
}

.zi-process-item p {
  font-size: 0.9rem;
}

.zi-process-grid--cards {
  gap: 28px;
}

.zi-process-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(95, 62, 55, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--zi-shadow);
  text-align: center;
}

.zi-process-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.zi-process-card__icon {
  position: relative;
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-top: -29px;
  border: 6px solid #ffffff;
  border-radius: 50%;
  background: var(--zi-rose);
  color: #ffffff;
  box-shadow: 0 14px 26px rgba(198, 111, 131, 0.25);
}

.zi-process-card__icon svg {
  width: 28px;
  height: 28px;
}

.zi-process-card__body {
  padding: 0 22px 26px;
}

.zi-process-card h3 {
  margin: 14px 0 9px;
}

.zi-process-card p {
  margin: 0;
  color: var(--zi-muted);
  font-size: 0.88rem;
}

.zi-treatments {
  background:
    linear-gradient(180deg, #fffaf7 0%, #fffdfb 100%);
}

.zi-treatments__grid {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  align-items: center;
  gap: 52px;
}

.zi-treatments__intro h2 {
  margin-bottom: 0;
}

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

.zi-treatment-card {
  overflow: hidden;
  border: 1px solid rgba(95, 62, 55, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(80, 48, 43, 0.1);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.zi-treatment-card:hover {
  box-shadow: 0 24px 52px rgba(80, 48, 43, 0.15);
  transform: translateY(-5px);
}

.zi-treatment-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.zi-treatment-card__body {
  min-height: 154px;
  padding: 18px 18px 20px;
}

.zi-treatment-card h3 {
  margin-top: 0;
  font-size: 1.04rem;
}

.zi-treatment-card p {
  font-size: 0.82rem;
}

.zi-cta-band {
  position: relative;
  overflow: hidden;
  padding: 34px 0;
  background:
    linear-gradient(90deg, rgba(223, 152, 167, 0.96) 0%, rgba(248, 223, 228, 0.96) 46%, rgba(255, 250, 246, 0.96) 100%),
    var(--zi-rose-soft);
}

.zi-cta-band__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  text-align: center;
}

.zi-cta-band h2 {
  color: #ffffff;
  font-size: 2.2rem;
  text-shadow: 0 1px 18px rgba(105, 55, 65, 0.16);
}

.zi-cta-band p {
  margin-top: 7px;
  color: #ffffff;
  font-weight: 700;
}

.zi-treatment-groups {
  background:
    linear-gradient(180deg, #fffaf7 0%, #fffdfb 100%);
}

.zi-treatment-group-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.zi-treatment-group {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--zi-ink);
  box-shadow: 0 18px 42px rgba(80, 48, 43, 0.14);
}

.zi-treatment-group img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  transition: transform 420ms ease, opacity 420ms ease;
}

.zi-treatment-group::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(63, 41, 38, 0.02) 0%, rgba(63, 41, 38, 0.76) 100%);
  content: "";
}

.zi-treatment-group:hover img {
  opacity: 0.92;
  transform: scale(1.05);
}

.zi-treatment-group__body {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 22px;
  left: 22px;
  color: #ffffff;
}

.zi-treatment-group h3 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.42rem;
  font-weight: 400;
  line-height: 1.1;
}

.zi-treatment-group p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.86rem;
}

.zi-treatment-group a {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
}

.zi-treatment-group a svg {
  width: 20px;
  height: 20px;
}

.zi-patients {
  background: #fffdfb;
}

.zi-patients__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: 50px;
}

.zi-patients__intro h2,
.zi-faq h2,
.zi-booking-intro h2 {
  margin: 0 0 18px;
}

.zi-patients__intro p,
.zi-faq p,
.zi-booking-intro p {
  margin: 0 0 26px;
  color: var(--zi-muted);
}

.zi-patient-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.zi-patient-card {
  min-height: 248px;
  padding: 26px 22px;
  border: 1px solid rgba(95, 62, 55, 0.1);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #fff8f7 100%);
  box-shadow: var(--zi-shadow);
}

.zi-patient-card span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--zi-rose-soft);
  color: var(--zi-rose-deep);
  font-weight: 900;
}

.zi-patient-card h3 {
  margin: 22px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.15;
}

.zi-patient-card p {
  margin: 0;
  color: var(--zi-muted);
  font-size: 0.9rem;
}

.zi-faq {
  background:
    linear-gradient(90deg, #fff8f6 0%, #fffdfb 100%);
}

.zi-faq__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 56px;
}

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

.zi-faq-list details {
  border: 1px solid rgba(95, 62, 55, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(80, 48, 43, 0.08);
}

.zi-faq-list summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--zi-ink);
  font-weight: 900;
  list-style: none;
}

.zi-faq-list summary::-webkit-details-marker {
  display: none;
}

.zi-faq-list summary::after {
  float: right;
  color: var(--zi-rose-deep);
  content: "+";
}

.zi-faq-list details[open] summary::after {
  content: "-";
}

.zi-faq-list details p {
  margin: -4px 22px 22px;
  color: var(--zi-muted);
}

.zi-booking-section {
  background:
    linear-gradient(90deg, rgba(255, 244, 243, 0.94), rgba(255, 253, 251, 1)),
    var(--zi-blush);
}

.zi-booking-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 46px;
  align-items: start;
}

.zi-contact-mini {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.zi-contact-mini a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--zi-ink);
  font-weight: 800;
}

.zi-contact-mini svg {
  width: 24px;
  height: 24px;
  color: var(--zi-rose-deep);
}

.zi-booking-form {
  padding: 28px;
  border: 1px solid rgba(95, 62, 55, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 58px rgba(80, 48, 43, 0.14);
}

.zi-booking-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.zi-booking-form label,
.zi-booking-form fieldset {
  margin: 0;
}

.zi-booking-form label > span,
.zi-booking-form legend {
  display: block;
  margin-bottom: 8px;
  color: var(--zi-ink);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.zi-booking-form input,
.zi-booking-form select,
.zi-booking-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(95, 62, 55, 0.16);
  border-radius: 8px;
  background: #fffdfb;
  color: var(--zi-ink);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.zi-booking-form textarea {
  resize: vertical;
}

.zi-booking-form input:focus,
.zi-booking-form select:focus,
.zi-booking-form textarea:focus {
  border-color: var(--zi-rose-deep);
  box-shadow: 0 0 0 4px rgba(198, 111, 131, 0.13);
}

.zi-honeypot {
  position: absolute;
  left: -9999px;
}

.zi-booking-days,
.zi-booking-slots {
  margin-top: 22px !important;
  padding: 0;
  border: 0;
}

.zi-booking-days > div,
.zi-booking-slots > div {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.zi-booking-days input,
.zi-booking-slots input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.zi-booking-days label span,
.zi-booking-slots label span {
  display: grid;
  min-height: 82px;
  place-items: center;
  padding: 10px 8px;
  border: 1px solid rgba(95, 62, 55, 0.14);
  border-radius: 8px;
  background: #fffdfb;
  color: var(--zi-muted);
  cursor: pointer;
  text-align: center;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.zi-booking-days label strong {
  color: var(--zi-ink);
  font-size: 0.85rem;
  text-transform: uppercase;
}

.zi-booking-days small {
  color: var(--zi-rose-deep);
  font-size: 0.7rem;
  font-weight: 900;
}

.zi-booking-slots label span {
  min-height: 58px;
  grid-auto-flow: column;
  gap: 8px;
  font-weight: 800;
}

.zi-booking-slots svg {
  width: 19px;
  height: 19px;
}

.zi-booking-days input:checked + span,
.zi-booking-slots input:checked + span {
  border-color: var(--zi-rose-deep);
  background: var(--zi-rose);
  color: #ffffff;
  transform: translateY(-2px);
}

.zi-booking-days input:checked + span strong,
.zi-booking-days input:checked + span small {
  color: #ffffff;
}

.zi-booking-message-field {
  display: block;
  margin-top: 22px !important;
}

.zi-booking-note {
  margin: 18px 0;
  color: var(--zi-muted);
  font-size: 0.84rem;
}

.zi-booking-response {
  min-height: 24px;
  margin-top: 14px;
  color: var(--zi-rose-deep);
  font-weight: 800;
}

.zi-booking-response.is-success {
  color: #5f7d50;
}

.zi-booking-response.is-error {
  color: #b24b5e;
}

.zi-reveal {
  opacity: 1;
  transform: none;
}

.zi-js .zi-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 640ms ease, transform 640ms ease;
  transition-delay: var(--zi-delay, 0ms);
}

.zi-js .zi-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes ziHeroFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1.01);
  }

  50% {
    transform: translate3d(0, -10px, 0) scale(1.015);
  }
}

@media (max-width: 1120px) {
  .zi-hero__inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1fr);
  }

  .zi-hero h1 {
    font-size: 4.2rem;
  }

  .zi-hero__tagline {
    font-size: 1.95rem;
  }

  .zi-service-grid,
  .zi-treatment-cards,
  .zi-treatment-group-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zi-treatments__grid,
  .zi-patients__grid,
  .zi-booking-grid,
  .zi-faq__grid {
    grid-template-columns: 1fr;
  }

  .zi-treatments__intro {
    max-width: 540px;
  }

  .zi-booking-intro,
  .zi-patients__intro {
    max-width: 680px;
  }
}

@media (max-width: 900px) {
  .zi-section {
    padding: 62px 0;
  }

  .zi-section h2 {
    font-size: 2.05rem;
  }

  .zi-hero__inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .zi-hero__content {
    max-width: none;
    padding: 62px 0 32px;
  }

  .zi-hero h1 {
    font-size: 3.45rem;
  }

  .zi-hero__tagline {
    font-size: 1.72rem;
  }

  .zi-hero__visual {
    min-height: 440px;
    margin-right: -16px;
    margin-left: -16px;
  }

  .zi-hero-slider {
    border-radius: 0;
  }

  .zi-hero__visual::before {
    inset: 0 0 auto;
    width: 100%;
    height: 26%;
    background: linear-gradient(180deg, #fff6f3 0%, rgba(255, 246, 243, 0) 100%);
  }

  .zi-hero__visual img {
    min-height: 440px;
    object-position: center top;
  }

  .zi-hero-slide,
  .zi-hero-slide img {
    min-height: 440px;
  }

  .zi-hero-slide figcaption {
    right: 18px;
    bottom: 18px;
    left: 18px;
    max-width: none;
  }

  .zi-hero-mark {
    right: 22px;
    top: 22%;
    width: 82px;
    height: 82px;
    font-size: 2rem;
  }

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

  .zi-priority__grid {
    grid-template-columns: 1fr;
  }

  .zi-priority__content h2,
  .zi-priority__content p {
    max-width: 100%;
  }

  .zi-medical-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
  }

  .zi-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 0;
  }

  .zi-process-grid--cards {
    gap: 20px;
  }

  .zi-patient-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .zi-booking-days > div,
  .zi-booking-slots > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .zi-process-item:nth-child(odd)::before {
    display: none;
  }

  .zi-cta-band__inner {
    flex-direction: column;
    gap: 22px;
  }
}

@media (max-width: 640px) {
  .zi-home {
    overflow: hidden;
  }

  .zi-section {
    padding: 52px 0;
  }

  .zi-kicker {
    font-size: 0.72rem;
  }

  .zi-section h2 {
    font-size: 1.75rem;
  }

  .zi-hero h1 {
    font-size: 2.72rem;
  }

  .zi-hero__tagline {
    font-size: 1.45rem;
  }

  .zi-hero__lead {
    font-size: 0.98rem;
  }

  .zi-hero__actions,
  .zi-hero__actions .zi-button {
    width: 100%;
  }

  .zi-hero-proof {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .zi-hero__visual {
    min-height: 360px;
  }

  .zi-hero__visual img {
    min-height: 360px;
  }

  .zi-hero-slide,
  .zi-hero-slide img {
    min-height: 360px;
  }

  .zi-hero-mark {
    display: none;
  }

  .zi-hero-dots {
    right: 16px;
    top: 16px;
  }

  .zi-trust-grid,
  .zi-service-grid,
  .zi-medical-rail,
  .zi-process-grid,
  .zi-treatment-cards,
  .zi-treatment-group-grid,
  .zi-patient-card-grid,
  .zi-booking-fields {
    grid-template-columns: 1fr;
  }

  .zi-trust-item {
    min-height: 58px;
    justify-content: flex-start;
  }

  .zi-service-card {
    min-height: auto;
  }

  .zi-priority__image,
  .zi-priority__image img {
    min-height: 300px;
  }

  .zi-medical-item {
    min-height: 58px;
  }

  .zi-process-item {
    padding: 18px 12px;
  }

  .zi-process-item + .zi-process-item::before {
    display: none;
  }

  .zi-treatment-card__body {
    min-height: 0;
  }

  .zi-treatment-group {
    min-height: 290px;
  }

  .zi-stats,
  .zi-booking-days > div,
  .zi-booking-slots > div {
    grid-template-columns: 1fr;
  }

  .zi-booking-form {
    padding: 20px;
  }

  .zi-booking-days label span,
  .zi-booking-slots label span {
    min-height: 58px;
  }

  .zi-cta-band h2 {
    font-size: 1.72rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zi-hero__visual img {
    animation: none;
  }

  .zi-reveal,
  .zi-parallax {
    opacity: 1;
    transform: none !important;
  }
}
