
/* =========================================================
   DAMIOLINK - CYBER SECURITY V1
   TECH / FUTURISTIC
========================================================= */

* {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    background: #010912;
}

body {
    margin: 0;

    color: #f5faff;

    background:
        radial-gradient(
            circle at 68% 12%,
            rgba(0, 132, 255, .10),
            transparent 30%
        ),
        #010912;

    font-family:
        Inter,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Arial,
        sans-serif;

    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration: none;
}


/* =========================================================
   HEADER
========================================================= */

.site-header {
    position: relative;
    z-index: 100;

    height: 76px;

    border-bottom:
        1px solid
        rgba(84, 151, 202, .16);

    background:
        rgba(2, 13, 24, .97);
}

.header-inner {
    width: min(1400px, calc(100% - 70px));
    height: 100%;

    display: flex;
    align-items: center;

    margin: 0 auto;
}

.brand {
    flex-shrink: 0;
    min-width: 255px;
}

.brand-main {
    line-height: .92;

    font-size: 35px;
    font-weight: 800;

    letter-spacing: -2.2px;
}

.brand-main span {
    color: white;
}

.brand-main strong {
    color: #0baaff;
}

.brand-tagline {
    margin-top: 7px;

    color: #c0d2e2;

    font-size: 7px;
    font-weight: 700;

    letter-spacing: 2.7px;
}

.main-nav {
    display: flex;
    align-items: stretch;
    justify-content: center;

    height: 100%;

    margin-left: auto;
}

.main-nav a {
    position: relative;

    display: flex;
    align-items: center;

    padding: 0 18px;

    color: #e6edf4;

    font-size: 13px;
    font-weight: 500;

    white-space: nowrap;
}

.main-nav a:hover {
    color: #20baff;
}

.main-nav a.active {
    color: #16b5ff;
}

.main-nav a.active::after {
    content: "";

    position: absolute;

    left: 18px;
    right: 18px;
    bottom: 0;

    height: 3px;

    background: #16b5ff;

    box-shadow:
        0 0 12px
        rgba(22, 181, 255, .45);
}

.remote-button {
    min-width: 184px;
    height: 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    margin-left: 26px;

    border:
        1px solid
        #11b9ff;

    border-radius: 24px;

    background:
        rgba(0, 92, 163, .12);

    box-shadow:
        inset 0 0 18px
        rgba(0, 130, 220, .08);

    color: white;

    font-size: 12px;
    font-weight: 700;
}

.remote-button:hover {
    background:
        rgba(0, 132, 222, .19);
}

.remote-dot {
    width: 9px;
    height: 9px;

    border:
        2px solid
        #0fc4ff;

    border-radius: 50%;

    box-shadow:
        0 0 9px
        rgba(0, 191, 255, .7);
}


/* =========================================================
   HERO
========================================================= */

.cyber-hero {
    position: relative;

    min-height: 450px;

    overflow: hidden;

    border-bottom:
        1px solid
        rgba(31, 130, 199, .18);

    background:
        linear-gradient(
            90deg,
            #020c16 0%,
            #031321 43%,
            #031b30 68%,
            #020c16 100%
        );
}

.grid-layer {
    position: absolute;
    inset: 0;

    opacity: .20;

    background-image:
        linear-gradient(
            rgba(23, 152, 229, .12) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(23, 152, 229, .12) 1px,
            transparent 1px
        );

    background-size:
        54px
        54px;

    mask-image:
        linear-gradient(
            90deg,
            transparent,
            black 30%,
            black 100%
        );
}

.scan-layer {
    position: absolute;

    left: 48%;
    right: 0;
    top: 0;

    height: 1px;

    opacity: .45;

    background:
        linear-gradient(
            90deg,
            transparent,
            #00c8ff,
            transparent
        );

    box-shadow:
        0 0 14px
        #00aaff;

    animation:
        scan 7s linear infinite;
}

@keyframes scan {

    0% {
        transform: translateY(30px);
        opacity: 0;
    }

    15% {
        opacity: .35;
    }

    80% {
        opacity: .22;
    }

    100% {
        transform: translateY(430px);
        opacity: 0;
    }

}

.hero-inner {
    position: relative;
    z-index: 5;

    width: min(1400px, calc(100% - 70px));

    display: grid;

    grid-template-columns:
        .88fr
        1.12fr;

    margin: 0 auto;
}


/* =========================================================
   HERO COPY
========================================================= */

.hero-copy {
    padding:
        55px
        0
        42px;
}

.eyebrow {
    margin-bottom: 16px;

    color: #83b8d7;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 4px;
}

.hero-copy h1 {
    margin: 0;

    font-size: clamp(53px, 5vw, 76px);
    line-height: .83;

    letter-spacing: -4px;
}

.hero-copy h1 span,
.hero-copy h1 strong {
    display: block;
}

.hero-copy h1 span {
    color: #f7fbff;

    font-weight: 900;
}

.hero-copy h1 strong {
    margin-top: 10px;

    color: #0aa7ff;

    font-weight: 900;

    text-shadow:
        0 0 35px
        rgba(0, 150, 255, .18);
}

.hero-copy h2 {
    margin:
        22px
        0
        0;

    color: white;

    font-size: 27px;
    line-height: 1.1;

    letter-spacing: -.7px;
}

.hero-subtitle {
    margin-top: 8px;

    color: #0dbaff;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 3.3px;
}

.hero-description {
    max-width: 560px;

    margin:
        17px
        0
        0;

    color: #a6bdd0;

    font-size: 14px;
    line-height: 1.55;
}

.security-status {
    display: flex;

    gap: 27px;

    margin-top: 27px;
}

.status-item {
    display: flex;
    align-items: center;

    gap: 9px;
}

.status-item i {
    width: 7px;
    height: 7px;

    flex-shrink: 0;

    border-radius: 50%;

    background: #10c7ff;

    box-shadow:
        0 0 10px
        rgba(16, 199, 255, .75);
}

.status-item strong,
.status-item span {
    display: block;
}

.status-item strong {
    color: #e8f6ff;

    font-size: 8px;

    letter-spacing: 1.2px;
}

.status-item span {
    margin-top: 3px;

    color: #728fa6;

    font-size: 8px;
}


/* =========================================================
   SECURITY VISUAL
========================================================= */

.security-visual {
    position: relative;

    min-height: 450px;
}

.visual-glow {
    position: absolute;

    left: 14%;
    top: 5%;

    width: 72%;
    height: 90%;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(0, 147, 255, .17),
            rgba(0, 82, 156, .07) 40%,
            transparent 69%
        );

    filter: blur(10px);
}

.hud-ring {
    position: absolute;

    left: 49%;
    top: 50%;

    transform:
        translate(-50%, -50%);

    border-radius: 50%;
}

.ring-outer {
    width: 355px;
    height: 355px;

    border:
        1px solid
        rgba(0, 177, 255, .17);

    box-shadow:
        inset 0 0 40px
        rgba(0, 134, 255, .035);
}

.ring-outer::before,
.ring-outer::after {
    content: "";

    position: absolute;

    border-radius: 50%;

    background: #0cc8ff;

    box-shadow:
        0 0 12px
        #0aaeff;
}

.ring-outer::before {
    left: 35px;
    top: 55px;

    width: 5px;
    height: 5px;
}

.ring-outer::after {
    right: 28px;
    bottom: 82px;

    width: 4px;
    height: 4px;
}

.ring-middle {
    width: 278px;
    height: 278px;

    border:
        1px dashed
        rgba(0, 189, 255, .25);

    animation:
        rotate-ring 35s linear infinite;
}

.ring-inner {
    width: 206px;
    height: 206px;

    border:
        1px solid
        rgba(0, 190, 255, .26);

    box-shadow:
        0 0 28px
        rgba(0, 133, 255, .06);
}

@keyframes rotate-ring {

    to {
        transform:
            translate(-50%, -50%)
            rotate(360deg);
    }

}

.orbit {
    position: absolute;

    left: 49%;
    top: 50%;

    border:
        1px solid
        rgba(0, 152, 255, .10);

    border-radius: 50%;
}

.orbit-one {
    width: 430px;
    height: 190px;

    transform:
        translate(-50%, -50%)
        rotate(-15deg);
}

.orbit-two {
    width: 185px;
    height: 410px;

    transform:
        translate(-50%, -50%)
        rotate(42deg);
}


/* CORE */

.security-core {
    position: absolute;

    left: 49%;
    top: 50%;

    width: 158px;
    height: 190px;

    transform:
        translate(-50%, -50%);

    display: flex;
    align-items: center;
    justify-content: center;

    border:
        1px solid
        rgba(0, 186, 255, .22);

    background:
        linear-gradient(
            145deg,
            rgba(0, 85, 151, .13),
            rgba(1, 18, 31, .25)
        );

    box-shadow:
        0 0 50px
        rgba(0, 137, 255, .10),
        inset 0 0 35px
        rgba(0, 140, 255, .06);
}

.core-corners::before,
.core-corners::after,
.security-core::before,
.security-core::after {
    content: "";

    position: absolute;

    width: 15px;
    height: 15px;

    border-color: #14bfff;
}

.security-core::before {
    left: -1px;
    top: -1px;

    border-left: 2px solid;
    border-top: 2px solid;
}

.security-core::after {
    right: -1px;
    top: -1px;

    border-right: 2px solid;
    border-top: 2px solid;
}

.core-corners::before {
    left: -1px;
    bottom: -1px;

    border-left: 2px solid;
    border-bottom: 2px solid;
}

.core-corners::after {
    right: -1px;
    bottom: -1px;

    border-right: 2px solid;
    border-bottom: 2px solid;
}

.shield {
    width: 100px;
    height: 118px;

    overflow: visible;

    fill:
        rgba(0, 140, 255, .055);

    stroke: #10bfff;

    stroke-width: 2;

    filter:
        drop-shadow(
            0 0 9px
            rgba(0, 180, 255, .32)
        );
}

.shield-inner {
    fill: none;

    stroke:
        rgba(28, 192, 255, .38);

    stroke-width: 1;
}

.shield-check {
    fill: none;

    stroke: #dffaff;

    stroke-width: 4;

    stroke-linecap: round;
    stroke-linejoin: round;

    filter:
        drop-shadow(
            0 0 4px
            #00bfff
        );
}

.core-status {
    position: absolute;

    left: 50%;
    bottom: 12px;

    transform:
        translateX(-50%);

    width: 100%;

    color: #13c8ff;

    text-align: center;

    font-size: 6px;
    font-weight: 800;

    letter-spacing: 1.8px;
}


/* NODES */

.security-node {
    position: absolute;

    display: flex;
    align-items: center;

    gap: 9px;

    min-width: 115px;

    padding:
        7px
        9px;

    border:
        1px solid
        rgba(0, 170, 255, .20);

    background:
        rgba(2, 20, 34, .76);

    box-shadow:
        inset 0 0 18px
        rgba(0, 137, 255, .035);
}

.node-endpoint {
    left: 5%;
    top: 92px;
}

.node-network {
    right: 1%;
    top: 109px;
}

.node-data {
    left: 4%;
    bottom: 84px;
}

.node-backup {
    right: 1%;
    bottom: 79px;
}

.node-dot {
    width: 7px;
    height: 7px;

    flex-shrink: 0;

    border:
        1px solid
        #13c8ff;

    border-radius: 50%;

    background:
        rgba(0, 191, 255, .25);

    box-shadow:
        0 0 8px
        rgba(0, 191, 255, .55);
}

.security-node strong,
.security-node small {
    display: block;
}

.security-node strong {
    color: #cbeeff;

    font-size: 7px;

    letter-spacing: 1.2px;
}

.security-node small {
    margin-top: 2px;

    color: #0ebeff;

    font-size: 6px;

    letter-spacing: 1px;
}


/* CONNECTIONS */

.connection {
    position: absolute;

    height: 1px;

    transform-origin: left center;

    background:
        linear-gradient(
            90deg,
            rgba(0, 180, 255, .15),
            rgba(0, 190, 255, .65),
            rgba(0, 180, 255, .12)
        );

    box-shadow:
        0 0 4px
        rgba(0, 174, 255, .18);
}

.connection-a {
    left: 20%;
    top: 133px;

    width: 190px;

    transform: rotate(24deg);
}

.connection-b {
    left: 61%;
    top: 178px;

    width: 170px;

    transform: rotate(-22deg);
}

.connection-c {
    left: 20%;
    bottom: 126px;

    width: 190px;

    transform: rotate(-23deg);
}

.connection-d {
    left: 61%;
    bottom: 132px;

    width: 175px;

    transform: rotate(22deg);
}

.hud-code {
    position: absolute;

    color: #3e799e;

    font-size: 6px;

    letter-spacing: 1.5px;
}

.code-one {
    left: 16%;
    top: 42px;
}

.code-two {
    right: 5%;
    top: 48%;
}

.code-three {
    left: 18%;
    bottom: 35px;
}


/* =========================================================
   COMMON CONTAINER
========================================================= */

.section-container {
    width: min(1400px, calc(100% - 70px));

    margin: 0 auto;
}


/* =========================================================
   SERVICES
========================================================= */

.security-services {
    padding:
        29px
        0
        24px;

    background:
        radial-gradient(
            circle at 50% 0,
            rgba(0, 104, 184, .08),
            transparent 40%
        ),
        #020d18;
}

.section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 50px;

    margin-bottom: 21px;
}

.section-kicker {
    color: #0dbbff;

    font-size: 7px;
    font-weight: 800;

    letter-spacing: 2.8px;
}

.section-heading h2 {
    margin:
        5px
        0
        0;

    color: white;

    font-size: 24px;

    letter-spacing: -.7px;
}

.section-heading > p {
    max-width: 480px;

    margin: 0;

    color: #7f9bb0;

    font-size: 11px;
    line-height: 1.5;
}

.security-grid {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 15px;
}

.security-card {
    position: relative;

    min-height: 245px;

    display: flex;
    flex-direction: column;

    overflow: hidden;

    padding:
        20px
        20px
        17px;

    border:
        1px solid
        rgba(0, 147, 245, .55);

    border-radius: 9px;

    background:
        linear-gradient(
            145deg,
            rgba(5, 34, 57, .97),
            rgba(2, 18, 31, .99)
        );

    box-shadow:
        inset 0 0 40px
        rgba(0, 108, 187, .055);

    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

.security-card::before {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    top: 0;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(20, 199, 255, .75),
            transparent
        );
}

.security-card::after {
    content: "";

    position: absolute;

    right: -65px;
    top: -65px;

    width: 150px;
    height: 150px;

    border:
        1px solid
        rgba(0, 167, 255, .075);

    border-radius: 50%;
}

.security-card:hover {
    transform:
        translateY(-3px);

    border-color:
        #16bfff;

    box-shadow:
        0 12px 30px
        rgba(0, 0, 0, .20),
        inset 0 0 42px
        rgba(0, 133, 222, .08);
}

.card-number {
    position: absolute;

    right: 17px;
    top: 15px;

    color:
        rgba(46, 156, 214, .30);

    font-size: 26px;
    font-weight: 800;

    letter-spacing: -1px;
}

.card-icon {
    width: 47px;
    height: 47px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 11px;

    border:
        1px solid
        rgba(13, 184, 255, .80);

    border-radius: 50%;

    background:
        rgba(0, 97, 166, .12);
}

.card-icon svg {
    width: 24px;
    height: 24px;

    fill: none;

    stroke: #16bdff;

    stroke-width: 1.6;

    stroke-linecap: round;
    stroke-linejoin: round;
}

.card-tech {
    margin-bottom: 5px;

    color: #377b9f;

    font-size: 6px;
    font-weight: 800;

    letter-spacing: 1.5px;
}

.security-card h3 {
    margin:
        0
        0
        8px;

    color: white;

    font-size: 16px;

    letter-spacing: -.25px;
}

.security-card p {
    margin: 0;

    color: #95adbf;

    font-size: 11px;
    line-height: 1.52;
}

.card-features {
    display: flex;
    flex-wrap: wrap;

    gap: 5px;

    margin-top: auto;
    padding-top: 13px;
}

.card-features span {
    padding:
        4px
        7px;

    border:
        1px solid
        rgba(0, 163, 245, .20);

    border-radius: 3px;

    color: #5da9cf;

    background:
        rgba(0, 101, 165, .055);

    font-size: 7px;

    letter-spacing: .3px;
}


/* =========================================================
   MULTI LAYER
========================================================= */

.layer-section {
    padding:
        0
        0
        20px;

    background: #020d18;
}

.layer-panel {
    position: relative;

    overflow: hidden;

    padding:
        21px
        32px
        13px;

    border:
        1px solid
        rgba(0, 151, 235, .36);

    border-radius: 10px;

    background:
        linear-gradient(
            90deg,
            #041a2d,
            #05243d 50%,
            #04192b
        );

    box-shadow:
        inset 0 0 40px
        rgba(0, 119, 204, .055);
}

.layer-panel::before {
    content: "";

    position: absolute;

    left: 50%;
    top: -110px;

    width: 420px;
    height: 220px;

    transform:
        translateX(-50%);

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(0, 159, 255, .10),
            transparent 68%
        );
}

.layer-heading {
    position: relative;

    text-align: center;
}

.layer-heading > span {
    color: #0cbcff;

    font-size: 6px;
    font-weight: 800;

    letter-spacing: 2.7px;
}

.layer-heading h2 {
    margin:
        4px
        0
        3px;

    font-size: 20px;
}

.layer-heading p {
    margin: 0;

    color: #7895aa;

    font-size: 9px;
}

.layer-flow {
    position: relative;

    display: grid;

    grid-template-columns:
        90px
        1fr
        110px
        1fr
        90px
        1fr
        90px
        1fr
        90px;

    align-items: center;

    gap: 6px;

    max-width: 1020px;

    margin:
        20px
        auto
        0;
}

.layer-item {
    text-align: center;
}

.layer-circle {
    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin:
        0
        auto
        7px;

    border:
        1px solid
        #0db9ff;

    border-radius: 50%;

    background:
        rgba(0, 112, 190, .11);

    box-shadow:
        0 0 14px
        rgba(0, 154, 255, .055);
}

.layer-circle svg {
    width: 22px;
    height: 22px;

    fill: none;

    stroke: #12bdff;

    stroke-width: 1.6;

    stroke-linecap: round;
    stroke-linejoin: round;
}

.layer-item strong,
.layer-item small {
    display: block;
}

.layer-item strong {
    color: #e7f6ff;

    font-size: 7px;

    letter-spacing: 1px;
}

.layer-item small {
    margin-top: 2px;

    color: #507f9b;

    font-size: 6px;
}

.flow-line {
    position: relative;

    height: 1px;

    margin-bottom: 25px;

    background:
        linear-gradient(
            90deg,
            rgba(0, 157, 238, .18),
            rgba(0, 195, 255, .75),
            rgba(0, 157, 238, .18)
        );
}

.flow-line::after {
    content: "";

    position: absolute;

    right: -1px;
    top: -2px;

    width: 5px;
    height: 5px;

    border-radius: 50%;

    background: #13c8ff;

    box-shadow:
        0 0 7px
        #13c8ff;
}

.flow-line i {
    position: absolute;

    left: 0;
    top: -1px;

    width: 18px;
    height: 3px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #dffbff,
            transparent
        );

    opacity: .55;

    animation:
        flow 4s linear infinite;
}

@keyframes flow {

    from {
        left: 0;
    }

    to {
        left: calc(100% - 18px);
    }

}

.layer-status-bar {
    display: grid;

    grid-template-columns:
        auto
        1fr
        auto;

    align-items: center;

    gap: 13px;

    margin-top: 14px;

    color: #3d7696;

    font-size: 5px;

    letter-spacing: 1.4px;
}

.layer-status-bar div {
    height: 1px;

    background:
        linear-gradient(
            90deg,
            rgba(0, 170, 255, .05),
            rgba(0, 170, 255, .28),
            rgba(0, 170, 255, .05)
        );
}

.layer-status-bar strong {
    color: #0ca8e9;

    font-size: 5px;
}


/* =========================================================
   ASSESSMENT
========================================================= */

.assessment-section {
    padding:
        0
        0
        18px;

    background: #020d18;
}

.assessment-panel {
    min-height: 104px;

    display: grid;

    grid-template-columns:
        90px
        1fr
        280px;

    align-items: center;

    padding:
        15px
        27px;

    border:
        1px solid
        rgba(0, 177, 255, .57);

    border-radius: 10px;

    background:
        linear-gradient(
            90deg,
            #05213a,
            #052c4c 58%,
            #063a61
        );

    box-shadow:
        inset 0 0 40px
        rgba(0, 134, 231, .07);
}

.assessment-icon {
    width: 60px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    border:
        1px solid
        #14c2ff;

    border-radius: 50%;

    background:
        rgba(0, 119, 200, .10);
}

.assessment-icon svg {
    width: 30px;
    height: 30px;

    fill: none;

    stroke: #17c4ff;

    stroke-width: 1.6;

    stroke-linecap: round;
    stroke-linejoin: round;
}

.assessment-copy {
    padding-left: 25px;

    border-left:
        1px solid
        rgba(18, 160, 238, .28);
}

.assessment-copy > span {
    color: #0fc1ff;

    font-size: 6px;
    font-weight: 800;

    letter-spacing: 2px;
}

.assessment-copy h2 {
    margin:
        4px
        0
        4px;

    font-size: 18px;
}

.assessment-copy p {
    max-width: 620px;

    margin: 0;

    color: #91adc1;

    font-size: 10px;
    line-height: 1.45;
}

.assessment-button {
    min-height: 51px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    border:
        1px solid
        #28d0ff;

    border-radius: 7px;

    background:
        linear-gradient(
            90deg,
            #0874ff,
            #0ab4f6
        );

    box-shadow:
        0 0 21px
        rgba(0, 166, 255, .20);

    color: white;

    font-size: 11px;
    font-weight: 800;

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.assessment-button:hover {
    transform:
        translateY(-2px);

    box-shadow:
        0 0 28px
        rgba(0, 183, 255, .32);
}

.assessment-button span {
    font-size: 20px;
}


/* =========================================================
   AUDIENCE
========================================================= */

.audience-section {
    background: #020d18;
}

.audience-grid {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    padding:
        0
        25px
        14px;
}

.audience-item {
    min-height: 64px;

    display: flex;
    align-items: center;

    gap: 14px;

    padding:
        0
        30px;

    border-right:
        1px solid
        rgba(50, 128, 183, .28);
}

.audience-item:first-child {
    padding-left: 0;
}

.audience-item:last-child {
    border-right: 0;
}

.audience-icon {
    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;
}

.audience-icon svg {
    width: 26px;
    height: 26px;

    fill: none;

    stroke: #10baff;

    stroke-width: 1.6;

    stroke-linecap: round;
    stroke-linejoin: round;
}

.audience-item strong,
.audience-item span {
    display: block;
}

.audience-item strong {
    margin-bottom: 3px;

    color: white;

    font-size: 10px;
}

.audience-item span {
    color: #7895aa;

    font-size: 8px;
    line-height: 1.45;
}


/* =========================================================
   FOOTER
========================================================= */

.site-footer {
    width: min(1400px, calc(100% - 70px));

    margin:
        0
        auto;

    padding-bottom: 22px;

    text-align: center;
}

.footer-line {
    height: 1px;

    margin-bottom: 10px;

    background:
        linear-gradient(
            90deg,
            rgba(25, 137, 202, .45),
            transparent 40%,
            transparent 60%,
            rgba(25, 137, 202, .45)
        );
}

.footer-brand {
    font-size: 23px;
    font-weight: 850;

    letter-spacing: -1.4px;
}

.footer-brand span {
    color: white;
}

.footer-brand strong {
    color: #0baaff;
}

.footer-tagline {
    margin-top: 4px;

    color: #9bb3c7;

    font-size: 6px;
    font-weight: 700;

    letter-spacing: 2.6px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;

    margin-top: 14px;

    padding-top: 12px;

    border-top:
        1px solid
        rgba(47, 113, 159, .15);

    color: #55758f;

    font-size: 8px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1250px) {

    .header-inner,
    .hero-inner,
    .section-container,
    .site-footer {
        width:
            min(
                1120px,
                calc(100% - 40px)
            );
    }

    .brand {
        min-width: 205px;
    }

    .brand-main {
        font-size: 31px;
    }

    .main-nav a {
        padding:
            0
            10px;

        font-size: 11px;
    }

    .main-nav a.active::after {
        left: 10px;
        right: 10px;
    }

    .remote-button {
        min-width: 155px;

        margin-left: 13px;

        font-size: 10px;
    }

    .hero-inner {
        grid-template-columns:
            .95fr
            1.05fr;
    }

    .security-node {
        min-width: 100px;
    }

}


@media (max-width: 980px) {

    .site-header {
        height: auto;
    }

    .header-inner {
        min-height: 72px;

        flex-wrap: wrap;

        padding:
            12px
            0;
    }

    .main-nav {
        order: 3;

        width: 100%;
        height: auto;

        overflow-x: auto;

        justify-content: flex-start;

        margin-top: 12px;
    }

    .main-nav a {
        min-height: 38px;
    }

    .remote-button {
        margin-left: auto;
    }

    .hero-inner {
        grid-template-columns: 1fr;
    }

    .security-visual {
        min-height: 420px;
    }

    .security-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .layer-flow {
        grid-template-columns:
            repeat(5, 1fr);

        gap: 15px;
    }

    .flow-line {
        display: none;
    }

    .assessment-panel {
        grid-template-columns:
            75px
            1fr;

        padding:
            20px;
    }

    .assessment-button {
        grid-column:
            1 / -1;

        margin-top: 15px;
    }

    .audience-grid {
        grid-template-columns:
            repeat(2, 1fr);

        row-gap: 15px;
    }

    .audience-item:nth-child(2) {
        border-right: 0;
    }

}


@media (max-width: 650px) {

    .header-inner,
    .hero-inner,
    .section-container,
    .site-footer {
        width:
            calc(100% - 28px);
    }

    .brand {
        min-width: 0;
    }

    .brand-main {
        font-size: 29px;
    }

    .brand-tagline {
        display: none;
    }

    .remote-button {
        min-width: auto;

        height: 38px;

        padding:
            0
            13px;

        font-size: 9px;
    }

    .hero-copy {
        padding-top: 38px;
    }

    .eyebrow {
        font-size: 7px;

        letter-spacing: 2.4px;
    }

    .hero-copy h1 {
        font-size: 49px;

        letter-spacing: -3px;
    }

    .hero-copy h2 {
        font-size: 23px;
    }

    .security-status {
        flex-direction: column;

        gap: 10px;
    }

    .security-visual {
        min-height: 365px;

        transform:
            scale(.88);

        transform-origin:
            top center;
    }

    .security-grid {
        grid-template-columns: 1fr;
    }

    .section-heading {
        display: block;
    }

    .section-heading > p {
        margin-top: 10px;
    }

    .layer-panel {
        padding:
            20px
            15px;
    }

    .layer-flow {
        grid-template-columns: 1fr;

        gap: 14px;
    }

    .layer-item {
        display: grid;

        grid-template-columns:
            52px
            1fr;

        align-items: center;

        text-align: left;
    }

    .layer-circle {
        grid-row:
            1 / 3;

        margin: 0;
    }

    .layer-item strong {
        font-size: 8px;
    }

    .layer-item small {
        font-size: 7px;
    }

    .layer-status-bar {
        margin-top: 20px;
    }

    .assessment-panel {
        display: flex;
        flex-direction: column;

        align-items: stretch;

        text-align: center;
    }

    .assessment-icon {
        margin:
            0
            auto
            13px;
    }

    .assessment-copy {
        padding: 0;

        border-left: 0;
    }

    .assessment-button {
        margin-top: 16px;
    }

    .audience-grid {
        grid-template-columns: 1fr;

        padding:
            0
            5px
            15px;
    }

    .audience-item {
        padding:
            12px
            0;

        border-right: 0;

        border-bottom:
            1px solid
            rgba(50, 128, 183, .18);
    }

    .audience-item:last-child {
        border-bottom: 0;
    }

    .footer-bottom {
        flex-direction: column;

        gap: 6px;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .scan-layer,
    .ring-middle,
    .flow-line i {
        animation: none;
    }

}

