.diagnostics-page {
  --ds-red: #f20d16;
  --ds-red-dark: #c7080f;
  --ds-ink: #121418;
  --ds-muted: #656d79;
  --ds-line: #e7e9ed;
  --ds-soft: #f5f6f8;
  --ds-blue: #315bd6;
  background:
    radial-gradient(circle at 3% 8%, rgba(242, 13, 22, .07), transparent 24%),
    radial-gradient(circle at 96% 28%, rgba(49, 91, 214, .06), transparent 22%),
    #edf0f3;
}

.diagnostics-page .page-shell {
  overflow: hidden;
}

.ds-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  min-height: 700px;
  background: #fff;
  border-bottom: 1px solid var(--ds-line);
}

.ds-hero-copy {
  position: relative;
  z-index: 3;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px clamp(32px, 5vw, 78px) 62px;
}

.ds-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 34px;
  color: #858c96;
  font-size: 12px;
}

.ds-breadcrumbs a {
  color: inherit;
  text-decoration: none;
  transition: color .2s ease;
}

.ds-breadcrumbs a:hover {
  color: var(--ds-red);
}

.ds-eyebrow,
.ds-kicker {
  color: var(--ds-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ds-eyebrow span {
  margin-right: 7px;
}

.ds-hero h1,
.ds-section-head h2,
.ds-systems-copy h2,
.ds-proof-copy h2,
.ds-booking-copy h2 {
  margin: 0;
  color: var(--ds-ink);
  font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .93;
  text-transform: uppercase;
}

.ds-hero h1 {
  max-width: 100%;
  margin-top: 18px;
  font-size: clamp(42px, 3.7vw, 72px);
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

.ds-hero h1 em,
.ds-section-head h2 em,
.ds-systems-copy h2 em,
.ds-proof-copy h2 em {
  color: var(--ds-red);
  font-style: normal;
}

.ds-hero-lead {
  max-width: 720px;
  margin: 28px 0 0;
  color: #59616d;
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.65;
}

.ds-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.ds-hero-actions .button {
  min-height: 60px;
  padding-inline: 26px;
}

.ds-hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 680px;
  margin-top: 38px;
}

.ds-hero-facts span {
  min-width: 0;
  padding-right: 22px;
}

.ds-hero-facts span + span {
  padding-left: 24px;
  border-left: 1px solid var(--ds-line);
}

.ds-hero-facts strong,
.ds-hero-facts small {
  display: block;
}

.ds-hero-facts strong {
  color: var(--ds-ink);
  font-size: 20px;
}

.ds-hero-facts small {
  margin-top: 5px;
  color: #737b86;
  font-size: 11px;
  line-height: 1.35;
}

.ds-hero-visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #14171d;
  isolation: isolate;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.24),
    inset 0 -1px 0 rgba(0,0,0,.18);
}

.ds-hero-visual::before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.82) 0, rgba(255,255,255,.28) 42px, rgba(255,255,255,.06) 86px, transparent 132px),
    radial-gradient(ellipse at 72% 12%, rgba(255,255,255,.2), transparent 34%),
    linear-gradient(90deg, transparent 68%, rgba(7,10,15,.14) 100%);
  pointer-events: none;
}

.ds-hero-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% center;
  filter: brightness(.96) saturate(.84) contrast(1.08);
  transform: scale(1.015);
  transition: transform 1.4s cubic-bezier(.2,.78,.2,1), filter .8s ease;
}

.ds-hero-visual:hover > img {
  transform: scale(1.045);
  filter: brightness(.99) saturate(.96) contrast(1.09);
}

.ds-hero-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    radial-gradient(ellipse at 62% 48%, transparent 34%, rgba(5,8,13,.08) 78%, rgba(5,8,13,.2) 100%),
    linear-gradient(0deg, rgba(7,10,15,.52) 0, rgba(7,10,15,.12) 24%, transparent 48%);
  pointer-events: none;
}

.ds-scan-grid {
  position: absolute;
  z-index: 2;
  inset: 0;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent 10%, #000 45%, #000 100%);
  pointer-events: none;
}

.ds-scan-line {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  width: 2px;
  left: 24%;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.9) 12%, var(--ds-red) 52%, rgba(255,255,255,.8) 88%, transparent);
  box-shadow: 0 0 20px rgba(242, 13, 22, .75), 0 0 70px rgba(242, 13, 22, .3);
  animation: dsScan 5.6s cubic-bezier(.55,.05,.45,.95) infinite alternate;
  pointer-events: none;
}

.ds-scan-line::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 150px;
  background: linear-gradient(90deg, transparent, rgba(242,13,22,.07));
  transform: translateX(100%);
}

@keyframes dsScan {
  from { left: 24%; }
  to { left: 86%; }
}

.ds-live-card {
  position: absolute;
  z-index: 5;
  top: 34px;
  right: 32px;
  width: min(330px, calc(100% - 64px));
  padding: 21px 23px 18px;
  color: #fff;
  background: rgba(17, 20, 25, .86);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  box-shadow: 0 24px 54px rgba(0,0,0,.24);
  backdrop-filter: blur(16px);
}

.ds-live-card > span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ff7a80;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.ds-live-card > span i {
  width: 8px;
  height: 8px;
  background: var(--ds-red);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(242,13,22,.16);
  animation: dsLive 1.3s ease-in-out infinite;
}

@keyframes dsLive {
  50% { opacity: .42; box-shadow: 0 0 0 9px rgba(242,13,22,.03); }
}

.ds-live-card strong {
  display: block;
  margin-top: 13px;
  font-size: 23px;
  transition: opacity .25s ease, transform .25s ease;
}

.ds-live-card p {
  min-height: 42px;
  margin: 7px 0 0;
  color: rgba(255,255,255,.62);
  font-size: 13px;
  line-height: 1.55;
  transition: opacity .25s ease, transform .25s ease;
}

.ds-live-card.is-changing strong,
.ds-live-card.is-changing p {
  opacity: 0;
  transform: translateY(7px);
}

.ds-signal {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 25px;
  margin-top: 14px;
}

.ds-signal i {
  width: 4px;
  height: 26%;
  background: var(--ds-red);
  border-radius: 4px;
  animation: dsSignal 1.1s ease-in-out infinite alternate;
}

.ds-signal i:nth-child(2) { height: 62%; animation-delay: -.8s; }
.ds-signal i:nth-child(3) { height: 38%; animation-delay: -.3s; }
.ds-signal i:nth-child(4) { height: 88%; animation-delay: -.65s; }
.ds-signal i:nth-child(5) { height: 46%; animation-delay: -.15s; }
.ds-signal i:nth-child(6) { height: 74%; animation-delay: -.45s; }
.ds-signal i:nth-child(7) { height: 34%; animation-delay: -.25s; }
.ds-signal i:nth-child(8) { height: 58%; animation-delay: -.72s; }

@keyframes dsSignal {
  to { height: 100%; opacity: .45; }
}

.ds-hero-badge {
  position: absolute;
  z-index: 5;
  left: 64px;
  bottom: 72px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px 18px;
  color: #fff;
  background: rgba(17, 20, 25, .82);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  backdrop-filter: blur(14px);
}

.ds-hero-badge strong {
  font-size: 31px;
}

.ds-hero-badge span {
  color: rgba(255,255,255,.62);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.ds-scan-points {
  position: absolute;
  z-index: 6;
  right: 30px;
  bottom: 32px;
  display: flex;
  gap: 8px;
}

.ds-scan-points button {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 37px;
  padding: 0 12px;
  color: rgba(255,255,255,.6);
  background: rgba(17,20,25,.7);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 99px;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}

.ds-scan-points button:hover,
.ds-scan-points button:focus-visible {
  transform: translateY(-2px);
}

.ds-scan-points button.is-active {
  color: #fff;
  background: rgba(242,13,22,.82);
  border-color: rgba(255,255,255,.24);
}

.ds-scan-points i {
  width: 7px;
  height: 7px;
  background: currentColor;
  border-radius: 50%;
}

.ds-scan-points span {
  font-size: 10px;
  font-weight: 800;
}

.ds-section-nav {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 48px);
  padding: 16px 24px;
  overflow-x: auto;
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid var(--ds-line);
  box-shadow: 0 10px 30px rgba(20,24,31,.05);
  backdrop-filter: blur(16px);
}

.ds-section-nav a {
  flex: 0 0 auto;
  color: #59616d;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
  transition: color .2s ease;
}

.ds-section-nav a:hover {
  color: var(--ds-red);
}

.ds-section {
  padding: clamp(78px, 8vw, 126px) clamp(30px, 4.4vw, 72px);
  background: #fff;
}

.ds-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .6fr);
  align-items: end;
  gap: 54px;
  margin-bottom: 44px;
}

.ds-section-head > *,
.ds-type-card > div,
.ds-system-tabs button,
.ds-system-panel,
.ds-price-list article > span,
.ds-process-track article,
.ds-booking-copy,
.ds-booking-form {
  min-width: 0;
}

.ds-section-head h2,
.ds-systems-copy h2,
.ds-proof-copy h2,
.ds-booking-copy h2 {
  max-width: 100%;
  margin-top: 13px;
  font-size: clamp(38px, 4.1vw, 66px);
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

.ds-section-head > p,
.ds-systems-copy > p,
.ds-proof-copy > p,
.ds-booking-copy > p {
  margin: 0;
  color: var(--ds-muted);
  font-size: 15px;
  line-height: 1.75;
}

.ds-type-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ds-type-card {
  position: relative;
  display: block;
  min-height: 420px;
  overflow: hidden;
  color: inherit;
  background: #15181d;
  border-radius: 18px;
  text-decoration: none;
  isolation: isolate;
  box-shadow: 0 16px 40px rgba(15,20,27,.12);
  cursor: pointer;
  transition: transform .35s cubic-bezier(.2,.75,.2,1), box-shadow .35s ease;
}

.ds-type-card--featured {
  grid-column: span 2;
}

.ds-type-card::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,13,17,.02) 20%, rgba(10,13,17,.9) 88%);
}

.ds-type-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .9s cubic-bezier(.2,.75,.2,1), filter .5s ease;
}

.ds-type-card:hover img {
  transform: scale(1.055);
  filter: saturate(.85);
}

.ds-type-card:hover,
.ds-type-card:focus-visible {
  transform: translateY(-7px);
  box-shadow: 0 28px 58px rgba(15,20,27,.2);
  outline: none;
}

.ds-type-card:focus-visible {
  box-shadow:
    0 0 0 3px rgba(242,13,22,.38),
    0 28px 58px rgba(15,20,27,.2);
}

.ds-card-number {
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 21px;
  color: rgba(255,255,255,.48);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}

.ds-type-card > div {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 26px;
  color: #fff;
}

.ds-type-card small {
  color: #ff747a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.ds-type-card h3 {
  margin: 8px 0 0;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.1;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

.ds-type-card p {
  max-width: 560px;
  margin: 10px 0 0;
  color: rgba(255,255,255,.67);
  font-size: 13px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  transition: opacity .35s ease, transform .35s cubic-bezier(.2,.75,.2,1);
}

.ds-system-panel h3,
.ds-symptom-grid h3,
.ds-price-list span b,
.ds-process-track h3,
.ds-booking-form-head strong,
.ds-booking-form label span {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.ds-type-card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
}

.ds-type-card footer strong {
  color: #fff;
  font-size: 15px;
}

.ds-type-card footer span {
  color: #fff;
  font-size: 12px;
  font-weight: 750;
  transition: color .25s ease, transform .25s ease;
}

.ds-type-card:hover footer span,
.ds-type-card:focus-visible footer span {
  color: #ff6f75;
  transform: translateX(4px);
}

@media (hover: hover) and (pointer: fine) {
  .ds-type-card p {
    opacity: .58;
    transform: translateY(5px);
  }

  .ds-type-card footer span {
    opacity: 0;
    transform: translateX(-8px);
  }

  .ds-type-card:hover p,
  .ds-type-card:focus-visible p,
  .ds-type-card:hover footer span,
  .ds-type-card:focus-visible footer span {
    opacity: 1;
    transform: none;
  }
}

.ds-systems {
  display: grid;
  grid-template-columns: minmax(340px, .72fr) minmax(0, 1.28fr);
  gap: clamp(36px, 6vw, 90px);
  padding: clamp(78px, 8vw, 126px) clamp(30px, 4.4vw, 72px);
  color: #fff;
  background:
    radial-gradient(circle at 72% 50%, rgba(49,91,214,.19), transparent 35%),
    radial-gradient(circle at 15% 30%, rgba(242,13,22,.18), transparent 32%),
    #13171e;
}

.ds-systems .ds-kicker {
  color: #ff7177;
}

.ds-systems-copy h2 {
  color: #fff;
}

.ds-systems-copy > p {
  margin-top: 24px;
  color: rgba(255,255,255,.58);
}

.ds-system-tabs {
  display: grid;
  gap: 8px;
  margin-top: 34px;
}

.ds-system-tabs button {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 55px;
  padding: 0 17px;
  color: rgba(255,255,255,.58);
  text-align: left;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  cursor: pointer;
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}

.ds-system-tabs button:hover,
.ds-system-tabs button:focus-visible {
  color: #fff;
  transform: translateX(4px);
}

.ds-system-tabs button.is-active {
  color: #fff;
  background: linear-gradient(90deg, rgba(242,13,22,.22), rgba(255,255,255,.04));
  border-color: rgba(242,13,22,.38);
}

.ds-system-tabs span {
  color: #ff666d;
  font-size: 10px;
  font-weight: 800;
}

.ds-system-visual {
  position: relative;
  align-self: center;
  min-width: 0;
}

.ds-system-image {
  --xray-x: 57%;
  --xray-y: 51%;
  --xray-size: clamp(118px, 14vw, 178px);
  --xray-radius: clamp(59px, 7vw, 89px);
  --xray-duration: 1.15s;
  --xray-ease: cubic-bezier(.16, 1, .3, 1);
  position: relative;
  aspect-ratio: 1855 / 848;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  box-shadow: 0 34px 80px rgba(0,0,0,.34);
}

.ds-system-image > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ds-system-xray {
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: .98;
  clip-path: circle(var(--xray-radius) at var(--xray-x) var(--xray-y));
  filter: contrast(1.08) saturate(.78) brightness(1.04);
  will-change: clip-path, filter, opacity, transform;
  transition:
    clip-path var(--xray-duration) var(--xray-ease),
    filter .5s ease,
    opacity .5s ease;
}

.ds-system-image.is-xray-switching .ds-system-xray {
  opacity: .94;
  filter: contrast(1.13) saturate(.9) brightness(1.09);
}

.ds-system-focus {
  position: absolute;
  z-index: 2;
  left: 57%;
  top: 51%;
  width: clamp(118px, 14vw, 178px);
  aspect-ratio: 1;
  transform: translate(-50%,-50%);
  border: 1px solid rgba(242,13,22,.72);
  border-radius: 50%;
  box-shadow:
    inset 0 0 50px rgba(242,13,22,.2),
    0 0 0 18px rgba(242,13,22,.04),
    0 0 54px rgba(242,13,22,.2);
  transition:
    left var(--xray-duration) var(--xray-ease),
    top var(--xray-duration) var(--xray-ease),
    width var(--xray-duration) var(--xray-ease);
}

.ds-system-focus::before,
.ds-system-focus::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.ds-system-focus::before {
  inset: -7px;
  background: conic-gradient(
    from 0deg,
    transparent 0 13%,
    rgba(255,255,255,.78) 17%,
    rgba(242,13,22,.88) 22%,
    transparent 29% 100%
  );
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
  animation: ds-xray-orbit 2.8s linear infinite;
}

.ds-system-focus::after {
  inset: 8%;
  opacity: .7;
  background:
    linear-gradient(
      180deg,
      transparent 0 42%,
      rgba(255,255,255,.08) 47%,
      rgba(255,86,94,.52) 50%,
      rgba(255,255,255,.08) 53%,
      transparent 58% 100%
    );
  mix-blend-mode: screen;
  animation: ds-xray-scan 2.35s ease-in-out infinite;
}

.ds-system-pulse {
  position: absolute;
  z-index: 3;
  left: 57%;
  top: 51%;
  width: 14px;
  height: 14px;
  transform: translate(-50%,-50%);
  background: var(--ds-red);
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 9px rgba(242,13,22,.2);
  transition:
    left var(--xray-duration) var(--xray-ease),
    top var(--xray-duration) var(--xray-ease);
}

@keyframes ds-xray-orbit {
  to { transform: rotate(360deg); }
}

@keyframes ds-xray-scan {
  0%, 100% { transform: translateY(-30%); opacity: .18; }
  45%, 55% { opacity: .82; }
  50% { transform: translateY(30%); }
}

.ds-system-panel {
  position: absolute;
  z-index: 3;
  left: 22px;
  top: 16px;
  width: min(420px, 48%);
  margin: 0;
  padding: 18px 20px;
  color: #fff;
  background: rgba(24,28,35,.9);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 17px;
  box-shadow: 0 24px 60px rgba(0,0,0,.25);
  backdrop-filter: blur(16px);
  transition: opacity .25s ease, transform .25s ease;
}

.ds-system-panel.is-changing {
  opacity: .35;
  transform: translateY(6px);
}

.ds-system-panel > span {
  color: #ff777d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}

.ds-system-panel h3 {
  margin: 9px 0 0;
  font-size: 23px;
}

.ds-system-panel p {
  margin: 8px 0 0;
  color: rgba(255,255,255,.58);
  font-size: 13px;
  line-height: 1.55;
}

.ds-system-panel ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}

.ds-system-panel li {
  padding: 7px 10px;
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.06);
  border-radius: 99px;
  font-size: 10px;
}

.ds-symptoms {
  background:
    radial-gradient(circle at 94% 20%, rgba(242,13,22,.08), transparent 25%),
    var(--ds-soft);
}

.ds-symptom-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 18px;
}

.ds-symptom-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ds-symptom-grid article {
  position: relative;
  min-height: 190px;
  padding: 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--ds-line);
  border-radius: 16px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.ds-symptom-grid article:hover {
  z-index: 2;
  transform: translateY(-5px);
  border-color: rgba(242,13,22,.3);
  box-shadow: 0 22px 45px rgba(23,28,36,.1);
}

.ds-symptom-grid article > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--ds-red);
  background: rgba(242,13,22,.08);
  border: 1px solid rgba(242,13,22,.14);
  border-radius: 50%;
  font-size: 18px;
  font-weight: 800;
}

.ds-symptom-grid h3 {
  margin: 23px 0 0;
  color: var(--ds-ink);
  font-size: 18px;
}

.ds-symptom-grid p {
  margin: 8px 0 0;
  color: var(--ds-muted);
  font-size: 12px;
  line-height: 1.55;
}

.ds-symptom-cta {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(28px, 3vw, 44px);
  color: #fff;
  background:
    linear-gradient(145deg, rgba(242,13,22,.93), rgba(172,5,12,.96)),
    #d40a13;
  border-radius: 18px;
  box-shadow: 0 24px 54px rgba(186,7,15,.22);
}

.ds-symptom-cta > small {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ds-symptom-cta h3 {
  max-width: 390px;
  margin: 17px 0 0;
  font-size: clamp(25px, 2.5vw, 37px);
  line-height: 1.08;
}

.ds-symptom-cta p {
  margin: 17px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.65;
}

.ds-symptom-cta a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 31px;
  padding-top: 20px;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.23);
  text-decoration: none;
}

.ds-symptom-cta a span {
  font-size: 11px;
}

.ds-symptom-cta a strong {
  font-size: 17px;
}

.ds-prices {
  background: #fff;
}

.ds-price-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, .6fr);
  gap: 18px;
}

.ds-price-list {
  overflow: hidden;
  border: 1px solid var(--ds-line);
  border-radius: 17px;
}

.ds-price-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 38px;
  align-items: center;
  gap: 25px;
  min-height: 88px;
  padding: 15px 20px 15px 25px;
  background: #fff;
  transition: background .25s ease, padding-left .25s ease;
}

.ds-price-list article + article {
  border-top: 1px solid var(--ds-line);
}

.ds-price-list article:hover {
  padding-left: 30px;
  background: #fafafa;
}

.ds-price-list span b,
.ds-price-list span small {
  display: block;
}

.ds-price-list span b {
  color: var(--ds-ink);
  font-size: 15px;
}

.ds-price-list span small {
  margin-top: 5px;
  color: var(--ds-muted);
  font-size: 11px;
}

.ds-price-list > article > strong {
  color: var(--ds-red);
  font-size: 14px;
}

.ds-price-list article > a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--ds-red);
  border: 1px solid rgba(242,13,22,.2);
  border-radius: 50%;
  text-decoration: none;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.ds-price-list article > a:hover {
  color: #fff;
  background: var(--ds-red);
  transform: translateX(3px);
}

.ds-price-note {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(28px, 3vw, 43px);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 95% 0, rgba(49,91,214,.36), transparent 33%),
    #171b22;
  border-radius: 18px;
}

.ds-price-note-mark {
  position: absolute;
  right: -22px;
  top: -50px;
  color: rgba(255,255,255,.035);
  font-size: 210px;
  font-weight: 900;
  line-height: 1;
}

.ds-price-note h3 {
  position: relative;
  margin: 30px 0 0;
  font-size: clamp(25px, 2.2vw, 35px);
  line-height: 1.08;
}

.ds-price-note p {
  position: relative;
  margin: 17px 0 0;
  color: rgba(255,255,255,.6);
  font-size: 13px;
  line-height: 1.65;
}

.ds-price-note ul {
  position: relative;
  display: grid;
  gap: 10px;
  margin: 25px 0 28px;
  padding: 0;
  list-style: none;
}

.ds-price-note li {
  color: rgba(255,255,255,.75);
  font-size: 12px;
}

.ds-price-note li::before {
  content: "✓";
  margin-right: 9px;
  color: #ff686f;
}

.ds-price-note .button {
  position: relative;
  margin-top: auto;
}

.ds-process {
  padding: clamp(78px, 8vw, 126px) clamp(30px, 4.4vw, 72px);
  background: var(--ds-soft);
}

.ds-process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ds-process-track::before {
  content: "";
  position: absolute;
  top: 51px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: linear-gradient(90deg, var(--ds-red), rgba(242,13,22,.12));
}

.ds-process-track article {
  position: relative;
  z-index: 1;
  min-height: 260px;
  padding: 25px;
  background: #fff;
  border: 1px solid var(--ds-line);
  border-radius: 16px;
  transition: transform .3s ease, box-shadow .3s ease;
}

.ds-process-track article:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(24,29,36,.1);
}

.ds-process-track article > span {
  color: var(--ds-red);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
}

.ds-process-track article > i {
  display: grid;
  width: 52px;
  height: 52px;
  margin-top: 25px;
  place-items: center;
  color: var(--ds-red);
  background: #fff;
  border: 1px solid rgba(242,13,22,.25);
  border-radius: 50%;
  box-shadow: 0 0 0 7px #fff;
  font-style: normal;
  font-size: 20px;
}

.ds-process-track h3 {
  margin: 26px 0 0;
  color: var(--ds-ink);
  font-size: 18px;
}

.ds-process-track p {
  margin: 9px 0 0;
  color: var(--ds-muted);
  font-size: 12px;
  line-height: 1.6;
}

.ds-proof {
  display: grid;
  grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr);
  gap: clamp(38px, 6vw, 90px);
  align-items: center;
  background: #fff;
}

.ds-proof > *,
.ds-proof-grid > * {
  min-width: 0;
}

.ds-proof-copy h2 em {
  hyphens: auto;
  overflow-wrap: anywhere;
}

.ds-proof-image {
  position: relative;
  min-height: 650px;
}

.ds-proof-image img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  border-radius: 20px;
}

.ds-proof-image > span {
  position: absolute;
  left: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 20px;
  color: #fff;
  background: rgba(20,24,30,.86);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  backdrop-filter: blur(13px);
}

.ds-proof-image > span strong {
  font-size: 32px;
}

.ds-proof-image > span small {
  max-width: 100px;
  color: rgba(255,255,255,.65);
  font-size: 10px;
  line-height: 1.35;
}

.ds-proof-copy > p {
  max-width: 720px;
  margin-top: 25px;
}

.ds-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 38px;
}

.ds-proof-grid article {
  min-height: 180px;
  padding: 25px;
  background: var(--ds-soft);
  border: 1px solid var(--ds-line);
  border-radius: 15px;
  transition: transform .3s ease, background .3s ease;
}

.ds-proof-grid article:hover {
  transform: translateY(-4px);
  background: #fff;
}

.ds-proof-grid strong {
  display: block;
  color: var(--ds-red);
  font-size: 30px;
}

.ds-proof-grid span {
  display: block;
  margin-top: 6px;
  color: var(--ds-ink);
  font-size: 15px;
  font-weight: 800;
}

.ds-proof-grid p {
  margin: 12px 0 0;
  color: var(--ds-muted);
  font-size: 11px;
  line-height: 1.55;
}

.ds-faq {
  background: var(--ds-soft);
}

.ds-faq-list {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--ds-line);
  border-radius: 18px;
}

.ds-faq-list article + article {
  border-top: 1px solid var(--ds-line);
}

.ds-faq-list button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  min-height: 76px;
  padding: 20px 25px;
  color: var(--ds-ink);
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.ds-faq-list button span {
  font-size: 15px;
  font-weight: 760;
}

.ds-faq-list button b {
  display: grid;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--ds-red);
  background: rgba(242,13,22,.07);
  border-radius: 50%;
}

.ds-faq-list article.is-open button {
  color: var(--ds-red);
}

.ds-faq-list article > div {
  padding: 0 76px 23px 25px;
}

.ds-faq-list article > div p {
  max-width: 980px;
  margin: 0;
  color: var(--ds-muted);
  font-size: 13px;
  line-height: 1.7;
}

.ds-booking {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
  gap: clamp(38px, 7vw, 110px);
  padding: clamp(78px, 8vw, 126px) clamp(30px, 4.4vw, 72px);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 18% 20%, rgba(242,13,22,.28), transparent 30%),
    radial-gradient(circle at 90% 80%, rgba(49,91,214,.22), transparent 28%),
    #151920;
}

.ds-booking::after {
  content: "DIAGNOSTICS";
  position: absolute;
  left: -24px;
  bottom: -62px;
  color: rgba(255,255,255,.025);
  font-size: clamp(84px, 13vw, 210px);
  font-weight: 900;
  letter-spacing: -.08em;
  line-height: 1;
  pointer-events: none;
}

.ds-booking-copy,
.ds-booking-form {
  position: relative;
  z-index: 2;
}

.ds-booking .ds-kicker {
  color: #ff777d;
}

.ds-booking-copy h2 {
  color: #fff;
}

.ds-booking-copy > p {
  margin-top: 24px;
  color: rgba(255,255,255,.6);
}

.ds-booking-benefits {
  display: grid;
  gap: 11px;
  margin-top: 30px;
}

.ds-booking-benefits span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.75);
  font-size: 12px;
}

.ds-booking-benefits b {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #ff737a;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 50%;
  font-size: 9px;
}

.ds-booking-copy > a {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 34px;
  color: #fff;
  text-decoration: none;
}

.ds-booking-copy > a small {
  color: rgba(255,255,255,.48);
  font-size: 10px;
}

.ds-booking-copy > a strong {
  font-size: 22px;
}

.ds-booking-form {
  padding: clamp(27px, 3vw, 42px);
  color: var(--ds-ink);
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 20px;
  box-shadow: 0 30px 80px rgba(0,0,0,.25);
}

.ds-booking-form-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.ds-booking-form-head strong {
  font-size: 22px;
}

.ds-booking-form-head small {
  color: var(--ds-muted);
  font-size: 10px;
}

.ds-booking-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ds-booking-grid label {
  display: grid;
  gap: 8px;
}

.ds-booking-grid label > span {
  color: #3f4650;
  font-size: 11px;
  font-weight: 700;
}

.ds-booking-grid input,
.ds-booking-grid select,
.ds-booking-grid textarea {
  width: 100%;
  color: var(--ds-ink);
  background: #f7f8f9;
  border: 1px solid #e4e7eb;
  border-radius: 11px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.ds-booking-grid input,
.ds-booking-grid select {
  height: 49px;
  padding: 0 14px;
}

.ds-booking-grid textarea {
  min-height: 105px;
  padding: 13px 14px;
  resize: vertical;
}

.ds-booking-grid input:focus,
.ds-booking-grid select:focus,
.ds-booking-grid textarea:focus {
  background: #fff;
  border-color: rgba(242,13,22,.5);
  box-shadow: 0 0 0 3px rgba(242,13,22,.08);
}

.ds-booking-grid select.is-prefilled {
  background: #fff6f6;
  border-color: rgba(242,13,22,.6);
  box-shadow: 0 0 0 4px rgba(242,13,22,.08);
}

.ds-booking-wide {
  grid-column: 1 / -1;
}

.ds-booking-form .form-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 17px;
  color: var(--ds-muted);
  font-size: 10px;
}

.ds-booking-form .form-consent input {
  margin-top: 1px;
}

.ds-booking-form .form-consent a {
  color: inherit;
}

.ds-booking-submit {
  width: 100%;
  min-height: 56px;
  margin-top: 18px;
  color: #fff;
  background: var(--ds-red);
  border: 0;
  box-shadow: 0 14px 30px rgba(242,13,22,.24);
}

.ds-booking-submit:hover {
  background: var(--ds-red-dark);
}

.ds-booking-form .lead-form-message {
  margin: 13px 0 0;
  padding: 11px 13px;
  border-radius: 9px;
  font-size: 11px;
}

.ds-booking-form .lead-form-message.is-success {
  color: #12602e;
  background: #e9f8ef;
}

.ds-booking-form .lead-form-message.is-error {
  color: #8c171d;
  background: #fff0f1;
}

[data-ds-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity .75s cubic-bezier(.2,.75,.2,1),
    transform .75s cubic-bezier(.2,.75,.2,1);
}

[data-ds-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.ds-type-grid [data-ds-reveal]:nth-child(2),
.ds-symptom-grid [data-ds-reveal]:nth-child(2),
.ds-process-track [data-ds-reveal]:nth-child(2) { transition-delay: .06s; }
.ds-type-grid [data-ds-reveal]:nth-child(3),
.ds-symptom-grid [data-ds-reveal]:nth-child(3),
.ds-process-track [data-ds-reveal]:nth-child(3) { transition-delay: .12s; }
.ds-type-grid [data-ds-reveal]:nth-child(4),
.ds-symptom-grid [data-ds-reveal]:nth-child(4),
.ds-process-track [data-ds-reveal]:nth-child(4) { transition-delay: .18s; }
.ds-type-grid [data-ds-reveal]:nth-child(5),
.ds-symptom-grid [data-ds-reveal]:nth-child(5) { transition-delay: .24s; }
.ds-type-grid [data-ds-reveal]:nth-child(6),
.ds-symptom-grid [data-ds-reveal]:nth-child(6) { transition-delay: .3s; }

@media (max-width: 1180px) {
  .ds-hero {
    grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
    min-height: 630px;
  }

  .ds-hero-copy {
    padding-inline: 38px;
  }

  .ds-hero h1 {
    font-size: clamp(40px, 3.7vw, 60px);
  }

  .ds-type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ds-type-card--featured {
    grid-column: span 1;
  }

  .ds-symptom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .ds-hero {
    display: block;
  }

  .ds-hero-copy {
    min-height: 600px;
  }

  .ds-hero-visual {
    min-height: 610px;
  }

  .ds-hero-visual::before {
    background:
      linear-gradient(180deg, rgba(255,255,255,.9) 0, rgba(255,255,255,.18) 54px, transparent 118px),
      radial-gradient(ellipse at 72% 12%, rgba(255,255,255,.18), transparent 36%),
      linear-gradient(90deg, transparent 70%, rgba(7,10,15,.12));
  }

  .ds-section-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ds-section-head > p {
    max-width: 720px;
  }

  .ds-systems,
  .ds-proof,
  .ds-booking {
    grid-template-columns: 1fr;
  }

  .ds-system-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ds-symptom-layout,
  .ds-price-layout {
    grid-template-columns: 1fr;
  }

  .ds-symptom-cta {
    min-height: 340px;
  }

  .ds-process-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ds-process-track::before {
    display: none;
  }

  .ds-proof-image,
  .ds-proof-image img {
    min-height: 560px;
    height: 560px;
  }
}

@media (max-width: 680px) {
  .ds-hero-copy,
  .ds-section,
  .ds-systems,
  .ds-process,
  .ds-proof,
  .ds-booking {
    padding-right: 20px;
    padding-left: 20px;
  }

  .ds-hero-copy {
    min-height: 620px;
    padding-top: 38px;
    padding-bottom: 45px;
  }

  .ds-breadcrumbs {
    margin-bottom: 24px;
    font-size: 10px;
  }

  .ds-hero h1 {
    font-size: clamp(30px, 9.2vw, 44px);
  }

  .ds-hero-lead {
    font-size: 16px;
  }

  .ds-hero-actions {
    display: grid;
  }

  .ds-hero-actions .button {
    width: 100%;
  }

  .ds-hero-facts {
    gap: 0;
  }

  .ds-hero-facts strong {
    font-size: 14px;
  }

  .ds-hero-facts small {
    font-size: 9px;
  }

  .ds-hero-facts span {
    padding-right: 10px;
  }

  .ds-hero-facts span + span {
    padding-left: 10px;
  }

  .ds-hero-visual {
    min-height: 520px;
  }

  .ds-live-card {
    top: 22px;
    right: 18px;
    left: 18px;
    width: auto;
  }

  .ds-hero-badge {
    left: 18px;
    bottom: 74px;
  }

  .ds-scan-points {
    right: 18px;
    bottom: 22px;
  }

  .ds-section-nav {
    justify-content: flex-start;
    padding-inline: 20px;
  }

  .ds-section-head h2,
  .ds-systems-copy h2,
  .ds-proof-copy h2,
  .ds-booking-copy h2 {
    font-size: clamp(30px, 9.5vw, 46px);
  }

  .ds-type-grid,
  .ds-symptom-grid,
  .ds-process-track,
  .ds-proof-grid,
  .ds-booking-grid,
  .ds-system-tabs {
    grid-template-columns: 1fr;
  }

  .ds-type-card {
    min-height: 390px;
  }

  .ds-system-image {
    aspect-ratio: 1855 / 848;
  }

  .ds-system-panel {
    position: relative;
    left: auto;
    top: auto;
    width: calc(100% - 20px);
    margin: 10px 10px 0;
    padding: 20px;
  }

  .ds-price-list article {
    grid-template-columns: minmax(0, 1fr) 34px;
    gap: 12px;
    min-height: 106px;
  }

  .ds-price-list > article > strong {
    grid-column: 1;
    grid-row: 2;
  }

  .ds-price-list article > a {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .ds-proof-image,
  .ds-proof-image img {
    min-height: 470px;
    height: 470px;
  }

  .ds-proof-image img {
    object-position: 54% center;
  }

  .ds-booking-form {
    padding: 24px 18px;
  }

  .ds-booking-form-head {
    display: block;
  }

  .ds-booking-form-head small {
    display: block;
    margin-top: 6px;
  }

  .ds-booking-wide {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ds-scan-line,
  .ds-live-card > span i,
  .ds-signal i {
    animation: none;
  }

  [data-ds-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .ds-hero-visual > img,
  .ds-type-card img,
  .ds-system-focus,
  .ds-system-pulse,
  .ds-system-xray {
    transition: none;
  }

  .ds-system-focus::before,
  .ds-system-focus::after {
    animation: none;
  }
}


/* Service quiz: conversion-focused redesign */
.diagnostic-quiz--service {
  --quiz-accent: #f20d16;
  grid-template-columns: minmax(330px, .78fr) minmax(560px, 1.22fr);
  align-items: stretch;
  gap: clamp(28px, 3.5vw, 52px);
  margin-top: clamp(14px, 2.2vw, 28px);
  padding: clamp(28px, 3.7vw, 54px);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 30px;
  background:
    radial-gradient(circle at 8% 2%, rgba(242,13,22,.32), transparent 28%),
    radial-gradient(circle at 92% 94%, rgba(49,91,214,.24), transparent 32%),
    linear-gradient(142deg, #11151d 0%, #202734 100%);
  box-shadow: 0 30px 74px rgba(16,22,31,.2);
}

.diagnostic-quiz--service .quiz-intro,
.diagnostic-quiz--service .quiz-intro-copy,
.diagnostic-quiz--service .quiz-card,
.diagnostic-quiz--service .quiz-options,
.diagnostic-quiz--service .quiz-option {
  min-width: 0;
}

.diagnostic-quiz--service .quiz-intro {
  display: flex;
  flex-direction: column;
}

.quiz-intro-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 23px;
}

.quiz-live-badge,
.quiz-time-badge {
  min-height: 28px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.quiz-live-badge {
  gap: 8px;
  color: #fff;
  border: 1px solid rgba(255,91,98,.34);
  background: rgba(242,13,22,.16);
}

.quiz-live-badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff4a52;
  box-shadow: 0 0 0 5px rgba(242,13,22,.14);
  animation: quiz-service-node 2s ease-in-out infinite;
}

.quiz-time-badge {
  color: rgba(255,255,255,.7);
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
}

.diagnostic-quiz--service .quiz-intro h2 {
  max-width: 500px;
  font-size: clamp(31px, 3vw, 47px);
  line-height: 1.02;
  letter-spacing: -.045em;
  text-transform: none;
}

.diagnostic-quiz--service .quiz-intro-copy > p {
  max-width: 470px;
  margin: 19px 0 0;
  color: rgba(255,255,255,.7);
  font-size: 13px;
  line-height: 1.65;
}

.diagnostic-quiz--service .quiz-intro-points {
  margin-top: 27px;
  gap: 9px;
}

.diagnostic-quiz--service .quiz-intro-points span {
  min-height: 52px;
  padding: 9px 12px;
  gap: 12px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 12px;
  background: rgba(255,255,255,.045);
  text-transform: none;
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}

.diagnostic-quiz--service .quiz-intro-points span:hover {
  transform: translateX(4px);
  border-color: rgba(255,91,98,.3);
  background: rgba(255,255,255,.07);
}

.diagnostic-quiz--service .quiz-intro-points b {
  width: 31px;
  height: 31px;
  border-color: rgba(255,80,87,.3);
  background: rgba(242,13,22,.13);
  font-size: 8px;
}

.diagnostic-quiz--service .quiz-intro-points em {
  display: grid;
  gap: 2px;
  color: rgba(255,255,255,.54);
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.35;
}

.diagnostic-quiz--service .quiz-intro-points strong {
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.quiz-service-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 7.5;
  margin: auto 0 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: #dfe3e8;
  box-shadow: 0 18px 38px rgba(3,7,12,.28);
  isolation: isolate;
}

.quiz-service-media::before,
.quiz-service-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.quiz-service-media::before {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(9,13,19,0) 20%, rgba(9,13,19,.84) 100%),
    linear-gradient(90deg, rgba(16,20,27,.32), transparent 55%);
}

.quiz-service-media::after {
  z-index: 2;
  opacity: .25;
  background-image:
    linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px);
  background-size: 28px 28px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 28%, #000 76%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 28%, #000 76%, transparent);
}

.quiz-service-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 70% 50%;
  filter: saturate(.68) contrast(1.08);
  transform: scale(1.025);
  transition: transform .9s cubic-bezier(.2,.75,.2,1), filter .5s ease;
}

.diagnostic-quiz--service:hover .quiz-service-media img {
  filter: saturate(.88) contrast(1.08);
  transform: scale(1.055);
}

.quiz-service-scan {
  position: absolute;
  z-index: 3;
  top: -18%;
  bottom: -18%;
  left: 12%;
  width: 2px;
  pointer-events: none;
  opacity: .9;
  background: linear-gradient(transparent, #ff9a9f 17%, #fff 50%, #ff3941 83%, transparent);
  box-shadow: 0 0 20px 5px rgba(242,13,22,.48);
  transform: rotate(8deg);
  animation: quiz-service-scan 5.4s ease-in-out infinite;
}

.quiz-service-node {
  position: absolute;
  z-index: 4;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--quiz-accent);
  box-shadow: 0 0 0 6px rgba(242,13,22,.16), 0 0 18px rgba(242,13,22,.62);
  animation: quiz-service-node 2.4s ease-in-out infinite;
}

.quiz-service-node--one { top: 42%; left: 63%; }
.quiz-service-node--two { top: 66%; left: 78%; animation-delay: .8s; }

.quiz-service-media figcaption {
  position: absolute;
  z-index: 5;
  right: 16px;
  bottom: 14px;
  left: 16px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  color: #fff;
}

.quiz-service-status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.quiz-service-status i {
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 50%;
  background: #ff333b;
  box-shadow: 0 0 0 5px rgba(242,13,22,.16);
  animation: quiz-service-node 2s ease-in-out infinite;
}

.quiz-service-media figcaption strong {
  max-width: 130px;
  text-align: right;
  font-size: 9px;
  line-height: 1.25;
  text-transform: uppercase;
}

.quiz-service-media figcaption strong b {
  display: block;
  color: #ff4c54;
  font-size: 25px;
  line-height: .9;
}

.diagnostic-quiz--service .quiz-card {
  width: 100%;
  min-height: 570px;
  padding: clamp(26px, 3vw, 38px);
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 24px;
  background: rgba(255,255,255,.985);
  box-shadow: 0 26px 62px rgba(4,8,14,.34);
}

.quiz-card-topline {
  margin: -6px 0 24px;
  padding-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #202630;
  border-bottom: 1px solid #e9ebef;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.quiz-card-topline small {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #707681;
  font-size: 8px;
  letter-spacing: .035em;
  white-space: nowrap;
}

.quiz-card-topline i {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: #202630;
  font-size: 9px;
  font-style: normal;
}

.diagnostic-quiz--service .quiz-progress {
  gap: 15px;
}

.diagnostic-quiz--service .quiz-progress > span {
  font-size: 10px;
}

.diagnostic-quiz--service .quiz-progress > span b {
  font-size: 15px;
}

.diagnostic-quiz--service .quiz-progress > div {
  height: 7px;
  background: #e9ecf1;
}

.diagnostic-quiz--service .quiz-progress > small {
  max-width: 150px;
  overflow: hidden;
  color: #777d87;
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.diagnostic-quiz--service .quiz-question {
  margin-top: 31px;
}

.diagnostic-quiz--service .quiz-question-kicker {
  margin-bottom: 9px;
  font-size: 9px;
}

.diagnostic-quiz--service .quiz-question h3 {
  min-height: 68px;
  max-width: 600px;
  font-size: clamp(27px, 2.5vw, 38px);
  line-height: 1.08;
}

.diagnostic-quiz--service .quiz-options {
  margin-top: 23px;
  gap: 12px;
}

.diagnostic-quiz--service .quiz-option {
  min-height: 82px;
  padding: 15px 48px 15px 16px;
  gap: 13px;
  border: 1px solid #dfe3e9;
  border-radius: 14px;
  background: #fff;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.35;
  box-shadow: 0 3px 12px rgba(22,29,39,.035);
}

.diagnostic-quiz--service .quiz-option::after {
  content: "";
  right: 16px;
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  color: #fff;
  border: 2px solid #d2d7df;
  font-size: 10px;
  font-weight: 900;
}

.diagnostic-quiz--service .quiz-option:hover,
.diagnostic-quiz--service .quiz-option:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(242,13,22,.46);
  box-shadow: 0 12px 26px rgba(25,31,41,.1), 0 0 0 3px rgba(242,13,22,.045);
}

.diagnostic-quiz--service .quiz-option[aria-checked="true"] {
  color: #b60810;
  border-color: var(--quiz-accent);
  background: linear-gradient(135deg, #fff7f7, #fff);
  box-shadow: 0 13px 28px rgba(242,13,22,.12), 0 0 0 3px rgba(242,13,22,.07);
}

.diagnostic-quiz--service .quiz-option[aria-checked="true"]::after {
  content: "✓";
  border-color: var(--quiz-accent);
  background: var(--quiz-accent);
  box-shadow: 0 5px 12px rgba(242,13,22,.28);
}

.diagnostic-quiz--service .quiz-option-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #fff0f1;
  font-size: 20px;
}

.diagnostic-quiz--service .quiz-option[aria-checked="true"] .quiz-option-mark {
  color: #fff;
  background: var(--quiz-accent);
  box-shadow: 0 8px 18px rgba(242,13,22,.19);
}

.diagnostic-quiz--service .quiz-navigation {
  margin-top: 27px;
  align-items: center;
}

.diagnostic-quiz--service .quiz-navigation button {
  min-height: 54px;
  padding: 0 21px;
  border-radius: 12px;
  font-size: 11px;
}

.diagnostic-quiz--service .quiz-back {
  border-color: #dfe3e9;
}

.diagnostic-quiz--service .quiz-next {
  min-width: 205px;
  background: linear-gradient(135deg, #f20d16, #d30911);
  box-shadow: 0 13px 26px rgba(242,13,22,.25);
}

.diagnostic-quiz--service .quiz-navigation button:disabled {
  opacity: .38;
}

.diagnostic-quiz--service .quiz-result-heading h3 {
  font-size: 31px;
}

.diagnostic-quiz--service .quiz-result-icon {
  width: 50px;
  height: 50px;
}

.diagnostic-quiz--service .quiz-urgency {
  margin-top: 22px;
  padding: 13px 15px;
  border-radius: 11px;
  font-size: 10px;
}

.diagnostic-quiz--service .quiz-causes li {
  padding: 13px 14px 13px 43px;
  border-radius: 11px;
  font-size: 10px;
}

.diagnostic-quiz--service .quiz-causes li::before {
  left: 13px;
  top: 13px;
}

.diagnostic-quiz--service .quiz-lead-form {
  margin-top: 18px;
  padding: 18px;
  gap: 12px;
  border-radius: 14px;
}

.diagnostic-quiz--service .quiz-lead-form > div strong {
  font-size: 14px;
}

.diagnostic-quiz--service .quiz-lead-form > div small,
.diagnostic-quiz--service .quiz-lead-form label > span {
  font-size: 9px;
}

.diagnostic-quiz--service .quiz-lead-form input {
  min-height: 46px;
  border-radius: 10px;
  font-size: 11px;
}

.diagnostic-quiz--service .quiz-lead-form .button {
  min-height: 50px;
  border-radius: 11px;
}

@keyframes quiz-service-scan {
  0%, 12% { left: 8%; opacity: 0; }
  22% { opacity: .9; }
  74% { opacity: .9; }
  88%, 100% { left: 92%; opacity: 0; }
}

@keyframes quiz-service-node {
  0%, 100% { transform: scale(.84); opacity: .62; }
  50% { transform: scale(1); opacity: 1; }
}

@media (max-width: 1240px) {
  .diagnostic-quiz--service {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .diagnostic-quiz--service .quiz-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
    align-items: stretch;
    gap: 30px;
  }

  .diagnostic-quiz--service .quiz-intro h2 {
    font-size: clamp(32px, 4.2vw, 47px);
  }

  .quiz-service-media {
    height: 100%;
    min-height: 310px;
    aspect-ratio: auto;
    margin: 0;
  }

  .diagnostic-quiz--service .quiz-card {
    min-height: 0;
  }
}

@media (max-width: 820px) {
  .diagnostic-quiz--service {
    margin-right: 14px;
    margin-left: 14px;
    padding: 26px;
    border-radius: 24px;
  }

  .diagnostic-quiz--service .quiz-intro {
    display: flex;
  }

  .quiz-service-media {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 8;
    margin-top: 25px;
  }

  .diagnostic-quiz--service .quiz-card {
    padding: 27px;
  }
}

@media (max-width: 560px) {
  .diagnostic-quiz--service {
    gap: 22px;
    margin-right: 8px;
    margin-left: 8px;
    padding: 18px;
    border-radius: 20px;
  }

  .quiz-intro-badges {
    margin-bottom: 17px;
  }

  .quiz-live-badge,
  .quiz-time-badge {
    min-height: 26px;
    padding: 0 9px;
    font-size: 7px;
  }

  .diagnostic-quiz--service .quiz-intro h2 {
    font-size: clamp(29px, 9.4vw, 38px);
    line-height: 1.04;
  }

  .diagnostic-quiz--service .quiz-intro-copy > p {
    margin-top: 15px;
    font-size: 12px;
  }

  .diagnostic-quiz--service .quiz-intro-points {
    margin-top: 21px;
  }

  .diagnostic-quiz--service .quiz-intro-points span {
    min-height: 49px;
  }

  .quiz-service-media {
    aspect-ratio: 16 / 9;
    margin-top: 20px;
  }

  .quiz-service-media img { object-position: 72% 50%; }

  .quiz-service-media figcaption {
    right: 11px;
    bottom: 10px;
    left: 11px;
  }

  .quiz-service-status {
    max-width: 115px;
    font-size: 7px;
  }

  .quiz-service-media figcaption strong {
    max-width: 105px;
    font-size: 7px;
  }

  .quiz-service-media figcaption strong b { font-size: 20px; }

  .diagnostic-quiz--service .quiz-card {
    min-height: 0;
    padding: 18px;
    border-radius: 17px;
  }

  .quiz-card-topline {
    margin: 0 0 19px;
    padding-bottom: 14px;
    font-size: 8px;
  }

  .quiz-card-topline small { display: none; }

  .diagnostic-quiz--service .quiz-progress {
    grid-template-columns: auto 1fr;
    gap: 10px;
  }

  .diagnostic-quiz--service .quiz-progress > small {
    display: none;
  }

  .diagnostic-quiz--service .quiz-question {
    margin-top: 24px;
  }

  .diagnostic-quiz--service .quiz-question h3 {
    min-height: 0;
    font-size: clamp(25px, 7.4vw, 31px);
  }

  .diagnostic-quiz--service .quiz-options {
    grid-template-columns: 1fr;
    margin-top: 19px;
    gap: 9px;
  }

  .diagnostic-quiz--service .quiz-option {
    min-height: 66px;
    padding: 11px 43px 11px 12px;
    border-radius: 12px;
    font-size: 11px;
  }

  .diagnostic-quiz--service .quiz-option-mark {
    width: 37px;
    height: 37px;
    border-radius: 10px;
    font-size: 17px;
  }

  .diagnostic-quiz--service .quiz-navigation {
    margin-top: 20px;
  }

  .diagnostic-quiz--service .quiz-navigation button {
    min-height: 49px;
    padding: 0 15px;
  }

  .diagnostic-quiz--service .quiz-next {
    min-width: 0;
    flex: 1 1 auto;
  }

  .diagnostic-quiz--service .quiz-lead-form {
    grid-template-columns: 1fr;
    padding: 15px;
  }

  .diagnostic-quiz--service .quiz-lead-form > * {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .quiz-service-scan,
  .quiz-service-node,
  .quiz-service-status i,
  .quiz-live-badge i {
    animation: none;
  }

  .quiz-service-media img,
  .diagnostic-quiz--service .quiz-intro-points span {
    transition: none;
  }
}
