﻿/* =========================================================
   SYSTEM & NETWORK HERO
========================================================= */

.sn-hero {
    position: relative;
    min-height: 760px;
    padding-top: 78px;
    overflow: hidden;
    background: radial-gradient( circle at 76% 42%, rgba(0, 139, 255, .19), transparent 34% ), linear-gradient( 110deg, #020a14, #06192b 58%, #02101c );
}


.sn-grid-bg {
    position: absolute;
    inset: 0;
    opacity: .13;
    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;
}


.sn-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
}


.sn-glow-one {
    width: 520px;
    height: 520px;
    right: 2%;
    top: 90px;
    background: rgba(0, 136, 255, .17);
}


.sn-glow-two {
    width: 300px;
    height: 300px;
    left: -120px;
    bottom: -100px;
    background: rgba(44, 216, 255, .08);
}


.sn-hero-layout {
    position: relative;
    z-index: 2;
    min-height: 680px;
    display: grid;
    grid-template-columns: 1fr .9fr;
    align-items: center;
    gap: 80px;
}


.sn-breadcrumb {
    margin-bottom: 38px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #60788d;
    font-size: 9px;
}


    .sn-breadcrumb strong {
        color: #9cb1c2;
        font-weight: 500;
    }


    .sn-breadcrumb a:hover {
        color: white;
    }


.sn-eyebrow {
    display: block;
    margin-bottom: 18px;
    color: #43d6ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .17em;
}


.sn-hero h1 {
    margin-bottom: 26px;
    color: white;
    font-size: clamp( 50px, 5.2vw, 78px );
    line-height: 1;
    letter-spacing: -.06em;
}


    .sn-hero h1 span {
        display: block;
        color: #4bd5ff;
    }


.sn-hero-description {
    max-width: 710px;
    color: #a4b6c6;
    font-size: 16px;
    line-height: 1.9;
}


.sn-hero-actions {
    margin-top: 35px;
    display: flex;
    gap: 14px;
}


.sn-hero-tags {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}


    .sn-hero-tags span {
        padding: 8px 11px;
        border: 1px solid rgba(69, 209, 255, .17);
        color: #8ba5b7;
        background: rgba(255,255,255,.025);
        font-size: 8px;
    }


/* =========================================================
   HERO NETWORK VISUAL
========================================================= */

.sn-hero-visual {
    position: relative;
    height: 510px;
}


.sn-network-node {
    position: absolute;
    z-index: 3;
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(61, 205, 255, .25);
    border-radius: 50%;
    color: #43d5ff;
    background: rgba(6, 34, 56, .96);
    font-size: 9px;
    font-weight: 800;
    box-shadow: 0 0 35px rgba(0, 155, 255, .1);
}


.sn-node-core {
    width: 112px;
    height: 112px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    background: linear-gradient( 145deg, #0981d2, #07466f );
    box-shadow: 0 0 55px rgba(0, 148, 255, .22);
}


.sn-node-server {
    top: 6%;
    left: 9%;
}


.sn-node-firewall {
    top: 6%;
    right: 9%;
}


.sn-node-switch {
    bottom: 8%;
    left: 7%;
}


.sn-node-user {
    bottom: 8%;
    right: 7%;
}


.sn-node-wifi {
    left: 50%;
    top: 3%;
    transform: translateX(-50%);
}


.sn-connection {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 190px;
    height: 1px;
    transform-origin: left center;
    background: linear-gradient( 90deg, #3bd4ff, transparent );
}


.sn-c1 {
    transform: rotate(-145deg);
}


.sn-c2 {
    transform: rotate(-35deg);
}


.sn-c3 {
    transform: rotate(145deg);
}


.sn-c4 {
    transform: rotate(35deg);
}


.sn-c5 {
    width: 210px;
    transform: rotate(-90deg);
}


.sn-network-status {
    position: absolute;
    right: 20px;
    bottom: 35px;
    z-index: 5;
    width: 170px;
    padding: 20px;
    border: 1px solid rgba(61, 204, 255, .22);
    background: rgba(3, 24, 42, .83);
    backdrop-filter: blur(12px);
}


    .sn-network-status small {
        display: block;
        margin-bottom: 8px;
        color: #48d8ff;
        font-size: 7px;
        font-weight: 800;
        letter-spacing: .12em;
    }


    .sn-network-status strong {
        display: block;
        margin-bottom: 7px;
        color: white;
        font-size: 17px;
    }


    .sn-network-status > span {
        color: #748ea1;
        font-size: 7px;
    }


/* =========================================================
   COMMON HEADINGS
========================================================= */

.sn-heading h2,
.sn-centered-heading h2,
.sn-server-heading h2,
.sn-document-copy h2,
.sn-faq-heading h2,
.sn-related-heading h2 {
    color: #08182b;
    font-size: clamp( 39px, 4vw, 57px );
    line-height: 1.08;
    letter-spacing: -.05em;
}


    .sn-heading h2 span,
    .sn-centered-heading h2 span,
    .sn-server-heading h2 span,
    .sn-document-copy h2 span,
    .sn-faq-heading h2 span,
    .sn-related-heading h2 span {
        display: block;
        color: #1174cf;
    }


.sn-centered-heading {
    max-width: 870px;
    margin: 0 auto 60px;
    text-align: center;
}


    .sn-centered-heading > p {
        max-width: 710px;
        margin: 23px auto 0;
        color: #68798b;
        font-size: 14px;
        line-height: 1.9;
    }


/* =========================================================
   INTRO
========================================================= */

.sn-intro-section {
    padding: 120px 0;
    color: #08182b;
    background: #f7f9fc;
}


.sn-intro-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 110px;
}


.sn-intro-copy p {
    margin-bottom: 21px;
    color: #68798a;
    font-size: 14px;
    line-height: 1.95;
}


.sn-intro-copy .sn-lead {
    color: #283b4e;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
}


/* =========================================================
   SERVICES
========================================================= */

.sn-services-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}


.sn-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}


.sn-service-card {
    min-height: 290px;
    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;
}


    .sn-service-card:hover {
        position: relative;
        z-index: 2;
        transform: translateY(-6px);
        background: white;
        box-shadow: 0 25px 55px rgba(8, 40, 68, .09);
    }


.sn-card-number {
    display: block;
    margin-bottom: 23px;
    color: #91a3b4;
    font-size: 9px;
    font-weight: 800;
}


.sn-card-icon {
    width: 49px;
    height: 49px;
    margin-bottom: 25px;
    display: grid;
    place-items: center;
    border: 1px solid #bdddf3;
    border-radius: 8px;
    color: #0876d0;
    background: #f5fbff;
    font-size: 9px;
    font-weight: 800;
}


.sn-service-card h3 {
    margin-bottom: 13px;
    color: #12263a;
    font-size: 17px;
}


.sn-service-card p {
    color: #6d7d8e;
    font-size: 11px;
    line-height: 1.8;
}


/* =========================================================
   ANALYSIS
========================================================= */

.sn-analysis-section {
    padding: 115px 0;
    background: linear-gradient( 115deg, #03101d, #072139 );
}


.sn-analysis-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}


.sn-analysis-panel {
    padding: 26px;
    border: 1px solid rgba(57, 197, 255, .2);
    background: rgba(255,255,255,.025);
    box-shadow: 0 30px 70px rgba(0,0,0,.25);
}


.sn-analysis-header {
    padding-bottom: 17px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: #44d5ff;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .13em;
}


    .sn-analysis-header > i {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #47e1be;
        box-shadow: 0 0 9px #47e1be;
    }


.sn-analysis-item {
    min-height: 67px;
    display: grid;
    grid-template-columns: 80px 1fr 55px;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid rgba(255,255,255,.07);
}


    .sn-analysis-item:last-child {
        border-bottom: 0;
    }


    .sn-analysis-item > span {
        color: #748da0;
        font-size: 8px;
    }


    .sn-analysis-item > div {
        height: 4px;
        overflow: hidden;
        background: rgba(255,255,255,.08);
    }


        .sn-analysis-item > div i {
            display: block;
            height: 100%;
            background: linear-gradient( 90deg, #087ed7, #40d5ff );
        }


    .sn-analysis-item strong {
        color: #b9cad6;
        font-size: 7px;
    }


.sn-analysis-copy h2,
.sn-ad-copy h2,
.sn-switch-copy h2,
.sn-firewall-copy h2,
.sn-wifi-copy h2,
.sn-monitoring-copy h2,
.sn-problems-heading h2 {
    margin-bottom: 24px;
    color: white;
    font-size: clamp( 39px, 4vw, 57px );
    line-height: 1.08;
    letter-spacing: -.05em;
}


    .sn-analysis-copy h2 span,
    .sn-ad-copy h2 span,
    .sn-switch-copy h2 span,
    .sn-firewall-copy h2 span,
    .sn-wifi-copy h2 span,
    .sn-monitoring-copy h2 span,
    .sn-problems-heading h2 span {
        display: block;
        color: #49d4ff;
    }


.sn-analysis-copy > p,
.sn-ad-copy > p,
.sn-switch-copy > p,
.sn-firewall-copy > p,
.sn-wifi-copy > p,
.sn-monitoring-copy > p {
    margin-bottom: 19px;
    color: #94a8b9;
    font-size: 13px;
    line-height: 1.9;
}


.sn-check-list {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
}


    .sn-check-list > div {
        padding: 13px;
        display: flex;
        align-items: center;
        gap: 9px;
        border: 1px solid rgba(255,255,255,.07);
        color: #bfd0dc;
        background: rgba(255,255,255,.025);
        font-size: 10px;
    }


    .sn-check-list span {
        color: #42d7ff;
    }


/* =========================================================
   SERVER
========================================================= */

.sn-server-section {
    padding: 120px 0;
    color: #08182b;
    background: #f7f9fc;
}


.sn-server-heading {
    max-width: 700px;
    margin-bottom: 55px;
}


.sn-server-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}


.sn-server-copy p {
    margin-bottom: 20px;
    color: #68798a;
    font-size: 14px;
    line-height: 1.95;
}


.sn-os-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}


.sn-os-card {
    min-height: 280px;
    padding: 28px;
    border: 1px solid #d9e4ed;
    background: rgba(255,255,255,.65);
}


    .sn-os-card > span {
        width: 52px;
        height: 52px;
        margin-bottom: 55px;
        display: grid;
        place-items: center;
        border: 1px solid #bfdff4;
        color: #0877d2;
        background: #f5fbff;
        font-size: 9px;
        font-weight: 800;
    }


    .sn-os-card strong {
        display: block;
        margin-bottom: 15px;
        color: #15283b;
        font-size: 18px;
    }


    .sn-os-card p {
        color: #6e7e8e;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   ACTIVE DIRECTORY
========================================================= */

.sn-ad-section {
    padding: 115px 0;
    background: #03101d;
}


.sn-ad-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}


.sn-ad-visual {
    position: relative;
    min-height: 430px;
}


.sn-ad-domain,
.sn-ad-item {
    position: absolute;
    display: grid;
    place-items: center;
    border: 1px solid rgba(59, 204, 255, .22);
    border-radius: 50%;
    color: #43d5ff;
    background: #062139;
    font-size: 9px;
    font-weight: 800;
}


.sn-ad-domain {
    width: 115px;
    height: 115px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    background: linear-gradient( 145deg, #087dcc, #07466f );
}


.sn-ad-item {
    width: 75px;
    height: 75px;
}


.sn-ad-user {
    left: 8%;
    top: 15%;
}


.sn-ad-pc {
    right: 8%;
    top: 15%;
}


.sn-ad-group {
    left: 8%;
    bottom: 15%;
}


.sn-ad-policy {
    right: 8%;
    bottom: 15%;
}


.sn-ad-list {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}


    .sn-ad-list span {
        padding: 9px 12px;
        border: 1px solid rgba(61, 204, 255, .15);
        color: #b4c6d3;
        background: rgba(255,255,255,.025);
        font-size: 9px;
    }


/* =========================================================
   DNS
========================================================= */

.sn-dns-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}


.sn-dns-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}


.sn-dns-card {
    min-height: 245px;
    padding: 27px;
    border: 1px solid #d7e3ed;
    background: rgba(255,255,255,.53);
}


    .sn-dns-card > span {
        width: 48px;
        height: 48px;
        margin-bottom: 48px;
        display: grid;
        place-items: center;
        border: 1px solid #bcdcf2;
        color: #0877d1;
        font-size: 9px;
        font-weight: 800;
    }


    .sn-dns-card h3 {
        margin-bottom: 12px;
        color: #14283a;
        font-size: 17px;
    }


    .sn-dns-card p {
        color: #6d7e8e;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   SWITCH
========================================================= */

.sn-switch-section {
    padding: 115px 0;
    background: linear-gradient( 115deg, #03101d, #071f35 );
}


.sn-switch-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}


.sn-switch-panel {
    padding: 24px;
    border: 1px solid rgba(60, 203, 255, .18);
    background: rgba(255,255,255,.022);
}


.sn-switch-unit {
    margin-bottom: 12px;
    padding: 19px;
    border: 1px solid rgba(255,255,255,.07);
    background: linear-gradient( 90deg, #051522, #0b2942 );
}


    .sn-switch-unit:last-child {
        margin-bottom: 0;
    }


    .sn-switch-unit > span {
        display: block;
        margin-bottom: 15px;
        color: #7e98a9;
        font-size: 7px;
        font-weight: 800;
        letter-spacing: .11em;
    }


.sn-ports {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 5px;
}


    .sn-ports i {
        height: 10px;
        border: 1px solid rgba(63, 209, 255, .25);
        background: rgba(51, 197, 255, .08);
    }


        .sn-ports i:nth-child(3n) {
            background: rgba(51, 220, 180, .35);
        }


/* =========================================================
   VLAN
========================================================= */

.sn-vlan-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}


.sn-vlan-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}


.sn-vlan-card {
    min-height: 230px;
    padding: 25px;
    border-right: 1px solid #d7e3ed;
    border-bottom: 1px solid #d7e3ed;
}


    .sn-vlan-card > span {
        display: block;
        margin-bottom: 50px;
        color: #0877d1;
        font-size: 9px;
        font-weight: 800;
    }


    .sn-vlan-card strong {
        display: block;
        margin-bottom: 12px;
        color: #16293c;
        font-size: 16px;
    }


    .sn-vlan-card p {
        color: #6e7e8e;
        font-size: 10px;
        line-height: 1.75;
    }


/* =========================================================
   FIREWALL
========================================================= */

.sn-firewall-section {
    padding: 115px 0;
    background: #03101d;
}


.sn-firewall-layout {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    align-items: center;
    gap: 100px;
}


.sn-firewall-visual {
    min-height: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
}


.sn-fw-internet,
.sn-fw-device,
.sn-fw-lan {
    width: 230px;
    min-height: 67px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(62, 206, 255, .18);
    color: #b9cad6;
    background: rgba(255,255,255,.025);
    font-size: 9px;
    font-weight: 800;
}


.sn-fw-device {
    width: 280px;
    color: white;
    background: linear-gradient( 110deg, #0877bd, #075079 );
    box-shadow: 0 0 45px rgba(0, 143, 226, .18);
}


.sn-firewall-visual > span {
    color: #3dd3ff;
    font-size: 19px;
}


.sn-firewall-list {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}


    .sn-firewall-list span {
        padding: 12px;
        border: 1px solid rgba(255,255,255,.07);
        color: #b5c6d2;
        background: rgba(255,255,255,.025);
        font-size: 9px;
    }


/* =========================================================
   VPN
========================================================= */

.sn-vpn-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}


.sn-vpn-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}


.sn-vpn-card {
    min-height: 270px;
    padding: 28px;
    border: 1px solid #d7e3ed;
    background: rgba(255,255,255,.55);
}


    .sn-vpn-card > span {
        width: 49px;
        height: 49px;
        margin-bottom: 52px;
        display: grid;
        place-items: center;
        border: 1px solid #bcdcf3;
        color: #0877d1;
        font-size: 9px;
        font-weight: 800;
    }


    .sn-vpn-card h3 {
        margin-bottom: 13px;
        color: #14283b;
        font-size: 18px;
    }


    .sn-vpn-card p {
        color: #6d7e8e;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   WIFI
========================================================= */

.sn-wifi-section {
    padding: 115px 0;
    background: linear-gradient( 115deg, #03101d, #071e33 );
}


.sn-wifi-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}


.sn-wifi-tags {
    margin-top: 29px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}


    .sn-wifi-tags span {
        padding: 9px 12px;
        border: 1px solid rgba(62, 205, 255, .15);
        color: #b5c6d3;
        background: rgba(255,255,255,.025);
        font-size: 9px;
    }


.sn-wifi-visual {
    position: relative;
    min-height: 430px;
    display: grid;
    place-items: center;
}


.sn-ap {
    position: relative;
    z-index: 5;
    width: 95px;
    height: 95px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(68, 214, 255, .4);
    border-radius: 50%;
    color: white;
    background: linear-gradient( 145deg, #0981d0, #07496f );
    font-size: 11px;
    font-weight: 800;
    box-shadow: 0 0 45px rgba(0, 157, 255, .22);
}


.sn-wifi-wave {
    position: absolute;
    border: 1px solid rgba(65, 208, 255, .17);
    border-radius: 50%;
}


.sn-wave-one {
    width: 170px;
    height: 170px;
}


.sn-wave-two {
    width: 260px;
    height: 260px;
}


.sn-wave-three {
    width: 350px;
    height: 350px;
}


.sn-wifi-device {
    position: absolute;
    z-index: 6;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(65, 208, 255, .2);
    color: #42d5ff;
    background: #062137;
    font-size: 8px;
    font-weight: 800;
}


.sn-device-one {
    left: 8%;
    top: 15%;
}


.sn-device-two {
    right: 8%;
    top: 20%;
}


.sn-device-three {
    right: 18%;
    bottom: 10%;
}


/* =========================================================
   HA
========================================================= */

.sn-ha-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}


.sn-ha-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}


.sn-ha-card {
    min-height: 245px;
    padding: 27px;
    border-right: 1px solid #d7e3ed;
    border-bottom: 1px solid #d7e3ed;
}


    .sn-ha-card > span {
        display: block;
        margin-bottom: 53px;
        color: #8ca0b2;
        font-size: 9px;
        font-weight: 800;
    }


    .sn-ha-card strong {
        display: block;
        margin-bottom: 13px;
        color: #14283a;
        font-size: 17px;
    }


    .sn-ha-card p {
        color: #6e7f8f;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   MONITORING
========================================================= */

.sn-monitoring-section {
    padding: 115px 0;
    background: #03101d;
}


.sn-monitoring-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}


.sn-monitoring-panel {
    padding: 25px;
    border: 1px solid rgba(58, 200, 255, .18);
    background: rgba(255,255,255,.025);
}


.sn-monitor-header {
    padding-bottom: 17px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: #45d6ff;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .12em;
}


    .sn-monitor-header small {
        color: #43d9b6;
    }


.sn-monitor-item {
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,.07);
}


    .sn-monitor-item:last-child {
        border-bottom: 0;
    }


    .sn-monitor-item span {
        color: #8299aa;
        font-size: 9px;
    }


    .sn-monitor-item strong {
        color: #46ddb8;
        font-size: 8px;
    }


/* =========================================================
   SECURITY
========================================================= */

.sn-security-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}


.sn-security-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}


.sn-security-card {
    min-height: 230px;
    padding: 27px;
    border-right: 1px solid #d7e3ed;
    border-bottom: 1px solid #d7e3ed;
    background: rgba(255,255,255,.48);
}


    .sn-security-card > span {
        display: block;
        margin-bottom: 43px;
        color: #8ba0b1;
        font-size: 9px;
        font-weight: 800;
    }


    .sn-security-card h3 {
        margin-bottom: 12px;
        color: #14283b;
        font-size: 16px;
    }


    .sn-security-card p {
        color: #6e7e8e;
        font-size: 10px;
        line-height: 1.8;
    }


/* =========================================================
   DOCUMENTATION
========================================================= */

.sn-document-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}


.sn-document-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}


.sn-document-copy > p {
    margin-bottom: 20px;
    color: #68798a;
    font-size: 13px;
    line-height: 1.9;
}


.sn-doc-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #d9e4ed;
    border-left: 1px solid #d9e4ed;
}


    .sn-doc-grid > div {
        min-height: 82px;
        padding: 18px;
        display: flex;
        align-items: center;
        border-right: 1px solid #d9e4ed;
        border-bottom: 1px solid #d9e4ed;
        color: #405568;
        font-size: 10px;
    }


/* =========================================================
   PROCESS
========================================================= */

.sn-process-section {
    padding: 115px 0;
    color: #08182b;
    background: #eaf1f6;
}


.sn-process-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border-top: 1px solid #d5e1eb;
    border-left: 1px solid #d5e1eb;
}


.sn-process-card {
    min-height: 250px;
    padding: 22px;
    border-right: 1px solid #d5e1eb;
    border-bottom: 1px solid #d5e1eb;
    background: rgba(255,255,255,.46);
}


    .sn-process-card > span {
        display: block;
        margin-bottom: 47px;
        color: #8b9faf;
        font-size: 9px;
        font-weight: 800;
    }


    .sn-process-card h3 {
        margin-bottom: 12px;
        color: #14283a;
        font-size: 15px;
    }


    .sn-process-card p {
        color: #6e7f8f;
        font-size: 9px;
        line-height: 1.8;
    }


/* =========================================================
   PROBLEMS
========================================================= */

.sn-problems-section {
    padding: 110px 0;
    background: linear-gradient( 115deg, #03101d, #071f35 );
}


.sn-problems-layout {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    align-items: center;
    gap: 100px;
}


.sn-problems-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);
}


.sn-problem {
    min-height: 90px;
    padding: 20px;
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: #bdccd8;
    font-size: 11px;
    transition: padding .2s ease, background .2s ease;
}


    .sn-problem:hover {
        padding-left: 27px;
        background: rgba(14, 126, 204, .08);
    }


/* =========================================================
   FAQ
========================================================= */

.sn-faq-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}


.sn-faq-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 100px;
}


.sn-faq-list {
    border-top: 1px solid #d9e4ed;
}


.sn-faq-item {
    border-bottom: 1px solid #d9e4ed;
}


    .sn-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;
    }


        .sn-faq-item summary::-webkit-details-marker {
            display: none;
        }


        .sn-faq-item summary span {
            color: #0876d0;
            font-size: 19px;
        }


    .sn-faq-item p {
        padding: 0 40px 28px 0;
        color: #6b7d8d;
        font-size: 12px;
        line-height: 1.9;
    }


/* =========================================================
   RELATED
========================================================= */

.sn-related-section {
    padding: 110px 0;
    color: #08182b;
    background: #edf3f8;
}


.sn-related-heading {
    margin-bottom: 50px;
}


.sn-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}


.sn-related-card {
    min-height: 280px;
    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;
}


    .sn-related-card:hover {
        transform: translateY(-6px);
        background: white;
        box-shadow: 0 25px 55px rgba(8, 40, 68, .09);
    }


    .sn-related-card > span {
        margin-bottom: 45px;
        color: #8ca0b1;
        font-size: 9px;
        font-weight: 800;
    }


    .sn-related-card h3 {
        margin-bottom: 13px;
        color: #13273a;
        font-size: 18px;
    }


    .sn-related-card p {
        margin-bottom: 25px;
        color: #6d7f8f;
        font-size: 11px;
        line-height: 1.8;
    }


    .sn-related-card strong {
        margin-top: auto;
        color: #0877d1;
        font-size: 10px;
    }


/* =========================================================
   FINAL
========================================================= */

.sn-final-section {
    position: relative;
    padding: 95px 0;
    overflow: hidden;
    background: linear-gradient( 115deg, #065b9e, #087fce, #07508b );
}


.sn-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;
}


.sn-final-layout {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}


    .sn-final-layout > div {
        max-width: 850px;
    }


        .sn-final-layout > div > span {
            display: block;
            margin-bottom: 13px;
            color: #c4edff;
            font-size: 8px;
            font-weight: 800;
            letter-spacing: .17em;
        }


    .sn-final-layout h2 {
        margin-bottom: 15px;
        color: white;
        font-size: clamp( 30px, 4vw, 46px );
        line-height: 1.2;
        letter-spacing: -.04em;
    }


    .sn-final-layout p {
        max-width: 700px;
        color: rgba(255,255,255,.76);
        font-size: 12px;
        line-height: 1.8;
    }


    .sn-final-layout .button {
        flex-shrink: 0;
        background: #031827;
    }


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1200px) {

    .sn-process-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}


@media (max-width: 1150px) {

    .sn-hero-layout,
    .sn-intro-layout,
    .sn-analysis-layout,
    .sn-server-layout,
    .sn-ad-layout,
    .sn-switch-layout,
    .sn-firewall-layout,
    .sn-wifi-layout,
    .sn-monitoring-layout,
    .sn-document-layout,
    .sn-problems-layout,
    .sn-faq-layout {
        grid-template-columns: 1fr;
        gap: 60px;
    }


    .sn-hero-layout {
        padding: 70px 0;
    }


    .sn-service-grid,
    .sn-dns-grid,
    .sn-ha-grid,
    .sn-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .sn-vlan-grid {
        grid-template-columns: repeat(3, 1fr);
    }


    .sn-security-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 700px) {

    .sn-hero {
        padding-top: 68px;
    }


        .sn-hero h1 {
            font-size: 44px;
        }


    .sn-hero-description {
        font-size: 14px;
    }


    .sn-hero-actions {
        flex-direction: column;
    }


    .sn-hero-visual {
        height: 400px;
    }


    .sn-network-node {
        width: 55px;
        height: 55px;
    }


    .sn-node-core {
        width: 85px;
        height: 85px;
    }


    .sn-intro-section,
    .sn-services-section,
    .sn-analysis-section,
    .sn-server-section,
    .sn-ad-section,
    .sn-dns-section,
    .sn-switch-section,
    .sn-vlan-section,
    .sn-firewall-section,
    .sn-vpn-section,
    .sn-wifi-section,
    .sn-ha-section,
    .sn-monitoring-section,
    .sn-security-section,
    .sn-document-section,
    .sn-process-section,
    .sn-problems-section,
    .sn-faq-section,
    .sn-related-section {
        padding: 80px 0;
    }


    .sn-service-grid,
    .sn-dns-grid,
    .sn-vlan-grid,
    .sn-vpn-grid,
    .sn-ha-grid,
    .sn-security-grid,
    .sn-process-grid,
    .sn-related-grid {
        grid-template-columns: 1fr;
    }


    .sn-check-list,
    .sn-firewall-list,
    .sn-os-grid,
    .sn-doc-grid,
    .sn-problems-grid {
        grid-template-columns: 1fr;
    }


    .sn-wifi-wave.sn-wave-three {
        width: 290px;
        height: 290px;
    }


    .sn-final-layout {
        align-items: flex-start;
        flex-direction: column;
    }
}
