#service-hero-v2-root {
  --sv2-plum: #241f31;
  --sv2-plum-2: #302a40;
  --sv2-coral: #f0733f;
  --sv2-coral-hover: #e96a36;
  --sv2-coral-active: #d85d2d;
  --sv2-paper: #f6f3ee;
  --sv2-white: #fffefc;
  --sv2-text: #231f20;
  --sv2-muted: #747075;
  display: block;
  min-width: 0;
  background: var(--sv2-paper);
  color: var(--sv2-text);
  font-family: Manrope, "Segoe UI", Arial, sans-serif;
  overflow: clip;
}

#service-hero-v2-root,
#service-hero-v2-root * {
  box-sizing: border-box;
}

#service-hero-v2-root .sv2-page {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 42px;
}

#service-hero-v2-root .sv2-breadcrumbs {
  display: flex;
  align-items: center;
  min-height: 48px;
  width: min(1240px, calc(100vw - 48px));
  margin: 0 auto;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

#service-hero-v2-root .sv2-breadcrumbs ol,
#service-hero-v2-root .sv2-breadcrumbs li {
  display: flex;
  align-items: center;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

#service-hero-v2-root .sv2-breadcrumbs ol {
  flex-wrap: wrap;
}

#service-hero-v2-root .sv2-breadcrumbs a {
  color: rgba(35, 31, 32, 0.55);
  text-decoration: none;
  transition: color 180ms ease;
}

#service-hero-v2-root .sv2-breadcrumbs a:hover {
  color: var(--sv2-text);
}

#service-hero-v2-root .sv2-breadcrumbs__current {
  color: var(--sv2-text);
  font-weight: 600;
}

#service-hero-v2-root .sv2-breadcrumbs__chevron {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  flex: 0 0 12px;
  fill: none;
  stroke: rgba(35, 31, 32, 0.34);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

#service-hero-v2-root .sv2-hero {
  position: relative;
  isolation: isolate;
  width: calc(100vw - 32px);
  height: 500px;
  margin: 14px 0 0 16px;
  overflow: hidden;
  border-radius: 32px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035), transparent 30%) top / 100% 1px no-repeat,
    linear-gradient(118deg, var(--sv2-plum) 0%, var(--sv2-plum) 52%, var(--sv2-plum-2) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 254, 252, 0.12);
}

#service-hero-v2-root .sv2-hero::before {
  position: absolute;
  z-index: -1;
  top: -34%;
  right: -8%;
  width: 590px;
  height: 590px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 115, 63, 0.2), rgba(240, 115, 63, 0.055) 42%, transparent 70%);
  content: "";
}

#service-hero-v2-root .sv2-hero__lighting {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 84% 48%, rgba(255, 254, 252, 0.13), transparent 32%),
    linear-gradient(90deg, transparent 72%, rgba(240, 115, 63, 0.08));
  pointer-events: none;
}

#service-hero-v2-root .sv2-hero__copy {
  position: relative;
  z-index: 4;
  width: 744px;
  height: 100%;
  padding: 48px 0 0 72px;
}

.service-main #service-hero-v2-root .sv2-hero h1 {
  width: auto;
  max-width: 660px;
  margin: 0;
  color: var(--sv2-white);
  font: 500 56px/66px Manrope, "Segoe UI", Arial, sans-serif;
  letter-spacing: -0.025em;
  text-wrap: nowrap;
}

#service-hero-v2-root .sv2-title__line {
  display: block;
  color: var(--sv2-white);
  text-decoration: none;
  white-space: nowrap;
}

#service-hero-v2-root .sv2-hero__subtitle {
  max-width: 535px;
  margin: 16px 0 0;
  color: rgba(255, 254, 252, 0.76);
  font-size: 16.5px;
  font-weight: 400;
  line-height: 25.5px;
}

#service-hero-v2-root .sv2-actions {
  position: absolute;
  right: 0;
  bottom: 72px;
  left: 72px;
  display: flex;
  align-items: stretch;
  gap: 14px;
  margin-top: 0;
}

#service-hero-v2-root .sv2-action {
  position: relative;
  display: flex;
  align-items: center;
  width: 320px;
  height: 82px;
  min-height: 82px;
  margin: 0;
  padding: 13px 96px 13px 20px;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  text-align: left;
  cursor: pointer;
  transform: translateZ(0);
  transition:
    transform 260ms cubic-bezier(0.22, 0.8, 0.24, 1),
    box-shadow 260ms cubic-bezier(0.22, 0.8, 0.24, 1),
    background-color 180ms ease;
  -webkit-tap-highlight-color: transparent;
}

#service-hero-v2-root .sv2-action--price {
  background: var(--sv2-white);
  box-shadow: 0 14px 30px rgba(14, 10, 24, 0.18);
  color: var(--sv2-plum);
}

#service-hero-v2-root .sv2-action--booking {
  overflow: visible;
  background:
    linear-gradient(90deg, rgba(36, 31, 49, 0.66) 0%, rgba(36, 31, 49, 0.38) 64%, transparent 84%),
    var(--sv2-coral);
  box-shadow: 0 16px 32px rgba(12, 8, 18, 0.21), 0 8px 20px rgba(240, 115, 63, 0.16);
  color: var(--sv2-white);
}

#service-hero-v2-root .sv2-action__copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 3px;
}

#service-hero-v2-root .sv2-action__label {
  max-width: 208px;
  font-size: 16px;
  font-weight: 735;
  line-height: 20px;
  white-space: nowrap;
}

#service-hero-v2-root .sv2-action__hint {
  font-size: 12.75px;
  font-weight: 475;
  line-height: 17px;
  white-space: nowrap;
}

#service-hero-v2-root .sv2-action--price .sv2-action__hint {
  color: var(--sv2-muted);
}

#service-hero-v2-root .sv2-action--booking .sv2-action__hint {
  color: rgba(255, 254, 252, 0.78);
}

#service-hero-v2-root .sv2-action__visual {
  position: absolute;
  z-index: 2;
  top: 4px;
  right: 8px;
  width: 80px;
  height: 74px;
  pointer-events: none;
  perspective: 220px;
  transform-style: preserve-3d;
}

#service-hero-v2-root .sv2-action__visual img {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 112px;
  max-width: none;
  height: 112px;
  object-fit: contain;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 9px 12px rgba(18, 12, 27, 0.2));
}

#service-hero-v2-root .sv2-action__glow {
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 6px;
  width: 55px;
  height: 45px;
  border-radius: 50%;
  background: rgba(240, 115, 63, 0.24);
  filter: blur(11px);
  opacity: 0.6;
  animation: sv2-glow-pulse 3.6s cubic-bezier(0.22, 0.8, 0.24, 1) infinite;
}

#service-hero-v2-root .sv2-price-token {
  animation: sv2-price-idle 3.6s cubic-bezier(0.22, 0.8, 0.24, 1) infinite;
}

#service-hero-v2-root .sv2-price-token__coral {
  position: absolute;
  z-index: 4;
  right: 12px;
  bottom: 14px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(145deg, #ff9b6d, var(--sv2-coral));
  box-shadow: 0 3px 7px rgba(36, 31, 49, 0.24);
  animation: sv2-price-coral 3.6s 0.32s cubic-bezier(0.22, 0.8, 0.24, 1) infinite;
}

#service-hero-v2-root .sv2-booking-token {
  perspective: 240px;
}

#service-hero-v2-root .sv2-calendar {
  position: absolute;
  z-index: 3;
  top: 4px;
  right: 0;
  width: 76px;
  height: 66px;
  transform: rotateZ(-2deg);
  transform-style: preserve-3d;
}

#service-hero-v2-root .sv2-calendar__body {
  position: absolute;
  z-index: 1;
  top: 12px;
  right: 4px;
  width: 66px;
  height: 52px;
  border-radius: 10px 10px 13px 13px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), transparent 34%),
    linear-gradient(145deg, #3c344f, #211c2c 74%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 9px 14px rgba(18, 12, 27, 0.34);
  transform: rotateZ(-3deg);
}

#service-hero-v2-root .sv2-calendar__next-page,
#service-hero-v2-root .sv2-calendar__page {
  position: absolute;
  top: 18px;
  right: 8px;
  width: 58px;
  height: 43px;
}

#service-hero-v2-root .sv2-calendar__next-page {
  z-index: 2;
  border: 1px solid rgba(36, 31, 49, 0.08);
  border-radius: 7px 7px 10px 10px;
  background: linear-gradient(155deg, #f5efe8, #ded4c8);
  box-shadow: inset 0 1px 0 #fff, 0 3px 6px rgba(18, 12, 27, 0.16);
  transform: rotateZ(1.5deg);
}

#service-hero-v2-root .sv2-calendar__page {
  z-index: 4;
  transform: rotateX(0deg) translateZ(2px);
  transform-origin: 50% 2px;
  transform-style: preserve-3d;
  will-change: transform, opacity;
  animation: sv2-calendar-flip 4.6s 0.35s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

#service-hero-v2-root .sv2-calendar__face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(36, 31, 49, 0.07);
  border-radius: 7px 7px 10px 10px;
  backface-visibility: hidden;
  box-shadow: inset 0 1px 0 #fff, 0 5px 8px rgba(18, 12, 27, 0.2);
}

#service-hero-v2-root .sv2-calendar__face--front {
  background: linear-gradient(155deg, #fffefc, #f8f3ed);
  transform: rotateX(0deg);
}

#service-hero-v2-root .sv2-calendar__face--front::before {
  position: absolute;
  top: 8px;
  right: 7px;
  left: 7px;
  height: 1px;
  background: rgba(36, 31, 49, 0.08);
  content: "";
}

#service-hero-v2-root .sv2-calendar__face--front::after {
  position: absolute;
  right: 4px;
  bottom: 0;
  left: 4px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(36, 31, 49, 0.24) 20%, rgba(36, 31, 49, 0.24) 80%, transparent);
  box-shadow: 0 2px 4px rgba(18, 12, 27, 0.18);
  content: "";
}

#service-hero-v2-root .sv2-calendar__face--back {
  background:
    linear-gradient(180deg, rgba(36, 31, 49, 0.12), transparent 32%),
    linear-gradient(155deg, #f4c5b0, #df8964);
  border-color: rgba(216, 93, 45, 0.34);
  transform: rotateX(180deg);
}

#service-hero-v2-root .sv2-calendar__back-line {
  position: absolute;
  right: 9px;
  bottom: 8px;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: rgba(240, 115, 63, 0.56);
}

#service-hero-v2-root .sv2-calendar__rings {
  position: absolute;
  z-index: 6;
  top: 6px;
  right: 17px;
  display: flex;
  justify-content: space-between;
  width: 39px;
  height: 21px;
  pointer-events: none;
  transform: translateZ(14px);
}

#service-hero-v2-root .sv2-calendar__rings i {
  display: block;
  width: 9px;
  height: 21px;
  border: 3px solid #f0733f;
  border-bottom-width: 2px;
  border-radius: 999px;
  background: transparent;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.28), 0 2px 4px rgba(36, 31, 49, 0.28);
}

#service-hero-v2-root .sv2-calendar__dot {
  position: absolute;
  right: 8px;
  bottom: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sv2-coral);
  box-shadow: 0 0 0 0 rgba(240, 115, 63, 0.25);
}

#service-hero-v2-root .sv2-calendar__next-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sv2-coral);
  box-shadow: 0 2px 4px rgba(36, 31, 49, 0.16);
}

#service-hero-v2-root .sv2-calendar__next-dot--one {
  right: 9px;
  bottom: 8px;
}

#service-hero-v2-root .sv2-calendar__next-dot--two {
  right: 20px;
  bottom: 8px;
}

#service-hero-v2-root .sv2-action:hover,
#service-hero-v2-root .sv2-action:focus-visible {
  transform: translateY(-3px);
}

#service-hero-v2-root .sv2-action--price:hover,
#service-hero-v2-root .sv2-action--price:focus-visible {
  box-shadow: 0 20px 38px rgba(14, 10, 24, 0.26);
}

#service-hero-v2-root .sv2-action--booking:hover,
#service-hero-v2-root .sv2-action--booking:focus-visible {
  background:
    linear-gradient(90deg, rgba(36, 31, 49, 0.66) 0%, rgba(36, 31, 49, 0.35) 64%, transparent 84%),
    var(--sv2-coral-hover);
  box-shadow: 0 22px 40px rgba(12, 8, 18, 0.28), 0 10px 22px rgba(240, 115, 63, 0.22);
}

#service-hero-v2-root .sv2-action:hover .sv2-price-token,
#service-hero-v2-root .sv2-action:focus-visible .sv2-price-token {
  animation-duration: 2.85s;
}

#service-hero-v2-root .sv2-action:hover .sv2-booking-token,
#service-hero-v2-root .sv2-action:focus-visible .sv2-booking-token,
#service-hero-v2-root .sv2-action:hover .sv2-calendar__next-page,
#service-hero-v2-root .sv2-action:focus-visible .sv2-calendar__next-page,
#service-hero-v2-root .sv2-action:hover .sv2-calendar__page,
#service-hero-v2-root .sv2-action:focus-visible .sv2-calendar__page,
#service-hero-v2-root .sv2-action:hover .sv2-calendar__dot,
#service-hero-v2-root .sv2-action:focus-visible .sv2-calendar__dot {
  animation-duration: 3.55s;
}

#service-hero-v2-root .sv2-action:focus-visible,
#service-hero-v2-root .sv2-breadcrumbs a:focus-visible {
  outline: 3px solid var(--sv2-coral);
  outline-offset: 3px;
}

#service-hero-v2-root .sv2-action:active {
  transform: scale(0.985);
}

#service-hero-v2-root .sv2-action:active .sv2-action__visual {
  animation-play-state: paused;
  transform: translateY(0) rotate(0);
}

#service-hero-v2-root .sv2-action--booking:active {
  background:
    linear-gradient(90deg, rgba(36, 31, 49, 0.62) 0%, rgba(36, 31, 49, 0.32) 64%, transparent 84%),
    var(--sv2-coral-active);
}

#service-hero-v2-root .sv2-hero__visual {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 610px;
  height: 100%;
  pointer-events: none;
}

#service-hero-v2-root .sv2-hero__halo {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: -145px;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(255, 254, 252, 0.08);
  border-radius: 50%;
  background: rgba(98, 83, 123, 0.13);
  box-shadow: 0 0 90px rgba(240, 115, 63, 0.08);
  animation: sv2-halo-breathe 6.2s cubic-bezier(0.22, 0.8, 0.24, 1) infinite;
}

#service-hero-v2-root .sv2-patient {
  position: absolute;
  z-index: 2;
  right: -6px;
  bottom: -10px;
  width: auto;
  max-width: none;
  height: 520px;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

#service-hero-v2-root .sv2-price-badge {
  position: absolute;
  z-index: 5;
  top: 164px;
  right: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 160px;
  height: 160px;
  min-height: 160px;
  padding: 22px;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  color: var(--sv2-plum);
  animation: sv2-badge-float 6s 0.6s cubic-bezier(0.22, 0.8, 0.24, 1) infinite;
}

#service-hero-v2-root .sv2-price-badge::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 54% 46% 51% 49% / 46% 55% 45% 54%;
  background: var(--sv2-white);
  box-shadow: inset 0 1px 0 #fff, 0 18px 45px rgba(14, 10, 24, 0.22);
  content: "";
  transform: rotate(-7deg);
}

#service-hero-v2-root .sv2-price-badge__label {
  color: var(--sv2-coral-active);
  font-size: 11.5px;
  font-weight: 700;
  line-height: 15px;
}

#service-hero-v2-root .sv2-price-badge strong {
  margin-top: 0;
  font-size: 23px;
  font-weight: 750;
  line-height: 30px;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

#service-hero-v2-root .sv2-price-badge small {
  margin-top: 4px;
  color: var(--sv2-muted);
  font-size: 10.5px;
  font-weight: 500;
  line-height: 13px;
}

@keyframes sv2-price-idle {
  0%, 100% { transform: translateY(0) rotateZ(0deg); }
  46% { transform: translateY(-4px) rotateZ(-2.5deg); }
  72% { transform: translateY(-1px) rotateZ(-0.5deg); }
}

@keyframes sv2-price-coral {
  0%, 100% { transform: translateY(0) scale(1); }
  42% { transform: translateY(-3px) scale(1.08); }
  68% { transform: translateY(-1px) scale(1); }
}

@keyframes sv2-calendar-flip {
  0%, 22% { opacity: 1; transform: rotateX(0deg) translateZ(2px); }
  68%, 74% { opacity: 1; transform: rotateX(180deg) translateZ(2px); }
  76% { opacity: 0; transform: rotateX(180deg) translateZ(2px); }
  76.01% { opacity: 0; transform: rotateX(0deg) translateZ(2px); }
  82%, 100% { opacity: 1; transform: rotateX(0deg) translateZ(2px); }
}

@keyframes sv2-glow-pulse {
  0%, 100% { opacity: 0.45; transform: scale(0.92); }
  50% { opacity: 0.78; transform: scale(1.08); }
}

@keyframes sv2-halo-breathe {
  0%, 100% { opacity: 0.74; transform: scale(0.98); }
  50% { opacity: 1; transform: scale(1.025); }
}

@keyframes sv2-badge-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}

@media (max-width: 1287px) {
  #service-hero-v2-root .sv2-page {
    width: 100%;
  }

  .service-main #service-hero-v2-root .sv2-hero h1 {
    font-size: 50px;
    line-height: 59px;
  }

  #service-hero-v2-root .sv2-hero__copy {
    padding-left: 58px;
  }

  #service-hero-v2-root .sv2-actions {
    left: 58px;
  }

  #service-hero-v2-root .sv2-price-badge {
    right: 430px;
  }
}

@media (max-width: 1100px) {
  #service-hero-v2-root .sv2-page {
    width: 100%;
  }

  #service-hero-v2-root .sv2-hero__copy {
    width: 620px;
    padding: 42px 0 0 40px;
  }

  .service-main #service-hero-v2-root .sv2-hero h1 {
    font-size: 46px;
    line-height: 54px;
  }

  #service-hero-v2-root .sv2-actions {
    left: 40px;
    gap: 11px;
  }

  #service-hero-v2-root .sv2-action {
    width: 290px;
    padding: 13px 90px 13px 18px;
  }

  #service-hero-v2-root .sv2-action__label {
    font-size: 15px;
  }

  #service-hero-v2-root .sv2-patient {
    right: 8px;
    height: 480px;
  }

  #service-hero-v2-root .sv2-price-badge {
    right: 350px;
  }
}

@media (max-width: 820px) {
  #service-hero-v2-root .sv2-page {
    width: 100%;
  }

  #service-hero-v2-root .sv2-hero {
    height: auto;
    min-height: 720px;
    border-radius: 28px;
  }

  #service-hero-v2-root .sv2-hero__copy {
    width: min(540px, calc(100% - 44px));
    height: auto;
    padding: 36px 0 0 34px;
  }

  .service-main #service-hero-v2-root .sv2-hero h1 {
    font-size: 43px;
    line-height: 50px;
  }

  #service-hero-v2-root .sv2-actions {
    position: static;
    width: auto;
    flex-direction: column;
    gap: 11px;
    margin-top: 26px;
  }

  #service-hero-v2-root .sv2-action {
    width: 300px;
    height: 80px;
    min-height: 80px;
    padding-right: 90px;
  }

  #service-hero-v2-root .sv2-patient {
    right: -10px;
    bottom: -12px;
    height: 370px;
  }

  #service-hero-v2-root .sv2-price-badge {
    top: auto;
    right: auto;
    bottom: 58px;
    left: 330px;
    width: 150px;
    height: 150px;
    min-height: 150px;
    padding: 20px;
    border-radius: 50%;
  }
}

@media (max-width: 620px) {
  #service-hero-v2-root .sv2-page {
    width: 100%;
    margin: 0;
    padding-bottom: 38px;
  }

  #service-hero-v2-root .sv2-breadcrumbs {
    min-height: 46px;
    overflow: hidden;
    white-space: nowrap;
  }

  #service-hero-v2-root .sv2-breadcrumbs li:not(:first-child):not(:last-child) {
    display: none;
  }

  #service-hero-v2-root .sv2-breadcrumbs li:first-child .sv2-breadcrumbs__chevron {
    display: block;
  }

  #service-hero-v2-root .sv2-hero {
    min-height: 742px;
    margin-top: 13px;
    border-radius: 26px;
  }

  #service-hero-v2-root .sv2-hero__copy {
    width: 100%;
    padding: 30px 19px 0;
  }

  .service-main #service-hero-v2-root .sv2-hero h1 {
    max-width: none;
    font-size: 34px;
    line-height: 38px;
    letter-spacing: -0.025em;
    text-wrap: wrap;
  }

  #service-hero-v2-root .sv2-title__line {
    display: inline;
    white-space: normal;
  }

  #service-hero-v2-root .sv2-title__line + .sv2-title__line::before {
    content: " ";
  }

  #service-hero-v2-root .sv2-hero__subtitle {
    max-width: 322px;
    margin-top: 14px;
    font-size: 16px;
    line-height: 23px;
  }

  #service-hero-v2-root .sv2-actions {
    gap: 11px;
    margin-top: 24px;
  }

  #service-hero-v2-root .sv2-action {
    width: 100%;
    height: 80px;
    min-height: 80px;
    padding: 12px 94px 12px 17px;
    border-radius: 18px;
  }

  #service-hero-v2-root .sv2-action__label {
    font-size: 16px;
  }

  #service-hero-v2-root .sv2-action__visual {
    right: 3px;
  }

  #service-hero-v2-root .sv2-hero__visual {
    z-index: 5;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 355px;
  }

  #service-hero-v2-root .sv2-hero__halo {
    right: -96px;
    bottom: -116px;
    width: 380px;
    height: 380px;
  }

  #service-hero-v2-root .sv2-patient {
    right: -18px;
    bottom: -8px;
    height: 330px;
  }

  #service-hero-v2-root .sv2-price-badge {
    right: auto;
    bottom: 58px;
    left: 20px;
    width: 132px;
    height: 132px;
    min-height: 132px;
    padding: 17px;
    border-radius: 50%;
  }

  #service-hero-v2-root .sv2-price-badge strong {
    font-size: 20px;
    line-height: 24px;
  }

  #service-hero-v2-root .sv2-price-badge small {
    font-size: 10.5px;
    line-height: 14px;
  }
}

@media (max-width: 370px) {
  #service-hero-v2-root .sv2-hero {
    min-height: 740px;
    border-radius: 24px;
  }

  .service-main #service-hero-v2-root .sv2-hero h1 {
    font-size: 32px;
    line-height: 36px;
  }

  #service-hero-v2-root .sv2-hero__copy {
    padding-inline: 18px;
  }

  #service-hero-v2-root .sv2-action {
    padding-left: 15px;
  }

  #service-hero-v2-root .sv2-action__label {
    font-size: 15px;
  }

  #service-hero-v2-root .sv2-action__hint {
    font-size: 12.5px;
  }

  #service-hero-v2-root .sv2-patient {
    right: -15px;
    height: 310px;
  }

  #service-hero-v2-root .sv2-price-badge {
    left: 18px;
    width: 124px;
    height: 124px;
    min-height: 124px;
    padding: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #service-hero-v2-root .sv2-price-token,
  #service-hero-v2-root .sv2-price-token__coral,
  #service-hero-v2-root .sv2-booking-token,
  #service-hero-v2-root .sv2-calendar__next-page,
  #service-hero-v2-root .sv2-calendar__page,
  #service-hero-v2-root .sv2-calendar__dot,
  #service-hero-v2-root .sv2-action__glow,
  #service-hero-v2-root .sv2-hero__halo,
  #service-hero-v2-root .sv2-price-badge {
    animation: none !important;
  }

  #service-hero-v2-root .sv2-action {
    scroll-behavior: auto;
  }
}
