.admision-section {
    padding: 120px 0;
    background: radial-gradient(circle at top right, rgba(199, 0, 57, 0.15), transparent 55%), #050505;
    position: relative;
    overflow: hidden;
}

/* ===== SECCIÓN EMBEBIDA: APRENDE AJEDREZ ===== */
.aprendeajedrez-embed {
    padding: 100px 0 60px;
    background: #040408;
}

.aprendeajedrez-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 32px;
}

.aprendeajedrez-eyebrow {
    display: inline-block;
    font-size: 0.85rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(199, 0, 57, 0.85);
    margin-bottom: 12px;
}

.aprendeajedrez-title {
    font-size: clamp(2.1rem, 4vw, 2.7rem);
    line-height: 1.15;
    color: #f5f5f5;
    margin-bottom: 12px;
}

.aprendeajedrez-subtitle {
    font-size: 1rem;
    color: rgba(210, 214, 230, 0.86);
    margin: 0 auto;
}

.aprendeajedrez-frame-wrapper {
    margin-top: 30px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: radial-gradient(circle at top, rgba(199, 0, 57, 0.18), #020205 70%);
}

.aprendeajedrez-frame {
    width: 100%;
    min-height: 80vh;
    border: none;
    display: block;
}

@media (max-width: 1024px) {
    .aprendeajedrez-embed {
        padding: 90px 0 50px;
    }

    .aprendeajedrez-frame {
        min-height: 90vh;
    }
}

@media (max-width: 768px) {
    .aprendeajedrez-embed {
        padding: 80px 0 40px;
    }

    .aprendeajedrez-header {
        margin-bottom: 24px;
    }

    .aprendeajedrez-title {
        font-size: 1.9rem;
    }
}

.admision-section::before,
.admision-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.45;
}

.admision-section::before {
    width: 420px;
    height: 420px;
    background: rgba(199, 0, 57, 0.35);
    top: -160px;
    right: -120px;
}

.admision-section::after {
    width: 360px;
    height: 360px;
    background: rgba(212, 175, 55, 0.18);
    bottom: -140px;
    left: -100px;
}

.admision-header {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 64px;
    position: relative;
    z-index: 1;
}

.admision-eyebrow {
    display: inline-block;
    font-size: 0.85rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(212, 175, 55, 0.75);
    margin-bottom: 18px;
}

.admision-title {
    font-size: clamp(2.4rem, 5vw, 3.4rem);
    line-height: 1.1;
    color: #f5f5f5;
    margin-bottom: 18px;
}

.admision-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.78);
    margin: 0 auto;
}

.admision-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    position: relative;
    z-index: 1;
}

.admision-card {
    background: linear-gradient(135deg, rgba(15, 15, 15, 0.95), rgba(8, 8, 8, 0.95));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 36px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(10px);
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
    display: flex;
    flex-direction: column;
    gap: 22px;
    position: relative;
    overflow: hidden;
}

.admision-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(199, 0, 57, 0.12), transparent 65%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.admision-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 36px 90px rgba(199, 0, 57, 0.35);
    border-color: rgba(199, 0, 57, 0.5);
}

.admision-card:hover::before {
    opacity: 1;
}

.admision-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
    z-index: 1;
}

.admision-card-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(199, 0, 57, 0.85), rgba(117, 0, 34, 0.95));
    color: #f8f8f8;
    font-size: 1.35rem;
    box-shadow: 0 18px 40px rgba(199, 0, 57, 0.35);
}

.admision-card h3 {
    font-size: 1.65rem;
    color: #f7f7f7;
    margin: 0;
}

.admision-card p {
    color: rgba(245, 245, 245, 0.8);
    font-size: 1rem;
    line-height: 1.65;
    margin: 0;
    position: relative;
    z-index: 1;
}

.admision-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    color: rgba(212, 175, 55, 0.85);
    font-size: 0.95rem;
    position: relative;
    z-index: 1;
}

.admision-meta i {
    margin-right: 8px;
    color: rgba(212, 175, 55, 0.95);
}

.admision-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 16px 26px;
    border-radius: 999px;
    border: none;
    text-transform: uppercase;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.admision-btn.primary {
    background: linear-gradient(135deg, #c70039, #8b001f);
    color: #fff;
    box-shadow: 0 18px 44px rgba(199, 0, 57, 0.4);
}

.admision-btn.primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 58px rgba(199, 0, 57, 0.55);
}

.admision-btn.secondary {
    background: transparent;
    color: rgba(212, 175, 55, 0.92);
    border: 1px solid rgba(212, 175, 55, 0.65);
    box-shadow: 0 18px 44px rgba(212, 175, 55, 0.25);
}

.admision-btn.secondary:hover {
    transform: translateY(-4px);
    background: rgba(212, 175, 55, 0.08);
    box-shadow: 0 26px 58px rgba(212, 175, 55, 0.35);
}

.admision-btn i {
    font-size: 1.1rem;
}

@media (max-width: 1024px) {
    .admision-grid {
        grid-template-columns: 1fr;
    }

    .admision-section {
        padding: 100px 0;
    }
}

@media (max-width: 768px) {
    .admision-card {
        padding: 28px;
    }

    .admision-card h3 {
        font-size: 1.45rem;
    }

    .admision-meta {
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .admision-section {
        padding: 80px 0;
    }

    .admision-subtitle {
        font-size: 1rem;
    }

    .admision-card {
        padding: 24px;
    }

    .admision-btn {
        width: 100%;
    }
}

























