
    .lp-breadcrumbs {
      padding: 22px 0;
      border-bottom: 1px solid #e8e4e0;
      background: #fff;
    }
    .lp-breadcrumbs-inner {
      display: flex;
      align-items: center;
      gap: 8px;
      font-family: var(--font-label);
      font-size: 11px;
      letter-spacing: 1.2px;
      text-transform: uppercase;
      color: #477080;
    }
    .lp-breadcrumbs a { color: #00476b; text-decoration: none; }
    .lp-breadcrumbs .material-symbols-rounded { font-size: 16px; }

    .lp-intro { padding: 88px 0 76px; }
    .lp-intro-grid {
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 80px;
      align-items: start;
    }
    .lp-eyebrow {
      display: inline-block;
      margin-bottom: 16px;
      color: #477080;
      font-family: var(--font-label);
      font-size: 11px;
      letter-spacing: 2px;
      text-transform: uppercase;
    }
    .lp-title {
      max-width: 820px;
      margin-bottom: 22px;
      color: #00476b;
      font-family: var(--font-heading);
      font-size: clamp(38px, 5vw, 64px);
      font-weight: 400;
      letter-spacing: -0.035em;
      line-height: 1.02;
    }
    .lp-lead {
      max-width: 800px;
      color: #333;
      font-size: 18px;
      line-height: 31px;
      opacity: 0.82;
    }
    .lp-summary-card {
      padding: 32px;
      border-radius: 22px;
      background: linear-gradient(145deg, #00476b 0%, #477080 100%);
      color: #fff;
      box-shadow: 0 24px 54px rgba(0, 71, 107, 0.16);
    }
    .lp-summary-card .material-symbols-rounded {
      display: block;
      margin-bottom: 18px;
      font-size: 36px;
    }
    .lp-summary-card h2 {
      margin-bottom: 12px;
      font-family: var(--font-heading);
      font-size: 27px;
      font-weight: 500;
      line-height: 1.15;
    }
    .lp-summary-card p { margin-bottom: 22px; font-size: 15px; line-height: 25px; opacity: 0.9; }
    .lp-summary-contact {
      display: flex;
      flex-direction: column;
      gap: 10px;
      padding-top: 20px;
      border-top: 1px solid rgba(255, 255, 255, 0.25);
    }
    .lp-summary-contact a {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      text-decoration: none;
    }
    .lp-summary-contact .material-symbols-rounded { display: inline; margin: 0; font-size: 18px; }

    .lp-offerings { padding: 76px 0; background: #f7f8f9; border-top: 1px solid #e8e4e0; border-bottom: 1px solid #e8e4e0; }
    .lp-section-header { max-width: 760px; margin-bottom: 38px; }
    .lp-section-title {
      margin-bottom: 12px;
      color: #00476b;
      font-family: var(--font-heading);
      font-size: 38px;
      font-weight: 400;
      letter-spacing: -0.027em;
      line-height: 1.06;
    }
    .lp-section-sub { color: #333; font-size: 16px; line-height: 27px; opacity: 0.76; }
    .lp-offerings-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
    .lp-offering {
      padding: 30px;
      border: 1px solid #e4e8ea;
      border-radius: 20px;
      background: #fff;
    }
    .lp-offering-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      margin-bottom: 22px;
      border-radius: 50%;
      background: #eaf1f4;
      color: #00476b;
    }
    .lp-offering-icon .material-symbols-rounded { font-size: 24px; }
    .lp-offering h3 { margin-bottom: 9px; color: #00476b; font-family: var(--font-heading); font-size: 21px; font-weight: 500; }
    .lp-offering p { color: #333; font-size: 14.5px; line-height: 24px; opacity: 0.78; }

    .lp-trials { padding: 88px 0 100px; }
    .lp-filter-wrap { margin: 34px 0 46px; }
    .lp-filter-label {
      display: block;
      margin-bottom: 13px;
      color: #477080;
      font-family: var(--font-label);
      font-size: 10px;
      letter-spacing: 1.7px;
      text-transform: uppercase;
    }
    .lp-filters { display: flex; flex-wrap: wrap; gap: 9px; }
    .lp-filter {
      padding: 10px 15px;
      border: 1px solid #d6e0e5;
      border-radius: 100px;
      background: #fff;
      color: #00476b;
      font-family: var(--font-body);
      font-size: 13px;
      cursor: pointer;
      transition: background 0.2s, color 0.2s, border-color 0.2s;
    }
    .lp-filter:hover, .lp-filter.is-active { border-color: #00476b; background: #00476b; color: #fff; }
    .lp-trial-section { margin-bottom: 56px; scroll-margin-top: 120px; }
    .lp-trial-section[hidden] { display: none; }
    .lp-category-title {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 20px;
      color: #00476b;
      font-family: var(--font-heading);
      font-size: 27px;
      font-weight: 500;
      letter-spacing: -0.02em;
    }
    .lp-category-title::after { content: ""; flex: 1; height: 1px; background: #dfe6e9; }
    .lp-trial-list { display: grid; gap: 16px; }
    .lp-trial-card {
      padding: 28px 30px;
      border: 1px solid #e2e7e9;
      border-radius: 18px;
      background: #fff;
      transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
    }
    .lp-trial-card:hover { transform: translateY(-2px); border-color: #bfd0d8; box-shadow: 0 16px 38px rgba(0, 71, 107, 0.08); }
    .lp-trial-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; margin-bottom: 12px; }
    .lp-trial-title {
      max-width: 920px;
      color: #00476b;
      font-family: var(--font-heading);
      font-size: 20px;
      font-weight: 500;
      line-height: 1.32;
      text-decoration: none;
    }
    .lp-trial-title:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
    .lp-status {
      flex-shrink: 0;
      padding: 7px 10px;
      border-radius: 100px;
      background: #e7f1f4;
      color: #00476b;
      font-family: var(--font-label);
      font-size: 9px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
    }
    .lp-protocol { margin-bottom: 13px; color: #477080; font-family: var(--font-label); font-size: 10px; letter-spacing: 1.35px; text-transform: uppercase; }
    .lp-trial-desc { max-width: 1020px; color: #333; font-size: 14.5px; line-height: 24px; opacity: 0.8; }
    .lp-trial-footer {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px 20px;
      margin-top: 20px;
      padding-top: 18px;
      border-top: 1px solid #ece9e5;
    }
    .lp-trial-footer span, .lp-trial-footer a {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: #477080;
      font-size: 13px;
      text-decoration: none;
    }
    .lp-trial-footer a:hover { color: #00476b; }
    .lp-trial-footer .material-symbols-rounded { font-size: 16px; }
    .lp-source-note {
      margin-top: 20px;
      padding: 18px 22px;
      border-left: 3px solid #477080;
      background: #f5f8f9;
      color: #333;
      font-size: 13px;
      line-height: 22px;
    }

    @media (max-width: 960px) {
      .lp-intro { padding: 68px 0 60px; }
      .lp-intro-grid { grid-template-columns: 1fr; gap: 38px; }
      .lp-summary-card { max-width: 620px; }
      .lp-offerings-grid { grid-template-columns: 1fr; }
      .lp-offering { display: grid; grid-template-columns: auto 1fr; column-gap: 20px; }
      .lp-offering-icon { grid-row: 1 / 3; }
    }
    @media (max-width: 640px) {
      .lp-breadcrumbs { padding: 16px 0; }
      .lp-intro { padding: 54px 0 46px; }
      .lp-title { font-size: 38px; }
      .lp-lead { font-size: 16px; line-height: 27px; }
      .lp-summary-card { padding: 26px; }
      .lp-offerings { padding: 56px 0; }
      .lp-section-title { font-size: 30px; }
      .lp-offering { display: block; padding: 25px; }
      .lp-trials { padding: 60px 0 74px; }
      .lp-filter-wrap { margin-bottom: 36px; }
      .lp-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; scrollbar-width: thin; }
      .lp-filter { white-space: nowrap; }
      .lp-category-title { font-size: 23px; }
      .lp-trial-card { padding: 23px 20px; }
      .lp-trial-top { flex-direction: column-reverse; gap: 10px; }
      .lp-trial-title { font-size: 18px; }
    }
