﻿/* =========================================================
   HERO
========================================================= */

.about-hero {
    position: relative;
    min-height: 800px;
    padding-top: 78px;
    overflow: hidden;
    background: radial-gradient( circle at 78% 42%, rgba(0, 145, 255, .18), transparent 35% ), linear-gradient( 110deg, #020a14, #06192b 58%, #02101c );
}

.about-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;
}

.about-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
}

.about-glow-one {
    width: 550px;
    height: 550px;
    right: 0;
    top: 80px;
    background: rgba(0, 135, 255, .17);
}

.about-glow-two {
    width: 300px;
    height: 300px;
    left: -110px;
    bottom: -100px;
    background: rgba(48, 218, 255, .08);
}

.about-hero-layout {
    position: relative;
    z-index: 2;
    min-height: 720px;
    display: grid;
    grid-template-columns: 1fr .9fr;
    align-items: center;
    gap: 80px;
}

.about-breadcrumb {
    margin-bottom: 38px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #62798d;
    font-size: 9px;
}

    .about-breadcrumb strong {
        color: #9cb1c2;
        font-weight: 500;
    }

    .about-breadcrumb a:hover {
        color: white;
    }

.about-eyebrow {
    display: block;
    margin-bottom: 18px;
    color: #42d6ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .17em;
}

.about-hero h1 {
    margin-bottom: 26px;
    color: white;
    font-size: clamp(48px, 5vw, 76px);
    line-height: 1;
    letter-spacing: -.06em;
}

    .about-hero h1 span {
        display: block;
        color: #4bd5ff;
    }

.about-hero-description {
    max-width: 700px;
    color: #a4b6c6;
    font-size: 16px;
    line-height: 1.9;
}

.about-hero-actions {
    margin-top: 35px;
    display: flex;
    gap: 14px;
}

.about-hero-tags {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .about-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 VISUAL
========================================================= */

.about-hero-visual {
    position: relative;
    min-height: 530px;
}

.about-core {
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    width: 165px;
    height: 165px;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(61, 210, 255, .3);
    border-radius: 50%;
    background: linear-gradient( 145deg, #0a84d6, #06466f );
    box-shadow: 0 0 60px rgba(0, 147, 255, .23);
}

    .about-core small {
        margin-bottom: 7px;
        color: #b3eaff;
        font-size: 6px;
        font-weight: 800;
    }

    .about-core strong {
        color: white;
        font-size: 34px;
    }

    .about-core span {
        margin-top: 8px;
        color: #9ed3e6;
        font-size: 6px;
    }

.about-node {
    position: absolute;
    z-index: 4;
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(60, 207, 255, .22);
    border-radius: 50%;
    color: #43d6ff;
    background: #062139;
    font-size: 7px;
    font-weight: 800;
}

.about-node-infra {
    left: 8%;
    top: 7%;
}

.about-node-security {
    right: 8%;
    top: 7%;
}

.about-node-software {
    left: 1%;
    top: 47%;
}

.about-node-cloud {
    right: 1%;
    top: 47%;
}

.about-node-quality {
    left: 17%;
    bottom: 3%;
}

.about-node-support {
    right: 17%;
    bottom: 3%;
}

.about-line {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 210px;
    height: 1px;
    transform-origin: left center;
    background: linear-gradient( 90deg, #3bd4ff, transparent );
}

.about-line-one {
    transform: rotate(-145deg);
}

.about-line-two {
    transform: rotate(-35deg);
}

.about-line-three {
    transform: rotate(180deg);
}

.about-line-four {
    transform: rotate(0deg);
}

.about-line-five {
    transform: rotate(135deg);
}

.about-line-six {
    transform: rotate(45deg);
}

.about-hero-status {
    position: absolute;
    z-index: 8;
    right: 5px;
    bottom: 20px;
    width: 220px;
    padding: 20px;
    border: 1px solid rgba(60, 207, 255, .18);
    background: rgba(3, 24, 42, .9);
}

    .about-hero-status span {
        display: block;
        margin-bottom: 8px;
        color: #43d6ff;
        font-size: 7px;
        font-weight: 800;
    }

    .about-hero-status strong {
        display: block;
        margin-bottom: 7px;
        color: white;
        font-size: 11px;
    }

    .about-hero-status small {
        color: #718b9e;
        font-size: 7px;
    }


/* =========================================================
   COMMON
========================================================= */

.about-heading h2,
.about-centered-heading h2,
.about-related-heading h2 {
    color: #08182b;
    font-size: clamp(39px, 4vw, 57px);
    line-height: 1.08;
    letter-spacing: -.05em;
}

    .about-heading h2 span,
    .about-centered-heading h2 span,
    .about-related-heading h2 span {
        display: block;
        color: #1174cf;
    }

.about-centered-heading {
    max-width: 930px;
    margin: 0 auto 60px;
    text-align: center;
}

    .about-centered-heading > p {
        max-width: 780px;
        margin: 23px auto 0;
        color: #68798b;
        font-size: 14px;
        line-height: 1.9;
    }

.about-heading-light h2 {
    color: white;
}

    .about-heading-light h2 span {
        color: #49d4ff;
    }

.about-heading-light > p {
    color: #91a6b8;
}


/* =========================================================
   DETAIL LIST
========================================================= */

.about-detail-list {
    margin: 22px 0 0;
    padding: 18px 0 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    list-style: none;
}

    .about-detail-list li {
        position: relative;
        padding-left: 15px;
        color: #92a7b7;
        font-size: 10px;
        line-height: 1.6;
    }

        .about-detail-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 7px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #37d4ff;
        }


/* =========================================================
   INTRO
========================================================= */

.about-intro-section {
    padding: 120px 0;
    color: #08182b;
    background: #f7f9fc;
}

.about-intro-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 110px;
}

.about-intro-copy p {
    margin-bottom: 21px;
    color: #68798a;
    font-size: 14px;
    line-height: 1.95;
}

.about-intro-copy .about-lead {
    color: #293c4f;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
}


/* =========================================================
   POSITION
========================================================= */

.about-position-section {
    padding: 115px 0;
    background: linear-gradient( 115deg, #03101d, #071f35 );
}

.about-position-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);
}

.about-position-card {
    min-height: 500px;
    padding: 28px;
    border-right: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

    .about-position-card > span {
        display: block;
        margin-bottom: 18px;
        color: #557187;
        font-size: 9px;
        font-weight: 800;
    }

    .about-position-card > div {
        width: 58px;
        height: 58px;
        margin-bottom: 40px;
        display: grid;
        place-items: center;
        border: 1px solid rgba(61, 205, 255, .2);
        color: #43d5ff;
        font-size: 7px;
        font-weight: 800;
    }

    .about-position-card h3 {
        margin-bottom: 13px;
        color: white;
        font-size: 19px;
    }

    .about-position-card > p {
        color: #899eaf;
        font-size: 11px;
        line-height: 1.85;
    }


/* =========================================================
   MISSION
========================================================= */

.about-mission-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.about-mission-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
}

.about-mission-card {
    min-height: 430px;
    padding: 45px;
    border: 1px solid #d2e1ec;
    background: white;
}

    .about-mission-card > span {
        display: inline-flex;
        min-width: 80px;
        height: 34px;
        align-items: center;
        justify-content: center;
        margin-bottom: 60px;
        border: 1px solid #bdddf3;
        color: #0877d1;
        font-size: 8px;
        font-weight: 800;
    }

    .about-mission-card h2 {
        max-width: 550px;
        margin-bottom: 24px;
        color: #142b3f;
        font-size: clamp(28px, 3vw, 42px);
        line-height: 1.18;
        letter-spacing: -.04em;
    }

    .about-mission-card p {
        color: #687c8d;
        font-size: 13px;
        line-height: 1.9;
    }


/* =========================================================
   PRINCIPLES
========================================================= */

.about-principles-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}

.about-principles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

.about-principle-card {
    min-height: 390px;
    padding: 28px;
    border-right: 1px solid #d7e3ed;
    border-bottom: 1px solid #d7e3ed;
}

    .about-principle-card > span {
        display: block;
        margin-bottom: 45px;
        color: #0877d1;
        font-size: 9px;
        font-weight: 800;
    }

    .about-principle-card h3 {
        margin-bottom: 14px;
        color: #173045;
        font-size: 17px;
    }

    .about-principle-card > p {
        color: #6d7f8f;
        font-size: 11px;
        line-height: 1.85;
    }

    .about-principle-card ul {
        margin: 24px 0 0;
        padding: 18px 0 0;
        border-top: 1px solid #dce5ec;
        list-style: none;
    }

    .about-principle-card li {
        position: relative;
        margin-bottom: 8px;
        padding-left: 15px;
        color: #718496;
        font-size: 10px;
    }

        .about-principle-card li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 6px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #0877d1;
        }


/* =========================================================
   LIFECYCLE
========================================================= */

.about-lifecycle-section {
    padding: 115px 0;
    background: #03101d;
}

.about-lifecycle-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);
}

.about-lifecycle-card {
    min-height: 290px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

    .about-lifecycle-card > span {
        margin-bottom: 42px;
        color: #557187;
        font-size: 9px;
        font-weight: 800;
    }

    .about-lifecycle-card h3 {
        margin-bottom: 11px;
        color: white;
        font-size: 15px;
    }

    .about-lifecycle-card p {
        color: #899eaf;
        font-size: 10px;
        line-height: 1.8;
    }

    .about-lifecycle-card small {
        margin-top: auto;
        padding-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, .08);
        color: #43d5ff;
        font-size: 8px;
        font-weight: 800;
    }


/* =========================================================
   PHILOSOPHY
========================================================= */

.about-philosophy-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.about-philosophy-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}

.about-philosophy-copy h2,
.about-responsibility-copy h2 {
    margin-bottom: 24px;
    color: #08182b;
    font-size: clamp(39px, 4vw, 57px);
    line-height: 1.08;
    letter-spacing: -.05em;
}

    .about-philosophy-copy h2 span,
    .about-responsibility-copy h2 span {
        display: block;
        color: #1174cf;
    }

.about-philosophy-copy > p,
.about-responsibility-copy > p {
    margin-bottom: 19px;
    color: #68798a;
    font-size: 13px;
    line-height: 1.9;
}

.about-philosophy-flow {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .about-philosophy-flow > div {
        min-height: 70px;
        padding: 0 20px;
        display: grid;
        grid-template-columns: 40px 135px 1fr;
        align-items: center;
        border: 1px solid #d4e2ec;
        background: white;
    }

    .about-philosophy-flow span {
        color: #0877d1;
        font-size: 8px;
        font-weight: 800;
    }

    .about-philosophy-flow strong {
        color: #334f64;
        font-size: 9px;
    }

    .about-philosophy-flow small {
        color: #748899;
        font-size: 8px;
    }

    .about-philosophy-flow > i {
        align-self: center;
        color: #0877d1;
        font-style: normal;
        transform: rotate(90deg);
    }


/* =========================================================
   AREAS
========================================================= */

.about-areas-section {
    padding: 115px 0;
    color: #08182b;
    background: #f7f9fc;
}

.about-areas-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

.about-area-card {
    min-height: 265px;
    padding: 27px;
    border-right: 1px solid #d7e3ed;
    border-bottom: 1px solid #d7e3ed;
}

    .about-area-card > span {
        width: 52px;
        height: 52px;
        margin-bottom: 38px;
        display: grid;
        place-items: center;
        border: 1px solid #bdddf3;
        color: #0877d1;
        font-size: 7px;
        font-weight: 800;
    }

    .about-area-card h3 {
        margin-bottom: 11px;
        color: #173045;
        font-size: 16px;
    }

    .about-area-card p {
        color: #6d7f8f;
        font-size: 10px;
        line-height: 1.8;
    }


/* =========================================================
   WHY
========================================================= */

.about-why-section {
    padding: 115px 0;
    background: linear-gradient( 115deg, #03101d, #071f35 );
}

.about-why-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);
}

.about-why-card {
    min-height: 285px;
    padding: 27px;
    border-right: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

    .about-why-card > span {
        display: block;
        margin-bottom: 42px;
        color: #557187;
        font-size: 9px;
        font-weight: 800;
    }

    .about-why-card h3 {
        margin-bottom: 12px;
        color: white;
        font-size: 16px;
    }

    .about-why-card p {
        color: #899eaf;
        font-size: 10px;
        line-height: 1.8;
    }


/* =========================================================
   RESPONSIBILITY
========================================================= */

.about-responsibility-section {
    padding: 115px 0;
    color: #08182b;
    background: #edf3f8;
}

.about-responsibility-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}

.about-responsibility-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #d7e3ed;
    border-left: 1px solid #d7e3ed;
}

    .about-responsibility-grid > div {
        min-height: 170px;
        padding: 22px;
        border-right: 1px solid #d7e3ed;
        border-bottom: 1px solid #d7e3ed;
        background: rgba(255, 255, 255, .5);
    }

    .about-responsibility-grid span {
        display: block;
        margin-bottom: 25px;
        color: #0877d1;
        font-size: 8px;
        font-weight: 800;
    }

    .about-responsibility-grid strong {
        display: block;
        margin-bottom: 8px;
        color: #173045;
        font-size: 13px;
    }

    .about-responsibility-grid p {
        color: #6d7e8e;
        font-size: 9px;
        line-height: 1.7;
    }


/* =========================================================
   SERVICES CTA
========================================================= */

.about-services-cta-section {
    padding: 85px 0;
    color: #08182b;
    background: #f7f9fc;
}

.about-services-cta-layout {
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    border: 1px solid #d3e2ed;
    background: white;
}

    .about-services-cta-layout > div {
        max-width: 720px;
    }

    .about-services-cta-layout h2 {
        margin: 10px 0 15px;
        color: #142b3f;
        font-size: clamp(28px, 3vw, 42px);
        letter-spacing: -.04em;
    }

    .about-services-cta-layout p {
        color: #6c7e8e;
        font-size: 12px;
        line-height: 1.8;
    }


/* =========================================================
   FINAL
========================================================= */

.about-final-section {
    position: relative;
    padding: 95px 0;
    overflow: hidden;
    background: linear-gradient( 115deg, #065b9e, #087fce, #07508b );
}

.about-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;
}

.about-final-layout {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

    .about-final-layout > div {
        max-width: 880px;
    }

        .about-final-layout > div > span {
            display: block;
            margin-bottom: 13px;
            color: #c4edff;
            font-size: 8px;
            font-weight: 800;
            letter-spacing: .17em;
        }

    .about-final-layout h2 {
        margin-bottom: 15px;
        color: white;
        font-size: clamp(30px, 4vw, 46px);
        line-height: 1.2;
        letter-spacing: -.04em;
    }

    .about-final-layout p {
        max-width: 720px;
        color: rgba(255, 255, 255, .76);
        font-size: 12px;
        line-height: 1.8;
    }

    .about-final-layout .button {
        flex-shrink: 0;
        background: #031827;
    }


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1200px) {

    .about-position-grid,
    .about-areas-grid,
    .about-lifecycle-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 1150px) {

    .about-hero-layout,
    .about-intro-layout,
    .about-philosophy-layout,
    .about-responsibility-layout {
        grid-template-columns: 1fr;
        gap: 60px;
    }


    .about-hero-layout {
        padding: 70px 0;
    }


    .about-principles-grid,
    .about-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 700px) {

    .about-hero {
        padding-top: 68px;
    }


        .about-hero h1 {
            font-size: 40px;
        }


    .about-hero-description {
        font-size: 14px;
    }


    .about-hero-actions {
        flex-direction: column;
    }


    .about-hero-visual {
        min-height: 430px;
    }


    .about-core {
        width: 110px;
        height: 110px;
    }


        .about-core strong {
            font-size: 24px;
        }


    .about-node {
        width: 50px;
        height: 50px;
        font-size: 5px;
    }


    .about-intro-section,
    .about-position-section,
    .about-mission-section,
    .about-principles-section,
    .about-lifecycle-section,
    .about-philosophy-section,
    .about-areas-section,
    .about-why-section,
    .about-responsibility-section {
        padding: 80px 0;
    }


    .about-position-grid,
    .about-mission-layout,
    .about-principles-grid,
    .about-lifecycle-grid,
    .about-areas-grid,
    .about-why-grid,
    .about-responsibility-grid {
        grid-template-columns: 1fr;
    }


    .about-philosophy-flow > div {
        grid-template-columns: 35px 1fr;
    }


    .about-philosophy-flow small {
        grid-column: 2;
    }


    .about-services-cta-layout {
        padding: 30px;
        align-items: flex-start;
        flex-direction: column;
    }


    .about-final-layout {
        align-items: flex-start;
        flex-direction: column;
    }
}
