﻿/* =========================================================
   HERO
========================================================= */

.cyber-hero {
    position: relative;
    min-height: 780px;
    padding-top: 78px;
    overflow: hidden;
    background: radial-gradient( circle at 77% 42%, rgba(0, 145, 255, .20), transparent 35% ), linear-gradient( 110deg, #020a14, #06192b 58%, #02101c );
}

.cyber-grid-bg {
    position: absolute;
    inset: 0;
    opacity: .12;
    background-image: linear-gradient( rgba(56,188,255,.22) 1px, transparent 1px ), linear-gradient( 90deg, rgba(56,188,255,.22) 1px, transparent 1px );
    background-size: 75px 75px;
}

.cyber-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
}

.cyber-glow-one {
    width: 540px;
    height: 540px;
    right: 0;
    top: 80px;
    background: rgba(0,135,255,.17);
}

.cyber-glow-two {
    width: 300px;
    height: 300px;
    left: -110px;
    bottom: -100px;
    background: rgba(48,218,255,.08);
}

.cyber-hero-layout {
    position: relative;
    z-index: 2;
    min-height: 700px;
    display: grid;
    grid-template-columns: 1fr .9fr;
    align-items: center;
    gap: 80px;
}

.cyber-breadcrumb {
    margin-bottom: 38px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #62798d;
    font-size: 9px;
}

    .cyber-breadcrumb strong {
        color: #9cb1c2;
        font-weight: 500;
    }

    .cyber-breadcrumb a:hover {
        color: white;
    }

.cyber-eyebrow {
    display: block;
    margin-bottom: 18px;
    color: #42d6ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .17em;
}

.cyber-hero h1 {
    margin-bottom: 26px;
    color: white;
    font-size: clamp(50px, 5.2vw, 78px);
    line-height: 1;
    letter-spacing: -.06em;
}

    .cyber-hero h1 span {
        display: block;
        color: #4bd5ff;
    }

.cyber-hero-description {
    max-width: 720px;
    color: #a4b6c6;
    font-size: 16px;
    line-height: 1.9;
}

.cyber-hero-actions {
    margin-top: 35px;
    display: flex;
    gap: 14px;
}

.cyber-hero-tags {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .cyber-hero-tags span {
        padding: 8px 11px;
        border: 1px solid rgba(67,207,255,.17);
        color: #8ca6b8;
        background: rgba(255,255,255,.025);
        font-size: 8px;
    }


/* =========================================================
   HERO SECURITY MAP
========================================================= */

.cyber-hero-visual {
    position: relative;
    min-height: 520px;
}

.cyber-shield {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    width: 145px;
    height: 165px;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    clip-path: polygon( 50% 0, 92% 14%, 88% 64%, 50% 100%, 12% 64%, 8% 14% );
    background: linear-gradient( 145deg, #0a84d6, #06466f );
    box-shadow: 0 0 60px rgba(0,147,255,.25);
}

    .cyber-shield small {
        margin-bottom: 7px;
        color: #b0eaff;
        font-size: 7px;
        font-weight: 800;
    }

    .cyber-shield strong {
        color: white;
        font-size: 34px;
    }

    .cyber-shield span {
        margin-top: 7px;
        color: #a1d5e8;
        font-size: 6px;
    }

.cyber-node {
    position: absolute;
    z-index: 4;
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(60,207,255,.23);
    border-radius: 50%;
    color: #43d6ff;
    background: #062139;
    font-size: 9px;
    font-weight: 800;
}

.cyber-node-internet {
    left: 8%;
    top: 7%;
}

.cyber-node-firewall {
    right: 8%;
    top: 7%;
}

.cyber-node-server {
    left: 1%;
    top: 47%;
}

.cyber-node-endpoint {
    right: 1%;
    top: 47%;
}

.cyber-node-cloud {
    left: 17%;
    bottom: 3%;
}

.cyber-node-siem {
    right: 17%;
    bottom: 3%;
}

.cyber-line {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 205px;
    height: 1px;
    transform-origin: left center;
    background: linear-gradient( 90deg, #3bd4ff, transparent );
}

.cyber-line-one {
    transform: rotate(-145deg);
}

.cyber-line-two {
    transform: rotate(-35deg);
}

.cyber-line-three {
    transform: rotate(180deg);
}

.cyber-line-four {
    transform: rotate(0deg);
}

.cyber-line-five {
    transform: rotate(135deg);
}

.cyber-line-six {
    transform: rotate(45deg);
}

.cyber-status {
    position: absolute;
    right: 10px;
    bottom: 30px;
    z-index: 7;
    width: 185px;
    padding: 20px;
    border: 1px solid rgba(60,207,255,.18);
    background: rgba(3,24,42,.85);
}

    .cyber-status span {
        display: block;
        margin-bottom: 8px;
        color: #43d6ff;
        font-size: 7px;
        font-weight: 800;
    }

    .cyber-status strong {
        display: block;
        margin-bottom: 7px;
        color: white;
        font-size: 15px;
    }

    .cyber-status small {
        color: #718b9e;
        font-size: 7px;
    }


/* =========================================================
   COMMON
========================================================= */

.cyber-heading h2,
.cyber-centered-heading h2,
.cyber-faq-heading h2,
.cyber-related-heading h2,
.cyber-roadmap-copy h2 {
    color: #08182b;
    font-size: clamp( 39px, 4vw, 57px );
    line-height: 1.08;
    letter-spacing: -.05em;
}

    .cyber-heading h2 span,
    .cyber-centered-heading h2 span,
    .cyber-faq-heading h2 span,
    .cyber-related-heading h2 span,
    .cyber-roadmap-copy h2 span {
        display: block;
        color: #1174cf;
    }

.cyber-centered-heading {
    max-width: 900px;
    margin: 0 auto 60px;
    text-align: center;
}

    .cyber-centered-heading > p {
        max-width: 730px;
        margin: 23px auto 0;
        color: #68798b;
        font-size: 14px;
        line-height: 1.9;
    }

.cyber-heading-light h2 {
    color: white;
}

    .cyber-heading-light h2 span {
        color: #49d4ff;
    }

.cyber-heading-light > p {
    color: #91a6b8;
}


/* =========================================================
   DETAIL LIST
========================================================= */

.cyber-detail-list {
    margin: 22px 0 0;
    padding: 18px 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid rgba(255,255,255,.08);
    list-style: none;
}

    .cyber-detail-list li {
        position: relative;
        padding-left: 15px;
        color: #92a7b7;
        font-size: 9px;
        line-height: 1.6;
    }

        .cyber-detail-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 7px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #37d4ff;
        }

.cyber-light-list {
    border-top-color: #dbe5ed;
}

    .cyber-light-list li {
        color: #687c8e;
    }


/* =========================================================
   INTRO
========================================================= */

.cyber-intro-section {
    padding: 120px 0;
    color: #08182b;
    background: #f7f9fc;
}

.cyber-intro-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 110px;
}

.cyber-intro-copy p {
    margin-bottom: 21px;
    color: #68798a;
    font-size: 14px;
    line-height: 1.95;
}

.cyber-intro-copy .cyber-lead {
    color: #293c4f;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
}


/* =========================================================
   RISKS
========================================================= */

.cyber-risk-section {
    padding: 115px 0;
    background: linear-gradient( 115deg, #03101d, #071f35 );
}

.cyber-risk-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255,255,255,.08);
    border-left: 1px solid rgba(255,255,255,.08);
}

.cyber-risk-card {
    min-height: 355px;
    padding: 27px;
    border-right: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.018);
    transition: transform .25s ease, background .25s ease;
}

    .cyber-risk-card:hover {
        position: relative;
        z-index: 2;
        transform: translateY(-5px);
        background: rgba(10,124,204,.08);
    }

    .cyber-risk-card > span {
        display: block;
        margin-bottom: 43px;
        color: #547187;
        font-size: 9px;
        font-weight: 800;
    }

    .cyber-risk-card h3 {
        margin-bottom: 13px;
        color: white;
        font-size: 17px;
    }

    .cyber-risk-card > p {
        color: #899eaf;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   SERVICES
========================================================= */

.cyber-services-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.cyber-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

.cyber-service-card {
    min-height: 410px;
    padding: 27px;
    border-right: 1px solid #d7e3ed;
    border-bottom: 1px solid #d7e3ed;
    background: rgba(255,255,255,.5);
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

    .cyber-service-card:hover {
        position: relative;
        z-index: 2;
        transform: translateY(-6px);
        background: white;
        box-shadow: 0 25px 55px rgba(8,40,68,.09);
    }

    .cyber-service-card > span {
        display: block;
        margin-bottom: 19px;
        color: #91a3b4;
        font-size: 9px;
        font-weight: 800;
    }

    .cyber-service-card > div {
        width: 52px;
        height: 52px;
        margin-bottom: 25px;
        display: grid;
        place-items: center;
        border: 1px solid #bdddf3;
        border-radius: 8px;
        color: #0876d0;
        background: #f5fbff;
        font-size: 8px;
        font-weight: 800;
    }

    .cyber-service-card h3 {
        margin-bottom: 13px;
        color: #12263a;
        font-size: 17px;
    }

    .cyber-service-card > p {
        color: #6d7d8e;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   ASSESSMENT
========================================================= */

.cyber-assessment-section {
    padding: 115px 0;
    background: linear-gradient( 115deg, #03101d, #072139 );
}

.cyber-assessment-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}

.cyber-assessment-copy h2,
.cyber-network-copy h2,
.cyber-identity-copy h2,
.cyber-patch-copy h2,
.cyber-siem-copy h2,
.cyber-hardening-copy h2 {
    margin-bottom: 24px;
    color: white;
    font-size: clamp( 39px, 4vw, 57px );
    line-height: 1.08;
    letter-spacing: -.05em;
}

    .cyber-assessment-copy h2 span,
    .cyber-network-copy h2 span,
    .cyber-identity-copy h2 span,
    .cyber-patch-copy h2 span,
    .cyber-siem-copy h2 span,
    .cyber-hardening-copy h2 span {
        display: block;
        color: #49d4ff;
    }

.cyber-assessment-copy > p,
.cyber-network-copy > p,
.cyber-identity-copy > p,
.cyber-patch-copy > p,
.cyber-siem-copy > p,
.cyber-hardening-copy > p {
    margin-bottom: 19px;
    color: #94a8b9;
    font-size: 13px;
    line-height: 1.9;
}

.cyber-assessment-list {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .cyber-assessment-list span,
    .cyber-network-tags span,
    .cyber-identity-list span,
    .cyber-siem-tags span {
        padding: 9px 12px;
        border: 1px solid rgba(61,204,255,.15);
        color: #b4c6d3;
        background: rgba(255,255,255,.025);
        font-size: 9px;
    }

.cyber-risk-panel {
    padding: 26px;
    border: 1px solid rgba(60,203,255,.18);
    background: rgba(255,255,255,.025);
}

.cyber-risk-panel-header {
    padding-bottom: 17px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: #43d6ff;
    font-size: 8px;
    font-weight: 800;
}

    .cyber-risk-panel-header i {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #46ddb9;
        box-shadow: 0 0 8px #46ddb9;
    }

.cyber-risk-row {
    min-height: 70px;
    display: grid;
    grid-template-columns: 110px 1fr 45px;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid rgba(255,255,255,.07);
}

    .cyber-risk-row:last-child {
        border-bottom: 0;
    }

    .cyber-risk-row > span {
        color: #718b9e;
        font-size: 8px;
    }

    .cyber-risk-row > div {
        height: 5px;
        overflow: hidden;
        background: rgba(255,255,255,.07);
    }

    .cyber-risk-row i {
        display: block;
        height: 100%;
        background: linear-gradient( 90deg, #087dd5, #43d7ff );
    }

    .cyber-risk-row strong {
        color: #d0dde6;
        font-size: 7px;
    }


/* =========================================================
   ATTACK SURFACE
========================================================= */

.cyber-surface-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}

.cyber-surface-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.cyber-surface-card {
    min-height: 355px;
    padding: 28px;
    border: 1px solid #d7e3ed;
    background: rgba(255,255,255,.55);
}

    .cyber-surface-card > span {
        width: 52px;
        height: 52px;
        margin-bottom: 48px;
        display: grid;
        place-items: center;
        border: 1px solid #bdddf3;
        color: #0877d1;
        font-size: 9px;
        font-weight: 800;
    }

    .cyber-surface-card h3 {
        margin-bottom: 13px;
        color: #14283b;
        font-size: 17px;
    }

    .cyber-surface-card > p {
        color: #6d7e8e;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   NETWORK SECURITY
========================================================= */

.cyber-network-section {
    padding: 115px 0;
    background: #03101d;
}

.cyber-network-layout {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    align-items: center;
    gap: 100px;
}

.cyber-network-visual {
    min-height: 470px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.cyber-net-internet,
.cyber-net-firewall,
.cyber-net-ips {
    width: 260px;
    min-height: 65px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(61,205,255,.19);
    color: #b8cad6;
    background: rgba(255,255,255,.025);
    font-size: 9px;
    font-weight: 800;
}

.cyber-net-firewall {
    color: white;
    background: linear-gradient( 110deg, #087cc8, #07517c );
}

.cyber-net-ips {
    color: #43d6ff;
}

.cyber-network-visual > span {
    color: #42d5ff;
    font-size: 18px;
}

.cyber-net-segments {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

    .cyber-net-segments div {
        width: 95px;
        min-height: 58px;
        display: grid;
        place-items: center;
        border: 1px solid rgba(255,255,255,.07);
        color: #819aab;
        font-size: 7px;
        font-weight: 800;
    }

.cyber-network-tags,
.cyber-identity-list,
.cyber-siem-tags {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}


/* =========================================================
   IDS
========================================================= */

.cyber-ids-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.cyber-ids-layout {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    align-items: center;
    gap: 80px;
}

.cyber-ids-flow {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

    .cyber-ids-flow > div {
        width: 260px;
        min-height: 72px;
        display: grid;
        place-items: center;
        border: 1px solid #cfdee9;
        color: #5e7486;
        background: white;
        font-size: 9px;
        font-weight: 800;
    }

    .cyber-ids-flow > span {
        color: #0877d1;
        font-size: 20px;
        transform: rotate(90deg);
    }

    .cyber-ids-flow .cyber-ids-active {
        color: white;
        border-color: transparent;
        background: linear-gradient( 110deg, #087cc8, #07517c );
    }

.cyber-ids-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

.cyber-ids-card {
    min-height: 210px;
    padding: 24px;
    border-right: 1px solid #d7e3ed;
    border-bottom: 1px solid #d7e3ed;
    background: rgba(255,255,255,.46);
}

    .cyber-ids-card > span {
        display: block;
        margin-bottom: 33px;
        color: #8b9fae;
        font-size: 8px;
        font-weight: 800;
    }

    .cyber-ids-card h3 {
        margin-bottom: 10px;
        color: #173045;
        font-size: 15px;
    }

    .cyber-ids-card p {
        color: #6c7e8e;
        font-size: 10px;
        line-height: 1.75;
    }


/* =========================================================
   SEGMENTATION
========================================================= */

.cyber-segment-section {
    padding: 115px 0;
    background: linear-gradient( 115deg, #03101d, #071f35 );
}

.cyber-segment-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(255,255,255,.08);
    border-left: 1px solid rgba(255,255,255,.08);
}

.cyber-segment-card {
    min-height: 350px;
    padding: 25px;
    border-right: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

    .cyber-segment-card > span {
        display: block;
        margin-bottom: 48px;
        color: #43d5ff;
        font-size: 8px;
        font-weight: 800;
    }

    .cyber-segment-card h3 {
        margin-bottom: 13px;
        color: white;
        font-size: 16px;
    }

    .cyber-segment-card > p {
        color: #899eaf;
        font-size: 10px;
        line-height: 1.8;
    }


/* =========================================================
   ENDPOINT
========================================================= */

.cyber-endpoint-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}

.cyber-endpoint-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}

.cyber-endpoint-copy h2 {
    margin-bottom: 24px;
    color: #08182b;
    font-size: clamp( 39px, 4vw, 57px );
    line-height: 1.08;
    letter-spacing: -.05em;
}

    .cyber-endpoint-copy h2 span {
        display: block;
        color: #1174cf;
    }

.cyber-endpoint-copy > p {
    margin-bottom: 19px;
    color: #68798a;
    font-size: 13px;
    line-height: 1.9;
}

.cyber-endpoint-checks {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

    .cyber-endpoint-checks > div {
        padding: 13px;
        display: flex;
        align-items: center;
        gap: 9px;
        border: 1px solid #d9e4ed;
        color: #4a5f71;
        background: rgba(255,255,255,.55);
        font-size: 10px;
    }

    .cyber-endpoint-checks span {
        color: #0877d1;
    }

.cyber-endpoint-panel {
    padding: 26px;
    border: 1px solid #d5e3ed;
    background: white;
    box-shadow: 0 25px 60px rgba(8,39,67,.08);
}

.cyber-endpoint-header {
    padding-bottom: 17px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e4ebf1;
    color: #0877d1;
    font-size: 8px;
    font-weight: 800;
}

    .cyber-endpoint-header small {
        color: #23a987;
    }

.cyber-endpoint-row {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e8eef3;
}

    .cyber-endpoint-row:last-child {
        border-bottom: 0;
    }

    .cyber-endpoint-row span {
        color: #708496;
        font-size: 9px;
    }

    .cyber-endpoint-row strong {
        color: #24a988;
        font-size: 8px;
    }


/* =========================================================
   IDENTITY
========================================================= */

.cyber-identity-section {
    padding: 115px 0;
    background: #03101d;
}

.cyber-identity-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}

.cyber-identity-visual {
    position: relative;
    min-height: 430px;
}

.cyber-id-core,
.cyber-id-node {
    position: absolute;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-weight: 800;
}

.cyber-id-core {
    width: 115px;
    height: 115px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    background: linear-gradient( 145deg, #087dcc, #07466f );
    font-size: 17px;
}

.cyber-id-node {
    width: 75px;
    height: 75px;
    border: 1px solid rgba(60,205,255,.21);
    color: #43d5ff;
    background: #062139;
    font-size: 8px;
}

.cyber-id-user {
    left: 8%;
    top: 15%;
}

.cyber-id-admin {
    right: 8%;
    top: 15%;
}

.cyber-id-mfa {
    left: 8%;
    bottom: 15%;
}

.cyber-id-app {
    right: 8%;
    bottom: 15%;
}


/* =========================================================
   VULNERABILITY
========================================================= */

.cyber-vuln-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.cyber-vuln-flow {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

.cyber-vuln-card {
    min-height: 280px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #d7e3ed;
    border-bottom: 1px solid #d7e3ed;
    background: rgba(255,255,255,.45);
}

    .cyber-vuln-card > span {
        display: block;
        margin-bottom: 43px;
        color: #8ba0b1;
        font-size: 9px;
        font-weight: 800;
    }

    .cyber-vuln-card h3 {
        margin-bottom: 11px;
        color: #14283a;
        font-size: 15px;
    }

    .cyber-vuln-card p {
        color: #6d7e8e;
        font-size: 10px;
        line-height: 1.8;
    }

    .cyber-vuln-card small {
        margin-top: auto;
        padding-top: 15px;
        border-top: 1px solid #dce5ec;
        color: #0877d1;
        font-size: 7px;
        font-weight: 800;
    }


/* =========================================================
   PATCH
========================================================= */

.cyber-patch-section {
    padding: 110px 0;
    background: linear-gradient( 115deg, #03101d, #071f35 );
}

.cyber-patch-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}

.cyber-patch-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid rgba(255,255,255,.08);
    border-left: 1px solid rgba(255,255,255,.08);
}

    .cyber-patch-grid > div {
        min-height: 145px;
        padding: 20px;
        border-right: 1px solid rgba(255,255,255,.08);
        border-bottom: 1px solid rgba(255,255,255,.08);
    }

    .cyber-patch-grid span {
        display: block;
        margin-bottom: 25px;
        color: #43d5ff;
        font-size: 8px;
        font-weight: 800;
    }

    .cyber-patch-grid strong {
        display: block;
        margin-bottom: 8px;
        color: #c6d6e1;
        font-size: 12px;
    }

    .cyber-patch-grid p {
        color: #8297a8;
        font-size: 9px;
        line-height: 1.7;
    }


/* =========================================================
   MAIL
========================================================= */

.cyber-mail-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}

.cyber-mail-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.cyber-mail-card {
    min-height: 300px;
    padding: 28px;
    border: 1px solid #d7e3ed;
    background: rgba(255,255,255,.55);
}

    .cyber-mail-card > span {
        width: 52px;
        height: 52px;
        margin-bottom: 50px;
        display: grid;
        place-items: center;
        border: 1px solid #bdddf3;
        color: #0877d1;
        font-size: 8px;
        font-weight: 800;
    }

    .cyber-mail-card h3 {
        margin-bottom: 13px;
        color: #14283b;
        font-size: 17px;
    }

    .cyber-mail-card p {
        color: #6d7e8e;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   SIEM
========================================================= */

.cyber-siem-section {
    padding: 115px 0;
    background: #03101d;
}

.cyber-siem-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}

.cyber-siem-panel {
    padding: 26px;
    border: 1px solid rgba(60,203,255,.18);
    background: rgba(255,255,255,.025);
}

.cyber-siem-header {
    padding-bottom: 17px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: #43d6ff;
    font-size: 8px;
    font-weight: 800;
}

    .cyber-siem-header small {
        color: #43ddb9;
    }

.cyber-siem-event {
    min-height: 70px;
    display: grid;
    grid-template-columns: 55px 1fr 55px;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,.07);
}

    .cyber-siem-event:last-child {
        border-bottom: 0;
    }

    .cyber-siem-event span {
        color: #43d5ff;
        font-size: 8px;
    }

    .cyber-siem-event strong {
        color: #c2d3df;
        font-size: 10px;
    }

    .cyber-siem-event small {
        color: #dbad5a;
        font-size: 7px;
    }


/* =========================================================
   RANSOMWARE
========================================================= */

.cyber-ransomware-section {
    padding: 115px 0;
    background: linear-gradient( 115deg, #03101d, #071f35 );
}

.cyber-ransomware-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255,255,255,.08);
    border-left: 1px solid rgba(255,255,255,.08);
}

.cyber-ransom-card {
    min-height: 355px;
    padding: 27px;
    border-right: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

    .cyber-ransom-card > span {
        display: block;
        margin-bottom: 48px;
        color: #547187;
        font-size: 9px;
        font-weight: 800;
    }

    .cyber-ransom-card h3 {
        margin-bottom: 13px;
        color: white;
        font-size: 17px;
    }

    .cyber-ransom-card > p {
        color: #899eaf;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   INCIDENT
========================================================= */

.cyber-incident-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.cyber-incident-flow {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

.cyber-incident-card {
    min-height: 280px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #d7e3ed;
    border-bottom: 1px solid #d7e3ed;
    background: rgba(255,255,255,.45);
}

    .cyber-incident-card > span {
        display: block;
        margin-bottom: 45px;
        color: #8ba0b1;
        font-size: 9px;
        font-weight: 800;
    }

    .cyber-incident-card h3 {
        margin-bottom: 11px;
        color: #14283a;
        font-size: 15px;
    }

    .cyber-incident-card p {
        color: #6d7e8e;
        font-size: 9px;
        line-height: 1.8;
    }

    .cyber-incident-card small {
        margin-top: auto;
        padding-top: 15px;
        border-top: 1px solid #dce5ec;
        color: #0877d1;
        font-size: 7px;
        font-weight: 800;
    }


/* =========================================================
   HARDENING
========================================================= */

.cyber-hardening-section {
    padding: 110px 0;
    background: #03101d;
}

.cyber-hardening-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}

.cyber-hardening-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid rgba(255,255,255,.08);
    border-left: 1px solid rgba(255,255,255,.08);
}

    .cyber-hardening-grid > div {
        min-height: 92px;
        padding: 18px;
        display: flex;
        align-items: center;
        gap: 13px;
        border-right: 1px solid rgba(255,255,255,.08);
        border-bottom: 1px solid rgba(255,255,255,.08);
        color: #b7c8d4;
        font-size: 10px;
    }

    .cyber-hardening-grid span {
        color: #43d5ff;
        font-size: 8px;
        font-weight: 800;
    }


/* =========================================================
   ZERO TRUST
========================================================= */

.cyber-zero-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}

.cyber-zero-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.cyber-zero-card {
    min-height: 380px;
    padding: 30px;
    border: 1px solid #d7e3ed;
    background: white;
}

    .cyber-zero-card > span {
        display: inline-flex;
        min-width: 70px;
        height: 34px;
        align-items: center;
        justify-content: center;
        margin-bottom: 50px;
        border: 1px solid #bdddf3;
        color: #0877d1;
        font-size: 8px;
        font-weight: 800;
    }

    .cyber-zero-card h3 {
        margin-bottom: 14px;
        color: #14283b;
        font-size: 19px;
    }

    .cyber-zero-card > p {
        color: #68798a;
        font-size: 11px;
        line-height: 1.85;
    }


/* =========================================================
   ROADMAP
========================================================= */

.cyber-roadmap-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.cyber-roadmap-layout {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: 100px;
}

.cyber-roadmap-copy > p {
    margin-top: 20px;
    color: #68798a;
    font-size: 13px;
    line-height: 1.9;
}

.cyber-roadmap-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

    .cyber-roadmap-grid > div {
        min-height: 180px;
        padding: 24px;
        border-right: 1px solid #d7e3ed;
        border-bottom: 1px solid #d7e3ed;
        background: rgba(255,255,255,.45);
    }

    .cyber-roadmap-grid span {
        display: block;
        margin-bottom: 30px;
        color: #0877d1;
        font-size: 9px;
        font-weight: 800;
    }

    .cyber-roadmap-grid strong {
        display: block;
        margin-bottom: 9px;
        color: #173045;
        font-size: 14px;
    }

    .cyber-roadmap-grid p {
        color: #6e7f8f;
        font-size: 10px;
        line-height: 1.75;
    }


/* =========================================================
   PROCESS
========================================================= */

.cyber-process-section {
    padding: 115px 0;
    background: linear-gradient( 115deg, #03101d, #071f35 );
}

.cyber-process-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(255,255,255,.08);
    border-left: 1px solid rgba(255,255,255,.08);
}

.cyber-process-card {
    min-height: 285px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

    .cyber-process-card > span {
        display: block;
        margin-bottom: 42px;
        color: #557187;
        font-size: 9px;
        font-weight: 800;
    }

    .cyber-process-card h3 {
        margin-bottom: 11px;
        color: white;
        font-size: 15px;
    }

    .cyber-process-card p {
        color: #899eaf;
        font-size: 10px;
        line-height: 1.8;
    }

    .cyber-process-card small {
        margin-top: auto;
        padding-top: 15px;
        border-top: 1px solid rgba(255,255,255,.08);
        color: #43d5ff;
        font-size: 7px;
        font-weight: 800;
    }


/* =========================================================
   FAQ
========================================================= */

.cyber-faq-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}

.cyber-faq-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 100px;
}

.cyber-faq-list {
    border-top: 1px solid #d9e4ed;
}

.cyber-faq-item {
    border-bottom: 1px solid #d9e4ed;
}

    .cyber-faq-item summary {
        min-height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 25px;
        cursor: pointer;
        color: #14293c;
        font-size: 13px;
        font-weight: 700;
        list-style: none;
    }

        .cyber-faq-item summary::-webkit-details-marker {
            display: none;
        }

        .cyber-faq-item summary span {
            color: #0876d0;
            font-size: 19px;
        }

    .cyber-faq-item p {
        padding: 0 40px 28px 0;
        color: #6c7d8d;
        font-size: 12px;
        line-height: 1.9;
    }


/* =========================================================
   RELATED
========================================================= */

.cyber-related-section {
    padding: 110px 0;
    color: #08182b;
    background: #edf3f8;
}

.cyber-related-heading {
    margin-bottom: 50px;
}

.cyber-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.cyber-related-card {
    min-height: 300px;
    padding: 27px;
    display: flex;
    flex-direction: column;
    border: 1px solid #d4e1eb;
    background: rgba(255,255,255,.52);
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

    .cyber-related-card:hover {
        transform: translateY(-6px);
        background: white;
        box-shadow: 0 25px 55px rgba(8,40,68,.09);
    }

    .cyber-related-card > span {
        margin-bottom: 45px;
        color: #8ca0b1;
        font-size: 9px;
        font-weight: 800;
    }

    .cyber-related-card h3 {
        margin-bottom: 13px;
        color: #13273a;
        font-size: 18px;
    }

    .cyber-related-card p {
        margin-bottom: 25px;
        color: #6d7f8f;
        font-size: 11px;
        line-height: 1.8;
    }

    .cyber-related-card strong {
        margin-top: auto;
        color: #0877d1;
        font-size: 10px;
    }


/* =========================================================
   FINAL
========================================================= */

.cyber-final-section {
    position: relative;
    padding: 95px 0;
    overflow: hidden;
    background: linear-gradient( 115deg, #065b9e, #087fce, #07508b );
}

.cyber-final-grid {
    position: absolute;
    inset: 0;
    opacity: .1;
    background-image: linear-gradient( rgba(255,255,255,.3) 1px, transparent 1px ), linear-gradient( 90deg, rgba(255,255,255,.3) 1px, transparent 1px );
    background-size: 70px 70px;
}

.cyber-final-layout {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

    .cyber-final-layout > div {
        max-width: 850px;
    }

        .cyber-final-layout > div > span {
            display: block;
            margin-bottom: 13px;
            color: #c4edff;
            font-size: 8px;
            font-weight: 800;
            letter-spacing: .17em;
        }

    .cyber-final-layout h2 {
        margin-bottom: 15px;
        color: white;
        font-size: clamp( 30px, 4vw, 46px );
        line-height: 1.2;
        letter-spacing: -.04em;
    }

    .cyber-final-layout p {
        max-width: 720px;
        color: rgba(255,255,255,.76);
        font-size: 12px;
        line-height: 1.8;
    }

    .cyber-final-layout .button {
        flex-shrink: 0;
        background: #031827;
    }


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1200px) {

    .cyber-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cyber-segment-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .cyber-incident-flow {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media (max-width: 1150px) {

    .cyber-hero-layout,
    .cyber-intro-layout,
    .cyber-assessment-layout,
    .cyber-network-layout,
    .cyber-ids-layout,
    .cyber-endpoint-layout,
    .cyber-identity-layout,
    .cyber-patch-layout,
    .cyber-siem-layout,
    .cyber-hardening-layout,
    .cyber-roadmap-layout,
    .cyber-faq-layout {
        grid-template-columns: 1fr;
        gap: 60px;
    }


    .cyber-hero-layout {
        padding: 70px 0;
    }


    .cyber-service-grid,
    .cyber-surface-grid,
    .cyber-mail-grid,
    .cyber-ransomware-grid,
    .cyber-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .cyber-risk-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .cyber-vuln-flow {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media (max-width: 700px) {

    .cyber-hero {
        padding-top: 68px;
    }


        .cyber-hero h1 {
            font-size: 44px;
        }


    .cyber-hero-description {
        font-size: 14px;
    }


    .cyber-hero-actions {
        flex-direction: column;
    }


    .cyber-hero-visual {
        min-height: 420px;
    }


    .cyber-shield {
        width: 105px;
        height: 120px;
    }


    .cyber-node {
        width: 54px;
        height: 54px;
        font-size: 7px;
    }


    .cyber-intro-section,
    .cyber-risk-section,
    .cyber-services-section,
    .cyber-assessment-section,
    .cyber-surface-section,
    .cyber-network-section,
    .cyber-ids-section,
    .cyber-segment-section,
    .cyber-endpoint-section,
    .cyber-identity-section,
    .cyber-vuln-section,
    .cyber-patch-section,
    .cyber-mail-section,
    .cyber-siem-section,
    .cyber-ransomware-section,
    .cyber-incident-section,
    .cyber-hardening-section,
    .cyber-zero-section,
    .cyber-roadmap-section,
    .cyber-process-section,
    .cyber-faq-section,
    .cyber-related-section {
        padding: 80px 0;
    }


    .cyber-risk-grid,
    .cyber-service-grid,
    .cyber-surface-grid,
    .cyber-ids-grid,
    .cyber-segment-grid,
    .cyber-vuln-flow,
    .cyber-mail-grid,
    .cyber-ransomware-grid,
    .cyber-incident-flow,
    .cyber-zero-grid,
    .cyber-process-grid,
    .cyber-related-grid {
        grid-template-columns: 1fr;
    }


    .cyber-endpoint-checks,
    .cyber-patch-grid,
    .cyber-hardening-grid,
    .cyber-roadmap-grid {
        grid-template-columns: 1fr;
    }


    .cyber-net-segments {
        grid-template-columns: 1fr;
    }


        .cyber-net-segments div {
            width: 260px;
        }


    .cyber-final-layout {
        align-items: flex-start;
        flex-direction: column;
    }
}
