/* Teachers Page Styles */

/* Hero Section Subtitle */
.mission-hero-container .teachers-hero-subtitle {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #cbd5e1;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    margin-top: 1.5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .mission-hero-container .teachers-hero-subtitle {
        font-size: 1.1rem;
        margin-top: 1rem;
    }
}

/* Section 1: What can we do for you? */
.teachers-offerings-section {
    padding: 5rem 3rem;
    background-color: #0f172a;
}

@media (min-width: 768px) {
    .teachers-offerings-section {
        padding: 6rem 5rem;
    }
}

@media (min-width: 1024px) {
    .teachers-offerings-section {
        padding: 7rem 8rem;
    }
}

.teachers-offerings-container {
    max-width: 1400px;
    margin: 0 auto;
}

.teachers-section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #8b5cf6;
    text-align: center;
    margin-bottom: 3rem;
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

@media (max-width: 768px) {
    .teachers-section-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
}

.teachers-offerings-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

@media (max-width: 1024px) {
    .teachers-offerings-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
}

.teachers-offering-item {
    text-align: center;
}

.teachers-offering-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #a78bfa;
    margin-bottom: 1.5rem;
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .teachers-offering-title {
        font-size: 1.5rem;
    }
}

.teachers-offering-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    max-width: 350px;
    margin: 0 auto;
}

.teachers-offering-list li {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #cbd5e1;
    font-family: 'Inter', sans-serif;
    margin-bottom: 0.75rem;
    padding-left: 1.5rem;
    position: relative;
}

.teachers-offering-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #8b5cf6;
    font-size: 1.5rem;
    line-height: 1.4;
}

/* Section 2: In the classroom */
.teachers-classroom-section {
    padding: 6rem 3rem;
    background-color: #0f172a;
}

@media (min-width: 768px) {
    .teachers-classroom-section {
        padding: 7rem 5rem;
    }
}

@media (min-width: 1024px) {
    .teachers-classroom-section {
        padding: 8rem 8rem;
    }
}

.teachers-classroom-container {
    max-width: 1400px;
    margin: 0 auto;
}

.teachers-classroom-content {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

@media (max-width: 1024px) {
    .teachers-classroom-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

.teachers-classroom-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(139, 92, 246, 0.15);
    transition: transform 0.3s ease;
}

.teachers-classroom-image:hover {
    transform: scale(1.02);
}

.teachers-classroom-text {
    font-size: 1.2rem;
    line-height: 1.9;
    color: #cbd5e1;
    font-family: 'Inter', sans-serif;
}

@media (max-width: 768px) {
    .teachers-classroom-text {
        font-size: 1.1rem;
        line-height: 1.8;
    }
}

/* Section 3: Certification (White theme from homepage) */
.teachers-certification-section {
    padding: 7rem 3rem;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    .teachers-certification-section {
        padding: 8rem 5rem;
    }
}

@media (min-width: 1024px) {
    .teachers-certification-section {
        padding: 9rem 8rem;
    }
}

@media (min-width: 1280px) {
    .teachers-certification-section {
        padding: 9rem 10rem;
    }
}

.teachers-certification-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.teachers-certification-title {
    font-family: 'Poppins', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    color: #1e293b;
    margin-bottom: 2rem;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

@media (max-width: 768px) {
    .teachers-certification-title {
        font-size: 2.25rem;
    }
}

.teachers-certification-content {
    max-width: 900px;
    margin: 0 auto;
}

.teachers-certification-text {
    font-family: 'Inter', sans-serif;
    font-size: 1.15rem;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 2.5rem;
}

.teachers-certification-btn {
    display: inline-block;
    background: linear-gradient(135deg, #8b5cf6 0%, #a78bfa 100%);
    color: #ffffff;
    font-family: 'Orbitron', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1rem 2.5rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}

.teachers-certification-btn:hover {
    background: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 100%);
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.4);
    transform: translateY(-2px);
}

/* Section 4: CTA */
.teachers-cta-section {
    padding: 6rem 3rem;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    .teachers-cta-section {
        padding: 7rem 5rem;
    }
}

@media (min-width: 1024px) {
    .teachers-cta-section {
        padding: 8rem 8rem;
    }
}

.teachers-cta-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.teachers-cta-title {
    font-size: 3rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.2;
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: linear-gradient(135deg, #8b5cf6 0%, #a78bfa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
    .teachers-cta-title {
        font-size: 2rem;
    }
}

.teachers-cta-text {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #cbd5e1;
    font-family: 'Inter', sans-serif;
    margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
    .teachers-cta-text {
        font-size: 1.1rem;
    }
}

.teachers-cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.teachers-cta-btn {
    display: inline-block;
    font-family: 'Orbitron', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1rem 2.5rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.teachers-cta-btn-primary {
    background: linear-gradient(135deg, #8b5cf6 0%, #a78bfa 100%);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}

.teachers-cta-btn-primary:hover {
    background: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 100%);
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.4);
    transform: translateY(-2px);
}

.teachers-cta-btn-secondary {
    background: transparent;
    color: #a78bfa;
    border: 2px solid #8b5cf6;
}

.teachers-cta-btn-secondary:hover {
    background: rgba(139, 92, 246, 0.1);
    border-color: #a78bfa;
    transform: translateY(-2px);
}
