.aseook-cobertura {
    margin: 28px 0;
    font-family: inherit;
}

.aseook-cobertura__inner {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    padding: clamp(26px, 4vw, 48px);
    background: linear-gradient(135deg, #f7fffb 0%, #ffffff 48%, #eef8ff 100%);
    border: 1px solid rgba(14, 126, 88, .12);
    box-shadow: 0 22px 55px rgba(15, 54, 83, .10);
}

.aseook-cobertura__inner:before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -90px;
    top: -110px;
    border-radius: 999px;
    background: rgba(0, 176, 116, .12);
}

.aseook-cobertura__title {
    position: relative;
    margin: 0 0 10px;
    font-size: clamp(26px, 4vw, 42px);
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: #123047;
}

.aseook-cobertura__subtitle {
    position: relative;
    margin: 0 0 22px;
    max-width: 740px;
    font-size: clamp(16px, 2vw, 19px);
    color: #425466;
}

.aseook-cobertura__chips {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
}

.aseook-cobertura__chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 15px;
    border-radius: 999px;
    background: #ffffff;
    color: #123047;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid rgba(16, 151, 108, .20);
    box-shadow: 0 8px 20px rgba(15, 54, 83, .07);
}

.aseook-cobertura__empty {
    position: relative;
    margin: 0;
    color: #425466;
    font-size: 16px;
}

.aseook-cobertura__cta {
    position: relative;
    margin-top: 26px;
    padding: 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .74);
    border: 1px solid rgba(14, 126, 88, .12);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.aseook-cobertura__cta p {
    margin: 0;
    color: #123047;
    font-weight: 700;
}

.aseook-cobertura__button {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 11px 18px;
    border-radius: 999px;
    background: #11a66a;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(17, 166, 106, .24);
}

.aseook-cobertura__button:hover {
    transform: translateY(-1px);
}

@media (max-width: 640px) {
    .aseook-cobertura__inner {
        border-radius: 22px;
    }

    .aseook-cobertura__cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .aseook-cobertura__button {
        width: 100%;
    }
}
