﻿/* =========================================================
   HERO
========================================================= */

.hyg-hero {
    position: relative;
    min-height: 780px;
    padding-top: 78px;
    overflow: hidden;
    background: radial-gradient( circle at 77% 42%, rgba(0, 145, 255, .19), transparent 35% ), linear-gradient( 110deg, #020a14, #06192b 58%, #02101c );
}

.hyg-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;
}

.hyg-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
}

.hyg-glow-one {
    width: 540px;
    height: 540px;
    right: 0;
    top: 80px;
    background: rgba(0,135,255,.17);
}

.hyg-glow-two {
    width: 300px;
    height: 300px;
    left: -110px;
    bottom: -100px;
    background: rgba(48,218,255,.08);
}

.hyg-hero-layout {
    position: relative;
    z-index: 2;
    min-height: 700px;
    display: grid;
    grid-template-columns: 1fr .9fr;
    align-items: center;
    gap: 80px;
}

.hyg-breadcrumb {
    margin-bottom: 38px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #62798d;
    font-size: 9px;
}

    .hyg-breadcrumb strong {
        color: #9cb1c2;
        font-weight: 500;
    }

    .hyg-breadcrumb a:hover {
        color: white;
    }

.hyg-eyebrow {
    display: block;
    margin-bottom: 18px;
    color: #42d6ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .17em;
}

.hyg-hero h1 {
    margin-bottom: 26px;
    color: white;
    font-size: clamp(48px, 5vw, 76px);
    line-height: 1;
    letter-spacing: -.06em;
}

    .hyg-hero h1 span {
        display: block;
        color: #4bd5ff;
    }

.hyg-hero-description {
    max-width: 720px;
    color: #a4b6c6;
    font-size: 16px;
    line-height: 1.9;
}

.hyg-hero-actions {
    margin-top: 35px;
    display: flex;
    gap: 14px;
}

.hyg-hero-tags {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .hyg-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 VISUAL
========================================================= */

.hyg-hero-visual {
    position: relative;
    min-height: 520px;
}

.hyg-user-core {
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(64,210,255,.3);
    border-radius: 50%;
    background: linear-gradient( 145deg, #0a84d6, #06466f );
    box-shadow: 0 0 60px rgba(0,147,255,.24);
}

    .hyg-user-core small {
        margin-bottom: 7px;
        color: #b2eaff;
        font-size: 7px;
        font-weight: 800;
    }

    .hyg-user-core strong {
        color: white;
        font-size: 31px;
    }

    .hyg-user-core span {
        margin-top: 7px;
        color: #a1d5e8;
        font-size: 6px;
    }

.hyg-threat {
    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: 8px;
    font-weight: 800;
}

.hyg-threat-mail {
    left: 8%;
    top: 7%;
}

.hyg-threat-web {
    right: 8%;
    top: 7%;
}

.hyg-threat-usb {
    left: 1%;
    top: 47%;
}

.hyg-threat-pass {
    right: 1%;
    top: 47%;
}

.hyg-threat-phone {
    left: 17%;
    bottom: 3%;
}

.hyg-threat-social {
    right: 17%;
    bottom: 3%;
}

.hyg-line {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 205px;
    height: 1px;
    transform-origin: left center;
    background: linear-gradient( 90deg, #3bd4ff, transparent );
}

.hyg-line-1 {
    transform: rotate(-145deg);
}

.hyg-line-2 {
    transform: rotate(-35deg);
}

.hyg-line-3 {
    transform: rotate(180deg);
}

.hyg-line-4 {
    transform: rotate(0deg);
}

.hyg-line-5 {
    transform: rotate(135deg);
}

.hyg-line-6 {
    transform: rotate(45deg);
}

.hyg-status {
    position: absolute;
    z-index: 7;
    right: 10px;
    bottom: 30px;
    width: 195px;
    padding: 20px;
    border: 1px solid rgba(60,207,255,.18);
    background: rgba(3,24,42,.85);
}

    .hyg-status span {
        display: block;
        margin-bottom: 8px;
        color: #43d6ff;
        font-size: 7px;
        font-weight: 800;
    }

    .hyg-status strong {
        display: block;
        margin-bottom: 7px;
        color: white;
        font-size: 13px;
    }

    .hyg-status small {
        color: #718b9e;
        font-size: 7px;
    }


/* =========================================================
   COMMON
========================================================= */

.hyg-heading h2,
.hyg-centered-heading h2,
.hyg-faq-heading h2,
.hyg-related-heading h2 {
    color: #08182b;
    font-size: clamp(39px, 4vw, 57px);
    line-height: 1.08;
    letter-spacing: -.05em;
}

    .hyg-heading h2 span,
    .hyg-centered-heading h2 span,
    .hyg-faq-heading h2 span,
    .hyg-related-heading h2 span {
        display: block;
        color: #1174cf;
    }

.hyg-centered-heading {
    max-width: 900px;
    margin: 0 auto 60px;
    text-align: center;
}

    .hyg-centered-heading > p {
        max-width: 730px;
        margin: 23px auto 0;
        color: #68798b;
        font-size: 14px;
        line-height: 1.9;
    }

.hyg-heading-light h2 {
    color: white;
}

    .hyg-heading-light h2 span {
        color: #49d4ff;
    }

.hyg-heading-light > p {
    color: #91a6b8;
}


/* =========================================================
   DETAIL LIST
========================================================= */

.hyg-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;
}

    .hyg-detail-list li {
        position: relative;
        padding-left: 15px;
        color: #92a7b7;
        font-size: 9px;
        line-height: 1.6;
    }

        .hyg-detail-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 7px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #37d4ff;
        }

.hyg-light-list {
    border-top-color: #dbe5ed;
}

    .hyg-light-list li {
        color: #687c8e;
    }


/* =========================================================
   INTRO
========================================================= */

.hyg-intro-section {
    padding: 120px 0;
    color: #08182b;
    background: #f7f9fc;
}

.hyg-intro-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 110px;
}

.hyg-intro-copy p {
    margin-bottom: 21px;
    color: #68798a;
    font-size: 14px;
    line-height: 1.95;
}

.hyg-intro-copy .hyg-lead {
    color: #293c4f;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
}


/* =========================================================
   HUMAN
========================================================= */

.hyg-human-section {
    padding: 115px 0;
    background: linear-gradient( 115deg, #03101d, #071f35 );
}

.hyg-human-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);
}

.hyg-human-card {
    min-height: 360px;
    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);
}

    .hyg-human-card > span {
        display: block;
        margin-bottom: 45px;
        color: #547187;
        font-size: 9px;
        font-weight: 800;
    }

    .hyg-human-card h3 {
        margin-bottom: 13px;
        color: white;
        font-size: 17px;
    }

    .hyg-human-card > p {
        color: #899eaf;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   SERVICES
========================================================= */

.hyg-services-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.hyg-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

.hyg-service-card {
    min-height: 415px;
    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;
}

    .hyg-service-card:hover {
        position: relative;
        z-index: 2;
        transform: translateY(-6px);
        background: white;
        box-shadow: 0 25px 55px rgba(8,40,68,.09);
    }

    .hyg-service-card > span {
        display: block;
        margin-bottom: 19px;
        color: #91a3b4;
        font-size: 9px;
        font-weight: 800;
    }

    .hyg-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;
    }

    .hyg-service-card h3 {
        margin-bottom: 13px;
        color: #12263a;
        font-size: 17px;
    }

    .hyg-service-card > p {
        color: #6d7d8e;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   DARK TWO COLUMN SECTIONS
========================================================= */

.hyg-password-section,
.hyg-remote-section,
.hyg-kpi-section {
    padding: 115px 0;
    background: linear-gradient( 115deg, #03101d, #072139 );
}

.hyg-password-layout,
.hyg-remote-layout,
.hyg-kpi-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}

.hyg-password-copy h2,
.hyg-remote-copy h2,
.hyg-kpi-copy h2 {
    margin-bottom: 24px;
    color: white;
    font-size: clamp(39px, 4vw, 57px);
    line-height: 1.08;
    letter-spacing: -.05em;
}

    .hyg-password-copy h2 span,
    .hyg-remote-copy h2 span,
    .hyg-kpi-copy h2 span {
        display: block;
        color: #49d4ff;
    }

.hyg-password-copy > p,
.hyg-remote-copy > p,
.hyg-kpi-copy > p {
    margin-bottom: 19px;
    color: #94a8b9;
    font-size: 13px;
    line-height: 1.9;
}

.hyg-password-tags,
.hyg-remote-tags {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .hyg-password-tags span,
    .hyg-remote-tags span {
        padding: 9px 12px;
        border: 1px solid rgba(61,204,255,.15);
        color: #b4c6d3;
        background: rgba(255,255,255,.025);
        font-size: 9px;
    }


/* =========================================================
   PASSWORD PANEL
========================================================= */

.hyg-password-panel {
    padding: 26px;
    border: 1px solid rgba(60,203,255,.18);
    background: rgba(255,255,255,.025);
}

.hyg-password-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;
}

    .hyg-password-header small {
        color: #43ddb9;
    }

.hyg-password-row {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,.07);
}

    .hyg-password-row:last-child {
        border-bottom: 0;
    }

    .hyg-password-row span {
        color: #8199aa;
        font-size: 9px;
    }

    .hyg-password-row strong {
        color: #44ddb9;
        font-size: 8px;
    }


/* =========================================================
   PHISHING
========================================================= */

.hyg-phishing-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}

.hyg-phishing-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.hyg-mail-example {
    padding: 27px;
    border: 1px solid #d6e3ed;
    background: white;
    box-shadow: 0 25px 55px rgba(8,39,67,.07);
}

.hyg-mail-top {
    padding-bottom: 17px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5ecf1;
    color: #0877d1;
    font-size: 8px;
    font-weight: 800;
}

    .hyg-mail-top small {
        color: #8da0af;
    }

.hyg-mail-row {
    min-height: 72px;
    display: grid;
    grid-template-columns: 80px 1fr;
    align-items: center;
    border-bottom: 1px solid #e8eef3;
}

    .hyg-mail-row span {
        color: #8b9dac;
        font-size: 8px;
    }

    .hyg-mail-row strong {
        color: #23394c;
        font-size: 10px;
    }

.hyg-mail-alert {
    margin-top: 20px;
    padding: 20px;
    display: flex;
    gap: 17px;
    border: 1px solid #f0d2a7;
    background: #fffaf2;
}

    .hyg-mail-alert > span {
        width: 35px;
        height: 35px;
        flex-shrink: 0;
        display: grid;
        place-items: center;
        border-radius: 50%;
        color: #b47016;
        background: #fff0d8;
        font-weight: 800;
    }

    .hyg-mail-alert strong {
        display: block;
        margin-bottom: 7px;
        color: #694a21;
        font-size: 11px;
    }

    .hyg-mail-alert p {
        color: #8c734f;
        font-size: 9px;
        line-height: 1.7;
    }

.hyg-phishing-checklist {
    border-top: 1px solid #d7e3ed;
}

    .hyg-phishing-checklist > div {
        min-height: 110px;
        padding: 20px 0;
        display: grid;
        grid-template-columns: 50px 1fr;
        border-bottom: 1px solid #d7e3ed;
    }

    .hyg-phishing-checklist span {
        color: #0877d1;
        font-size: 9px;
        font-weight: 800;
    }

    .hyg-phishing-checklist strong {
        display: block;
        margin-bottom: 7px;
        color: #173045;
        font-size: 13px;
    }

    .hyg-phishing-checklist p {
        color: #6c7e8f;
        font-size: 10px;
        line-height: 1.75;
    }


/* =========================================================
   SOCIAL
========================================================= */

.hyg-social-section {
    padding: 115px 0;
    background: #03101d;
}

.hyg-social-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);
}

.hyg-social-card {
    min-height: 365px;
    padding: 27px;
    border-right: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

    .hyg-social-card > span {
        width: 52px;
        height: 52px;
        margin-bottom: 48px;
        display: grid;
        place-items: center;
        border: 1px solid rgba(61,205,255,.2);
        color: #43d5ff;
        font-size: 8px;
        font-weight: 800;
    }

    .hyg-social-card h3 {
        margin-bottom: 13px;
        color: white;
        font-size: 17px;
    }

    .hyg-social-card > p {
        color: #899eaf;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   DATA
========================================================= */

.hyg-data-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.hyg-data-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}

.hyg-data-copy h2 {
    color: #08182b;
    font-size: clamp(39px, 4vw, 57px);
    line-height: 1.08;
    letter-spacing: -.05em;
}

    .hyg-data-copy h2 span {
        display: block;
        color: #1174cf;
    }

.hyg-data-copy > p {
    margin-top: 20px;
    color: #68798a;
    font-size: 13px;
    line-height: 1.9;
}

.hyg-data-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

    .hyg-data-grid > div {
        min-height: 180px;
        padding: 24px;
        border-right: 1px solid #d7e3ed;
        border-bottom: 1px solid #d7e3ed;
        background: rgba(255,255,255,.45);
    }

    .hyg-data-grid span {
        display: block;
        margin-bottom: 30px;
        color: #0877d1;
        font-size: 8px;
        font-weight: 800;
    }

    .hyg-data-grid strong {
        display: block;
        margin-bottom: 9px;
        color: #173045;
        font-size: 14px;
    }

    .hyg-data-grid p {
        color: #6e7f8f;
        font-size: 10px;
        line-height: 1.75;
    }


/* =========================================================
   DEVICES
========================================================= */

.hyg-device-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}

.hyg-device-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

.hyg-device-card {
    min-height: 350px;
    padding: 27px;
    border-right: 1px solid #d7e3ed;
    border-bottom: 1px solid #d7e3ed;
    background: rgba(255,255,255,.5);
}

    .hyg-device-card > span {
        display: block;
        margin-bottom: 48px;
        color: #8ba0b1;
        font-size: 9px;
        font-weight: 800;
    }

    .hyg-device-card h3 {
        margin-bottom: 13px;
        color: #14283b;
        font-size: 17px;
    }

    .hyg-device-card > p {
        color: #6d7e8e;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   REMOTE
========================================================= */

.hyg-remote-visual {
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hyg-remote-home,
.hyg-remote-vpn,
.hyg-remote-office {
    width: 110px;
    height: 110px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(60,205,255,.2);
    color: #43d5ff;
    background: rgba(255,255,255,.025);
    font-size: 9px;
    font-weight: 800;
}

.hyg-remote-vpn {
    color: white;
    background: linear-gradient( 145deg, #087dcc, #074a73 );
}

.hyg-remote-visual > span {
    width: 65px;
    text-align: center;
    color: #43d5ff;
    font-size: 20px;
}


/* =========================================================
   MEDIA
========================================================= */

.hyg-media-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.hyg-media-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.hyg-media-card {
    min-height: 285px;
    padding: 28px;
    border: 1px solid #d7e3ed;
    background: rgba(255,255,255,.52);
}

    .hyg-media-card > span {
        width: 55px;
        height: 55px;
        margin-bottom: 48px;
        display: grid;
        place-items: center;
        border: 1px solid #bdddf3;
        color: #0877d1;
        background: #f5fbff;
        font-size: 8px;
        font-weight: 800;
    }

    .hyg-media-card h3 {
        margin-bottom: 13px;
        color: #14283b;
        font-size: 17px;
    }

    .hyg-media-card p {
        color: #6d7e8e;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   ROLE
========================================================= */

.hyg-role-section {
    padding: 115px 0;
    background: #03101d;
}

.hyg-role-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);
}

.hyg-role-card {
    min-height: 365px;
    padding: 27px;
    border-right: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

    .hyg-role-card > span {
        width: 50px;
        height: 50px;
        margin-bottom: 48px;
        display: grid;
        place-items: center;
        border: 1px solid rgba(61,205,255,.2);
        color: #43d5ff;
        font-size: 8px;
        font-weight: 800;
    }

    .hyg-role-card h3 {
        margin-bottom: 13px;
        color: white;
        font-size: 17px;
    }

    .hyg-role-card > p {
        color: #899eaf;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   REPORTING
========================================================= */

.hyg-report-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}

.hyg-report-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}

.hyg-report-copy h2 {
    color: #08182b;
    font-size: clamp(39px, 4vw, 57px);
    line-height: 1.08;
    letter-spacing: -.05em;
}

    .hyg-report-copy h2 span {
        display: block;
        color: #1174cf;
    }

.hyg-report-copy > p {
    margin-top: 20px;
    color: #68798a;
    font-size: 13px;
    line-height: 1.9;
}

.hyg-report-flow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

    .hyg-report-flow > div {
        min-height: 175px;
        padding: 23px;
        border-right: 1px solid #d7e3ed;
        border-bottom: 1px solid #d7e3ed;
        background: rgba(255,255,255,.45);
    }

    .hyg-report-flow span {
        display: block;
        margin-bottom: 27px;
        color: #0877d1;
        font-size: 9px;
        font-weight: 800;
    }

    .hyg-report-flow strong {
        display: block;
        margin-bottom: 9px;
        color: #173045;
        font-size: 14px;
    }

    .hyg-report-flow p {
        color: #6e7f8f;
        font-size: 10px;
        line-height: 1.75;
    }


/* =========================================================
   SIMULATION
========================================================= */

.hyg-simulation-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.hyg-simulation-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

.hyg-simulation-card {
    min-height: 285px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #d7e3ed;
    border-bottom: 1px solid #d7e3ed;
    background: rgba(255,255,255,.45);
}

    .hyg-simulation-card > span {
        display: block;
        margin-bottom: 42px;
        color: #8ba0b1;
        font-size: 9px;
        font-weight: 800;
    }

    .hyg-simulation-card h3 {
        margin-bottom: 11px;
        color: #14283a;
        font-size: 15px;
    }

    .hyg-simulation-card p {
        color: #6d7e8e;
        font-size: 10px;
        line-height: 1.8;
    }

    .hyg-simulation-card small {
        margin-top: auto;
        padding-top: 15px;
        border-top: 1px solid #dce5ec;
        color: #0877d1;
        font-size: 7px;
        font-weight: 800;
    }


/* =========================================================
   KPI
========================================================= */

.hyg-kpi-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);
}

    .hyg-kpi-grid > div {
        min-height: 100px;
        padding: 19px;
        border-right: 1px solid rgba(255,255,255,.08);
        border-bottom: 1px solid rgba(255,255,255,.08);
    }

    .hyg-kpi-grid span {
        display: block;
        margin-bottom: 9px;
        color: #43d5ff;
        font-size: 7px;
        font-weight: 800;
    }

    .hyg-kpi-grid strong {
        color: #c5d5df;
        font-size: 11px;
    }


/* =========================================================
   PROGRAM
========================================================= */

.hyg-program-section {
    padding: 115px 0;
    background: #03101d;
}

.hyg-program-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);
}

.hyg-program-card {
    min-height: 290px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

    .hyg-program-card > span {
        display: block;
        margin-bottom: 42px;
        color: #557187;
        font-size: 9px;
        font-weight: 800;
    }

    .hyg-program-card h3 {
        margin-bottom: 11px;
        color: white;
        font-size: 15px;
    }

    .hyg-program-card p {
        color: #899eaf;
        font-size: 10px;
        line-height: 1.8;
    }

    .hyg-program-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;
    }


/* =========================================================
   ROADMAP
========================================================= */

.hyg-roadmap-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.hyg-roadmap-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.hyg-roadmap-card {
    min-height: 245px;
    padding: 27px;
    border: 1px solid #d7e3ed;
    background: rgba(255,255,255,.5);
}

    .hyg-roadmap-card > span {
        display: block;
        margin-bottom: 42px;
        color: #0877d1;
        font-size: 9px;
        font-weight: 800;
    }

    .hyg-roadmap-card h3 {
        margin-bottom: 11px;
        color: #173045;
        font-size: 16px;
    }

    .hyg-roadmap-card p {
        color: #6d7f8f;
        font-size: 10px;
        line-height: 1.8;
    }


/* =========================================================
   FAQ
========================================================= */

.hyg-faq-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}

.hyg-faq-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 100px;
}

.hyg-faq-list {
    border-top: 1px solid #d9e4ed;
}

.hyg-faq-item {
    border-bottom: 1px solid #d9e4ed;
}

    .hyg-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;
    }

        .hyg-faq-item summary::-webkit-details-marker {
            display: none;
        }

        .hyg-faq-item summary span {
            color: #0876d0;
            font-size: 19px;
        }

    .hyg-faq-item p {
        padding: 0 40px 28px 0;
        color: #6c7d8d;
        font-size: 12px;
        line-height: 1.9;
    }


/* =========================================================
   RELATED
========================================================= */

.hyg-related-section {
    padding: 110px 0;
    color: #08182b;
    background: #edf3f8;
}

.hyg-related-heading {
    margin-bottom: 50px;
}

.hyg-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.hyg-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;
}

    .hyg-related-card:hover {
        transform: translateY(-6px);
        background: white;
        box-shadow: 0 25px 55px rgba(8,40,68,.09);
    }

    .hyg-related-card > span {
        margin-bottom: 45px;
        color: #8ca0b1;
        font-size: 9px;
        font-weight: 800;
    }

    .hyg-related-card h3 {
        margin-bottom: 13px;
        color: #13273a;
        font-size: 18px;
    }

    .hyg-related-card p {
        margin-bottom: 25px;
        color: #6d7f8f;
        font-size: 11px;
        line-height: 1.8;
    }

    .hyg-related-card strong {
        margin-top: auto;
        color: #0877d1;
        font-size: 10px;
    }


/* =========================================================
   FINAL CTA
========================================================= */

.hyg-final-section {
    position: relative;
    padding: 95px 0;
    overflow: hidden;
    background: linear-gradient( 115deg, #065b9e, #087fce, #07508b );
}

.hyg-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;
}

.hyg-final-layout {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

    .hyg-final-layout > div {
        max-width: 880px;
    }

        .hyg-final-layout > div > span {
            display: block;
            margin-bottom: 13px;
            color: #c4edff;
            font-size: 8px;
            font-weight: 800;
            letter-spacing: .17em;
        }

    .hyg-final-layout h2 {
        margin-bottom: 15px;
        color: white;
        font-size: clamp(30px, 4vw, 46px);
        line-height: 1.2;
        letter-spacing: -.04em;
    }

    .hyg-final-layout p {
        max-width: 720px;
        color: rgba(255,255,255,.76);
        font-size: 12px;
        line-height: 1.8;
    }

    .hyg-final-layout .button {
        flex-shrink: 0;
        background: #031827;
    }


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1150px) {

    .hyg-hero-layout,
    .hyg-intro-layout,
    .hyg-password-layout,
    .hyg-phishing-layout,
    .hyg-data-layout,
    .hyg-remote-layout,
    .hyg-report-layout,
    .hyg-kpi-layout,
    .hyg-faq-layout {
        grid-template-columns: 1fr;
        gap: 60px;
    }


    .hyg-hero-layout {
        padding: 70px 0;
    }


    .hyg-service-grid,
    .hyg-social-grid,
    .hyg-device-grid,
    .hyg-media-grid,
    .hyg-role-grid,
    .hyg-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .hyg-human-grid,
    .hyg-program-grid,
    .hyg-roadmap-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .hyg-simulation-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media (max-width: 700px) {

    .hyg-hero {
        padding-top: 68px;
    }


        .hyg-hero h1 {
            font-size: 42px;
        }


    .hyg-hero-description {
        font-size: 14px;
    }


    .hyg-hero-actions {
        flex-direction: column;
    }


    .hyg-hero-visual {
        min-height: 420px;
    }


    .hyg-user-core {
        width: 105px;
        height: 105px;
    }


        .hyg-user-core strong {
            font-size: 23px;
        }


    .hyg-threat {
        width: 52px;
        height: 52px;
        font-size: 6px;
    }


    .hyg-intro-section,
    .hyg-human-section,
    .hyg-services-section,
    .hyg-password-section,
    .hyg-phishing-section,
    .hyg-social-section,
    .hyg-data-section,
    .hyg-device-section,
    .hyg-remote-section,
    .hyg-media-section,
    .hyg-role-section,
    .hyg-report-section,
    .hyg-simulation-section,
    .hyg-kpi-section,
    .hyg-program-section,
    .hyg-roadmap-section,
    .hyg-faq-section,
    .hyg-related-section {
        padding: 80px 0;
    }


    .hyg-human-grid,
    .hyg-service-grid,
    .hyg-social-grid,
    .hyg-device-grid,
    .hyg-media-grid,
    .hyg-role-grid,
    .hyg-simulation-grid,
    .hyg-program-grid,
    .hyg-roadmap-grid,
    .hyg-related-grid {
        grid-template-columns: 1fr;
    }


    .hyg-data-grid,
    .hyg-report-flow,
    .hyg-kpi-grid {
        grid-template-columns: 1fr;
    }


    .hyg-remote-visual {
        flex-direction: column;
    }


        .hyg-remote-visual > span {
            width: auto;
            height: 45px;
            display: grid;
            place-items: center;
            transform: rotate(90deg);
        }


    .hyg-final-layout {
        align-items: flex-start;
        flex-direction: column;
    }
}
