/* Fondo general */
.aula-body {
    background: radial-gradient(circle at top, #1b0b33, #05030a);
    color: #f5eaff;
    min-height: 100vh;
}

/* Header */
.aula-header {
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
}

.aula-title {
    font-size: 2.4rem;
    background: linear-gradient(90deg, #6a0dad, #d4af37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.aula-subtitle {
    color: #e0d4ff;
}

/* Secciones */
.section-title {
    font-size: 1.4rem;
    color: #f7e9b5;
    text-shadow: 0 0 8px rgba(212, 175, 55, 0.35);
}

/* Párrafo destacado */
.pwa-highlight {
    color: #f5eaff;
    font-size: 1.1rem;
    line-height: 1.7;
    text-shadow:
        0 0 6px rgba(106, 13, 173, 0.55),
        0 0 12px rgba(212, 175, 55, 0.35);
}

/* Viñetas */
.pwa-bullets {
    list-style: none;
    padding-left: 0;
    color: #f5eaff;
    font-size: 1.05rem;
    line-height: 1.7;
}

.pwa-bullets li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    position: relative;
    text-shadow: 0 0 6px rgba(106, 13, 173, 0.45);
}

.pwa-bullets li::before {
    content: "✦";
    position: absolute;
    left: 0;
    top: 0.2rem;
    color: #d4af37;
    font-size: 1.2rem;
    text-shadow: 0 0 8px rgba(212, 175, 55, 0.35);
}

/* Tarjetas */
.aula-card {
    width: 100%;
    border-radius: 16px;
    padding: 1.2rem;
    border: 1px solid rgba(212, 175, 55, 0.4);
    background: rgba(15, 8, 30, 0.9);
    color: #f5eaff;
    text-align: left;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.aula-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 18px rgba(106, 13, 173, 0.6);
    border-color: #d4af37;
}

/* Área dinámica */
.module-content {
    border-radius: 16px;
    padding: 1.5rem;
    background: rgba(10, 5, 22, 0.9);
    border: 1px solid rgba(106, 13, 173, 0.5);
    min-height: 140px;
}
/* Landing Hero */
.landing-hero {
    background: linear-gradient(180deg, #1b0b33, #05030a);
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.landing-title {
    font-size: 3rem;
    background: linear-gradient(90deg, #6a0dad, #d4af37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.landing-subtitle {
    color: #e0d4ff;
    font-size: 1.3rem;
}

/* Landing Text */
.landing-text {
    color: #f5eaff;
    font-size: 1.15rem;
    line-height: 1.7;
}

/* Landing Cards */
.landing-card {
    background: rgba(15, 8, 30, 0.9);
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 16px;
    padding: 1.5rem;
    color: #f5eaff;
    text-shadow: 0 0 6px rgba(106, 13, 173, 0.45);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.landing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 20px rgba(106, 13, 173, 0.6);
}

/* CTA */
.landing-cta {
    background: linear-gradient(180deg, #05030a, #1b0b33);
}
    .landing-form .form-control {
    background: rgba(20, 10, 40, 0.8);
    border: 1px solid rgba(212, 175, 55, 0.4);
    color: #f5eaff;
}

.landing-form .form-control:focus {
    border-color: #d4af37;
    box-shadow: 0 0 10px rgba(106, 13, 173, 0.6);
}

.landing-form label {
    color: #f7e9b5;
    text-shadow: 0 0 6px rgba(212, 175, 55, 0.3);
}
    .landing-compare th {
    background: rgba(106, 13, 173, 0.6);
    color: #f7e9b5;
    text-shadow: 0 0 6px rgba(212, 175, 55, 0.4);
}

.landing-compare td {
    background: rgba(20, 10, 40, 0.8);
    color: #f5eaff;
}

.landing-compare td:first-child {
    font-weight: bold;
    color: #d4af37;
}




/* Footer */
.aula-footer {
    color: #b9acd8;
}
