.dgaia-openwork-acceso {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: min(1180px, calc(100% - 32px));
    margin: 30px auto 44px;
    padding: clamp(26px, 4vw, 48px);
    border: 1px solid rgba(64, 83, 145, 0.18);
    border-radius: 28px;
    background:
        radial-gradient(
            circle at 96% 10%,
            rgba(122, 73, 232, 0.20),
            transparent 18rem
        ),
        radial-gradient(
            circle at 5% 95%,
            rgba(0, 169, 160, 0.18),
            transparent 17rem
        ),
        linear-gradient(
            135deg,
            #f4f7ff,
            #ffffff
        );
    color: #17213f;
    box-shadow: 0 24px 58px rgba(42, 57, 105, 0.13);
}

.dgaia-openwork-acceso__rejilla {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    align-items: center;
    gap: clamp(28px, 5vw, 70px);
}

.dgaia-openwork-acceso__etiqueta {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 15px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #e8eeff;
    color: #3157d5;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.dgaia-openwork-acceso__etiqueta::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #128a61;
    box-shadow: 0 0 0 5px rgba(18, 138, 97, 0.13);
    content: "";
}

.dgaia-openwork-acceso h2 {
    margin: 0;
    color: #17213f;
    font-size: clamp(2rem, 4.5vw, 4rem);
    line-height: 1.03;
    letter-spacing: -0.045em;
}

.dgaia-openwork-acceso h2 span {
    color: #3157d5;
}

.dgaia-openwork-acceso__descripcion {
    max-width: 760px;
    margin: 20px 0 0;
    color: #5d6681;
    font-size: clamp(1rem, 1.8vw, 1.18rem);
    line-height: 1.7;
}

.dgaia-openwork-acceso__acciones {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
}

.dgaia-openwork-acceso__boton {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 24px;
    border-radius: 14px;
    background: linear-gradient(135deg, #3157d5, #7a49e8);
    color: #fff !important;
    font-weight: 850;
    text-decoration: none !important;
    box-shadow: 0 15px 32px rgba(64, 76, 195, 0.27);
    transition:
        transform 160ms ease,
        box-shadow 160ms ease;
}

.dgaia-openwork-acceso__boton:hover,
.dgaia-openwork-acceso__boton:focus-visible {
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 20px 38px rgba(64, 76, 195, 0.35);
}

.dgaia-openwork-acceso__nota {
    color: #5d6681;
    font-size: 0.86rem;
    font-weight: 700;
}

.dgaia-openwork-acceso__resumen {
    display: grid;
    gap: 14px;
    padding: 23px;
    border: 1px solid rgba(73, 92, 150, 0.16);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 13px 30px rgba(42, 57, 105, 0.08);
}

.dgaia-openwork-acceso__resumen strong {
    color: #17213f;
}

.dgaia-openwork-acceso__resumen ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dgaia-openwork-acceso__resumen li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: #5d6681;
    font-size: 0.91rem;
    line-height: 1.45;
}

.dgaia-openwork-acceso__resumen li::before {
    display: grid;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 8px;
    background: #e0f8ee;
    color: #128a61;
    content: "✓";
    font-size: 0.76rem;
    font-weight: 900;
}

html[data-tema="oscuro"] .dgaia-openwork-acceso,
html[data-theme="dark"] .dgaia-openwork-acceso,
body.dark .dgaia-openwork-acceso {
    border-color: rgba(155, 174, 225, 0.2);
    background:
        radial-gradient(
            circle at 96% 10%,
            rgba(122, 73, 232, 0.24),
            transparent 18rem
        ),
        linear-gradient(
            135deg,
            #141d34,
            #19243e
        );
    color: #f5f7ff;
}

html[data-tema="oscuro"] .dgaia-openwork-acceso h2,
html[data-theme="dark"] .dgaia-openwork-acceso h2,
body.dark .dgaia-openwork-acceso h2,
html[data-tema="oscuro"] .dgaia-openwork-acceso__resumen strong,
html[data-theme="dark"] .dgaia-openwork-acceso__resumen strong,
body.dark .dgaia-openwork-acceso__resumen strong {
    color: #f5f7ff;
}

html[data-tema="oscuro"] .dgaia-openwork-acceso__descripcion,
html[data-theme="dark"] .dgaia-openwork-acceso__descripcion,
body.dark .dgaia-openwork-acceso__descripcion,
html[data-tema="oscuro"] .dgaia-openwork-acceso__nota,
html[data-theme="dark"] .dgaia-openwork-acceso__nota,
body.dark .dgaia-openwork-acceso__nota,
html[data-tema="oscuro"] .dgaia-openwork-acceso__resumen li,
html[data-theme="dark"] .dgaia-openwork-acceso__resumen li,
body.dark .dgaia-openwork-acceso__resumen li {
    color: #bdc7df;
}

html[data-tema="oscuro"] .dgaia-openwork-acceso__resumen,
html[data-theme="dark"] .dgaia-openwork-acceso__resumen,
body.dark .dgaia-openwork-acceso__resumen {
    border-color: rgba(155, 174, 225, 0.18);
    background: rgba(27, 39, 67, 0.88);
}

@media (max-width: 820px) {
    .dgaia-openwork-acceso__rejilla {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .dgaia-openwork-acceso {
        width: min(100% - 20px, 1180px);
        margin: 18px auto 30px;
        padding: 24px 20px;
        border-radius: 22px;
    }

    .dgaia-openwork-acceso__acciones {
        display: grid;
    }

    .dgaia-openwork-acceso__boton {
        width: 100%;
    }

    .dgaia-openwork-acceso__nota {
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dgaia-openwork-acceso *,
    .dgaia-openwork-acceso *::before,
    .dgaia-openwork-acceso *::after {
        transition-duration: 0.01ms !important;
    }
}
