﻿/* =========================================================
   HERO
========================================================= */

.c6-hero {
    position: relative;
    min-height: 760px;
    padding-top: 78px;
    overflow: hidden;
    background: radial-gradient( circle at 78% 42%, rgba(0, 139, 255, .18), transparent 34% ), linear-gradient( 110deg, #020a14, #06192b 58%, #02101c );
}

.c6-grid-bg {
    position: absolute;
    inset: 0;
    opacity: .12;
    background-image: linear-gradient( rgba(56,188,255,.22) 1px, transparent 1px ), linear-gradient( 90deg, rgba(56,188,255,.22) 1px, transparent 1px );
    background-size: 75px 75px;
}

.c6-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
}

.c6-glow-one {
    width: 520px;
    height: 520px;
    right: 0;
    top: 90px;
    background: rgba(0,135,255,.16);
}

.c6-glow-two {
    width: 280px;
    height: 280px;
    left: -100px;
    bottom: -100px;
    background: rgba(48,218,255,.08);
}

.c6-hero-layout {
    position: relative;
    z-index: 2;
    min-height: 680px;
    display: grid;
    grid-template-columns: 1fr .9fr;
    align-items: center;
    gap: 80px;
}

.c6-breadcrumb {
    margin-bottom: 38px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #62798d;
    font-size: 9px;
}

    .c6-breadcrumb strong {
        color: #9cb1c2;
        font-weight: 500;
    }

    .c6-breadcrumb a:hover {
        color: white;
    }

.c6-eyebrow {
    display: block;
    margin-bottom: 18px;
    color: #42d6ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .17em;
}

.c6-hero h1 {
    margin-bottom: 26px;
    color: white;
    font-size: clamp(50px, 5.2vw, 78px);
    line-height: 1;
    letter-spacing: -.06em;
}

    .c6-hero h1 span {
        display: block;
        color: #4bd5ff;
    }

.c6-hero-description {
    max-width: 710px;
    color: #a4b6c6;
    font-size: 16px;
    line-height: 1.9;
}

.c6-hero-actions {
    margin-top: 35px;
    display: flex;
    gap: 14px;
}

.c6-hero-tags {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .c6-hero-tags span {
        padding: 8px 11px;
        border: 1px solid rgba(67,207,255,.17);
        color: #8ca6b8;
        background: rgba(255,255,255,.025);
        font-size: 8px;
    }


/* =========================================================
   HERO RACK
========================================================= */

.c6-hero-visual {
    position: relative;
    min-height: 500px;
    display: grid;
    place-items: center;
}

.c6-rack {
    position: relative;
    z-index: 3;
    width: min(390px, 90%);
    padding: 25px;
    border: 1px solid rgba(62,205,255,.2);
    background: linear-gradient( 180deg, rgba(9,44,70,.75), rgba(2,14,26,.95) );
    box-shadow: 0 40px 80px rgba(0,0,0,.28);
}

.c6-rack-title {
    margin-bottom: 20px;
    color: #43d5ff;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .14em;
}

.c6-patch-panel,
.c6-switch {
    min-height: 62px;
    padding: 15px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 5px;
    margin-bottom: 10px;
    border: 1px solid rgba(255,255,255,.07);
    background: linear-gradient( 90deg, #051522, #0b2942 );
}

    .c6-patch-panel span,
    .c6-switch span {
        height: 11px;
        border: 1px solid rgba(61,208,255,.25);
        background: rgba(40,188,255,.07);
    }

        .c6-switch span:nth-child(3n) {
            background: rgba(53,218,183,.33);
        }

.c6-cable-manager {
    margin-bottom: 10px;
    min-height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.06);
    color: #627e92;
    font-size: 7px;
    letter-spacing: .1em;
}

.c6-rack-device {
    min-height: 55px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.07);
    color: #8ba3b4;
    background: #061827;
    font-size: 8px;
    letter-spacing: .1em;
}

.c6-cable-flow {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.c6-cable {
    position: absolute;
    width: 230px;
    height: 1px;
    background: linear-gradient( 90deg, transparent, #3fd4ff, transparent );
}

.c6-cable-one {
    top: 20%;
    left: 4%;
    transform: rotate(25deg);
}

.c6-cable-two {
    top: 30%;
    right: 2%;
    transform: rotate(-25deg);
}

.c6-cable-three {
    bottom: 20%;
    left: 2%;
    transform: rotate(-25deg);
}

.c6-cable-four {
    bottom: 15%;
    right: 4%;
    transform: rotate(25deg);
}


/* =========================================================
   COMMON
========================================================= */

.c6-heading h2,
.c6-centered-heading h2,
.c6-faq-heading h2,
.c6-related-heading h2 {
    color: #08182b;
    font-size: clamp(39px, 4vw, 57px);
    line-height: 1.08;
    letter-spacing: -.05em;
}

    .c6-heading h2 span,
    .c6-centered-heading h2 span,
    .c6-faq-heading h2 span,
    .c6-related-heading h2 span {
        display: block;
        color: #1174cf;
    }

.c6-centered-heading {
    max-width: 870px;
    margin: 0 auto 60px;
    text-align: center;
}

    .c6-centered-heading > p {
        max-width: 710px;
        margin: 23px auto 0;
        color: #68798b;
        font-size: 14px;
        line-height: 1.9;
    }

.c6-light-heading h2 {
    color: white;
}

    .c6-light-heading h2 span {
        color: #49d4ff;
    }

.c6-light-heading > p {
    color: #91a6b8;
}


/* =========================================================
   INTRO
========================================================= */

.c6-intro-section {
    padding: 120px 0;
    color: #08182b;
    background: #f7f9fc;
}

.c6-intro-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 110px;
}

.c6-intro-copy p {
    margin-bottom: 21px;
    color: #68798a;
    font-size: 14px;
    line-height: 1.95;
}

.c6-intro-copy .c6-lead {
    color: #293c4f;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
}


/* =========================================================
   DETAIL LIST
========================================================= */

.c6-detail-list {
    margin: 22px 0 0;
    padding: 18px 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid rgba(255,255,255,.08);
    list-style: none;
}

    .c6-detail-list li {
        position: relative;
        padding-left: 15px;
        color: #92a7b7;
        font-size: 9px;
        line-height: 1.6;
    }

        .c6-detail-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 7px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #37d4ff;
        }

.c6-light-list {
    border-top-color: #dbe5ed;
}

    .c6-light-list li {
        color: #687c8e;
    }


/* =========================================================
   PROBLEMS
========================================================= */

.c6-problems-section {
    padding: 115px 0;
    background: linear-gradient( 115deg, #03101d, #071f35 );
}

.c6-problem-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255,255,255,.08);
    border-left: 1px solid rgba(255,255,255,.08);
}

.c6-problem-card {
    min-height: 335px;
    padding: 27px;
    border-right: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.018);
}

    .c6-problem-card > span {
        display: block;
        margin-bottom: 42px;
        color: #537187;
        font-size: 9px;
        font-weight: 800;
    }

    .c6-problem-card h3 {
        margin-bottom: 13px;
        color: white;
        font-size: 17px;
    }

    .c6-problem-card > p {
        color: #899eaf;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   SERVICES
========================================================= */

.c6-services-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.c6-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

.c6-service-card {
    min-height: 400px;
    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;
}

    .c6-service-card:hover {
        position: relative;
        z-index: 2;
        transform: translateY(-6px);
        background: white;
        box-shadow: 0 25px 55px rgba(8,40,68,.09);
    }

    .c6-service-card > span {
        display: block;
        margin-bottom: 20px;
        color: #91a3b4;
        font-size: 9px;
        font-weight: 800;
    }

    .c6-service-card > div {
        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;
    }

    .c6-service-card h3 {
        margin-bottom: 13px;
        color: #12263a;
        font-size: 17px;
    }

    .c6-service-card > p {
        color: #6d7d8e;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   SURVEY
========================================================= */

.c6-survey-section {
    padding: 115px 0;
    background: linear-gradient( 115deg, #03101d, #072139 );
}

.c6-survey-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}

.c6-survey-copy h2,
.c6-route-copy h2,
.c6-outlet-copy h2,
.c6-test-copy h2,
.c6-document-copy h2 {
    margin-bottom: 24px;
    color: white;
    font-size: clamp(39px, 4vw, 57px);
    line-height: 1.08;
    letter-spacing: -.05em;
}

    .c6-survey-copy h2 span,
    .c6-route-copy h2 span,
    .c6-outlet-copy h2 span,
    .c6-test-copy h2 span,
    .c6-document-copy h2 span {
        display: block;
        color: #49d4ff;
    }

.c6-survey-copy > p,
.c6-route-copy > p,
.c6-outlet-copy > p,
.c6-test-copy > p,
.c6-document-copy > p {
    margin-bottom: 19px;
    color: #94a8b9;
    font-size: 13px;
    line-height: 1.9;
}

.c6-survey-list {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .c6-survey-list span,
    .c6-route-tags span,
    .c6-test-list span {
        padding: 9px 12px;
        border: 1px solid rgba(61,204,255,.15);
        color: #b4c6d3;
        background: rgba(255,255,255,.025);
        font-size: 9px;
    }

.c6-floor-plan {
    padding: 25px;
    border: 1px solid rgba(59,202,255,.18);
    background: rgba(255,255,255,.025);
}

.c6-plan-header {
    padding-bottom: 17px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: #43d5ff;
    font-size: 8px;
    font-weight: 800;
}

    .c6-plan-header i {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #45ddb9;
        box-shadow: 0 0 8px #45ddb9;
    }

.c6-plan-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

    .c6-plan-grid div {
        min-height: 70px;
        display: grid;
        place-items: center;
        border: 1px solid rgba(255,255,255,.07);
        color: #8ca4b5;
        background: rgba(255,255,255,.018);
        font-size: 8px;
        font-weight: 800;
    }


/* =========================================================
   CATEGORY
========================================================= */

.c6-category-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}

.c6-category-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 1000px;
    margin: 0 auto;
}

.c6-category-card {
    min-height: 420px;
    padding: 35px;
    border: 1px solid #d7e3ed;
    background: white;
}

    .c6-category-card > span {
        display: inline-grid;
        place-items: center;
        width: 72px;
        height: 40px;
        margin-bottom: 55px;
        border: 1px solid #bdddf3;
        color: #0877d1;
        background: #f5fbff;
        font-size: 10px;
        font-weight: 800;
    }

    .c6-category-card h3 {
        margin-bottom: 15px;
        color: #14283b;
        font-size: 21px;
    }

    .c6-category-card > p {
        color: #687a8b;
        font-size: 12px;
        line-height: 1.9;
    }

.c6-category-featured {
    border-color: #add8f4;
    box-shadow: 0 25px 60px rgba(8,56,91,.08);
}

.c6-category-list {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e8ef;
    list-style: none;
}

    .c6-category-list li {
        padding: 7px 0;
        color: #63778a;
        font-size: 10px;
    }


/* =========================================================
   ROUTE
========================================================= */

.c6-route-section {
    padding: 115px 0;
    background: #03101d;
}

.c6-route-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}

.c6-route-visual {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.c6-route-start,
.c6-route-mid,
.c6-route-end {
    width: 270px;
    min-height: 70px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(60,205,255,.2);
    color: #b7c9d5;
    background: rgba(255,255,255,.025);
    font-size: 9px;
    font-weight: 800;
}

.c6-route-mid {
    color: white;
    background: linear-gradient( 110deg, #087bc6, #07527f );
}

.c6-route-visual > span {
    width: 1px;
    height: 45px;
    background: linear-gradient( #3bd4ff, transparent );
}

.c6-route-tags {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}


/* =========================================================
   RACK DETAIL
========================================================= */

.c6-rack-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.c6-rack-detail-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

.c6-rack-detail-card {
    min-height: 355px;
    padding: 27px;
    border-right: 1px solid #d7e3ed;
    border-bottom: 1px solid #d7e3ed;
    background: rgba(255,255,255,.48);
}

    .c6-rack-detail-card > span {
        display: block;
        margin-bottom: 52px;
        color: #8ca0b1;
        font-size: 9px;
        font-weight: 800;
    }

    .c6-rack-detail-card h3 {
        margin-bottom: 13px;
        color: #14283b;
        font-size: 17px;
    }

    .c6-rack-detail-card > p {
        color: #6e7f8f;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   OUTLET
========================================================= */

.c6-outlet-section {
    padding: 110px 0;
    background: linear-gradient( 115deg, #03101d, #071f35 );
}

.c6-outlet-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}

.c6-device-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);
}

    .c6-device-grid > div {
        min-height: 90px;
        padding: 18px;
        display: flex;
        align-items: center;
        gap: 15px;
        border-right: 1px solid rgba(255,255,255,.08);
        border-bottom: 1px solid rgba(255,255,255,.08);
        color: #bdccd7;
        font-size: 10px;
    }

    .c6-device-grid span {
        width: 43px;
        height: 43px;
        display: grid;
        place-items: center;
        border: 1px solid rgba(60,206,255,.18);
        color: #43d5ff;
        font-size: 8px;
        font-weight: 800;
    }


/* =========================================================
   POE
========================================================= */

.c6-poe-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}

.c6-poe-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.c6-poe-card {
    min-height: 290px;
    padding: 28px;
    border: 1px solid #d8e3ed;
    background: rgba(255,255,255,.55);
}

    .c6-poe-card > span {
        width: 50px;
        height: 50px;
        margin-bottom: 50px;
        display: grid;
        place-items: center;
        border: 1px solid #bdddf3;
        color: #0876d0;
        font-size: 9px;
        font-weight: 800;
    }

    .c6-poe-card h3 {
        margin-bottom: 13px;
        color: #14283b;
        font-size: 17px;
    }

    .c6-poe-card p {
        color: #6d7e8e;
        font-size: 11px;
        line-height: 1.8;
    }


/* =========================================================
   TEST
========================================================= */

.c6-test-section {
    padding: 110px 0;
    background: #03101d;
}

.c6-test-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}

.c6-test-panel {
    padding: 26px;
    border: 1px solid rgba(60,203,255,.18);
    background: rgba(255,255,255,.025);
}

.c6-test-header {
    padding-bottom: 17px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: #43d6ff;
    font-size: 8px;
    font-weight: 800;
}

    .c6-test-header small {
        color: #43ddb9;
    }

.c6-test-row {
    min-height: 67px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,.07);
}

    .c6-test-row:last-child {
        border-bottom: 0;
    }

    .c6-test-row span {
        color: #8299aa;
        font-size: 9px;
    }

    .c6-test-row strong {
        color: #47ddb9;
        font-size: 8px;
    }

.c6-test-list {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}


/* =========================================================
   LABEL
========================================================= */

.c6-label-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.c6-label-example {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.c6-label-rack,
.c6-label-path,
.c6-label-outlet {
    width: 250px;
    min-height: 110px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #d5e2ec;
    background: white;
}

.c6-label-example > span {
    color: #0877d1;
    font-size: 25px;
}

.c6-label-example small {
    margin-bottom: 9px;
    color: #8b9fae;
    font-size: 7px;
}

.c6-label-example strong {
    color: #173045;
    font-size: 12px;
}

.c6-label-text {
    max-width: 780px;
    margin: 35px auto 0;
    text-align: center;
}

    .c6-label-text p {
        color: #68798a;
        font-size: 12px;
        line-height: 1.9;
    }


/* =========================================================
   DOCUMENT
========================================================= */

.c6-document-section {
    padding: 110px 0;
    background: linear-gradient( 115deg, #03101d, #071f35 );
}

.c6-document-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}

.c6-document-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);
}

    .c6-document-grid > div {
        min-height: 90px;
        padding: 18px;
        display: flex;
        align-items: center;
        gap: 13px;
        border-right: 1px solid rgba(255,255,255,.08);
        border-bottom: 1px solid rgba(255,255,255,.08);
        color: #b9cad6;
        font-size: 10px;
    }

    .c6-document-grid span {
        color: #43d5ff;
        font-size: 8px;
        font-weight: 800;
    }


/* =========================================================
   INDUSTRIAL
========================================================= */

.c6-industrial-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}

.c6-industrial-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}

.c6-industrial-copy h2 {
    color: #08182b;
    font-size: clamp(39px, 4vw, 57px);
    line-height: 1.08;
    letter-spacing: -.05em;
}

    .c6-industrial-copy h2 span {
        display: block;
        color: #1174cf;
    }

.c6-industrial-copy > p {
    margin-top: 22px;
    color: #68798a;
    font-size: 13px;
    line-height: 1.9;
}

.c6-industrial-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #d8e3ed;
    border-left: 1px solid #d8e3ed;
}

    .c6-industrial-grid > div {
        min-height: 175px;
        padding: 24px;
        border-right: 1px solid #d8e3ed;
        border-bottom: 1px solid #d8e3ed;
        background: rgba(255,255,255,.42);
    }

    .c6-industrial-grid span {
        display: block;
        margin-bottom: 30px;
        color: #0877d1;
        font-size: 8px;
        font-weight: 800;
    }

    .c6-industrial-grid strong {
        display: block;
        margin-bottom: 9px;
        color: #173045;
        font-size: 14px;
    }

    .c6-industrial-grid p {
        color: #6e7f8f;
        font-size: 10px;
        line-height: 1.75;
    }


/* =========================================================
   PROCESS
========================================================= */

.c6-process-section {
    padding: 115px 0;
    background: #03101d;
}

.c6-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255,255,255,.08);
    border-left: 1px solid rgba(255,255,255,.08);
}

.c6-process-card {
    min-height: 285px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.015);
}

    .c6-process-card > span {
        display: block;
        margin-bottom: 42px;
        color: #557187;
        font-size: 9px;
        font-weight: 800;
    }

    .c6-process-card h3 {
        margin-bottom: 11px;
        color: white;
        font-size: 15px;
    }

    .c6-process-card p {
        color: #899eaf;
        font-size: 10px;
        line-height: 1.8;
    }

    .c6-process-card small {
        margin-top: auto;
        padding-top: 15px;
        border-top: 1px solid rgba(255,255,255,.08);
        color: #43d5ff;
        font-size: 7px;
        font-weight: 800;
    }


/* =========================================================
   USE AREAS
========================================================= */

.c6-use-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.c6-use-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #d8e3ed;
    border-left: 1px solid #d8e3ed;
}

.c6-use-card {
    min-height: 115px;
    padding: 22px;
    display: flex;
    align-items: center;
    gap: 22px;
    border-right: 1px solid #d8e3ed;
    border-bottom: 1px solid #d8e3ed;
    background: rgba(255,255,255,.45);
}

    .c6-use-card span {
        color: #0877d1;
        font-size: 9px;
        font-weight: 800;
    }

    .c6-use-card strong {
        color: #173045;
        font-size: 14px;
    }


/* =========================================================
   FAQ
========================================================= */

.c6-faq-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}

.c6-faq-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 100px;
}

.c6-faq-list {
    border-top: 1px solid #d9e4ed;
}

.c6-faq-item {
    border-bottom: 1px solid #d9e4ed;
}

    .c6-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;
    }

        .c6-faq-item summary::-webkit-details-marker {
            display: none;
        }

        .c6-faq-item summary span {
            color: #0876d0;
            font-size: 19px;
        }

    .c6-faq-item p {
        padding: 0 40px 28px 0;
        color: #6c7d8d;
        font-size: 12px;
        line-height: 1.9;
    }


/* =========================================================
   RELATED
========================================================= */

.c6-related-section {
    padding: 110px 0;
    color: #08182b;
    background: #edf3f8;
}

.c6-related-heading {
    margin-bottom: 50px;
}

.c6-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.c6-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;
}

    .c6-related-card:hover {
        transform: translateY(-6px);
        background: white;
        box-shadow: 0 25px 55px rgba(8,40,68,.09);
    }

    .c6-related-card > span {
        margin-bottom: 45px;
        color: #8ca0b1;
        font-size: 9px;
        font-weight: 800;
    }

    .c6-related-card h3 {
        margin-bottom: 13px;
        color: #13273a;
        font-size: 18px;
    }

    .c6-related-card p {
        margin-bottom: 25px;
        color: #6d7f8f;
        font-size: 11px;
        line-height: 1.8;
    }

    .c6-related-card strong {
        margin-top: auto;
        color: #0877d1;
        font-size: 10px;
    }


/* =========================================================
   FINAL
========================================================= */

.c6-final-section {
    position: relative;
    padding: 95px 0;
    overflow: hidden;
    background: linear-gradient( 115deg, #065b9e, #087fce, #07508b );
}

.c6-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;
}

.c6-final-layout {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

    .c6-final-layout > div {
        max-width: 850px;
    }

        .c6-final-layout > div > span {
            display: block;
            margin-bottom: 13px;
            color: #c4edff;
            font-size: 8px;
            font-weight: 800;
            letter-spacing: .17em;
        }

    .c6-final-layout h2 {
        margin-bottom: 15px;
        color: white;
        font-size: clamp(30px, 4vw, 46px);
        line-height: 1.2;
        letter-spacing: -.04em;
    }

    .c6-final-layout p {
        max-width: 700px;
        color: rgba(255,255,255,.76);
        font-size: 12px;
        line-height: 1.8;
    }

    .c6-final-layout .button {
        flex-shrink: 0;
        background: #031827;
    }


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1150px) {

    .c6-hero-layout,
    .c6-intro-layout,
    .c6-survey-layout,
    .c6-route-layout,
    .c6-outlet-layout,
    .c6-test-layout,
    .c6-document-layout,
    .c6-industrial-layout,
    .c6-faq-layout {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .c6-hero-layout {
        padding: 70px 0;
    }

    .c6-service-grid,
    .c6-rack-detail-grid,
    .c6-poe-grid,
    .c6-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .c6-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 800px) {

    .c6-problem-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .c6-use-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 700px) {

    .c6-hero {
        padding-top: 68px;
    }

        .c6-hero h1 {
            font-size: 44px;
        }

    .c6-hero-description {
        font-size: 14px;
    }

    .c6-hero-actions {
        flex-direction: column;
    }

    .c6-hero-visual {
        min-height: 400px;
    }

    .c6-intro-section,
    .c6-problems-section,
    .c6-services-section,
    .c6-survey-section,
    .c6-category-section,
    .c6-route-section,
    .c6-rack-section,
    .c6-outlet-section,
    .c6-poe-section,
    .c6-test-section,
    .c6-label-section,
    .c6-document-section,
    .c6-industrial-section,
    .c6-process-section,
    .c6-use-section,
    .c6-faq-section,
    .c6-related-section {
        padding: 80px 0;
    }

    .c6-problem-grid,
    .c6-service-grid,
    .c6-category-grid,
    .c6-rack-detail-grid,
    .c6-poe-grid,
    .c6-process-grid,
    .c6-use-grid,
    .c6-related-grid {
        grid-template-columns: 1fr;
    }

    .c6-device-grid,
    .c6-document-grid,
    .c6-industrial-grid {
        grid-template-columns: 1fr;
    }

    .c6-label-example {
        flex-direction: column;
    }

        .c6-label-example > span {
            transform: rotate(90deg);
        }

    .c6-label-rack,
    .c6-label-path,
    .c6-label-outlet {
        width: 100%;
    }

    .c6-plan-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .c6-final-layout {
        align-items: flex-start;
        flex-direction: column;
    }
}
