.about-page-header {
    position: relative;
    padding: 90px 0 70px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #fff;
    overflow: hidden;
}

    .about-page-header::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top right, rgba(245, 158, 11, 0.18), transparent 35%);
        pointer-events: none;
    }

.about-page-header-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    text-align: center;
    margin: 0 auto;
}

.about-badge {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(245, 158, 11, 0.16);
    color: #fde68a;
    border: 1px solid rgba(245, 158, 11, 0.25);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-page-header h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 18px;
}

.about-page-header p {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 0;
}

.about-page-section {
    padding: 90px 0;
    background: #f8fafc;
}

.about-image-wrapper {
    position: relative;
}

.about-main-image {
    width: 100%;
    height: 100%;
    max-height: 560px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

.about-content-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px 34px;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08);
    border: 1px solid #eef2f7;
}

.about-mini-title {
    display: inline-block;
    color: #f59e0b;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .7px;
    margin-bottom: 14px;
}

.about-content-card h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 20px;
    line-height: 1.2;
}

.about-text {
    color: #475569;
    font-size: 1rem;
    line-height: 1.9;
    margin-bottom: 28px;
}

    .about-text p:last-child {
        margin-bottom: 0;
    }

.about-info-boxes {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 30px;
}

.about-info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

    .about-info-item i {
        width: 50px;
        height: 50px;
        min-width: 50px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(245, 158, 11, 0.14);
        color: #d97706;
        font-size: 1.3rem;
    }

    .about-info-item h5 {
        font-size: 1.05rem;
        font-weight: 700;
        color: #0f172a;
        margin-bottom: 6px;
    }

    .about-info-item p {
        margin: 0;
        color: #64748b;
        font-size: .95rem;
        line-height: 1.6;
    }

.about-buttons {
    margin-top: 10px;
}

.about-empty-box {
    background: #fff;
    border-radius: 24px;
    padding: 60px 25px;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08);
    border: 1px solid #eef2f7;
}

    .about-empty-box h2 {
        font-size: 2rem;
        font-weight: 800;
        color: #0f172a;
        margin-bottom: 14px;
    }

    .about-empty-box p {
        color: #64748b;
        margin-bottom: 0;
    }

@media (max-width: 991.98px) {
    .about-page-header {
        padding: 75px 0 60px;
    }

        .about-page-header h1 {
            font-size: 2.35rem;
        }

    .about-page-section {
        padding: 70px 0;
    }

    .about-content-card {
        padding: 30px 24px;
    }

        .about-content-card h2 {
            font-size: 1.9rem;
        }
}

@media (max-width: 767.98px) {
    .about-page-header h1 {
        font-size: 2rem;
    }

    .about-page-header p {
        font-size: .96rem;
    }

    .about-content-card h2 {
        font-size: 1.65rem;
    }

    .about-info-item {
        padding: 16px;
    }

        .about-info-item i {
            width: 44px;
            height: 44px;
            min-width: 44px;
            font-size: 1.1rem;
        }
}

@media (max-width: 575.98px) {
    .about-page-header {
        padding: 60px 0 50px;
    }

        .about-page-header h1 {
            font-size: 1.75rem;
        }

    .about-page-section {
        padding: 50px 0;
    }

    .about-content-card {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .about-main-image {
        border-radius: 18px;
    }

    .about-content-card h2 {
        font-size: 1.45rem;
    }

    .about-text {
        font-size: .95rem;
        line-height: 1.8;
    }

    .about-buttons .btn {
        width: 100%;
    }
}
