/* ══════════════════════════════════════
   ABOUT HERO
══════════════════════════════════════ */
.ab-hero {
    position: relative;
    background: linear-gradient(135deg, #060d1f 0%, #0d2d6e 40%, #1a0a3d 100%);
    padding: 80px 0 120px;
    overflow: hidden;
}

.ab-dot-grid {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,.07) 1px, transparent 1px);
    background-size: 26px 26px;
    pointer-events: none;
}

.ab-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(60px);
}
.ab-orb-1 {
    width: 380px; height: 380px;
    top: -100px; left: -60px;
    background: radial-gradient(circle, rgba(99,102,241,.35), transparent 70%);
    animation: abFloat 9s ease-in-out infinite;
}
.ab-orb-2 {
    width: 280px; height: 280px;
    bottom: -60px; right: -30px;
    background: radial-gradient(circle, rgba(59,130,246,.4), transparent 70%);
    animation: abFloat 11s ease-in-out infinite 2s;
}

@keyframes abFloat {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-20px); }
}

.ab-shape {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.06);
    pointer-events: none;
}
.ab-shape-1 { width: 480px; height: 480px; top: -200px; right: -80px; }
.ab-shape-2 { width: 260px; height: 260px; bottom: 10px; left: 4%; }

.ab-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    margin-bottom: 28px;
    font-size: 13px;
}
.ab-breadcrumb a { color: rgba(255,255,255,.55); text-decoration: none; transition: color .2s; }
.ab-breadcrumb a:hover { color: #fff; }
.ab-breadcrumb span:last-child { color: rgba(255,255,255,.9); font-weight: 500; }
.ab-sep { color: rgba(255,255,255,.3); font-size: 16px; line-height: 1; }

.ab-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    border-radius: 999px;
    background: rgba(99,102,241,.2);
    border: 1px solid rgba(99,102,241,.4);
    color: #c7d2fe;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ab-title {
    font-size: clamp(30px, 5vw, 52px);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 18px;
    letter-spacing: -.02em;
}
.ab-accent {
    background: linear-gradient(90deg, #818cf8, #38bdf8, #a78bfa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ab-desc {
    font-size: 16px;
    color: rgba(255,255,255,.7);
    line-height: 1.75;
    max-width: 540px;
    margin: 0 auto;
}

.ab-wave {
    position: absolute;
    bottom: 0; left: 0;
    width: 100%; line-height: 0;
}
.ab-wave svg { display: block; width: 100%; height: 80px; }

/* ══════════════════════════════════════
   WHO WE ARE
══════════════════════════════════════ */
.about-section-tag {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 999px;
    background: #e8f0fe;
    color: #0d6efd;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.about-section-title {
    font-size: clamp(22px, 3.5vw, 34px);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    letter-spacing: -.01em;
}

.about-section-text {
    font-size: 15px;
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 16px;
}

.about-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 24px 0 32px;
}

.about-point {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
}

.ap-icon {
    width: 22px; height: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d6efd, #6610f2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
}

.about-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, #0d6efd, #6610f2);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s;
    box-shadow: 0 6px 20px rgba(13,110,253,.3);
}
.about-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(13,110,253,.42);
    color: #fff;
}
.about-cta-btn svg { transition: transform .2s; }
.about-cta-btn:hover svg { transform: translateX(4px); }

/* Image block */
.about-img-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}
.about-img {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(13,110,253,.12);
    display: block;
}
.about-img-badge {
    position: absolute;
    bottom: 28px;
    left: -20px;
    background: #fff;
    border-radius: 16px;
    padding: 14px 22px;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    border: 1px solid rgba(13,110,253,.1);
}
.aib-num {
    font-size: 26px;
    font-weight: 800;
    color: #0d6efd;
    line-height: 1;
}
.aib-label {
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.about-img-dot-grid {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 120px;
    height: 120px;
    background-image: radial-gradient(circle, rgba(13,110,253,.25) 1.5px, transparent 1.5px);
    background-size: 14px 14px;
    border-radius: 8px;
    z-index: -1;
}

/* ══════════════════════════════════════
   STATS
══════════════════════════════════════ */
.about-stats-section {
    background: linear-gradient(135deg, #0a1628 0%, #0d6efd 60%, #6610f2 100%);
    padding: 50px 0;
}

.about-stats-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
}

.ab-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 10px 40px;
    text-align: center;
}

.ab-stat-icon {
    width: 48px; height: 48px;
    border-radius: 14px;
    background: rgba(255,255,255,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 4px;
}

.ab-stat-num {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.ab-stat-label {
    font-size: 12px;
    color: rgba(255,255,255,.7);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    white-space: nowrap;
}

.ab-stat-div {
    width: 1px;
    height: 60px;
    background: rgba(255,255,255,.2);
    align-self: center;
}

/* ══════════════════════════════════════
   MISSION & VISION
══════════════════════════════════════ */
.mv-card {
    border-radius: 20px;
    padding: 36px 32px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.mv-card-dark {
    background: #0f172a;
    color: #fff;
}

.mv-card-blue {
    background: linear-gradient(135deg, #0d6efd, #6610f2);
    color: #fff;
}

.mv-card-icon {
    width: 52px; height: 52px;
    border-radius: 14px;
    background: rgba(255,255,255,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 20px;
}

.mv-card-title {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
}

.mv-card-text {
    font-size: 14.5px;
    color: rgba(255,255,255,.78);
    line-height: 1.8;
    margin: 0;
}

/* ══════════════════════════════════════
   WHY CHOOSE US
══════════════════════════════════════ */
.wcu-card {
    background: #fff;
    border-radius: 18px;
    padding: 28px 26px;
    height: 100%;
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 4px 20px rgba(0,0,0,.05);
    transition: transform .3s ease, box-shadow .3s ease;
}

.wcu-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(13,110,253,.12);
}

.wcu-icon {
    width: 50px; height: 50px;
    border-radius: 14px;
    background: linear-gradient(135deg, #eff6ff, #f5f3ff);
    border: 1px solid rgba(13,110,253,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d6efd;
    margin-bottom: 18px;
    transition: background .3s;
}

.wcu-card:hover .wcu-icon {
    background: linear-gradient(135deg, #0d6efd, #6610f2);
    color: #fff;
    border-color: transparent;
}

.wcu-title {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}

.wcu-text {
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .about-points { grid-template-columns: 1fr; }
    .about-img-badge { left: 10px; bottom: 10px; }
    .ab-stat { padding: 10px 20px; }
    .ab-stat-div { display: none; }
    .about-stats-grid { gap: 20px; }
}
