﻿/* =========================================================
   DATACENTER HERO
========================================================= */

.dc-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 );
}


.dc-grid-background {
    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;
}


.dc-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
}


.dc-glow-one {
    width: 500px;
    height: 500px;
    right: 4%;
    top: 100px;
    background: rgba(0, 137, 255, .17);
}


.dc-glow-two {
    width: 300px;
    height: 300px;
    left: -130px;
    bottom: -100px;
    background: rgba(44, 219, 255, .09);
}


.dc-hero-layout {
    position: relative;
    z-index: 2;
    min-height: 680px;
    display: grid;
    grid-template-columns: 1fr .95fr;
    align-items: center;
    gap: 75px;
}


.dc-breadcrumb {
    margin-bottom: 38px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #61788c;
    font-size: 9px;
}


    .dc-breadcrumb strong {
        color: #9bb0c2;
        font-weight: 500;
    }


    .dc-breadcrumb a:hover {
        color: white;
    }


.dc-eyebrow {
    display: block;
    margin-bottom: 18px;
    color: #44d7ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em;
}


.dc-hero h1 {
    margin-bottom: 26px;
    color: white;
    font-size: clamp( 52px, 5.5vw, 82px );
    line-height: 1;
    letter-spacing: -.06em;
}


    .dc-hero h1 span {
        display: block;
        color: #4ad5ff;
    }


.dc-hero-description {
    max-width: 700px;
    color: #a5b6c6;
    font-size: 16px;
    line-height: 1.9;
}


.dc-hero-actions {
    margin-top: 35px;
    display: flex;
    gap: 14px;
}


.dc-hero-points {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}


    .dc-hero-points span {
        padding: 8px 12px;
        border: 1px solid rgba(70, 205, 255, .18);
        color: #88a5b8;
        background: rgba(255,255,255,.025);
        font-size: 9px;
    }


/* =========================================================
   HERO VISUAL
========================================================= */

.dc-hero-visual {
    height: 530px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr .85fr 1fr;
    perspective: 1200px;
}


.dc-rack {
    padding: 35px 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(61, 194, 255, .14);
    background: linear-gradient( 180deg, rgba(8, 45, 72, .67), rgba(2, 15, 27, .94) );
}


.dc-rack-left {
    transform: rotateY(12deg);
}


.dc-rack-right {
    transform: rotateY(-12deg);
}


.dc-rack-unit {
    height: 43px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255,255,255,.07);
    background: linear-gradient( 90deg, #061625, #0a2942 );
}


.dc-rack-leds {
    display: flex;
    gap: 4px;
}


    .dc-rack-leds span {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #42dfff;
        box-shadow: 0 0 8px #42dfff;
    }


        .dc-rack-leds span:nth-child(2) {
            background: #167fff;
        }


        .dc-rack-leds span:nth-child(3) {
            background: #4aeccf;
        }


.dc-rack-status {
    width: 45px;
    height: 3px;
    border-radius: 10px;
    background: linear-gradient( 90deg, #34d4ff, transparent );
}


.dc-core {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
    border-top: 1px solid rgba(60, 197, 255, .11);
    border-bottom: 1px solid rgba(60, 197, 255, .11);
    background: rgba(8, 40, 65, .4);
}


    .dc-core > span {
        margin-bottom: 20px;
        color: #43d6ff;
        font-size: 8px;
        font-weight: 800;
        letter-spacing: .14em;
    }


    .dc-core strong {
        color: white;
        font-size: 22px;
        font-weight: 600;
        line-height: 1.45;
    }


    .dc-core > div {
        width: 45px;
        height: 2px;
        margin-top: 25px;
        background: #42d7ff;
    }


/* =========================================================
   COMMON
========================================================= */

.dc-section-heading h2,
.dc-centered-heading h2,
.dc-deep-heading h2,
.dc-dark-heading h2,
.dc-network-content h2,
.dc-security-content h2,
.dc-monitoring-copy h2,
.dc-industries-copy h2,
.dc-faq-heading h2,
.dc-related-heading h2 {
    color: #08182c;
    font-size: clamp( 39px, 4vw, 57px );
    line-height: 1.08;
    letter-spacing: -.05em;
}


    .dc-section-heading h2 span,
    .dc-centered-heading h2 span,
    .dc-deep-heading h2 span,
    .dc-monitoring-copy h2 span,
    .dc-faq-heading h2 span,
    .dc-related-heading h2 span {
        display: block;
        color: #1174d0;
    }


/* =========================================================
   INTRO
========================================================= */

.dc-intro-section {
    padding: 120px 0;
    color: #08182c;
    background: #f7f9fc;
}


.dc-intro-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 110px;
}


.dc-intro-content {
    max-width: 800px;
}


    .dc-intro-content p {
        margin-bottom: 21px;
        color: #68798a;
        font-size: 14px;
        line-height: 1.95;
    }


    .dc-intro-content .dc-lead {
        color: #273a4d;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.8;
    }


/* =========================================================
   SOLUTIONS
========================================================= */

.dc-solutions-section {
    padding: 115px 0;
    color: #08182c;
    background: #edf3f8;
}


.dc-centered-heading {
    max-width: 850px;
    margin: 0 auto 60px;
    text-align: center;
}


    .dc-centered-heading > p {
        max-width: 680px;
        margin: 23px auto 0;
        color: #687a8c;
        font-size: 14px;
        line-height: 1.9;
    }


.dc-solutions-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #d8e3ed;
    border-left: 1px solid #d8e3ed;
}


.dc-solution-card {
    min-height: 300px;
    padding: 27px;
    border-right: 1px solid #d8e3ed;
    border-bottom: 1px solid #d8e3ed;
    background: rgba(255,255,255,.55);
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}


    .dc-solution-card:hover {
        position: relative;
        z-index: 3;
        transform: translateY(-6px);
        background: white;
        box-shadow: 0 25px 55px rgba(8, 40, 68, .1);
    }


.dc-card-number {
    display: block;
    margin-bottom: 25px;
    color: #94a5b6;
    font-size: 9px;
    font-weight: 800;
}


.dc-card-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 25px;
    display: grid;
    place-items: center;
    border: 1px solid #bfdff4;
    border-radius: 8px;
    color: #0877d4;
    background: #f5fbff;
    font-size: 9px;
    font-weight: 800;
}


.dc-solution-card h3 {
    margin-bottom: 13px;
    color: #0b1c2f;
    font-size: 18px;
}


.dc-solution-card p {
    color: #68798a;
    font-size: 11px;
    line-height: 1.8;
}


/* =========================================================
   ANALYSIS
========================================================= */

.dc-analysis-section {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient( 115deg, #03101d, #072139 );
}


.dc-analysis-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}


.dc-analysis-screen {
    max-width: 560px;
    padding: 26px;
    border: 1px solid rgba(58, 196, 255, .2);
    background: rgba(255,255,255,.025);
    box-shadow: 0 35px 80px rgba(0,0,0,.28);
}


.dc-screen-top {
    padding-bottom: 17px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: #45d7ff;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .12em;
}


    .dc-screen-top i {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #48e1c1;
        box-shadow: 0 0 10px #48e1c1;
    }


.dc-analysis-lines {
    margin-top: 13px;
}


    .dc-analysis-lines > div {
        min-height: 63px;
        padding: 0 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid rgba(255,255,255,.07);
    }


    .dc-analysis-lines span {
        color: #738b9e;
        font-size: 9px;
    }


    .dc-analysis-lines strong {
        color: #dfeaf2;
        font-size: 10px;
    }


.dc-analysis-content h2,
.dc-network-content h2,
.dc-security-content h2,
.dc-industries-copy h2 {
    margin-bottom: 25px;
    color: white;
    font-size: clamp( 39px, 4vw, 57px );
    line-height: 1.08;
    letter-spacing: -.05em;
}


    .dc-analysis-content h2 span,
    .dc-network-content h2 span,
    .dc-security-content h2 span,
    .dc-industries-copy h2 span {
        display: block;
        color: #49d5ff;
    }


.dc-analysis-content > p,
.dc-network-content > p,
.dc-security-content > p,
.dc-industries-copy > p {
    margin-bottom: 19px;
    color: #95a9ba;
    font-size: 13px;
    line-height: 1.9;
}


.dc-check-list {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}


    .dc-check-list > div {
        padding: 13px;
        display: flex;
        align-items: center;
        gap: 10px;
        border: 1px solid rgba(255,255,255,.07);
        color: #c2d0dc;
        background: rgba(255,255,255,.025);
        font-size: 10px;
    }


    .dc-check-list span {
        color: #3dd6ff;
    }


/* =========================================================
   DEEP CONTENT
========================================================= */

.dc-deep-section {
    padding: 120px 0;
    color: #08182c;
    background: #f7f9fc;
}


.dc-deep-heading {
    max-width: 750px;
    margin-bottom: 55px;
}


.dc-deep-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}


.dc-deep-copy p {
    margin-bottom: 21px;
    color: #66788a;
    font-size: 14px;
    line-height: 1.95;
}


.dc-feature-list {
    border-top: 1px solid #dbe4ec;
}


.dc-feature {
    min-height: 100px;
    padding: 20px 10px;
    display: grid;
    grid-template-columns: 60px 1fr;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #dbe4ec;
}


    .dc-feature > span {
        width: 48px;
        height: 48px;
        display: grid;
        place-items: center;
        border: 1px solid #c5e1f5;
        color: #0876cf;
        background: #f2faff;
        font-size: 9px;
        font-weight: 800;
    }


    .dc-feature strong {
        display: block;
        margin-bottom: 7px;
        color: #17283a;
        font-size: 14px;
    }


    .dc-feature p {
        color: #728292;
        font-size: 10px;
        line-height: 1.7;
    }


/* =========================================================
   DARK DETAIL
========================================================= */

.dc-dark-detail-section {
    padding: 100px 0;
    background: #041320;
}


.dc-dark-detail-layout {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 100px;
}


.dc-dark-heading h2 {
    color: white;
}


    .dc-dark-heading h2 span {
        display: block;
        color: #49d4ff;
    }


.dc-dark-content p {
    margin-bottom: 20px;
    color: #95a8b9;
    font-size: 13px;
    line-height: 1.9;
}


.dc-dark-tags {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}


    .dc-dark-tags span {
        padding: 9px 12px;
        border: 1px solid rgba(59, 204, 255, .15);
        color: #aed0df;
        background: rgba(255,255,255,.025);
        font-size: 9px;
    }


/* =========================================================
   VIRTUALIZATION
========================================================= */

.dc-virtual-section {
    padding: 115px 0;
    color: #08182c;
    background: #eef4f8;
}


.dc-virtual-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}


.dc-virtual-card {
    min-height: 230px;
    padding: 27px;
    border: 1px solid #d9e5ee;
    background: rgba(255,255,255,.62);
}


    .dc-virtual-card > span {
        display: block;
        margin-bottom: 48px;
        color: #8fa2b3;
        font-size: 9px;
        font-weight: 800;
    }


    .dc-virtual-card strong {
        display: block;
        margin-bottom: 13px;
        color: #122538;
        font-size: 17px;
    }


    .dc-virtual-card p {
        color: #6d7e8e;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   NETWORK
========================================================= */

.dc-network-section {
    padding: 120px 0;
    background: linear-gradient( 120deg, #020c17, #061b2e );
}


.dc-network-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}


.dc-network-map {
    position: relative;
    height: 430px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
}


.dc-node {
    position: relative;
    z-index: 2;
    width: 75px;
    height: 75px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(58, 205, 255, .25);
    border-radius: 50%;
    color: #44d5ff;
    background: #062138;
    font-size: 10px;
    font-weight: 800;
    box-shadow: 0 0 35px rgba(0, 154, 255, .11);
}


.dc-node-main {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    color: white;
    background: linear-gradient( 145deg, #087ac6, #07436e );
}


.dc-line {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 130px;
    height: 1px;
    transform-origin: left center;
    background: linear-gradient( 90deg, #30cfff, transparent );
}


.dc-line-one {
    transform: rotate(-135deg);
}

.dc-line-two {
    transform: rotate(-45deg);
}

.dc-line-three {
    transform: rotate(45deg);
}

.dc-line-four {
    transform: rotate(135deg);
}


/* =========================================================
   CONTINUITY
========================================================= */

.dc-continuity-section {
    padding: 115px 0;
    color: #08182c;
    background: #f7f9fc;
}


.dc-continuity-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #dae4ed;
    border-left: 1px solid #dae4ed;
}


.dc-continuity-card {
    min-height: 245px;
    padding: 27px;
    border-right: 1px solid #dae4ed;
    border-bottom: 1px solid #dae4ed;
}


    .dc-continuity-card > span {
        display: block;
        margin-bottom: 55px;
        color: #8da1b3;
        font-size: 9px;
        font-weight: 800;
    }


    .dc-continuity-card h3 {
        margin-bottom: 12px;
        color: #102235;
        font-size: 18px;
    }


    .dc-continuity-card p {
        color: #6c7e8e;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   SECURITY
========================================================= */

.dc-security-section {
    padding: 110px 0;
    background: linear-gradient( 115deg, #03101d, #072139 );
}


.dc-security-layout {
    display: grid;
    grid-template-columns: .6fr 1.4fr;
    align-items: center;
    gap: 100px;
}


.dc-security-mark {
    min-height: 330px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(63, 204, 255, .19);
    color: rgba(67, 215, 255, .9);
    background: rgba(255,255,255,.02);
    font-size: clamp( 55px, 8vw, 115px );
    font-weight: 800;
    letter-spacing: -.08em;
}


.dc-security-items {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}


    .dc-security-items span {
        padding: 10px 13px;
        border: 1px solid rgba(68, 210, 255, .16);
        color: #b5c7d4;
        background: rgba(255,255,255,.025);
        font-size: 9px;
    }


/* =========================================================
   MONITORING
========================================================= */

.dc-monitoring-section {
    padding: 115px 0;
    color: #08182c;
    background: #f4f8fb;
}


.dc-monitoring-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}


.dc-monitoring-copy > p {
    margin-bottom: 20px;
    color: #68798a;
    font-size: 13px;
    line-height: 1.9;
}


.dc-monitoring-panel {
    padding: 30px;
    border: 1px solid #d6e3ed;
    background: white;
    box-shadow: 0 25px 55px rgba(9, 38, 65, .08);
}


.dc-monitor-row {
    min-height: 67px;
    display: grid;
    grid-template-columns: 75px 1fr 50px;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #e6edf2;
}


    .dc-monitor-row:last-child {
        border-bottom: 0;
    }


    .dc-monitor-row > span {
        color: #738698;
        font-size: 9px;
        font-weight: 800;
    }


    .dc-monitor-row > div {
        height: 5px;
        overflow: hidden;
        border-radius: 20px;
        background: #e8f0f6;
    }


    .dc-monitor-row i {
        display: block;
        height: 100%;
        background: linear-gradient( 90deg, #087dd5, #40d5ff );
    }


    .dc-monitor-row strong {
        color: #173147;
        font-size: 10px;
    }


/* =========================================================
   PROCESS
========================================================= */

.dc-process-section {
    padding: 115px 0;
    color: #08182c;
    background: #eaf1f6;
}


.dc-heading-dark {
    color: #08182c;
}


.dc-process-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border-top: 1px solid #d6e2eb;
    border-left: 1px solid #d6e2eb;
}


.dc-process-card {
    min-height: 270px;
    padding: 25px;
    border-right: 1px solid #d6e2eb;
    border-bottom: 1px solid #d6e2eb;
    background: rgba(255,255,255,.48);
}


    .dc-process-card > span {
        display: block;
        margin-bottom: 55px;
        color: #8498aa;
        font-size: 9px;
        font-weight: 800;
    }


    .dc-process-card h3 {
        margin-bottom: 13px;
        color: #112539;
        font-size: 16px;
    }


    .dc-process-card p {
        color: #6a7c8d;
        font-size: 10px;
        line-height: 1.8;
    }


/* =========================================================
   INDUSTRIES
========================================================= */

.dc-industries-section {
    padding: 105px 0;
    background: #03101d;
}


.dc-industries-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}


.dc-industry-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid rgba(255,255,255,.09);
    border-left: 1px solid rgba(255,255,255,.09);
}


.dc-industry {
    min-height: 90px;
    padding: 20px;
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(255,255,255,.09);
    border-bottom: 1px solid rgba(255,255,255,.09);
    color: #cad8e2;
    font-size: 12px;
    font-weight: 600;
    transition: background .2s ease, padding .2s ease;
}


    .dc-industry:hover {
        padding-left: 27px;
        background: rgba(13, 129, 205, .08);
    }


/* =========================================================
   FAQ
========================================================= */

.dc-faq-section {
    padding: 115px 0;
    color: #08182c;
    background: #f7f9fc;
}


.dc-faq-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 100px;
}


.dc-faq-heading h2 span {
    display: block;
    color: #1174d0;
}


.dc-faq-list {
    border-top: 1px solid #d9e4ed;
}


.dc-faq-item {
    border-bottom: 1px solid #d9e4ed;
}


    .dc-faq-item summary {
        min-height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 25px;
        cursor: pointer;
        color: #12263a;
        font-size: 13px;
        font-weight: 700;
        list-style: none;
    }


        .dc-faq-item summary::-webkit-details-marker {
            display: none;
        }


        .dc-faq-item summary span {
            color: #0876d0;
            font-size: 20px;
        }


    .dc-faq-item p {
        max-width: 700px;
        padding: 0 40px 28px 0;
        color: #697b8c;
        font-size: 12px;
        line-height: 1.9;
    }


/* =========================================================
   RELATED
========================================================= */

.dc-related-section {
    padding: 110px 0;
    color: #08182c;
    background: #edf3f8;
}


.dc-related-heading {
    margin-bottom: 50px;
}


.dc-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}


.dc-related-card {
    min-height: 280px;
    padding: 27px;
    display: flex;
    flex-direction: column;
    border: 1px solid #d4e2ec;
    background: rgba(255,255,255,.55);
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}


    .dc-related-card:hover {
        transform: translateY(-6px);
        background: white;
        box-shadow: 0 25px 55px rgba(8, 40, 68, .09);
    }


    .dc-related-card > span {
        margin-bottom: 45px;
        color: #8ba0b1;
        font-size: 9px;
        font-weight: 800;
    }


    .dc-related-card h3 {
        margin-bottom: 13px;
        color: #112539;
        font-size: 18px;
    }


    .dc-related-card p {
        margin-bottom: 25px;
        color: #6d7e8e;
        font-size: 11px;
        line-height: 1.8;
    }


    .dc-related-card strong {
        margin-top: auto;
        color: #0877d1;
        font-size: 10px;
    }


/* =========================================================
   FINAL
========================================================= */

.dc-final-section {
    position: relative;
    padding: 95px 0;
    overflow: hidden;
    background: linear-gradient( 115deg, #065a9b, #087fcf, #07508c );
}


.dc-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;
}


.dc-final-layout {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}


    .dc-final-layout > div {
        max-width: 850px;
    }


        .dc-final-layout > div > span {
            display: block;
            margin-bottom: 13px;
            color: #c2edff;
            font-size: 8px;
            font-weight: 800;
            letter-spacing: .17em;
        }


    .dc-final-layout h2 {
        margin-bottom: 15px;
        color: white;
        font-size: clamp( 30px, 4vw, 46px );
        line-height: 1.2;
        letter-spacing: -.04em;
    }


    .dc-final-layout p {
        max-width: 680px;
        color: rgba(255,255,255,.75);
        font-size: 12px;
        line-height: 1.8;
    }


    .dc-final-layout .button {
        flex-shrink: 0;
        background: #031827;
    }


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1150px) {

    .dc-hero-layout,
    .dc-intro-layout,
    .dc-analysis-layout,
    .dc-deep-layout,
    .dc-dark-detail-layout,
    .dc-network-layout,
    .dc-security-layout,
    .dc-monitoring-layout,
    .dc-industries-layout,
    .dc-faq-layout {
        grid-template-columns: 1fr;
        gap: 60px;
    }


    .dc-hero-layout {
        padding: 70px 0;
    }


    .dc-solutions-grid,
    .dc-virtual-grid,
    .dc-continuity-grid,
    .dc-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .dc-process-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media (max-width: 700px) {

    .dc-hero {
        padding-top: 68px;
    }


        .dc-hero h1 {
            font-size: 46px;
        }


    .dc-hero-description {
        font-size: 14px;
    }


    .dc-hero-actions {
        flex-direction: column;
    }


    .dc-hero-visual {
        height: 400px;
        grid-template-columns: .8fr 1.2fr .8fr;
    }


    .dc-rack-unit {
        height: 34px;
    }


    .dc-core {
        padding: 15px;
    }


        .dc-core strong {
            font-size: 15px;
        }


    .dc-intro-section,
    .dc-solutions-section,
    .dc-analysis-section,
    .dc-deep-section,
    .dc-dark-detail-section,
    .dc-virtual-section,
    .dc-network-section,
    .dc-continuity-section,
    .dc-security-section,
    .dc-monitoring-section,
    .dc-process-section,
    .dc-industries-section,
    .dc-faq-section,
    .dc-related-section {
        padding: 80px 0;
    }


    .dc-solutions-grid,
    .dc-virtual-grid,
    .dc-continuity-grid,
    .dc-process-grid,
    .dc-related-grid {
        grid-template-columns: 1fr;
    }


    .dc-check-list {
        grid-template-columns: 1fr;
    }


    .dc-security-mark {
        min-height: 220px;
    }


    .dc-monitoring-panel {
        padding: 20px;
    }


    .dc-monitor-row {
        grid-template-columns: 60px 1fr 35px;
    }


    .dc-industry-grid {
        grid-template-columns: 1fr;
    }


    .dc-final-layout {
        align-items: flex-start;
        flex-direction: column;
    }
}
