/* =========================================
   GOMAN SECURITY
   ABOUT PAGE CSS
========================================= */


/* =========================================
   PAGE HERO
========================================= */

.page-hero {
    position: relative;

    padding: 100px 0;

    background:
        linear-gradient(
            135deg,
            rgba(7, 24, 46, 0.97),
            rgba(13, 39, 71, 0.92)
        ),
        url("../assets/images/about-banner.jpg");

    background-size: cover;
    background-position: center;
}

.page-hero::before {
    content: "";

    position: absolute;

    width: 450px;
    height: 450px;

    top: -250px;
    right: -150px;

    border-radius: 50%;

    background: rgba(201, 162, 39, 0.10);
}

.page-hero-content {
    position: relative;
    z-index: 2;

    max-width: 800px;

    text-align: center;

    margin: 0 auto;
}

.page-hero .section-tag {
    margin-bottom: 15px;
}

.page-hero h1 {
    margin-bottom: 20px;

    color: #ffffff;

    font-family: "Oswald", sans-serif;

    font-size: clamp(3rem, 7vw, 5rem);

    font-weight: 600;

    line-height: 1.05;
}

.page-hero p {
    max-width: 700px;

    margin: 0 auto 25px;

    color: #d6deea;

    font-size: 1.08rem;
}

.breadcrumb {
    display: flex;

    justify-content: center;
    align-items: center;

    gap: 10px;

    color: #aebccc;

    font-family: "IBM Plex Mono", monospace;

    font-size: 0.85rem;
}

.breadcrumb a {
    color: #ffffff;

    transition: all 0.3s ease;
}

.breadcrumb a:hover {
    color: #c9a227;
}

.breadcrumb span:first-of-type {
    color: #c9a227;
}


/* =========================================
   WHO WE ARE
========================================= */

.about-company {
    padding: 100px 0;

    background: #ffffff;
}

.about-company-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    align-items: center;

    gap: 70px;
}

.about-company-image {
    position: relative;
}

.about-company-image::after {
    content: "";

    position: absolute;

    left: 20px;
    bottom: -20px;

    width: 100%;
    height: 100%;

    border: 2px solid #c9a227;

    z-index: 0;
}

.about-company-image img {
    position: relative;

    z-index: 1;

    height: 520px;

    object-fit: cover;

    box-shadow:
        0 20px 50px rgba(7, 24, 46, 0.15);
}

.about-company-content {
    position: relative;
    z-index: 2;
}

.about-company-content h2 {
    margin-bottom: 22px;

    color: #07182e;

    font-family: "Oswald", sans-serif;

    font-size: clamp(2rem, 4vw, 3rem);

    line-height: 1.15;
}

.about-company-content p {
    margin-bottom: 18px;

    color: #667085;

    font-size: 1rem;
}

.about-highlights {
    display: grid;

    grid-template-columns: 1fr;

    gap: 18px;

    margin-top: 30px;
}

.highlight-item {
    display: flex;

    align-items: flex-start;

    gap: 15px;

    padding: 18px;

    border-left: 3px solid #c9a227;

    background: #f5f7fa;
}

.highlight-item > i {
    color: #c9a227;

    font-size: 1.5rem;

    margin-top: 3px;
}

.highlight-item h3 {
    margin-bottom: 4px;

    color: #07182e;

    font-family: "Oswald", sans-serif;

    font-size: 1.2rem;
}

.highlight-item p {
    margin: 0;

    font-size: 0.9rem;
}


/* =========================================
   COMPANY HISTORY
========================================= */

.company-history {
    padding: 100px 0;

    background: #f5f7fa;
}

.company-history .section-title > span,
.company-identity .section-title > span,
.core-values .section-title > span,
.why-goman .section-title > span {
    display: inline-block;

    margin-bottom: 12px;

    color: #c9a227;

    font-family: "IBM Plex Mono", monospace;

    font-size: 0.78rem;

    font-weight: 600;

    letter-spacing: 2px;
}

.history-card {
    position: relative;

    max-width: 950px;

    margin: 0 auto;

    padding: 50px;

    background: #ffffff;

    border-top: 4px solid #c9a227;

    box-shadow:
        0 15px 40px rgba(7, 24, 46, 0.08);
}

.history-icon {
    width: 70px;
    height: 70px;

    margin: 0 auto 25px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #07182e;

    color: #c9a227;

    font-size: 1.7rem;
}

.history-card p {
    margin-bottom: 20px;

    color: #667085;

    font-size: 1.02rem;

    line-height: 1.8;
}

.history-card p:last-child {
    margin-bottom: 0;
}


/* =========================================
   MISSION & VISION
========================================= */

.company-identity {
    padding: 100px 0;

    background: #ffffff;
}

.identity-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 30px;
}

.identity-box {
    padding: 45px 35px;

    text-align: center;

    background: #f5f7fa;

    border: 1px solid #e4e7ec;

    transition: all 0.3s ease;
}

.identity-box:hover {
    transform: translateY(-8px);

    border-color: #c9a227;

    box-shadow:
        0 15px 40px rgba(7, 24, 46, 0.10);
}

.identity-icon {
    width: 80px;
    height: 80px;

    margin: 0 auto 25px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #07182e;

    color: #c9a227;

    font-size: 1.8rem;
}

.identity-box h3 {
    margin-bottom: 15px;

    color: #07182e;

    font-family: "Oswald", sans-serif;

    font-size: 1.7rem;
}

.identity-box p {
    color: #667085;

    line-height: 1.8;
}


/* =========================================
   CORE VALUES
========================================= */

.core-values {
    padding: 100px 0;

    background: #f5f7fa;
}

.values-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 25px;
}

.value-card {
    padding: 35px 28px;

    background: #ffffff;

    border: 1px solid #e4e7ec;

    transition: all 0.3s ease;
}

.value-card:hover {
    transform: translateY(-8px);

    border-color: #c9a227;

    box-shadow:
        0 15px 40px rgba(7, 24, 46, 0.10);
}

.value-card > i {
    display: block;

    margin-bottom: 18px;

    color: #c9a227;

    font-size: 2rem;
}

.value-card h3 {
    margin-bottom: 12px;

    color: #07182e;

    font-family: "Oswald", sans-serif;

    font-size: 1.45rem;
}

.value-card p {
    color: #667085;

    line-height: 1.75;
}


/* =========================================
   WHY CHOOSE GOMAN
========================================= */

.why-goman {
    padding: 100px 0;

    background: #ffffff;
}

.why-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 25px;
}

.why-card {
    padding: 35px 28px;

    border: 1px solid #e4e7ec;

    background: #ffffff;

    transition: all 0.3s ease;
}

.why-card:hover {
    transform: translateY(-8px);

    border-color: #c9a227;

    box-shadow:
        0 15px 40px rgba(7, 24, 46, 0.10);
}

.why-icon {
    width: 60px;
    height: 60px;

    margin-bottom: 20px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #07182e;

    color: #c9a227;

    font-size: 1.4rem;
}

.why-card h3 {
    margin-bottom: 12px;

    color: #07182e;

    font-family: "Oswald", sans-serif;

    font-size: 1.4rem;
}

.why-card p {
    color: #667085;

    line-height: 1.75;
}


/* =========================================
   PHILOSOPHY
========================================= */

.philosophy {
    position: relative;

    padding: 100px 0;

    background:
        linear-gradient(
            135deg,
            #07182e,
            #0d2747
        );
}

.philosophy-box {
    max-width: 900px;

    margin: 0 auto;

    text-align: center;
}

.philosophy-box h2 {
    margin-bottom: 25px;

    color: #ffffff;

    font-family: "Oswald", sans-serif;

    font-size: clamp(2rem, 4vw, 3rem);

    line-height: 1.15;
}

.philosophy-box p {
    margin-bottom: 18px;

    color: #c5d0df;

    font-size: 1.02rem;

    line-height: 1.8;
}

.philosophy-box p:last-child {
    margin-bottom: 0;
}


/* =========================================
   COMMITMENT
========================================= */

.commitment {
    padding: 100px 0;

    background: #ffffff;
}

.commitment-grid {
    display: grid;

    grid-template-columns: 1.1fr 0.9fr;

    align-items: center;

    gap: 70px;
}

.commitment-content h2 {
    margin-bottom: 22px;

    color: #07182e;

    font-family: "Oswald", sans-serif;

    font-size: clamp(2rem, 4vw, 3rem);

    line-height: 1.15;
}

.commitment-content p {
    margin-bottom: 18px;

    color: #667085;

    line-height: 1.8;
}

.commitment-content .btn {
    margin-top: 10px;
}

.commitment-image {
    position: relative;
}

.commitment-image::before {
    content: "";

    position: absolute;

    top: -20px;
    left: -20px;

    width: 100%;
    height: 100%;

    border: 2px solid #c9a227;

    z-index: 0;
}

.commitment-image img {
    position: relative;

    z-index: 1;

    height: 500px;

    object-fit: cover;

    box-shadow:
        0 20px 50px rgba(7, 24, 46, 0.15);
}


/* =========================================
   SCROLL REVEAL ANIMATION
========================================= */

.reveal {
    opacity: 0;

    transform: translateY(35px);

    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
}

.reveal.show {
    opacity: 1;

    transform: translateY(0);
}


/* =========================================
   RESPONSIVE - TABLET
========================================= */

@media (max-width: 1000px) {

    .about-company-grid {
        gap: 45px;
    }

    .values-grid,
    .why-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .commitment-grid {
        gap: 45px;
    }

}


/* =========================================
   RESPONSIVE - MOBILE
========================================= */

@media (max-width: 768px) {

    .page-hero {
        padding: 75px 0;
    }

    .page-hero h1 {
        font-size: 3rem;
    }

    .about-company,
    .company-history,
    .company-identity,
    .core-values,
    .why-goman,
    .philosophy,
    .commitment {
        padding: 70px 0;
    }


    .about-company-grid,
    .identity-grid,
    .commitment-grid {
        grid-template-columns: 1fr;
    }


    .about-company-grid {
        gap: 50px;
    }


    .about-company-image img {
        height: 400px;
    }


    .about-company-image::after {
        left: 12px;
        bottom: -12px;
    }


    .history-card {
        padding: 35px 25px;
    }


    .values-grid,
    .why-grid {
        grid-template-columns: 1fr;
    }


    .identity-box {
        padding: 35px 25px;
    }


    .commitment-grid {
        gap: 50px;
    }


    .commitment-image img {
        height: 400px;
    }


    .commitment-image::before {
        top: -12px;
        left: -12px;
    }

}


/* =========================================
   RESPONSIVE - SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .page-hero {
        padding: 60px 0;
    }

    .page-hero h1 {
        font-size: 2.5rem;
    }

    .page-hero p {
        font-size: 0.95rem;
    }


    .breadcrumb {
        font-size: 0.75rem;
    }


    .about-company-image img {
        height: 320px;
    }


    .commitment-image img {
        height: 320px;
    }


    .history-card {
        padding: 30px 20px;
    }


    .value-card,
    .why-card {
        padding: 30px 22px;
    }


    .philosophy-box h2 {
        font-size: 2rem;
    }

}


/* =========================================
   ACCESSIBILITY
========================================= */

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    .reveal {
        opacity: 1;

        transform: none;

        transition: none;
    }

    .value-card,
    .why-card,
    .identity-box {
        transition: none;
    }

}
