:root {
    --nl-navy: #061b31;
    --nl-navy-2: #0a3158;
    --nl-blue: #2352ee;
    --nl-blue-dark: #183fc7;
    --nl-blue-soft: #eef3ff;
    --nl-yellow: #f8c915;
    --nl-yellow-hover: #e9b900;
    --nl-green: #0e9f61;
    --nl-text: #10243c;
    --nl-muted: #617187;
    --nl-border: #d8e2ee;
    --nl-bg: #f7f9fc;
    --nl-white: #ffffff;
    --nl-danger: #c92a2a;
}

/* =========================================================
   AISLAMIENTO
   ========================================================= */

.newsletter-conversion-modal,
.newsletter-conversion-modal * {
    box-sizing: border-box;
}

.newsletter-conversion-modal {
    padding: 18px !important;
    background: transparent !important;
}

.newsletter-conversion-modal .modal-dialog {
    display: flex;
    width: min(1060px, calc(100vw - 36px));
    max-width: 1060px;
    height: min(760px, calc(100dvh - 36px));
    margin: auto;
    align-items: stretch;
}

.newsletter-conversion-modal .modal-content {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0;
    border-radius: 28px;
    background: var(--nl-white);
    box-shadow:
        0 34px 90px rgba(1, 18, 39, 0.28),
        0 12px 34px rgba(1, 18, 39, 0.12);
}

.modal-backdrop {
    background-color: #031325;
}

.modal-backdrop.show {
    opacity: 0.78;
}

.newsletter-modal-shell {
    display: grid;
    width: 100%;
    height: 100%;
    min-height: 0;
    grid-template-columns: minmax(0, 42%) minmax(0, 58%);
}

/* =========================================================
   PANEL IZQUIERDO
   ========================================================= */

.newsletter-modal-visual {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
    padding: 30px;
    color: var(--nl-white);
    background:
        linear-gradient(
            145deg,
            #04172b 0%,
            #082d50 55%,
            #115181 100%
        );
}

.newsletter-visual-grid {
    position: absolute;
    inset: 0;
    opacity: 0.12;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
    background-size: 36px 36px;
    mask-image: linear-gradient(to bottom, black 20%, transparent 96%);
}

.newsletter-visual-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.newsletter-visual-glow-one {
    top: -180px;
    right: -140px;
    width: 430px;
    height: 430px;
    background: rgba(53, 111, 255, 0.34);
    filter: blur(2px);
}

.newsletter-visual-glow-two {
    bottom: -190px;
    left: -140px;
    width: 400px;
    height: 400px;
    background: rgba(0, 208, 164, 0.22);
    filter: blur(4px);
}

.newsletter-visual-top,
.newsletter-visual-content,
.newsletter-visual-footer {
    position: relative;
    z-index: 2;
}

.newsletter-visual-top {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.newsletter-modal-logo {
    display: block;
    width: 188px;
    max-width: 58%;
    height: auto;
    object-fit: contain;
}

.newsletter-edition-badge {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    padding: 6px 11px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    color: #dcecff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.12em;
    white-space: nowrap;
}

.newsletter-visual-content {
    display: flex;
    min-height: 0;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 24px 0;
}

.newsletter-radar-symbol {
    position: relative;
    display: grid;
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    place-items: center;
    border: 1px solid rgba(161, 207, 255, 0.35);
    border-radius: 50%;
    color: #9fd2ff;
    background: rgba(255, 255, 255, 0.06);
}

.newsletter-radar-symbol i {
    position: relative;
    z-index: 2;
    font-size: 30px;
}

.newsletter-radar-symbol span {
    position: absolute;
    inset: 8px;
    border: 1px solid rgba(159, 210, 255, 0.2);
    border-radius: 50%;
}

.newsletter-radar-symbol span:nth-child(2) {
    inset: 17px;
}

.newsletter-radar-symbol span:nth-child(3) {
    inset: 26px;
}

.newsletter-visual-kicker,
.newsletter-kicker {
    color: #83baff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.newsletter-visual-content h3 {
    max-width: 390px;
    margin: 11px 0 13px;
    color: var(--nl-white);
    font-family: "Outfit", Arial, sans-serif;
    font-size: clamp(31px, 3vw, 42px);
    font-weight: 760;
    line-height: 1.04;
    letter-spacing: -0.035em;
}

.newsletter-visual-content > p {
    max-width: 390px;
    margin: 0;
    color: #d8e5f2;
    font-size: 14px;
    line-height: 1.55;
}

.newsletter-proof-list {
    display: grid;
    gap: 12px;
    margin-top: 25px;
}

.newsletter-proof-item {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
}

.newsletter-proof-icon {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    color: #a3d1ff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 18px;
}

.newsletter-proof-item strong {
    display: block;
    margin: 0 0 2px;
    color: var(--nl-white);
    font-size: 13px;
    font-weight: 750;
}

.newsletter-proof-item small {
    display: block;
    color: #afc1d3;
    font-size: 11px;
    line-height: 1.35;
}

.newsletter-visual-footer {
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    color: #94aabf;
    font-size: 10px;
    letter-spacing: 0.05em;
}

/* =========================================================
   PANEL DERECHO
   ========================================================= */

.newsletter-modal-content {
    display: flex;
    min-width: 0;
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
    background: var(--nl-white);
}

.newsletter-modal-header {
    display: flex;
    min-height: 76px;
    flex: 0 0 76px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 28px 10px;
    background: var(--nl-white);
}

.newsletter-close {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    padding: 0;
    place-items: center;
    border: 1px solid #e2eaf2;
    border-radius: 50%;
    color: var(--nl-text);
    background: #f1f5f8;
    font-size: 23px;
    cursor: pointer;
    transition:
        color 150ms ease,
        background-color 150ms ease,
        border-color 150ms ease;
}

.newsletter-close:hover {
    border-color: var(--nl-navy);
    color: var(--nl-white);
    background: var(--nl-navy);
}

.newsletter-close:focus-visible {
    outline: 3px solid rgba(35, 82, 238, 0.25);
    outline-offset: 3px;
}

.newsletter-modal-scroll {
    min-width: 0;
    min-height: 0;
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 8px 28px 28px;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: #cbd6e3 transparent;
}

.newsletter-heading h2 {
    max-width: 610px;
    margin: 0;
    color: var(--nl-navy);
    font-family: "Outfit", Arial, sans-serif;
    font-size: clamp(34px, 3.5vw, 47px);
    font-weight: 770;
    line-height: 1.03;
    letter-spacing: -0.043em;
}

.newsletter-lead {
    max-width: 610px;
    margin: 14px 0 0;
    color: var(--nl-muted);
    font-size: 15px;
    line-height: 1.56;
}

.newsletter-mobile-edition,
.newsletter-mobile-benefits {
    display: none;
}

/* =========================================================
   FORMULARIO
   ========================================================= */

.newsletter-conversion-form {
    width: 100%;
    margin-top: 22px;
}

.newsletter-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.newsletter-field {
    margin: 0 0 16px;
}

.newsletter-field > label {
    display: block;
    margin: 0 0 7px;
    color: var(--nl-text);
    font-size: 13px;
    font-weight: 750;
}

.newsletter-input-wrapper {
    position: relative !important;
    display: block !important;
    width: 100% !important;
}

.newsletter-input-icon {
    position: absolute !important;
    top: 50% !important;
    left: 17px !important;
    z-index: 3 !important;
    display: grid !important;
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
    place-items: center !important;
    color: #8795a8 !important;
    font-size: 20px !important;
    line-height: 1 !important;
    pointer-events: none !important;
    transform: translateY(-50%) !important;
}

.newsletter-input-icon i {
    display: block;
    margin: 0;
    line-height: 1;
}

.newsletter-conversion-modal input.newsletter-email {
    display: block !important;
    width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 0 16px 0 54px !important;
    border: 1px solid var(--nl-border) !important;
    border-radius: 14px !important;
    outline: 0 !important;
    color: var(--nl-text) !important;
    background: var(--nl-white) !important;
    font-family: "IBM Plex Sans", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: normal !important;
    text-indent: 0 !important;
    box-shadow: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.newsletter-conversion-modal input.newsletter-email::placeholder {
    padding: 0 !important;
    color: #97a4b5 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    opacity: 1 !important;
}

.newsletter-conversion-modal input.newsletter-email:hover {
    border-color: #b7c5d6 !important;
}

.newsletter-conversion-modal input.newsletter-email:focus {
    border-color: var(--nl-blue) !important;
    box-shadow: 0 0 0 4px rgba(35, 82, 238, 0.11) !important;
}

.newsletter-conversion-modal input.newsletter-email.is-invalid {
    border-color: var(--nl-danger) !important;
    box-shadow: 0 0 0 4px rgba(201, 42, 42, 0.1) !important;
}

.newsletter-field-help {
    display: block;
    margin-top: 6px;
    color: #8391a3;
    font-size: 11px;
    line-height: 1.4;
}

.newsletter-field-error {
    display: block;
    margin-top: 6px;
    color: var(--nl-danger);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.newsletter-field-error:empty {
    display: none;
}

/* =========================================================
   PERSONALIZACIÓN
   ========================================================= */

.newsletter-customize-toggle {
    display: grid;
    width: 100%;
    min-height: 86px;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid var(--nl-border);
    border-radius: 15px;
    color: var(--nl-text);
    background: linear-gradient(135deg, #f8faff 0%, #f1f5ff 100%);
    text-align: left;
    cursor: pointer;
    transition:
        border-color 150ms ease,
        box-shadow 150ms ease;
}

.newsletter-customize-toggle:hover {
    border-color: #b8c9f7;
    box-shadow: 0 7px 22px rgba(35, 82, 238, 0.08);
}

.newsletter-customize-toggle[aria-expanded="true"] {
    border-color: rgba(35, 82, 238, 0.48);
    border-radius: 15px 15px 7px 7px;
}

.newsletter-customize-icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 12px;
    color: var(--nl-blue);
    background: var(--nl-blue-soft);
    font-size: 20px;
}

.newsletter-customize-copy {
    min-width: 0;
}

.newsletter-customize-copy strong {
    display: block;
    color: var(--nl-text);
    font-size: 14px;
    font-weight: 760;
    line-height: 1.3;
}

.newsletter-customize-copy small {
    display: block;
    margin-top: 3px;
    color: var(--nl-muted);
    font-size: 11px;
    line-height: 1.35;
}

.newsletter-customize-action {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: var(--nl-blue);
    font-size: 11px;
    font-weight: 750;
    white-space: nowrap;
}

.newsletter-customize-action i {
    font-size: 19px;
    transition: transform 160ms ease;
}

.newsletter-customize-toggle[aria-expanded="true"]
.newsletter-customize-action i {
    transform: rotate(180deg);
}

.newsletter-topics-panel {
    width: 100%;
    padding: 16px;
    border: 1px solid rgba(35, 82, 238, 0.42);
    border-top: 0;
    border-radius: 0 0 15px 15px;
    background: #fafcff;
}

.newsletter-topics-panel[hidden] {
    display: none !important;
}

.newsletter-topics-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 13px;
}

.newsletter-topics-heading strong {
    display: block;
    color: var(--nl-text);
    font-size: 13px;
    font-weight: 750;
}

.newsletter-topics-heading small {
    display: block;
    margin-top: 2px;
    color: var(--nl-muted);
    font-size: 10px;
}

.newsletter-topics-heading button {
    flex: 0 0 auto;
    padding: 0;
    border: 0;
    color: var(--nl-blue);
    background: transparent;
    font-size: 10px;
    font-weight: 750;
    cursor: pointer;
}

.newsletter-topic-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.newsletter-topic-item {
    min-width: 0;
}

.newsletter-topic-checkbox {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.newsletter-topic-item label {
    position: relative;
    display: grid;
    width: 100%;
    min-height: 62px;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    border: 1px solid #d9e3ef;
    border-radius: 12px;
    color: var(--nl-text);
    background: var(--nl-white);
    cursor: pointer;
    transition:
        color 150ms ease,
        border-color 150ms ease,
        background-color 150ms ease,
        box-shadow 150ms ease;
}

.newsletter-topic-item label:hover {
    border-color: #9fb6f6;
    background: #f5f8ff;
}

.newsletter-topic-icon {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 10px;
    color: var(--nl-blue);
    background: var(--nl-blue-soft);
    font-size: 17px;
    transition:
        color 150ms ease,
        background-color 150ms ease;
}

.newsletter-topic-title {
    display: block;
    min-width: 0;
    overflow: hidden;
    color: inherit;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

.newsletter-topic-checkbox:focus-visible + label {
    outline: 3px solid rgba(35, 82, 238, 0.2);
    outline-offset: 2px;
}

.newsletter-topic-checkbox:checked + label {
    border-color: var(--nl-blue);
    color: var(--nl-white);
    background:
        linear-gradient(
            135deg,
            var(--nl-blue) 0%,
            var(--nl-blue-dark) 100%
        );
    box-shadow: 0 8px 20px rgba(35, 82, 238, 0.18);
}

.newsletter-topic-checkbox:checked + label .newsletter-topic-icon {
    color: var(--nl-white);
    background: rgba(255, 255, 255, 0.17);
}

/* =========================================================
   CONSENTIMIENTO
   ========================================================= */

.newsletter-consent-wrapper {
    margin-top: 16px;
}

.newsletter-consent {
    position: relative;
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    cursor: pointer;
}

.newsletter-consent input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.newsletter-consent-box {
    display: grid;
    width: 22px;
    height: 22px;
    margin-top: 1px;
    place-items: center;
    border: 1px solid #c7d2df;
    border-radius: 7px;
    color: transparent;
    background: var(--nl-white);
    font-size: 14px;
    transition:
        color 150ms ease,
        border-color 150ms ease,
        background-color 150ms ease;
}

.newsletter-consent input:checked + .newsletter-consent-box {
    border-color: var(--nl-blue);
    color: var(--nl-white);
    background: var(--nl-blue);
}

.newsletter-consent input:focus-visible + .newsletter-consent-box {
    outline: 3px solid rgba(35, 82, 238, 0.2);
    outline-offset: 2px;
}

.newsletter-consent-copy {
    color: var(--nl-muted);
    font-size: 10px;
    line-height: 1.5;
}

.newsletter-consent-copy a {
    color: var(--nl-blue);
    font-weight: 700;
    text-decoration: none;
}

.newsletter-consent-copy a:hover {
    text-decoration: underline;
}

/* =========================================================
   CTA
   ========================================================= */

.newsletter-submit-zone {
    margin-top: 18px;
}

.newsletter-submit {
    display: flex;
    width: 100%;
    min-height: 56px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 7px 8px 7px 19px;
    border: 0;
    border-radius: 14px;
    color: var(--nl-navy);
    background:
        linear-gradient(
            135deg,
            #ffd52b 0%,
            var(--nl-yellow) 100%
        );
    box-shadow: 0 12px 27px rgba(227, 176, 0, 0.22);
    font-family: inherit;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    transition:
        transform 150ms ease,
        box-shadow 150ms ease;
}

.newsletter-submit:hover {
    box-shadow: 0 16px 32px rgba(227, 176, 0, 0.28);
    transform: translateY(-1px);
}

.newsletter-submit:focus-visible {
    outline: 3px solid rgba(248, 201, 21, 0.4);
    outline-offset: 3px;
}

.newsletter-submit:disabled {
    cursor: wait;
    opacity: 0.68;
    transform: none;
}

.newsletter-submit-icon {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border-radius: 11px;
    color: var(--nl-white);
    background: var(--nl-navy);
    font-size: 20px;
}

.newsletter-submit-zone > p {
    margin: 8px 0 0;
    color: #8592a4;
    font-size: 9px;
    text-align: center;
}

.newsletter-form-status {
    display: none;
    margin-top: 13px;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 11px;
    line-height: 1.45;
}

.newsletter-form-status.is-visible {
    display: block;
}

.newsletter-form-status.is-error {
    color: #8f1f1f;
    background: #fff0f0;
}

.newsletter-form-status.is-success {
    color: #087047;
    background: #edf9f4;
}

/* =========================================================
   ÉXITO
   ========================================================= */

.newsletter-success {
    display: grid;
    min-height: 500px;
    align-content: center;
    justify-items: center;
    padding: 28px;
    text-align: center;
}

.newsletter-success[hidden] {
    display: none !important;
}

.newsletter-success-icon {
    display: grid;
    width: 72px;
    height: 72px;
    margin-bottom: 20px;
    place-items: center;
    border-radius: 50%;
    color: var(--nl-white);
    background: var(--nl-green);
    box-shadow: 0 17px 35px rgba(14, 159, 97, 0.24);
    font-size: 35px;
}

.newsletter-success h3 {
    max-width: 450px;
    margin: 11px 0;
    color: var(--nl-navy);
    font-family: "Outfit", Arial, sans-serif;
    font-size: 33px;
    line-height: 1.1;
}

.newsletter-success p {
    max-width: 440px;
    margin: 0;
    color: var(--nl-muted);
    font-size: 14px;
    line-height: 1.55;
}

.newsletter-success-close {
    min-height: 46px;
    margin-top: 20px;
    padding: 0 20px;
    border: 0;
    border-radius: 12px;
    color: var(--nl-white);
    background: var(--nl-navy);
    font-size: 13px;
    font-weight: 750;
    cursor: pointer;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) and (min-width: 768px) {

    .newsletter-conversion-modal .modal-dialog {
        width: min(94vw, 980px);
    }

    .newsletter-modal-shell {
        grid-template-columns: 39% 61%;
    }

    .newsletter-modal-visual {
        padding: 25px;
    }

    .newsletter-visual-content h3 {
        font-size: 34px;
    }

    .newsletter-proof-item small {
        display: none;
    }

    .newsletter-modal-header {
        padding-right: 24px;
        padding-left: 24px;
    }

    .newsletter-modal-scroll {
        padding-right: 24px;
        padding-left: 24px;
    }

    .newsletter-heading h2 {
        font-size: clamp(32px, 4vw, 42px);
    }

}

/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 767.98px) {

    .newsletter-conversion-modal {
        padding: 0 !important;
    }

    .newsletter-conversion-modal .modal-dialog {
        display: flex;
        width: 100%;
        max-width: none;
        height: 100dvh;
        min-height: 100dvh;
        align-items: flex-end;
        margin: 0;
    }

    .newsletter-conversion-modal .modal-content {
        width: 100%;
        height: min(94dvh, 850px);
        max-height: 94dvh;
        border-radius: 25px 25px 0 0;
        box-shadow: 0 -20px 55px rgba(1, 18, 39, 0.25);
    }

    .newsletter-modal-shell {
        display: block;
        height: 100%;
    }

    .newsletter-modal-visual {
        display: none;
    }

    .newsletter-modal-content {
        height: 100%;
        max-height: none;
    }

    .newsletter-modal-header {
        position: relative;
        min-height: 67px;
        flex-basis: 67px;
        padding:
            15px
            17px
            7px;
        border-radius: 25px 25px 0 0;
    }

    .newsletter-modal-header::before {
        position: absolute;
        top: 7px;
        left: 50%;
        width: 42px;
        height: 4px;
        border-radius: 999px;
        background: #d2dbe5;
        content: "";
        transform: translateX(-50%);
    }

    .newsletter-modal-header .newsletter-kicker {
        padding-top: 6px;
        font-size: 9px;
    }

    .newsletter-close {
        width: 41px;
        height: 41px;
        flex-basis: 41px;
    }

    .newsletter-modal-scroll {
        padding:
            6px
            17px
            calc(22px + env(safe-area-inset-bottom));
    }

    .newsletter-mobile-edition {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        margin-bottom: 11px;
        padding: 5px 8px;
        border-radius: 999px;
        color: var(--nl-blue);
        background: var(--nl-blue-soft);
        font-size: 9px;
        font-weight: 750;
    }

    .newsletter-heading h2 {
        font-size: clamp(28px, 8vw, 37px);
        line-height: 1.03;
    }

    .newsletter-lead {
        margin-top: 11px;
        font-size: 13px;
        line-height: 1.48;
    }

    .newsletter-mobile-benefits {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        margin-top: 13px;
    }

    .newsletter-mobile-benefits span {
        display: inline-flex;
        min-height: 28px;
        align-items: center;
        gap: 3px;
        padding: 4px 7px;
        border: 1px solid #e1e8f0;
        border-radius: 999px;
        color: #4b5c70;
        background: #fafbfd;
        font-size: 9px;
        font-weight: 650;
    }

    .newsletter-mobile-benefits i {
        color: var(--nl-green);
        font-size: 12px;
    }

    .newsletter-conversion-form {
        margin-top: 17px;
    }

    .newsletter-field-help {
        display: none;
    }

    .newsletter-customize-toggle {
        min-height: 76px;
        grid-template-columns: 40px minmax(0, 1fr) auto;
        gap: 9px;
        padding: 10px;
    }

    .newsletter-customize-icon {
        width: 40px;
        height: 40px;
    }

    .newsletter-customize-copy strong {
        font-size: 12px;
    }

    .newsletter-customize-copy small {
        display: none;
    }

    .newsletter-customize-action {
        font-size: 9px;
    }

    .newsletter-topics-panel {
        padding: 13px;
    }

    .newsletter-topic-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .newsletter-topic-item label {
        min-height: 58px;
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 8px;
        padding: 9px;
    }

    .newsletter-topic-icon {
        width: 34px;
        height: 34px;
        font-size: 15px;
    }

    .newsletter-topic-title {
        font-size: 10px;
        line-height: 1.25;
    }

    .newsletter-consent-wrapper {
        margin-top: 14px;
    }

    .newsletter-submit-zone {
        position: sticky;
        bottom: calc(-1px - env(safe-area-inset-bottom));
        z-index: 5;
        margin: 15px -17px 0;
        padding:
            11px
            17px
            calc(11px + env(safe-area-inset-bottom));
        border-top: 1px solid #e5ebf2;
        background: rgba(255, 255, 255, 0.97);
        backdrop-filter: blur(10px);
    }

    .newsletter-submit {
        min-height: 54px;
    }

}

/* =========================================================
   MÓVILES PEQUEÑOS
   ========================================================= */

@media (max-width: 380px) {

    .newsletter-topic-grid {
        grid-template-columns: 1fr;
    }

    .newsletter-heading h2 {
        font-size: 27px;
    }

}

/* =========================================================
   ACCESIBILIDAD
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .newsletter-conversion-modal *,
    .newsletter-conversion-modal *::before,
    .newsletter-conversion-modal *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

}