/* =========================================
   1. HERO & TAGS
   ========================================= */
.about-hero {
    background: linear-gradient(135deg, #1e293b 0%, #0F172A 100%);
    color: white;
    text-align: center;
    padding: 120px 0 100px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.hero-tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #10B981;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.about-hero h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 15px;
}

.text-green {
    color: #10B981;
}

.about-hero p {
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
    color: #cbd5e1;
}

/* =========================================
   2. STORY & STATS
   ========================================= */
.split-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding: 60px 0;
}

.text-content h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #0F172A;
}

.text-content .lead {
    font-size: 1.2rem;
    color: #1e293b;
    font-weight: 600;
    border-left: 4px solid #10B981;
    padding-left: 15px;
    margin-bottom: 20px;
}

.text-content p {
    color: #475569;
    margin-bottom: 20px;
    line-height: 1.7;
}

.stats-row {
    display: flex;
    gap: 40px;
    margin-top: 30px;
    border-top: 1px solid #e2e8f0;
    padding-top: 20px;
}

.stat-num {
    font-size: 2rem;
    font-weight: 800;
    color: #0F172A;
    line-height: 1;
    display: block;
}

.stat-num small {
    font-size: 1rem;
    color: #64748b;
}

.stat-label {
    font-size: 0.9rem;
    color: #64748b;
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Image Placeholder */
.img-placeholder {
    height: 400px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6rem;
    color: rgba(255, 255, 255, 0.3);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
}

.story-bg {
    background: linear-gradient(45deg, #2563eb, #06b6d4);
}

/* =========================================
   3. LEADERSHIP CARDS
   ========================================= */
.leadership-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.leader-card {
    background: white;
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
    max-width: 400px;
    transition: transform 0.3s;
}

.leader-card:hover {
    transform: translateY(-5px);
    border-color: #10B981;
}

.leader-img-box {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    margin: 0 auto 20px;
    color: white;
}

.bg-blue {
    background: #2563eb;
}

.bg-green {
    background: #10B981;
}

.leader-card h3 {
    font-size: 1.3rem;
    margin-bottom: 5px;
    color: #1e293b;
}

.leader-card .role {
    display: block;
    font-size: 0.9rem;
    color: #10B981;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.leader-card p {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
}

/* =========================================
   4. REVIEWS GRID (Social Proof)
   ========================================= */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.review-card {
    background: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
    border: 1px solid #e2e8f0;
    transition: all 0.3s;
}

.review-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.review-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.initial {
    width: 45px;
    height: 45px;
    background: #f1f5f9;
    color: #0F172A;
    font-weight: 800;
    font-size: 1.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-header h4 {
    font-size: 1rem;
    margin: 0;
    color: #1e293b;
}

.stars {
    color: #fbbf24;
    font-size: 0.9rem;
}

.stars small {
    color: #94a3b8;
    font-weight: 400;
    margin-left: 5px;
}

.review-card p {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.6;
    font-style: italic;
}

/* =========================================
   5. CTA & BUTTONS
   ========================================= */
.cta-bar {
    background: #10B981;
    padding: 80px 0;
    text-align: center;
    margin-top: 80px;
}

.cta-content h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: white;
}

.cta-content p {
    font-size: 1.1rem;
    color: #ecfdf5;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.btn-white {
    background: white;
    color: #10B981;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

.btn-white:hover {
    transform: translateY(-2px);
}

.btn-dark {
    background: #0F172A;
    color: white;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

.btn-dark:hover {
    transform: translateY(-2px);
}

.btn-outline {
    display: inline-block;
    padding: 12px 30px;
    border: 2px solid #0F172A;
    color: #0F172A;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.btn-outline:hover {
    background: #0F172A;
    color: white;
}

/* Mobile */
@media (max-width: 768px) {
    .about-hero h1 {
        font-size: 2.5rem;
    }

    .split-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .img-placeholder {
        height: 250px;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .btn-white,
    .btn-dark,
    .btn-outline {
        width: 100%;
        text-align: center;
    }
}
/* Legacy & Founder Styling */
.hero-subtitle {
    max-width: 700px;
    margin: 20px auto;
    font-size: 1.2rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.6;
}

.image-stack {
    position: relative;
    padding-bottom: 40px;
}

.main-img {
    width: 100%;
    border-radius: 20px;
    box-shadow: var(--shadow-lg);
    border: 5px solid var(--white);
}

.experience-badge {
    position: absolute;
    bottom: 0;
    right: 20px;
    background: var(--accent);
    color: var(--white);
    padding: 15px 25px;
    border-radius: 12px;
    font-weight: 800;
    box-shadow: var(--shadow-glow);
}

.location-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #f1f5f9;
    padding: 12px 20px;
    border-radius: 50px;
    color: var(--primary-dark);
    font-weight: 700;
    border: 1px solid #e2e8f0;
}

.pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.pillar-card {
    background: var(--white);
    padding: 40px 30px;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
}

.pillar-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.15);
    border-color: var(--accent);
}

.pillar-card.highlighted {
    border-bottom: 4px solid var(--accent);
}

.pillar-icon {
    width: 60px;
    height: 60px;
    background: var(--bg-light);
    color: var(--primary-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.pillar-info h3 {
    font-size: 1.25rem;
    color: var(--primary-dark);
    margin-bottom: 5px;
}

.pillar-role {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--accent);
    letter-spacing: 1px;
}

.pillar-desc {
    font-size: 0.95rem;
    color: var(--text-light);
    margin: 20px 0;
    line-height: 1.6;
    flex-grow: 1;
}

.pillar-link {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--primary-dark);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Future Bar (Pragadeesh) */
.future-bar {
    background: linear-gradient(90deg, var(--primary-dark) 0%, #1e293b 100%);
    border-radius: 24px;
    padding: 30px 40px;
    color: white;
}

.future-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-future {
    background: var(--accent);
    color: white;
    padding: 12px 25px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
}

.btn-future:hover { background: var(--accent-hover); transform: scale(1.05); }

@media (max-width: 992px) {
    .pillars-grid { grid-template-columns: 1fr; }
    .future-content { flex-direction: column; text-align: center; gap: 20px; }
}
