/* ============================================
   Axiomed — About Us page
   ============================================ */

.about-hero {
    background: linear-gradient(135deg, #0f2a3f 0%, #0f66a0 100%);
    color: #fff;
    padding: 90px 0 70px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.about-hero::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -8%;
    width: 500px;
    height: 500px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
}

.about-hero-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}

.about-hero-subtitle {
    font-size: 1.1rem;
    opacity: 0.85;
    max-width: 520px;
    margin: 0 auto;
    font-weight: 300;
    position: relative;
    z-index: 1;
}

.about-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: start;
    padding: 60px 0;
}

.about-section-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0f2a3f;
    margin-bottom: 18px;
    margin-top: 36px;
}

.about-section-title:first-child {
    margin-top: 0;
}

.about-paragraph {
    color: #475569;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 16px;
}

.about-image-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}

.about-image {
    width: 100%;
    display: block;
}

.about-image-badge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: #fff;
    border-radius: 12px;
    padding: 16px 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    text-align: center;
}

.badge-number {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    color: #0f66a0;
    line-height: 1;
}

.badge-label {
    display: block;
    font-size: 0.78rem;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 4px;
}

.about-values {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 360px));
    justify-content: center;
    gap: 28px;
    padding: 40px 0 60px;
}

.value-card {
    background: #fff;
    border-radius: 14px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f1f5f9;
}

.value-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(15, 102, 160, 0.12);
}

.value-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0f66a0 0%, #3798da 100%);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    color: #fff;
    font-size: 1.4rem;
}

.value-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f2a3f;
    margin-bottom: 10px;
}

.value-card p {
    font-size: 0.88rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* ---- Mission section ---- */
.about-mission-section {
    padding: 80px 0 60px;
    background: #f8fafc;
}

.about-mission-header {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 56px;
}

.about-section-label {
    display: inline-block;
    background: rgba(55, 152, 218, 0.12);
    color: #3798da;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 18px;
}

.about-mission-title {
    font-size: 2.1rem;
    font-weight: 800;
    color: #0f2a3f;
    margin-bottom: 24px;
    line-height: 1.25;
}

.about-mission-lead {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.85;
    text-align: left;
    border-left: 4px solid #3798da;
    padding-left: 22px;
    margin: 0;
}

/* ---- Direction cards ---- */
.about-directions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.direction-card {
    background: #fff;
    border-radius: 20px;
    padding: 48px 44px;
    box-shadow: 0 4px 28px rgba(0, 0, 0, 0.06);
    border: 1px solid #e8f0f7;
    position: relative;
    overflow: hidden;
}

.direction-card--dark {
    background: linear-gradient(145deg, #0f2a3f 0%, #0f4f7a 100%);
    border: none;
}

.direction-num {
    position: absolute;
    top: 24px;
    right: 32px;
    font-size: 5.5rem;
    font-weight: 900;
    color: rgba(55, 152, 218, 0.07);
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

.direction-card--dark .direction-num {
    color: rgba(255, 255, 255, 0.05);
}

.direction-icon {
    width: 58px;
    height: 58px;
    background: linear-gradient(135deg, #0f66a0, #3798da);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 26px;
    box-shadow: 0 6px 16px rgba(55, 152, 218, 0.3);
}

.direction-card--dark .direction-icon {
    background: rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

.direction-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f2a3f;
    margin-bottom: 14px;
    line-height: 1.35;
}

.direction-card--dark h3 {
    color: #fff;
}

.direction-card p {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.8;
    margin: 0;
}

.direction-card--dark p {
    color: rgba(255, 255, 255, 0.75);
}

/* ---- Goal section ---- */
.about-goal-section {
    background: linear-gradient(135deg, #0f66a0 0%, #3798da 100%);
    padding: 72px 0;
    margin-top: 60px;
}

.about-goal-inner {
    display: flex;
    align-items: center;
    gap: 32px;
    max-width: 860px;
    margin: 0 auto;
}

.about-goal-icon {
    font-size: 3.5rem;
    color: rgba(255, 255, 255, 0.35);
    flex-shrink: 0;
}

.about-goal-text {
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.75;
    font-weight: 400;
    margin: 0;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-values {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-hero-title {
        font-size: 2.2rem;
    }

    .about-mission-title {
        font-size: 1.7rem;
    }

    .about-directions {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .about-values {
        grid-template-columns: 1fr;
    }

    .about-goal-inner {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .direction-card {
        padding: 36px 28px;
    }
}
