/* ===== PAGE HERO ===== */
.page-hero {
    background: linear-gradient(135deg, #050b1a 0%, #0a1628 60%, #0d1f3c 100%);
    padding: 140px 0 90px;
    position: relative;
    overflow: hidden;
}
.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0,105,188,0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,105,188,0.06) 1px, transparent 1px);
    background-size: 56px 56px;
    pointer-events: none;
}
.page-hero-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
}
.page-hero-blob-1 {
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(0,105,188,0.18) 0%, transparent 70%);
    top: -200px; left: -100px;
}
.page-hero-blob-2 {
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(84,194,186,0.12) 0%, transparent 70%);
    bottom: -100px; right: 10%;
}
.page-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255,255,255,0.45);
    margin-bottom: 20px;
}
.page-breadcrumb a { color: rgba(255,255,255,0.45); text-decoration: none; transition: color .3s; }
.page-breadcrumb a:hover { color: #54C2BA; }
.page-breadcrumb span { color: rgba(255,255,255,0.25); }
.page-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0,105,188,0.15);
    border: 1px solid rgba(0,105,188,0.3);
    border-radius: 50px;
    padding: 6px 16px;
    font-size: 13px;
    color: #54C2BA;
    margin-bottom: 20px;
}
.page-hero-title {
    font-family: Yekan-Bakh-Bold;
    font-size: clamp(32px, 5vw, 56px);
    color: #fff;
    line-height: 1.3;
    margin-bottom: 16px;
}
.page-hero-title .gradient-text {
    background: linear-gradient(135deg, #0069BC, #54C2BA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.page-hero-sub {
    font-size: 17px;
    color: rgba(255,255,255,0.6);
    max-width: 560px;
    line-height: 1.8;
}

/* ===== ABOUT: MISSION ===== */
.about-mission {
    padding: 90px 0 70px;
    background: #fff;
}
.section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0,105,188,0.07);
    border: 1px solid rgba(0,105,188,0.15);
    border-radius: 50px;
    padding: 6px 16px;
    font-size: 12px;
    color: #0069BC;
    font-family: Yekan-Bakh-Bold;
    margin-bottom: 16px;
}
.section-title {
    font-family: Yekan-Bakh-Bold;
    font-size: clamp(26px, 3.5vw, 38px);
    color: #1a2035;
    line-height: 1.4;
    margin-bottom: 16px;
}
.section-title .accent { color: #0069BC; }
.section-desc {
    font-size: 16px;
    color: #5a6478;
    line-height: 2;
    margin-bottom: 28px;
}
.about-value-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 24px;
    border-radius: 16px;
    border: 1px solid rgba(0,105,188,0.1);
    background: #f9fbff;
    margin-bottom: 14px;
    transition: all .3s ease;
}
.about-value-card:hover {
    border-color: rgba(0,105,188,0.25);
    background: #fff;
    box-shadow: 0 8px 30px rgba(0,105,188,0.08);
    transform: translateX(-4px);
}
.about-value-icon {
    width: 44px; height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(0,105,188,0.1), rgba(84,194,186,0.1));
    display: flex; align-items: center; justify-content: center;
    font-size: 20px;
    color: #0069BC;
    flex-shrink: 0;
}
.about-value-text h6 {
    font-family: Yekan-Bakh-Bold;
    font-size: 15px;
    color: #1a2035;
    margin-bottom: 4px;
}
.about-value-text p {
    font-size: 13px;
    color: #7a8499;
    margin: 0;
    line-height: 1.7;
}
.about-img-wrap {
    position: relative;
}
.about-img-main {
    width: 100%;
    border-radius: 24px;
    object-fit: cover;
    max-height: 460px;
}
.about-img-badge {
    position: absolute;
    bottom: 24px;
    right: 24px;
    background: #fff;
    border-radius: 16px;
    padding: 14px 20px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    gap: 12px;
}
.about-img-badge-icon {
    width: 48px; height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0069BC, #54C2BA);
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    font-size: 22px;
}
.about-img-badge-text strong {
    display: block;
    font-family: Yekan-Bakh-Bold;
    font-size: 22px;
    color: #0069BC;
    line-height: 1;
}
.about-img-badge-text span {
    font-size: 12px;
    color: #7a8499;
}

/* ===== STATS ===== */
.about-stats {
    padding: 80px 0;
    background: linear-gradient(135deg, #050b1a 0%, #0a1628 100%);
    position: relative;
    overflow: hidden;
}
.about-stats::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0,105,188,0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,105,188,0.06) 1px, transparent 1px);
    background-size: 56px 56px;
}
.stat-card {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 40px 24px;
    border-radius: 20px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    transition: all .3s ease;
}
.stat-card:hover {
    background: rgba(0,105,188,0.1);
    border-color: rgba(0,105,188,0.2);
    transform: translateY(-4px);
}
.stat-number {
    font-family: Yekan-Bakh-Bold;
    font-size: 48px;
    background: linear-gradient(135deg, #0069BC, #54C2BA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 8px;
}
.stat-label {
    font-size: 15px;
    color: rgba(255,255,255,0.6);
}

/* ===== TEAM ===== */
.about-team {
    padding: 90px 0;
    background: #f8fafd;
    overflow: hidden;
}
.team-slide {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.team-slide img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}
.team-slide:hover img { transform: scale(1.05); }
.team-info {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: linear-gradient(to top, rgba(5,11,26,0.92) 0%, transparent 100%);
    padding: 40px 20px 20px;
    transform: translateY(10px);
    transition: transform .3s ease;
}
.team-slide:hover .team-info { transform: translateY(0); }
.team-info h5 {
    font-family: Yekan-Bakh-Bold;
    font-size: 16px;
    color: #fff;
    margin-bottom: 4px;
}
.team-info span {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
}

/* ===== STORY ===== */
.about-story {
    padding: 90px 0;
    background: #fff;
}
.story-timeline {
    position: relative;
    padding-right: 32px;
}
.story-timeline::before {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    right: 0;
    width: 2px;
    background: linear-gradient(to bottom, #0069BC, #54C2BA, rgba(84,194,186,0));
}
.story-item {
    position: relative;
    padding-bottom: 40px;
}
.story-dot {
    position: absolute;
    right: -39px;
    top: 4px;
    width: 14px; height: 14px;
    border-radius: 50%;
    background: #0069BC;
    border: 3px solid #fff;
    box-shadow: 0 0 0 3px rgba(0,105,188,0.2);
}
.story-year {
    font-family: Yekan-Bakh-Bold;
    font-size: 13px;
    color: #0069BC;
    margin-bottom: 6px;
}
.story-item h5 {
    font-family: Yekan-Bakh-Bold;
    font-size: 16px;
    color: #1a2035;
    margin-bottom: 8px;
}
.story-item p {
    font-size: 14px;
    color: #7a8499;
    line-height: 1.8;
    margin: 0;
}
