/* ====================================================================
   Estilos personalizados Sin Gluten con Lorena
   Se carga DESPUÉS del CSS del tema para sobreescribir.
   ==================================================================== */

/* Hero a pantalla completa en móvil/tablet --------------------------- */
@media (max-width: 991.98px){
    .hero-section{
        min-height: 100vh;
        min-height: 100svh;
        display: flex;
        align-items: center;
        padding-top: 110px !important;
        padding-bottom: 60px !important;

        /* hero.png al fondo + velo blanco encima para legibilidad */
        background-image:
            linear-gradient(rgba(255,255,255,0.55), rgba(255,255,255,0.55)),
            url('../images/hero/hero.png') !important;
        background-size: cover, auto 100%;
        background-position: center, right bottom;
        background-repeat: no-repeat, no-repeat;
    }
    .hero-section .hero-content-wrapper{
        width: 100%;
        position: relative;
        z-index: 2;
    }
    .hero-section .iam-designer{
        width: 100% !important;
        max-width: 100%;
    }
    .hero-section .hero-title{
        font-size: clamp(3rem, 14vw, 6rem);
        line-height: 1.05;
    }
    .hero-section .hero-btn-wraper{
        gap: 14px;
        row-gap: 14px;
    }
}

/* En móviles pequeños empujamos a Lorena más allá del borde derecho */
@media (max-width: 576px){
    .hero-section{
        background-position: center, right -280px bottom !important;
    }
}

/* Servicios: pegar el título a la foto -------------------------------- */
#servicios .blog-item .rounded-20{
    margin-bottom: 0.75rem !important; /* reemplaza el mb-6 del tema */
}
#servicios .blog-item .gap-3{
    gap: 0.25rem !important;
}
.blog-title{
    font-size: 18px;
    line-height: 23px;
}
.based-in-german-title{
    line-height: 35px;
}
@media only screen and (min-width: 1280px) and (max-width: 1440px),
       only screen and (min-width: 1441px){
    .based-in-german-title{
        font-size: 25px;
    }
}
/* Footer contact (correo / teléfono) en PC: un toque más chico y aireado */
.service-contact-card-footer p{
    font-size: 17px !important;
    line-height: 26px;
}

/* Reducción de tipografía solo en móvil/tablet ----------------------- */
@media (max-width: 991.98px){
    .paragraph{
        font-size: 15px;
        line-height: 24px;
    }
    .service-contact-card-footer p{
        font-size: 15px !important;
        line-height: 22px;
    }
}
