        .page-hero {
            background: linear-gradient(135deg, #0f172a 0%, #4f46e5 100%);
            color: #fff; padding: 120px 0 60px; text-align: center;
            margin-top: 70px;
        }
        .page-hero h1 { color: #fff !important; font-size: 2.8rem; font-weight: 700; margin-bottom: 10px; }
        .page-hero p { color: rgba(255, 255, 255, .86) !important; max-width: 720px; margin: 8px auto 0; }

        /* ===== Meet Our Founders (desktop polish) ===== */
        .founders-wrap { padding: 70px 0 50px; }
        .founders-wrap .section-heading {
            text-align: center; margin-bottom: 50px;
        }
        .founders-wrap .section-heading h2 {
            font-size: 2.4rem; font-weight: 700; color: #0f172a;
            margin-bottom: 8px;
        }
        .founders-wrap .section-heading .section-sub {
            color: #64748b; max-width: 680px; margin: 0 auto;
            font-size: 1.05rem;
        }

        .founder-card {
            background: #fff;
            border: 1px solid #e5e7eb;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 6px 22px rgba(15, 23, 42, .05);
            margin-bottom: 32px;
            transition: box-shadow .2s, transform .2s;
        }
        .founder-card:hover {
            box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
            transform: translateY(-2px);
        }
        .founder-card .founder-portrait {
            position: relative;
            background: linear-gradient(135deg, #eef2ff 0%, #e0e7ff 100%);
            height: 100%;
            min-height: 420px;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            padding: 24px 24px 0;
        }
        .founder-card .founder-portrait img {
            max-width: 100%;
            max-height: 440px;
            object-fit: contain;
            display: block;
            filter: drop-shadow(0 12px 24px rgba(15, 23, 42, .2));
        }
        .founder-card .founder-body {
            padding: 40px 44px;
            display: flex; flex-direction: column;
            justify-content: center;
        }
        .founder-card .founder-role {
            display: inline-block;
            background: #eef2ff; color: #4338ca;
            padding: 5px 14px; border-radius: 999px;
            font-size: 12px; font-weight: 600;
            text-transform: uppercase; letter-spacing: .06em;
            margin-bottom: 12px;
            align-self: flex-start;
        }
        .founder-card .founder-name {
            font-size: 1.8rem; font-weight: 700;
            color: #0f172a; margin-bottom: 6px;
        }
        .founder-card .founder-tagline {
            color: #6366f1; font-weight: 600;
            margin-bottom: 20px; font-size: 15px;
        }
        .founder-card .founder-bio {
            color: #374151;
            font-size: 1rem;
            line-height: 1.75;
            margin-bottom: 0;
        }
        .founder-card .founder-bio p + p { margin-top: 14px; }

        @media (max-width: 991px) {
            .founder-card .founder-portrait { min-height: 320px; padding: 24px; }
            .founder-card .founder-body { padding: 28px 24px; }
            .founder-card .founder-name { font-size: 1.5rem; }
            .founders-wrap{
                padding: 40px 0 15px !important;
            }
        }

        /* Hide any legacy founder styling from old markup if present */
        .founders-wrap .award-image3 { max-width: 100%; border-radius: 14px; }
