/* ABOUT HERO */
.about-hero {
    text-align: center;
    padding: 70px 20px;
    background: linear-gradient(120deg, #ff416c, #ff4b2b);
    color: white;
}

.about-hero h1 {
    font-size: 48px;
    font-weight: 700;
}

.about-hero h1 span {
    color: #fff;
}

.about-hero p {
    margin-top: 10px;
    font-size: 20px;
}

/* ABOUT MAIN */
.about-main {
    display: flex;
    gap: 50px;
    padding: 70px 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.about-left img {
    width: 400px;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.about-right {
    max-width: 550px;
}

.about-right h2 {
    font-size: 32px;
    margin-bottom: 12px;
}

.about-right p {
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 15px;
}

/* STATS */
.stats-section {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 60px 20px;
}

.stat-card {
    background: white;
    padding: 30px;
    width: 220px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.stat-card h3 {
    color: #ff416c;
    font-size: 32px;
    margin-bottom: 6px;
}

/* WHY US */
.why-section {
    padding: 70px 40px;
}

.why-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.why-card {
    width: 260px;
    background: white;
    padding: 25px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.why-card img {
    width: 55px;
    margin-bottom: 10px;
}

/* MVV */
.mvv-section {
    padding: 70px 40px;
}

.mvv-container {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.mvv-card {
    width: 300px;
    padding: 25px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    text-align: center;
}

.mvv-card h3 {
    color: #ff416c;
}

/* WhatsApp Button */
.float-whatsapp {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    z-index: 999;
}

.float-whatsapp img {
    width: 32px;
}
