
  /*
   * Responsive typography for analysis names.
   * The complete H1 remains present and is never truncated.
   */

  .dz-panel-analysis-title {
    max-width: 100%;
    margin-bottom: 14px;

    font-size: clamp(
      1.75rem,
      2.15vw,
      2.2rem
    ) !important;

    font-weight: 800 !important;
    line-height: 1.16 !important;
    letter-spacing: -.026em;

    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  .dz-panel-analysis-title--long {
    font-size: clamp(
      1.45rem,
      1.8vw,
      1.8rem
    ) !important;

    line-height: 1.19 !important;
    letter-spacing: -.018em;
  }

  .dz-panel-analysis-title--very-long {
    font-size: clamp(
      1.25rem,
      1.55vw,
      1.55rem
    ) !important;

    line-height: 1.22 !important;
    letter-spacing: -.01em;
  }

  @media (max-width: 767.98px) {
    .dz-panel-analysis-title {
      margin-bottom: 11px;

      font-size: clamp(
        1.35rem,
        5.4vw,
        1.58rem
      ) !important;

      line-height: 1.2 !important;
      letter-spacing: -.016em;
    }

    .dz-panel-analysis-title--long {
      font-size: clamp(
        1.18rem,
        4.8vw,
        1.35rem
      ) !important;

      line-height: 1.23 !important;
      letter-spacing: -.008em;
    }

    .dz-panel-analysis-title--very-long {
      font-size: clamp(
        1.08rem,
        4.35vw,
        1.2rem
      ) !important;

      line-height: 1.25 !important;
      letter-spacing: 0;
    }
  }


  .panel-detail-page {
    background:
      radial-gradient(circle at top left, rgba(34, 150, 243, .08), transparent 32rem),
      linear-gradient(180deg, #f6f9fc 0%, #ffffff 62%);
    min-height: 100vh;
    padding-bottom: 56px;
  }

  .panel-detail-hero {
    padding: 28px 0 20px;
  }

  .panel-detail-breadcrumb {
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(15, 23, 42, .07);
    border-radius: 18px;
    padding: 10px 14px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .04);
  }

  .panel-detail-breadcrumb .breadcrumb {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    font-size: .9rem;
  }

  .panel-detail-breadcrumb a {
    color: #2774b8;
    text-decoration: none;
  }

  .panel-detail-breadcrumb a:hover {
    text-decoration: underline;
  }

  .panel-hero-card,
  .panel-info-card,
  .panel-side-card {
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(15, 23, 42, .07);
    border-radius: 26px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .07);
  }

  .panel-hero-card {
    padding: 28px;
  }

  .panel-kicker {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
  }

  .panel-chip {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    padding: 7px 11px;
    border-radius: 999px;
    background: #f1f7fc;
    color: #31536b;
    border: 1px solid rgba(39, 116, 184, .12);
    font-size: .84rem;
    font-weight: 600;
    line-height: 1.2;
  }

  .panel-chip i {
    color: #2774b8;
    margin-right: 6px;
  }

  .panel-title {
    color: #102033;
    font-size: clamp(1.9rem, 3vw, 3rem);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.08;
    margin-bottom: 16px;
  }

  .panel-lead {
    color: #5f6f7f;
    font-size: 1.02rem;
    line-height: 1.7;
    max-width: 760px;
    margin-bottom: 0;
  }

  .panel-summary-card {
    height: 100%;
    padding: 24px;
  }

  .panel-price-label {
    color: #7a8794;
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .055em;
    margin-bottom: 6px;
  }

  .panel-price {
    color: #102033;
    font-size: 2.25rem;
    font-weight: 850;
    line-height: 1;
    margin-bottom: 10px;
  }

  .panel-price span {
    font-size: 1.25rem;
    font-weight: 600;
    color: #44586a;
  }

  .panel-muted {
    color: #6d7c8b;
    font-size: .95rem;
    line-height: 1.55;
  }

  .panel-btn-main {
    border-radius: 16px;
    padding: 13px 18px;
    font-weight: 750;
    box-shadow: 0 12px 26px rgba(39, 116, 184, .22);
  }

  .panel-btn-secondary {
    border-radius: 16px;
    padding: 12px 18px;
    font-weight: 700;
    border-color: rgba(15, 23, 42, .12);
    color: #34495e;
  }

  .panel-content {
    padding-top: 8px;
  }

  .panel-info-card {
    padding: 24px;
    margin-bottom: 20px;
  }

  .panel-section-title {
    display: flex;
    align-items: center;
    color: #102033;
    font-size: 1.22rem;
    font-weight: 800;
    letter-spacing: -.015em;
    margin-bottom: 18px;
  }

  .panel-section-title i {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    border-radius: 14px;
    color: #2774b8;
    background: #eef7ff;
  }

  .panel-materials {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .panel-material-badge {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    padding: 9px 12px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, .08);
    color: #34495e;
    font-size: .92rem;
    line-height: 1.25;
  }

  .panel-material-badge i {
    color: #2774b8;
    margin-right: 7px;
  }

  .panel-color-dot {
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 50%;
    margin-left: 7px;
    border: 1px solid rgba(15, 23, 42, .12);
    vertical-align: middle;
  }

  .panel-tests-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .panel-tests-list li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(15, 23, 42, .07);
  }

  .panel-tests-list li:last-child {
    border-bottom: 0;
  }

  .panel-test-name {
    color: #25384d;
    font-weight: 650;
    line-height: 1.45;
  }

  .panel-test-code {
    flex-shrink: 0;
    color: #7b8794;
    font-size: .85rem;
    background: #f7f9fb;
    border: 1px solid rgba(15, 23, 42, .07);
    border-radius: 999px;
    padding: 4px 9px;
  }

  .panel-preanalytics-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .panel-pre-item {
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, .07);
    border-radius: 18px;
    padding: 16px;
  }

  .panel-pre-title {
    display: flex;
    align-items: center;
    color: #25384d;
    font-weight: 800;
    margin-bottom: 8px;
  }

  .panel-pre-title i {
    color: #2774b8;
    margin-right: 8px;
  }

  .panel-pre-text {
    color: #526273;
    line-height: 1.65;
  }

  .panel-alert-soft {
    background: #f8fbfe;
    border: 1px solid rgba(39, 116, 184, .14);
    color: #506274;
    border-radius: 18px;
    padding: 16px 18px;
  }

  .panel-linked-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .panel-linked-list li + li {
    margin-top: 10px;
  }

  .panel-linked-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 15px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, .07);
    color: #25384d;
    font-weight: 700;
    text-decoration: none;
    transition: .18s ease;
  }

  .panel-linked-list a:hover {
    transform: translateY(-1px);
    border-color: rgba(39, 116, 184, .24);
    box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
    color: #2774b8;
  }

  .panel-side-wrap {
    position: sticky;
    top: 96px;
  }

  .panel-side-card {
    padding: 22px;
    margin-bottom: 18px;
  }

  .panel-side-title {
    color: #102033;
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 12px;
  }

  .panel-facts {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .panel-facts li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 11px 0;
    border-bottom: 1px solid rgba(15, 23, 42, .07);
    color: #526273;
    line-height: 1.45;
  }

  .panel-facts li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .panel-facts i {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #eef7ff;
    color: #2774b8;
    font-size: .86rem;
  }

  .panel-cta-card {
    background: linear-gradient(135deg, #12324a 0%, #1f6fa8 100%);
    color: #fff;
    border-radius: 26px;
    padding: 24px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .12);
  }

  .panel-cta-card h3 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 850;
    margin-bottom: 8px;
  }

  .panel-cta-card p {
    color: rgba(255,255,255,.82);
    margin-bottom: 16px;
    line-height: 1.6;
  }

  .panel-cta-card .btn {
    border-radius: 15px;
    font-weight: 750;
    padding: 11px 16px;
  }

  @media (min-width: 768px) {
    .panel-preanalytics-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 991.98px) {
    .panel-hero-card,
    .panel-summary-card,
    .panel-info-card,
    .panel-side-card,
    .panel-cta-card {
      border-radius: 22px;
    }

    .panel-side-wrap {
      position: static;
      top: auto;
    }

    .panel-title {
      font-size: 2rem;
    }
  }

  @media (max-width: 575.98px) {
    .panel-detail-hero {
      padding-top: 18px;
    }

    .panel-hero-card,
    .panel-summary-card,
    .panel-info-card,
    .panel-side-card,
    .panel-cta-card {
      padding: 18px;
    }

    .panel-tests-list li {
      display: block;
    }

    .panel-test-code {
      display: inline-flex;
      margin-top: 7px;
    }
  }
  .panel-how-list {
    display: grid;
    gap: 14px;
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
  }

  .panel-how-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }

  .panel-how-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #eef6fd;
    color: #2774b8;
    font-size: .9rem;
    font-weight: 800;
  }

  .panel-how-content strong {
    display: block;
    color: #102033;
    line-height: 1.35;
    margin-bottom: 3px;
  }

  .panel-how-content span {
    display: block;
    color: #667788;
    font-size: .9rem;
    line-height: 1.5;
  }

  .panel-how-actions {
    display: grid;
    gap: 9px;
  }

  .panel-how-actions .btn {
    white-space: normal;
  }


