﻿/* =========================================================
   SLIPFORM GLOBAL CONSTRUCTION
   PREMIUM ABOUT PAGE
========================================================= */

.about-section-title {
    max-width: 760px;
    margin-bottom: 23px;
    color: var(--sgc-primary-dark);
    font-size: clamp(40px, 4.3vw, 64px);
    letter-spacing: -2.7px;
}

    .about-section-title span {
        color: var(--sgc-secondary);
    }

/* =========================================================
   HERO
========================================================= */

.about-hero {
    position: relative;
    min-height: 720px;
    overflow: hidden;
    color: var(--sgc-white);
    background: var(--sgc-primary-dark);
}

.about-hero-background {
    position: absolute;
    inset: 0;
}

.about-hero-background-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: #061a2e;
    transform: none;
}

.about-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(4, 18, 34, 0.98) 0%, rgba(5, 25, 45, 0.92) 43%, rgba(7, 32, 54, 0.65) 72%, rgba(6, 26, 47, 0.75) 100% ), linear-gradient( to top, rgba(4, 18, 34, 0.82), transparent 58% );
}

.about-hero-grid {
    position: absolute;
    inset: 0;
    opacity: 0.22;
    background-image: linear-gradient( rgba(255, 255, 255, 0.06) 1px, transparent 1px ), linear-gradient( 90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px );
    background-size: 75px 75px;
    mask-image: linear-gradient( to bottom, black, transparent 95% );
}

.about-hero-lines {
    position: absolute;
    top: -20%;
    right: 11%;
    width: 24%;
    height: 140%;
    opacity: 0.55;
    transform: skewX(-9deg);
}

    .about-hero-lines span {
        position: absolute;
        width: 1px;
        height: 100%;
        background: linear-gradient( to bottom, transparent, rgba(245, 166, 35, 0.6), transparent );
    }

        .about-hero-lines span:nth-child(1) {
            left: 5%;
        }

        .about-hero-lines span:nth-child(2) {
            left: 52%;
        }

        .about-hero-lines span:nth-child(3) {
            right: 3%;
        }

.about-hero-shape {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

.about-hero-shape-one {
    top: -250px;
    right: -110px;
    width: 570px;
    height: 570px;
    border-radius: 50%;
}

    .about-hero-shape-one::before,
    .about-hero-shape-one::after {
        position: absolute;
        border: 1px solid rgba(245, 166, 35, 0.11);
        border-radius: 50%;
        content: "";
    }

    .about-hero-shape-one::before {
        inset: 65px;
    }

    .about-hero-shape-one::after {
        inset: 130px;
    }

.about-hero-shape-two {
    bottom: -310px;
    left: -210px;
    width: 580px;
    height: 580px;
    transform: rotate(45deg);
}

.about-hero-container {
    position: relative;
    z-index: 4;
    display: flex;
    min-height: 635px;
    align-items: center;
    padding-top: 90px;
    padding-bottom: 105px;
}

.about-hero-content {
    max-width: 900px;
}

.about-breadcrumb {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 27px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

    .about-breadcrumb a:hover {
        color: var(--sgc-accent);
    }

    .about-breadcrumb i {
        color: var(--sgc-accent);
        font-size: 7px;
    }

    .about-breadcrumb span {
        color: rgba(255, 255, 255, 0.85);
    }

.about-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 23px;
    color: #ffd57c;
    font-family: "Space Grotesk", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

    .about-hero-label > span {
        display: inline-flex;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(245, 166, 35, 0.3);
        border-radius: 12px;
        color: var(--sgc-accent);
        background: rgba(245, 166, 35, 0.08);
    }

.about-hero-title {
    max-width: 930px;
    margin-bottom: 28px;
    color: var(--sgc-white);
    font-size: clamp(58px, 7vw, 102px);
    line-height: 0.98;
    letter-spacing: -5.5px;
}

    .about-hero-title span {
        display: block;
        color: var(--sgc-accent);
    }

.about-hero-description {
    max-width: 760px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    line-height: 1.9;
}

.about-hero-side-card {
    position: relative;
    max-width: 315px;
    margin-left: auto;
    overflow: hidden;
    padding: 31px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 24px;
    background: rgba(5, 24, 43, 0.62);
    box-shadow: 0 25px 65px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(17px);
}

    .about-hero-side-card::after {
        position: absolute;
        right: -45px;
        bottom: -55px;
        width: 140px;
        height: 140px;
        border: 1px solid rgba(245, 166, 35, 0.2);
        border-radius: 50%;
        content: "";
    }

.about-hero-side-icon {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    border-radius: 17px;
    color: var(--sgc-primary-dark);
    background: var(--sgc-accent);
    font-size: 21px;
    box-shadow: 0 12px 28px rgba(245, 166, 35, 0.3);
}

.about-hero-side-content {
    position: relative;
    z-index: 2;
}

    .about-hero-side-content > span {
        color: rgba(255, 255, 255, 0.5);
        font-size: 9px;
        font-weight: 800;
        letter-spacing: 1.5px;
        text-transform: uppercase;
    }

    .about-hero-side-content strong {
        display: block;
        margin: 7px 0 12px;
        color: var(--sgc-white);
        font-family: "Space Grotesk", sans-serif;
        font-size: 41px;
        letter-spacing: -1.5px;
    }

    .about-hero-side-content p {
        margin: 0;
        color: rgba(255, 255, 255, 0.58);
        font-size: 11px;
        line-height: 1.75;
    }

.about-hero-bottom {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(4, 18, 34, 0.5);
    backdrop-filter: blur(16px);
}

.about-hero-bottom-wrap {
    display: flex;
    min-height: 85px;
    align-items: center;
    gap: 50px;
}

.about-hero-bottom-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .about-hero-bottom-item > span {
        display: inline-flex;
        width: 39px;
        height: 39px;
        align-items: center;
        justify-content: center;
        border-radius: 11px;
        color: var(--sgc-accent);
        background: rgba(245, 166, 35, 0.1);
    }

    .about-hero-bottom-item > div {
        display: flex;
        flex-direction: column;
    }

    .about-hero-bottom-item small {
        color: rgba(255, 255, 255, 0.4);
        font-size: 8px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .about-hero-bottom-item strong {
        margin-top: 4px;
        color: rgba(255, 255, 255, 0.85);
        font-size: 11px;
    }

.about-scroll-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
    color: rgba(255, 255, 255, 0.62);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .about-scroll-button i {
        display: inline-flex;
        width: 36px;
        height: 36px;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 50%;
        color: var(--sgc-accent);
        animation: aboutScrollBounce 1.8s ease-in-out infinite;
    }

    .about-scroll-button:hover {
        color: var(--sgc-accent);
    }

@keyframes aboutScrollBounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(5px);
    }
}

/* =========================================================
   OVERVIEW
========================================================= */

.about-overview {
    position: relative;
    overflow: hidden;
    padding: 130px 0;
    background: var(--sgc-white);
}

.about-overview-pattern {
    position: absolute;
    top: 40px;
    right: -210px;
    width: 500px;
    height: 500px;
    border: 1px solid rgba(21, 101, 192, 0.07);
    border-radius: 50%;
}

    .about-overview-pattern::before,
    .about-overview-pattern::after {
        position: absolute;
        border: 1px solid rgba(21, 101, 192, 0.07);
        border-radius: 50%;
        content: "";
    }

    .about-overview-pattern::before {
        inset: 62px;
    }

    .about-overview-pattern::after {
        inset: 125px;
    }

.about-overview-visual {
    position: relative;
    min-height: 670px;
    padding-right: 55px;
}

.about-overview-main-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 81%;
    height: 575px;
    overflow: hidden;
    border-radius: 30px 130px 30px 30px;
    box-shadow: var(--sgc-shadow-lg);
}

    .about-overview-main-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.about-overview-main-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( to top, rgba(4, 18, 34, 0.76), transparent 53% );
}

.about-overview-image-caption {
    position: absolute;
    right: 27px;
    bottom: 26px;
    left: 27px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--sgc-white);
}

    .about-overview-image-caption > span {
        display: inline-flex;
        width: 46px;
        height: 46px;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(245, 166, 35, 0.45);
        border-radius: 13px;
        color: var(--sgc-accent);
        background: rgba(4, 18, 34, 0.58);
        font-size: 11px;
        font-weight: 800;
        backdrop-filter: blur(10px);
    }

    .about-overview-image-caption > div {
        display: flex;
        flex-direction: column;
    }

    .about-overview-image-caption small {
        color: rgba(255, 255, 255, 0.5);
        font-size: 8px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .about-overview-image-caption strong {
        margin-top: 4px;
        font-family: "Space Grotesk", sans-serif;
        font-size: 13px;
    }

.about-overview-small-image {
    position: absolute;
    z-index: 4;
    right: 15px;
    bottom: 0;
    width: 280px;
    height: 310px;
    overflow: hidden;
    border: 9px solid var(--sgc-white);
    border-radius: 27px;
    box-shadow: var(--sgc-shadow-lg);
}

    .about-overview-small-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.about-overview-experience-card {
    position: absolute;
    z-index: 5;
    top: 56px;
    right: 0;
    width: 180px;
    padding: 24px;
    border-radius: 22px;
    color: var(--sgc-white);
    background: linear-gradient( 145deg, var(--sgc-primary), var(--sgc-primary-dark) );
    box-shadow: var(--sgc-shadow-lg);
}

    .about-overview-experience-card > div {
        display: flex;
        align-items: flex-start;
    }

    .about-overview-experience-card strong {
        color: var(--sgc-white);
        font-family: "Space Grotesk", sans-serif;
        font-size: 53px;
        line-height: 1;
    }

    .about-overview-experience-card span {
        margin: 3px 0 0 4px;
        color: var(--sgc-accent);
        font-size: 26px;
        font-weight: 800;
    }

    .about-overview-experience-card p {
        margin: 12px 0 0;
        color: rgba(255, 255, 255, 0.58);
        font-size: 9px;
        font-weight: 700;
        line-height: 1.65;
        letter-spacing: 0.8px;
        text-transform: uppercase;
    }

.about-overview-outline {
    position: absolute;
    top: 31px;
    left: -30px;
    width: 175px;
    height: 175px;
    border-top: 2px solid var(--sgc-accent);
    border-left: 2px solid var(--sgc-accent);
}

.about-overview-content {
    max-width: 700px;
    padding-left: 20px;
}

.about-overview-lead {
    margin-bottom: 18px;
    color: var(--sgc-primary);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8;
}

.about-overview-text {
    margin-bottom: 16px;
    color: var(--sgc-text-soft);
    font-size: 14px;
    line-height: 1.9;
}

.about-overview-feature-grid {
    display: grid;
    margin: 31px 0 36px;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.about-overview-feature {
    display: flex;
    align-items: flex-start;
    gap: 13px;
}

    .about-overview-feature > span {
        display: inline-flex;
        width: 43px;
        height: 43px;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        color: var(--sgc-accent-dark);
        background: var(--sgc-accent-soft);
    }

    .about-overview-feature strong {
        color: var(--sgc-primary-dark);
        font-family: "Space Grotesk", sans-serif;
        font-size: 13px;
    }

    .about-overview-feature p {
        margin: 5px 0 0;
        color: var(--sgc-text-soft);
        font-size: 10px;
        line-height: 1.65;
    }

/* =========================================================
   VALUES STRIP
========================================================= */

.about-values-strip {
    padding: 0 0 120px;
    background: var(--sgc-white);
}

.about-values-strip-grid {
    display: grid;
    overflow: hidden;
    border: 1px solid var(--sgc-border);
    border-radius: 26px;
    background: var(--sgc-surface);
    box-shadow: var(--sgc-shadow-md);
    grid-template-columns: repeat(4, 1fr);
}

.about-value-card {
    position: relative;
    min-height: 270px;
    padding: 35px 28px;
    border-right: 1px solid var(--sgc-border);
    transition: all 0.4s ease;
}

    .about-value-card:last-child {
        border-right: 0;
    }

    .about-value-card::after {
        position: absolute;
        right: -55px;
        bottom: -55px;
        width: 140px;
        height: 140px;
        border: 1px solid rgba(21, 101, 192, 0.08);
        border-radius: 50%;
        content: "";
    }

    .about-value-card:hover {
        color: var(--sgc-white);
        background: linear-gradient( 145deg, var(--sgc-primary), var(--sgc-primary-dark) );
        transform: translateY(-5px);
    }

.about-value-number {
    position: absolute;
    top: 27px;
    right: 27px;
    color: var(--sgc-text-muted);
    font-size: 10px;
    font-weight: 800;
}

.about-value-card:hover .about-value-number {
    color: rgba(255, 255, 255, 0.4);
}

.about-value-icon {
    display: inline-flex;
    width: 57px;
    height: 57px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border-radius: 16px;
    color: var(--sgc-primary-dark);
    background: var(--sgc-accent);
    font-size: 20px;
    box-shadow: 0 11px 25px rgba(245, 166, 35, 0.22);
}

.about-value-card h3 {
    margin-bottom: 13px;
    font-size: 23px;
}

.about-value-card:hover h3 {
    color: var(--sgc-white);
}

.about-value-card p {
    margin: 0;
    color: var(--sgc-text-soft);
    font-size: 11px;
    line-height: 1.75;
}

.about-value-card:hover p {
    color: rgba(255, 255, 255, 0.58);
}

/* =========================================================
   MISSION & VISION
========================================================= */

.about-mission-vision {
    position: relative;
    overflow: hidden;
    padding: 125px 0;
    background: var(--sgc-surface);
}

.about-mission-vision-bg-text {
    position: absolute;
    top: 8px;
    right: 1%;
    color: rgba(11, 42, 74, 0.025);
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(110px, 18vw, 270px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -13px;
}

.about-mission-vision .container {
    position: relative;
    z-index: 2;
}

.about-mission-vision-heading {
    max-width: 850px;
    margin: 0 auto 55px;
    text-align: center;
}

    .about-mission-vision-heading .about-section-title {
        margin-right: auto;
        margin-left: auto;
    }

.about-purpose-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--sgc-border);
    border-radius: 27px;
    background: var(--sgc-white);
    box-shadow: 0 15px 42px rgba(11, 42, 74, 0.07);
    transition: all 0.45s ease;
}

    .about-purpose-card:hover {
        border-color: rgba(245, 166, 35, 0.45);
        box-shadow: var(--sgc-shadow-lg);
        transform: translateY(-8px);
    }

.about-purpose-image {
    position: relative;
    height: 285px;
    overflow: hidden;
}

    .about-purpose-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.75s ease;
    }

.about-purpose-card:hover .about-purpose-image img {
    transform: scale(1.065);
}

.about-purpose-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( to top, rgba(4, 18, 34, 0.74), transparent 58% );
}

.about-purpose-label {
    position: absolute;
    right: 22px;
    bottom: 20px;
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    color: var(--sgc-white);
    background: rgba(4, 18, 34, 0.65);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.about-purpose-content {
    position: relative;
    padding: 43px 35px 38px;
}

.about-purpose-icon {
    position: absolute;
    top: -29px;
    left: 35px;
    display: inline-flex;
    width: 59px;
    height: 59px;
    align-items: center;
    justify-content: center;
    border: 6px solid var(--sgc-white);
    border-radius: 17px;
    color: var(--sgc-primary-dark);
    background: var(--sgc-accent);
    font-size: 19px;
}

.about-purpose-content h3 {
    margin: 4px 0 16px;
    font-size: 27px;
    letter-spacing: -0.9px;
}

.about-purpose-content > p {
    margin-bottom: 23px;
    color: var(--sgc-text-soft);
    font-size: 13px;
    line-height: 1.85;
}

.about-purpose-content ul {
    list-style: none;
}

.about-purpose-content li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--sgc-primary);
    font-size: 11px;
    font-weight: 700;
}

    .about-purpose-content li + li {
        margin-top: 12px;
    }

    .about-purpose-content li i {
        display: inline-flex;
        width: 24px;
        height: 24px;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        color: var(--sgc-primary-dark);
        background: var(--sgc-accent-soft);
        font-size: 8px;
    }

/* =========================================================
   TECHNOLOGY
========================================================= */

.about-technology {
    position: relative;
    overflow: hidden;
    padding: 130px 0;
    color: var(--sgc-white);
    background: radial-gradient( circle at 12% 40%, rgba(21, 101, 192, 0.23), transparent 33% ), var(--sgc-primary-dark);
}

.about-technology-grid {
    position: absolute;
    inset: 0;
    opacity: 0.22;
    background-image: linear-gradient( rgba(255, 255, 255, 0.05) 1px, transparent 1px ), linear-gradient( 90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px );
    background-size: 76px 76px;
}

.about-technology-circle {
    position: absolute;
    top: -230px;
    right: -120px;
    width: 570px;
    height: 570px;
    border: 1px solid rgba(245, 166, 35, 0.12);
    border-radius: 50%;
}

    .about-technology-circle::before,
    .about-technology-circle::after {
        position: absolute;
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 50%;
        content: "";
    }

    .about-technology-circle::before {
        inset: 70px;
    }

    .about-technology-circle::after {
        inset: 140px;
    }

.about-technology .container {
    position: relative;
    z-index: 2;
}

.about-technology-content {
    max-width: 650px;
}

    .about-technology-content h2 {
        margin-bottom: 25px;
        color: var(--sgc-white);
        font-size: clamp(45px, 5vw, 70px);
        letter-spacing: -3.1px;
    }

        .about-technology-content h2 span {
            color: var(--sgc-accent);
        }

    .about-technology-content > p {
        margin-bottom: 16px;
        color: rgba(255, 255, 255, 0.63);
        font-size: 14px;
        line-height: 1.9;
    }

.about-technology-benefits {
    display: grid;
    margin: 31px 0 36px;
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
}

.about-technology-benefit {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.045);
    transition: all 0.35s ease;
}

    .about-technology-benefit:hover {
        border-color: rgba(245, 166, 35, 0.35);
        background: rgba(255, 255, 255, 0.08);
        transform: translateY(-4px);
    }

    .about-technology-benefit > span {
        display: inline-flex;
        width: 42px;
        height: 42px;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        color: var(--sgc-primary-dark);
        background: var(--sgc-accent);
    }

    .about-technology-benefit strong {
        color: var(--sgc-white);
        font-family: "Space Grotesk", sans-serif;
        font-size: 12px;
    }

    .about-technology-benefit small {
        display: block;
        margin-top: 5px;
        color: rgba(255, 255, 255, 0.5);
        font-size: 9px;
        line-height: 1.55;
    }

.about-technology-visual {
    position: relative;
    min-height: 650px;
    margin-left: 30px;
}

.about-technology-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 88%;
    height: 600px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 145px 28px 28px 28px;
    box-shadow: 0 35px 85px rgba(0, 0, 0, 0.34);
}

    .about-technology-image::after {
        position: absolute;
        z-index: 3;
        inset: 17px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 130px 19px 19px 19px;
        content: "";
    }

    .about-technology-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.about-technology-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( to top, rgba(4, 18, 34, 0.65), transparent 58% );
}

.about-technology-floating-card {
    position: absolute;
    z-index: 5;
    top: 90px;
    left: 0;
    display: flex;
    width: 250px;
    align-items: center;
    gap: 13px;
    padding: 17px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(5, 24, 43, 0.78);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(15px);
}

    .about-technology-floating-card > span {
        display: inline-flex;
        width: 49px;
        height: 49px;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        border-radius: 14px;
        color: var(--sgc-primary-dark);
        background: var(--sgc-accent);
    }

    .about-technology-floating-card > div {
        display: flex;
        flex-direction: column;
    }

    .about-technology-floating-card small {
        color: rgba(255, 255, 255, 0.45);
        font-size: 8px;
    }

    .about-technology-floating-card strong {
        margin-top: 4px;
        color: var(--sgc-white);
        font-family: "Space Grotesk", sans-serif;
        font-size: 11px;
    }

.about-technology-height-card {
    position: absolute;
    z-index: 5;
    right: 18px;
    bottom: 20px;
    display: flex;
    width: 180px;
    flex-direction: column;
    padding: 21px;
    border-radius: 18px;
    color: var(--sgc-white);
    background: var(--sgc-accent);
    box-shadow: 0 20px 45px rgba(245, 166, 35, 0.22);
}

    .about-technology-height-card span {
        color: rgba(6, 26, 47, 0.6);
        font-size: 8px;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .about-technology-height-card strong {
        margin-top: 5px;
        color: var(--sgc-primary-dark);
        font-family: "Space Grotesk", sans-serif;
        font-size: 17px;
    }

    .about-technology-height-card i {
        align-self: flex-end;
        margin-top: 9px;
        color: var(--sgc-primary-dark);
    }

.about-technology-outline {
    position: absolute;
    top: 35px;
    left: 45px;
    width: 160px;
    height: 160px;
    border-top: 2px solid var(--sgc-accent);
    border-left: 2px solid var(--sgc-accent);
}

/* =========================================================
   NUMBERS
========================================================= */

.about-numbers {
    padding: 120px 0;
    background: var(--sgc-white);
}

.about-numbers-wrap {
    display: grid;
    align-items: end;
    grid-template-columns: 0.9fr 1.7fr;
    gap: 60px;
}

.about-numbers-heading .about-section-title {
    margin-bottom: 0;
}

.about-numbers-grid {
    display: grid;
    overflow: hidden;
    border: 1px solid var(--sgc-border);
    border-radius: 24px;
    background: var(--sgc-surface);
    grid-template-columns: repeat(4, 1fr);
}

.about-number-card {
    min-height: 230px;
    padding: 29px 24px;
    border-right: 1px solid var(--sgc-border);
    transition: all 0.4s ease;
}

    .about-number-card:last-child {
        border-right: 0;
    }

    .about-number-card:hover {
        background: var(--sgc-white);
        box-shadow: var(--sgc-shadow-md);
        transform: translateY(-7px);
    }

.about-number-icon {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    margin-bottom: 31px;
    border-radius: 13px;
    color: var(--sgc-accent-dark);
    background: var(--sgc-accent-soft);
}

.about-number-value {
    display: flex;
    align-items: flex-start;
}

    .about-number-value strong {
        color: var(--sgc-primary-dark);
        font-family: "Space Grotesk", sans-serif;
        font-size: 52px;
        line-height: 1;
    }

    .about-number-value span {
        margin: 4px 0 0 4px;
        color: var(--sgc-accent-dark);
        font-size: 22px;
        font-weight: 800;
    }

.about-number-card p {
    margin: 16px 0 0;
    color: var(--sgc-text-soft);
    font-size: 9px;
    font-weight: 700;
    line-height: 1.65;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

/* =========================================================
   SAFETY
========================================================= */

.about-safety-quality {
    padding: 125px 0;
    background: var(--sgc-surface);
}

.about-safety-quality-card {
    display: grid;
    min-height: 650px;
    overflow: hidden;
    border: 1px solid var(--sgc-border);
    border-radius: 32px;
    background: var(--sgc-white);
    box-shadow: var(--sgc-shadow-lg);
    grid-template-columns: 1fr 1fr;
}

.about-safety-quality-image {
    position: relative;
    min-height: 650px;
    overflow: hidden;
}

    .about-safety-quality-image > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.8s ease;
    }

.about-safety-quality-card:hover
.about-safety-quality-image > img {
    transform: scale(1.045);
}

.about-safety-quality-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( to top, rgba(4, 18, 34, 0.76), transparent 58% );
}

.about-safety-badge {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 19px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    color: var(--sgc-white);
    background: rgba(5, 24, 43, 0.76);
    backdrop-filter: blur(15px);
}

    .about-safety-badge > span {
        display: inline-flex;
        width: 50px;
        height: 50px;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        border-radius: 14px;
        color: var(--sgc-primary-dark);
        background: var(--sgc-accent);
    }

    .about-safety-badge > div {
        display: flex;
        flex-direction: column;
    }

    .about-safety-badge small {
        color: rgba(255, 255, 255, 0.47);
        font-size: 8px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .about-safety-badge strong {
        margin-top: 4px;
        font-family: "Space Grotesk", sans-serif;
        font-size: 15px;
    }

.about-safety-quality-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 65px;
}

    .about-safety-quality-content > p {
        margin-bottom: 16px;
        color: var(--sgc-text-soft);
        font-size: 14px;
        line-height: 1.9;
    }

.about-safety-checklist {
    display: grid;
    margin: 20px 0 34px;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 18px;
}

    .about-safety-checklist > div {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        color: var(--sgc-primary);
        font-size: 10px;
        font-weight: 700;
        line-height: 1.6;
    }

    .about-safety-checklist i {
        display: inline-flex;
        width: 24px;
        height: 24px;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        color: var(--sgc-primary-dark);
        background: var(--sgc-accent);
        font-size: 8px;
    }

.about-safety-quality-content .sgc-btn {
    align-self: flex-start;
}

/* =========================================================
   REACH
========================================================= */

.about-reach {
    position: relative;
    overflow: hidden;
    padding: 125px 0;
    color: var(--sgc-white);
    background: linear-gradient( 125deg, var(--sgc-primary-dark), #0b3c66 );
}

.about-reach-map {
    position: absolute;
    inset: 0;
    opacity: 0.07;
    background-image: radial-gradient( circle, #ffffff 1px, transparent 1.5px );
    background-size: 22px 22px;
    mask-image: radial-gradient( circle at center, black, transparent 80% );
}

.about-reach::after {
    position: absolute;
    top: -180px;
    right: -120px;
    width: 500px;
    height: 500px;
    border: 1px solid rgba(245, 166, 35, 0.13);
    border-radius: 50%;
    content: "";
}

.about-reach .container {
    position: relative;
    z-index: 2;
}

.about-reach-heading {
    max-width: 860px;
    margin: 0 auto 55px;
    text-align: center;
}

    .about-reach-heading h2 {
        margin-bottom: 20px;
        color: var(--sgc-white);
        font-size: clamp(43px, 5vw, 68px);
        letter-spacing: -3px;
    }

        .about-reach-heading h2 span {
            color: var(--sgc-accent);
        }

    .about-reach-heading p {
        max-width: 680px;
        margin: 0 auto;
        color: rgba(255, 255, 255, 0.58);
        font-size: 14px;
        line-height: 1.85;
    }

.about-reach-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
}

.about-reach-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.055);
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
}

    .about-reach-card:hover {
        border-color: rgba(245, 166, 35, 0.36);
        background: rgba(255, 255, 255, 0.08);
        transform: translateY(-8px);
    }

.about-reach-card-image {
    position: relative;
    height: 295px;
    overflow: hidden;
}

    .about-reach-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.75s ease;
    }

.about-reach-card:hover
.about-reach-card-image img {
    transform: scale(1.065);
}

.about-reach-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( to top, rgba(4, 18, 34, 0.75), transparent 60% );
}

.about-reach-card-content {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 30px;
}

.about-reach-card-icon {
    display: inline-flex;
    width: 51px;
    height: 51px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: var(--sgc-primary-dark);
    background: var(--sgc-accent);
    font-size: 18px;
}

.about-reach-card-content small {
    color: rgba(255, 255, 255, 0.43);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.about-reach-card-content h3 {
    margin: 5px 0 9px;
    color: var(--sgc-white);
    font-size: 25px;
}

.about-reach-card-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 11px;
    line-height: 1.75;
}

/* =========================================================
   WHY US
========================================================= */

.about-why-us {
    padding: 125px 0;
    background: var(--sgc-white);
}

.about-why-us-heading {
    max-width: 600px;
}

    .about-why-us-heading > p {
        margin-bottom: 31px;
        color: var(--sgc-text-soft);
        font-size: 14px;
        line-height: 1.9;
    }

.about-why-us-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-left: 25px;
}

.about-why-us-item {
    display: grid;
    min-height: 115px;
    align-items: center;
    grid-template-columns: 42px 55px 1fr;
    gap: 17px;
    padding: 22px;
    border: 1px solid var(--sgc-border);
    border-radius: 20px;
    background: var(--sgc-surface);
    transition: all 0.4s ease;
}

    .about-why-us-item:hover,
    .about-why-us-item.active {
        border-color: rgba(245, 166, 35, 0.45);
        background: var(--sgc-white);
        box-shadow: var(--sgc-shadow-md);
        transform: translateX(9px);
    }

.about-why-us-number {
    color: var(--sgc-text-muted);
    font-size: 11px;
    font-weight: 800;
}

.about-why-us-item:hover .about-why-us-number,
.about-why-us-item.active .about-why-us-number {
    color: var(--sgc-accent-dark);
}

.about-why-us-icon {
    display: inline-flex;
    width: 53px;
    height: 53px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: var(--sgc-accent-dark);
    background: var(--sgc-accent-soft);
    transition: all 0.35s ease;
}

.about-why-us-item:hover .about-why-us-icon,
.about-why-us-item.active .about-why-us-icon {
    color: var(--sgc-primary-dark);
    background: var(--sgc-accent);
}

.about-why-us-item h3 {
    margin-bottom: 7px;
    font-size: 17px;
}

.about-why-us-item p {
    margin: 0;
    color: var(--sgc-text-soft);
    font-size: 10px;
    line-height: 1.65;
}

/* =========================================================
   FINAL CTA
========================================================= */

.about-final-cta {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    color: var(--sgc-white);
    background: linear-gradient( 110deg, #0d4778, var(--sgc-secondary) );
}

.about-final-cta-grid {
    position: absolute;
    inset: 0;
    opacity: 0.18;
    background-image: linear-gradient( rgba(255, 255, 255, 0.06) 1px, transparent 1px ), linear-gradient( 90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px );
    background-size: 70px 70px;
}

.about-final-cta-circle {
    position: absolute;
    top: -180px;
    right: 4%;
    width: 480px;
    height: 480px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
}

    .about-final-cta-circle::before,
    .about-final-cta-circle::after {
        position: absolute;
        border: 1px solid rgba(245, 166, 35, 0.16);
        border-radius: 50%;
        content: "";
    }

    .about-final-cta-circle::before {
        inset: 60px;
    }

    .about-final-cta-circle::after {
        inset: 120px;
    }

.about-final-cta-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 55px;
}

.about-final-cta-content > span {
    display: inline-block;
    margin-bottom: 14px;
    color: #d8eaff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.about-final-cta-content h2 {
    max-width: 780px;
    margin: 0;
    color: var(--sgc-white);
    font-size: clamp(45px, 5vw, 73px);
    letter-spacing: -3px;
}

    .about-final-cta-content h2 strong {
        color: var(--sgc-accent);
    }

.about-final-cta-actions {
    display: flex;
    min-width: 275px;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
}

.about-final-contact {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: var(--sgc-white);
}

    .about-final-contact > i {
        display: inline-flex;
        width: 46px;
        height: 46px;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.17);
        border-radius: 13px;
        color: var(--sgc-accent);
        background: rgba(255, 255, 255, 0.07);
    }

    .about-final-contact > span {
        display: flex;
        flex-direction: column;
    }

    .about-final-contact small {
        color: rgba(255, 255, 255, 0.48);
        font-size: 9px;
    }

    .about-final-contact strong {
        margin-top: 4px;
        font-size: 13px;
    }

    .about-final-contact:hover {
        color: var(--sgc-accent);
        transform: translateX(5px);
    }

/* Hide global layout CTA */
body[data-controller="Home"][data-action="About"]
.sgc-global-cta {
    display: none;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1399.98px) {

    .about-hero-title {
        font-size: 88px;
    }

    .about-safety-quality-content {
        padding: 50px;
    }

    .about-numbers-wrap {
        gap: 40px;
    }
}

@media (max-width: 1199.98px) {

    .about-hero-title {
        font-size: 76px;
        letter-spacing: -4px;
    }

    .about-overview-visual {
        min-height: 590px;
    }

    .about-overview-main-image {
        height: 510px;
    }

    .about-overview-small-image {
        width: 235px;
        height: 265px;
    }

    .about-overview-experience-card {
        width: 165px;
    }

    .about-values-strip-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-value-card:nth-child(2) {
        border-right: 0;
    }

    .about-value-card:nth-child(1),
    .about-value-card:nth-child(2) {
        border-bottom: 1px solid var(--sgc-border);
    }

    .about-technology-visual {
        min-height: 575px;
    }

    .about-technology-image {
        height: 525px;
    }

    .about-numbers-wrap {
        grid-template-columns: 1fr;
    }

    .about-safety-quality-card {
        min-height: 600px;
    }

    .about-safety-quality-image {
        min-height: 600px;
    }
}

@media (max-width: 991.98px) {

    .about-hero {
        min-height: 850px;
    }

    .about-hero-container {
        min-height: 755px;
        align-items: center;
        padding-top: 70px;
        padding-bottom: 135px;
    }

    .about-hero-title {
        font-size: 71px;
    }

    .about-hero-side-card {
        max-width: 100%;
        margin-left: 0;
    }

    .about-hero-bottom-item:nth-child(3) {
        display: none;
    }

    .about-overview,
    .about-mission-vision,
    .about-technology,
    .about-numbers,
    .about-safety-quality,
    .about-reach,
    .about-why-us {
        padding-top: 95px;
        padding-bottom: 95px;
    }

    .about-overview-content {
        padding: 30px 0 0;
    }

    .about-technology-content {
        max-width: 800px;
        margin-bottom: 25px;
    }

    .about-technology-visual {
        margin-left: 0;
    }

    .about-safety-quality-card {
        grid-template-columns: 1fr;
    }

    .about-safety-quality-image {
        min-height: 500px;
    }

    .about-reach-grid {
        grid-template-columns: 1fr;
    }

    .about-why-us-list {
        padding: 20px 0 0;
    }

    .about-final-cta-wrap {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {

    .about-section-title {
        font-size: 44px;
        letter-spacing: -1.8px;
    }

    .about-hero {
        min-height: 800px;
    }

    .about-hero-container {
        min-height: 705px;
    }

    .about-hero-title {
        font-size: 57px;
        letter-spacing: -3px;
    }

    .about-hero-description {
        font-size: 15px;
    }

    .about-hero-bottom-wrap {
        min-height: 80px;
        gap: 22px;
    }

    .about-hero-bottom-item:nth-child(2) {
        display: none;
    }

    .about-overview-visual {
        min-height: 520px;
        padding-right: 0;
    }

    .about-overview-main-image {
        width: 89%;
        height: 445px;
    }

    .about-overview-small-image {
        right: 0;
        width: 200px;
        height: 225px;
    }

    .about-overview-experience-card {
        top: 37px;
        width: 145px;
        padding: 18px;
    }

        .about-overview-experience-card strong {
            font-size: 43px;
        }

    .about-overview-feature-grid {
        grid-template-columns: 1fr;
    }

    .about-values-strip-grid {
        grid-template-columns: 1fr;
    }

    .about-value-card {
        border-right: 0;
        border-bottom: 1px solid var(--sgc-border);
    }

        .about-value-card:last-child {
            border-bottom: 0;
        }

    .about-technology-benefits {
        grid-template-columns: 1fr;
    }

    .about-technology-visual {
        min-height: 515px;
    }

    .about-technology-image {
        width: 91%;
        height: 465px;
        border-radius: 100px 24px 24px 24px;
    }

        .about-technology-image::after {
            border-radius: 88px 15px 15px 15px;
        }

    .about-technology-floating-card {
        top: 55px;
        width: 215px;
    }

    .about-numbers-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-number-card:nth-child(2) {
        border-right: 0;
    }

    .about-number-card:nth-child(1),
    .about-number-card:nth-child(2) {
        border-bottom: 1px solid var(--sgc-border);
    }

    .about-safety-quality-content {
        padding: 43px 29px;
    }

    .about-safety-checklist {
        grid-template-columns: 1fr;
    }

    .about-final-cta {
        padding: 85px 0;
    }
}

@media (max-width: 575.98px) {

    .about-section-title {
        font-size: 37px;
        letter-spacing: -1.3px;
    }

    .about-hero {
        min-height: 745px;
    }

    .about-hero-container {
        min-height: 650px;
        padding-top: 55px;
    }

    .about-hero-label {
        font-size: 8px;
        letter-spacing: 1.4px;
    }

    .about-hero-title {
        font-size: 46px;
        letter-spacing: -2.2px;
    }

    .about-hero-side-card {
        padding: 23px;
    }

    .about-hero-side-content strong {
        font-size: 34px;
    }

    .about-scroll-button span {
        display: none;
    }

    .about-overview,
    .about-mission-vision,
    .about-technology,
    .about-numbers,
    .about-safety-quality,
    .about-reach,
    .about-why-us {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .about-overview-visual {
        min-height: 435px;
    }

    .about-overview-main-image {
        width: 92%;
        height: 370px;
        border-radius: 24px 75px 24px 24px;
    }

    .about-overview-small-image {
        width: 150px;
        height: 170px;
        border-width: 6px;
    }

    .about-overview-experience-card {
        top: 20px;
        width: 120px;
        padding: 14px;
    }

        .about-overview-experience-card strong {
            font-size: 34px;
        }

        .about-overview-experience-card p {
            font-size: 6px;
        }

    .about-values-strip {
        padding-bottom: 75px;
    }

    .about-purpose-image {
        height: 235px;
    }

    .about-purpose-content {
        padding: 40px 23px 29px;
    }

        .about-purpose-content h3 {
            font-size: 23px;
        }

    .about-technology-content h2 {
        font-size: 39px;
        letter-spacing: -1.6px;
    }

    .about-technology-visual {
        min-height: 430px;
    }

    .about-technology-image {
        width: 94%;
        height: 390px;
        border-radius: 80px 20px 20px 20px;
    }

        .about-technology-image::after {
            inset: 11px;
            border-radius: 70px 12px 12px 12px;
        }

    .about-technology-floating-card {
        top: 35px;
        width: 185px;
        padding: 12px;
    }

        .about-technology-floating-card > span {
            width: 40px;
            height: 40px;
        }

        .about-technology-floating-card strong {
            font-size: 8px;
        }

    .about-technology-height-card {
        right: 5px;
        width: 150px;
        padding: 15px;
    }

    .about-number-card {
        min-height: 190px;
        padding: 23px 17px;
    }

    .about-number-value strong {
        font-size: 43px;
    }

    .about-safety-quality-card {
        border-radius: 23px;
    }

    .about-safety-quality-image {
        min-height: 390px;
    }

    .about-safety-badge {
        right: 17px;
        bottom: 17px;
        left: 17px;
    }

    .about-safety-quality-content {
        padding: 37px 22px;
    }

        .about-safety-quality-content .sgc-btn {
            width: 100%;
        }

    .about-reach-card-image {
        height: 235px;
    }

    .about-reach-card-content {
        padding: 23px;
    }

    .about-why-us-item {
        grid-template-columns: 43px 1fr;
    }

    .about-why-us-number {
        display: none;
    }

    .about-final-cta-content h2 {
        font-size: 42px;
        letter-spacing: -1.8px;
    }

    .about-final-cta-actions {
        width: 100%;
        min-width: 0;
    }

        .about-final-cta-actions .sgc-btn {
            width: 100%;
        }
}
