html,
body {
    background:
        radial-gradient(circle at 12% 8%, rgba(13,110,253,.07), transparent 26%),
        radial-gradient(circle at 88% 24%, rgba(22,131,255,.06), transparent 24%),
        #f8fbff;
    color: #1f2a37;
}

.resources-container {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
}

/* HERO */

.resources-hero {
    position: relative;
    overflow: hidden;
    padding: 82px 0 112px;
    background:
        radial-gradient(circle at 16% 30%, rgba(22,131,255,.16), transparent 34%),
        radial-gradient(circle at 86% 8%, rgba(8,102,216,.10), transparent 26%),
        linear-gradient(135deg, #f7fbff 0%, #ffffff 62%);
    border-bottom: 1px solid rgba(8,42,101,.08);
}

.resources-hero::after {
    content: "";
    position: absolute;
    right: -150px;
    top: -150px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(8,102,216,.075);
    pointer-events: none;
}

.resources-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 100%;
}

.breadcrumb-clean {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(234,244,255,.92);
    border: 1px solid rgba(13,110,253,.08);
    color: #075bbb;
    font-size: 13px;
    font-weight: 750;
    margin-bottom: 18px;
    box-shadow: 0 8px 24px rgba(8,41,77,.04);
}

.breadcrumb-clean a {
    color: #075bbb;
    text-decoration: none;
}

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

.breadcrumb-clean span {
    color: #4775aa;
}

.resources-kicker,
.section-kicker {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eaf4ff;
    border: 1px solid rgba(13,110,253,.08);
    color: #075bbb;
    font-weight: 850;
    font-size: 13px;
    box-shadow: 0 8px 24px rgba(8,41,77,.04);
}

.resources-kicker {
    margin-bottom: 18px;
}

.resources-hero h1 {
    font-size: clamp(38px, 5vw, 66px);
    line-height: 1.02;
    font-weight: 950;
    letter-spacing: -0.06em;
    color: #071b46;
    margin-bottom: 20px;
    max-width: 1180px;
}

.resources-hero p {
    font-size: 18px;
    line-height: 1.72;
    color: #59667d;
    margin-bottom: 0;
    max-width: 100%;
}

.hero-actions,
.command-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.hero-primary-btn,
.hero-secondary-btn,
.command-btn-primary,
.command-btn-secondary {
    border-radius: 999px;
    padding: 15px 24px;
    font-weight: 850;
}

.hero-primary-btn,
.command-btn-primary {
    box-shadow: 0 16px 38px rgba(13,110,253,.26);
}

.hero-primary-btn span,
.command-btn-primary span,
.resources-cta-btn span {
    margin-left: 6px;
}

.hero-secondary-btn,
.command-btn-secondary {
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(8,42,101,.12);
    color: #08294d;
    box-shadow: 0 12px 30px rgba(8,41,77,.07);
}

.hero-secondary-btn:hover,
.command-btn-secondary:hover {
    color: #0d6efd;
    background: #fff;
    border-color: rgba(13,110,253,.28);
}

/* COMMON */

.resources-intro-section,
.featured-resources-section,
.patient-journey-section,
.resource-library-section,
.external-links-section,
.resources-faq-section,
.resources-cta-section {
    background: transparent;
    position: relative;
}

.section-header {
    margin-bottom: 32px;
}

.section-header h2 {
    color: #08294d;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.06;
    font-weight: 950;
    letter-spacing: -0.05em;
    margin-top: 18px;
    margin-bottom: 14px;
}

.section-header p {
    color: #667085;
    font-size: 18px;
    line-height: 1.76;
    margin: 0;
    max-width: 100%;
}

/* INTRO */

.resources-intro-section {
    padding: 56px 0 70px;
}

.resources-command-panel {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 34px;
    align-items: stretch;
    background:
        radial-gradient(circle at 92% 12%, rgba(13,110,253,.10), transparent 28%),
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.94));
    border: 1px solid rgba(8,42,101,.10);
    border-radius: 36px;
    padding: 46px;
    box-shadow:
        0 26px 78px rgba(8,42,101,.10),
        inset 0 1px 0 rgba(255,255,255,.75);
}

.resources-command-copy h2 {
    color: #08294d;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -0.055em;
    margin: 18px 0;
}

.resources-command-copy p {
    color: #667085;
    font-size: 18px;
    line-height: 1.78;
    margin: 0;
    max-width: 100%;
}

.resources-command-dashboard {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.resource-dashboard-card {
    min-height: 132px;
    padding: 22px;
    border-radius: 26px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(13,110,253,.08);
    box-shadow: 0 14px 36px rgba(8,41,77,.055);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.resource-dashboard-card.main {
    grid-row: span 2;
    background:
        radial-gradient(circle at 85% 12%, rgba(255,255,255,.18), transparent 28%),
        linear-gradient(160deg, #08294d, #0d6efd);
    color: #fff;
}

.resource-dashboard-card span {
    display: block;
    color: #667085;
    font-size: 13px;
    font-weight: 850;
    margin-bottom: 8px;
}

.resource-dashboard-card.main span {
    color: rgba(255,255,255,.72);
}

.resource-dashboard-card strong {
    display: block;
    color: #075bbb;
    font-size: 28px;
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -0.045em;
}

.resource-dashboard-card.main strong {
    color: #fff;
    font-size: 48px;
}

.resource-dashboard-card p {
    color: rgba(255,255,255,.78);
    line-height: 1.55;
    margin: 12px 0 0;
}

/* FEATURED */

.featured-resources-section {
    padding: 0 0 70px;
}

.featured-resources-grid {
    display: grid;
    grid-template-columns: 1.15fr .925fr .925fr;
    gap: 22px;
}

.featured-resource-card {
    display: block;
    color: inherit;
    text-decoration: none;
    background: #fff;
    border: 1px solid rgba(8,42,101,.10);
    border-radius: 34px;
    padding: 34px;
    box-shadow: 0 24px 70px rgba(8,41,77,.08);
    transition: all .22s ease;
}

.featured-resource-card.primary {
    background:
        radial-gradient(circle at 86% 12%, rgba(255,255,255,.18), transparent 28%),
        linear-gradient(160deg, #08294d, #0d6efd);
    color: #fff;
}

.featured-resource-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 88px rgba(8,41,77,.12);
}

.featured-icon {
    width: 62px;
    height: 62px;
    border-radius: 22px;
    display: grid;
    place-items: center;
    font-size: 28px;
    background: #f8fbff;
    margin-bottom: 22px;
}

.featured-resource-card.primary .featured-icon {
    background: rgba(255,255,255,.12);
}

.featured-resource-card span {
    display: block;
    color: #075bbb;
    font-weight: 900;
    margin-bottom: 10px;
}

.featured-resource-card.primary span {
    color: rgba(255,255,255,.74);
}

.featured-resource-card h3 {
    color: #08294d;
    font-size: 26px;
    line-height: 1.16;
    font-weight: 950;
    letter-spacing: -0.04em;
    margin-bottom: 12px;
}

.featured-resource-card.primary h3 {
    color: #fff;
}

.featured-resource-card p {
    color: #667085;
    line-height: 1.7;
    margin-bottom: 18px;
}

.featured-resource-card.primary p {
    color: rgba(255,255,255,.82);
}

.featured-resource-card em {
    color: #0d6efd;
    font-style: normal;
    font-weight: 900;
}

.featured-resource-card.primary em {
    color: #fff;
}

/* JOURNEY */

.patient-journey-section {
    padding: 0 0 70px;
}

.journey-panel {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 34px;
    background:
        radial-gradient(circle at 14% 18%, rgba(13,110,253,.08), transparent 28%),
        #fff;
    border: 1px solid rgba(8,42,101,.10);
    border-radius: 36px;
    padding: 42px;
    box-shadow: 0 26px 78px rgba(8,41,77,.09);
}

.journey-copy h2 {
    color: #08294d;
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.06;
    font-weight: 950;
    letter-spacing: -0.05em;
    margin: 18px 0;
}

.journey-copy p {
    color: #667085;
    font-size: 18px;
    line-height: 1.76;
    margin: 0;
}

.journey-steps {
    display: grid;
    gap: 14px;
}

.journey-step {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    align-items: start;
    padding: 20px;
    border-radius: 26px;
    background: #f8fbff;
    border: 1px solid rgba(13,110,253,.08);
}

.journey-step > span {
    width: 48px;
    height: 48px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #eef8ff, #dcefff);
    color: #075bbb;
    font-weight: 950;
}

.journey-step strong {
    display: block;
    color: #08294d;
    font-size: 18px;
    font-weight: 950;
    margin-bottom: 5px;
}

.journey-step p {
    color: #667085;
    line-height: 1.58;
    margin: 0;
}

/* LIBRARY */

.resource-library-section {
    padding: 0 0 70px;
}

.resource-library-panel {
    background: #fff;
    border: 1px solid rgba(8,42,101,.10);
    border-radius: 36px;
    padding: 34px;
    box-shadow: 0 26px 78px rgba(8,41,77,.09);
}

.library-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 8px;
    margin-bottom: 26px;
    border-radius: 999px;
    background: #f8fbff;
    border: 1px solid rgba(13,110,253,.08);
}

.library-filter {
    appearance: none;
    border: 0;
    border-radius: 999px;
    padding: 12px 18px;
    background: transparent;
    color: #526173;
    font-weight: 900;
    cursor: pointer;
    transition: all .2s ease;
}

.library-filter:hover {
    background: #fff;
    color: #0d6efd;
}

.library-filter.active {
    background: #0d6efd;
    color: #fff;
    box-shadow: 0 12px 30px rgba(13,110,253,.26);
}

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

.library-card {
    background: #f8fbff;
    border: 1px solid rgba(13,110,253,.08);
    border-radius: 26px;
    padding: 24px;
    transition: all .22s ease;
}

.library-card:hover {
    transform: translateY(-2px);
    background: #fff;
    box-shadow: 0 18px 42px rgba(8,41,77,.08);
}

.library-card-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.library-card-top span,
.library-card-top em {
    display: inline-flex;
    padding: 7px 11px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    font-style: normal;
}

.library-card-top span {
    background: #eaf4ff;
    color: #075bbb;
}

.library-card-top em {
    background: #fff;
    color: #667085;
    border: 1px solid rgba(8,42,101,.08);
}

.library-card h3 {
    color: #08294d;
    font-size: 21px;
    line-height: 1.22;
    font-weight: 950;
    letter-spacing: -0.035em;
    margin-bottom: 10px;
}

.library-card p {
    color: #667085;
    line-height: 1.66;
    margin-bottom: 16px;
}

.library-card a {
    color: #0d6efd;
    font-weight: 900;
    text-decoration: none;
}

.library-card a:hover {
    text-decoration: underline;
}

/* EXTERNAL */

.external-links-section {
    padding: 0 0 70px;
}

.external-panel {
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    gap: 30px;
    background:
        radial-gradient(circle at 14% 18%, rgba(13,110,253,.08), transparent 28%),
        #fff;
    border: 1px solid rgba(8,42,101,.10);
    border-radius: 36px;
    padding: 42px;
    box-shadow: 0 26px 78px rgba(8,41,77,.09);
}

.external-copy h2 {
    color: #08294d;
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.06;
    font-weight: 950;
    letter-spacing: -0.05em;
    margin: 18px 0;
}

.external-copy p {
    color: #667085;
    font-size: 18px;
    line-height: 1.76;
    margin: 0;
}

.external-list {
    display: grid;
    gap: 14px;
}

.external-link-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 20px;
    border-radius: 26px;
    background: #f8fbff;
    border: 1px solid rgba(13,110,253,.08);
    color: inherit;
    text-decoration: none;
    transition: all .22s ease;
}

.external-link-row:hover {
    transform: translateY(-2px);
    background: #fff;
    box-shadow: 0 18px 42px rgba(8,41,77,.08);
}

.external-link-row strong {
    display: block;
    color: #08294d;
    font-size: 18px;
    font-weight: 950;
    margin-bottom: 5px;
}

.external-link-row span {
    color: #667085;
    line-height: 1.58;
}

.external-link-row em {
    color: #0d6efd;
    font-style: normal;
    font-weight: 900;
    white-space: nowrap;
}

/* FAQ */

.resources-faq-section {
    padding: 0 0 70px;
}

.resources-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.faq-card {
    background: #fff;
    border: 1px solid rgba(8,42,101,.10);
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 18px 45px rgba(8,41,77,.06);
}

.faq-card h3 {
    color: #08294d;
    font-size: 21px;
    font-weight: 950;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
}

.faq-card p {
    color: #667085;
    line-height: 1.72;
    margin: 0;
}

/* CTA */

.resources-cta-section {
    padding: 0 0 78px;
}

.resources-cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background:
        radial-gradient(circle at 20% 20%, rgba(13,110,253,.10), transparent 32%),
        #fff;
    border: 1px solid rgba(8,42,101,.10);
    border-radius: 34px;
    padding: 40px 44px;
    box-shadow: 0 24px 70px rgba(8,41,77,.08);
}

.resources-cta-card h2 {
    color: #08294d;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.12;
    font-weight: 950;
    letter-spacing: -0.05em;
    margin: 18px 0 10px;
}

.resources-cta-card p {
    color: #667085;
    font-size: 17px;
    line-height: 1.66;
    margin: 0;
    max-width: 100%;
}

.resources-cta-btn {
    border-radius: 999px;
    padding: 15px 25px;
    font-weight: 900;
    white-space: nowrap;
    box-shadow: 0 16px 38px rgba(13,110,253,.26);
}

/* RESPONSIVE */

@media (max-width: 1199px) {
    .resources-command-panel,
    .journey-panel,
    .external-panel {
        grid-template-columns: 1fr;
    }

    .resources-command-dashboard {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .resource-dashboard-card.main {
        grid-column: span 4;
        grid-row: auto;
    }

    .featured-resources-grid,
    .library-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .resources-hero {
        padding: 78px 0 86px;
    }

    .resources-cta-card {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .resources-container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .resources-hero {
        padding: 74px 0 76px;
    }

    .resources-hero h1 {
        font-size: 44px;
    }

    .resources-hero p {
        font-size: 16.5px;
    }

    .hero-actions,
    .command-actions {
        display: block;
    }

    .hero-actions .btn,
    .command-actions .btn {
        width: 100%;
    }

    .hero-actions .btn + .btn,
    .command-actions .btn + .btn {
        margin-top: 10px;
    }

    .resources-command-panel,
    .featured-resource-card,
    .journey-panel,
    .resource-library-panel,
    .external-panel,
    .resources-cta-card {
        padding: 26px;
        border-radius: 28px;
    }

    .resources-command-dashboard {
        grid-template-columns: 1fr;
    }

    .resource-dashboard-card.main {
        grid-column: auto;
    }

    .resource-dashboard-card.main strong {
        font-size: 42px;
    }

    .journey-step {
        grid-template-columns: 1fr;
    }

    .library-toolbar {
        border-radius: 26px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .library-filter {
        width: 100%;
    }

    .external-link-row {
        display: block;
    }

    .external-link-row em {
        display: inline-flex;
        margin-top: 12px;
    }

    .resources-faq-grid {
        grid-template-columns: 1fr;
    }

    .section-header h2,
    .journey-copy h2,
    .external-copy h2 {
        font-size: 34px;
    }

    .section-header p,
    .journey-copy p,
    .external-copy p,
    .resources-command-copy p {
        font-size: 17px;
    }
}

@media (max-width: 575px) {
    .resources-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .resources-hero {
        padding: 70px 0 72px;
    }

    .breadcrumb-clean {
        font-size: 13px;
        padding: 7px 12px;
        margin-bottom: 12px;
    }

    .resources-kicker,
    .section-kicker {
        font-size: 12.5px;
        padding: 7px 12px;
    }

    .resources-hero h1 {
        font-size: 40px;
        margin-bottom: 14px;
    }

    .resources-hero p {
        font-size: 16px;
        line-height: 1.6;
    }

    .resources-command-panel,
    .featured-resource-card,
    .journey-panel,
    .resource-library-panel,
    .external-panel,
    .resources-cta-card {
        padding: 22px;
    }

    .library-toolbar {
        grid-template-columns: 1fr;
    }

    .resources-cta-btn {
        width: 100%;
        text-align: center;
    }
}

/* =========================================================
   FIX ICONS WITHOUT EMOJI + PATIENT GUIDE DETAILS
========================================================= */

.featured-icon {
    width: 62px;
    height: 62px;
    border-radius: 22px;
    display: grid;
    place-items: center;
    font-size: 24px;
    font-weight: 950;
    letter-spacing: -0.04em;
    color: #075bbb;
    background: linear-gradient(135deg, #eef8ff, #dcefff);
    margin-bottom: 22px;
    border: 1px solid rgba(13,110,253,.10);
}

.featured-resource-card.primary .featured-icon {
    color: #fff;
    background: rgba(255,255,255,.14);
    border-color: rgba(255,255,255,.16);
}

.icon-patient::after {
    content: "P";
}

.icon-checklist::after {
    content: "C";
}

.icon-doctor::after {
    content: "M";
}

.featured-icon.icon-patient,
.featured-icon.icon-checklist,
.featured-icon.icon-doctor {
    font-size: 0;
}

.featured-icon.icon-patient::after,
.featured-icon.icon-checklist::after,
.featured-icon.icon-doctor::after {
    font-size: 24px;
}

.patient-guides-section {
    padding: 0 0 70px;
    background: transparent;
    position: relative;
}

.guide-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.guide-detail-card {
    background:
        radial-gradient(circle at 90% 10%, rgba(13,110,253,.07), transparent 28%),
        #fff;
    border: 1px solid rgba(8,42,101,.10);
    border-radius: 32px;
    padding: 32px;
    box-shadow: 0 24px 70px rgba(8,41,77,.08);
}

.guide-detail-index {
    width: 48px;
    height: 48px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #eef8ff, #dcefff);
    color: #075bbb;
    font-weight: 950;
    margin-bottom: 20px;
}

.guide-detail-card h3 {
    color: #08294d;
    font-size: 25px;
    line-height: 1.15;
    font-weight: 950;
    letter-spacing: -0.04em;
    margin-bottom: 14px;
}

.guide-detail-card p {
    color: #667085;
    font-size: 16.5px;
    line-height: 1.72;
    margin-bottom: 16px;
}

.guide-detail-card ul {
    margin: 0;
    padding-left: 20px;
    color: #344054;
}

.guide-detail-card li {
    margin-bottom: 8px;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .guide-detail-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .guide-detail-card {
        padding: 22px;
        border-radius: 26px;
    }
}