.profesores-landing {
    --profes-primary: #2D6A4F;
    --profes-primary-dark: #1B4332;
    --profes-accent: #40916C;
    --profes-bg-soft: #f4f9f6;
}

.profes-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.profes-hero {
    background: linear-gradient(135deg, var(--profes-primary-dark) 0%, var(--profes-primary) 60%, var(--profes-accent) 100%);
    color: #fff;
    padding: 4.5rem 0 5.5rem;
    text-align: center;
}

.profes-hero h1 {
    font-size: clamp(1.9rem, 4.5vw, 3.2rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.profes-hero-sub {
    font-size: clamp(1rem, 2vw, 1.25rem);
    max-width: 640px;
    margin: 0 auto 2rem;
    opacity: 0.95;
}

.profes-hero-cta {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
}

.profes-hero-note {
    margin-top: 1rem;
    font-size: 0.85rem;
    opacity: 0.8;
}

.profes-btn-primary {
    background-color: #fff;
    color: var(--profes-primary-dark);
    border: 2px solid #fff;
    font-weight: 700;
    border-radius: 50rem;
    padding: 0.6rem 1.75rem;
}

.profes-btn-primary:hover {
    background-color: var(--profes-bg-soft);
    color: var(--profes-primary-dark);
}

.profes-btn-outline {
    background-color: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.7);
    font-weight: 600;
    border-radius: 50rem;
    padding: 0.6rem 1.75rem;
}

.profes-btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-color: #fff;
}

section.profes-features,
section.profes-planes,
section.profes-faq {
    padding: 3.5rem 0;
}

section.profes-features {
    background: #fff;
}

section.profes-features h2,
section.profes-planes h2,
section.profes-faq h2 {
    text-align: center;
    font-weight: 800;
    color: var(--profes-primary-dark);
    margin-bottom: 0.5rem;
}

.profes-planes-sub {
    text-align: center;
    color: #667;
    margin-bottom: 2rem;
}

.profes-feature-card {
    background: var(--profes-bg-soft);
    border-radius: 16px;
    padding: 1.75rem 1.5rem;
    height: 100%;
    text-align: center;
}

.profes-feature-card i {
    font-size: 2rem;
    color: var(--profes-primary);
    margin-bottom: 0.75rem;
    display: inline-block;
}

.profes-feature-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--profes-primary-dark);
}

.profes-feature-card p {
    font-size: 0.9rem;
    color: #556;
    margin-bottom: 0;
}

section.profes-planes {
    background: var(--profes-bg-soft);
}

.profes-plan-card {
    background: #fff;
    border: 1px solid #e3ede8;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 18px rgba(27, 67, 50, 0.06);
}

.profes-plan-card h3 {
    font-weight: 800;
    color: var(--profes-primary-dark);
}

.profes-plan-precio {
    font-size: 2rem;
    font-weight: 800;
    color: var(--profes-primary);
    margin-bottom: 0.25rem;
}

.profes-plan-precio span {
    font-size: 0.9rem;
    font-weight: 600;
    color: #889;
}

.profes-plan-desc {
    font-size: 0.9rem;
    color: #667;
}

.profes-plan-lista {
    list-style: none;
    padding: 0;
    margin: 1rem 0 1.5rem;
    flex-grow: 1;
}

.profes-plan-lista li {
    font-size: 0.88rem;
    color: #445;
    padding: 0.3rem 0;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.profes-plan-lista i {
    color: var(--profes-accent);
    margin-top: 0.15rem;
}

.profes-plan-card .profes-btn-primary {
    background-color: var(--profes-primary);
    color: #fff;
    border-color: var(--profes-primary);
}

.profes-plan-card .profes-btn-primary:hover {
    background-color: var(--profes-primary-dark);
    color: #fff;
}

section.profes-faq {
    background: #fff;
}

section.profes-faq .accordion-button {
    font-weight: 600;
    color: var(--profes-primary-dark);
}

section.profes-faq .accordion-button:not(.collapsed) {
    background-color: var(--profes-bg-soft);
    color: var(--profes-primary-dark);
}

section.profes-cta-final {
    background: linear-gradient(135deg, var(--profes-primary-dark) 0%, var(--profes-primary) 100%);
    color: #fff;
    padding: 3.5rem 0;
}

section.profes-cta-final h2 {
    font-weight: 800;
    margin-bottom: 1.25rem;
}

@media (max-width: 575.98px) {
    .profes-hero {
        padding: 3rem 0 3.5rem;
    }

    .profes-hero-cta .btn {
        width: 100%;
    }
}
