.elementor-widget-healthy-empire-phase-scan,
.elementor-widget-healthy-empire-phase-scan * {
  box-sizing: border-box;
}

.elementor-widget-healthy-empire-phase-scan {
  --heps-bg: #fff5f2;
  --heps-surface: #fffaf8;
  --heps-text: #070707;
  --heps-muted: #514b49;
  --heps-accent: #ff4020;
  --heps-line: #211d1c;
  --heps-soft-line: rgba(33, 29, 28, .22);
  --heps-error: #b3261e;
  --heps-focus: rgba(255, 64, 32, .2);
  --heps-ease: cubic-bezier(.22, 1, .36, 1);
  font-family: "Okta Neue", Arial, sans-serif;
}

.heps {
  position: relative;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  width: 100%;
  min-height: 100svh;
  overflow: clip;
  color: var(--heps-text);
  background: var(--heps-bg);
  isolation: isolate;
}

.heps [hidden] {
  display: none !important;
}

.heps::before {
  position: absolute;
  z-index: -1;
  right: -17vw;
  bottom: -39vw;
  width: 65vw;
  height: 65vw;
  content: '';
  border: 1px solid color-mix(in srgb, var(--heps-text) 11%, transparent);
  border-radius: 50%;
  pointer-events: none;
}

.heps__chrome {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding-bottom: 18px;
}

.heps__brand img {
  display: block;
  width: min(158px, 38vw);
  max-height: 42px;
  object-fit: contain;
  object-position: left center;
}

.heps__brand strong {
  font: inherit;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -.02em;
}

.heps__mark {
  display: flex;
  gap: 12px;
  align-items: baseline;
  color: var(--heps-muted);
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.heps__mark strong {
  color: var(--heps-text);
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.02em;
  text-transform: none;
}

.heps-progress {
  position: relative;
  z-index: 5;
  min-height: 3px;
  transition: opacity .25s ease;
}

.heps--intro .heps-progress {
  opacity: 0;
}

.heps-progress__track {
  position: relative;
  width: 100%;
  height: 3px;
  overflow: hidden;
  background: color-mix(in srgb, var(--heps-text) 18%, transparent);
}

.heps-progress__fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: var(--heps-accent);
  transition: width .6s var(--heps-ease);
}

.heps-progress > span {
  position: absolute;
  top: 12px;
  right: 0;
  padding: 5px 8px;
  color: var(--heps-muted);
  background: color-mix(in srgb, var(--heps-bg) 90%, transparent);
  font: inherit;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: .04em;
  opacity: 0;
  transition: opacity .2s ease;
}

.heps-progress > span.is-visible {
  opacity: 1;
}

.heps__viewport {
  position: relative;
  display: grid;
  min-height: 0;
}

.heps-panel {
  grid-area: 1 / 1;
  display: none;
  width: 100%;
  min-height: 0;
  opacity: 0;
  transform: translate3d(34px, 0, 0);
}

.heps[data-direction='back'] .heps-panel {
  transform: translate3d(-34px, 0, 0);
}

.heps-panel.is-active {
  display: grid;
  opacity: 1;
  transform: none;
  animation: heps-in .54s var(--heps-ease) both;
}

@keyframes heps-in {
  from { opacity: 0; transform: translate3d(34px, 0, 0); }
  to { opacity: 1; transform: none; }
}

.heps-panel__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(1160px, 100%);
  min-height: 100%;
  margin-inline: auto;
  padding-block: clamp(30px, 5.2vh, 78px);
}

.heps-panel[data-heps-panel='intro'] .heps-panel__inner,
.heps-panel[data-heps-panel='capture'] .heps-panel__inner,
.heps-panel[data-heps-panel='result'] .heps-panel__inner,
.heps-panel[data-heps-panel='booking'] .heps-panel__inner,
.heps-panel[data-heps-panel='confirmation'] .heps-panel__inner {
  width: min(1380px, 100%);
}

.heps__kicker,
.heps__step-label {
  margin: 0 0 22px;
  color: var(--heps-accent);
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.heps__heading,
.heps__question,
.heps-result__headline {
  max-width: 15ch;
  margin: 0;
  color: var(--heps-text);
  font: inherit;
  font-size: clamp(3rem, 5.7vw, 7.2rem);
  font-weight: 600;
  line-height: .93;
  letter-spacing: -.058em;
  text-wrap: balance;
}

.heps__question {
  max-width: 18ch;
  font-size: clamp(2.65rem, 4.6vw, 5.8rem);
}

.heps__body {
  max-width: 700px;
  margin: clamp(24px, 4vh, 44px) 0 0;
  color: var(--heps-muted);
  font: inherit;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.55;
}

.heps__body p {
  margin: 0;
  color: inherit;
  font: inherit;
}

.heps__hint,
.heps__microcopy {
  color: var(--heps-muted);
  font: inherit;
  font-size: 13px;
  line-height: 1.5;
}

.heps__hint { margin: 14px 0 0; }
.heps__microcopy { margin: 15px 0 0; }

.heps-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.heps-intro::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: clamp(190px, 26vw, 430px);
  aspect-ratio: 1;
  content: '';
  border: clamp(28px, 4vw, 68px) solid var(--heps-accent);
  border-right-color: transparent;
  border-radius: 50%;
  transform: translateY(-50%) rotate(-25deg);
  opacity: .95;
}

.heps-intro > * {
  position: relative;
  z-index: 1;
}

.heps-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.heps-pills span {
  padding: 9px 12px;
  color: var(--heps-text);
  border: 1px solid color-mix(in srgb, var(--heps-text) 24%, transparent);
  border-radius: 999px;
  font: inherit;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.heps-button {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  display: inline-flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  margin: 0;
  padding: 17px 22px;
  color: var(--heps-text);
  border: 1px solid var(--heps-line);
  border-radius: 2px;
  outline: 0;
  background: transparent;
  box-shadow: none;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  overflow: hidden;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s var(--heps-ease), opacity .2s ease;
}

.heps-button__label,
.heps-button__icon {
  position: relative;
  z-index: 1;
}

.heps-button__icon,
.heps-choice__arrow {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 20px;
  height: 20px;
  transition: transform .28s var(--heps-ease), opacity .2s ease;
}

.heps-icon {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.heps-button:hover .heps-button__icon {
  transform: translate3d(3px, -3px, 0);
}

.heps-button:focus-visible {
  box-shadow: 0 0 0 3px var(--heps-focus);
}

.heps-button:disabled {
  cursor: not-allowed;
  opacity: .38;
  transform: none;
}

.heps-button--primary {
  margin-top: 34px;
  color: #fff;
  border-color: var(--heps-accent);
  background: var(--heps-accent);
}

.heps-button--primary:hover,
.heps-button--primary:focus-visible {
  color: #fff;
  border-color: var(--heps-text);
  background: var(--heps-text);
}

.heps-button--ghost {
  min-height: 54px;
  color: var(--heps-text);
  border-color: var(--heps-soft-line);
  background: transparent;
}

.heps-button--ghost:hover {
  border-color: var(--heps-text);
  background: color-mix(in srgb, var(--heps-surface) 70%, transparent);
}

.heps.is-busy .heps-button--primary .heps-button__icon {
  animation: heps-pulse .7s ease-in-out infinite alternate;
}

@keyframes heps-pulse {
  to { opacity: .35; transform: translate3d(3px, -3px, 0); }
}

.heps-choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: min(980px, 100%);
  margin-top: clamp(34px, 5vh, 60px);
  counter-reset: heps-choice;
}

.heps-choices--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.heps-choice {
  position: relative;
  display: block;
  min-width: 0;
  margin: 0;
  cursor: pointer;
  counter-increment: heps-choice;
}

.heps-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.heps-choice__surface {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 86px;
  padding: 18px 20px;
  color: var(--heps-text);
  border: 1px solid var(--heps-soft-line);
  border-radius: 2px;
  background: color-mix(in srgb, var(--heps-surface) 72%, transparent);
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s var(--heps-ease), box-shadow .25s ease;
}

.heps-choice__index {
  display: none;
}

.heps--show-choice-numbers .heps-choice__surface {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.heps--show-choice-numbers .heps-choice__index {
  display: block;
}

.heps-choice__index::before {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  content: counter(heps-choice, decimal-leading-zero);
  border: 1px solid currentColor;
  border-radius: 50%;
  font: inherit;
  font-size: 9px;
  font-weight: 600;
}

.heps-choice__label {
  font: inherit;
  font-size: clamp(16px, 1.15vw, 18px);
  font-weight: 600;
  line-height: 1.35;
}

.heps-choice__arrow {
  width: 22px;
  height: 22px;
  opacity: .7;
}

.heps-choice:hover .heps-choice__surface {
  border-color: var(--heps-text);
  transform: translateY(-2px);
}

.heps-choice:hover .heps-choice__arrow {
  opacity: 1;
  transform: translate3d(3px, -3px, 0);
}

.heps-choice input:checked + .heps-choice__surface {
  color: #fff;
  border-color: var(--heps-accent);
  background: var(--heps-accent);
  box-shadow: 0 12px 30px color-mix(in srgb, var(--heps-accent) 18%, transparent);
}

.heps-choice input:checked + .heps-choice__surface .heps-choice__arrow {
  opacity: 1;
  transform: translate3d(3px, -3px, 0);
}

.heps-choice input:focus-visible + .heps-choice__surface {
  box-shadow: 0 0 0 3px var(--heps-focus);
}

.heps-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  width: min(980px, 100%);
  margin-top: clamp(26px, 4vh, 44px);
}

.heps-multi-guidance {
  order: -1;
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  min-height: 42px;
  padding: 10px 13px;
  color: var(--heps-muted);
  border: 1px solid var(--heps-soft-line);
  border-radius: 2px;
  background: color-mix(in srgb, var(--heps-surface) 68%, transparent);
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.heps-multi-guidance::before {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 20px;
  height: 20px;
  content: '+';
  color: var(--heps-muted);
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
}

.heps-multi-guidance.is-ready {
  color: var(--heps-text);
  border-color: color-mix(in srgb, var(--heps-accent) 46%, var(--heps-soft-line));
  background: color-mix(in srgb, var(--heps-accent) 7%, var(--heps-surface));
}

.heps-multi-guidance.is-ready::before {
  content: '\2713';
  color: #fff;
  border-color: var(--heps-accent);
  background: var(--heps-accent);
  font-size: 11px;
}

.heps-nav .heps-button--primary.is-guided .heps-button__icon {
  animation: heps-next-cue .7s var(--heps-ease) 2;
}

@keyframes heps-next-cue {
  0%, 100% { transform: none; }
  50% { transform: translate3d(5px, -5px, 0); }
}

.heps-nav .heps-button--primary {
  min-width: min(300px, 48%);
  margin-top: 0;
  margin-left: auto;
}

.heps-nav .heps-button--ghost {
  min-width: 126px;
}

.heps-capture {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(540px, 1.18fr);
  column-gap: clamp(50px, 7vw, 126px);
  align-items: center;
}

.heps-capture .heps__kicker { grid-column: 1; }
.heps-capture > .heps__question { grid-column: 1; max-width: 11ch; }
.heps-capture > .heps__body { grid-column: 1; max-width: 28em; }

.heps-capture__form {
  grid-column: 2;
  grid-row: 1 / span 4;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 22px;
  align-items: start;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.heps-capture__form .heps-field--name,
.heps-capture__form .heps-field--company {
  grid-column: span 1;
}

.heps-capture__form .heps-field--email,
.heps-capture__form .heps-check,
.heps-capture__form [data-heps-phone],
.heps-capture__form .heps-button,
.heps-capture__form .heps-form-error {
  grid-column: 1 / -1;
}

.heps-capture__form--phone-visible .heps-field--email,
.heps-capture__form--phone-visible [data-heps-phone] {
  grid-column: span 1;
}

.heps-field {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  min-width: 0;
}

.heps-field label {
  color: var(--heps-text);
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: none;
}

.heps-field__input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  min-height: 64px;
  margin: 0;
  padding: 17px 20px;
  color: var(--heps-text);
  border: 1px solid var(--heps-line);
  border-radius: 2px;
  outline: 0;
  background: transparent;
  box-shadow: none;
  font: inherit;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.heps-field__input:hover {
  border-color: var(--heps-accent);
}

.heps-field__input:focus {
  border-color: var(--heps-accent);
  background: color-mix(in srgb, var(--heps-surface) 48%, transparent);
  box-shadow: 0 0 0 3px var(--heps-focus);
}

.heps-field.is-invalid .heps-field__input,
.heps-field__input[aria-invalid='true'] {
  border-color: var(--heps-error);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--heps-error) 14%, transparent);
}

.heps-field__input::placeholder {
  color: color-mix(in srgb, var(--heps-muted) 58%, transparent);
  opacity: 1;
}

.heps-field--open {
  width: min(980px, 100%);
  margin-top: clamp(34px, 5vh, 60px);
}

.heps-field--open textarea {
  min-height: 190px;
  padding: 20px;
  resize: vertical;
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.55;
}

.heps-counter {
  position: absolute;
  right: 16px;
  bottom: 12px;
  color: var(--heps-muted);
  font: inherit;
  font-size: 10px;
  line-height: 1;
}

.heps-check {
  position: relative;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--heps-muted);
  font: inherit;
  font-size: 12px;
  line-height: 1.5;
  cursor: pointer;
}

.heps-check input {
  -webkit-appearance: none;
  appearance: none;
  display: grid;
  place-content: center;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1px solid var(--heps-line);
  border-radius: 1px;
  background: transparent;
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.heps-check input::before {
  width: 10px;
  height: 6px;
  content: '';
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg) scale(0);
  transition: transform .16s ease;
}

.heps-check input:checked {
  border-color: var(--heps-accent);
  background: var(--heps-accent);
}

.heps-check input:checked::before {
  transform: rotate(-45deg) scale(1);
}

.heps-check input:focus-visible {
  box-shadow: 0 0 0 3px var(--heps-focus);
}

.heps-check a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.heps-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.heps-form-error {
  margin: 0;
  padding: 12px 14px;
  color: var(--heps-error);
  border-left: 2px solid var(--heps-error);
  background: color-mix(in srgb, var(--heps-error) 7%, transparent);
  font: inherit;
  font-size: 13px;
  line-height: 1.45;
}

.heps-capture__form > .heps-button {
  width: 100%;
  margin-top: 0;
}

.heps-result__headline {
  max-width: 13ch;
  font-size: clamp(3.1rem, 5.6vw, 7rem);
}

.heps-result__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: min(1100px, 100%);
  margin-top: clamp(34px, 5vh, 58px);
}

.heps-result__grid article,
.heps-result__route {
  padding: clamp(24px, 3vw, 44px);
  border: 1px solid var(--heps-soft-line);
  background: color-mix(in srgb, var(--heps-surface) 78%, transparent);
}

.heps-result__grid article > span,
.heps-result__route > span {
  color: var(--heps-muted);
  font: inherit;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.heps-result__grid h3,
.heps-result__route h3 {
  margin: 12px 0 0;
  font: inherit;
  font-size: clamp(2rem, 3.3vw, 4.2rem);
  font-weight: 600;
  line-height: .95;
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.heps-result__grid p,
.heps-result__route p {
  max-width: 52ch;
  margin: 20px 0 0;
  color: var(--heps-muted);
  font: inherit;
  font-size: 16px;
  line-height: 1.55;
}

.heps-result__opportunity h3 { color: var(--heps-accent); }

.heps-result__route {
  width: min(1100px, 100%);
  color: #fff;
  border-color: var(--heps-text);
  background: var(--heps-text);
}

.heps-result__route > span { color: #a6a09e; }
.heps-result__route h3 { color: #fff; }
.heps-result__route p { color: #d3cecc; }

.heps-result__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  width: min(1100px, 100%);
  margin-top: 20px;
}

.heps-result__actions .heps-button {
  min-width: min(280px, 100%);
  margin-top: 0;
}

.heps-booking {
  width: min(1120px, 100%);
  margin-inline: auto;
}

.heps-booking .heps__question { max-width: 14ch; }

.heps-booking__frame {
  width: 100%;
  margin-top: 36px;
  overflow: hidden;
  border: 1px solid var(--heps-soft-line);
  background: var(--heps-surface);
}

.heps-booking__frame iframe {
  display: block;
  width: 100%;
  min-height: 620px;
  border: 0;
}

.heps-booking__frame > .heps-button { margin: 0; }

.heps-booking__pending {
  margin: 0;
  padding: 34px;
  color: var(--heps-muted);
  font: inherit;
  font-size: 16px;
  line-height: 1.6;
}

.heps-booking__confirm { margin-top: 18px; }

.heps-confirmation {
  width: min(900px, 100%);
  margin-inline: auto;
  text-align: center;
}

.heps-confirmation__icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 28px;
  color: #fff;
  border-radius: 50%;
  background: var(--heps-accent);
  font: inherit;
  font-size: 29px;
  font-weight: 700;
}

.heps-confirmation .heps__question,
.heps-confirmation .heps__body {
  margin-inline: auto;
}

.heps-confirmation ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: confirm;
}

.heps-confirmation li {
  padding: 24px;
  border: 1px solid var(--heps-soft-line);
  background: color-mix(in srgb, var(--heps-surface) 78%, transparent);
  counter-increment: confirm;
  font: inherit;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.heps-confirmation li::before {
  display: block;
  margin-bottom: 16px;
  color: var(--heps-accent);
  content: '0' counter(confirm);
  font: inherit;
  font-size: 11px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .heps-intro::after { right: -12vw; opacity: .35; }
  .heps-capture { grid-template-columns: 1fr; }
  .heps-capture .heps__kicker,
  .heps-capture > .heps__question,
  .heps-capture > .heps__body,
  .heps-capture__form { grid-column: 1; grid-row: auto; }
  .heps-capture > .heps__question { max-width: 14ch; }
  .heps-capture__form { margin-top: 38px; }
  .heps-choices--compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .heps { min-height: 100dvh; }
  .heps::before { display: none; }
  .heps__chrome { min-height: 40px; padding-bottom: 12px; }
  .heps__brand img { max-height: 34px; }
  .heps__mark { gap: 7px; font-size: 9px; letter-spacing: .1em; }
  .heps__mark strong { font-size: 12px; }
  .heps-progress { min-height: 3px; }
  .heps-progress > span { display: none; }
  .heps-panel__inner { justify-content: flex-start; padding-block: 30px 20px; }
  .heps__kicker, .heps__step-label { margin-bottom: 16px; }
  .heps__heading { font-size: clamp(2.8rem, 13vw, 4.5rem); }
  .heps__question { font-size: clamp(2.35rem, 10.5vw, 3.65rem); }
  .heps__body { margin-top: 22px; font-size: 16px; }
  .heps-intro::after { top: auto; right: -80px; bottom: -20px; width: 240px; opacity: .16; transform: rotate(-25deg); }
  .heps-pills { margin-top: 20px; }
  .heps-choices,
  .heps-choices--compact { grid-template-columns: 1fr; gap: 8px; margin-top: 28px; }
  .heps-choice__surface { min-height: 70px; padding: 14px 16px; }
  .heps-choice__label { font-size: 15px; }
  .heps-nav { position: sticky; z-index: 4; bottom: -1px; margin-top: 20px; padding-block: 12px 0; background: linear-gradient(180deg, transparent, var(--heps-bg) 28%); }
  .heps-multi-guidance { min-height: 38px; padding: 9px 11px; font-size: 12px; }
  .heps-nav .heps-button--primary { min-width: 0; flex: 1 1 auto; }
  .heps-nav .heps-button--ghost { min-width: 104px; }
  .heps-button { min-height: 56px; padding: 15px 17px; }
  .heps-button--primary { margin-top: 26px; }
  .heps-capture__form { grid-template-columns: 1fr; gap: 16px; margin-top: 32px; }
  .heps-capture__form .heps-field--name,
  .heps-capture__form .heps-field--company,
  .heps-capture__form--phone-visible .heps-field--email,
  .heps-capture__form--phone-visible [data-heps-phone] { grid-column: 1; }
  .heps-field__input { min-height: 58px; padding: 15px 16px; font-size: 16px; }
  .heps-field--open { margin-top: 28px; }
  .heps-field--open textarea { min-height: 170px; }
  .heps-result__grid { grid-template-columns: 1fr; }
  .heps-result__actions { flex-direction: column; }
  .heps-result__actions .heps-button { width: 100%; }
  .heps-result__grid h3,
  .heps-result__route h3 { font-size: 2.2rem; }
  .heps-confirmation ol { grid-template-columns: 1fr; }
  .heps-booking__frame iframe { min-height: 660px; }
}

@media (prefers-reduced-motion: reduce) {
  .heps-panel.is-active { animation: none; }
  .heps *, .heps *::before, .heps *::after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }
}
