/* ── About Page ─────────────────────────────────────────────────── */

/* Hero */
.about-hero {
    background: linear-gradient(135deg, #050d1f 0%, #0b1a3e 50%, #0d1f4a 100%);
    padding: 160px 0 90px;
    position: relative;
    overflow: hidden;
}
.about-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 55% 55% at 80% 40%, rgba(26,86,240,.18) 0%, transparent 70%),
        radial-gradient(ellipse 40% 40% at 15% 75%, rgba(108,99,255,.12) 0%, transparent 70%);
    pointer-events: none;
}
.about-hero .container { position: relative; z-index: 1; }

.about-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(26,86,240,.15);
    border: 1px solid rgba(26,86,240,.35);
    color: #7ba5ff;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.about-hero h1 {
    font-size: clamp(30px, 4.5vw, 52px);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 16px;
}
.about-hero h1 span { color: #1a56f0; }

.about-hero p {
    color: rgba(255,255,255,.65);
    font-size: 17px;
    max-width: 580px;
    line-height: 1.7;
}

/* Hero stats strip */
.about-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 16px;
    margin-top: 48px;
    overflow: hidden;
}
.about-stat {
    flex: 1 1 150px;
    padding: 24px 28px;
    border-right: 1px solid rgba(255,255,255,.1);
}
.about-stat:last-child { border-right: none; }
.about-stat__val {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 6px;
}
.about-stat__val span { color: #1a56f0; }
.about-stat__lbl {
    font-size: 12px;
    color: rgba(255,255,255,.5);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
}
@media (max-width: 576px) {
    .about-stat { flex: 1 1 45%; border-bottom: 1px solid rgba(255,255,255,.1); }
}

/* Sections */
.about-section { padding: 80px 0; }
.about-section--gray { background: #f4f7fb; }

.about-section__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #1a56f0;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 12px;
}
.about-section__title {
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 800;
    color: #0b1a3e;
    line-height: 1.25;
    margin-bottom: 14px;
}
.about-section__title--light { color: #fff; }
.about-section__sub {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.75;
    max-width: 560px;
}
.about-section__sub--light { color: rgba(255,255,255,.6); }

/* Mission / Vision cards */
.mv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-top: 48px;
}
@media (max-width: 768px) { .mv-grid { grid-template-columns: 1fr; } }

.mv-card {
    border-radius: 20px;
    padding: 36px 32px;
    position: relative;
    overflow: hidden;
}
.mv-card--mission {
    background: linear-gradient(135deg, #0b1a3e 0%, #1a3060 100%);
    border: 1px solid rgba(26,86,240,.3);
}
.mv-card--vision {
    background: linear-gradient(135deg, #0f1f10 0%, #1a3a20 100%);
    border: 1px solid rgba(5,150,105,.3);
}
.mv-card__glow {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    filter: blur(60px);
    top: -40px;
    right: -40px;
    opacity: .3;
    pointer-events: none;
}
.mv-card--mission .mv-card__glow { background: #1a56f0; }
.mv-card--vision  .mv-card__glow { background: #059669; }

.mv-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 20px;
}
.mv-card--mission .mv-card__icon { background: rgba(26,86,240,.2); color: #7ba5ff; }
.mv-card--vision  .mv-card__icon { background: rgba(5,150,105,.2); color: #34d399; }

.mv-card__label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.mv-card--mission .mv-card__label { color: #7ba5ff; }
.mv-card--vision  .mv-card__label { color: #34d399; }

.mv-card__title {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 14px;
}
.mv-card__body {
    font-size: 14px;
    color: rgba(255,255,255,.65);
    line-height: 1.75;
    margin: 0;
}

/* Values grid */
.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 48px;
}
@media (max-width: 991px) { .values-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 576px)  { .values-grid { grid-template-columns: 1fr; } }

.value-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    border: 1px solid #e5e7eb;
    transition: box-shadow .2s, transform .2s;
}
.value-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,.08);
    transform: translateY(-3px);
}
.value-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #1a56f0, #6c63ff);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: 16px;
}
.value-card__title { font-size: 15px; font-weight: 700; color: #111827; margin-bottom: 8px; }
.value-card__desc  { font-size: 13px; color: #6b7280; line-height: 1.65; margin: 0; }

/* Bi Enterprises section */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid #f0f0f0;
}
@media (max-width: 576px) { .contact-grid { grid-template-columns: 1fr; } }

.contact-item { display: flex; align-items: flex-start; gap: 12px; }
.contact-item__icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, #1a56f0, #6c63ff);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 2px;
}
.contact-item__label {
    font-size: 11px;
    font-weight: 700;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 3px;
}
.contact-item__val { font-size: 14px; font-weight: 600; color: #111827; }
.contact-item__val a { color: #1a56f0; text-decoration: none; }
.contact-item__val a:hover { text-decoration: underline; }

/* Offers grid */
.offers-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 16px;
}
@media (max-width: 576px) { .offers-grid { grid-template-columns: 1fr; } }

.offer-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(26,86,240,.07);
    border: 1px solid rgba(26,86,240,.15);
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #0b1a3e;
}
.offer-item i { color: #1a56f0; font-size: 14px; flex-shrink: 0; }

/* Why choose grid */
.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 40px;
}
@media (max-width: 576px) { .why-grid { grid-template-columns: 1fr; } }

.why-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 14px;
    padding: 20px;
}
.why-item__icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #1a56f0, #6c63ff);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}
.why-item__title { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.why-item__desc  { font-size: 13px; color: rgba(255,255,255,.55); margin: 0; line-height: 1.55; }

/* Map */
.about-map { border-radius: 16px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,.1); }
