/* Cancer Blood Test Page Styles
 * Scoped under .page-cancer-blood-test to avoid conflicts with shared stylesheets.
 */

.page-cancer-blood-test {
  --cbt-bg-intro: #f5faff;
  --cbt-bg-types: #edf2f7;
  --cbt-bg-accuracy: #f0faf5;
  --cbt-bg-process: #ffffff;
  --cbt-bg-candidates: #e3eef5;
  --cbt-bg-faq: #faf8fc;
  --cbt-bg-disclaimers: #f4f6f8;
  --cbt-bg-cta: #ffffff;
  --cbt-card-shadow: 0 8px 32px rgba(42, 124, 174, 0.08);
  --cbt-card-border: 1px solid rgba(42, 124, 174, 0.1);
}

/* -------------------------------------------------------------------- 
   Section backgrounds
   -------------------------------------------------------------------- */
.page-cancer-blood-test .cbt-section--intro {
  background: var(--cbt-bg-intro);
}

.page-cancer-blood-test .cbt-section--types {
  background: var(--cbt-bg-types);
}

.page-cancer-blood-test .cbt-section--accuracy {
  background: var(--cbt-bg-accuracy);
}

.page-cancer-blood-test .cbt-section--process {
  background: var(--cbt-bg-process);
}

.page-cancer-blood-test .cbt-section--candidates {
  background: var(--cbt-bg-candidates);
}

.page-cancer-blood-test .cbt-section--faq {
  background: var(--cbt-bg-faq);
}

.page-cancer-blood-test .cbt-section--faq > section {
  background: transparent;
}

.page-cancer-blood-test .cbt-section--disclaimers {
  background: var(--cbt-bg-disclaimers);
}

.page-cancer-blood-test .cbt-section--cta {
  background: var(--cbt-bg-cta);
}

/* -------------------------------------------------------------------- 
   Hero
   -------------------------------------------------------------------- */
.page-cancer-blood-test .cbt-hero {
  display: flex;
  min-height: 520px;
  background: linear-gradient(135deg, #eef6fc 0%, #ffffff 42%, #eef8f2 100%);
}
.page-cancer-blood-test .cbt-hero__content {
  flex: 0 0 50%;
  padding-block: 4.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: max(2rem, calc((100vw - 1320px) / 2));
  padding-right: 3rem;
}

.page-cancer-blood-test .cbt-hero__content h1,
.page-cancer-blood-test .cbt-hero__content p {
  width: 100%;
  max-width: 600px;
}

.page-cancer-blood-test .cbt-hero-badge {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: rgba(0, 123, 255, 0.1);
  color: var(--color-blue, #007bff);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.page-cancer-blood-test .cbt-hero-subtitle {
  color: var(--color-blue, #007bff);
  font-weight: 500;
  margin-bottom: 1rem;
}

.page-cancer-blood-test .cbt-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0 2rem;
}

.page-cancer-blood-test .cbt-hero-stat {
  min-width: 120px;
  padding: 0.85rem 1.1rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(42, 124, 174, 0.12);
  box-shadow: 0 4px 16px rgba(42, 124, 174, 0.08);
}

.page-cancer-blood-test .cbt-hero-stat strong {
  display: block;
  font-size: 1.35rem;
  color: var(--color-primary, #2a7cae);
  line-height: 1.2;
}

.page-cancer-blood-test .cbt-hero-stat span {
  font-size: 0.8rem;
  color: var(--color-text-light, #525866);
}

.page-cancer-blood-test .cbt-hero__image {
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(
    circle at 30% 40%,
    rgba(210, 236, 255, 0.7) 0%,
    rgba(231, 255, 222, 0.5) 45%,
    rgba(255, 255, 255, 0.9) 100%
  );
  overflow: hidden;
}
.page-cancer-blood-test .cbt-hero__image img {
  width: 100%;
  max-width: 620px;
  height: 100%;
  object-fit: cover;
}

/* -------------------------------------------------------------------- 
   Intro banner
   -------------------------------------------------------------------- */
.page-cancer-blood-test .cbt-intro {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 480px;
  box-shadow: var(--cbt-card-shadow);
  border: var(--cbt-card-border);
}
.page-cancer-blood-test .cbt-intro__image {
  flex: 0 0 42%;
  align-self: stretch;
  min-height: 480px;
}

.page-cancer-blood-test .cbt-intro__text {
  padding: 60px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-cancer-blood-test .cbt-intro__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-cancer-blood-test .cbt-section-lead {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------------------------------------------------- 
   Cancer types explorer
   -------------------------------------------------------------------- */
.page-cancer-blood-test .cbt-types-header {
  margin-bottom: 2.5rem;
  text-align: left;
}

.page-cancer-blood-test .cbt-types-header__lead {
  max-width: 100%;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--color-text-light, #525866);
}

@media (min-width: 768px) {
  .page-cancer-blood-test .cbt-types-header__lead {
    white-space: nowrap;
  }
}

.page-cancer-blood-test .cbt-types-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1.15rem;
  border-radius: 999px;
  background: rgba(42, 124, 174, 0.12);
  color: var(--color-primary, #2a7cae);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.page-cancer-blood-test .cbt-body-explorer {
  background: #ffffff;
  border-radius: 20px;
  border: var(--cbt-card-border);
  box-shadow: var(--cbt-card-shadow);
  overflow-x: hidden;
  padding: clamp(1rem, 2.5vw, 1.5rem);
}

.page-cancer-blood-test .cbt-body-explorer__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 1rem;
  margin-bottom: clamp(0.85rem, 2vw, 1.1rem);
  padding-bottom: clamp(0.75rem, 1.8vw, 0.95rem);
  border-bottom: 1px solid rgba(42, 124, 174, 0.1);
}

.page-cancer-blood-test .cbt-body-explorer__hint {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--color-text-light, #525866);
}

.page-cancer-blood-test .cbt-body-explorer__hint i {
  color: var(--color-primary, #2a7cae);
}

.page-cancer-blood-test .cbt-gender-toggle {
  display: inline-flex;
  gap: 0.35rem;
  padding: 0.35rem;
  border-radius: 12px;
  background: #f4f8fb;
  border: 1px solid rgba(42, 124, 174, 0.15);
  box-shadow: inset 0 1px 2px rgba(42, 124, 174, 0.04);
}

.page-cancer-blood-test .cbt-gender-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: none;
  background: transparent;
  padding: 0.65rem 1.25rem;
  border-radius: 9px;
  font-weight: 600;
  font-size: 0.925rem;
  color: var(--color-text-light, #525866);
  cursor: pointer;
  transition:
    background 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}

.page-cancer-blood-test .cbt-gender-btn.is-active {
  background: var(--color-primary, #2a7cae);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(42, 124, 174, 0.25);
}

.page-cancer-blood-test .cbt-body-explorer__stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(0.85rem, 2vw, 1.15rem);
  align-items: stretch;
  min-width: 0;
}

@media (min-width: 992px) {
  .page-cancer-blood-test .cbt-body-explorer__stage {
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
    gap: clamp(1rem, 2vw, 1.35rem);
  }

  .page-cancer-blood-test .cbt-info-panel {
    align-self: stretch;
    position: sticky;
    top: 6.5rem;
    max-height: calc(100vh - 8rem);
  }
}

.page-cancer-blood-test .cbt-body-scene {
  position: relative;
  border-radius: 16px;
  padding: clamp(0.5rem, 1.5vw, 0.85rem);
  background: linear-gradient(180deg, #f8fbfd 0%, #eef5fa 55%, #e6f0f7 100%);
  border: 1px solid rgba(42, 124, 174, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

@property --spotlight-x {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 50%;
}

@property --spotlight-y {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 50%;
}

.page-cancer-blood-test .cbt-body-figure-wrap {
  position: relative;
  --cbt-aspect: 544 / 1941;
  background: transparent;
  --inactive-blur: 6px;
  --inactive-opacity: 0.45;
  --spotlight-x: 50%;
  --spotlight-y: 50%;
  --spotlight-clear: 11%;
  --spotlight-soft: 22%;
  --spotlight-outer: 34%;
  aspect-ratio: var(--cbt-aspect);
  width: auto;
  height: min(76vh, 780px);
  max-width: min(100%, 340px);
  max-height: min(76vh, 780px);
  margin-inline: auto;
  transition:
    --spotlight-x 0.45s ease,
    --spotlight-y 0.45s ease;
}

@media (min-width: 992px) {
  .page-cancer-blood-test .cbt-body-figure-wrap {
    height: min(72vh, 720px);
    max-height: min(72vh, 720px);
    max-width: min(100%, 320px);
  }
}

.page-cancer-blood-test .cbt-body-figure-glow {
  position: absolute;
  inset: 10% 14% 6%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(42, 124, 174, 0.1), transparent 70%);
  filter: blur(14px);
  pointer-events: none;
  z-index: 0;
}

.page-cancer-blood-test .cbt-body-figure-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.98);
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease,
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  background: transparent;
}

.page-cancer-blood-test .cbt-body-figure-img.is-visible {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 2;
  pointer-events: auto;
}

.page-cancer-blood-test .cbt-body-spotlight {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
}

.page-cancer-blood-test
  .cbt-body-figure-wrap.has-body-spotlight
  .cbt-body-spotlight {
  opacity: 1;
  visibility: visible;
}

.page-cancer-blood-test .cbt-body-spotlight-layer {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
}

.page-cancer-blood-test .cbt-body-spotlight-layer.is-visible {
  opacity: 1;
  visibility: visible;
}

.page-cancer-blood-test .cbt-body-spotlight-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  filter: blur(var(--inactive-blur)) saturate(0.92);
  opacity: var(--inactive-opacity);
  -webkit-mask-image: radial-gradient(
    circle at var(--spotlight-x) var(--spotlight-y),
    transparent 0,
    transparent var(--spotlight-clear),
    rgba(0, 0, 0, 0.55) var(--spotlight-soft),
    #000 var(--spotlight-outer)
  );
  mask-image: radial-gradient(
    circle at var(--spotlight-x) var(--spotlight-y),
    transparent 0,
    transparent var(--spotlight-clear),
    rgba(0, 0, 0, 0.55) var(--spotlight-soft),
    #000 var(--spotlight-outer)
  );
}

.page-cancer-blood-test .cbt-region-highlight {
  position: absolute;
  width: 44px;
  height: 44px;
  margin: -22px 0 0 -22px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(42, 124, 174, 0.45) 0%,
    rgba(42, 124, 174, 0.12) 50%,
    transparent 72%
  );
  border: 2px solid var(--color-primary, #2a7cae);
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.85),
    0 0 16px rgba(42, 124, 174, 0.45);
  z-index: 4;
  pointer-events: none;
  animation: cbt-region-pulse 2.4s ease-in-out infinite;
}

.page-cancer-blood-test .cbt-region-highlight[hidden] {
  display: none !important;
}

@keyframes cbt-region-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.85;
  }
}

.page-cancer-blood-test .cbt-body-hotspots {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.page-cancer-blood-test .cbt-hotspot-item {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.page-cancer-blood-test .cbt-hotspot-connector {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  z-index: 1;
}

.page-cancer-blood-test .cbt-hotspot-connector line {
  stroke: rgba(42, 124, 174, 0.22);
  stroke-width: 0.16;
  vector-effect: non-scaling-stroke;
  transition:
    stroke 0.28s ease,
    stroke-width 0.28s ease,
    opacity 0.28s ease;
}

.page-cancer-blood-test .cbt-hotspot {
  --cbt-marker-visual: 22px;
  --cbt-marker-hit: 36px;
  position: absolute;
  width: var(--cbt-marker-hit);
  height: var(--cbt-marker-hit);
  margin: calc(var(--cbt-marker-hit) / -2) 0 0 calc(var(--cbt-marker-hit) / -2);
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 3;
  touch-action: manipulation;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-cancer-blood-test .cbt-hotspot-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--cbt-marker-visual);
  height: var(--cbt-marker-visual);
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid var(--color-primary, #2a7cae);
  color: var(--color-primary, #2a7cae);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 1px 4px rgba(42, 124, 174, 0.15);
  transition:
    transform 0.28s ease,
    opacity 0.28s ease,
    background 0.28s ease,
    color 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.page-cancer-blood-test .cbt-hotspot:hover .cbt-hotspot-num,
.page-cancer-blood-test .cbt-hotspot:focus-visible .cbt-hotspot-num {
  transform: scale(1.08);
  background: var(--color-primary, #2a7cae);
  color: #ffffff;
}

.page-cancer-blood-test
  .cbt-body-hotspots.has-selection
  .cbt-hotspot-item.is-dimmed
  .cbt-hotspot-num {
  opacity: 0.32;
  filter: blur(1.2px);
  transform: scale(0.86);
}

.page-cancer-blood-test .cbt-hotspot.is-active .cbt-hotspot-num {
  transform: scale(1.16);
  background: var(--color-primary, #2a7cae);
  color: #ffffff;
  border-color: #ffffff;
  box-shadow:
    0 0 0 2px var(--color-primary, #2a7cae),
    0 3px 10px rgba(42, 124, 174, 0.45);
}

.page-cancer-blood-test
  .cbt-hotspot-item.is-active
  .cbt-hotspot-connector
  line {
  stroke: rgba(42, 124, 174, 0.75);
  stroke-width: 0.28;
}

.page-cancer-blood-test .cbt-info-panel {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(42, 124, 174, 0.12);
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(42, 124, 174, 0.06);
  min-height: 240px;
  max-height: min(68vh, 540px);
  overflow: hidden;
}

@media (min-width: 992px) {
  .page-cancer-blood-test .cbt-info-panel {
    min-height: 0;
    max-height: none;
    height: 100%;
  }
}

.page-cancer-blood-test .cbt-info-panel__top {
  flex-shrink: 0;
  padding: 0.7rem 0.9rem 0.6rem;
  border-bottom: 1px solid rgba(42, 124, 174, 0.08);
  background: linear-gradient(
    90deg,
    rgba(42, 124, 174, 0.06) 0%,
    rgba(42, 124, 174, 0.02) 100%
  );
  border-top: 2px solid var(--color-primary, #2a7cae);
}

.page-cancer-blood-test .cbt-info-panel__brand {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.page-cancer-blood-test .cbt-info-panel__brand-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: linear-gradient(145deg, #2a7cae 0%, #1d5f85 100%);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.page-cancer-blood-test .cbt-info-panel__brand-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-primary, #2a7cae);
  line-height: 1.2;
  margin: 0;
}

.page-cancer-blood-test .cbt-info-panel__brand-sub {
  font-size: 0.78rem;
  color: var(--color-text-light, #525866);
  margin: 0.1rem 0 0;
}

.page-cancer-blood-test .cbt-info-panel__scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}

.page-cancer-blood-test .cbt-info-panel__empty[hidden],
.page-cancer-blood-test .cbt-info-panel__content[hidden] {
  display: none !important;
}

.page-cancer-blood-test .cbt-info-panel__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 9rem;
  padding: 1rem 0.9rem 1.15rem;
}

.page-cancer-blood-test .cbt-info-welcome {
  text-align: center;
  max-width: 20rem;
}

.page-cancer-blood-test .cbt-info-welcome__icon {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(42, 124, 174, 0.1);
  color: var(--color-primary, #2a7cae);
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

.page-cancer-blood-test .cbt-info-panel__content {
  padding: 0.75rem 0.9rem 0.9rem;
}

.page-cancer-blood-test .cbt-info-card {
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.3s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-cancer-blood-test .cbt-info-card--in {
  opacity: 1;
  transform: translateY(0);
}

.page-cancer-blood-test .cbt-info-card__header {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(42, 124, 174, 0.08);
}

.page-cancer-blood-test .cbt-info-card__marker {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(145deg, #2a7cae 0%, #1d5f85 100%);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(42, 124, 174, 0.22);
}

.page-cancer-blood-test .cbt-info-panel__kicker {
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-primary, #2a7cae);
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.page-cancer-blood-test .cbt-info-panel__title {
  color: var(--color-text, #1a1a2e);
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.35rem;
}

.page-cancer-blood-test .cbt-info-panel__lead {
  color: var(--color-text-light, #525866);
  font-size: 0.86rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.page-cancer-blood-test .cbt-marker-section {
  background: #f8fbfd;
  border: 1px solid rgba(42, 124, 174, 0.08);
  border-radius: 12px;
  padding: 0.75rem 0.9rem;
  margin-bottom: 0.55rem;
}

.page-cancer-blood-test .cbt-marker-section-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--color-primary, #2a7cae);
  margin: 0 0 0.4rem;
}

.page-cancer-blood-test .cbt-marker-section-sub {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-text-light, #525866);
  margin: 0 0 0.35rem;
}

.page-cancer-blood-test .cbt-marker-section-list {
  margin: 0;
  padding: 0 0 0 1.15rem;
  color: var(--color-text-light, #525866);
  font-size: 0.88rem;
  line-height: 1.55;
}

.page-cancer-blood-test .cbt-cancer-modal {
  position: fixed;
  inset: 0;
  z-index: 1060;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.page-cancer-blood-test .cbt-cancer-modal[hidden] {
  display: none !important;
}

.page-cancer-blood-test .cbt-cancer-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(26, 26, 46, 0.5);
  cursor: pointer;
}

.page-cancer-blood-test .cbt-cancer-modal__card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 88vh;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 20px 20px 0 0;
  padding: 1rem 1.25rem 1.5rem;
  box-shadow: 0 -8px 40px rgba(42, 124, 174, 0.2);
}

.page-cancer-blood-test .cbt-cancer-modal__close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 10px;
  background: rgba(42, 124, 174, 0.08);
  color: var(--color-primary, #2a7cae);
  cursor: pointer;
}

.page-cancer-blood-test .cbt-modal-handle {
  width: 40px;
  height: 4px;
  border-radius: 999px;
  background: rgba(42, 124, 174, 0.2);
  margin: 0 auto 0.85rem;
}

body.cbt-modal-open {
  overflow: hidden;
}

/* -------------------------------------------------------------------- 
   Accuracy metrics
   -------------------------------------------------------------------- */
.page-cancer-blood-test .cbt-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 720px;
  margin: 0 auto;
}

.page-cancer-blood-test .cbt-metric {
  text-align: center;
  padding: 2.5rem 2rem;
  border-radius: 20px;
  background: #ffffff;
  border: var(--cbt-card-border);
  box-shadow: var(--cbt-card-shadow);
}
.page-cancer-blood-test .cbt-metric-value {
  font-size: 3rem;
  font-weight: 700;
  color: var(--color-primary, #2a7cae);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.page-cancer-blood-test .cbt-metric-label {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-text, #1a1a2e);
  margin-bottom: 0.35rem;
}

.page-cancer-blood-test .cbt-metric-desc {
  font-size: 0.875rem;
  color: var(--color-text-light, #525866);
  margin-bottom: 0;
}

/* -------------------------------------------------------------------- 
   How the Test Works — step grid
   -------------------------------------------------------------------- */
.page-cancer-blood-test .cbt-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  position: relative;
}

.page-cancer-blood-test .cbt-steps::before {
  content: "";
  position: absolute;
  top: 52px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(42, 124, 174, 0.15) 0%,
    rgba(42, 124, 174, 0.45) 50%,
    rgba(42, 124, 174, 0.15) 100%
  );
  z-index: 0;
  pointer-events: none;
}

.page-cancer-blood-test .cbt-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

.page-cancer-blood-test .cbt-step__marker {
  position: relative;
  width: 104px;
  height: 104px;
  margin-bottom: 1.5rem;
  flex-shrink: 0;
}

.page-cancer-blood-test .cbt-step__number {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 36px;
  height: 36px;
  padding: 0 0.5rem;
  border-radius: 999px;
  background: var(--color-primary, #2a7cae);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(42, 124, 174, 0.3);
  z-index: 2;
}

.page-cancer-blood-test .cbt-step__icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 2px solid rgba(42, 124, 174, 0.18);
  box-shadow: var(--cbt-card-shadow);
  color: var(--color-primary, #2a7cae);
  font-size: 1.75rem;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.page-cancer-blood-test .cbt-step:hover .cbt-step__icon {
  transform: translateY(-4px);
  border-color: rgba(42, 124, 174, 0.35);
  box-shadow: 0 12px 28px rgba(42, 124, 174, 0.14);
}

.page-cancer-blood-test .cbt-step__body {
  background: #ffffff;
  border-radius: 16px;
  padding: 1.5rem 1.25rem;
  border: var(--cbt-card-border);
  box-shadow: var(--cbt-card-shadow);
  width: 100%;
  flex: 1;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.page-cancer-blood-test .cbt-step:hover .cbt-step__body {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(42, 124, 174, 0.12);
}

.page-cancer-blood-test .cbt-step__body h3 {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--color-text, #1a1a2e);
  margin-bottom: 0.75rem;
  line-height: 1.35;
}

.page-cancer-blood-test .cbt-step__body p {
  font-size: 0.9rem;
  color: var(--color-text-light, #525866);
  line-height: 1.65;
  margin-bottom: 0;
}

/* -------------------------------------------------------------------- 
   Ideal candidates
   -------------------------------------------------------------------- */
.page-cancer-blood-test .cbt-candidates {
  background: #ffffff;
  border-radius: 20px;
  padding: 3rem;
  box-shadow: var(--cbt-card-shadow);
  border: var(--cbt-card-border);
}
.page-cancer-blood-test .cbt-candidates p:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------------------------------- 
   CTA banner
   -------------------------------------------------------------------- */
.page-cancer-blood-test .cbt-cta {
  background: linear-gradient(
    135deg,
    var(--color-primary, #2a7cae) 0%,
    #1e5f8a 100%
  );
  border-radius: 20px;
  padding: 3.5rem 2rem;
  text-align: center;
  color: #fff;
}

.page-cancer-blood-test .cbt-cta h2 {
  color: #fff;
  margin-bottom: 1rem;
}

.page-cancer-blood-test .cbt-cta p {
  color: rgba(255, 255, 255, 0.9);
  max-width: 560px;
  margin: 0 auto 1.75rem;
}

.page-cancer-blood-test .cbt-cta .btn {
  background: #fff;
  color: var(--color-primary, #2a7cae);
  border: none;
  font-weight: 600;
  padding: 0.75rem 2rem;
}

.page-cancer-blood-test .cbt-cta .btn:hover {
  background: #f0f7fb;
  color: var(--color-primary, #2a7cae);
}

/* -------------------------------------------------------------------- 
   Disclaimers
   -------------------------------------------------------------------- */
.page-cancer-blood-test .cbt-disclaimer {
  font-size: 0.85rem;
  color: var(--color-text-light, #525866);
  line-height: 1.65;
}

.page-cancer-blood-test .cbt-disclaimer + .cbt-disclaimer {
  margin-top: 1rem;
}

/* -------------------------------------------------------------------- 
   FAQ accordion — blend with section tint
   -------------------------------------------------------------------- */
.page-cancer-blood-test .cbt-section--faq .accordion-item {
  background: #ffffff;
  border: var(--cbt-card-border);
  box-shadow: 0 2px 8px rgba(42, 124, 174, 0.04);
}

.page-cancer-blood-test .cbt-section--faq .accordion-item + .accordion-item {
  margin-top: 0.5rem;
}

/* -------------------------------------------------------------------- 
   Responsive
   -------------------------------------------------------------------- */

@media (max-width: 991px) {
  .page-cancer-blood-test .cbt-hero {
    flex-direction: column;
    min-height: auto;
  }

  .page-cancer-blood-test .cbt-hero__content {
    padding: 3rem 1.5rem 2rem;
  }

  .page-cancer-blood-test .cbt-hero__image {
    min-height: 280px;
  }

  .page-cancer-blood-test .cbt-intro {
    flex-direction: column;
    min-height: auto;
  }

  .page-cancer-blood-test .cbt-intro__text {
    padding: 40px 30px;
  }

  .page-cancer-blood-test .cbt-intro__image {
    flex: none;
    width: 100%;
    min-height: 260px;
  }

  .page-cancer-blood-test .cbt-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.25rem;
  }

  .page-cancer-blood-test .cbt-steps::before {
    display: none;
  }

  .page-cancer-blood-test .cbt-body-explorer__toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .page-cancer-blood-test .cbt-gender-toggle {
    width: 100%;
    justify-content: center;
  }

  .page-cancer-blood-test .cbt-body-explorer__hint {
    justify-content: center;
    text-align: center;
  }

  .page-cancer-blood-test .cbt-body-figure-wrap {
    height: min(68vh, 580px);
    max-height: min(68vh, 580px);
    max-width: min(100%, 290px);
  }
}

@media (max-width: 767px) {
  .page-cancer-blood-test .cbt-hero__content {
    padding: 2.5rem 1.25rem 1.5rem;
  }

  .page-cancer-blood-test .cbt-hero-stats {
    gap: 0.5rem;
  }

  .page-cancer-blood-test .cbt-hero-stat {
    min-width: calc(50% - 0.25rem);
    flex: 1;
  }

  .page-cancer-blood-test .cbt-intro__text {
    padding: 30px 20px;
  }

  .page-cancer-blood-test .cbt-metrics {
    grid-template-columns: 1fr;
  }

  .page-cancer-blood-test .cbt-steps {
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-cancer-blood-test .cbt-step__marker {
    margin-bottom: 1.25rem;
  }

  .page-cancer-blood-test .cbt-candidates {
    padding: 2rem 1.25rem;
  }

  .page-cancer-blood-test .cbt-gender-btn {
    flex: 1;
    justify-content: center;
    padding-inline: 1rem;
  }

  .page-cancer-blood-test .cbt-body-explorer__hint {
    font-size: 0.8rem;
  }

  .page-cancer-blood-test .cbt-body-figure-wrap {
    height: min(62vh, 500px);
    max-height: min(62vh, 500px);
    max-width: min(100%, 250px);
  }
}
