/* ============================================================
   ABOUT PAGE — bannner · realities · two-cols · vision
   Charte: #1C1C1C | #E8500A | #2BAF80 | Plus Jakarta Sans
   ============================================================ */


/* ── 1. BANNER HERO ─────────────────────────────────────────── */

.abt-banner {
    position: relative;
    min-height: 380px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--steel);
    margin-top: 72px;
    /* offset fixed nav */
}

.abt-banner-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: brightness(0.4) saturate(0.6);
}

.abt-banner-bg-ph {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #1c1c1c 0%, #2a2a2a 60%, #1a1a1a 100%);
}

.abt-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( to right, rgba(28, 28, 28, 0.85) 0%, rgba(28, 28, 28, 0.55) 55%, transparent 100%);
    z-index: 1;
}

.abt-banner-content {
    position: relative;
    z-index: 2;
    padding: 60px 7%;
    max-width: 640px;
}

.abt-banner-title {
    font-family: var(--font-title);
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: 800;
    color: var(--white);
    text-transform: none;
    letter-spacing: -0.3px;
    line-height: 1.18;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.abt-banner-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.abt-banner-phone {
    font-family: var(--font-title);
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--orange);
    letter-spacing: 0.5px;
    transition: color 0.2s;
}

.abt-banner-phone:hover {
    color: #f57c3c;
}

.abt-banner-sep {
    color: rgba(255, 255, 255, 0.3);
    font-size: 1.4rem;
    font-weight: 200;
}

.abt-banner-cta {
    display: inline-block;
    background: var(--orange);
    color: var(--white);
    padding: 13px 28px;
    border-radius: var(--radius);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: background 0.2s, transform 0.2s;
}

.abt-banner-cta:hover {
    background: #c94108;
    color: var(--white);
    transform: translateY(-2px);
}


/* Person image — right side */

.abt-banner-person {
    position: absolute;
    right: 7%;
    bottom: 0;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.abt-banner-person-img {
    height: 95%;
    width: auto;
    object-fit: contain;
    object-position: bottom;
    display: block;
    filter: drop-shadow(-8px 0 24px rgba(0, 0, 0, 0.5));
}


/* ── 2. REALITIES ───────────────────────────────────────────── */

.abt-realities {
    background: var(--white);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 100px 7%;
}

.abt-realities-img {
    border-radius: var(--radius-lg);
    overflow: hidden;
    position: relative;
}

.abt-real-img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: var(--radius-lg);
    filter: saturate(0.85);
    aspect-ratio: 4/3;
}

.abt-img-ph {
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, #f0f0f0, #e4e4e4);
    border-radius: var(--radius-lg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #bbb;
    font-size: 0.78rem;
    text-align: center;
    line-height: 1.5;
}

.abt-img-ph--dark {
    background: linear-gradient(135deg, #1c1c1c, #2a2a2a);
    color: #4a4a4a;
}

.abt-realities-title {
    font-family: var(--font-title);
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 900;
    color: var(--steel);
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.1;
    margin: 12px 0 24px;
}

.abt-realities-lead {
    font-size: 16px;
    color: #555;
    line-height: 1.72;
    margin-bottom: 18px;
    font-weight: 500;
}

.abt-realities-body {
    font-size: 16px;
    color: #777;
    line-height: 1.72;
    margin: 0;
}


/* ── 3. TWO COLUMNS ─────────────────────────────────────────── */

.abt-two-cols {
    background: var(--steel);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.abt-col {
    padding: 80px 14%;
}

.abt-col-left {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.abt-col-title {
    font-family: var(--font-title);
    font-size: 1.2rem;
    font-weight: 900;
    color: var(--orange);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.abt-col-intro {
    font-size: 16px;
    color: var(--orange);
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


/* Dash list (left col) */

.abt-dash-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 28px;
}

.abt-dash-list li {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.55;
    padding-left: 18px;
    position: relative;
}


/*
.abt-dash-list li::before {
    content: '–';
    position: absolute;
    left: 0;
    color: var(--teal);
    font-weight: 700;
}
*/

.abt-col-result {
    font-size: 16px;
    color: var(--orange);
    font-weight: 700;
    line-height: 1.6;
    padding: 16px 20px;
    border-left: 3px solid var(--teal);
    background: rgba(232, 80, 10, 0.08);
    border-radius: 0 var(--radius) var(--radius) 0;
    margin: 0;
}


/* Bullet list (right col) */

.abt-bullet-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.abt-bullet-list li {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.65;
    padding-left: 26px;
    position: relative;
}


/*
.abt-bullet-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid var(--teal);
    background: rgba(232, 80, 10, 0.2);
    flex-shrink: 0;
}
*/


/* ── 4. OUR VISION ──────────────────────────────────────────── */

.abt-vision {
    background: var(--gray);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 100px 7%;
}

.abt-vision-title {
    font-family: var(--font-title);
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 900;
    color: var(--orange);
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.05;
    margin-bottom: 24px;
}

.abt-vision-lead {
    font-size: 16px;
    color: var(--dark);
    line-height: 1.75;
    margin-bottom: 18px;
    font-weight: 500;
}

.abt-vision-body {
    font-size: 16px;
    color: var(--orange);
    line-height: 1.72;
    margin-bottom: 28px;
}


/* Vision points */

.abt-vision-points {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.abt-vision-points li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: var(--dark);
    font-weight: 500;
}

.abt-vision-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--teal);
    flex-shrink: 0;
}


/* Vision image */

.abt-vision-img {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.abt-vis-img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: var(--radius-lg);
    filter: saturate(0.85);
}


/* Badge */

.abt-vision-img-badge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(28, 28, 28, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius);
    padding: 12px 18px;
    color: var(--white);
}

.abt-vision-badge-icon {
    color: var(--orange);
    display: flex;
    align-items: center;
}

.abt-vision-img-badge strong {
    display: block;
    font-family: var(--font-title);
    font-size: 16px;
    font-weight: 800;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.abt-vision-img-badge span {
    display: block;
    font-size: 0.72rem;
    color: #888;
    letter-spacing: 1px;
    margin-top: 2px;
}


/* ── RESPONSIVE ─────────────────────────────────────────────── */

@media (max-width: 1024px) {
    .abt-realities,
    .abt-vision {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .abt-two-cols {
        grid-template-columns: 1fr;
    }
    .abt-col-left {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }
    .abt-banner {
        min-height: 300px;
    }
    .abt-banner-person {
        display: none;
    }
}

@media (max-width: 768px) {
    .abt-banner {
        min-height: 280px;
    }
    .abt-banner-content {
        padding: 48px 5%;
    }
    .abt-banner-title {
        font-size: 1.8rem;
    }
    .abt-banner-phone {
        font-size: 1.2rem;
    }
    .abt-realities,
    .abt-two-cols .abt-col,
    .abt-vision {
        padding: 64px 5%;
    }
}