.exp-wrapper-40f88029 {
    background: #f6f8fb;
    color: #222;
    line-height: 1.7;
    font-family: 'Poppins', sans-serif;
}

.exp-wrapper-40f88029 img {
    max-width: 100%;
    display: block;
}

.container-40f88029 {
    width: min(1200px, 92%);
    margin: auto;
}

/* HERO */
.hero-40f88029 {
    padding: 70px 0;
    background: linear-gradient(135deg, #0f172a, #1e3a8a);
    color: #fff;
}

.hero-grid-40f88029 {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 50px;
    align-items: center;
}

.badge-40f88029 {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    background: rgba(255, 255, 255, .15);
    margin-bottom: 18px;
    font-size: 14px;
}

.hero-40f88029 h1 {
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 18px;
    color: #ffffff;
}

.hero-40f88029 p {
    font-size: 18px;
    opacity: .95;
    color: #e2e8f0;
}

.hero-40f88029 img {
    border-radius: 25px;
    box-shadow: 0 20px 50px rgba(0,0,0,.35);
}

/* Cards */
.cards-40f88029 {
    margin-top: -50px;
    padding-bottom: 70px;
}

.grid-40f88029 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.card-40f88029 {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
    text-align: center;
}

.card-40f88029 h2 {
    font-size: 40px;
    color: #0f4c81;
    margin: 0;
}

.card-40f88029 p {
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 0;
    color: #4b5563;
}

/* About */
.section-40f88029 {
    padding: 80px 0;
}

.title-40f88029 {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #0f172a;
}

.subtitle-40f88029 {
    max-width: 760px;
    margin: auto;
    text-align: center;
    color: #666;
    margin-bottom: 60px;
}

.about-40f88029 {
    display: grid;
    grid-template-columns: 430px 1fr;
    gap: 60px;
    align-items: center;
}

.about-40f88029 img {
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,.15);
}

.about-40f88029 h3 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1e3a8a;
}

.about-40f88029 p {
    margin-bottom: 18px;
    color: #555;
}

/* Achievements */
.achievements-40f88029 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 50px;
}

.box-40f88029 {
    background: white;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    text-align: center;
    transition: .3s;
}

.box-40f88029:hover {
    transform: translateY(-6px);
}

.icon-40f88029 {
    font-size: 45px;
    margin-bottom: 20px;
}

.box-40f88029 h4 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #0f172a;
}

/* Timeline */
.timeline-40f88029 {
    position: relative;
    padding-left: 40px;
}

.timeline-40f88029:before {
    content: "";
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #1e40af;
}

.step-40f88029 {
    position: relative;
    margin-bottom: 40px;
}

.step-40f88029:before {
    content: "";
    position: absolute;
    left: -36px;
    top: 6px;
    width: 18px;
    height: 18px;
    background: #1e40af;
    border-radius: 50%;
}

.step-40f88029 h4 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #1e3a8a;
}

/* Quote */
.quote-40f88029 {
    background: #0f172a;
    color: white;
    padding: 80px 20px;
    text-align: center;
}

.quote-40f88029 h2 {
    font-size: 34px;
    max-width: 850px;
    margin: auto;
    font-weight: 700;
    color: #ffffff;
}

.quote-40f88029 p {
    margin-top: 20px;
    font-size: 18px;
    opacity: .8;
    color: #cbd5e1;
}

/* Mobile */
@media(max-width: 992px) {
    .hero-grid-40f88029,
    .about-40f88029 {
        grid-template-columns: 1fr;
    }
    .grid-40f88029 {
        grid-template-columns: repeat(2, 1fr);
    }
    .achievements-40f88029 {
        grid-template-columns: 1fr;
    }
    .hero-40f88029 {
        text-align: center;
    }
    .hero-40f88029 h1 {
        font-size: 36px;
    }
}

@media(max-width: 600px) {
    .grid-40f88029 {
        grid-template-columns: 1fr;
    }
    .hero-40f88029 {
        padding: 55px 0;
    }
    .hero-40f88029 h1 {
        font-size: 30px;
    }
    .title-40f88029 {
        font-size: 28px;
    }
    .card-40f88029 {
        padding: 22px;
    }
    .about-40f88029 h3 {
        font-size: 26px;
    }
    .quote-40f88029 h2 {
        font-size: 26px;
    }
}
