/* =========================================
   ANDREA SEGUROS — SERVICIOS
   ========================================= */

.andrea-services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;

    max-width: 1180px;
    margin: 55px auto 0;
}

.andrea-services-grid > section {
    min-width: 0;
    min-height: 320px;

    padding: 42px;

    background: #ffffff;
    border: 1px solid rgba(23, 54, 93, 0.15);
    border-radius: 20px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    text-align: left;

    box-shadow: 0 12px 35px rgba(23, 54, 93, 0.06);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.andrea-services-grid > section:hover {
    transform: translateY(-6px);

    border-color: rgba(23, 54, 93, 0.38);

    box-shadow: 0 20px 45px rgba(23, 54, 93, 0.12);
}

.andrea-services-grid .service-number {
    display: block;

    margin-bottom: 24px;

    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.15em;

    color: #8798A4;
}

.andrea-services-grid h3 {
    margin: 0 0 10px 0 !important;

    font-size: 1.7rem !important;
    font-weight: 600 !important;

    color: #17365D !important;
}

.andrea-services-grid .service-types {
    margin: 0 0 28px 0 !important;

    font-size: 0.95rem !important;
    font-weight: 500;

    color: #737E86 !important;
}

.andrea-services-grid > section > p:not(.service-types) {
    margin: 0 0 30px 0;

    max-width: 90%;

    font-size: 1rem;
    line-height: 1.7;

    color: #46545D;
}

.andrea-services-grid .service-link {
    margin-top: auto;

    font-size: 0.8rem;
    font-weight: 600;

    letter-spacing: 0.1em;
    text-transform: uppercase;

    color: #17365D;
}


/* CELULAR */

@media screen and (max-width: 736px) {

    .andrea-services-grid {
        grid-template-columns: 1fr;
        gap: 18px;

        margin-top: 40px;
    }

    .andrea-services-grid > section {
        min-height: 280px;
        padding: 32px;
    }
}
/* CTA EXPLORÁ TUS OPCIONES */
a[href="#servicios"].button {
    display: block !important;
    width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
/* =========================================
   SOBRE ANDREA
   ========================================= */

.spotlight.orient-right .content {
    padding: 5rem 7% !important;
}

.spotlight.orient-right .content h2 {
    color: #123456 !important;
    font-weight: 600 !important;
    letter-spacing: -0.035em !important;
    margin-bottom: 0.6rem !important;
}

.spotlight.orient-right .content .major {
    color: #73808a !important;
    font-size: 1.05rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.02em !important;
    margin-bottom: 2.5rem !important;
}

.spotlight.orient-right .content p:not(.major) {
    color: #344454 !important;
    line-height: 1.8 !important;
    max-width: 34rem !important;
}

.spotlight.orient-right .content p:not(.major) + p {
    margin-top: 1.4rem !important;
}
/* =========================================
   CONTACTO — EDITORIAL DARK
   ========================================= */

#contact {
    background: #123456 !important;
    padding: 7rem 2rem !important;
}

/* Contenedor */
#contact .inner {
    max-width: 1050px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Título */
#contact h2 {
    color: #ffffff !important;
    font-weight: 600 !important;
    letter-spacing: -0.04em !important;
    margin-bottom: 1rem !important;
}

/* Intro */
#contact h2 + p {
    color: rgba(255,255,255,0.72) !important;
    max-width: 720px !important;
    margin: 0 auto 4rem auto !important;
    line-height: 1.7 !important;
}

/* Labels */
#contact label {
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 0.95rem !important;
}

/* Inputs */
#contact input[type="text"],
#contact input[type="email"],
#contact textarea {
    background: rgba(255,255,255,0.08) !important;
    border: 1px solid rgba(255,255,255,0.28) !important;
    color: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: none !important;
}

/* Menos textarea kilométrico */
#contact textarea {
    min-height: 120px !important;
}

/* Focus */
#contact input[type="text"]:focus,
#contact input[type="email"]:focus,
#contact textarea:focus {
    background: rgba(255,255,255,0.12) !important;
    border-color: #ffffff !important;
    box-shadow: 0 0 0 1px #ffffff !important;
}

/* Botón */
#contact input[type="button"],
#contact input[type="submit"] {
    background: #ffffff !important;
    color: #123456 !important;
    border: 0 !important;
    border-radius: 999px !important;
    padding: 0 2.8rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.12em !important;
}

/* Hover */
#contact input[type="button"]:hover,
#contact input[type="submit"]:hover {
    background: #eef3f5 !important;
    transform: translateY(-2px);
}

/* Mobile */
@media screen and (max-width: 736px) {
    #contact {
        padding: 4.5rem 1.5rem !important;
    }

    #contact h2 + p {
        margin-bottom: 3rem !important;
    }
}
/* =========================================
   HERO — POLISH FINAL
   ========================================= */

.banner .content {
    padding: 5.5rem 7% !important;
}

.banner .content > p:first-child {
    color: #17365D !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    margin-bottom: 1.5rem !important;
}

.banner h1 {
    max-width: 11ch;
    margin-bottom: 1.5rem !important;
}

.banner .major {
    max-width: 34rem;
    color: #5F6C74 !important;
    font-size: 1.05rem !important;
    line-height: 1.7 !important;
    margin-bottom: 2rem !important;
}

.banner .actions {
    margin-top: 2.2rem !important;
}

.banner .actions .button {
    border-radius: 999px !important;
    padding-left: 2.2rem !important;
    padding-right: 2.2rem !important;
    letter-spacing: 0.10em !important;
}
/* =========================================
   BLOQUE FILOSOFÍA — POLISH
   ========================================= */

.spotlight.orient-left .content {
    padding: 5rem 7% !important;
}

.spotlight.orient-left .content h2 {
    color: #17365D !important;
    font-weight: 500 !important;
    letter-spacing: -0.035em !important;
    margin-bottom: 1.5rem !important;
}

.spotlight.orient-left .content p {
    color: #4F5E67 !important;
    line-height: 1.8 !important;
    max-width: 35rem;
}

/* pequeño acento editorial */
.spotlight.orient-left .content h2::after {
    content: "";
    display: block;
    width: 42px;
    height: 2px;
    background: #17365D;
    margin-top: 1.4rem;
    opacity: 0.65;
}
/* =========================================
   SISTEMA DE BOTONES
   ========================================= */

/* Botón base */
.button,
input[type="button"],
input[type="submit"] {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.10em !important;
    border-radius: 999px !important;
}

/* Botón secundario / navegación */
a[href="#servicios"].button {
    background: transparent !important;
    color: #17365D !important;
    border: 1px solid #17365D !important;
}

a[href="#servicios"].button:hover {
    background: #17365D !important;
    color: #ffffff !important;
}

/* Enviar = acción principal */
#contact input[type="button"],
#contact input[type="submit"] {
    background: #ffffff !important;
    color: #123456 !important;
    border: 1px solid #ffffff !important;
}
/* Hablemos - mobile */
@media screen and (max-width: 736px) {

    #contact {
        padding: 3rem 1.25rem !important;
    }

    #contact .inner {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    #contact h2 {
        font-size: 2.4rem !important;
        margin-bottom: 0.75rem !important;
    }

    #contact .inner > p {
        font-size: 1rem !important;
        line-height: 1.5 !important;
        margin-bottom: 2rem !important;
    }

    #contact .fields {
        width: 100% !important;
        margin: 0 !important;
    }

    #contact .field,
    #contact .field.half {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 1.25rem !important;
    }

    #contact label {
        margin-bottom: 0.4rem !important;
    }

    #contact input {
        height: 3rem !important;
    }

    #contact input,
    #contact textarea {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    #contact textarea {
        min-height: 100px !important;
        height: 100px !important;
    }

    #contact .actions {
        margin-top: 1.5rem !important;
    }
}