
/* =========================================================
   DAMIOLINK
   RETI & SERVER V1
   ========================================================= */

:root {
    --rs-bg: #020c16;
    --rs-bg2: #031321;
    --rs-panel: #051b2e;
    --rs-panel2: #06253d;
    --rs-blue: #009cff;
    --rs-cyan: #13c8ff;
    --rs-text: #f5faff;
    --rs-muted: #8da9bd;
    --rs-line: rgba(20, 177, 255, .26);
}


* {
    box-sizing: border-box;
}


html {
    margin: 0;
    padding: 0;

    background:
        var(--rs-bg);

    scroll-behavior:
        smooth;
}


body {
    margin: 0;

    color:
        var(--rs-text);

    background:
        var(--rs-bg);

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

    -webkit-font-smoothing:
        antialiased;
}


a {
    color:
        inherit;

    text-decoration:
        none;
}


.page-shell {
    width:
        min(
            1460px,
            calc(100% - 80px)
        );

    margin:
        0 auto;
}



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

.network-hero {
    position:
        relative;

    min-height:
        520px;

    overflow:
        hidden;

    border-bottom:
        1px solid
        rgba(0, 151, 232, .18);

    background:
        linear-gradient(
            90deg,
            #020c16 0%,
            #031321 43%,
            #041b2d 70%,
            #020c16 100%
        );
}


.hero-grid {
    position:
        absolute;

    inset:
        0;

    opacity:
        .20;

    background-image:
        linear-gradient(
            rgba(16, 167, 238, .12) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(16, 167, 238, .12) 1px,
            transparent 1px
        );

    background-size:
        54px 54px;

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


.hero-scan {
    position:
        absolute;

    left:
        48%;

    right:
        0;

    top:
        0;

    height:
        1px;

    opacity:
        .4;

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

    box-shadow:
        0 0 14px
        rgba(0, 188, 255, .8);

    animation:
        rs-scan 8s linear infinite;
}


@keyframes rs-scan {

    0% {
        transform:
            translateY(25px);

        opacity:
            0;
    }

    15% {
        opacity:
            .4;
    }

    85% {
        opacity:
            .2;
    }

    100% {
        transform:
            translateY(500px);

        opacity:
            0;
    }

}


.hero-layout {
    position:
        relative;

    z-index:
        2;

    min-height:
        520px;

    display:
        grid;

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

    align-items:
        stretch;
}



/* HERO COPY */

.hero-copy {
    padding:
        72px
        0
        58px;
}


.hero-kicker {
    margin-bottom:
        17px;

    color:
        #75b7da;

    font-size:
        10px;

    font-weight:
        800;

    letter-spacing:
        4px;
}


.hero-copy h1 {
    margin:
        0;

    font-size:
        clamp(
            58px,
            5vw,
            80px
        );

    line-height:
        .84;

    letter-spacing:
        -4px;
}


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


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

    font-weight:
        900;
}


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

    color:
        var(--rs-blue);

    font-weight:
        900;

    text-shadow:
        0 0 35px
        rgba(0, 156, 255, .16);
}


.hero-copy h2 {
    max-width:
        580px;

    margin:
        27px
        0
        0;

    color:
        #ffffff;

    font-size:
        27px;

    line-height:
        1.15;

    letter-spacing:
        -.7px;
}


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

    margin:
        15px
        0
        0;

    color:
        #9ab3c5;

    font-size:
        14px;

    line-height:
        1.6;
}


.hero-tags {
    display:
        flex;

    flex-wrap:
        wrap;

    gap:
        29px;

    margin-top:
        31px;
}


.hero-tag {
    display:
        flex;

    align-items:
        center;

    gap:
        10px;
}


.hero-tag i {
    width:
        7px;

    height:
        7px;

    flex-shrink:
        0;

    border-radius:
        50%;

    background:
        var(--rs-cyan);

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


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


.hero-tag strong {
    color:
        #e9f7ff;

    font-size:
        8px;

    letter-spacing:
        1.2px;
}


.hero-tag span {
    margin-top:
        3px;

    color:
        #718fa5;

    font-size:
        8px;
}



/* =========================================================
   NETWORK VISUAL
   ========================================================= */

.network-visual {
    position:
        relative;

    min-height:
        520px;
}


.visual-glow {
    position:
        absolute;

    left:
        12%;

    top:
        6%;

    width:
        78%;

    height:
        88%;

    border-radius:
        50%;

    background:
        radial-gradient(
            circle,
            rgba(0, 151, 255, .16),
            rgba(0, 91, 159, .06) 43%,
            transparent 70%
        );

    filter:
        blur(12px);
}



/* TOPOLOGY NODES */

.topology-node {
    position:
        absolute;

    z-index:
        5;

    min-width:
        125px;

    display:
        flex;

    align-items:
        center;

    gap:
        9px;

    padding:
        8px 10px;

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

    background:
        rgba(2, 19, 33, .88);

    box-shadow:
        inset 0 0 18px
        rgba(0, 135, 220, .05);
}


.node-icon {
    width:
        27px;

    height:
        27px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    flex-shrink:
        0;

    border:
        1px solid
        rgba(17, 195, 255, .48);

    border-radius:
        4px;

    background:
        rgba(0, 121, 195, .08);
}


.node-icon svg {
    width:
        16px;

    height:
        16px;

    fill:
        none;

    stroke:
        #16c4ff;

    stroke-width:
        1.5;

    stroke-linecap:
        round;

    stroke-linejoin:
        round;
}


.topology-node strong,
.topology-node span {
    display:
        block;
}


.topology-node strong {
    color:
        #d8f2ff;

    font-size:
        7px;

    letter-spacing:
        1px;
}


.topology-node span {
    margin-top:
        3px;

    color:
        #3d89ad;

    font-size:
        5px;

    letter-spacing:
        1px;
}


.node-cloud {
    left:
        39%;

    top:
        28px;
}


.node-firewall {
    left:
        8%;

    top:
        150px;
}


.node-wifi {
    right:
        1%;

    top:
        135px;
}


.node-client {
    right:
        0;

    bottom:
        76px;
}


.node-vpn {
    left:
        6%;

    bottom:
        75px;
}



/* CORE SWITCH */

.core-switch {
    position:
        absolute;

    z-index:
        6;

    left:
        46%;

    top:
        190px;

    width:
        245px;

    min-height:
        87px;

    transform:
        translateX(-50%);

    padding:
        11px 14px;

    border:
        1px solid
        rgba(16, 192, 255, .65);

    border-radius:
        4px;

    background:
        linear-gradient(
            180deg,
            #092b44,
            #041727
        );

    box-shadow:
        0 0 25px
        rgba(0, 157, 255, .12),
        inset 0 0 20px
        rgba(0, 146, 230, .06);
}


.device-label {
    display:
        flex;

    align-items:
        center;

    justify-content:
        space-between;

    margin-bottom:
        9px;
}


.device-label span {
    color:
        #5289a6;

    font-size:
        6px;

    letter-spacing:
        1.3px;
}


.device-label strong {
    color:
        #dff7ff;

    font-size:
        7px;

    letter-spacing:
        1.3px;
}


.switch-led-row {
    display:
        flex;

    gap:
        8px;

    margin-bottom:
        8px;
}


.switch-led-row i {
    width:
        4px;

    height:
        4px;

    border-radius:
        50%;

    background:
        #17d8a2;

    box-shadow:
        0 0 5px
        rgba(23, 216, 162, .65);
}


.switch-led-row i:nth-child(3n) {
    background:
        #13c8ff;

    box-shadow:
        0 0 5px
        rgba(19, 200, 255, .65);
}


.switch-ports {
    display:
        grid;

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

    gap:
        5px;
}


.switch-ports span {
    height:
        18px;

    border:
        1px solid
        rgba(85, 158, 198, .50);

    background:
        #020b12;

    box-shadow:
        inset 0 0 5px
        rgba(0, 0, 0, .8);
}



/* SERVER RACK */

.server-rack {
    position:
        absolute;

    z-index:
        7;

    left:
        46%;

    bottom:
        30px;

    width:
        285px;

    transform:
        translateX(-50%);

    padding:
        9px;

    border:
        1px solid
        rgba(0, 173, 255, .42);

    border-radius:
        4px;

    background:
        linear-gradient(
            145deg,
            #071d2f,
            #020d17
        );

    box-shadow:
        0 0 34px
        rgba(0, 145, 255, .10),
        inset 0 0 30px
        rgba(0, 112, 190, .05);
}


.rack-top {
    display:
        flex;

    justify-content:
        space-between;

    padding:
        3px 4px 8px;

    color:
        #467f9e;

    font-size:
        5px;

    letter-spacing:
        1.1px;
}


.rack-top strong {
    color:
        #0dbfff;

    font-size:
        6px;
}


.rack-unit {
    min-height:
        42px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        space-between;

    margin-bottom:
        5px;

    padding:
        0 12px;

    border:
        1px solid
        rgba(75, 136, 171, .32);

    background:
        linear-gradient(
            90deg,
            #051523,
            #08273d,
            #051523
        );
}


.unit-info strong,
.unit-info span {
    display:
        block;
}


.unit-info strong {
    color:
        #d6edf9;

    font-size:
        7px;

    letter-spacing:
        1px;
}


.unit-info span {
    margin-top:
        3px;

    color:
        #35cfa2;

    font-size:
        5px;

    letter-spacing:
        1px;
}


.unit-leds {
    display:
        flex;

    gap:
        6px;
}


.unit-leds i {
    width:
        5px;

    height:
        5px;

    border-radius:
        50%;

    background:
        #29d99f;

    box-shadow:
        0 0 6px
        rgba(41, 217, 159, .65);
}


.unit-leds i:last-child {
    background:
        #12c5ff;

    box-shadow:
        0 0 6px
        rgba(18, 197, 255, .65);
}


.storage-unit {
    min-height:
        47px;
}


.drive-bays {
    display:
        flex;

    gap:
        4px;
}


.drive-bays b {
    width:
        20px;

    height:
        27px;

    border:
        1px solid
        rgba(87, 145, 176, .38);

    background:
        #020b12;
}


.rack-footer {
    display:
        flex;

    justify-content:
        space-between;

    padding:
        4px 3px 0;

    color:
        #487d99;

    font-size:
        5px;

    letter-spacing:
        1px;
}


.rack-footer strong {
    color:
        #21d4a2;

    font-size:
        5px;
}



/* NETWORK LINKS */

.net-link {
    position:
        absolute;

    z-index:
        2;

    height:
        1px;

    transform-origin:
        left center;

    background:
        linear-gradient(
            90deg,
            rgba(0, 181, 255, .10),
            rgba(0, 194, 255, .75),
            rgba(0, 181, 255, .10)
        );

    box-shadow:
        0 0 4px
        rgba(0, 183, 255, .25);
}


.net-link i {
    position:
        absolute;

    top:
        -1px;

    width:
        17px;

    height:
        3px;

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

    opacity:
        .7;

    animation:
        rs-packet 3.4s linear infinite;
}


@keyframes rs-packet {

    from {
        left:
            0;
    }

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

}


.link-cloud-firewall {
    left:
        47%;

    top:
        77px;

    width:
        151px;

    transform:
        rotate(134deg);
}


.link-firewall-core {
    left:
        22%;

    top:
        188px;

    width:
        175px;

    transform:
        rotate(13deg);
}


.link-core-wifi {
    left:
        60%;

    top:
        212px;

    width:
        190px;

    transform:
        rotate(-19deg);
}


.link-core-client {
    left:
        60%;

    top:
        248px;

    width:
        205px;

    transform:
        rotate(37deg);
}


.link-core-vpn {
    left:
        24%;

    top:
        249px;

    width:
        180px;

    transform:
        rotate(141deg);
}


.visual-code {
    position:
        absolute;

    color:
        #3c7898;

    font-size:
        6px;

    letter-spacing:
        1.5px;
}


.code-a {
    right:
        7%;

    top:
        48px;
}


.code-b {
    left:
        6%;

    top:
        50%;
}


.code-c {
    right:
        4%;

    bottom:
        30px;
}



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

.infra-services {
    padding:
        34px
        0
        25px;

    background:
        radial-gradient(
            circle at 50% 0,
            rgba(0, 113, 190, .08),
            transparent 42%
        ),
        #020d18;
}


.section-heading {
    display:
        flex;

    align-items:
        flex-end;

    justify-content:
        space-between;

    gap:
        50px;

    margin-bottom:
        22px;
}


.section-kicker {
    color:
        var(--rs-cyan);

    font-size:
        7px;

    font-weight:
        800;

    letter-spacing:
        2.8px;
}


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

    color:
        #ffffff;

    font-size:
        25px;

    letter-spacing:
        -.7px;
}


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

    margin:
        0;

    color:
        #809db1;

    font-size:
        11px;

    line-height:
        1.55;
}


.infra-grid {
    display:
        grid;

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

    gap:
        15px;
}


.infra-card {
    position:
        relative;

    min-height:
        252px;

    display:
        flex;

    flex-direction:
        column;

    overflow:
        hidden;

    padding:
        20px;

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

    border-radius:
        9px;

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

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

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


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

    position:
        absolute;

    left:
        0;

    right:
        0;

    top:
        0;

    height:
        1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(19, 200, 255, .72),
            transparent
        );
}


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

    position:
        absolute;

    right:
        -60px;

    top:
        -60px;

    width:
        145px;

    height:
        145px;

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

    border-radius:
        50%;
}


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

    border-color:
        var(--rs-cyan);

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


.card-index {
    position:
        absolute;

    right:
        17px;

    top:
        15px;

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

    font-size:
        26px;

    font-weight:
        800;
}


.card-icon {
    width:
        48px;

    height:
        48px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    margin-bottom:
        11px;

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

    border-radius:
        7px;

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


.card-icon svg {
    width:
        25px;

    height:
        25px;

    fill:
        none;

    stroke:
        #16bdff;

    stroke-width:
        1.6;

    stroke-linecap:
        round;

    stroke-linejoin:
        round;
}


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

    color:
        #397d9f;

    font-size:
        6px;

    font-weight:
        800;

    letter-spacing:
        1.5px;
}


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

    color:
        #ffffff;

    font-size:
        16px;

    letter-spacing:
        -.25px;
}


.infra-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;
}



/* =========================================================
   ARCHITECTURE
   ========================================================= */

.architecture-section {
    padding:
        0
        0
        21px;

    background:
        #020d18;
}


.architecture-panel {
    position:
        relative;

    overflow:
        hidden;

    padding:
        23px 30px
        15px;

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

    border-radius:
        10px;

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

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


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

    position:
        absolute;

    left:
        50%;

    top:
        -130px;

    width:
        560px;

    height:
        260px;

    transform:
        translateX(-50%);

    border-radius:
        50%;

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


.architecture-copy {
    position:
        relative;

    text-align:
        center;
}


.architecture-copy h2 {
    margin:
        5px
        0
        4px;

    color:
        #ffffff;

    font-size:
        21px;
}


.architecture-copy p {
    max-width:
        690px;

    margin:
        0 auto;

    color:
        #7895aa;

    font-size:
        9px;

    line-height:
        1.5;
}


.architecture-flow {
    position:
        relative;

    display:
        grid;

    grid-template-columns:
        105px
        1fr
        105px
        1fr
        125px
        1fr
        105px
        1fr
        105px;

    align-items:
        center;

    gap:
        5px;

    max-width:
        1110px;

    margin:
        22px
        auto
        0;
}


.architecture-node {
    text-align:
        center;
}


.architecture-icon {
    width:
        48px;

    height:
        48px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    margin:
        0 auto
        7px;

    border:
        1px solid
        var(--rs-cyan);

    border-radius:
        6px;

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

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


.architecture-core .architecture-icon {
    width:
        58px;

    height:
        58px;

    box-shadow:
        0 0 22px
        rgba(0, 167, 255, .10);
}


.architecture-icon svg {
    width:
        23px;

    height:
        23px;

    fill:
        none;

    stroke:
        #12bdff;

    stroke-width:
        1.6;

    stroke-linecap:
        round;

    stroke-linejoin:
        round;
}


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


.architecture-node strong {
    color:
        #e7f6ff;

    font-size:
        7px;

    letter-spacing:
        1px;
}


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

    color:
        #507f9b;

    font-size:
        6px;
}


.architecture-link {
    position:
        relative;

    height:
        1px;

    margin-bottom:
        25px;

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


.architecture-link::after {
    content:
        "";

    position:
        absolute;

    right:
        -1px;

    top:
        -2px;

    width:
        5px;

    height:
        5px;

    border-radius:
        50%;

    background:
        var(--rs-cyan);

    box-shadow:
        0 0 7px
        var(--rs-cyan);
}


.architecture-link i {
    position:
        absolute;

    left:
        0;

    top:
        -1px;

    width:
        18px;

    height:
        3px;

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

    opacity:
        .6;

    animation:
        architecture-packet
        4s
        linear
        infinite;
}


@keyframes architecture-packet {

    from {
        left:
            0;
    }

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

}


.branch-network {
    display:
        grid;

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

    max-width:
        940px;

    gap:
        8px;

    margin:
        22px
        auto
        0;

    padding-top:
        14px;

    border-top:
        1px solid
        rgba(0, 163, 238, .15);
}


.branch-item {
    position:
        relative;

    text-align:
        center;
}


.branch-item i {
    display:
        block;

    width:
        6px;

    height:
        6px;

    margin:
        0 auto
        6px;

    border-radius:
        50%;

    background:
        var(--rs-cyan);

    box-shadow:
        0 0 7px
        rgba(19, 200, 255, .65);
}


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


.branch-item strong {
    color:
        #bfeaff;

    font-size:
        6px;

    letter-spacing:
        1.2px;
}


.branch-item span {
    margin-top:
        2px;

    color:
        #4e809b;

    font-size:
        6px;
}


.architecture-status {
    display:
        grid;

    grid-template-columns:
        auto
        1fr
        auto;

    align-items:
        center;

    gap:
        13px;

    margin-top:
        15px;

    color:
        #3d7696;

    font-size:
        5px;

    letter-spacing:
        1.4px;
}


.architecture-status div {
    height:
        1px;

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


.architecture-status strong {
    color:
        #0ca8e9;

    font-size:
        5px;
}



/* =========================================================
   FEATURES
   ========================================================= */

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

    background:
        #020d18;
}


.feature-grid {
    display:
        grid;

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

    border:
        1px solid
        rgba(0, 145, 220, .22);

    border-radius:
        8px;

    background:
        rgba(4, 24, 40, .65);
}


.feature-item {
    min-height:
        80px;

    display:
        flex;

    align-items:
        center;

    gap:
        14px;

    padding:
        14px 23px;

    border-right:
        1px solid
        rgba(0, 145, 220, .18);
}


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


.feature-symbol {
    color:
        #0ebcff;

    font-size:
        22px;

    font-weight:
        800;

    opacity:
        .55;
}


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


.feature-item strong {
    color:
        #ffffff;

    font-size:
        10px;
}


.feature-item span {
    margin-top:
        4px;

    color:
        #7896aa;

    font-size:
        8px;

    line-height:
        1.4;
}



/* =========================================================
   CTA
   ========================================================= */

.network-cta {
    padding:
        0
        0
        20px;

    background:
        #020d18;
}


.cta-panel {
    min-height:
        112px;

    display:
        grid;

    grid-template-columns:
        92px
        1fr
        290px;

    align-items:
        center;

    padding:
        16px
        28px;

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

    border-radius:
        10px;

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

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


.cta-graphic {
    width:
        62px;

    height:
        62px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    border:
        1px solid
        var(--rs-cyan);

    border-radius:
        7px;

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


.cta-graphic svg {
    width:
        32px;

    height:
        32px;

    fill:
        none;

    stroke:
        #17c4ff;

    stroke-width:
        1.5;

    stroke-linecap:
        round;

    stroke-linejoin:
        round;
}


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

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


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

    font-size:
        6px;

    font-weight:
        800;

    letter-spacing:
        2px;
}


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

    color:
        #ffffff;

    font-size:
        19px;
}


.cta-copy p {
    max-width:
        650px;

    margin:
        0;

    color:
        #91adc1;

    font-size:
        10px;

    line-height:
        1.45;
}


.cta-button {
    min-height:
        52px;

    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:
        #ffffff;

    font-size:
        11px;

    font-weight:
        800;

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


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

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


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



/* =========================================================
   TARGET
   ========================================================= */

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


.target-grid {
    display:
        grid;

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

    padding:
        0
        20px
        17px;
}


.target-item {
    min-height:
        67px;

    display:
        flex;

    align-items:
        center;

    gap:
        14px;

    padding:
        0 30px;

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


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


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


.target-item svg {
    width:
        27px;

    height:
        27px;

    flex-shrink:
        0;

    fill:
        none;

    stroke:
        #10baff;

    stroke-width:
        1.6;

    stroke-linecap:
        round;

    stroke-linejoin:
        round;
}


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


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

    color:
        #ffffff;

    font-size:
        10px;
}


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

    font-size:
        8px;

    line-height:
        1.4;
}



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

.network-footer {
    background:
        #020d18;

    text-align:
        center;
}


.footer-line {
    height:
        1px;

    margin-bottom:
        11px;

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


.footer-logo {
    font-size:
        23px;

    font-weight:
        850;

    letter-spacing:
        -1.4px;
}


.footer-logo span {
    color:
        #ffffff;
}


.footer-logo 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:
        12px 0
        22px;

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

    color:
        #55758f;

    font-size:
        8px;
}



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

@media (max-width: 1250px) {

    .page-shell {
        width:
            min(
                calc(100% - 44px),
                1460px
            );
    }

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

    .topology-node {
        min-width:
            108px;
    }

}


@media (max-width: 1050px) {

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

    .network-visual {
        min-height:
            500px;
    }

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

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

        gap:
            15px;
    }

    .architecture-link {
        display:
            none;
    }

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

    .feature-item:nth-child(2),
    .target-item:nth-child(2) {
        border-right:
            0;
    }

    .feature-item:nth-child(-n+2) {
        border-bottom:
            1px solid
            rgba(0, 145, 220, .18);
    }

    .cta-panel {
        grid-template-columns:
            80px
            1fr;
    }

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

        margin-top:
            16px;
    }

}


@media (max-width: 700px) {

    .page-shell {
        width:
            calc(100% - 28px);
    }

    .hero-copy {
        padding:
            48px
            0
            25px;
    }

    .hero-kicker {
        font-size:
            7px;

        letter-spacing:
            2.4px;
    }

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

        letter-spacing:
            -3px;
    }

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

    .hero-tags {
        flex-direction:
            column;

        gap:
            10px;
    }

    .network-visual {
        min-height:
            440px;

        transform:
            scale(.88);

        transform-origin:
            top center;
    }

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

    .section-heading {
        display:
            block;
    }

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

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

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

        gap:
            14px;
    }

    .architecture-node {
        display:
            grid;

        grid-template-columns:
            58px
            1fr;

        align-items:
            center;

        text-align:
            left;
    }

    .architecture-icon,
    .architecture-core .architecture-icon {
        grid-row:
            1 / 3;

        width:
            48px;

        height:
            48px;

        margin:
            0;
    }

    .branch-network {
        grid-template-columns:
            1fr;

        gap:
            12px;
    }

    .branch-item {
        display:
            flex;

        align-items:
            center;

        gap:
            9px;

        text-align:
            left;
    }

    .branch-item i {
        margin:
            0;
    }

    .branch-item span {
        margin:
            0 0 0 auto;
    }

    .feature-grid,
    .target-grid {
        grid-template-columns:
            1fr;
    }

    .feature-item,
    .target-item {
        border-right:
            0;

        border-bottom:
            1px solid
            rgba(0, 145, 220, .18);
    }

    .feature-item:last-child,
    .target-item:last-child {
        border-bottom:
            0;
    }

    .target-grid {
        padding:
            0 5px
            16px;
    }

    .target-item,
    .target-item:first-child {
        padding:
            12px 0;
    }

    .cta-panel {
        display:
            flex;

        flex-direction:
            column;

        align-items:
            stretch;

        text-align:
            center;

        padding:
            20px;
    }

    .cta-graphic {
        margin:
            0 auto
            14px;
    }

    .cta-copy {
        padding:
            0;

        border-left:
            0;
    }

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

    .footer-bottom {
        flex-direction:
            column;

        gap:
            6px;
    }

}


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

    .hero-scan,
    .net-link i,
    .architecture-link i {
        animation:
            none;
    }

}

