body {
    font-family: 'Inter', 'Cairo', Arial, sans-serif;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #222;
    background: linear-gradient(135deg, #2563eb 0%, #22c55e 100%);
}

.section-title {
    font-family: 'Inter', 'Cairo', Arial, sans-serif;
    font-size: 2.3rem;
    font-weight: 700;
    color: #2563eb;
    letter-spacing: 0.01em;
}

.feature-card {
    border-radius: 1.5rem;
    box-shadow: 0 2px 16px rgba(37, 99, 235, 0.07);
    background: #fff;
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
    transition: box-shadow 0.2s;
}

.feature-card:hover {
    box-shadow: 0 4px 32px rgba(37, 99, 235, 0.13);
}

.feature-icon {
    font-size: 2.5rem;
    color: #22c55e;
    margin-bottom: 1rem;
}

.testimonial-card {
    border-radius: 1.5rem;
    background: #e0e7ef;
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
}

.testimonial-card:before {
    content: '\f10d';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #2563eb;
    font-size: 2.5rem;
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    opacity: 0.2;
}

.testimonial-avatar {
    width: 4rem;
    height: 4rem;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 1rem;
    border: 3px solid #2563eb;
}

.stats-section {
    background: linear-gradient(90deg, #2563eb 0%, #22c55e 100%);
    color: #fff;
    padding: 2.5rem 0 2rem 0;
    margin-bottom: 3rem;
}

.stat {
    text-align: center;
}

.stat .stat-value {
    font-size: 2.2rem;
    font-weight: 700;
}

.stat .stat-label {
    font-size: 1.1rem;
    opacity: 0.9;
}

.how-it-works {
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 2px 16px rgba(37, 99, 235, 0.07);
    padding: 2.5rem 1.5rem;
    margin: 3rem 0;
}

.how-step {
    text-align: center;
    margin-bottom: 2rem;
}

.how-step .fa {
    font-size: 2.2rem;
    color: #2563eb;
    margin-bottom: 1rem;
}

.footer-school {
    background: #2563eb;
    color: #fff;
    padding: 2.5rem 0 1rem 0;
}

.footer-school a {
    color: #fff;
    opacity: 0.85;
}

.footer-school a:hover {
    opacity: 1;
    text-decoration: underline;
}

.success-story-card .lead {
    font-size: 1.15rem;
    font-weight: 500;
    color: #222;
    margin-bottom: 1rem;
    font-family: 'Inter', 'Cairo', Arial, sans-serif;
}

.success-story-card .fw-bold {
    font-size: 1.1rem;
    font-weight: 700;
    color: #22c55e;
    margin-top: 0.5rem;
    font-family: 'Inter', 'Cairo', Arial, sans-serif;
}

.success-story-card .text-muted {
    font-size: 0.95rem;
    color: #6b7280;
    font-family: 'Inter', 'Cairo', Arial, sans-serif;
}
