/* =========================================================
   ASHGI.COM — ABOUT PAGE
   Compact / Standardized Design
   File: /assets/css/about.css
========================================================= */


/* =========================================================
   1. ABOUT HERO
========================================================= */

.about-hero {

    width: 100%;
    box-sizing: border-box;

    padding: 48px 20px 42px;

    text-align: center;

    background: #020617;

}


.about-hero-content {

    width: 100%;
    max-width: 760px;

    margin: 0 auto;

}


.about-badge {

    display: inline-block;

    margin-bottom: 14px;

    padding: 5px 11px;

    border: 1px solid rgba(0, 217, 255, 0.28);

    border-radius: 999px;

    color: #00d9ff;

    background: rgba(0, 217, 255, 0.04);

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 1.2px;

}


.about-hero h1 {

    margin: 0;

    color: #ffffff;

    font-size: clamp(34px, 5vw, 46px);

    line-height: 1.15;

    font-weight: 800;

    letter-spacing: -0.8px;

}


.about-hero p {

    max-width: 600px;

    margin: 13px auto 0;

    color: #94a3b8;

    font-size: 14px;

    line-height: 1.6;

}


/* =========================================================
   2. COMMON SECTION
========================================================= */

.about-section {

    width: 100%;

    box-sizing: border-box;

    padding: 55px 20px;

}


.about-container {

    width: 100%;

    max-width: 850px;

    margin: 0 auto;

}


.section-label {

    display: block;

    margin-bottom: 9px;

    color: #00d9ff;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 1.3px;

    line-height: 1.3;

    text-transform: uppercase;

}


/* =========================================================
   3. STANDARD HEADINGS
========================================================= */

.about-section h2 {

    max-width: 760px;

    margin: 0 0 20px;

    color: #ffffff;

    font-size: clamp(25px, 3.5vw, 32px);

    line-height: 1.25;

    font-weight: 750;

    letter-spacing: -0.3px;

}


.about-text {

    max-width: 760px;

}


.about-text p {

    margin: 0 0 13px;

    color: #b8c4d4;

    font-size: 14px;

    line-height: 1.7;

}


.about-text p:last-child {

    margin-bottom: 0;

}


.about-text strong {

    color: #ffffff;

    font-weight: 650;

}


/* =========================================================
   4. ASHGI CONCEPT
========================================================= */

.concept-section {

    background: #050b18;

}


.concept-text {

    max-width: 760px;

    margin: 0;

    padding: 17px 20px;

    border-left: 2px solid #00d9ff;

    border-radius: 0 7px 7px 0;

    background: rgba(15, 23, 42, 0.50);

    color: #b8c4d4;

    font-size: 14px;

    line-height: 1.7;

}


.concept-text strong {

    color: #ffffff;

    font-weight: 650;

}


/* =========================================================
   5. FOCUS SECTION
========================================================= */

.focus-section {

    background: #020617;

}


.focus-grid {

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 14px;

}


.focus-card {

    min-height: 150px;

    padding: 20px;

    box-sizing: border-box;

    border: 1px solid rgba(148, 163, 184, 0.14);

    border-radius: 9px;

    background: #080f1f;

    transition:
        border-color 0.2s ease,
        transform 0.2s ease;

}


.focus-card:hover {

    transform: translateY(-2px);

    border-color: rgba(0, 217, 255, 0.28);

}


.focus-card h3 {

    margin: 0 0 8px;

    color: #ffffff;

    font-size: 16px;

    line-height: 1.35;

    font-weight: 700;

}


.focus-card p {

    margin: 0;

    color: #94a3b8;

    font-size: 13px;

    line-height: 1.65;

}


/* =========================================================
   6. CTA
========================================================= */

.about-cta {

    width: 100%;

    box-sizing: border-box;

    padding: 48px 20px;

    text-align: center;

    background: #050b18;

}


.about-cta .about-container {

    max-width: 650px;

}


.about-cta h2 {

    margin: 0 0 10px;

    color: #ffffff;

    font-size: 28px;

    line-height: 1.25;

    font-weight: 750;

}


.about-cta p {

    max-width: 520px;

    margin: 0 auto 20px;

    color: #94a3b8;

    font-size: 14px;

    line-height: 1.6;

}


/* =========================================================
   7. BUTTONS
========================================================= */

.about-buttons {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

    gap: 10px;

}


.about-buttons .button {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 40px;

    padding: 0 17px;

    border-radius: 6px;

    text-decoration: none;

    font-size: 13px;

    font-weight: 700;

    box-sizing: border-box;

}


.about-buttons .button:hover {

    transform: translateY(-1px);

}


/* =========================================================
   8. TABLET
========================================================= */

@media (max-width: 800px) {

    .about-hero {

        padding: 42px 18px 38px;

    }


    .about-section {

        padding: 48px 18px;

    }


    .about-container {

        max-width: 720px;

    }


    .focus-grid {

        grid-template-columns: 1fr;

        gap: 12px;

    }


    .focus-card {

        min-height: auto;

    }

}


/* =========================================================
   9. MOBILE
========================================================= */

@media (max-width: 600px) {

    .about-hero {

        padding: 38px 16px 34px;

    }


    .about-badge {

        font-size: 8px;

        padding: 5px 9px;

    }


    .about-hero h1 {

        font-size: 32px;

        letter-spacing: -0.5px;

    }


    .about-hero p {

        font-size: 13px;

        line-height: 1.6;

    }


    .about-section {

        padding: 42px 16px;

    }


    .about-section h2 {

        font-size: 25px;

        line-height: 1.3;

        margin-bottom: 17px;

    }


    .section-label {

        font-size: 8px;

        margin-bottom: 8px;

    }


    .about-text p {

        font-size: 13px;

        line-height: 1.7;

        margin-bottom: 12px;

    }


    .concept-text {

        padding: 15px 17px;

        font-size: 13px;

        line-height: 1.7;

    }


    .focus-card {

        padding: 18px;

    }


    .focus-card h3 {

        font-size: 15px;

    }


    .focus-card p {

        font-size: 13px;

    }


    .about-cta {

        padding: 42px 16px;

    }


    .about-cta h2 {

        font-size: 25px;

    }


    .about-cta p {

        font-size: 13px;

    }


    .about-buttons {

        flex-direction: column;

        width: 100%;

    }


    .about-buttons .button {

        width: 100%;

        max-width: 280px;

    }

}


/* =========================================================
   10. REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .focus-card,
    .about-buttons .button {

        transition: none;

    }

}