.lince-modal-precampana {
    position: fixed;
    inset: 0;
    z-index: 200000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
    font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
}

.lince-modal-precampana.is-open {
    display: flex;
}

.lince-modal-precampana__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 12, 18, 0.55);
    cursor: pointer;
}

.lince-modal-precampana__dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 420px;
    max-height: min(92vh, 780px);
    overflow: auto;
    background: #f7f5f8;
    border-radius: 20px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.22);
}

.lince-modal-precampana__close {
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 3;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #333;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    transition: background 0.2s, transform 0.2s;
}

.lince-modal-precampana__close:hover {
    background: #fff;
    transform: scale(1.05);
}

.lince-modal-precampana__hero {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.lince-modal-precampana__hero img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
}

.lince-modal-precampana__wave {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55%;
    height: 48px;
    background: linear-gradient(135deg, #8e247d 0%, #6b1a5f 100%);
    clip-path: polygon(0 40%, 15% 20%, 35% 55%, 55% 15%, 75% 45%, 100% 25%, 100% 100%, 0 100%);
    opacity: 0.92;
}

.lince-modal-precampana__body {
    padding: 20px 22px 24px;
}

.lince-modal-precampana__brand {
    text-align: center;
    margin-bottom: 10px;
}

.lince-modal-precampana__logo {
    height: 40px;
    width: auto;
}

.lince-modal-precampana__title {
    margin: 0 0 12px;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-align: center;
    color: #008f4c;
    line-height: 1.2;
}

.lince-modal-precampana__lead {
    margin: 0 0 12px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #4a4a4a;
    text-align: center;
    line-height: 1.45;
}

.lince-modal-precampana__meta {
    margin: 0 0 16px;
    font-size: 0.78rem;
    line-height: 1.5;
    color: #777;
    text-align: center;
}

.lince-modal-precampana__badges {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
}

.lince-modal-precampana__badges li {
    padding: 10px 14px;
    margin-bottom: 8px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 999px;
    font-size: 0.82rem;
    color: #333;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.lince-modal-precampana__hint {
    margin: 0 0 14px;
    font-size: 0.88rem;
    color: #555;
    text-align: center;
}

.lince-modal-precampana__cta {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 18px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #008f4c 0%, #00a85a 100%);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 143, 76, 0.35);
    transition: transform 0.2s, box-shadow 0.2s;
}

.lince-modal-precampana__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0, 143, 76, 0.45);
}

.lince-modal-precampana__cta-icon {
    font-size: 1.15rem;
}

@media (max-width: 400px) {
    .lince-modal-precampana__title {
        font-size: 1.15rem;
    }
}
