/* CyberNetProf Resources Hub 1.0.0 */

.cnpr-page {
    --cnpr-navy: #07142f;
    --cnpr-navy-2: #0a214b;
    --cnpr-blue: #0057e7;
    --cnpr-blue-2: #168cff;
    --cnpr-sky: #69ccff;
    --cnpr-bg: #f7fbff;
    --cnpr-soft: #eef7ff;
    --cnpr-white: #ffffff;
    --cnpr-text: #17243a;
    --cnpr-muted: #65758c;
    --cnpr-line: #dbe8f5;
    --cnpr-red: #d9364f;
    --cnpr-green: #23b57e;
    position: relative;
    left: 50%;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 -50vw !important;
    overflow: hidden;
    color: var(--cnpr-text);
    background: var(--cnpr-white);
    font-family: Inter, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.cnpr-page *,
.cnpr-page *::before,
.cnpr-page *::after {
    box-sizing: border-box;
}

.cnpr-page h1,
.cnpr-page h2,
.cnpr-page h3,
.cnpr-page p {
    margin-top: 0;
}

.cnpr-page h1,
.cnpr-page h2,
.cnpr-page h3 {
    font-family: "Plus Jakarta Sans", Inter, Arial, sans-serif;
    letter-spacing: -.035em;
}

.cnpr-page a {
    text-decoration: none;
}

.cnpr-shell {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.cnpr-section {
    padding: 105px 0;
}

.cnpr-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 19px;
    color: var(--cnpr-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    line-height: 1;
}

.cnpr-label span {
    width: 34px;
    height: 1px;
    background: linear-gradient(90deg, transparent, currentColor);
}

.cnpr-label span:last-child {
    background: linear-gradient(90deg, currentColor, transparent);
}

.cnpr-label-light {
    color: #7ed2ff;
}

.cnpr-section-head {
    max-width: 850px;
    margin: 0 auto 50px;
    text-align: center;
}

.cnpr-section-head h2,
.cnpr-final h2,
.cnpr-library h2 {
    margin-bottom: 18px;
    color: var(--cnpr-navy);
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.08;
}

.cnpr-section-head > p {
    max-width: 760px;
    margin: 0 auto;
    color: var(--cnpr-muted);
    font-size: 17px;
    line-height: 1.75;
}

.cnpr-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.cnpr-btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 23px;
    border: 1px solid transparent;
    border-radius: 13px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.cnpr-btn:hover {
    transform: translateY(-2px);
}

.cnpr-btn-primary {
    color: #fff !important;
    background: linear-gradient(135deg, #147bff, #0052d7);
    box-shadow: 0 14px 32px rgba(0, 87, 231, .30);
}

.cnpr-btn-primary:hover {
    box-shadow: 0 18px 38px rgba(0, 87, 231, .42);
}

.cnpr-btn-ghost {
    color: #e8f6ff !important;
    background: rgba(255,255,255,.06);
    border-color: rgba(157,213,255,.28);
}

.cnpr-btn-ghost:hover {
    background: rgba(255,255,255,.11);
}

/* Hero */
.cnpr-hero {
    position: relative;
    min-height: 690px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 87% 12%, rgba(0,108,255,.33), transparent 30%),
        linear-gradient(110deg, #061229 0%, #081b3e 56%, #0c2a5e 100%);
}

.cnpr-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .17;
    background-image:
        linear-gradient(rgba(107,196,255,.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(107,196,255,.18) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to right, transparent, #000 34%, #000);
}

.cnpr-hero::after {
    content: "";
    position: absolute;
    left: 48%;
    bottom: -330px;
    width: 620px;
    height: 620px;
    border: 1px solid rgba(105,204,255,.13);
    border-radius: 50%;
    box-shadow: 0 0 0 86px rgba(105,204,255,.025), 0 0 0 172px rgba(105,204,255,.018);
}

.cnpr-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, .75fr);
    gap: 78px;
    align-items: center;
    padding: 80px 0;
}

.cnpr-hero-copy h1 {
    max-width: 750px;
    margin-bottom: 27px;
    color: #fff;
    font-size: clamp(46px, 5.2vw, 70px);
    font-weight: 800;
    line-height: 1.03;
}

.cnpr-hero-copy h1 span {
    color: #66caff;
    background: linear-gradient(90deg, #73d1ff, #238aff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cnpr-hero-copy > p {
    max-width: 690px;
    margin-bottom: 33px;
    color: #c4d1e3;
    font-size: 18px;
    line-height: 1.75;
}

.cnpr-hero-panel {
    position: relative;
    padding: 37px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(145deg, rgba(255,255,255,.105), rgba(255,255,255,.035));
    border: 1px solid rgba(132,209,255,.25);
    border-radius: 27px;
    box-shadow: 0 30px 80px rgba(0,5,20,.35), inset 0 1px 0 rgba(255,255,255,.12);
    backdrop-filter: blur(18px);
}

.cnpr-hero-panel::after {
    content: "";
    position: absolute;
    top: -100px;
    right: -80px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: rgba(0,103,255,.26);
}

.cnpr-signal,
.cnpr-refresh {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #81d4ff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
}

.cnpr-signal span,
.cnpr-refresh i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--cnpr-green);
    box-shadow: 0 0 0 6px rgba(35,181,126,.12);
}

.cnpr-hero-panel h2 {
    position: relative;
    z-index: 1;
    margin: 25px 0 16px;
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.14;
}

.cnpr-hero-panel > p {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    color: #bdcce0;
    font-size: 15px;
    line-height: 1.7;
}

.cnpr-topic-row {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 25px;
}

.cnpr-topic-row span {
    padding: 7px 11px;
    color: #dff4ff;
    background: rgba(0,112,255,.17);
    border: 1px solid rgba(113,207,255,.18);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
}

.cnpr-refresh {
    color: #9fafc3;
    letter-spacing: 0;
    font-size: 11px;
}

.cnpr-refresh i {
    width: 7px;
    height: 7px;
    box-shadow: none;
}

/* Live intelligence */
.cnpr-intelligence {
    background:
        radial-gradient(circle at 12% 6%, rgba(0,87,231,.08), transparent 26%),
        linear-gradient(180deg, #f1f8ff, #fff);
    border-top: 1px solid rgba(0,87,231,.08);
    border-bottom: 1px solid rgba(0,87,231,.08);
}

.cnpr-feed-group + .cnpr-feed-group {
    margin-top: 56px;
}

.cnpr-feed-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 19px;
}

.cnpr-feed-title > div {
    display: flex;
    align-items: center;
    gap: 13px;
}

.cnpr-feed-title strong,
.cnpr-feed-title small {
    display: block;
}

.cnpr-feed-title strong {
    margin-bottom: 3px;
    color: var(--cnpr-navy);
    font-family: "Plus Jakarta Sans", Inter, sans-serif;
    font-size: 18px;
}

.cnpr-feed-title small {
    color: var(--cnpr-muted);
    font-size: 12px;
}

.cnpr-feed-title > a {
    color: var(--cnpr-blue);
    font-size: 13px;
    font-weight: 800;
}

.cnpr-feed-mark {
    min-width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    padding: 0 7px;
    color: #fff;
    background: var(--cnpr-blue);
    border-radius: 13px;
    font-size: 11px;
    font-weight: 800;
}

.cnpr-feed-mark-red {
    background: var(--cnpr-red);
}

.cnpr-card-grid {
    display: grid;
    gap: 18px;
}

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

.cnpr-card-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cnpr-feed-card,
.cnpr-source-card,
.cnpr-reference-card {
    position: relative;
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 27px;
    background: #fff;
    border: 1px solid var(--cnpr-line);
    border-radius: 20px;
    box-shadow: 0 14px 42px rgba(15,49,89,.075);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.cnpr-feed-card {
    min-height: 340px;
    border-top: 3px solid var(--cnpr-blue);
}

.cnpr-feed-card-alert {
    border-top-color: var(--cnpr-red);
}

.cnpr-feed-card:hover,
.cnpr-source-card:hover,
.cnpr-reference-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0,87,231,.28);
    box-shadow: 0 24px 58px rgba(15,49,89,.13);
}

.cnpr-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 22px;
}

.cnpr-card-meta time {
    color: var(--cnpr-muted);
    font-size: 11px;
    font-weight: 600;
}

.cnpr-pill {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 6px 9px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
}

.cnpr-pill-danger {
    color: #a0152d;
    background: #ffebef;
}

.cnpr-pill-info {
    color: #0051b8;
    background: #e8f3ff;
}

.cnpr-feed-card h3,
.cnpr-source-card h3,
.cnpr-reference-card h3 {
    margin-bottom: 12px;
    color: var(--cnpr-navy);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
}

.cnpr-product {
    display: block;
    margin-bottom: 11px;
    color: var(--cnpr-blue);
    font-size: 12px;
    line-height: 1.5;
}

.cnpr-feed-card p,
.cnpr-source-card p,
.cnpr-reference-card p {
    margin-bottom: 24px;
    color: var(--cnpr-muted);
    font-size: 14px;
    line-height: 1.68;
}

.cnpr-feed-card > a,
.cnpr-source-card > a,
.cnpr-reference-card > a {
    margin-top: auto;
    color: var(--cnpr-blue);
    font-size: 13px;
    font-weight: 800;
}

.cnpr-feed-fallback {
    grid-column: 1 / -1;
    min-height: 220px;
}

.cnpr-attribution {
    margin: 15px 0 0;
    color: #7b899c;
    font-size: 11px;
    text-align: right;
}

/* Patch centre */
.cnpr-patches {
    background:
        radial-gradient(circle at 87% 10%, rgba(65,180,255,.13), transparent 28%),
        linear-gradient(180deg, #eaf6ff, #f7fbff);
    border-top: 4px solid #46b8f8;
}

.cnpr-source-card {
    min-height: 300px;
    border-top: 3px solid #46b8f8;
}

.cnpr-source-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    margin-bottom: 23px;
    color: #fff;
    background: linear-gradient(145deg, #30a8ed, #0871d7);
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(26,137,217,.22);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    font-weight: 800;
}

/* Reference desk */
.cnpr-reference {
    background: #fff;
    border-top: 4px solid #22a781;
}

.cnpr-reference-card {
    min-height: 340px;
}

.cnpr-reference-card:nth-child(4n+1) { border-top: 3px solid #0057e7; }
.cnpr-reference-card:nth-child(4n+2) { border-top: 3px solid #22a781; }
.cnpr-reference-card:nth-child(4n+3) { border-top: 3px solid #7048d7; }
.cnpr-reference-card:nth-child(4n) { border-top: 3px solid #e49a20; }

.cnpr-reference-tag {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 35px;
    margin-bottom: 22px;
    padding: 7px 11px;
    color: #0054c8;
    background: #eaf4ff;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .07em;
}

/* Members library */
.cnpr-library {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 88% 8%, rgba(0,107,255,.25), transparent 30%),
        linear-gradient(135deg, #07142f, #0c2a57);
}

.cnpr-library::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .11;
    background-image: radial-gradient(rgba(116,205,255,.9) 1px, transparent 1px);
    background-size: 30px 30px;
}

.cnpr-library-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(520px, 1.28fr);
    gap: 58px;
    align-items: center;
}

.cnpr-library h2 {
    color: #fff;
}

.cnpr-library-copy > p {
    margin-bottom: 26px;
    color: #c3d0e0;
    font-size: 16px;
    line-height: 1.75;
}

.cnpr-included {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 28px;
    color: #f0f8ff;
    font-size: 13px;
    font-weight: 700;
}

.cnpr-included span {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--cnpr-blue);
    border-radius: 50%;
    font-size: 12px;
    line-height: 1;
}

.cnpr-library-panel {
    padding: 24px 29px;
    background: rgba(255,255,255,.065);
    border: 1px solid rgba(148,211,255,.22);
    border-radius: 23px;
    box-shadow: 0 28px 70px rgba(0,5,20,.32);
    backdrop-filter: blur(15px);
}

.cnpr-module-list {
    display: grid;
}

.cnpr-module-row {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    gap: 15px;
    align-items: center;
    min-height: 88px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(190,224,248,.17);
}

.cnpr-module-row:last-child {
    border-bottom: 0;
}

.cnpr-module-number {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    padding: 0;
    color: #fff;
    background: #0868db;
    border: 1px solid rgba(142,211,255,.18);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    font-variant-numeric: tabular-nums;
}

.cnpr-module-row strong,
.cnpr-module-row small {
    display: block;
}

.cnpr-module-row strong {
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
}

.cnpr-module-row small {
    color: #b9c9dc;
    font-size: 12px;
    line-height: 1.5;
}

.cnpr-member-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    color: #fff;
    background: rgba(0,103,231,.62);
    border: 1px solid rgba(123,205,255,.19);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
}

.cnpr-library-empty {
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cnpr-library-empty > span {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    color: #fff;
    background: var(--cnpr-green);
    border-radius: 50%;
    font-size: 22px;
}

.cnpr-library-empty h3 {
    margin-bottom: 9px;
    color: #fff;
    font-size: 22px;
}

.cnpr-library-empty p {
    margin: 0;
    color: #c1d0e2;
}

.cnpr-customer-library {
    display: grid;
    gap: 27px;
}

.cnpr-resource-module h3 {
    margin-bottom: 13px;
    color: #78d1ff;
    font-size: 18px;
}

.cnpr-resource-row {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(190,224,248,.17);
}

.cnpr-resource-row:last-child {
    border-bottom: 0;
}

.cnpr-resource-type {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 9px;
    color: #fff;
    background: #0868db;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
}

.cnpr-resource-row strong {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: 14px;
}

.cnpr-resource-row p {
    margin: 0;
    color: #b9c9dc;
    font-size: 12px;
    line-height: 1.5;
}

.cnpr-resource-row > a,
.cnpr-coming-soon {
    color: #79d2ff;
    font-size: 12px;
    font-weight: 800;
}

/* Final CTA */
.cnpr-final {
    position: relative;
    padding: 100px 0 106px;
    overflow: hidden;
    text-align: center;
    background:
        radial-gradient(circle at 50% 130%, rgba(0,102,255,.36), transparent 43%),
        linear-gradient(135deg, #061229, #091e44);
}

.cnpr-final-inner {
    max-width: 900px;
}

.cnpr-final-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 22px;
    color: #67cbff;
}

.cnpr-final-mark span {
    width: 44px;
    height: 1px;
    background: rgba(103,203,255,.4);
}

.cnpr-final h2 {
    color: #fff;
}

.cnpr-final p {
    max-width: 760px;
    margin: 0 auto 31px;
    color: #b9c8dc;
    font-size: 17px;
    line-height: 1.75;
}

.cnpr-actions-centred {
    justify-content: center;
}

@media (max-width: 1050px) {
    .cnpr-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(350px, .72fr);
        gap: 45px;
    }

    .cnpr-card-grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cnpr-library-grid {
        grid-template-columns: minmax(0, .75fr) minmax(450px, 1.25fr);
        gap: 40px;
    }
}

@media (max-width: 860px) {
    .cnpr-section {
        padding: 80px 0;
    }

    .cnpr-hero-grid,
    .cnpr-library-grid {
        grid-template-columns: 1fr;
    }

    .cnpr-hero-copy {
        text-align: center;
    }

    .cnpr-hero-copy > p {
        margin-left: auto;
        margin-right: auto;
    }

    .cnpr-actions {
        justify-content: center;
    }

    .cnpr-hero-panel {
        max-width: 620px;
        margin: 0 auto;
    }

    .cnpr-card-grid-3 {
        grid-template-columns: 1fr;
    }

    .cnpr-feed-card {
        min-height: 270px;
    }

    .cnpr-library-copy {
        text-align: center;
    }

    .cnpr-included {
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .cnpr-shell {
        width: min(100% - 30px, 1180px);
    }

    .cnpr-section {
        padding: 66px 0;
    }

    .cnpr-label {
        gap: 8px;
        letter-spacing: .12em;
    }

    .cnpr-label span {
        width: 20px;
    }

    .cnpr-hero-grid {
        padding: 62px 0;
    }

    .cnpr-hero-copy h1 {
        font-size: 40px;
    }

    .cnpr-hero-copy > p {
        font-size: 16px;
    }

    .cnpr-actions {
        flex-direction: column;
    }

    .cnpr-btn {
        width: 100%;
    }

    .cnpr-hero-panel {
        padding: 27px 23px;
    }

    .cnpr-section-head h2,
    .cnpr-final h2,
    .cnpr-library h2 {
        font-size: 34px;
    }

    .cnpr-feed-title {
        align-items: flex-start;
        flex-direction: column;
    }

    .cnpr-card-grid-4 {
        grid-template-columns: 1fr;
    }

    .cnpr-feed-card,
    .cnpr-source-card,
    .cnpr-reference-card {
        min-height: auto;
        padding: 23px;
    }

    .cnpr-library-panel {
        padding: 18px;
    }

    .cnpr-module-row {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .cnpr-member-pill {
        grid-column: 2;
        justify-self: start;
    }

    .cnpr-resource-row {
        grid-template-columns: 1fr;
    }

    .cnpr-resource-type {
        width: fit-content;
    }

    .cnpr-final {
        padding: 75px 0 82px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cnpr-page *,
    .cnpr-page *::before,
    .cnpr-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

