/**
 * Tutoring Landing Pages - Main Stylesheet
 * 
 * Professional styling for Mentora tutoring landing pages
 */

/* ==== HERO SECTION ==== */
.mentora-priority-city-landing,
.mentora-city-landing {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
}

.mentora-hero-premium {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 80px 20px;
    text-align: center;
    margin: -20px -20px 40px -20px;
}

.mentora-hero-content {
    max-width: 900px;
    margin: 0 auto;
}

.mentora-hero-premium h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.mentora-hero-lead {
    font-size: 1.25rem;
    margin-bottom: 30px;
    opacity: 0.95;
}

.mentora-hero-cta {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.mentora-btn-call-primary {
    background: #ff6b6b;
    color: white !important;
    padding: 18px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
}

.mentora-btn-call-primary:hover {
    background: #ff5252;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
}

.mentora-btn-secondary {
    background: white;
    color: #667eea !important;
    padding: 18px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    display: inline-block;
    transition: all 0.3s ease;
}

.mentora-btn-secondary:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
}

.mentora-trust-badge {
    font-size: 1rem;
    opacity: 0.9;
    margin: 20px 0 0;
}

/* ==== SCHOOLS SECTION ==== */
.mentora-schools-premium {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
}

.mentora-schools-premium h2 {
    text-align: center;
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 40px;
}

.mentora-schools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.mentora-school-card {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 25px;
    transition: all 0.3s ease;
}

.mentora-school-card:hover {
    border-color: #667eea;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15);
    transform: translateY(-5px);
}

.mentora-school-card h3 {
    color: #667eea;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.mentora-school-type {
    color: #6c757d;
    font-size: 0.9rem;
    margin: 5px 0;
}

.mentora-school-focus {
    color: #495057;
    margin: 10px 0;
}

.mentora-school-programs {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
}

.mentora-school-programs li {
    padding: 8px 0;
    color: #495057;
    border-bottom: 1px solid #f1f3f5;
}

.mentora-school-programs li:last-child {
    border-bottom: none;
}

/* ==== SUBJECTS SECTION ==== */
.mentora-subjects-premium {
    max-width: 1200px;
    margin: 60px auto;
    padding: 40px 20px;
    background: #f8f9fa;
    border-radius: 12px;
}

.mentora-subjects-premium h2 {
    text-align: center;
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 40px;
}

.mentora-subjects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.mentora-subject-card-premium {
    background: white;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.mentora-subject-card-premium:hover {
    border-color: #667eea;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.2);
    transform: translateY(-5px);
}

.mentora-subject-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

.mentora-subject-card-premium h3 {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.mentora-subject-card-premium p {
    color: #6c757d;
    margin-bottom: 20px;
}

.mentora-subject-link {
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.mentora-subject-link:hover {
    color: #764ba2;
    text-decoration: underline;
}

/* ==== CTA SECTION ==== */
.mentora-cta-sticky {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 60px 20px;
    text-align: center;
    margin: 60px -20px -20px;
}

.mentora-cta-content {
    max-width: 800px;
    margin: 0 auto;
}

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

.mentora-btn-call-large {
    background: #ff6b6b;
    color: white !important;
    padding: 22px 45px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.3rem;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(255, 107, 107, 0.4);
}

.mentora-btn-call-large:hover {
    background: #ff5252;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.5);
}

/* ==== MOBILE STICKY BUTTON ==== */
.mentora-mobile-sticky-call {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;
}

.mentora-mobile-call-btn {
    display: block;
    width: 100%;
    padding: 18px;
    background: #ff6b6b;
    color: white !important;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    border: none;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    transition: background 0.3s ease;
}

.mentora-mobile-call-btn:hover {
    background: #ff5252;
}

.mentora-mobile-call-btn .dashicons {
    vertical-align: middle;
    margin-right: 8px;
}

/* ==== RESPONSIVE ==== */
@media (max-width: 768px) {
    .mentora-hero-premium {
        padding: 60px 15px;
    }
    
    .mentora-hero-premium h1 {
        font-size: 2rem;
    }
    
    .mentora-hero-lead {
        font-size: 1.1rem;
    }
    
    .mentora-hero-cta {
        flex-direction: column;
    }
    
    .mentora-btn-call-primary,
    .mentora-btn-secondary {
        width: 100%;
        justify-content: center;
    }
    
    .mentora-schools-grid,
    .mentora-subjects-grid {
        grid-template-columns: 1fr;
    }
    
    .mentora-mobile-sticky-call {
        display: block;
    }
    
    .mentora-cta-sticky {
        padding-bottom: 80px; /* Space for mobile button */
    }
    
    .mentora-schools-premium h2,
    .mentora-subjects-premium h2,
    .mentora-cta-content h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .mentora-hero-premium h1 {
        font-size: 1.6rem;
    }
    
    .mentora-school-card,
    .mentora-subject-card-premium {
        padding: 20px;
    }
}

/* ==== DASHICONS SUPPORT ==== */
.dashicons {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 1;
    display: inline-block;
}