/* ==========================================================================
   ABOUT US - ENTERPRISE MODERN STYLING
   ========================================================================== */

/* Hero Banner */
.about-hero-sec {
    position: relative;
    padding-top: 145px !important;
    padding-bottom: 80px !important;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    overflow: hidden;
    border-bottom: 1px solid #e2e8f0;
}

.about-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(21, 128, 61, 0.12);
    color: #15803d;
    border: 1px solid rgba(21, 128, 61, 0.35);
    padding: 6px 16px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.about-hero-title {
    font-size: clamp(28px, 4vw, 48px) !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    color: #0f172a !important;
    letter-spacing: -0.5px !important;
}

.about-hero-lead {
    font-size: clamp(15px, 1.6vw, 18px) !important;
    line-height: 1.7 !important;
    color: #475569 !important;
    max-width: 840px;
    margin: 0 auto;
}

/* 4 Floating Micro KPIs */
.about-kpi-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 45px;
}

.about-kpi-card {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 18px;
    padding: 24px 18px;
    text-align: center;
    box-shadow: 0 10px 25px -8px rgba(15, 23, 42, 0.08);
    transition: all 0.3s ease;
}

.about-kpi-card:hover {
    transform: translateY(-4px);
    border-color: #15803d;
    box-shadow: 0 15px 30px -10px rgba(21, 128, 61, 0.25);
}

.about-kpi-val {
    font-size: 32px;
    font-weight: 900;
    color: #15803d;
    line-height: 1.1;
    margin-bottom: 4px;
}

.about-kpi-lbl {
    font-size: 12px;
    font-weight: 800;
    color: #334155;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Mission & Vision Showcase */
.about-mission-sec {
    padding: 90px 0;
    background: #ffffff;
}

.about-img-frame {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 45px -15px rgba(15, 23, 42, 0.2);
    border: 1px solid #e2e8f0;
}

.about-img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.about-img-frame:hover img {
    transform: scale(1.03);
}

.mission-point-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 24px;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.mission-point-box:hover {
    background: #ffffff;
    border-color: #15803d;
    box-shadow: 0 10px 25px -5px rgba(21, 128, 61, 0.2);
    transform: translateY(-3px);
}

.mission-point-box h3,
.mission-point-box h5 {
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.mission-point-box p {
    font-size: 14px;
    color: #475569;
    line-height: 22px;
    margin: 0;
}

/* 4 Engineering Culture Pillars */
.culture-card-modern {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 32px 26px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.04);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.culture-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #15803d, #22c55e);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.culture-card-modern:hover {
    transform: translateY(-6px);
    border-color: #cbd5e1;
    box-shadow: 0 20px 40px -12px rgba(15, 23, 42, 0.12);
}

.culture-card-modern:hover::before {
    opacity: 1;
}

.culture-icon-bubble {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(21, 128, 61, 0.1);
    color: #15803d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.culture-card-modern:hover .culture-icon-bubble {
    background: linear-gradient(135deg, #15803d 0%, #22c55e 100%);
    color: #ffffff;
    transform: scale(1.1);
}

.culture-card-modern h3,
.culture-card-modern h4 {
    font-size: 18.5px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
}

.culture-card-modern p {
    font-size: 14px;
    line-height: 24px;
    color: #475569;
    margin: 0;
    flex: 1;
}

/* Global Delivery Network Section */
.global-hubs-sec {
    background: #0f172a;
    color: #ffffff;
    padding: 90px 0;
}

.hub-card {
    background: #1e293b;
    border: 1px solid #334155;
    border-radius: 18px;
    padding: 22px;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.hub-card:hover {
    border-color: #22c55e;
    background: rgba(34, 197, 94, 0.08);
    transform: translateX(5px);
}

.hub-card h3,
.hub-card h5 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.hub-card p {
    color: #cbd5e1;
    font-size: 13.5px;
    line-height: 20px;
    margin: 0;
}

/* Responsive Rules */
@media (max-width: 991px) {
    .about-hero-sec { padding-top: 25px !important; padding-bottom: 40px !important; }
    .about-kpi-bar { grid-template-columns: repeat(2, 1fr); }
    .about-mission-sec { padding: 60px 0; }
    .global-hubs-sec { padding: 60px 0; }
}

@media (max-width: 576px) {
    .about-hero-sec { padding-top: 20px !important; padding-bottom: 30px !important; }
    .about-kpi-bar { grid-template-columns: 1fr; }
}