/* ===== About Page Only ===== */
.about-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
    position: relative;
    overflow: hidden;
    padding: 80px 20px;
}
.about-hero::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(102,126,234,0.15), transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.about-hero-inner { position: relative; z-index: 1; max-width: 760px; }
.about-hero-label {
    display: inline-block;
    font-size: 0.85rem;
    letter-spacing: 3px;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    margin-bottom: 24px;
}
.about-hero h1 {
    font-size: clamp(2.4rem, 6vw, 4rem);
    color: #fff;
    line-height: 1.2;
    margin-bottom: 24px;
    font-weight: 800;
}
.about-hero h1 .highlight { color: #a78bfa; }
.about-hero p {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.8;
    max-width: 560px;
    margin: 0 auto 40px;
}
.about-hero-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ===== Mission/Vision/Values ===== */
.mvv-section { padding: 100px 0; background: #f5f5fa; }
.mvv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.mvv-card {
    background: #fff;
    border-radius: 20px;
    padding: 48px 36px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    transition: transform 0.3s, box-shadow 0.3s;
}
.mvv-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(102,126,234,0.15);
}
.mvv-tag {
    display: inline-block;
    font-size: 0.7rem;
    letter-spacing: 3px;
    color: #667eea;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: 700;
}
.mvv-card h3 {
    font-size: 1.6rem;
    margin-bottom: 16px;
    color: #1a1a2e;
}
.mvv-card p { color: #666; line-height: 1.8; margin-bottom: 16px; font-size: 0.95rem; }
.mvv-detail {
    font-size: 0.85rem;
    color: #999;
    border-top: 1px solid #eee;
    padding-top: 16px;
    line-height: 1.7;
}

/* ===== Story Section ===== */
.story-section { padding: 100px 0; }
.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
.story-text h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #1a1a2e;
}
.story-text p {
    color: #555;
    line-height: 2;
    font-size: 1.05rem;
    margin-bottom: 16px;
}
.story-tags { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.story-tag {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: #f0f0ff;
    border-radius: 20px;
    font-size: 0.85rem;
    color: #667eea;
    font-weight: 600;
}
.story-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.story-stat {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
    color: #fff;
}
.story-stat:nth-child(2) { background: linear-gradient(135deg, #f093fb, #f5576c); }
.story-stat:nth-child(3) { background: linear-gradient(135deg, #4facfe, #00f2fe); }
.story-stat:nth-child(4) { background: linear-gradient(135deg, #43e97b, #38f9d7); }
.story-stat .num {
    font-size: 2.4rem;
    font-weight: 800;
    display: block;
}
.story-stat .label { font-size: 0.85rem; opacity: 0.85; margin-top: 4px; }

/* ===== Stats Bar ===== */
.stats-bar { padding: 60px 0; background: #1a1a2e; }
.stats-bar-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}
.stats-bar-item {
    text-align: center;
    padding: 20px;
    border-right: 1px solid rgba(255,255,255,0.08);
    color: #fff;
}
.stats-bar-item:last-child { border-right: none; }
.stats-bar-item .big-num {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #667eea, #a78bfa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.stats-bar-item .big-label { color: rgba(255,255,255,0.5); font-size: 0.9rem; margin-top: 4px; }

/* ===== Dual Mentor ===== */
.mentor-section { padding: 100px 0; background: #fafafa; }
.mentor-header { text-align: center; margin-bottom: 64px; }
.mentor-header h2 { font-size: 2rem; color: #1a1a2e; margin-bottom: 12px; }
.mentor-header p { color: #888; font-size: 1rem; }
.mentor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; max-width: 800px; margin: 0 auto; }
.mentor-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    text-align: center;
}
.mentor-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 20px;
}
.mentor-card h3 { font-size: 1.3rem; margin-bottom: 12px; color: #1a1a2e; }
.mentor-card p { color: #666; line-height: 1.8; font-size: 0.95rem; }

/* ===== Service ===== */
.service-section { padding: 100px 0; }
.service-header { text-align: center; margin-bottom: 56px; }
.service-header h2 { font-size: 2rem; color: #1a1a2e; margin-bottom: 12px; }
.service-header p { color: #888; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 900px; margin: 0 auto; }
.service-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 36px 28px;
    text-align: center;
    transition: box-shadow 0.3s, border-color 0.3s;
}
.service-card:hover {
    box-shadow: 0 8px 32px rgba(102,126,234,0.12);
    border-color: #667eea;
}
.service-card .svc-icon { font-size: 2.4rem; margin-bottom: 16px; }
.service-card h3 { font-size: 1.1rem; margin-bottom: 10px; color: #1a1a2e; }
.service-card p { color: #777; font-size: 0.9rem; line-height: 1.7; }

/* ===== CTA ===== */
.about-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #667eea, #764ba2);
    text-align: center;
    color: #fff;
}
.about-cta h2 { font-size: 2rem; margin-bottom: 12px; }
.about-cta p { opacity: 0.85; margin-bottom: 32px; font-size: 1.05rem; }

@media (max-width: 768px) {
    .mvv-grid { grid-template-columns: 1fr; }
    .story-grid { grid-template-columns: 1fr; gap: 48px; }
    .stats-bar-grid { grid-template-columns: 1fr 1fr; }
    .stats-bar-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
    .mentor-grid { grid-template-columns: 1fr; }
    .service-grid { grid-template-columns: 1fr; }
    .story-stats { grid-template-columns: 1fr 1fr; }
}
