:root{--navy:#061827;--navy-2:#0b2538;--navy-3:#12364d;--yellow:#ffbf00;--yellow-2:#f3a900;--text:#101c27;--muted:#66737f;--line:#e4e9ed;--soft:#f5f7f8;--white:#fff;--max:1200px;--radius:8px;--shadow:0 12px 34px rgba(5,24,39,.09);--font-head:"Manrope","Avenir Next","Segoe UI",sans-serif;--font-body:Inter,"Segoe UI",Roboto,Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--text);font-family:var(--font-body);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.wrap{width:min(var(--max),calc(100% - 56px));margin-inline:auto}.jbe-svg{width:1em;height:1em;display:block}
.site-header{position:sticky;top:0;z-index:100;background:rgba(5,24,39,.98);color:#fff;border-bottom:1px solid rgba(255,255,255,.07);box-shadow:0 4px 20px rgba(0,0,0,.12);backdrop-filter:blur(12px)}.header-inner{height:76px;display:flex;align-items:center;gap:34px}.brand{display:flex;align-items:center;gap:13px;font-family:var(--font-head);font-weight:800;font-size:19px;letter-spacing:.02em}.brand img,.brand-logo{width:52px;height:52px;object-fit:contain}.nav{margin-left:auto}.nav ul{display:flex;align-items:center;gap:30px;list-style:none;margin:0;padding:0}.nav a{position:relative;padding:28px 0 25px;font-size:13px;font-weight:700;color:#edf3f7;transition:.2s}.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:17px;height:2px;background:var(--yellow);transition:.2s}.nav a:hover{color:#fff}.nav a:hover:after{right:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:46px;padding:0 22px;border:1px solid transparent;border-radius:5px;background:var(--yellow);color:#071827;font-size:14px;font-weight:800;letter-spacing:.01em;box-shadow:0 5px 16px rgba(255,191,0,.16);transition:transform .18s,background .18s,box-shadow .18s}.btn:hover{transform:translateY(-1px);background:#ffca2a;box-shadow:0 8px 22px rgba(255,191,0,.22)}.btn-phone{min-height:42px;padding:0 18px}.ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.48);box-shadow:none}.ghost:hover{background:#fff;color:var(--navy);border-color:#fff}.menu-toggle{display:none;margin-left:auto;background:none;border:0;color:#fff;font-size:26px}.eyebrow{display:block;color:var(--yellow-2);font-family:var(--font-head);font-size:10px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.hero{background:var(--navy);color:#fff;overflow:hidden}.hero-grid{height:390px;display:grid;grid-template-columns:48% 52%}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:34px 38px 30px 0;position:relative;z-index:2}.hero h1{max-width:560px;margin:9px 0 15px;font-family:var(--font-head);font-size:46px;font-weight:800;line-height:1.02;letter-spacing:-.038em}.hero h1 em{font-style:normal;color:var(--yellow)}.hero p{max-width:470px;margin:0;color:#dce6ed;font-size:16px;line-height:1.65}.actions{display:flex;gap:12px;margin-top:23px}.hero-photo{position:relative;background-position:center;background-size:cover}.hero-photo:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--navy) 0,rgba(6,24,39,.52) 16%,rgba(6,24,39,.08) 42%,transparent 70%)}.trust{min-height:82px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;gap:30px}.trust>div{display:flex;align-items:center;gap:14px}.trust i{display:grid;place-items:center;width:42px;height:42px;color:var(--yellow);font-style:normal;font-size:27px}.trust span{display:flex;flex-direction:column}.trust b{font-family:var(--font-head);font-size:13px;font-weight:750}.trust small{margin-top:2px;color:#aebdca;font-size:10.5px}
.section{padding:44px 0}.section h2,.why h2,.cta h2,.process h2{margin:5px 0 12px;font-family:var(--font-head);font-size:30px;font-weight:800;line-height:1.08;letter-spacing:-.025em}.section-head{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:20px}.section-head>p{max-width:410px;margin:0;color:var(--muted);font-size:15px;line-height:1.65}.cards,.projects{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.cards article,.projects article{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 4px 18px rgba(5,24,39,.035);transition:transform .2s,box-shadow .2s,border-color .2s}.cards article:hover,.projects article:hover{transform:translateY(-3px);border-color:#d8e0e6;box-shadow:var(--shadow)}.service-image{height:118px;overflow:hidden}.service-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.cards article:hover .service-image img,.projects article:hover .project-image img{transform:scale(1.035)}.card-body{padding:15px 17px 17px}.cards .icon{display:grid;place-items:center;width:32px;height:32px;margin-top:-2px;color:var(--yellow-2);font-size:25px}.cards h3{margin:6px 0 5px;font-family:var(--font-head);font-size:14px;font-weight:800}.cards p,.card-text{margin:0;color:var(--muted);font-size:14.5px;line-height:1.6}.card-text p{margin:0}.more{display:inline-flex;margin-top:11px;color:#e9a300;font-size:13px;font-weight:800}.more:hover{color:#bd8200}
.why{display:grid;grid-template-columns:35% 37% 28%;min-height:320px;border-block:1px solid #edf0f2;background:#fff}.why-photo{background-position:center;background-size:cover}.why-copy{display:flex;flex-direction:column;justify-content:center;padding:38px 34px}.why-copy>p{margin:0;color:var(--muted);font-size:14.5px;line-height:1.65}.why-copy ul{list-style:none;margin:15px 0 0;padding:0}.why-copy li{display:flex;align-items:center;margin:7px 0;font-size:14.5px}.why-copy li:before{content:'✓';flex:0 0 18px;display:grid;place-items:center;width:18px;height:18px;margin-right:9px;border-radius:50%;background:var(--yellow);color:var(--navy);font-size:10px;font-weight:900}.benefits{display:grid;align-content:center;padding:24px 30px 24px 0}.benefits div{display:flex;align-items:center;gap:13px;padding:14px 14px;border:1px solid var(--line);border-bottom:0;background:#fff}.benefits div:first-child{border-radius:var(--radius) var(--radius) 0 0}.benefits div:last-child{border-bottom:1px solid var(--line);border-radius:0 0 var(--radius) var(--radius)}.benefits i{display:grid;place-items:center;flex:0 0 31px;width:31px;height:31px;color:var(--yellow-2);font-size:24px;font-style:normal}.benefits span{display:flex;flex-direction:column}.benefits b{font-family:var(--font-head);font-size:14px;font-weight:800}.benefits small{margin-top:2px;color:var(--muted);font-size:12.5px;line-height:1.45}
.cta{min-height:230px;display:flex;align-items:center;background-position:center;background-size:cover;color:#fff}.cta .wrap{padding:34px 0}.cta h2{max-width:460px;margin:5px 0 9px;font-size:32px}.cta p{max-width:450px;margin:0 0 17px;color:#dce6ed;font-size:14.5px;line-height:1.6}.sectors{background:var(--navy);color:#fff}.sectors .wrap{min-height:78px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}.sectors .wrap>div{display:flex;align-items:center;gap:12px;padding:0 20px;border-right:1px solid rgba(255,255,255,.13)}.sectors .wrap>div:first-child{padding-left:0}.sectors .wrap>div:last-child{border-right:0}.sectors i{display:grid;place-items:center;width:32px;height:32px;color:var(--yellow);font-size:25px;font-style:normal}.sectors span{display:flex;flex-direction:column}.sectors b{font-family:var(--font-head);font-size:14px;font-weight:800}.sectors small{margin-top:2px;color:#aebdca;font-size:12px}
.projects-section{padding:38px 0 42px}.title-row{display:flex;align-items:end;justify-content:space-between;margin-bottom:17px}.title-row h2{margin-bottom:0}.title-row>a{color:#e9a300;font-size:13px;font-weight:800}.project-image{height:132px;position:relative;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.project-image:after{content:"";position:absolute;inset:50% 0 0;background:linear-gradient(transparent,rgba(4,21,34,.35));pointer-events:none}.project-image span{position:absolute;z-index:2;left:0;bottom:0;padding:4px 9px;background:#1686a8;color:#fff;font-size:7.5px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.project-copy{padding:10px 12px 12px}.project-copy h3{margin:0 0 3px;font-family:var(--font-head);font-size:14px;font-weight:800}.project-copy p{margin:0;color:var(--muted);font-size:12.5px}
.testimonials{padding:36px 0 40px;background:linear-gradient(180deg,#f7f9fa,#f2f5f6)}.testimonials h2{margin-bottom:17px}.quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.quotes blockquote{min-height:160px;margin:0;padding:17px 19px;border:1px solid #edf0f2;border-radius:var(--radius);background:#fff;box-shadow:0 6px 20px rgba(5,24,39,.04)}.quote-top{display:flex;align-items:center;justify-content:space-between}.quote-top>b{color:#ffd36b;font-family:Georgia,serif;font-size:34px;line-height:.8}.stars{color:var(--yellow);font-size:10px;letter-spacing:1px}.quote-text{margin:8px 0 14px;color:#2c3944;font-size:14.5px;line-height:1.6}.person{display:flex;align-items:center;gap:10px}.avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#e9eef1;color:var(--navy);font-family:var(--font-head);font-weight:800}.person>span:last-child{display:flex;flex-direction:column}.person strong{font-family:var(--font-head);font-size:13px}.person small{color:var(--muted);font-size:12px}
.process{position:relative;overflow:hidden;padding:27px 0 31px;background:var(--navy);color:#fff}.process:after{content:"";position:absolute;top:0;right:0;bottom:0;width:27%;background:url('../img/process-tools.webp') center/cover no-repeat;opacity:.2;mask-image:linear-gradient(90deg,transparent,#000)}.process h2{margin:3px 0 20px;font-size:24px}.steps{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.steps>div{position:relative;display:grid;grid-template-columns:42px 20px 1fr;align-items:start;gap:8px}.steps>div:not(:last-child):after{content:"";position:absolute;top:21px;left:47px;right:-16px;border-top:1px dashed rgba(255,191,0,.8)}.steps i{z-index:1;width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--yellow);color:var(--navy);font-size:21px;font-style:normal;box-shadow:0 0 0 5px rgba(255,191,0,.09)}.steps b{z-index:1;color:var(--yellow);font-family:var(--font-head);font-size:17px}.steps span{z-index:1;display:flex;flex-direction:column}.steps strong{font-family:var(--font-head);font-size:13px;font-weight:800}.steps small{margin-top:3px;color:#b9c7d1;font-size:12px;line-height:1.45}
.site-footer{padding:31px 0 13px;background:#041522;color:#dce5ec}.footer-grid{display:grid;grid-template-columns:1.35fr .75fr 1fr 1.15fr;gap:40px}.footer-grid h3{margin:0 0 9px;color:#fff;font-family:var(--font-head);font-size:14px;font-weight:800}.footer-grid a{display:block;margin:4px 0;color:#b9c7d1;font-size:13.5px;transition:color .18s}.footer-grid a:hover{color:var(--yellow)}.footer-grid p{color:#b9c7d1;font-size:13.5px;line-height:1.65}.footer-brand{color:#fff}.footer-brand .brand-logo,.footer-brand img{width:46px;height:46px;object-fit:contain}.copyright{margin-top:21px;padding-top:11px;border-top:1px solid rgba(255,255,255,.12);color:#8497a5;font-size:12px}.content{min-height:50vh}.content h1{font-family:var(--font-head);font-size:40px}
@media(max-width:1000px){.wrap{width:min(var(--max),calc(100% - 40px))}.btn-phone{display:none}.menu-toggle{display:block}.nav{display:none;position:absolute;top:76px;left:0;right:0;margin:0;padding:16px 24px 22px;background:var(--navy);box-shadow:0 15px 25px rgba(0,0,0,.2)}.nav.open{display:block}.nav ul{align-items:stretch;flex-direction:column;gap:0}.nav a{display:block;padding:11px 0}.nav a:after{display:none}.hero-grid{height:auto;grid-template-columns:1fr}.hero-copy{padding:50px 0 34px}.hero-photo{min-height:360px}.cards,.projects{grid-template-columns:repeat(2,1fr)}.why{grid-template-columns:1fr 1fr}.why-photo{min-height:340px}.benefits{grid-column:1/-1;grid-template-columns:1fr 1fr;padding:22px 30px}.benefits div:nth-child(2){border-bottom:1px solid var(--line)}.sectors .wrap{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.steps{grid-template-columns:1fr 1fr}.steps>div:nth-child(2):after{display:none}.process:after{display:none}}
@media(max-width:620px){.wrap{width:min(100% - 28px,var(--max))}.header-inner{height:66px}.brand img,.brand-logo{width:44px;height:44px}.brand{font-size:16px}.nav{top:66px}.hero h1{font-size:38px}.hero-photo{min-height:300px;background-position:62% center}.trust{height:auto;grid-template-columns:1fr;gap:13px;padding-top:18px;padding-bottom:20px}.actions{align-items:stretch;flex-direction:column}.btn{width:100%}.cards,.projects,.quotes,.steps,.footer-grid,.sectors .wrap{grid-template-columns:1fr}.section{padding:35px 0}.section-head{display:block}.section-head>p{margin-top:10px}.why{grid-template-columns:1fr}.why-photo{min-height:280px}.why-copy{padding:32px 22px}.benefits{grid-template-columns:1fr;padding:0 22px 26px}.benefits div{border-bottom:0}.benefits div:last-child{border-bottom:1px solid var(--line)}.cta h2{font-size:29px}.sectors .wrap>div{padding:14px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.sectors .wrap>div:last-child{border-bottom:0}.project-image{height:190px}.steps>div:not(:last-child):after{display:none}}

/* v2.2.1 legibility pass */
.card-text,.cards p{font-size:14.5px;line-height:1.65}.why-copy>p,.why-copy li,.cta p,.quote-text{font-size:14.5px}.project-copy h3{font-size:14px}.project-copy p{font-size:12.5px}.person strong{font-size:13px}.person small{font-size:12px}.steps strong{font-size:13px}.steps small{font-size:12px;line-height:1.45}.footer-grid h3{font-size:15px}.footer-grid a,.footer-grid p{font-size:13.5px;line-height:1.65}.copyright{font-size:12px;line-height:1.5}

/* v2.2.2 — Logo de alto contraste: geometría maestra intacta */
.site-header .brand{gap:16px;flex:0 0 auto}
.site-header .brand-logo{width:64px;height:64px;object-fit:contain;filter:none;image-rendering:auto}
.site-header .brand span{color:#fff;font-size:20px;font-weight:850;letter-spacing:.035em;text-shadow:0 1px 0 rgba(0,0,0,.28)}
.footer-brand{gap:14px}
.footer-brand img{width:58px!important;height:58px!important;filter:none}
.footer-brand span{color:#fff;font-size:18px;font-weight:850;letter-spacing:.035em}
@media(max-width:620px){.site-header .brand-logo{width:52px;height:52px}.site-header .brand span{font-size:17px}.footer-brand img{width:52px!important;height:52px!important}}

/* v2.2.3 — CTA limpio: sin texto incrustado ni repetición */
.cta{
    background-repeat:no-repeat !important;
    background-size:cover !important;
    background-position:center center !important;
}
.cta .wrap{position:relative;z-index:1}

/* v2.2.4 — Testimonios, footer y contraste de marca */
.person .avatar-photo{
    width:46px;
    height:46px;
    flex:0 0 46px;
    display:block;
    border-radius:50%;
    object-fit:cover;
    object-position:center;
    border:2px solid #fff;
    box-shadow:0 0 0 2px rgba(255,191,0,.38),0 4px 12px rgba(4,21,34,.12);
}
.person{gap:13px}
.person strong{font-size:14px}
.person small{font-size:12.5px;margin-top:2px}
.footer-grid h3{
    color:var(--yellow)!important;
    font-size:15px;
    font-weight:850;
    letter-spacing:.025em;
    position:relative;
    padding-bottom:9px;
    margin-bottom:11px;
}
.footer-grid h3:after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:30px;
    height:2px;
    border-radius:2px;
    background:var(--yellow);
}
.site-header .brand-logo-dark,
.footer-brand .brand-logo-dark{
    filter:drop-shadow(0 1px 0 rgba(255,255,255,.22));
}
.site-header .brand-logo{width:68px;height:68px}
.footer-brand img{width:62px!important;height:62px!important}
@media(max-width:620px){
    .site-header .brand-logo{width:54px;height:54px}
    .footer-brand img{width:54px!important;height:54px!important}
}

/* v2.2.5 — Mayor jerarquía para rótulos de sección */
.eyebrow{
    font-size:13px !important;
    font-weight:900 !important;
    line-height:1.15;
    letter-spacing:.12em !important;
    color:var(--yellow) !important;
    text-transform:uppercase;
    margin-bottom:9px;
}
.section-head .eyebrow,
.projects .eyebrow,
.testimonials .eyebrow,
.process .eyebrow,
.why .eyebrow,
.cta .eyebrow{
    position:relative;
    display:inline-block;
    padding-left:14px;
}
.section-head .eyebrow:before,
.projects .eyebrow:before,
.testimonials .eyebrow:before,
.process .eyebrow:before,
.why .eyebrow:before,
.cta .eyebrow:before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    width:4px;
    height:16px;
    border-radius:4px;
    background:var(--yellow);
    transform:translateY(-50%);
}
.section-title{
    font-weight:850 !important;
    letter-spacing:-.035em;
}
@media(max-width:620px){
    .eyebrow{font-size:12px !important;letter-spacing:.1em !important}
}

/* v2.2.6 — Proyectos: imágenes limpias + carrusel del mockup */
.projects-section .eyebrow{
    position:relative;
    display:inline-block;
    padding-left:14px;
    font-size:13px !important;
    font-weight:900 !important;
    letter-spacing:.12em !important;
    color:var(--yellow) !important;
}
.projects-section .eyebrow:before{
    content:"";
    position:absolute;
    left:0; top:50%;
    width:4px; height:16px;
    border-radius:4px;
    background:var(--yellow);
    transform:translateY(-50%);
}
.projects-carousel{position:relative}
.projects-carousel .projects{
    display:flex;
    gap:16px;
    overflow-x:auto;
    scroll-behavior:smooth;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    padding:2px 1px 10px;
}
.projects-carousel .projects::-webkit-scrollbar{display:none}
.projects-carousel .projects article{
    flex:0 0 calc((100% - 48px)/4);
    scroll-snap-align:start;
}
.projects-arrow{
    position:absolute;
    z-index:8;
    top:58px;
    width:38px;height:38px;
    display:grid;place-items:center;
    border:1px solid rgba(255,191,0,.7);
    border-radius:50%;
    background:#fff;
    color:var(--navy);
    font:800 27px/1 var(--font-head);
    box-shadow:0 7px 20px rgba(5,24,39,.14);
    cursor:pointer;
    transition:.18s ease;
}
.projects-arrow:hover{background:var(--yellow);border-color:var(--yellow);transform:scale(1.05)}
.projects-arrow:disabled{opacity:.28;cursor:default;transform:none}
.projects-prev{left:-19px}
.projects-next{right:-19px}
.project-image{height:150px}
.project-image img{width:100%;height:100%;object-fit:cover;object-position:center}
@media(max-width:1000px){
 .projects-carousel .projects article{flex-basis:calc((100% - 16px)/2)}
}
@media(max-width:620px){
 .projects-carousel .projects article{flex-basis:88%}
 .projects-prev{left:-7px}.projects-next{right:-7px}
 .projects-arrow{top:82px;width:36px;height:36px}
}

/* v2.2.7 — Ubicación de proyectos según mockup */
.project-location{
    display:flex !important;
    align-items:center;
    gap:5px;
    margin-top:7px !important;
    color:#667482 !important;
    font-size:13px !important;
    line-height:1.35;
}
.project-location svg{
    width:13px;
    height:13px;
    flex:0 0 13px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}

/* v2.2.8 — Fidelidad fina al mockup: proyectos, testimonios e iconografía */

/* Proyectos: cuatro tarjetas compactas, sin flechas laterales, como el mockup */
.projects-carousel{position:relative}
.projects-carousel .projects{
 display:grid !important;
 grid-template-columns:repeat(4,minmax(0,1fr)) !important;
 gap:16px !important;
 overflow:visible !important;
 padding:0 !important;
}
.projects-carousel .projects article{
 min-width:0 !important;
 border-radius:5px !important;
 box-shadow:0 2px 7px rgba(5,24,39,.06) !important;
}
.project-image{height:126px !important}
.project-image span{
 padding:4px 9px !important;
 background:#1686a8 !important;
 font-size:8px !important;
}
.project-zoom{
 position:absolute;right:0;bottom:0;z-index:3;
 width:28px;height:28px;display:grid;place-items:center;
 background:rgba(5,24,39,.82);color:#fff;font-style:normal;
}
.project-zoom svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round}
.project-copy{padding:8px 11px 10px !important}
.project-copy h3{font-size:13px !important;line-height:1.22 !important;margin-bottom:4px !important}
.project-location{margin-top:2px !important;font-size:11.5px !important;color:#697681 !important}
.project-location svg{width:12px;height:12px;stroke:#ffb800 !important;stroke-width:2.2 !important}
.title-row>a{
 display:inline-flex;align-items:center;gap:6px;
 color:#eea900 !important;font-weight:850 !important;
}
.title-row>a::after{content:"→";font-size:16px;line-height:1}
.title-row>a{font-size:0}
.title-row>a::before{content:"Ver todos los proyectos";font-size:13px}

/* Testimonios: proporción y navegación como en el mockup */
.testimonials{padding:28px 0 34px !important}
.testimonial-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:12px}
.testimonial-heading h2{margin-bottom:0 !important}
.testimonial-nav{display:flex;gap:8px}
.testimonial-nav button{
 width:34px;height:34px;border-radius:50%;border:1px solid #e3e8eb;background:#fff;
 color:#0b2030;font-size:22px;font-weight:800;line-height:1;
 box-shadow:0 3px 10px rgba(5,24,39,.09);
}
.quotes{gap:16px !important}
.quotes blockquote{
 min-height:142px !important;padding:14px 17px 13px !important;border-radius:5px !important;
 box-shadow:0 3px 12px rgba(5,24,39,.045) !important;
}
.quote-top>b{font-size:30px !important}
.quote-text{font-size:13px !important;line-height:1.35 !important;margin:6px 0 9px !important}
.person .avatar-photo{
 width:42px !important;height:42px !important;flex-basis:42px !important;
 border:0 !important;box-shadow:none !important;object-fit:cover !important;
}
.person strong{font-size:12.5px !important}.person small{font-size:11.5px !important}

/* Franja de tipos: iconos sólidos, grandes y amarillos como en el mockup */
.sectors .wrap{min-height:72px !important}
.sectors .wrap>div{gap:14px !important}
.sectors i{width:38px !important;height:38px !important;color:#ffbd00 !important}
.sectors i .jbe-svg{width:32px !important;height:32px !important;stroke-width:1.9}
.sectors .wrap>div:last-child .jbe-svg path:first-child{fill:#ffbd00;stroke:#ffbd00}
.sectors .wrap>div:last-child .jbe-svg path:last-child{stroke:#092031;stroke-width:2.2}
.sectors b{font-size:13px !important}.sectors small{font-size:11.5px !important}

/* Iconos del resto: escala coherente con el mockup */
.trust i .jbe-svg{width:31px;height:31px}
.cards .icon .jbe-svg{width:27px;height:27px}
.benefits i .jbe-svg{width:29px;height:29px}
.steps i .jbe-svg{width:25px;height:25px}

@media(max-width:1000px){
 .projects-carousel .projects{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
}
@media(max-width:620px){
 .projects-carousel .projects{display:flex !important;overflow-x:auto !important;scroll-snap-type:x mandatory;padding-bottom:6px !important}
 .projects-carousel .projects article{flex:0 0 86% !important;scroll-snap-align:start}
 .testimonial-heading{align-items:center}
}

/* v2.2.9 — pasada de fidelidad al mockup */

/* HERO: iconos amarillos sólidos, sin cajas ajenas al mockup */
.trust{min-height:76px}
.trust>div{gap:14px}
.trust i{width:40px!important;height:40px!important;display:grid!important;place-items:center!important;background:transparent!important;color:#ffbd00!important;border-radius:0!important}
.trust i .jbe-svg{width:35px!important;height:35px!important}
.trust b{font-size:14px!important}.trust small{font-size:12px!important}

/* SERVICIOS: iconos simples amarillos, tamaño/posición del mockup */
.cards .icon{width:32px!important;height:32px!important;background:transparent!important;color:#ffb900!important;border-radius:0!important;margin-bottom:5px!important}
.cards .icon .jbe-svg{width:29px!important;height:29px!important}
.cards .card-body{padding:9px 12px 11px!important}
.cards h3{margin-top:0!important}

/* POR QUÉ ELEGIRNOS: lista + cuatro tarjetas laterales como mockup */
.why .benefits>div{min-height:66px!important;padding:10px 16px!important;gap:14px!important}
.why .benefits i{width:42px!important;height:42px!important;background:transparent!important;color:#ffb900!important;border-radius:0!important}
.why .benefits i .jbe-svg{width:34px!important;height:34px!important}
.why .benefits b{font-size:14px!important}.why .benefits small{font-size:11.5px!important}
.why-copy li:before{background:#ffb900!important;color:white!important}

/* PROYECTOS: exactamente categoría / título / ubicación */
.project-location{display:flex!important;visibility:visible!important;min-height:16px!important}
.project-location svg{fill:#ffb900!important;stroke:#ffb900!important}
.projects article{overflow:hidden}
.project-image{height:127px!important}
.project-copy{min-height:58px!important}
.project-copy h3{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* TESTIMONIOS: tarjetas blancas, compactas y horizontales como mockup */
.testimonials{background:#f5f7f8!important}
.testimonial-heading{margin-bottom:9px!important}
.testimonial-nav button{width:32px!important;height:32px!important;background:#fff!important;border:0!important;box-shadow:0 3px 10px rgba(0,0,0,.11)!important}
.quotes{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:16px!important}
.quotes blockquote{background:#fff!important;border:0!important;border-radius:5px!important;padding:11px 17px 12px!important;min-height:130px!important;box-shadow:0 2px 10px rgba(6,28,42,.045)!important}
.quote-top{height:20px!important}
.quote-top>b{font-size:28px!important;line-height:1!important;color:#ffc04a!important}
.stars{font-size:11px!important;letter-spacing:1px!important;color:#ffb400!important}
.quote-text{font-size:12.5px!important;line-height:1.28!important;min-height:48px!important;margin:3px 0 7px!important}
.person{gap:9px!important}
.person .avatar-photo{width:38px!important;height:38px!important;flex:0 0 38px!important;border-radius:50%!important;object-fit:cover!important}
.person strong{font-size:12px!important;line-height:1.15!important}.person small{font-size:10.5px!important;line-height:1.15!important}

/* FOOTER: cinco columnas + mapa + sociales + franja legal */
.site-footer{padding-top:28px!important}
.footer-grid{display:grid!important;grid-template-columns:1.45fr .8fr 1.2fr 1fr .75fr!important;gap:30px!important;align-items:start!important}
.footer-grid h3{color:#fff!important;font-size:13px!important;padding:0!important;margin:0 0 8px!important;letter-spacing:0!important}
.footer-grid h3:after{display:none!important}
.footer-grid a,.footer-grid p{font-size:11.5px!important;line-height:1.55!important}
.footer-brand img{width:52px!important;height:52px!important}
.footer-brand span{font-size:18px!important}
.footer-about>p{max-width:230px;margin:8px 0 12px!important}
.socials{display:flex;gap:16px;align-items:center}
.socials a{font-weight:850!important;color:#fff!important;font-size:17px!important;text-decoration:none}
.contact-row{display:flex;gap:8px;align-items:flex-start;margin-bottom:6px}
.contact-row .jbe-svg{width:14px;height:14px;flex:0 0 14px;color:#ffbd00;margin-top:2px}
.footer-map img{width:100%;max-width:120px;aspect-ratio:1.2/1;object-fit:cover;border-radius:4px}
.copyright{display:flex!important;justify-content:space-between!important;align-items:center!important;border-top:1px solid rgba(255,255,255,.09)!important;margin-top:20px!important;padding-top:13px!important;padding-bottom:13px!important}
.copyright span:last-child{display:flex;align-items:center;gap:10px}
.copyright a{color:#c4cdd4;text-decoration:none;font-size:10.5px}
.copyright i{width:1px;height:12px;background:rgba(255,255,255,.35)}
@media(max-width:1000px){
 .footer-grid{grid-template-columns:repeat(2,1fr)!important}
 .footer-map img{max-width:180px}
}
@media(max-width:700px){
 .quotes{grid-template-columns:1fr!important}
 .footer-grid{grid-template-columns:1fr!important}
 .copyright{display:block!important}
 .copyright span:last-child{margin-top:8px}
}
