
.newsletter-section {
    background: linear-gradient(135deg, #0a4f6e, #2bb3a3);
    padding: 60px;
    border-radius: 12px;
    color: #ffffff;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* Texto izquierdo */
.newsletter-section::before {
    content: "No te pierdas ninguna de nuestras noticias más relevantes";
    font-size: 36px;
    font-weight: 700;
    max-width: 480px;
    line-height: 1.2;
}

/* Contenedor Mailchimp */
#mc_embed_signup {
    background: transparent !important;
    width: 380px;
}

/* Inputs */
#mc_embed_signup input[type="text"],
#mc_embed_signup input[type="email"] {
    width: 100%;
    padding: 14px;
    margin-bottom: 12px;
    border-radius: 6px;
    border: none;
    font-size: 14px;
}

/* Botón */
#mc_embed_signup input[type="submit"] {
    width: 100%;
    background: #ff4f7b;
    color: #ffffff;
    border: none;
    padding: 14px;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

#mc_embed_signup input[type="submit"]:hover {
    background: #e43f69;
}

/* Texto legal */
#mc_embed_signup .mc-field-group + p,
#mc_embed_signup .indicates-required {
    font-size: 12px;
    opacity: 0.8;
    text-align: center;
}
/* CONTENEDOR GENERAL */
.newsletter-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #0a4f6e, #2bb3a3);
    padding: 60px;
    border-radius: 12px;
    color: #fff;
    max-width: 700px;
    margin: 40px auto;
    gap: 40px;
}

/* TEXTO IZQUIERDA */
.newsletter-text {
    max-width: 520px;
}

.newsletter-text h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.newsletter-text p {
    margin-bottom: 10px;
}

.newsletter-text ul {
    padding-left: 20px;
}

.newsletter-text li {
    margin-bottom: 6px;
}

/* FORMULARIO */
.newsletter-form {
    width: 380px;
}

/* MAILCHIMP RESET */
#mc_embed_signup {
    background: transparent !important;
}

/* INPUTS */
#mc_embed_signup input[type="email"],
#mc_embed_signup input[type="text"] {
    width: 100% !important;
    padding: 14px !important;
    border-radius: 6px !important;
    border: none !important;
    margin-bottom: 12px !important;
    font-size: 14px;
}

/* BOTÓN */
#mc_embed_signup input[type="submit"] {
    width: 100% !important;
    background: #ff3f7f !important;
    color: #fff !important;
    padding: 14px !important;
    border-radius: 6px !important;
    border: none !important;
    font-weight: bold;
    cursor: pointer;
}

/* TEXTO LEGAL */
#mc_embed_signup p,
#mc_embed_signup .indicates-required {
    font-size: 12px;
    color: #e6f7f5;
    text-align: center;
}
