 .resources-page {
      padding: 0 7.5rem 5rem 7.5rem;
    }

    .resources-hero {
      margin-top: 3.5rem;
      text-align: center;
      margin-bottom: 2.75rem;
    }

    .resources-hero-label {
      font-size: 0.7rem;
      text-transform: uppercase;
      letter-spacing: 0.14em;
      color: #9ca3af;
      margin-bottom: 0.6rem;
    }

    .resources-hero h1 {
      font-size: 4rem;
      font-weight: 800;
      margin-bottom: 0.4rem;
    }

    .resources-hero h1 span:last-child {
      color: var(--color-accent);
    }

    .resources-hero p {
      font-size: 0.85rem;
      color: var(--color-text-muted);
      max-width: 34rem;
      margin-inline: auto;
    }

    .resources-filters {
      margin-top: 1.8rem;
      display: flex;
      flex-direction: column;
      gap: 0.9rem;
      align-items: center;
    }

    .resources-filter-row {
      display: flex;
      flex-wrap: wrap;
      gap: 0.6rem;
      justify-content: center;
    }

    .resources-chip {
      min-width: 70px;
      padding: 0.35rem 1.1rem;
      border-radius: 999px;
      border: 1px solid #f3f4f6;
      background: #f9fafb;
      font-size: 0.78rem;
      cursor: pointer;
    }

    .resources-chip--active {
      background: #111827;
      color: #ffffff;
      border-color: #111827;
    }

    .resources-search {
      width: 100%;
      max-width: 540px;
      position: relative;
    }

    .resources-search input {
      width: 100%;
      padding: 0.65rem 2.2rem 0.65rem 2.2rem;
      border-radius: 999px;
      border: 1px solid #e5e7eb;
      font-size: 0.85rem;
      background: #f9fafb;
    }

    .resources-search-icon {
      position: absolute;
      left: 0.85rem;
      top: 50%;
      transform: translateY(-50%);
      color: #9ca3af;
      font-size: 0.85rem;
    }

    /* Proverbs row */
    .resources-proverbs {
      margin-top: 3rem;
      margin-bottom: 2.5rem;
    }

    .resources-section-title {
      font-size: 0.9rem;
      font-weight: 600;
      margin-bottom: 0.4rem;
    }

    .resources-section-sub {
      font-size: 0.8rem;
      color: #6b7280;
      margin-bottom: 1.2rem;
      max-width: 34rem;
    }

    .proverb-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.9rem;
    }

    .proverb-card {
      border-radius: 0.85rem;
      border: 1px solid #f3f4f6;
      background: #ffffff;
      padding: 0.8rem 1rem;
      font-size: 0.8rem;
    }

    .proverb-igbo {
      font-weight: 600;
      margin-bottom: 0.15rem;
    }

    .proverb-english {
      color: #6b7280;
    }

    /* Resource cards */
    .resources-all {
      margin-top: 0.5rem;
      margin-bottom: 7rem;
    }

    .resources-all-header {
      margin-bottom: 1rem;
      font-size: 0.9rem;
      font-weight: 600;
    }

    .resources-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1rem;
    }

    .resource-card {
      border-radius: 1rem;
      border: 1px solid #f3f4f6;
      background: #ffffff;
      padding: 0.95rem 1rem;
      font-size: 0.8rem;
      box-shadow: 0 10px 24px rgba(15, 23, 42, 0.03);
      display: flex;
      flex-direction: column;
      gap: 0.45rem;
    }

    .resource-meta {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 0.75rem;
      color: #9ca3af;
    }

    .resource-tag {
      border-radius: 999px;
      border: 1px solid #fee2e2;
      padding: 0.15rem 0.6rem;
      color: #ea580c;
      background: #fff7ed;
      font-size: 0.7rem;
    }

    .resource-title {
      font-weight: 600;
      font-size: 0.9rem;
    }

    .resource-body {
      color: #6b7280;
      font-size: 0.8rem;
    }

    .resource-link {
      margin-top: 0.5rem;
      display: inline-flex;
      align-items: center;
      gap: 0.25rem;
      font-size: 0.8rem;
      color: #ea580c;
      font-weight: 500;
      background: transparent;
      border: none;
      cursor: pointer;
      padding: 0;
    }

    .resource-link i {
      font-size: 0.7rem;
    }

    /* CTA strip */
    .resources-cta {
      margin-top: 3.5rem;
      margin-bottom: 3rem;
      border-radius: 1.5rem;
      background: #fff7ed;
      padding: 2.2rem 2.5rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 2rem;
    }

    .resources-cta-text {
      max-width: 22rem;
      font-size: 0.9rem;
    }

    .resources-cta-text h2 {
      font-size: 1.2rem;
      margin-bottom: 0.3rem;
    }

    .resources-cta-text p {
      font-size: 0.85rem;
      color: #6b7280;
      margin-bottom: 0.8rem;
    }

    .resources-cta-stores {
      display: flex;
      flex-direction: column;
      gap: 0.7rem;
      align-items: flex-end;
    }

    .resources-cta-stores .store-row {
      display: flex;
      gap: 0.5rem;
    }

    .resources-cta-stores img {
      width: 130px;
    }

    .resources-cta small {
      font-size: 0.7rem;
      color: #9ca3af;
    }

    /* Footer meta reused from faq style */
    .resources-footer-meta {
      margin-top: 2.5rem;
      display: flex;
      flex-direction: column;
      gap: 2rem;
      border-top: 1px solid #f3f4f6;
      padding-top: 1.5rem;
      font-size: 0.8rem;
    }

    .resources-footer-top {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 2rem;
      align-items: flex-start;
    }

    .resources-social {
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
    }

    .resources-social-icons {
      display: flex;
      gap: 0.6rem;
      color: #9ca3af;
      font-size: 0.85rem;
    }

    .resources-footer-links {
      display: flex;
      gap: 3rem;
      color: #6b7280;
    }

    .resources-footer-links ul {
      list-style: none;
      padding-left: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 0.25rem;
    }

    .resources-logo-strip {
      margin-top: 2rem;
      text-align: center;
    }

    .resources-logo-strip h2 {
      font-size: 3rem;
      margin-bottom: 1.3rem;
    }

    .resources-logo-strip h2 span:last-child {
      color: var(--color-accent);
    }

    .resources-logo-avatars {
      display: flex;
      justify-content: center;
      gap: 1.5rem;
      flex-wrap: wrap;
    }

    .resources-logo-avatar {
      width: 72px;
      height: 72px;
      border-radius: 1.5rem;
      background: #fee2e2;
    }

    /* Detail page layout */
    .resource-detail-page {
      padding: 0 7.5rem 5rem 7.5rem;
    }

    .resource-detail-back {
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
      font-size: 0.85rem;
      color: #6b7280;
      margin-top: 2.5rem;
      margin-bottom: 1.5rem;
    }

    .resource-detail-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
      gap: 2rem;
      align-items: flex-start;
    }

    .resource-detail-main {
      background: #ffffff;
      border-radius: 1.25rem;
      padding: 1.75rem 1.6rem;
      box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
    }

    .resource-detail-main h1 {
      font-size: 1.4rem;
      margin-bottom: 0.25rem;
    }

    .resource-detail-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem;
      font-size: 0.8rem;
      color: #9ca3af;
      margin-bottom: 0.75rem;
    }

    .resource-detail-tag {
      border-radius: 999px;
      border: 1px solid #fee2e2;
      padding: 0.15rem 0.6rem;
      color: #ea580c;
      background: #fff7ed;
      font-size: 0.7rem;
    }

    .resource-detail-description {
      font-size: 0.9rem;
      color: #4b5563;
      margin-top: 0.75rem;
      margin-bottom: 1.2rem;
    }

    .resource-detail-section-title {
      font-size: 0.85rem;
      font-weight: 600;
      margin-bottom: 0.35rem;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: #9ca3af;
    }

    .resource-detail-list {
      list-style: none;
      padding-left: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
      font-size: 0.85rem;
      color: #6b7280;
    }

    .resource-detail-link {
      margin-top: 1.25rem;
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
      font-size: 0.85rem;
      color: #ffffff;
    }

    .resource-detail-aside {
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }

    .resource-detail-card-small {
      border-radius: 1rem;
      border: 1px solid #f3f4f6;
      background: #ffffff;
      padding: 1rem 1.1rem;
      font-size: 0.8rem;
    }

    .resource-detail-card-small h2 {
      font-size: 0.95rem;
      margin-bottom: 0.45rem;
    }

    .resource-detail-empty {
      margin-top: 4rem;
      text-align: center;
      color: #6b7280;
    }

    @media (max-width: 960px) {
      .resources-page {
        padding: 0 1.25rem 4rem 1.25rem;
      }

      .proverb-grid {
        grid-template-columns: minmax(0,1fr);
      }

      .resources-grid {
        grid-template-columns: minmax(0,1fr);
      }

      .resources-cta {
        flex-direction: column;
        align-items: flex-start;
      }

      .resources-cta-stores {
        align-items: flex-start;
      }

      .resources-footer-top {
        flex-direction: column;
      }

      .resource-detail-page {
        padding: 0 1.25rem 4rem 1.25rem;
      }

      .resource-detail-grid {
        grid-template-columns: minmax(0, 1fr);
      }
    }

     @media (max-width: 480px) {
        .resources-hero h1 {
      font-size: 2rem;
    }
     }
