:root{
    --landing-bg:#070818;
    --landing-panel:#121029;
    --landing-panel-2:#171c2b;
    --landing-border:rgba(255,255,255,.08);
    --landing-text:#f6f7fb;
    --landing-muted:#a7aab8;
    --landing-teal:#2CAAA1;
    --landing-orange:#E2710A;
}

html{
    scroll-behavior:smooth;
}

body,
main{
    min-height:100vh;
    height:auto;
}

body{
    background:var(--landing-bg);
    background-image:none;
    color:var(--landing-text);
    font-family:"Montserrat", Arial, sans-serif;
}

.landing-container{
    width:min(100% - 40px, 1080px);
    margin:0 auto;
}

.section-heading{
    max-width:640px;
    margin-bottom:42px;
}

.section-heading.centered,
.section-title.centered{
    margin-right:auto;
    margin-left:auto;
    text-align:center;
}

.section-heading h2,
.section-title{
    margin:0;
    color:var(--landing-text);
    font-size:clamp(24px, 3vw, 32px);
    font-weight:800;
    line-height:1.15;
    text-transform:uppercase;
}

.section-heading p{
    margin:14px 0 0;
    color:var(--landing-muted);
    font-size:14px;
    line-height:1.8;
}

.section-accent{
    width:70px;
    height:4px;
    margin:18px auto 0;
    border-radius:999px;
    background:var(--landing-orange);
}

.btn-primary-lignum,
.btn-secondary-lignum,
.btn-teal-lignum{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:42px;
    padding:12px 22px;
    border-radius:6px;
    font-size:12px;
    font-weight:800;
    line-height:1;
    text-decoration:none;
    text-transform:uppercase;
    transition:background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.btn-primary-lignum{
    border:1px solid var(--landing-orange);
    background:var(--landing-orange);
    box-shadow:0 0 10px rgba(242,116,90,.2);
    color:#fff;
}

.btn-primary-lignum:hover,
.btn-primary-lignum:focus{
    background:#f7851b;
    color:#fff;
    transform:translateY(-1px);
}

.btn-secondary-lignum{
    border:1px solid rgba(255,255,255,.2);
    background:rgba(2,3,16,.45);
    color:#fff;
}

.btn-secondary-lignum:hover,
.btn-secondary-lignum:focus{
    border-color:rgba(255,255,255,.45);
    color:#fff;
}

.btn-teal-lignum{
    border:1px solid var(--landing-teal);
    background:var(--landing-teal);
    color:#fff;
}

.btn-teal-lignum:hover,
.btn-teal-lignum:focus{
    background:#35c2b8;
    color:#fff;
}

.landing-hero{
    min-height:700px;
    height:auto;
    padding:120px 0 70px;
    background:
        linear-gradient(90deg, rgba(8,7,29,.98) 0%, rgba(13,11,43,.9) 42%, rgba(13,11,43,.56) 100%),
        url('/img/lignum/ImagenInicio.png');
    background-color:#0d0b2b;
    background-position:center right;
    background-size:cover;
}

.hero-grid{
    display:grid;
    align-items:center;
    min-height:500px;
}

.hero-copy{
    max-width:520px;
}

.hero-eyebrow{
    margin:0 0 18px;
    color:rgba(255,255,255,.55);
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
}

.hero-copy h1{
    margin:0;
    color:#fff;
    font-size:clamp(36px, 5.2vw, 58px);
    font-weight:800;
    letter-spacing:0;
    line-height:1.02;
}

.hero-copy h1 span{
    color:var(--landing-teal);
}

.hero-description{
    max-width:500px;
    margin:24px 0 0;
    color:#a9adba;
    font-size:15px;
    font-weight:500;
    line-height:1.75;
}

.hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:30px;
}

.why-section{
    height:auto;
    padding:84px 0 112px;
    background:#121039;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:28px;
    margin-top:48px;
}

.feature-card,
.solution-card,
.success-card,
.service-card,
.testimonial-card{
    border:1px solid var(--landing-border);
    background:#16142d;
    box-shadow:0 18px 50px rgba(0,0,0,.12);
}

.feature-card{
    min-height:200px;
    padding:30px;
    border-radius:8px;
}

.feature-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:38px;
    height:38px;
    margin-bottom:28px;
    border-radius:50%;
    background:rgba(44,170,161,.13);
    color:var(--landing-teal);
    font-size:17px;
}

.feature-card h3,
.solution-card h3,
.success-card h3,
.service-card h3{
    margin:0;
    color:#fff;
    font-weight:800;
    line-height:1.25;
}

.feature-card h3{
    font-size:18px;
}

.feature-card p,
.solution-card p,
.success-card p{
    margin:14px 0 0;
    color:var(--landing-muted);
    font-size:13px;
    line-height:1.65;
}

.solutions-section{
    height:auto;
    padding:96px 0 98px;
    background:#080817;
}

.solutions-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    grid-auto-rows:minmax(220px, auto);
    gap:22px;
}

.solution-card{
    position:relative;
    display:grid;
    overflow:hidden;
    min-height:260px;
    border-radius:8px;
}

.solution-copy{
    position:relative;
    z-index:1;
    padding:28px;
}

.solution-card-large-image{
    grid-column:span 2;
    grid-template-columns:1fr 1.08fr;
}

.solution-card-large-image .solution-image{
    min-height:100%;
}

.solution-card-image-right .solution-copy{
    order:1;
}

.solution-card-image-right .solution-image{
    order:2;
}

.solution-card-image-top{
    grid-template-rows:140px 1fr;
}

.solution-card-image-top .solution-image{
    order:-1;
}

.solution-card-wide{
    grid-column:span 1;
    min-height:170px;
}

.solution-tag{
    display:inline-flex;
    margin-bottom:12px;
    padding:5px 10px;
    border-radius:4px;
    font-size:10px;
    font-weight:800;
    letter-spacing:.03em;
}

.tag-teal{
    background:rgba(44,170,161,.15);
    color:var(--landing-teal);
}

.tag-orange{
    background:rgba(226,113,10,.16);
    color:var(--landing-orange);
}

.solution-card h3{
    font-size:18px;
}

.solution-card ul{
    display:grid;
    gap:8px;
    margin:16px 0 0;
    padding:0;
    list-style:none;
    color:#b6bbc8;
    font-size:12px;
}

.solution-card li{
    display:flex;
    align-items:center;
    gap:8px;
}

.solution-card li i{
    color:var(--landing-teal);
}

.solution-link,
.success-card a{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-top:22px;
    color:var(--landing-orange);
    font-size:12px;
    font-weight:800;
    text-decoration:none;
}

.solution-image{
    min-height:160px;
    background-color:#82838a;
    background-position:center;
    background-size:cover;
    filter:saturate(.85) brightness(.76);
}

.solutions-section{
    min-height:1631px;
    padding:120px 0;
    background:#000;
}

.solutions-container{
    width:min(100% - 224px, 1216px);
    margin:0 auto;
}

.solutions-heading{
    max-width:900px;
    margin-bottom:74px;
}

.solutions-heading h2{
    color:#fff;
    font-size:34px;
    font-weight:800;
    line-height:1.15;
    letter-spacing:0;
}

.solutions-heading p{
    max-width:760px;
    margin-top:30px;
    color:#98a4b6;
    font-size:20px;
    font-weight:500;
    line-height:1.45;
}

.solutions-group{
    margin-top:0;
}

.specialized-group{
    margin-top:90px;
}

.solutions-group-title{
    display:flex;
    align-items:center;
    gap:22px;
    margin:0 0 48px;
    font-size:26px;
    font-weight:800;
    line-height:1;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.solutions-group-title::after{
    content:"";
    flex:1;
    height:1px;
    opacity:.55;
}

.core-title{
    color:#ff9b45;
}

.core-title::after{
    background:rgba(255,155,69,.45);
}

.specialized-title{
    color:#2CAAA1;
}

.specialized-title::after{
    background:rgba(44,170,161,.45);
}

.core-solutions-grid{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    width:100%;
    gap:36px;
}

.core-solution-card{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    min-height:277px;
    padding:36px 36px 38px;
    border:1px solid rgba(255,155,69,.24);
    border-radius:28px;
    background:#131729;
    box-shadow:none;
}

.solution-card-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:28px;
}

.solution-card-top > i{
    color:#ff9b45;
    font-size:24px;
}

.solution-card-icon-image{
    display:block;
    width:24px;
    height:24px;
    object-fit:contain;
}

.core-solution-card .solution-tag{
    margin:0;
    padding:8px 14px;
    border:1px solid rgba(255,155,69,.34);
    border-radius:999px;
    background:rgba(255,155,69,.1);
    color:#ff9b45;
    font-size:11px;
    font-weight:800;
    letter-spacing:0;
}

.core-solution-card h3{
    margin:0;
    color:#f2f4fb;
    font-size:28px;
    font-weight:500;
    line-height:1.12;
}

.core-solution-card p{
    display:-webkit-box;
    overflow:hidden;
    min-height:0;
    max-height:68px;
    margin:22px 0 0;
    color:#9aa6ba;
    font-size:17px;
    font-weight:500;
    line-height:1.32;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}

.solution-button{
    align-self:flex-start;
    min-height:44px;
    margin-top:28px;
    flex-shrink:0;
    padding:0 24px;
    border-radius:10px;
    background:#E2710A;
    color:#fff;
    font-size:14px;
    font-weight:800;
    text-transform:uppercase;
}

.solution-button:hover,
.solution-button:focus{
    background:#f7851b;
    color:#fff;
}

.specialized-solutions-grid{
    display:grid;
    grid-template-columns:repeat(5, minmax(0, 211.19px));
    justify-content:space-between;
    gap:24px;
}

.specialized-solution-card{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    width:100%;
    min-height:277.5px;
    padding:24px;
    border:1px solid rgba(255,255,255,.06);
    border-radius:16px;
    background:#131729;
}

.specialized-solution-card h3{
    margin:0;
    color:#f2f4fb;
    font-size:20px;
    font-weight:800;
    line-height:1.35;
}

.specialized-solution-card p{
    display:-webkit-box;
    overflow:hidden;
    margin:18px 0 0;
    color:#98a4b6;
    font-size:16px;
    font-weight:500;
    line-height:1.42;
    -webkit-line-clamp:5;
    -webkit-box-orient:vertical;
}

.specialized-badge{
    display:inline-flex;
    max-width:100%;
    margin-bottom:26px;
    padding:4px 10px;
    border-radius:4px;
    background:rgba(44,170,161,.16);
    color:#2CAAA1;
    font-size:11px;
    font-weight:800;
    line-height:1;
}

.specialized-link{
    display:inline-flex;
    align-items:center;
    gap:6px;
    color:#2CAAA1;
    font-size:13px;
    font-weight:800;
    text-decoration:none;
    text-transform:uppercase;
}

.specialized-link:hover,
.specialized-link:focus{
    color:#35c2b8;
}

.success-section{
    overflow:hidden;
    height:auto;
    padding:92px 0 104px;
    background:#121039;
}

.success-organizations-container{
    width:100%;
    margin:0 auto;
}

.success-section .section-heading{
    max-width:760px;
    margin-bottom:44px;
    padding:0 24px;
}

.client-carousel{
    position:relative;
    width:100%;
    overflow:hidden;
    padding:0 0 2px;
    -webkit-mask-image:linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%);
    mask-image:linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%);
}

.client-carousel-track{
    display:flex;
    width:max-content;
    gap:18px;
    animation:client-marquee 56s linear infinite;
}

.client-carousel:hover .client-carousel-track{
    animation-play-state:paused;
}

.client-card{
    display:flex;
    flex-direction:column;
    flex:0 0 226px;
    min-height:244px;
    padding:12px 12px 14px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:8px;
    background:#16143f;
    box-shadow:0 18px 45px rgba(0,0,0,.16);
}

.client-logo-frame{
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    width:100%;
    height:74px;
    border-radius:6px;
    background:#8b8b9d;
    padding:12px;
}

.client-logo-frame img{
    display:block;
    width:100%;
    height:100%;
    object-fit:contain;
}

.government-logo{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    width:100%;
    height:100%;
}

.government-logo .government-logo-shield{
    width:32px;
    height:44px;
    flex:0 0 auto;
    object-fit:contain;
}

.government-logo .government-logo-text{
    width:132px;
    height:auto;
    flex:0 1 auto;
    object-fit:contain;
}

.client-card-ospifse .client-logo-frame,
.client-card-felix-flotas .client-logo-frame{
    padding:5px;
}

.client-card-ospifse .client-logo-frame img{
    transform:scale(1.2);
}

.client-card-felix-flotas .client-logo-frame img{
    transform:scale(1.18);
}

.client-card h3{
    min-height:35px;
    margin:16px 0 0;
    color:#fff;
    font-size:13px;
    font-weight:800;
    line-height:1.35;
}

.client-card p{
    display:-webkit-box;
    overflow:hidden;
    min-height:46px;
    margin:10px 0 0;
    color:#aab2c5;
    font-size:11px;
    font-weight:500;
    line-height:1.4;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}

.client-card span{
    display:inline-flex;
    align-self:flex-start;
    margin-top:auto;
    padding:6px 8px;
    border:1px solid rgba(44,170,161,.22);
    border-radius:999px;
    background:rgba(44,170,161,.11);
    color:#2CAAA1;
    font-size:9px;
    font-weight:800;
    line-height:1;
    text-transform:uppercase;
}

@keyframes client-marquee{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(calc(-50% - 9px));
    }
}

.services-section{
    height:auto;
    padding:78px 0;
    background:#171c2b;
    font-family:"Montserrat", Arial, sans-serif;
}

.services-section .landing-container{
    width:min(100% - 128px, 1312px);
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(7, 1fr);
    gap:14px;
}

.service-card{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    min-height:88px;
    padding:18px 10px;
    border-radius:6px;
    color:#fff;
}

.service-card i{
    margin-bottom:10px;
    color:var(--landing-orange);
    font-size:17px;
}

.service-card h3{
    font-size:11px;
    text-align:center;
}

.demo-cta-section{
    padding:92px 0;
    background:#121039;
}

.demo-cta-section .landing-container{
    width:min(100% - 128px, 1312px);
}

.demo-cta-card{
    display:grid;
    grid-template-columns:1fr 1.15fr;
    overflow:hidden;
    min-height:584.38px;
    border:1px solid #FFFFFF1A;
    border-radius:32px;
    background:rgba(22,19,52,.82);
    backdrop-filter:blur(10px);
}

.demo-cta-copy{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:64px 76px;
}

.demo-cta-copy h2{
    max-width:340px;
    margin:0;
    color:#fff;
    font-size:clamp(30px, 4vw, 44px);
    font-weight:800;
    line-height:1.05;
}

.demo-cta-copy h2 span{
    color:var(--landing-teal);
}

.demo-cta-copy p{
    margin:26px 0;
    color:#b1b4c3;
    font-size:14px;
    line-height:1.75;
}

.demo-cta-image{
    min-height:584.38px;
    background-position:center;
    background-size:cover;
    filter:saturate(.75) brightness(.75);
}

.testimonials-section{
    height:auto;
    padding:100px 0;
    background:#171c2b;
}

.testimonials-section .landing-container{
    width:min(100% - 128px, 1312px);
}

.testimonials-layout{
    display:grid;
    grid-template-columns:minmax(0, 1fr) minmax(300px, 624px);
    gap:64px;
    align-items:center;
    min-height:280.39px;
}

.testimonials-layout h2{
    max-width:500px;
    margin:0;
    color:#fff;
    font-size:clamp(30px, 4vw, 44px);
    font-weight:800;
    line-height:1.08;
}

.testimonials-layout h2 span{
    display:block;
    color:var(--landing-orange);
}

.testimonials-layout p{
    max-width:520px;
    margin:20px 0 0;
    color:#aeb2bf;
    font-size:14px;
    line-height:1.75;
}

.testimonial-controls{
    display:flex;
    gap:12px;
    margin-top:34px;
}

.testimonial-control{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:34px;
    height:34px;
    border:1px solid rgba(255,255,255,.2);
    border-radius:50%;
    background:transparent;
    color:#fff;
    cursor:pointer;
    transition:background-color .2s ease, border-color .2s ease, color .2s ease;
}

.testimonial-control:hover,
.testimonial-control:focus{
    border-color:rgba(255,255,255,.45);
    background:rgba(255,255,255,.08);
    color:#fff;
    outline:none;
}

.testimonial-card{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    gap:32px;
    width:100%;
    max-width:624px;
    min-height:280.39px;
    padding:46.8px 48px 48px;
    border:1px solid var(--landing-border);
    border-radius:24px;
    background:#202637;
    transition:opacity .18s ease, transform .18s ease;
}

.testimonial-card.is-changing{
    opacity:.55;
    transform:translateY(4px);
}

.testimonial-card blockquote{
    display:-webkit-box;
    overflow:hidden;
    margin:0;
    color:#fff;
    font-size:16px;
    font-weight:700;
    line-height:1.55;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
}

.testimonial-author{
    display:flex;
    align-items:center;
    gap:14px;
    margin-top:0;
}

.testimonial-author span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    border-radius:50%;
    background:rgba(226,113,10,.16);
    color:var(--landing-orange);
}

.testimonial-author strong,
.testimonial-author small{
    display:block;
}

.testimonial-author small{
    margin-top:3px;
    color:#9196a6;
    font-size:12px;
}

.boton-direccionar-top{
    right:92px;
    bottom:24px;
    top:auto !important;
    left:auto !important;
    width:56px;
    height:56px;
    background:var(--landing-teal);
    opacity:1;
    z-index:9997;
}

.header{
    backdrop-filter:blur(14px);
}

.header .img-ctn{
    display:flex;
    align-items:center;
    width:auto;
    min-width:160px;
}

.header .img-ctn img,
.nav-header .img-logo{
    width:150px;
    height:auto;
}

.header-list .language-switcher{
    display:flex;
    align-items:center;
    gap:7px;
    height:auto;
    margin-left:0;
    padding-left:0;
    color:#fff;
    font-family:"Montserrat", Arial, sans-serif;
    font-size:12px;
    font-weight:700;
}

.nav .language-switcher{
    display:flex;
}

.header-list .language-link,
.nav .language-link{
    color:rgba(255,255,255,.72);
    text-decoration:none;
}

.header-list .language-link.active,
.header-list .language-link:hover,
.nav .language-link.active,
.nav .language-link:hover{
    color:#fff;
}

.header-list .language-separator,
.nav .language-separator{
    color:rgba(255,255,255,.36);
}

.header > .header-demo-link,
.header-list .header-demo-link,
.nav-links .header-demo-link{
    gap:8px;
    border-radius:8px;
    background-color:var(--landing-orange);
    box-shadow:0 0 10px rgba(242,116,90,.2);
    color:#fff;
}

.header > .header-demo-link:hover,
.header > .header-demo-link:focus,
.header-list .header-demo-link:hover,
.header-list .header-demo-link:focus,
.nav-links .header-demo-link:hover,
.nav-links .header-demo-link:focus{
    background-color:#f7851b;
    color:#fff;
}

.header > .header-demo-link i,
.header-list .header-demo-link i,
.nav-links .header-demo-link i{
    font-size:14px;
}

@media(min-width:1024px){
    .header{
        display:grid;
        grid-template-columns:190px minmax(0, 1fr) auto;
        column-gap:32px;
        height:80px;
        align-items:center;
        justify-content:normal;
        padding:16px clamp(72px, 7.78vw, 112px);
        background:#120c3c;
    }

    .header .img-ctn{
        position:relative;
        z-index:2;
        width:190px;
        min-width:190px;
        justify-content:flex-start;
    }

    .header .img-ctn img{
        width:170px;
        height:auto;
    }

    .header-nav{
        position:static;
        inset:auto;
        height:100%;
        padding:0;
        min-width:0;
    }

    .header-list{
        align-items:center;
        justify-content:center;
        gap:30px;
        width:100%;
        height:100%;
        margin:0;
        padding:0;
        font-size:16px;
    }

    .header-list a,
    .header-list .language-switcher,
    .header-list .language-link{
        padding:0;
        font-family:"Montserrat", Arial, sans-serif;
        font-size:16px;
        font-weight:500;
        line-height:1;
        text-decoration:none !important;
    }

    .header-list a:hover,
    .header-list a:focus,
    .header-list a:visited,
    .header-list .language-link:hover,
    .header-list .language-link:focus,
    .header > .header-demo-link:hover,
    .header > .header-demo-link:focus,
    .header > .header-demo-link:visited,
    .header-list .header-demo-link:hover,
    .header-list .header-demo-link:focus,
    .header-list .header-demo-link:visited{
        text-decoration:none !important;
    }

    .header-list .language-switcher{
        gap:6px;
        height:auto;
        margin:0;
        color:#fff;
        white-space:nowrap;
    }

    .header-list .language-link.active{
        font-weight:700;
    }

    .header > .header-demo-link{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        justify-self:end;
        position:static;
        top:auto;
        right:auto;
        transform:none;
        width:auto;
        min-width:197px;
        min-height:40px;
        height:40px;
        margin-left:0;
        padding:0 26px;
        border-radius:8px;
        background:#E2710A;
        box-shadow:0 8px 22px rgba(226,113,10,.22);
        color:#fff;
        font-size:16px;
        font-weight:700;
        line-height:1;
        text-transform:uppercase;
    }
}

@media(min-width:1024px) and (max-width:1199px){
    .header{
        grid-template-columns:170px minmax(0, 1fr) auto;
        padding:0 40px;
    }

    .header .img-ctn{
        width:170px;
        min-width:170px;
    }

    .header .img-ctn img{
        width:150px;
    }

    .header-list{
        gap:18px;
        font-size:14px;
    }

    .header-nav{
        padding:0;
    }

    .header-list a,
    .header-list .language-switcher,
    .header-list .language-link{
        font-size:14px;
    }

    .header-list .header-demo-link{
        min-width:174px;
        right:40px;
        margin-left:0;
        font-size:14px;
    }

    .header > .header-demo-link{
        min-width:174px;
        font-size:14px;
    }
}

.seccion-contacto{
    background:#080d1a;
}

.seccion-contacto .bg-1{
    background:transparent;
}

.seccion-contacto-contactanos{
    padding:86px 0 110px !important;
    background:#080d1a;
}

.landing-contact-container{
    display:grid;
    grid-template-columns:minmax(0, 1fr) minmax(420px, 650px);
    gap:72px;
    align-items:start;
    width:min(100% - 128px, 1312px);
    margin:0 auto;
}

.landing-contact-info{
    padding-top:12px;
}

.landing-contact-info img{
    width:120px;
    height:auto;
    margin-bottom:28px;
}

.landing-contact-info p{
    max-width:420px;
    margin:0;
    color:#aab0bd;
    font-size:13px;
    line-height:1.75;
}

.landing-contact-info ul{
    display:grid;
    gap:12px;
    margin:26px 0 0;
    padding:0;
    list-style:none;
    color:#b7bcc8;
    font-size:13px;
}

.landing-contact-info li{
    display:flex;
    align-items:center;
    gap:10px;
}

.landing-contact-info i{
    color:var(--landing-teal);
}

.landing-contact-card{
    width:100%;
    padding:34px;
    border:1px solid var(--landing-border);
    border-radius:10px;
    background:#111827;
    box-shadow:0 20px 55px rgba(0,0,0,.2);
}

.seccion-contacto-contactanos-titulo{
    padding:0 !important;
    text-align:left;
    color:#fff;
    font-family:"Montserrat", Arial, sans-serif;
    font-size:20px;
    font-weight:800;
    line-height:1.3;
}

.landing-contact-subtitle{
    margin:10px 0 22px;
    color:#9da4b2;
    font-size:12px;
    line-height:1.7;
}

.landing-contact-form{
    display:grid;
    gap:14px;
    width:100%;
}

.landing-form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}

.landing-contact-form .form-control{
    width:100%;
    min-height:44px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:5px;
    background:#0d1321;
    color:#fff;
    font-family:"Montserrat", Arial, sans-serif;
    font-size:12px;
    box-shadow:none;
}

.landing-contact-form .form-control::placeholder{
    color:#7e8796;
}

.landing-contact-form textarea.form-control{
    min-height:112px;
    resize:vertical;
}

.landing-contact-form select.form-control{
    color:#8f97a6;
}

.contactanos-form-btn-submit{
    width:100%;
    height:44px;
    margin-top:8px;
    border-radius:5px;
    background:var(--landing-teal);
    font-family:"Montserrat", Arial, sans-serif;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
}

.contactanos-form-btn-submit:hover,
.contactanos-form-btn-submit:focus{
    background:#35c2b8;
    box-shadow:0 0 18px rgba(44,170,161,.25);
}

footer{
    background:#252525;
}

.footer-logo-redes{
    width:min(100% - 128px, 1312px);
    margin:0 auto;
    padding:56px 0 0;
}

.footer-logo-redes-ctn{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.footer-logo-lignum-ctn{
    width:auto;
    margin:0;
}

.logo-lignum{
    width:210px;
}

.footer-redes-ctn{
    display:flex;
    justify-content:flex-end;
    gap:18px;
    width:auto;
    margin:0;
    padding:0;
}

.footer-redes-ctn > a > img{
    width:34px;
    height:34px;
}

.footer-copyright-ctn{
    margin-top:56px;
    padding:24px 0;
    border-top:1px solid rgba(255,255,255,.35);
}

.footer-copyright{
    color:#c8c8c8;
    font-size:11px;
}

@media(max-width:1023px){
    .landing-container{
        width:min(100% - 32px, 760px);
    }

    .landing-hero{
        min-height:640px;
        padding-top:112px;
        background-position:center right 32%;
    }

    .why-grid,
    .success-grid{
        grid-template-columns:1fr;
    }

    .success-section .landing-container{
        width:min(100% - 32px, 760px);
    }

    .success-section .section-heading{
        padding:0 16px;
    }

    .client-card{
        flex-basis:210px;
    }

    .success-image{
        height:auto;
        aspect-ratio:512 / 377;
    }

    .solutions-grid{
        grid-template-columns:1fr;
    }

    .solutions-section{
        min-height:auto;
        padding:86px 0;
    }

    .solutions-container{
        width:min(100% - 32px, 760px);
    }

    .solutions-heading{
        margin-bottom:54px;
    }

    .solutions-heading h2{
        font-size:30px;
    }

    .solutions-heading p{
        font-size:17px;
    }

    .solutions-group-title{
        gap:16px;
        margin-bottom:30px;
        font-size:22px;
    }

    .core-solutions-grid{
        grid-template-columns:1fr 1fr;
        gap:24px;
    }

    .core-solution-card{
        padding:28px;
        border-radius:22px;
    }

    .specialized-solutions-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr));
        justify-content:stretch;
    }

    .solution-card,
    .solution-card-large-image,
    .solution-card-image-top,
    .solution-card-wide{
        grid-column:auto;
        grid-template-columns:1fr;
        grid-template-rows:auto;
    }

    .solution-card-large-image .solution-image{
        min-height:210px;
        order:-1;
    }

    .services-grid{
        grid-template-columns:repeat(3, 1fr);
    }

    .services-section .landing-container{
        width:min(100% - 32px, 760px);
    }

    .demo-cta-card,
    .testimonials-layout,
    .landing-contact-container{
        grid-template-columns:1fr;
    }

    .testimonials-section .landing-container,
    .landing-contact-container{
        width:min(100% - 32px, 760px);
    }

    .demo-cta-section .landing-container{
        width:min(100% - 32px, 760px);
    }

    .demo-cta-card{
        min-height:auto;
        border-radius:24px;
    }

    .demo-cta-copy{
        padding:38px;
    }

    .demo-cta-image{
        min-height:360px;
    }

    .testimonials-layout{
        gap:36px;
        min-height:auto;
    }

    .landing-contact-container{
        gap:34px;
    }
}

@media(max-width:575px){
    .landing-container{
        width:min(100% - 24px, 420px);
    }

    .landing-hero{
        min-height:620px;
        padding:104px 0 56px;
        background-position:center;
    }

    .hero-actions{
        flex-direction:column;
        align-items:flex-start;
    }

    .btn-primary-lignum,
    .btn-secondary-lignum,
    .btn-teal-lignum{
        width:100%;
        max-width:320px;
    }

    .why-section,
    .solutions-section,
    .success-section,
    .demo-cta-section,
    .testimonials-section{
        padding:64px 0;
    }

    .solutions-container{
        width:min(100% - 24px, 420px);
    }

    .solutions-heading h2{
        font-size:25px;
    }

    .solutions-heading p{
        margin-top:20px;
        font-size:15px;
    }

    .solutions-group-title{
        align-items:flex-start;
        flex-direction:column;
        gap:14px;
        font-size:19px;
        line-height:1.25;
    }

    .solutions-group-title::after{
        width:100%;
        flex:none;
    }

    .core-solutions-grid,
    .specialized-solutions-grid{
        grid-template-columns:1fr;
    }

    .core-solution-card,
    .specialized-solution-card{
        min-height:260px;
    }

    .success-section .landing-container{
        width:min(100% - 24px, 420px);
    }

    .client-carousel{
        -webkit-mask-image:linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
        mask-image:linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
    }

    .client-carousel-track{
        gap:14px;
        animation-duration:48s;
    }

    .client-card{
        flex-basis:188px;
        min-height:226px;
    }

    .client-logo-frame{
        height:66px;
    }

    .success-content{
        padding:24px;
    }

    .services-section{
        padding:56px 0;
    }

    .feature-card,
    .solution-copy,
    .success-content,
    .testimonial-card{
        padding:24px;
    }

    .services-grid{
        grid-template-columns:repeat(2, 1fr);
    }

    .landing-form-row{
        grid-template-columns:1fr;
    }

    .landing-contact-card{
        padding:24px;
    }

    .footer-logo-redes{
        width:min(100% - 24px, 420px);
        padding-top:40px;
    }

    .footer-logo-redes-ctn{
        flex-direction:column;
        align-items:center;
        gap:28px;
    }

    .footer-redes-ctn{
        justify-content:center;
        width:100%;
    }

    .logo-lignum{
        width:180px;
    }

    .footer-copyright{
        text-align:center;
    }

    .demo-cta-copy{
        padding:30px 24px;
    }

    .demo-cta-section .landing-container{
        width:min(100% - 24px, 420px);
    }

    .testimonials-section .landing-container,
    .landing-contact-container{
        width:min(100% - 24px, 420px);
    }

    .demo-cta-card{
        border-radius:20px;
    }

    .demo-cta-image{
        display:none;
    }

    .boton-direccionar-top{
        right:20px;
        bottom:92px;
    }
}
