.services-page {
  --preview-navy: #071426;
  --preview-blue: #0d5797;
  --preview-cyan: #44b9dd;
  --preview-red: #bb202d;
  --preview-line: rgba(15, 45, 72, 0.11);
  --preview-surface: #f8fbfd;
}

.sandbox-services-loader {
  width: min(calc(100% - 32px), 760px);
  margin: 10vh auto;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(15, 45, 72, 0.12);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 24px 58px rgba(8, 23, 41, 0.12);
}

.sandbox-services-loader h1 {
  margin: 8px 0 12px;
  color: #071426;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.5rem, 7vw, 4.5rem);
  line-height: 0.95;
}

.sandbox-services-banner {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  gap: 12px;
  width: min(calc(100% - 28px), var(--services-max, 1760px));
  margin: 0 auto 18px;
  padding: 11px 18px;
  border: 1px solid var(--preview-line);
  border-radius: 12px;
  background: #ffffff;
  color: #18354a;
  font-size: 0.86rem;
  text-align: center;
  box-shadow: 0 10px 26px rgba(8, 23, 41, 0.045);
}

.sandbox-services-banner::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--preview-blue);
  content: "";
}

.sandbox-services-banner strong {
  color: #073f70;
}

.services-page .menu-jump-panel a {
  position: relative;
  background: #ffffff;
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.services-page .menu-jump-panel a::after {
  position: absolute;
  right: 18px;
  bottom: 0;
  left: 18px;
  height: 3px;
  border-radius: 4px 4px 0 0;
  background: var(--preview-blue);
  opacity: 0.5;
  content: "";
}

@media (hover: hover) {
  .services-page .menu-jump-panel a:hover {
    background: #f5fafc;
    transform: translateY(-2px);
  }
}

.services-page .services-menu-board {
  background: linear-gradient(180deg, #fbfdff 0%, #f4f8fb 100%);
}

.services-page .menu-category {
  position: relative;
  overflow: hidden;
  border-color: var(--preview-line);
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(12, 33, 55, 0.07);
}

.services-page .menu-category-heading::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(
    180deg,
    var(--preview-red) 0 34%,
    var(--preview-blue) 34% 76%,
    var(--preview-cyan) 76% 100%
  );
  content: "";
}

.services-page .menu-category-heading {
  position: relative;
  border-left: 0;
  background: linear-gradient(90deg, rgba(68, 185, 221, 0.075), transparent 62%), #ffffff;
}

.services-page .menu-category-heading .eyebrow {
  color: var(--preview-blue);
}

.services-page .menu-category-heading .proof-icon {
  border-color: rgba(13, 87, 151, 0.16);
  background: #edf7fb;
  color: var(--preview-blue);
}

.services-page .menu-row:nth-child(odd) {
  background: var(--preview-surface);
}

.services-page .menu-price {
  min-width: 112px;
  padding: 10px 14px;
  border: 1px solid rgba(13, 87, 151, 0.15);
  border-radius: 999px;
  background: #edf7fb;
  color: var(--preview-blue);
  text-align: center;
}

.services-page .service-detail-grid article {
  position: relative;
  overflow: hidden;
  border-top: 4px solid rgba(13, 87, 151, 0.68);
  background: linear-gradient(145deg, rgba(68, 185, 221, 0.055), transparent 52%), #ffffff;
}

.sandbox-service-media {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 34px);
  align-items: center;
  margin: 0;
  padding: clamp(18px, 2.6vw, 28px);
  border-bottom: 1px solid var(--preview-line);
  background:
    linear-gradient(135deg, rgba(68, 185, 221, 0.1), transparent 56%),
    #f8fbfd;
}

.sandbox-service-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 14px 32px rgba(8, 23, 41, 0.14);
}

.sandbox-service-media-facial img {
  object-position: center 38%;
}

.services-page .form-privacy-note {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  line-height: 1.5;
}

.services-page .form-privacy-note a {
  color: #fff;
  font-weight: 700;
}

.sandbox-service-media figcaption {
  display: grid;
  gap: 8px;
  color: #425c70;
  font-size: 0.9rem;
  line-height: 1.6;
}

.sandbox-service-media figcaption strong {
  color: #102036;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1;
}

@media (max-width: 760px) {
  .sandbox-services-banner {
    align-items: center;
    flex-direction: column;
    width: calc(100vw - 20px);
    margin-bottom: 10px;
  }

  .services-page .menu-category-heading {
    gap: 12px;
    padding: 20px 16px;
  }

  .services-page .menu-category-heading h3 {
    font-size: 1.6rem;
    line-height: 1.02;
  }

  .services-page .menu-price {
    justify-self: start;
    min-width: 96px;
  }

  .sandbox-service-media {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .sandbox-service-media img {
    aspect-ratio: 16 / 10;
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-page .menu-jump-panel a {
    transition: none;
  }
}
