@font-face {
    font-family: 'Montserrat';
    src: url('../fuentes/montserrat/montserrat.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fuentes/montserrat/montserrat_italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

* { box-sizing: border-box; }
img { max-width: 100%; height: auto; }

html {
    font-size: 20px;
}

@media (max-width: 750px) {
    html { font-size: 14px;}
    .nav { padding: 8px 12px; }
    .nav_contenido { gap: 8px; padding: 8px;}
}

body {
    background-color: #e8f5e9;
    font-family: 'Montserrat', sans-serif;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

html, body {height: 100%;}

.nav {
    background: #fff;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    border-bottom: 5px solid #C8E6C9 ;
    position: sticky;
    top: 0;
    width: 100%;
    margin: 0;
    z-index: 100;
}

.nav_contenido {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.nav_logo{
    margin-right: auto;
}

.nav_logo img {
    height: 60px;
    width: auto;
    display: block;

}

.nav_menu {
    display: flex;
    gap: 24px;
    margin-left: auto;
}

.nav_menu a {
    color: #4caf50;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
    font-size: 1.3rem;
}

.nav_menu a:hover {
    color: #81c784 ;
    font-weight: 600;
}

.nav_toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1rem;
    color:#236b53;
    cursor: pointer;
}

@media (max-width: 750px) {
    .nav_menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 70px;
        right: 0;
        background: #fff;
        border-left: 1px solid #81c784;
        width: 45%;
        padding: 20px;
        box-shadow: 0 4px 20px #C8E6C9;
    }

    .nav_menu.activo {
        display: flex;
    }

    .nav_toggle {
        display: block;
    }
}


.hero_grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 20px;
}

/* Soluciones: keep hero video container full-width inside centered flex column */
#soluciones .hero_copy {
    width: min(1140px, 100%);
}

#soluciones .contenedor_titulo_principal {
    width: 100%;
}


.contenedor_titulo_principal {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    display: flex;
    flex-direction: column;
}

.contenedor_titulo_principal::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    border-radius: 20px;
}

.contenedor_titulo_principal video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    border-radius: 20px;
}

.contenedor_titulo_principal h1,
.contenedor_titulo_principal p {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 5px;
}

.contenedor_titulo_principal h1 {
    font-size: 2.5rem;
}



.hero_eyebrow {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    background: #236b5380;
    color: #fff;
    width: 60%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 12px;
    margin-bottom: 20px;
    border: 2px solid #236b530D;
}

.hero_copy img {
    display: flex;
    margin:auto;
    padding: 20px;
    justify-content: center;
}

.hero_titulo {
    width: 90%;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
    padding-top: 40px;
    color: #236b53;
    padding: 20px;
}

.subtitulo {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

.subtitulo2 {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin: 25px 0;
}

.subtitulo3 {
    font-size: 1.2rem;
    text-align: center;
    color: #4CAF50;

}

.contenedor_texto_imagen {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 95%;
    margin: 0;
    padding: 0;
}

.frase_destacada {
    font-size: 1.1rem;
}

.frase_destacada_video {
    color: #fff;
    font-weight: 500;
}

.frase_titulo {
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.2rem;
    text-align: left;
    padding-bottom: 5px;
    border-bottom: 2px solid #4CAF50;
}

.frase_texto {
    text-align: left;
}

.frase_texto2 {
    text-align: center;
    line-height: 1.8;
}

.frase_texto2 strong {
    font-weight: 900;
    color: #4CAF50;
}

.diagrama {
    border: 1.5px solid #d7ecd9;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 14px 30px rgba(31, 92, 74, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.65);
    display: flex;
    flex-direction: column;
}

.diagrama .titulo {
    margin: 0 0 16px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #1f5c4a;
    padding-bottom: 10px;
    border-bottom: 1px solid #d7e8db;
}

.diagrama .grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.diagrama .grid .card .cont_titulo1 {
    border-bottom: 3px solid #4CAF50;
    margin-bottom: 10px;
}

.diagrama .grid .card .titulo1 {
    font-size: 1.3rem;
    text-align: center;
    font-weight: 800;
    color: #4CAF50;
}

.diagrama .grid .card .texto {
    text-align: center;
}

@media (max-width: 1024px) {
    .diagrama .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .diagrama .grid {
        grid-template-columns: 1fr;
    }
}

.contenedor_texto {
    width: 60%;
    margin-right: 20px;
    padding: 0;
}

.contenedor_texto_imagen img {
    width: 40%;
    border-radius: 40px;
}

@media (max-width: 750px) {
    .contenedor_texto_imagen {
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    .contenedor_texto {
        width: 100%;
        margin-right: 0;
    }

    .contenedor_texto_imagen img {
        width: 100%;
        max-width: 520px;
    }
}

.cta {
    background: #fff;
    padding: 10px;
    margin-top: 30px;
    width: 100%;
    height: auto;
    min-height: clamp(420px, 45vh, 560px);
    text-align: center;
    border-radius: 10px;
    border: 2px solid #4caf50;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 16px;
    
}

@media (max-width: 750px) {
    .cta {
        min-height: fit-content;
    }
}

.cta::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.cta video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.cta h2,
.cta p,
.cta .btn_cta {
    position: relative;
    z-index: 2;
}

.cta h2 {
    color: #fff;
    font-size: clamp(1.8rem, 2.2vw, 2.6rem);
    line-height: 1.2;
    text-shadow: 0 2px 8px #236b53;
}

.cta p {
    color: #fff;
    font-size: clamp(1rem, 1.2vw, 1.4rem);
    line-height: 1.4;
}

.cta .btn_cta {
    text-decoration: none;
    color: #fff;
    padding: 15px;
    background: #236b53;
    width: fit-content;
    text-align: center;
    display: inline-block;
    margin: 20px auto;
    font-size: 1.5rem;
    border-radius: 10px;
}

.contenedor_principal {
    width: 100%;
}

.contenedor_principal .frase_destacada {
    font-size: 1.2rem;
    text-align: center;
}

.contenedor_principal .esquema {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    background: #fff;
    text-align: center;
    padding: 20px;
    max-width: fit-content;
    border-radius: 12px;
}

.contenedor_principal .seccion {
    display: flex;
    gap: 50px;
}

.contenedor_principal .esquema_imagen {
    width: 128px;
}

.contenedor_principal .esquema_titulo {
    color: #236b53;
    font-weight: bold;
    font-size: 1.3rem;

}

.footer {
    background: #fff;
    border-top: 4px solid #C8E6C9;
    font-size: 1rem;
    margin-top: auto;
}

@media (max-width: 750px) {
    .footer {
    grid-auto-flow: row;
    grid-template-rows: none;
    grid-template-columns: 1fr 1fr;
    }
}


.footer .contenido {
    display: grid;
    grid-template-columns: 1.2fr 1.8fr 1fr;
    align-items: start;
    gap: 24px;
    margin: 0 auto;
    padding: 24px;
}

@media (max-width: 750px){
    .footer .contenido {
        gap: 10px;
        padding: 10px
    }
}

.footer .menu {
    display: grid;
    grid-template-rows: repeat(5, auto);
    grid-auto-flow: column;
    gap: 10px 16px;
}

.footer a {
    text-decoration: none;
    color: #000;
}

.footer a:hover { color: #4CAF50; }

.footer .info {
    display: grid;
    gap: 8px;
    justify-items: center;
    text-align: center;
}

.footer .logo {
    display: grid;
    justify-items: end;
    gap: 8px;
    text-align: right;
    font-weight: bold;
}

.footer .logo img {
    height: 80px;
}

@media (max-width: 750px) {
    .footer .logo img {
        height: 60px;
    }
}

.contenedor_titulo_principal .video_texto {
    font-size: 1.5rem;
    width: 80%;
    margin: auto;
    background: #81c7844D;
    border-radius: 12px;
}

.grid_iconos {
    display: grid;
    gap: 30px;
    margin-top: 20px;
    justify-items: stretch;
}

@media (min-width: 1100px) {
    .grid_iconos {
        grid-template-columns: repeat(3, 1fr);
        max-width: 1600px;
    }
}

@media (min-width: 700px) and (max-width: 1099px) {
    .grid_iconos {
        grid-template-columns: repeat(2, 1fr);
        max-width: 1600px;
    }
}

.icono_card {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    border: 2px solid #4caf50;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.texto_card h3 {
    font-size: 1.2rem;
}

.texto_card p {
    font-size: 1rem;
    color: #236b53;
}

.cta_demo {
    position: relative;
    background: linear-gradient(135deg, #236b53 0%, #4caf50 100%);
    text-align: center;
    color: #fff;
    padding: 80px 20px;
    border-radius: 20px;
    overflow: hidden;
    margin: 60px auto;
    width: 90%;
}

.cta_demo h2 {
    font-size: 2.5rem;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.cta_demo p {
    font-size: 1.5rem;
}

.cta_demo .btn_cta {
    font-size: 1.8rem;
    text-decoration: none;
    font-weight: bold;
    color: #236b53;
    background: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    margin: 10px auto;
    display: inline-block;
}

.hero_nosotros h1 {
    color: #236b53;
    text-align: center;
    font-size: 2.5rem;
    border-bottom: 4px solid #236b53;
    width: 80%;
    margin: 20px auto;
    padding: 20px;
}

.texto_nosotros {
    font-size: 1.4rem;
    text-align: center;
    
}

.historia {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #fff;
    margin: 20px;
    text-align: center;
    border-radius: 16px;
}

.historia h2 {
    font-size: 2rem;
}

.historia p {
    font-size: 1.2rem;
    padding: 0 20px;
}



.mision {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mision h2 {
    color: #236b53;
    text-align: center;
    font-size: 2rem;
    width: 60%;
    margin: 20px auto;
    padding: 20px;
}

.mision_grid {
    display: flex;
    gap: 20px;
    margin: 20px;
}
.mision_card {
    background: #fff;
    padding: 10px;
    border-radius: 16px;
    text-align: center;
    font-size: 1.2em;
    max-width: 800px;
}

.mision_card h3 {
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.06em;
    margin-bottom: 15px;
}

.equipo h2 {
    color: #236b53;
    text-align: center;
    font-size: 2rem;
    border-bottom: 4px solid #236b53;
    width: 60%;
    margin: 20px auto;
    padding: 20px;
}

.equipo p {
    font-size: 1.3rem;
    text-align: center;
    padding: 0 20px;
}

.grid_equipo {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    justify-items: center;
    align-items: stretch;
    margin-top: 40px;
}

.persona {
    background: #fff;
    border: 2px solid #C8E6C9;
    border-radius: 16px;
    padding: 30px;
    max-width: 600px;
    text-align: center;
}

.persona img {
    border-radius: 12px;
}

.persona h3 {
    font-size: 1.5rem;
}

.texto_persona {
    font-weight: bold;
    color: #236b53;
}

.linkedin img {
    width: 50px;
    border-radius: 0;
}


.contacto {
    background: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    width: 60%;
    margin: 30px auto 30px auto;
    font-size: 1.2rem;
    border-radius: 12px;
}

.contacto h1 {
    font-size: 2rem;
    text-align: center;
    color: #236b53;
    letter-spacing: 2.5px;
}

.area_clientes {
    display: flex;
    flex-direction: column;
}

.area_clientes h1 {
    font-size: 2rem;
    text-align: center;
    color: #236b53;
    letter-spacing: 2.5px;
    padding: 20px;
    border-bottom: 4px solid #236b53;
    width: 50%;
    margin: 30px auto;
}

.contenedor_chatbot {
    background: #fff;
    width: 15%;
    min-width: 300px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    margin: auto;
    text-align: center;
    justify-content: center;
    font-size: 1.2rem;
    border-radius: 20px;
}

.contenedor_chatbot h2 {
    font-size: 1.7rem;
    color: #236b53;
    letter-spacing: 2px;
}

.btn_acceso {
    font-family: 'Montserrat', sans-serif;
    background-color: #81c784;
    color: #fff;
    font-size: 1.3rem;
    padding: 10px;
    width: 70%;
    margin: 20px auto;
    border: 2px solid #236b53;
    border-radius: 10px;
}

.texto_iconos {
    font-size: 0.4rem;
    margin: 5px 0 0 0;
}

.aviso {
    background: #fff;
    width: 80%;
    margin: auto;
    padding: 20px;
    margin-top: 40px;
    border-radius: 16px;
}

.aviso h1 {
    color: #236b53;
    text-align: center;
}

.tarjeta_visita {
    width: 100%;
    max-width: 420px;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    margin: auto;
    gap: 15px;
}

.tarjeta_visita h1 {
    font-size: 2rem;
    text-align: center;
}

.tarjeta_visita .subtitulo {
    font-size: 1.3rem;
}

.tarjeta_visita .contacto_icono {
    display: flex;
    gap: 15px;
    font-size: 1.1rem;
    margin: 12px;
}

.tarjeta_visita .avatar {
    border-radius: 20%;
    display: flex;
    margin: 4px auto 12px;
}


.contacto_icono img {
    width: 40px;
    height: 40px;
}

.contacto_icono a {
    color: #236b53;
    text-decoration: none;
    margin-top: auto;
    margin-bottom: auto;
}

.contacto_icono_logo {
    display: flex;
    margin: 12px auto;
    text-align: center;
}

/* Landing dental: CABAMED-IA */
:root {
    --bg: #eef7f0;
    --surface: #ffffff;
    --ink: #123b2f;
    --muted: #4a6b5f;
    --brand: #236b53;
    --brand-2: #4caf50;
    --accent: #c8e6c9;
    --shadow: 0 18px 40px rgba(18, 59, 47, 0.12);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #e3efe6;
}

.header-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 14px 0;
}

.logo img {
    height: 40px;
    width: auto;
    max-width: 160px;
    display: block;
    object-fit: contain;
}

.nav {
    display: flex;
    gap: 18px;
    margin-left: auto;
    flex-wrap: wrap;
}

.nav a {
    text-decoration: none;
    color: var(--ink);
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.2px;
}

.nav a:hover {
    color: var(--brand);
}

.container {
    width: min(1140px, 92%);
    margin: 0 auto;
}

.section {
    padding: 80px 0;
}

.hero {
    background: radial-gradient(circle at top left, #ffffff 0%, #f3fbf5 45%, #e7f5ea 100%);
    border-bottom: 1px solid #dfeee4;
}

.hero-grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    align-items: center;
}

.grid {
    display: grid;
    gap: 24px;
}

.hero-content {
    grid-column: span 7;
}

.promise-card {
    grid-column: span 5;
}

.kicker {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: var(--brand);
    margin-bottom: 16px;
}

.subtitle {
    font-size: 1.4rem;
    color: var(--ink);
    margin-bottom: 14px;
    font-weight: 600;
}

h1 {
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 1.08;
    color: var(--ink);
    margin: 0 0 14px;
}

h2 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    color: var(--ink);
    margin: 0 0 16px;
}

h3 {
    font-size: 1.2rem;
    color: var(--ink);
    margin: 0 0 8px;
}

p {
    color: var(--muted);
    line-height: 1.6;
    margin: 0 0 12px;
}

.muted {
    color: var(--muted);
}

.card {
    background: var(--surface);
    border: 1px solid #dfeee4;
    border-radius: 18px;
    padding: 24px;
    box-shadow: var(--shadow);
}

.card-title {
    font-size: 1.1rem;
    margin-bottom: 12px;
}

.card-image {
    width: 100%;
    max-width: 220px;
    height: auto;
    display: block;
    margin: 0 auto 12px;
}

.section-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
    margin: 16px auto 0;
}

.list {
    margin: 0;
    padding-left: 18px;
    color: var(--muted);
}

.list li {
    margin-bottom: 10px;
}

.cta-group {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 16px;
    justify-content: center;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid transparent;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary {
    background: var(--brand);
    color: #fff;
    box-shadow: 0 10px 20px rgba(35, 107, 83, 0.25);
}

.btn-secondary {
    background: transparent;
    color: var(--brand);
    border-color: var(--brand);
}

.cta .btn-secondary {
    color: #fff;
    background: var(--brand-2);
    border-color: var(--brand-2);
}

.btn:hover {
    transform: translateY(-2px);
}

.steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 26px;
}

.modules {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.modules .module {
    text-align: center;
}

.microbenefits {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin-top: 24px;
}

.video {
    margin: 24px 0;
}

.video-placeholder {
    width: 100%;
    min-height: 320px;
    border-radius: 18px;
    background: linear-gradient(135deg, #e7f5ea 0%, #ffffff 60%);
    border: 1px solid #dfeee4;
    box-shadow: inset 0 0 0 2px #e0efe5;
}

.chat-mockups {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin: 24px 0;
    justify-items: center;
}

.chat-mockup {
    width: 100%;
    max-width: 320px;
    height: auto;
    border-radius: 16px;
    border: 1px solid #dfeee4;
    box-shadow: var(--shadow);
    background: #fff;
}

.video-embed {
    margin: 24px 0;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #dfeee4;
    box-shadow: var(--shadow);
    background: #fff;
    aspect-ratio: 16 / 9;
}

.video-embed iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

.disclaimer {
    margin-top: 18px;
    padding: 14px 18px;
    background: #f5fbf7;
    border-left: 4px solid var(--brand-2);
    border-radius: 12px;
    margin-bottom: 24px;
}

.cta.section {
    background: linear-gradient(120deg, #e8f6ed 0%, #ffffff 70%);
    border-top: 1px solid #dfeee4;
}

.cta.section::before {
    content: none;
}

.cta.section .kicker,
.cta.section h2,
.cta.section p {
    color: var(--ink);
}

/* Datos e IA */
#datos-ia {
    margin: auto;
}

#datos-ia .caja {
    background: #ffffff;
    border: 1px solid #dfeee4;
    border-radius: 20px;
    padding: 32px;
    box-shadow: var(--shadow);
}

#datos-ia .texto_caja {
    text-align: center;
    margin: auto;
    padding-top: 12px;
}

#datos-ia h3 {
    margin: 20px 0 8px;
    font-size: 1.1rem;
    color: var(--brand);
}

#datos-ia h3::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--brand-2);
    margin-right: 8px;
    transform: translateY(-1px);
}

#datos-ia p {
    max-width: 720px;
}

#datos-ia .muted {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #e3efe6;
    font-weight: 600;
    text-align: center;
}

#para-quien .container .muted {
    padding-top: 20px;
}

.contact-form {
    margin-top: 24px;
    display: grid;
    gap: 16px;
}

.contact-form .grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.field {
    display: grid;
    gap: 6px;
}

label {
    font-weight: 600;
    color: var(--ink);
}

input,
textarea {
    border: 1px solid #cfe3d6;
    border-radius: 12px;
    padding: 10px 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    background: #fff;
}

input:focus,
textarea:focus {
    outline: 2px solid #b7dfc4;
    border-color: #b7dfc4;
}

.site-footer {
    background: #ffffff;
    border-top: 1px solid #dfeee4;
    padding: 30px 0;
    margin-top: 40px;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    color: var(--muted);
}

.footer-links {
    display: flex;
    gap: 16px;
}

.footer-links a {
    color: var(--ink);
    text-decoration: none;
    font-weight: 600;
}

@media (max-width: 980px) {
    .header-inner {
        flex-wrap: wrap;
    }

    .hero-content,
    .promise-card {
        grid-column: span 12;
    }

    .steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    html { font-size: 16px; }

    .nav {
        width: 100%;
        justify-content: space-between;
        gap: 12px;
    }

    .section {
        padding: 60px 0;
    }

    .video-placeholder {
        min-height: 220px;
    }
}

/* Nosotros page refresh aligned to landing_dental */
.hero_nosotros {
    background: radial-gradient(circle at top left, #ffffff 0%, #f3fbf5 45%, #e7f5ea 100%);
    border-radius: 22px;
    padding: 48px 24px;
    width: min(1140px, 92%);
    margin: 40px auto 24px;
    box-shadow: var(--shadow);
}

.hero_nosotros h1 {
    color: var(--ink);
    text-align: left;
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    border: none;
    width: auto;
    margin: 0 0 16px;
    padding: 0;
}

.texto_nosotros {
    font-size: 1.1rem;
    text-align: left;
    color: var(--muted);
    margin-bottom: 20px;
}

.historia {
    background: var(--surface);
    border: 1px solid #dfeee4;
    border-radius: 18px;
    padding: 28px;
    text-align: left;
    box-shadow: var(--shadow);
}

.historia h2 {
    font-size: 1.6rem;
    color: var(--ink);
    margin-bottom: 12px;
}

.texto_historia {
    font-size: 1rem;
    text-align: left;
    padding-left: 12px;
    margin-left: 0;
    border-left: 3px solid var(--brand);
    color: var(--brand);
    font-weight: 700;
}

.mision {
    width: min(1140px, 92%);
    margin: 0 auto 24px;
    align-items: stretch;
}

.mision h2 {
    color: var(--ink);
    text-align: left;
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    border: none;
    width: auto;
    margin: 0 0 18px;
    padding: 0;
}

.mision_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
    margin: 0;
}

.mision_card {
    background: var(--surface);
    padding: 22px;
    border-radius: 18px;
    text-align: left;
    font-size: 1rem;
    max-width: none;
    border: 1px solid #dfeee4;
    box-shadow: var(--shadow);
}

.equipo {
    width: min(1140px, 92%);
    margin: 0 auto 24px;
}

.equipo h2 {
    color: var(--ink);
    text-align: left;
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    border: none;
    width: auto;
    margin: 0 0 12px;
    padding: 0;
}

.equipo p {
    font-size: 1rem;
    text-align: left;
    padding: 0;
    color: var(--muted);
}

.cta_demo {
    background: linear-gradient(120deg, #e8f6ed 0%, #ffffff 70%);
    color: var(--ink);
    padding: 48px 24px;
    border-radius: 20px;
    margin: 32px auto 60px;
    width: min(1140px, 92%);
    box-shadow: var(--shadow);
}

.cta_demo h2 {
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    text-shadow: none;
    margin-bottom: 10px;
}

.cta_demo p {
    font-size: 1rem;
    color: var(--muted);
    margin-bottom: 16px;
}

.cta_demo .btn_cta {
    font-size: 1rem;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    background: var(--brand);
    padding: 12px 22px;
    border-radius: 999px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(35, 107, 83, 0.25);
}

@media (max-width: 720px) {
    .hero_nosotros {
        padding: 36px 18px;
    }
}

/* Home refresh aligned with pricing/estilo.css */
  .landing-home {
    --verde-900: #1f5c4a;
    --verde-700: #236b53;
    --verde-500: #4caf50;
    --verde-300: #81c784;
    --verde-100: #c8e6c9;
    --fondo: #e8f5e9;
    --blanco: #ffffff;
    --texto-suave: #2e6f5d;
    --sombra-suave: 0 20px 50px rgba(31, 92, 74, 0.18);
    margin: 0;
    color: var(--verde-900);
    background: radial-gradient(circle at top, #f7fff8 0%, var(--fondo) 55%, #dff1e3 100%);
}

  .nav {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #e3efe6;
    padding: 0;
}

  .nav_contenido {
    width: min(1140px, 92%);
    padding: 14px 0;
}

  .nav_logo img {
    height: 44px;
}

  .nav_menu {
    gap: 18px;
}

  .nav_menu a {
    color: var(--verde-900);
    font-weight: 600;
    font-size: 0.95rem;
}

  .nav_menu a:hover {
    color: var(--verde-700);
}

  .nav_toggle {
    color: var(--verde-700);
    border: 1px solid #d6ead8;
    border-radius: 10px;
    padding: 8px 10px;
    line-height: 1;
}

  .hero_grid {
    width: min(1140px, 92%);
    margin: 0 auto;
    padding: 56px 0 72px;
    gap: 32px;
}

  .contenedor_titulo_principal {
    min-height: 520px;
    border-radius: 22px;
    border: 2px solid #d7ecd9;
    box-shadow: var(--sombra-suave);
}

  .contenedor_titulo_principal::before {
    background: linear-gradient(180deg, rgba(17, 55, 43, 0.5) 0%, rgba(17, 55, 43, 0.28) 100%);
}

  .contenedor_titulo_principal h1 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.12;
    margin: 22px auto 8px;
    max-width: 900px;
}

  .hero_eyebrow {
    width: fit-content;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    border-radius: 999px;
    background: rgba(35, 107, 83, 0.85);
    border: 1px solid rgba(200, 230, 201, 0.7);
    padding: 12px 20px;
    margin-bottom: 22px;
}



  .subtitulo {
    color: var(--texto-suave);
    font-weight: 600;
    margin-bottom: 18px;
}

  .contenedor_texto_imagen {
    align-items: stretch;
    gap: 22px;
    width: 100%;
    margin-top: 22px;
    background: var(--blanco);
    border: 2px solid #d7ecd9;
    border-radius: 18px;
    padding: 22px;
    box-shadow: var(--sombra-suave);
}

  .contenedor_texto {
    width: 58%;
    margin-right: 0;
}

  .contenedor_texto_imagen img {
    width: 42%;
    border-radius: 14px;
    object-fit: cover;
    padding: 0;
}

  .frase_destacada {
    color: var(--texto-suave);
    line-height: 1.6;
}

  .cta {
    width: min(980px, 100%);
    margin: 10px auto 0;
    border: 2px solid #d7ecd9;
    border-radius: 18px;
    box-shadow: var(--sombra-suave);
}

  .cta::before {
    background: rgba(17, 55, 43, 0.44);
}

  .cta h2 {
    font-size: clamp(1.7rem, 2.4vw, 2.3rem);
    margin: 24px auto 0;
    width: min(760px, 92%);
}

  .cta p {
    width: min(760px, 92%);
    margin: 0 auto;
}

  .cta .btn_cta {
    border-radius: 999px;
    padding: 13px 28px;
    font-size: 1rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--verde-700), var(--verde-500));
    box-shadow: 0 12px 25px rgba(35, 107, 83, 0.25);
}

.cta_final {
    width: min(980px, 100%);
    margin: 18px auto 20px;
    padding: 28px clamp(18px, 3.2vw, 34px);
    border-radius: 18px;
    border: 1px solid #64bd68;
    background: linear-gradient(135deg, #a6dca9 0%, #7dcc81 45%, #4caf50 100%);
    box-shadow: 0 6px 14px rgba(31, 92, 74, 0.08);
    display: grid;
    gap: 10px;
}

.cta_final h1 {
    text-align: center;
    letter-spacing: 0.1em;
}

.cta_final h2 {
    margin: 0;
    font-size: 1.85rem;
    color: #fff;
    text-shadow: 0 1px 2px rgba(19, 55, 44, 0.25);
    line-height: 1.2;
    
    text-align: center;
    padding: 20px 0;
}

.cta_final p {
    margin: 0;
    max-width: 95%;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    text-shadow: 0 1px 2px rgba(19, 55, 44, 0.25);
    line-height: 1.55;
}

.cta_final .btn_principal {
    justify-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    padding: 14px 28px;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.55);
    background: linear-gradient(135deg, #ffffff 0%, #eaffea 45%, #d4f8d6 100%);
    color: #1f5c4a;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    box-shadow: 0 10px 22px rgba(19, 55, 44, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.cta_final .btn_principal:hover {
    transform: translateY(-2px) scale(1.02);
    border-color: #ffffff;
    box-shadow: 0 14px 28px rgba(19, 55, 44, 0.34);
}

.cta_final .btn_principal:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.9);
    outline-offset: 3px;
}

.cta_final .cta-group {
    margin: 12px;
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.cta_final .cta-group .btn {
    min-width: 220px;
    padding: 11px 18px;
    border-radius: 10px;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    border: 1px solid transparent;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.cta_final .cta-group .btn:first-child {
    background: #ffffff;
    color: #1f5c4a;
    border-color: rgba(31, 92, 74, 0.2);
    box-shadow: 0 6px 12px rgba(31, 92, 74, 0.12);
}

.cta_final .cta-group .btn:last-child {
    background: rgba(20, 64, 50, 0.18);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.45);
}

.cta_final .cta-group .btn:hover {
    transform: translateY(-1px);
}

.cta_final .cta-group .btn:first-child:hover {
    background: #f8fffa;
    border-color: rgba(31, 92, 74, 0.3);
    box-shadow: 0 8px 16px rgba(31, 92, 74, 0.16);
}

.cta_final .cta-group .btn:last-child:hover {
    background: rgba(20, 64, 50, 0.3);
    border-color: rgba(255, 255, 255, 0.62);
}

  .btn_cta_final {
    justify-self: start;
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 700;
    color: #1f5c4a;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(31, 92, 74, 0.22);
    border-radius: 999px;
    padding: 10px 18px;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

  .btn_cta_final:hover {
    background: #ffffff;
    border-color: rgba(31, 92, 74, 0.35);
    transform: translateY(-1px);
}

  .contenedor_principal {
    width: min(980px, 100%);
}

  .contenedor_principal .esquema {
    width: 100%;
    background: var(--blanco);
    border: 2px solid #d7ecd9;
    border-radius: 18px;
    box-shadow: var(--sombra-suave);
    padding: 28px;
}

  .contenedor_principal .seccion {
    width: min(780px, 100%);
    gap: 28px;
    align-items: center;
}

  .contenedor_principal .esquema_titulo {
    color: var(--verde-700);
}

  .flecha img {
    width: 32px;
    opacity: 0.8;
}

.landing-home .footer {
    background: var(--blanco);
    border-top: 1px solid #dfeee4;
}

.landing-home .footer a {
    color: var(--verde-900);
}

.landing-home .footer .info,
.landing-home .footer .logo p {
    color: var(--texto-suave);
}

.landing-home [esquema_texto] {
    text-align: left;
}

@media (max-width: 750px) {
      .nav_menu {
        top: 62px;
        border: 1px solid #d7ecd9;
        border-radius: 12px 0 0 12px;
    }

      .hero_grid {
        padding: 40px 0 58px;
    }

      .contenedor_titulo_principal {
        min-height: 420px;
    }

      .hero_eyebrow {
        font-size: 0.85rem;
    }

      .contenedor_texto_imagen {
        padding: 16px;
    }

      .contenedor_texto,
      .contenedor_texto_imagen img {
        width: 100%;
    }

      .contenedor_principal .seccion {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

      [esquema_texto] {
        text-align: center;
    }

      .btn_cta_final {
        justify-self: center;
    }

      .cta_final .btn_principal {
        width: min(100%, 320px);
    }
}

/* Nosotros aligned with home corporate visual style */
.landing-nosotros {
    --verde-900: #1f5c4a;
    --verde-700: #236b53;
    --verde-500: #4caf50;
    --verde-300: #81c784;
    --verde-100: #c8e6c9;
    --fondo: #e8f5e9;
    --blanco: #ffffff;
    --texto-suave: #2e6f5d;
    --sombra-suave: 0 20px 50px rgba(31, 92, 74, 0.14);
    margin: 0;
    color: var(--verde-900);
    background: radial-gradient(circle at top, #f7fff8 0%, var(--fondo) 55%, #dff1e3 100%);
}

.landing-nosotros .nav {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #e3efe6;
    padding: 0;
}

.landing-nosotros .nav_contenido {
    width: min(1140px, 92%);
    padding: 14px 0;
}

.landing-nosotros .nav_logo img {
    height: 44px;
}

.landing-nosotros .nav_menu {
    gap: 18px;
}

.landing-nosotros .nav_menu a {
    color: var(--verde-900);
    font-weight: 600;
    font-size: 0.95rem;
}

.landing-nosotros .nav_menu a:hover {
    color: var(--verde-700);
}

.landing-nosotros .nav_toggle {
    color: var(--verde-700);
    border: 1px solid #d6ead8;
    border-radius: 10px;
    padding: 8px 10px;
    line-height: 1;
}

.landing-nosotros .hero {
    background: transparent;
    border-bottom: 0;
}

.landing-nosotros .hero_nosotros,
.landing-nosotros .mision,
.landing-nosotros .equipo,
.landing-nosotros .cta_demo {
    width: min(1140px, 92%);
    margin-left: auto;
    margin-right: auto;
}

.landing-nosotros .hero_nosotros {
    background: radial-gradient(circle at top left, #ffffff 0%, #f3fbf5 45%, #e7f5ea 100%);
    border-radius: 22px;
    padding: 48px;
    margin-top: 40px;
    box-shadow: var(--sombra-suave);
    border: 2px solid #d7ecd9;
    width: 85%;
}

.landing-nosotros .hero_nosotros h1 {
    color: var(--verde-700);
    text-align: left;
    font-size: clamp(2rem, 3.4vw, 2.9rem);
    border: 0;
    width: auto;
    margin: 0 0 14px;
    padding: 0;
}

.landing-nosotros .texto_nosotros {
    font-size: 1.08rem;
    text-align: left;
    color: var(--texto-suave);
    margin-bottom: 20px;
}

.landing-nosotros .historia {
    background: var(--blanco);
    border: 2px solid #d7ecd9;
    border-radius: 18px;
    padding: 20px 40px;
    margin: 0;
    text-align: left;
    box-shadow: var(--sombra-suave);
}

.historia .bloque {
    display: flex;
}

.historia .bloque img {
    max-width: 500px;
    margin: 0 auto;
    display: block;
}

.landing-nosotros .historia h2 {
    color: var(--verde-700);
    font-size: 1.7rem;
    margin-bottom: 35px;
    text-align: center;
}

.landing-nosotros .historia p {
    color: var(--texto-suave);
    font-size: 1rem;
    padding: 0;
}

.landing-nosotros .historia p.txto_nosotros_historia {
  color: var(--verde-500);
  font-size: 1.2rem;
  margin: 0 0 12px;
  padding-left: 12px;
}

.landing-nosotros .equipo,
.landing-nosotros .mision {
    margin-top: 28px;
    margin-bottom: 50px;
}

.landing-nosotros .mision h2,
.landing-nosotros .equipo h2 {
    color: var(--verde-700);
    text-align: center;
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    width: fit-content;
    margin: 0 auto 20px;
    padding: 0 0 10px;
}

.landing-nosotros .mision_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
    margin: 0;
}

.landing-nosotros .mision_card {
    background: var(--blanco);
    border: 2px solid #d7ecd9;
    border-radius: 18px;
    box-shadow: var(--sombra-suave);
    padding: 22px;
    text-align: left;
}

.landing-nosotros .mision_card h3 {
    color: var(--verde-700);
    letter-spacing: 0.06em;
}

.landing-nosotros .mision_card p{
    color: var(--texto-suave);
    text-align: center;
    font-size: 1rem;
    padding: 0;
}

.landing-nosotros .mision_card .icono_mision {
    max-width: 200px;
    display: block;
    margin: 0 auto;
}

.landing-nosotros .equipo p {
    color: var(--texto-suave);
    text-align: left;
    font-size: 1rem;
    padding: 0;
}

.colaboradores_iconos {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px auto 0;
}

.colaboradores_iconos img {
    max-height: 65px;
    display: block;
    object-fit: contain;
}

.colaboradores_iconos .img_grnd {
    max-height: 95px;
}

.landing-nosotros .cta_demo {
    margin-top: 26px;
    margin-bottom: 56px;
    background: linear-gradient(135deg, #a6dca9 0%, #7dcc81 45%, #4caf50 100%);
    border: 1px solid #64bd68;
    box-shadow: 0 6px 14px rgba(31, 92, 74, 0.08);
    border-radius: 18px;
    padding: 32px 24px;
}

.landing-nosotros .cta_demo h2 {
    margin: 0 0 8px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(19, 55, 44, 0.25);
    font-size: 1.8rem;
}

.landing-nosotros .cta_demo p {
    margin: 0 0 16px;
    color: #fff;
    font-size: 1.05rem;
}

.landing-nosotros .cta_demo .btn_cta {
    text-decoration: none;
    color: #1f5c4a;
    background: #fff;
    border: 1px solid rgba(31, 92, 74, 0.2);
    box-shadow: 0 6px 12px rgba(31, 92, 74, 0.12);
    padding: 12px 22px;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 700;
    display: inline-flex;
    margin: 0;
}

.landing-nosotros .footer {
    background: #fff;
    border-top: 1px solid #dfeee4;
}

.landing-nosotros .footer a {
    color: var(--verde-900);
}

.landing-nosotros .footer .info,
.landing-nosotros .footer .logo p {
    color: var(--texto-suave);
}

/* Contact page footer: force base white style */
.landing-contacto .footer {
    background: #fff;
    border-top: 4px solid #C8E6C9;
}

@media (max-width: 750px) {
    .landing-nosotros .nav_menu {
        top: 62px;
        border: 1px solid #d7ecd9;
        border-radius: 12px 0 0 12px;
    }

    .landing-nosotros .hero_nosotros {
        padding: 34px 18px;
    }

    .landing-nosotros .cta_demo {
        padding: 26px 18px;
    }
}

/* Newsletter page */
.landing-newsletter {
    background: radial-gradient(circle at 8% 0%, #ffffff 0%, #eef7f0 48%, #e6f4e8 100%);
}

.landing-newsletter #newsletter-suscripcion {
    width: min(980px, 94%);
    margin: 34px auto 48px;
}

.landing-newsletter .newsletter_shell {
    background: linear-gradient(135deg, #a6dca9 0%, #7dcc81 48%, #4caf50 100%);
    border: 1px solid #64bd68;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(31, 92, 74, 0.18);
    padding: clamp(20px, 4vw, 34px);
}

.landing-newsletter .newsletter_kicker {
    margin: 0 auto 10px;
    width: fit-content;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.landing-newsletter #newsletter-suscripcion h1 {
    margin: 0;
    text-align: center;
    color: #ffffff;
    font-size: clamp(1.75rem, 3vw, 2.3rem);
    text-shadow: 0 1px 2px rgba(19, 55, 44, 0.25);
}

.landing-newsletter .newsletter_intro {
    max-width: 780px;
    margin: 14px auto 0;
    text-align: center;
    color: #f7fffa;
    font-size: 1.08rem;
    line-height: 1.6;
}

.landing-newsletter .newsletter_form {
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(31, 92, 74, 0.2);
    border-radius: 16px;
    box-shadow: 0 8px 18px rgba(18, 59, 47, 0.1);
    padding: clamp(16px, 3vw, 26px);
    display: grid;
    gap: 14px;
}

.landing-newsletter .newsletter_grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.landing-newsletter .newsletter_form .field {
    display: grid;
    gap: 6px;
}

.landing-newsletter .newsletter_form label {
    font-weight: 700;
    color: #1f5c4a;
}

.landing-newsletter .newsletter_form input[type="text"],
.landing-newsletter .newsletter_form input[type="email"] {
    border: 1px solid #cfe3d6;
    border-radius: 12px;
    padding: 12px 14px;
    background: #ffffff;
    font-size: 0.96rem;
}

.landing-newsletter .newsletter_form input[type="text"]:focus,
.landing-newsletter .newsletter_form input[type="email"]:focus {
    outline: 2px solid #b7dfc4;
    border-color: #b7dfc4;
}

.landing-newsletter .newsletter_check {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 10px;
    align-items: start;
    color: #2a5f4e;
    font-size: 0.95rem;
    line-height: 1.45;
}

.landing-newsletter .newsletter_check input {
    margin-top: 2px;
}

.landing-newsletter .newsletter_check a {
    color: #236b53;
    font-weight: 700;
    text-decoration-thickness: 2px;
}

.landing-newsletter .newsletter_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    justify-self: center;
    margin-top: 4px;
    border: 2px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #236b53 0%, #1f5c4a 100%);
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    box-shadow: 0 10px 22px rgba(19, 55, 44, 0.2);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.landing-newsletter .newsletter_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(19, 55, 44, 0.3);
}

.landing-newsletter .newsletter_btn:focus-visible {
    outline: 3px solid rgba(35, 107, 83, 0.28);
    outline-offset: 2px;
}

.landing-newsletter .newsletter_footnote {
    margin: 0;
    color: #4a6b5f;
    font-size: 0.88rem;
}

@media (max-width: 750px) {
    .landing-newsletter .newsletter_grid {
        grid-template-columns: 1fr;
    }

    .landing-newsletter .newsletter_btn {
        justify-self: center;
    }
}

/* Newsletter premium variant */
.landing-newsletter-premium {
    background: radial-gradient(circle at 12% 0%, #ffffff 0%, #ecf7f0 40%, #dbeee1 100%);
}

.landing-newsletter-premium #newsletter-suscripcion {
    width: min(1020px, 94%);
    margin: 42px auto 56px;
}

.landing-newsletter-premium .newsletter_shell {
    position: relative;
    overflow: hidden;
    background: linear-gradient(140deg, #1f5c4a 0%, #236b53 38%, #4caf50 100%);
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: 0 24px 50px rgba(18, 59, 47, 0.24);
    border-radius: 22px;
    padding: clamp(24px, 4vw, 38px);
}

.landing-newsletter-premium .newsletter_shell::before {
    content: "";
    position: absolute;
    inset: -120px -80px auto auto;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
}

.landing-newsletter-premium .newsletter_kicker {
    background: rgba(9, 37, 28, 0.35);
    border-color: rgba(255, 255, 255, 0.28);
    font-size: 0.75rem;
    letter-spacing: 0.12em;
}

.landing-newsletter-premium #newsletter-suscripcion h1 {
    font-size: clamp(1.9rem, 3.2vw, 2.6rem);
    letter-spacing: 0.01em;
}

.landing-newsletter-premium .newsletter_intro {
    color: rgba(245, 255, 249, 0.94);
    max-width: 720px;
}

.landing-newsletter-premium .newsletter_form {
    position: relative;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(247, 252, 248, 0.95) 100%);
    border: 1px solid rgba(31, 92, 74, 0.22);
    box-shadow: 0 14px 28px rgba(18, 59, 47, 0.16);
    border-radius: 18px;
}

.landing-newsletter-premium .newsletter_form input[type="text"],
.landing-newsletter-premium .newsletter_form input[type="email"] {
    border: 1px solid #b9d8c4;
    background: linear-gradient(180deg, #ffffff 0%, #f8fdf9 100%);
}

.landing-newsletter-premium .newsletter_form input[type="text"]:focus,
.landing-newsletter-premium .newsletter_form input[type="email"]:focus {
    outline: 3px solid rgba(76, 175, 80, 0.26);
    border-color: #89c79a;
}

.landing-newsletter-premium .newsletter_check {
    color: #274f42;
}

.landing-newsletter-premium .newsletter_check input[type="checkbox"] {
    accent-color: #236b53;
}

.landing-newsletter-premium .newsletter_btn {
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: linear-gradient(135deg, #184839 0%, #236b53 50%, #2d7f61 100%);
    box-shadow: 0 14px 28px rgba(18, 59, 47, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.24);
    padding: 13px 30px;
    font-size: 0.96rem;
}

.landing-newsletter-premium .newsletter_btn:hover {
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 18px 30px rgba(18, 59, 47, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.landing-newsletter .newsletter_shell_success {
    display: grid;
    gap: 14px;
}

.landing-newsletter .newsletter_success_body {
    max-width: 760px;
    margin: 0 auto;
    padding: 18px clamp(14px, 3vw, 22px);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(31, 92, 74, 0.16);
    box-shadow: 0 8px 18px rgba(18, 59, 47, 0.1);
    color: #2a5f4e;
}

.landing-newsletter .newsletter_success_body p {
    margin: 0;
    line-height: 1.6;
}

.landing-newsletter .newsletter_success_body p + p {
    margin-top: 10px;
}

.landing-newsletter .newsletter_success_actions {
    display: flex;
    justify-content: center;
    margin-top: 4px;
}
