body.page-blog {
      background:
        radial-gradient(circle at 76% 6%, rgba(var(--mint-rgb), 0.12), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #f8fbf8 48%, #eef8f2 100%);
    }

    body.page-blog main {
      max-width: 1180px;
      padding-top: 24px;
      padding-bottom: 92px;
    }

    .resources-page {
      display: grid;
      gap: 32px;
      min-width: 0;
    }

    .resources-page,
    .resources-page * {
      box-sizing: border-box;
    }

    .resources-hero {
      display: grid;
      grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.98fr);
      gap: 24px;
      align-items: center;
      min-height: 332px;
      padding: 32px 36px;
      border: 1px solid rgba(0, 122, 61, 0.14);
      border-radius: 18px;
      background:
        radial-gradient(circle at 84% 24%, rgba(0, 122, 61, 0.11), transparent 32%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(242, 250, 246, 0.98));
      box-shadow: 0 22px 46px rgba(17, 24, 32, 0.08);
      overflow: hidden;
      min-width: 0;
    }

    .resources-hero-copy {
      display: grid;
      gap: 16px;
      min-width: 0;
      text-align: left;
    }

    .resources-badge {
      width: fit-content;
      padding: 7px 11px;
      border-radius: 999px;
      background: rgba(0, 122, 61, 0.1);
      color: #007a3d;
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .resources-hero h1 {
      max-width: 560px;
      margin: 0;
      color: #101820;
      font-family: "Manrope", "Segoe UI", sans-serif;
      font-size: clamp(36px, 3.4vw, 42px);
      line-height: 1.04;
      letter-spacing: 0;
    }

    .resources-hero h1 span {
      display: block;
    }

    .resources-title-mobile {
      display: none !important;
    }

    .resources-hero .lead {
      max-width: 58ch;
      margin: 0;
      color: #26333f;
      font-size: 15px;
      line-height: 1.55;
    }

    .resource-search {
      position: relative;
      max-width: 460px;
      margin-top: 4px;
      min-width: 0;
    }

    .resource-search svg {
      position: absolute;
      left: 18px;
      top: 50%;
      width: 20px;
      height: 20px;
      transform: translateY(-50%);
      color: #007a3d;
      fill: none;
      stroke: currentColor;
    }

    .resource-search input {
      width: 100%;
      min-height: 46px;
      padding: 0 18px 0 52px;
      border: 1px solid rgba(0, 122, 61, 0.28);
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.94);
      color: #101820;
      font: inherit;
      font-size: 15px;
      outline: none;
      box-shadow: 0 12px 28px rgba(17, 24, 32, 0.04);
    }

    .resource-search input:focus {
      border-color: rgba(0, 122, 61, 0.58);
      box-shadow: 0 0 0 4px rgba(0, 122, 61, 0.1);
    }

    .resource-filter-chips {
      display: flex;
      flex-wrap: wrap;
      grid-column: 1 / -1;
      gap: 10px 14px;
      margin-top: -2px;
      min-width: 0;
      max-width: 100%;
    }

    .resource-chip {
      min-height: 36px;
      padding: 0 16px;
      border: 1px solid rgba(0, 122, 61, 0.26);
      border-radius: 9px;
      background: #ffffff;
      color: #10212d;
      font-size: 12px;
      font-weight: 900;
      cursor: pointer;
    }

    .resource-chip.is-active {
      border-color: #007a3d;
      background: #007a3d;
      color: #ffffff;
      box-shadow: 0 12px 24px rgba(0, 122, 61, 0.18);
    }

    .resources-visual {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 0;
      min-height: 268px;
    }

    .resources-device {
      position: absolute;
      left: 12px;
      bottom: 20px;
      width: min(54%, 300px);
      max-height: 185px;
      object-fit: contain;
      mix-blend-mode: multiply;
      filter: drop-shadow(0 18px 22px rgba(17, 24, 32, 0.12));
    }

    .resources-hero-phone {
      position: absolute;
      left: 44%;
      top: 0;
      width: 148px;
      height: 246px;
      padding: 10px 8px;
      border: 7px solid #111820;
      border-radius: 28px;
      background: #ffffff;
      box-shadow: 0 22px 42px rgba(17, 24, 32, 0.18);
      overflow: hidden;
    }

    .resources-hero-phone::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 4px;
      width: 52px;
      height: 9px;
      border-radius: 999px;
      background: #111820;
      transform: translateX(-50%);
      z-index: 2;
    }

    .resources-hero-phone img {
      width: 100%;
      height: 100%;
      border-radius: 18px;
      object-fit: cover;
      object-position: 44% center;
    }

    .resources-home-icon {
      position: absolute;
      right: 0;
      top: 82px;
      width: 140px;
      height: 140px;
      object-fit: contain;
      opacity: 0.48;
    }

    .resource-section {
      display: grid;
      gap: 20px;
      min-width: 0;
    }

    .resource-section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 22px;
      text-align: left;
    }

    .resource-section-title h2 {
      margin: 0 0 8px;
      color: #101820;
      font-family: "Manrope", "Segoe UI", sans-serif;
      font-size: clamp(27px, 2.6vw, 38px);
      line-height: 1.14;
      letter-spacing: 0;
    }

    .resource-section-title p {
      max-width: 68ch;
      margin: 0;
      color: #4a5965;
      line-height: 1.55;
    }

    .resource-section[aria-labelledby="audience-heading"] .resource-section-title {
      text-align: center;
    }

    .resource-section[aria-labelledby="audience-heading"] .resource-section-title p {
      margin: 0 auto;
    }

    .resource-section-link {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      color: #007a3d;
      font-weight: 900;
      text-decoration: none;
      white-space: nowrap;
    }

    .audience-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
    }

    .audience-card {
      display: grid;
      grid-template-columns: 78px minmax(0, 1fr);
      gap: 18px;
      min-height: 164px;
      padding: 24px 20px;
      border: 1px solid rgba(17, 24, 32, 0.1);
      border-radius: 14px;
      background: #ffffff;
      color: #101820;
      text-align: left;
      text-decoration: none;
      box-shadow: 0 14px 30px rgba(17, 24, 32, 0.05);
      transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
    }

    .audience-card:hover {
      transform: translateY(-3px);
      border-color: rgba(0, 122, 61, 0.4);
      box-shadow: 0 18px 34px rgba(0, 122, 61, 0.1);
    }

    .audience-icon {
      width: 76px;
      height: 76px;
      display: grid;
      place-items: center;
      color: #007a3d;
    }

    .audience-icon img {
      width: 74px;
      height: 74px;
      object-fit: contain;
    }

    .audience-card h3 {
      margin: 2px 0 10px;
      color: #101820;
      font-size: 18px;
      letter-spacing: 0;
    }

    .audience-card p {
      margin: 0 0 18px;
      color: #3f4d58;
      font-size: 13px;
      font-weight: 500;
      line-height: 1.55;
    }

    .audience-card span:last-child {
      color: #007a3d;
      font-size: 13px;
      font-weight: 900;
    }

    .featured-resource-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
    }

    .resource-grid {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 16px;
    }

    .resource-card {
      display: grid;
      grid-template-rows: 210px auto;
      min-height: 474px;
      overflow: hidden;
      border: 1px solid rgba(17, 24, 32, 0.1);
      border-radius: 14px;
      background: #ffffff;
      color: #101820;
      text-decoration: none;
      box-shadow: 0 14px 30px rgba(17, 24, 32, 0.05);
      transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
    }

    .resource-card:hover {
      transform: translateY(-3px);
      border-color: rgba(0, 122, 61, 0.36);
      box-shadow: 0 18px 34px rgba(0, 122, 61, 0.1);
    }

    .resource-card.is-compact {
      grid-template-rows: 112px auto;
      min-height: 306px;
    }

    .resource-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      background: #f4f8f5;
    }

    .resource-card-body {
      display: grid;
      gap: 11px;
      align-content: start;
      padding: 18px;
    }

    .resource-card.is-compact .resource-card-body {
      gap: 8px;
      padding: 12px;
    }

    .resource-card-category {
      width: fit-content;
      padding: 5px 8px;
      border-radius: 999px;
      background: rgba(0, 122, 61, 0.08);
      color: #007a3d;
      font-size: 10px;
      font-weight: 900;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    .resource-card h3 {
      margin: 0;
      color: #101820;
      font-size: 21px;
      line-height: 1.22;
      letter-spacing: 0;
    }

    .resource-card.is-compact h3 {
      font-size: 13px;
      line-height: 1.28;
    }

    .resource-card.is-compact p {
      font-size: 12px;
      line-height: 1.42;
    }

    .resource-card.is-compact .resource-card-meta {
      gap: 7px;
      font-size: 10px;
    }

    .resource-card.is-compact .resource-card-cta {
      display: none;
    }

    .resource-card p {
      display: -webkit-box;
      margin: 0;
      overflow: hidden;
      color: #4a5965;
      line-height: 1.5;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }

    .resource-card-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 11px;
      color: #667481;
      font-size: 12px;
      font-weight: 800;
    }

    .resource-card-cta {
      margin-top: 2px;
      color: #007a3d;
      font-size: 14px;
      font-weight: 900;
    }

    .resource-toolbar {
      display: flex;
      justify-content: flex-end;
    }

    .resource-sort {
      min-height: 44px;
      min-width: 180px;
      padding: 0 42px 0 16px;
      border: 1px solid rgba(17, 24, 32, 0.14);
      border-radius: 11px;
      background: #ffffff;
      color: #26333f;
      font-weight: 800;
    }

    .resource-empty {
      display: none;
      padding: 24px;
      border: 1px solid rgba(17, 24, 32, 0.1);
      border-radius: 14px;
      background: #ffffff;
      color: #3f4d58;
      text-align: center;
    }

    .resource-load-more {
      justify-self: center;
      min-height: 44px;
      padding: 0 24px;
      border: 1px solid rgba(0, 122, 61, 0.42);
      border-radius: 10px;
      background: #ffffff;
      color: #007a3d;
      font-weight: 900;
      cursor: pointer;
    }

    .resource-load-more[hidden],
    .resource-card.is-hidden {
      display: none;
    }

    .soro-feed-panel {
      overflow: hidden;
      padding: 22px;
      border: 1px solid rgba(0, 122, 61, 0.14);
      border-radius: 16px;
      background: #ffffff;
      box-shadow: 0 16px 34px rgba(17, 24, 32, 0.06);
    }

    .soro-feed-panel .soro-blog {
      max-width: none;
      margin: 0;
      color: #101820;
      font-family: "Manrope", "Segoe UI", sans-serif;
    }

    .soro-feed-panel .soro-blog-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }

    .soro-feed-panel .soro-blog-card {
      display: grid;
      grid-template-columns: 168px minmax(0, 1fr);
      gap: 18px;
      align-items: stretch;
      min-height: 132px;
      padding: 14px;
      border: 1px solid rgba(17, 24, 32, 0.1);
      border-radius: 14px;
      background: #fbfdfb;
      color: #101820;
      text-decoration: none;
      box-shadow: none;
      transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
    }

    .soro-feed-panel .soro-blog-card:hover {
      transform: translateY(-2px);
      border-color: rgba(0, 122, 61, 0.34);
      box-shadow: 0 14px 28px rgba(0, 122, 61, 0.09);
    }

    .soro-feed-panel .soro-blog-card-image {
      width: 100%;
      height: 100%;
      min-height: 112px;
      border-radius: 12px;
      object-fit: cover;
      background: #edf6f0;
    }

    .soro-feed-panel .soro-blog-card-content {
      display: grid;
      gap: 8px;
      align-content: center;
      min-width: 0;
    }

    .soro-feed-panel .soro-blog-card-title {
      margin: 0;
      color: #101820;
      font-size: 18px;
      font-weight: 900;
      line-height: 1.25;
      letter-spacing: 0;
    }

    .soro-feed-panel .soro-blog-card-excerpt {
      display: -webkit-box;
      margin: 0;
      overflow: hidden;
      color: #4a5965;
      font-size: 14px;
      line-height: 1.5;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }

    .soro-feed-panel .soro-blog-card-date {
      color: #667481;
      font-size: 12px;
      font-weight: 800;
    }

    .soro-feed-panel .soro-blog-header {
      margin: 0 0 18px;
    }

    .soro-feed-panel .soro-blog-back {
      border-color: rgba(0, 122, 61, 0.22);
      border-radius: 999px;
      color: #007a3d;
      font-weight: 900;
      text-decoration: none;
    }

    .soro-feed-panel .soro-blog-article-title {
      color: #101820;
      font-family: "Manrope", "Segoe UI", sans-serif;
      letter-spacing: 0;
    }

    .soro-feed-panel .soro-blog-article-content a {
      color: #007a3d;
      font-weight: 800;
    }

    .resources-conversion {
      display: grid;
      grid-template-columns: 100px minmax(0, 1fr) auto 112px;
      gap: 24px;
      align-items: center;
      padding: 26px 34px;
      border-radius: 16px;
      background:
        radial-gradient(circle at 88% 24%, rgba(255, 255, 255, 0.14), transparent 24%),
        linear-gradient(135deg, #006d36 0%, #008d46 100%);
      color: #ffffff;
      box-shadow: 0 24px 48px rgba(0, 109, 54, 0.22);
    }

    .resources-conversion-icon,
    .resources-conversion-art {
      width: 92px;
      height: 92px;
      object-fit: contain;
      opacity: 0.88;
      filter: brightness(0) invert(1);
    }

    .resources-conversion-art {
      width: 112px;
      height: 96px;
      justify-self: end;
      opacity: 0.78;
    }

    .resources-conversion h2 {
      margin: 0 0 8px;
      color: inherit;
      font-family: "Manrope", "Segoe UI", sans-serif;
      font-size: clamp(26px, 2.8vw, 34px);
      line-height: 1.13;
      letter-spacing: 0;
    }

    .resources-conversion p {
      max-width: 72ch;
      margin: 0;
      color: rgba(255, 255, 255, 0.92);
      line-height: 1.55;
    }

    .resources-conversion-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 14px;
    }

    .resources-conversion-actions a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 0 22px;
      border: 1px solid rgba(255, 255, 255, 0.5);
      border-radius: 10px;
      color: #ffffff;
      font-weight: 900;
      text-decoration: none;
    }

    .resources-conversion-actions a:first-child {
      border-color: #ffffff;
      background: #ffffff;
      color: #007a3d;
    }

    .medical-trust {
      display: grid;
      grid-template-columns: 76px minmax(0, 1fr);
      gap: 22px;
      align-items: center;
      padding: 24px 30px;
      border: 1px solid rgba(0, 122, 61, 0.16);
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.94);
      box-shadow: 0 14px 30px rgba(17, 24, 32, 0.05);
      text-align: left;
    }

    .medical-trust img {
      width: 70px;
      height: 70px;
      object-fit: contain;
    }

    .medical-trust h2 {
      margin: 0 0 8px;
      color: #101820;
      font-family: "Manrope", "Segoe UI", sans-serif;
      font-size: 24px;
      letter-spacing: 0;
    }

    .medical-trust p {
      margin: 0;
      color: #3f4d58;
      line-height: 1.6;
    }

    @media (max-width: 980px) {
      .resources-hero,
      .resources-conversion {
        grid-template-columns: 1fr;
      }

      .resources-visual {
        min-height: 260px;
      }

      .audience-grid,
      .featured-resource-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .resource-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .soro-feed-panel .soro-blog-list {
        grid-template-columns: 1fr;
      }

      .resources-conversion-actions {
        justify-content: flex-start;
      }

      .resources-conversion {
        grid-template-columns: 90px minmax(0, 1fr);
      }

      .resources-conversion-art {
        display: none;
      }
    }

    @media (max-width: 700px) {
      body.page-blog main {
        width: min(100%, 390px);
        max-width: 390px;
        box-sizing: border-box;
        padding-left: 16px;
        padding-right: 16px;
        margin-left: 0;
        margin-right: auto;
        overflow: hidden;
      }

      body.page-blog,
      .resources-page {
        overflow-x: hidden;
      }

      .resources-page {
        width: 100%;
        max-width: 358px;
        margin-left: 0;
        margin-right: auto;
      }

      .resources-hero {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        padding: 26px 20px;
      }

      .resources-hero-copy {
        order: 1;
      }

      .resource-filter-chips {
        order: 2;
      }

      .resources-visual {
        order: 3;
      }

      .resources-hero-copy,
      .resources-hero .lead {
        width: 100%;
        max-width: 100%;
        overflow-wrap: break-word;
      }

      .resources-hero h1 {
        width: 100%;
        max-width: 100%;
        font-size: clamp(30px, 7.8vw, 34px);
        line-height: 1.12;
        overflow-wrap: break-word;
        white-space: normal;
      }

      .resources-hero h1 span {
        display: block;
      }

      .resources-title-desktop {
        display: none !important;
      }

      .resources-title-mobile {
        display: block !important;
      }

      .resources-hero .lead {
        font-size: 15px;
        width: 100%;
        max-width: 100%;
      }

      .resource-search,
      .resource-filter-chips {
        width: 100%;
        max-width: 100%;
      }

      .resource-filter-chips {
        flex-wrap: nowrap;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0 0 4px;
        overflow-x: auto;
        scroll-snap-type: x proximity;
      }

      .resource-chip {
        flex: 0 0 auto;
        width: auto;
        min-width: 84px;
        scroll-snap-align: start;
      }

      .resources-visual {
        min-height: 230px;
      }

      .resources-device {
        left: 0;
        bottom: 8px;
        width: 58%;
        max-height: 160px;
      }

      .resources-hero-phone {
        left: 41%;
        width: 132px;
        height: 228px;
      }

      .resources-home-icon {
        width: 112px;
        height: 112px;
        top: 74px;
      }

      .resource-section-head,
      .resource-toolbar {
        display: grid;
        justify-content: stretch;
      }

      .resource-sort {
        width: 100%;
      }

      .audience-grid,
      .featured-resource-grid,
      .resource-grid {
        grid-template-columns: 1fr;
      }

      .audience-card {
        grid-template-columns: 64px minmax(0, 1fr);
        padding: 20px;
      }

      .audience-icon,
      .audience-icon img {
        width: 62px;
        height: 62px;
      }

      .resource-card,
      .resource-card.is-compact {
        grid-template-rows: 190px auto;
        min-height: auto;
      }

      .soro-feed-panel {
        padding: 16px;
      }

      .soro-feed-panel .soro-blog-card {
        grid-template-columns: 1fr;
      }

      .soro-feed-panel .soro-blog-card-image {
        min-height: 180px;
      }

      .resources-conversion,
      .medical-trust {
        grid-template-columns: 1fr;
        padding: 26px 20px;
        text-align: left;
      }

      .resources-conversion-icon,
      .resources-conversion-art {
        display: none;
      }

      .resources-conversion-actions {
        display: grid;
        grid-template-columns: 1fr;
      }
    }
