
:root{
  --verde:#4A8C00;
  --verde-dark:#2D6600;
  --verde-light:#71AC1F;
  --verde-pale:#F7FBF3;
  --verde-mid:#E6F1D8;
  --cafe:#7B3F00;
  --cafe-pale:#FFFFFF;
  --crema:#FFFFFF;
  --texto:#1E2B14;
  --texto-s:#5A6B4A;
  --borde:rgba(74,140,0,.13);
  --radio:16px;
  --shadow:0 4px 24px rgba(45,102,0,.10);
  --shadow-lg:0 12px 48px rgba(45,102,0,.16);
  --nav-h:70px;
}
*{box-sizing:border-box;margin:0;padding:0;}
body{font-family:"Plus Jakarta Sans",sans-serif;background:#FFFFFF;color:var(--texto);line-height:1.65;-webkit-font-smoothing:antialiased;}
a{color:inherit;text-decoration:none;}
img{max-width:100%;display:block;}
.container{width:min(1140px,calc(100% - 40px));margin:0 auto;}

/* TOPBAR */


/* NAV */
.nav-wrap{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:2.5px solid transparent;border-image:linear-gradient(90deg,transparent 0%,rgba(74,140,0,.18) 15%,var(--verde) 50%,rgba(74,140,0,.18) 85%,transparent 100%) 1;height:var(--nav-h);transition:box-shadow .3s;}
.nav-wrap.scrolled{box-shadow:0 4px 20px rgba(45,102,0,.10);}
.nav-inner{height:var(--nav-h);display:flex;align-items:center;gap:.75rem;}
.brand{display:flex;align-items:center;gap:.85rem;flex-shrink:0;}
.brand-logo{width:58px;height:58px;border-radius:14px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 12px rgba(45,102,0,.20);}
.brand-logo img{width:100%;height:100%;object-fit:contain;}
.brand-text strong{display:block;font-size:.98rem;font-weight:800;line-height:1.1;text-align:left;}
.brand-text strong .brand-nombre{color:var(--verde-dark);}
.brand-text strong .brand-tipo{display:block;font-size:.75rem;font-weight:700;color:var(--cafe);text-transform:none;letter-spacing:.01em;margin-top:.14rem;}
.btn-cotizar{padding:.52rem 1.15rem;border-radius:10px;background:var(--verde);color:#fff;font-size:.84rem;font-weight:800;display:flex;align-items:center;gap:.5rem;transition:background .18s,transform .15s;flex-shrink:0;animation:pulse-cta 2.5s ease-in-out infinite;}
.btn-cotizar:hover{background:var(--verde-dark);transform:translateY(-1px);animation:none;}
.btn-cotizar svg{flex-shrink:0;}
@keyframes pulse-cta{
  0%,100%{box-shadow:0 0 0 0 rgba(74,140,0,.45);}
  50%{box-shadow:0 0 0 8px rgba(74,140,0,0);}
}
.nav-links{margin-left:auto;display:flex;align-items:center;gap:.05rem;}
.nav-links a{padding:.42rem .7rem;border-radius:8px;font-size:.83rem;font-weight:600;color:var(--texto-s);transition:background .15s,color .15s;}
.nav-links a:hover{background:var(--verde-pale);color:var(--verde-dark);}
.hamburger{display:none;flex-direction:column;gap:5px;padding:.4rem;cursor:pointer;background:none;border:none;order:-1;}
.hamburger span{display:block;width:22px;height:2px;background:var(--verde-dark);border-radius:2px;transition:transform .25s,opacity .25s;}
.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.hamburger.open span:nth-child(2){opacity:0;}
.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}
.mobile-menu{display:none;position:fixed;top:var(--nav-h);left:0;right:0;background:rgba(255,255,255,.98);backdrop-filter:blur(16px);padding:1rem;z-index:99;border-bottom:1px solid var(--borde);flex-direction:column;gap:.3rem;}
.mobile-menu.open{display:flex;}
.mobile-menu a{padding:.65rem 1rem;border-radius:10px;font-size:.9rem;font-weight:600;color:var(--texto);transition:background .15s;}
.mobile-menu a:hover{background:var(--verde-pale);}
.mobile-menu .m-cta{background:var(--verde);color:#fff;font-weight:800;text-align:center;margin-top:.4rem;}
.mobile-menu .m-cta:hover{background:var(--verde-dark);}

/* HERO */
.hero-pre{height:clamp(520px,75vh,780px);}
.hero{background:url("/assets/img/hero-fondo-reciclaje-jireh.png") center center/cover no-repeat;padding:5.5rem 0 4.5rem;position:relative;overflow:hidden;}
.hero::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.48) 42%,rgba(0,0,0,.12) 72%,rgba(0,0,0,.0) 100%);pointer-events:none;}
.hero-blob{display:none;}
.hero-blob2{display:none;}
.hero .container{position:relative;z-index:1;padding-left:0;padding-right:0;width:100%;max-width:100%;}
.hero-grid{display:flex;flex-direction:column;justify-content:space-between;height:clamp(520px,75vh,780px);padding-top:2.5rem;padding-bottom:2.5rem;padding-left:clamp(1.5rem,5vw,80px);}
.hero-eyebrow{display:inline-flex;align-items:center;gap:.45rem;padding:.25rem .8rem;border-radius:999px;background:rgba(113,172,31,.18);border:1px solid rgba(113,172,31,.3);color:#b2e066;font-size:.68rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;margin-bottom:0;align-self:flex-start;}
.hero-bottom{display:flex;flex-direction:column;}
.hero-text-wrap{max-width:600px;}
.hero-eyebrow::before{content:'';width:5px;height:5px;border-radius:50%;background:#b2e066;}
.hero h1{font-family:"Fraunces",serif;font-size:clamp(2.5rem,4.8vw,4.2rem);color:#fff;line-height:1.04;margin-bottom:1rem;font-weight:900;}
.hero h1 em{font-style:italic;color:#a8d96a;}
.hero-sub{font-size:.98rem;color:rgba(255,255,255,.88);line-height:1.72;max-width:500px;margin-bottom:1.25rem;font-weight:600;text-shadow:0 1px 8px rgba(0,0,0,.6);}
.hero-actions{display:flex;gap:.85rem;flex-wrap:wrap;margin-bottom:.85rem;}
.btn-hero-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.6rem;border-radius:12px;background:var(--verde-light);color:#fff;font-weight:800;font-size:.92rem;box-shadow:0 4px 18px rgba(113,172,31,.42);transition:background .18s,transform .15s,box-shadow .18s;}
.btn-hero-primary:hover{background:#5d9a10;transform:translateY(-2px);box-shadow:0 8px 28px rgba(113,172,31,.48);}
.btn-hero-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.6rem;border-radius:12px;background:rgba(255,255,255,.09);color:#fff;font-weight:700;font-size:.92rem;border:1.5px solid rgba(255,255,255,.22);transition:background .18s,transform .15s;}
.btn-hero-secondary:hover{background:rgba(255,255,255,.15);transform:translateY(-2px);}
.proof-row{display:flex;gap:0;flex-wrap:wrap;padding:.85rem 1.1rem;background:rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.1);border-radius:12px;backdrop-filter:blur(4px);width:fit-content;}
.proof{padding:0 1.5rem;}.proof:first-child{padding-left:0;}.proof:not(:last-child){border-right:1px solid rgba(255,255,255,.15);margin-right:0;}
.proof b{font-family:"Fraunces",serif;font-size:2rem;font-weight:900;color:#fff;line-height:1;display:block;}
.proof span{font-size:.7rem;color:rgba(255,255,255,.58);font-weight:600;max-width:130px;line-height:1.4;display:block;margin-top:.2rem;}

@keyframes spin{to{transform:rotate(360deg);}}

/* TRUST STRIP */
.trust-strip{background:#FFFFFF;padding:2.5rem 0;border-bottom:1px solid var(--borde);}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;}
.trust-card{padding:1.25rem;border-radius:14px;background:#FFFFFF;border:1px solid var(--borde);transition:transform .2s,box-shadow .2s;}
.trust-card:hover{transform:translateY(-2px);box-shadow:var(--shadow);}
.trust-icon{width:44px;height:44px;border-radius:11px;background:var(--verde-pale);display:flex;align-items:center;justify-content:center;margin-bottom:.85rem;color:var(--verde);}
.trust-card h3{font-size:.88rem;font-weight:800;color:var(--texto);margin-bottom:.35rem;line-height:1.3;}
.trust-card p{font-size:.76rem;color:var(--texto-s);line-height:1.58;}

/* NOSOTROS */
.nosotros-section{padding:5rem 0;background:#FFFFFF;border-top:1px solid rgba(74,140,0,.06);}
.nosotros-grid{display:grid;grid-template-columns:1fr 360px;gap:3.5rem;align-items:start;}
.section-kicker{display:inline-flex;align-items:center;gap:.4rem;font-size:.67rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--verde);margin-bottom:.75rem;}
.section-kicker::before{content:'';width:22px;height:2px;background:var(--verde);border-radius:2px;}
h2.stitle{font-family:"Fraunces",serif;font-size:clamp(1.75rem,2.8vw,2.5rem);color:var(--texto);line-height:1.1;margin-bottom:1.1rem;font-weight:900;}
h2.stitle em{font-style:italic;color:var(--verde);}
.nosotros-text p{font-size:.92rem;color:var(--texto-s);line-height:1.75;margin-bottom:.9rem;}
.highlight-block{margin-top:1.4rem;padding:1.1rem 1.3rem;border-radius:14px;background:var(--verde-pale);border-left:4px solid var(--verde);display:flex;align-items:center;gap:1rem;}
.highlight-block b{font-family:"Fraunces",serif;font-size:2.6rem;font-weight:900;color:var(--verde-dark);flex-shrink:0;line-height:1;}
.highlight-block span{font-size:.8rem;color:var(--texto-s);line-height:1.55;}
.ficha{background:#fff;border-radius:var(--radio);border:1px solid var(--borde);box-shadow:var(--shadow);overflow:hidden;position:sticky;top:calc(var(--nav-h) + 1rem);}
.ficha-header{background:linear-gradient(135deg,var(--verde-dark),var(--verde));padding:1.1rem 1.3rem;display:flex;align-items:center;gap:.7rem;}
.ficha-header-icon{width:36px;height:36px;border-radius:9px;background:rgba(255,255,255,.14);display:flex;align-items:center;justify-content:center;color:#fff;}
.ficha-header strong{color:#fff;font-size:.88rem;font-weight:800;}
.ficha-header small{display:block;color:rgba(255,255,255,.62);font-size:.64rem;text-transform:uppercase;letter-spacing:.08em;margin-top:.1rem;}
.ficha-body{padding:.9rem 1.3rem 1.3rem;}
.ficha-item{padding:.55rem 0;border-bottom:1px solid #f0f4e8;display:flex;flex-direction:column;gap:.14rem;}
.ficha-item:last-child{border:none;}
.ficha-item small{font-size:.6rem;font-weight:800;text-transform:uppercase;letter-spacing:.09em;color:var(--verde);opacity:.75;}
.ficha-item span{font-size:.8rem;font-weight:600;color:var(--texto);line-height:1.4;}

/* SERVICIOS */
.servicios-section{padding:5rem 0;background:#FFFFFF;border-top:1px solid rgba(74,140,0,.06);}
.section-head{max-width:620px;margin:0 auto 2.5rem;text-align:center;}
.section-head p{font-size:.92rem;color:var(--texto-s);line-height:1.7;margin-top:.7rem;}
.servicios-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;}
.srv-card{border-radius:var(--radio);border:1px solid var(--borde);background:#fff;overflow:hidden;display:flex;flex-direction:column;transition:transform .22s,box-shadow .22s,border-color .22s;cursor:pointer;position:relative;}
.srv-card:hover,.srv-card:focus-within{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:rgba(74,140,0,.28);}
.srv-card:focus-visible{outline:3px solid rgba(113,172,31,.35);outline-offset:4px;}
.srv-card-body{padding:1.45rem 1.45rem 1.35rem;flex:1;display:flex;flex-direction:column;}
.srv-icon{width:46px;height:46px;border-radius:13px;background:var(--verde-pale);display:flex;align-items:center;justify-content:center;margin-bottom:.9rem;color:var(--verde);flex-shrink:0;}
.srv-card h3{font-size:1.02rem;font-weight:800;color:var(--texto);margin-bottom:.75rem;line-height:1.22;letter-spacing:-.02em;min-height:2.45em;}
.srv-card p{font-size:.8rem;color:var(--texto-s);line-height:1.58;}
.srv-card p + p{margin-top:.68rem;padding-top:.68rem;border-top:1px solid rgba(74,140,0,.08);}
.srv-click-hint{margin-top:auto;padding-top:1rem;display:inline-flex;align-items:center;gap:.45rem;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:var(--verde-dark);}
.srv-click-hint::after{content:"→";font-size:1rem;line-height:1;transition:transform .18s;}
.srv-card:hover .srv-click-hint::after{transform:translateX(4px);}

/* ─── SERVICE CARD SLIDER ─── */
.srv-slider{position:relative;overflow:hidden;background:#F7FBF3;aspect-ratio:16/9;}
.srv-slides{display:flex;transition:transform .4s ease;}
.srv-slide{min-width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#F9FCF6;position:relative;overflow:hidden;}
.srv-slide-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:var(--verde);opacity:.45;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;}
.srv-slide img{width:100%;height:100%;object-fit:cover;}
.srv-slider-btn{display:none;}
.srv-slider-dots{position:absolute;bottom:.45rem;left:50%;transform:translateX(-50%);display:flex;gap:.35rem;}
.srv-dot{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.55);border:none;cursor:pointer;padding:0;transition:background .15s,transform .15s;}
.srv-dot.active{background:#fff;transform:scale(1.22);}
.srv-tag{position:absolute;top:.6rem;left:.6rem;padding:.2rem .55rem;border-radius:6px;background:var(--verde);color:#fff;font-size:.6rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;z-index:1;}


/* IMPACTO */














/* PARA QUIÉNES */
.alianzas-section{padding:5rem 0;background:#FFFFFF;border-top:1px solid rgba(74,140,0,.06);}
.alianzas-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;}
.ali-card{padding:1.25rem;border-radius:14px;background:#fff;border:1px solid var(--borde);display:flex;flex-direction:column;gap:.55rem;transition:transform .2s,box-shadow .2s,border-color .2s;}
.ali-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:rgba(74,140,0,.28);}
.ali-icon{width:38px;height:38px;border-radius:9px;background:var(--verde-pale);display:flex;align-items:center;justify-content:center;color:var(--verde);}
.ali-card h3{font-size:.88rem;font-weight:800;color:var(--texto);}
.ali-card p{font-size:.76rem;color:var(--texto-s);line-height:1.58;}

/* COTIZACIÓN ⭐ */
.cotizacion-section{padding:5rem 0;background:#FFFFFF;position:relative;overflow:hidden;border-top:1px solid rgba(74,140,0,.06);}
.cotizacion-section::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--verde-dark),var(--verde-light),var(--cafe));}
.cot-grid{display:grid;grid-template-columns:1fr 480px;gap:3rem;align-items:start;}

/* Lado izquierdo info */
.cot-info-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.25rem .8rem;border-radius:999px;background:var(--verde-pale);border:1px solid rgba(74,140,0,.22);color:var(--verde-dark);font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.85rem;}
.cot-info-pill::before{content:'';width:5px;height:5px;border-radius:50%;background:var(--verde);}
.cot-info h2{font-family:"Fraunces",serif;font-size:clamp(1.9rem,3vw,2.8rem);font-weight:900;color:var(--texto);line-height:1.08;margin-bottom:.9rem;}
.cot-info h2 em{font-style:italic;color:var(--verde);}
.cot-info p{font-size:.92rem;color:var(--texto-s);line-height:1.72;margin-bottom:1.5rem;}
.cot-contact-list{display:flex;flex-direction:column;gap:.6rem;}
.cot-contact-item{display:flex;align-items:center;gap:.55rem;padding:.5rem .7rem;border-radius:10px;background:#FFFFFF;border:1px solid var(--borde);}
.cot-contact-icon{width:30px;height:30px;border-radius:7px;min-width:30px;background:var(--verde-pale);display:flex;align-items:center;justify-content:center;color:var(--verde);}
.cot-contact-copy small{display:block;font-size:.56rem;font-weight:800;text-transform:uppercase;letter-spacing:.09em;color:var(--verde);opacity:.75;margin-bottom:.06rem;}
.cot-contact-copy strong{display:block;font-size:.76rem;font-weight:700;color:var(--texto);}
.cot-contact-copy a{color:var(--verde-dark);font-weight:700;}

/* Tarjeta formulario */
.cot-card{background:#FFFFFF;border-radius:20px;border:1px solid var(--borde);box-shadow:var(--shadow-lg);overflow:hidden;}
.cot-card-head{background:linear-gradient(135deg,var(--verde-dark),var(--verde));padding:1.2rem 1.5rem;display:flex;align-items:center;gap:.75rem;}
.cot-card-head-icon{width:40px;height:40px;border-radius:11px;background:rgba(255,255,255,.14);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;}
.cot-card-head strong{display:block;color:#fff;font-size:.92rem;font-weight:800;}
.cot-card-head span{display:block;color:rgba(255,255,255,.65);font-size:.72rem;margin-top:.1rem;}
.cot-form{padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.7rem;}
.cot-field{display:flex;flex-direction:column;gap:.25rem;}
.cot-field label{font-size:.72rem;font-weight:800;color:var(--texto);letter-spacing:.02em;}
.cot-field input,
.cot-field select,
.cot-field textarea{width:100%;min-height:40px;border:1.5px solid rgba(74,140,0,.15);border-radius:10px;background:#fff;color:var(--texto);font-family:inherit;font-size:.85rem;padding:.6rem .85rem;outline:none;transition:border-color .15s,box-shadow .15s;-webkit-appearance:none;}
.cot-field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%232D6600' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem;cursor:pointer;}
.cot-field textarea{min-height:78px;resize:none;line-height:1.55;}
.cot-field input:focus,
.cot-field select:focus,
.cot-field textarea:focus{border-color:var(--verde);box-shadow:0 0 0 3px rgba(74,140,0,.10);}
.cot-field input::placeholder,
.cot-field textarea::placeholder{color:rgba(90,107,74,.38);font-size:.82rem;}
.cot-row{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;}
.cot-submit{width:100%;min-height:48px;margin-top:.3rem;border:none;border-radius:12px;background:linear-gradient(90deg,var(--verde-dark),var(--verde));color:#fff;font-family:inherit;font-size:.9rem;font-weight:800;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;box-shadow:0 4px 16px rgba(45,102,0,.28);transition:transform .15s,box-shadow .15s;}
.cot-submit:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(45,102,0,.38);}
.cot-note{text-align:center;font-size:.72rem;color:var(--texto-s);margin-top:.4rem;display:flex;align-items:center;justify-content:center;gap:.3rem;}

/* FOOTER */
footer{background:#0F2006;color:rgba(255,255,255,.62);}
.footer-main{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid rgba(255,255,255,.07);flex-wrap:wrap;}
.footer-brand{display:flex;align-items:center;gap:.8rem;}
.footer-brand-logo{width:42px;height:42px;border-radius:10px;overflow:hidden;background:rgba(255,255,255,.07);display:flex;align-items:center;justify-content:center;}
.footer-brand-logo img{width:100%;height:100%;object-fit:contain;}
.footer-brand strong{display:block;font-size:.88rem;font-weight:800;color:#fff;line-height:1.1;}
.footer-brand small{display:block;font-size:.62rem;color:rgba(255,255,255,.42);margin-top:.15rem;letter-spacing:.05em;}
.footer-data{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap;font-size:.73rem;color:rgba(255,255,255,.52);justify-content:center;flex:1;text-align:center;}
.footer-data a{color:rgba(255,255,255,.7);font-weight:600;}
.footer-data a:hover{color:#a8d96a;}
.footer-sep{color:rgba(255,255,255,.18);}
.footer-social{display:flex;gap:.45rem;}
.footer-social a{width:38px;height:38px;border-radius:9px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.09);color:rgba(255,255,255,.6);transition:background .18s,color .18s,transform .18s;}
.footer-social a:hover{background:rgba(255,255,255,.07);color:#fff;transform:translateY(-2px);}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 0;font-size:.7rem;color:rgba(255,255,255,.35);flex-wrap:wrap;}
.footer-bottom a{color:rgba(255,255,255,.52);font-weight:700;}
.footer-bottom a:hover{color:#a8d96a;}

/* WA FLOAT */
.wa-float{position:fixed;bottom:1.5rem;right:1.5rem;width:54px;height:54px;border-radius:50%;background:linear-gradient(135deg,#25D366,#128C7E);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 18px rgba(37,211,102,.38);z-index:200;color:#fff;transition:transform .2s,box-shadow .2s;}
.wa-float:hover{transform:scale(1.1);box-shadow:0 8px 28px rgba(37,211,102,.48);}

/* REVEAL */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease;}
.reveal.visible{opacity:1;transform:none;}

/* RESPONSIVE */
@media(max-width:960px){
  .nav-links,.btn-cotizar{display:none;}
  .hamburger{display:flex;}
  .brand{flex:1;}
  .hero-grid,.nosotros-grid,.cot-grid,.impacto-grid{grid-template-columns:1fr;}
  .hero{padding:3.5rem 0 3rem;}
  .trust-grid{grid-template-columns:1fr 1fr;}
  .servicios-grid{grid-template-columns:1fr 1fr;}
  .alianzas-grid{grid-template-columns:1fr 1fr;}

  .footer-main{flex-direction:column;text-align:center;}
  .footer-bottom{flex-direction:column;text-align:center;}
}
@media(max-width:600px){
  .trust-grid,.alianzas-grid{grid-template-columns:1fr;}
  .servicios-grid{grid-template-columns:1fr;}
  .impacto-list,.cot-row{grid-template-columns:1fr;}
  .hero h1{font-size:2.3rem;}
}

/* ─── IMPACTO REDISEÑO ─── */
.impacto-section{
  background:linear-gradient(150deg,#0f2200 0%,#1a3a08 40%,#2D6600 100%);
  padding:6rem 0 5rem;
  position:relative;overflow:hidden;
}
.impacto-section::before{
  content:'';position:absolute;right:-120px;top:-120px;
  width:500px;height:500px;border-radius:50%;
  background:radial-gradient(circle,rgba(113,172,31,.15) 0%,transparent 65%);
  pointer-events:none;
}
.impacto-section::after{
  content:'';position:absolute;left:-80px;bottom:-80px;
  width:350px;height:350px;border-radius:50%;
  background:radial-gradient(circle,rgba(45,102,0,.3) 0%,transparent 65%);
  pointer-events:none;
}
.impacto-inner{position:relative;z-index:1;}

/* Header impacto */
.impacto-header{text-align:center;max-width:700px;margin:0 auto 4rem;}
.impacto-header .section-kicker{color:#a8d96a;justify-content:center;}
.impacto-header .section-kicker::before{background:#a8d96a;}
.impacto-header h2{color:#fff;margin-bottom:.8rem;}
.impacto-header p{color:rgba(255,255,255,.68);font-size:.98rem;line-height:1.72;}

/* Métricas grandes */
.impacto-metricas{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:1.25rem;margin-bottom:3.5rem;
}
.impacto-metrica{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
  border-radius:20px;padding:2rem 1.5rem;
  text-align:center;
  transition:background .2s,transform .2s;
}
.impacto-metrica:hover{background:rgba(255,255,255,.09);transform:translateY(-3px);}
.impacto-metrica b{
  font-family:"Fraunces",serif;
  font-size:clamp(3.5rem,7vw,6rem);
  font-weight:900;color:#fff;line-height:1;display:block;margin-bottom:.5rem;
}
.impacto-metrica b em{font-style:normal;color:#a8d96a;}
.impacto-metrica strong{display:block;font-size:.9rem;font-weight:700;color:rgba(255,255,255,.9);margin-bottom:.35rem;}
.impacto-metrica span{display:block;font-size:.75rem;color:rgba(255,255,255,.5);line-height:1.5;}

/* Efectos en la comunidad */
.impacto-efectos{
  display:grid;grid-template-columns:repeat(2,1fr);
  gap:1rem;margin-bottom:3.5rem;
}
.impacto-efecto{
  display:flex;align-items:flex-start;gap:1rem;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.07);
  border-radius:14px;padding:1.25rem;
  transition:background .18s;
}
.impacto-efecto:hover{background:rgba(255,255,255,.08);}
.impacto-efecto-icon{
  width:44px;height:44px;min-width:44px;border-radius:12px;
  background:rgba(113,172,31,.2);
  display:flex;align-items:center;justify-content:center;color:#a8d96a;
}
.impacto-efecto-text strong{display:block;font-size:.9rem;font-weight:800;color:#fff;margin-bottom:.3rem;}
.impacto-efecto-text span{font-size:.8rem;color:rgba(255,255,255,.6);line-height:1.55;}

/* Frase final */
.impacto-quote{
  background:rgba(113,172,31,.12);
  border:1px solid rgba(113,172,31,.25);
  border-radius:16px;padding:1.75rem 2rem;
  text-align:center;
}
.impacto-quote p{
  font-family:"Fraunces",serif;
  font-size:clamp(1.1rem,2.2vw,1.5rem);
  font-weight:700;font-style:italic;
  color:#fff;line-height:1.55;margin:0;
}
.impacto-quote p em{color:#a8d96a;font-style:normal;}

@media(max-width:900px){
  .impacto-metricas{grid-template-columns:1fr 1fr;}
  .impacto-efectos{grid-template-columns:1fr;}
}
@media(max-width:600px){
  .impacto-metricas{grid-template-columns:1fr;}
  .impacto-header{text-align:left;}
}


/* === AJUSTE UX HERO LÜMA GO ===
   Objetivo: evitar que el texto quede descolgado o cortado.
   El contenido queda presentado como un bloque completo, centrado verticalmente,
   con suficiente aire y mejor lectura sobre la imagen.
*/
.hero{
  min-height:calc(100svh - var(--nav-h));
  padding:0 !important;
  display:flex;
  align-items:center;
  background-position:center center !important;
}
.hero::before{
  background:
    linear-gradient(90deg,
      rgba(7,17,4,.86) 0%,
      rgba(12,28,8,.72) 38%,
      rgba(12,28,8,.34) 64%,
      rgba(12,28,8,.05) 100%) !important;
}
.hero::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 22% 42%, rgba(113,172,31,.18), transparent 34%),
    linear-gradient(180deg, rgba(0,0,0,.05) 0%, rgba(0,0,0,.10) 100%);
}
.hero .container{
  width:min(1140px,calc(100% - 40px)) !important;
  max-width:1140px !important;
  padding:0 !important;
  margin:0 auto !important;
}
.hero-grid{
  min-height:calc(100svh - var(--nav-h));
  height:auto !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-items:flex-start !important;
  gap:.9rem !important;
  padding:clamp(2.5rem,7vh,5rem) 0 !important;
}
.hero-eyebrow{
  margin-left:clamp(.25rem,1vw,.75rem);
  margin-bottom:0 !important;
  box-shadow:0 8px 24px rgba(0,0,0,.18);
}
.hero-text-wrap{
  width:min(620px,100%);
  max-width:620px !important;
  padding:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  text-shadow:0 3px 18px rgba(0,0,0,.62);
}
.hero h1{
  font-size:clamp(2.15rem,4.8vw,4.35rem) !important;
  line-height:1.03 !important;
  margin-bottom:.85rem !important;
  text-wrap:balance;
}
.hero-sub{
  max-width:540px !important;
  margin-bottom:1.15rem !important;
  font-size:clamp(.94rem,1.25vw,1.05rem) !important;
  line-height:1.62 !important;
}
.hero-actions{
  margin-bottom:1rem !important;
}
.proof-row{
  width:100% !important;
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:.65rem !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  backdrop-filter:none !important;
}
.proof{
  padding:.85rem .95rem !important;
  border:1px solid rgba(255,255,255,.14) !important;
  border-radius:14px;
  background:rgba(255,255,255,.08);
}
.proof:not(:last-child){border-right:1px solid rgba(255,255,255,.14) !important;}
.proof b{
  font-size:clamp(1.45rem,2.4vw,2rem) !important;
}
.proof span{
  max-width:none !important;
  color:rgba(255,255,255,.74) !important;
  font-size:.68rem !important;
}

/* Ajustes responsivos del hero */
@media (max-width:900px){
  .hero{
    min-height:auto;
    background-position:66% center !important;
  }
  .hero-grid{
    min-height:auto !important;
    padding:4rem 0 !important;
  }
  .hero-text-wrap{
    max-width:560px !important;
  }
  .proof-row{
    grid-template-columns:1fr;
  }
}
@media (max-width:600px){
  .hero{
    background-position:70% center !important;
  }
  .hero::before{
    background:linear-gradient(180deg,
      rgba(8,18,5,.74) 0%,
      rgba(8,18,5,.72) 54%,
      rgba(8,18,5,.58) 100%) !important;
  }
  .hero .container{
    width:min(100% - 28px,1140px) !important;
  }
  .hero-grid{
    padding:2.5rem 0 3rem !important;
  }
  .hero-eyebrow{
    margin-left:0;
    font-size:.58rem !important;
  }
  .hero-text-wrap{
    padding:0 !important;
    border-radius:0 !important;
  }
  .hero h1{
    font-size:clamp(2rem,11vw,3.1rem) !important;
  }
  .hero-actions a{
    width:100%;
    justify-content:center;
  }
}



/* === AJUSTES MÓVIL — ORDEN Y LECTURA GENERAL === */
@media (max-width: 960px){
  .nav-inner{
    justify-content:flex-start !important;
    gap:.65rem !important;
    padding-left:14px !important;
    padding-right:14px !important;
  }
  .hamburger{
    order:0 !important;
    display:flex !important;
    flex:0 0 auto !important;
  }
  .brand{
    order:1 !important;
    flex:1 1 auto !important;
    min-width:0 !important;
    gap:.55rem !important;
  }
  .brand-logo{
    width:44px !important;
    height:44px !important;
    border-radius:11px !important;
    flex:0 0 auto !important;
  }
  .brand-text{
    min-width:0 !important;
    overflow:hidden !important;
  }
  .brand-text strong{
    font-size:.88rem !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }
  .brand-text strong .brand-tipo{
    font-size:.65rem !important;
  }
  .mobile-menu{
    padding:1rem 14px 1.1rem !important;
  }
  .mobile-menu a{
    width:100% !important;
    min-height:44px !important;
    display:flex !important;
    align-items:center !important;
  }

  .container{
    width:min(100% - 28px, 1140px) !important;
  }

  section{
    scroll-margin-top:calc(var(--nav-h) + 14px) !important;
  }

  .nosotros-section,
  .servicios-section,
  .impacto-section,
  .alianzas-section,
  .cotizacion-section{
    padding-top:3.6rem !important;
    padding-bottom:3.6rem !important;
  }

  .section-head,
  .impacto-header{
    text-align:left !important;
    margin-bottom:2rem !important;
  }

  .stitle{
    font-size:clamp(1.85rem, 8vw, 2.65rem) !important;
    line-height:1.08 !important;
  }

  .nosotros-grid{
    grid-template-columns:1fr !important;
    gap:1.35rem !important;
  }
  .nosotros-text p{
    font-size:.95rem !important;
  }
  .highlight-block{
    align-items:flex-start !important;
  }
  .ficha{
    width:100% !important;
    max-width:none !important;
  }
  .ficha-body{
    gap:.65rem !important;
  }
  .ficha-item{
    padding:.85rem .9rem !important;
  }

  .servicios-grid{
    grid-template-columns:1fr !important;
    gap:1.25rem !important;
  }
  .srv-card{
    border-radius:18px !important;
    overflow:hidden !important;
  }
  .srv-slider{
    aspect-ratio:16/10 !important;
  }
  .srv-card-body{
    padding:1.15rem !important;
  }
  .srv-card-body h3{
    font-size:1.08rem !important;
    line-height:1.2 !important;
  }
  .srv-card-body p{
    font-size:.9rem !important;
    line-height:1.65 !important;
  }

  .impacto-metricas,
  .impacto-efectos,
  .alianzas-grid{
    grid-template-columns:1fr !important;
    gap:1rem !important;
  }
  .impacto-metrica,
  .impacto-efecto,
  .ali-card,
  .cot-card{
    border-radius:16px !important;
  }

  .contacto-main-grid,
  div[style*="grid-template-columns:1fr 1fr"]{
    grid-template-columns:1fr !important;
  }

  .footer-main,
  .footer-bottom{
    align-items:flex-start !important;
    text-align:left !important;
  }
}

@media (max-width: 600px){
  .nav-wrap,
  .nav-inner{
    height:64px !important;
  }
  :root{ --nav-h:64px; }
  .brand-logo{
    width:40px !important;
    height:40px !important;
  }
  .brand-text strong{
    font-size:.82rem !important;
  }
  .brand-text strong .brand-tipo{
    font-size:.6rem !important;
  }
  .hero-grid{
    padding-top:2rem !important;
    padding-bottom:2.4rem !important;
  }
  .hero-actions{
    width:100% !important;
    display:grid !important;
    gap:.7rem !important;
  }
  .hero-actions a{
    width:100% !important;
  }
  .proof-row{
    gap:.5rem !important;
  }
  .proof{
    padding:.75rem .85rem !important;
  }
  .srv-slider{
    aspect-ratio:4/3 !important;
  }
  .srv-tag{
    left:12px !important;
    top:12px !important;
  }
}


.hero h1 .hero-green{
  color:#A8D96A;
  text-shadow:0 3px 18px rgba(0,0,0,.62), 0 0 26px rgba(113,172,31,.22);
}
.hero h1 .hero-green:nth-of-type(2){
  color:#71AC1F;
}

