:root {
  --cl-green: #49b35a;
  --cl-green-2: #2f8d47;
  --cl-green-3: #1e6838;
  --cl-mint: #dff4e4;
  --cl-ink: #102118;
  --cl-muted: #64736a;
  --cl-dark: #07150e;
  --cl-dark-2: #0c2015;
  --cl-line: rgba(18, 58, 34, .12);
  --cl-white: #fff;
  --cl-shadow: 0 24px 65px rgba(16, 48, 28, .14);
  --cl-max: 1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:84px}
body{margin:0;font-family:'Poppins',sans-serif;color:var(--cl-ink);background:#f7fbf7;line-height:1.65;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,a{-webkit-tap-highlight-color:transparent}
section[id]{scroll-margin-top:82px}
.cl-wrap{width:min(var(--cl-max),calc(100% - 40px));margin-inline:auto}
.cl-skip{position:fixed;left:14px;top:-70px;z-index:99999;padding:10px 14px;border-radius:10px;color:#07150e;background:#fff;font-weight:700;box-shadow:0 8px 24px rgba(0,0,0,.18)}
.cl-skip:focus{top:14px}
.cl-header{position:relative;z-index:30;color:#fff;background:radial-gradient(circle at 78% 18%,rgba(73,179,90,.22),transparent 30%),linear-gradient(135deg,#07150e,#0d2518 62%,#102d1d);border-bottom:1px solid rgba(255,255,255,.08)}
.cl-header-inner{width:min(var(--cl-max),calc(100% - 40px));min-height:146px;margin:auto;display:grid;grid-template-columns:120px minmax(0,1fr) auto;gap:30px;align-items:center}
.cl-logo{width:104px;height:104px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.15);border-radius:26px;background:rgba(255,255,255,.06);box-shadow:0 18px 44px rgba(0,0,0,.2);overflow:hidden}
.cl-logo img{width:90px;height:90px;object-fit:contain}
.cl-header-eyebrow{display:block;margin-bottom:5px;color:#84d592;font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.cl-header-copy h1{margin:0;font-size:clamp(30px,3.7vw,52px);line-height:1;font-weight:800;letter-spacing:-.045em}
.cl-header-copy p{margin:9px 0 0;color:#b8cabf;font-size:13px;font-weight:500}
.cl-header-meta{display:flex;flex-direction:column;gap:10px;align-items:flex-start;padding:16px 18px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:rgba(255,255,255,.045);font-size:11px;font-weight:600;color:#d9e6dc}
.cl-header-meta i{width:18px;color:#73cf83;text-align:center}
.cl-nav{position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(25,82,45,.15);background:rgba(250,253,250,.88);backdrop-filter:blur(18px) saturate(130%);-webkit-backdrop-filter:blur(18px) saturate(130%);box-shadow:0 9px 25px rgba(21,61,35,.06)}
.cl-nav-inner{width:min(var(--cl-max),calc(100% - 40px));min-height:70px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}
.cl-nav-brand{display:inline-flex;align-items:center;gap:9px;color:#243a2b;font-size:12px;font-weight:800;white-space:nowrap}
.cl-nav-dot{width:9px;height:9px;border-radius:50%;background:var(--cl-green);box-shadow:0 0 0 5px rgba(73,179,90,.12)}
.cl-nav-links{display:flex;align-items:center;gap:5px;overflow-x:auto;scrollbar-width:none}
.cl-nav-links::-webkit-scrollbar{display:none}
.cl-nav-links>a{position:relative;display:inline-flex;align-items:center;gap:7px;min-height:42px;padding:0 12px;border-radius:12px;color:#53655a;font-size:11px;font-weight:700;white-space:nowrap;transition:.18s ease}
.cl-nav-links>a i{color:#85958b;transition:.18s ease}
.cl-nav-links>a:hover,.cl-nav-links>a.is-active{color:#185c30;background:rgba(73,179,90,.09)}
.cl-nav-links>a:hover i,.cl-nav-links>a.is-active i{color:var(--cl-green-2)}
.cl-nav-links>a.is-active::after{content:"";position:absolute;left:13px;right:13px;bottom:3px;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,var(--cl-green),transparent)}
.cl-nav-links>.cl-nav-cta{padding-inline:15px;color:#fff;background:linear-gradient(135deg,var(--cl-green-2),#236c3a);box-shadow:0 10px 25px rgba(47,141,71,.2)}
.cl-nav-links>.cl-nav-cta i{color:#dff4e4}
.cl-nav-links>.cl-nav-cta:hover,.cl-nav-links>.cl-nav-cta.is-active{color:#fff;background:linear-gradient(135deg,#3ca650,#1f6b38)}
.cl-nav-links>.cl-nav-cta.is-active::after{background:#b8eec0}
.cl-hero{position:relative;overflow:hidden;padding:38px 0 88px;background:radial-gradient(circle at 10% 0%,rgba(109,205,123,.17),transparent 30%),linear-gradient(180deg,#f7fbf7,#eff8f0)}
.cl-hero::after{content:"";position:absolute;width:430px;height:430px;right:-180px;bottom:-170px;border-radius:50%;background:rgba(73,179,90,.12);filter:blur(65px);pointer-events:none}
.cl-breadcrumb{display:flex;align-items:center;gap:9px;padding:3px 0 32px;color:#718077;font-size:11px;font-weight:600}
.cl-breadcrumb a:hover{color:var(--cl-green-2)}
.cl-breadcrumb i{font-size:9px;color:#98a79e}
.cl-hero-grid{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(420px,.97fr);gap:64px;align-items:center}
.cl-kicker,.cl-eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:17px;color:var(--cl-green-2);font-size:11px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.cl-kicker::before,.cl-eyebrow::before{content:"";width:28px;height:2px;border-radius:99px;background:linear-gradient(90deg,var(--cl-green-2),#8bd795)}
.cl-hero-copy h2{max-width:730px;margin:0;font-size:clamp(3rem,5.8vw,5.3rem);line-height:.98;letter-spacing:-.058em;font-weight:800}
.cl-hero-copy h2 span{color:var(--cl-green-2)}
.cl-hero-copy>p{max-width:700px;margin:25px 0 0;color:#617068;font-size:clamp(1rem,1.6vw,1.12rem)}
.cl-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:27px}
.cl-tags span{padding:8px 11px;border:1px solid rgba(47,141,71,.15);border-radius:999px;color:#42614c;background:rgba(255,255,255,.72);font-size:10px;font-weight:700}
.cl-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:30px}
.cl-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;padding:0 20px;border-radius:14px;font-size:12px;font-weight:800;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.cl-btn:hover{transform:translateY(-2px)}
.cl-btn-primary{color:#fff;background:linear-gradient(135deg,var(--cl-green-2),#246e3b);box-shadow:0 16px 35px rgba(47,141,71,.2)}
.cl-btn-secondary{border:1px solid var(--cl-line);color:#385341;background:#fff}
.cl-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:34px;border:1px solid var(--cl-line);border-radius:17px;overflow:hidden;background:var(--cl-line)}
.cl-trust div{padding:14px 13px;background:rgba(255,255,255,.92)}
.cl-trust strong,.cl-trust span{display:block}.cl-trust strong{font-size:11px}.cl-trust span{margin-top:2px;color:#77867d;font-size:9px}
.cl-hero-media{position:relative;min-height:570px}
.cl-hero-frame{position:absolute;inset:0 0 30px 32px;overflow:hidden;border:1px solid rgba(37,97,54,.13);border-radius:32px;background:#dfe9e1;box-shadow:var(--cl-shadow)}
.cl-hero-frame img{width:100%;height:100%;object-fit:cover;object-position:center}
.cl-hero-frame::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(7,21,14,.2))}
.cl-hero-badge{position:absolute;left:0;bottom:0;display:flex;align-items:center;gap:13px;width:min(325px,82%);padding:17px 19px;border:1px solid rgba(255,255,255,.35);border-radius:18px;color:#fff;background:rgba(9,39,21,.9);box-shadow:0 18px 42px rgba(13,51,27,.2);backdrop-filter:blur(12px)}
.cl-hero-badge>i{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;color:#dff4e4;background:rgba(73,179,90,.2)}
.cl-hero-badge strong,.cl-hero-badge small{display:block}.cl-hero-badge strong{font-size:12px}.cl-hero-badge small{margin-top:2px;color:#b9cabe;font-size:9px}
.cl-section{padding:92px 0}.cl-light{background:#fff}.cl-section-head{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:end;margin-bottom:42px}.cl-section-head h2,.cl-method h2,.cl-why h2,.cl-royco-copy h2,.cl-contact-copy h2{margin:0;font-size:clamp(2.1rem,4vw,3.6rem);line-height:1.07;letter-spacing:-.045em}.cl-section-head>p{margin:0;color:var(--cl-muted);font-size:14px}
.cl-services{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cl-service-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--cl-line);border-radius:24px;background:#fbfdfb;box-shadow:0 16px 42px rgba(25,65,38,.07);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.cl-service-card:hover{transform:translateY(-6px);border-color:rgba(73,179,90,.32);box-shadow:0 24px 56px rgba(24,72,39,.12)}.cl-service-media{height:235px;overflow:hidden}.cl-service-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.cl-service-card:hover img{transform:scale(1.035)}.cl-service-body{display:flex;flex-direction:column;flex:1;padding:24px}.cl-service-number{margin-bottom:9px;color:var(--cl-green-2);font-size:10px;font-weight:800;letter-spacing:.13em}.cl-service-card h3{margin:0 0 10px;font-size:19px;line-height:1.2}.cl-service-card p{margin:0;color:var(--cl-muted);font-size:12px}.cl-service-card ul{display:grid;gap:7px;margin:18px 0 0;padding:0;list-style:none;color:#4d6153;font-size:11px}.cl-service-card li{display:flex;gap:8px;align-items:flex-start}.cl-service-card li i{margin-top:3px;color:var(--cl-green-2)}.cl-service-cta{display:inline-flex;align-items:center;gap:8px;width:fit-content;margin-top:auto;padding-top:20px;color:var(--cl-green-2);font-size:11px;font-weight:800}.cl-service-cta i{transition:transform .18s ease}.cl-service-cta:hover i{transform:translateX(4px)}
.cl-royco{background:linear-gradient(145deg,#0b2014,#102d1c 62%,#123522);color:#fff}.cl-royco-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:62px;align-items:center}.cl-royco-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;padding:9px;border:1px solid rgba(255,255,255,.12);border-radius:28px;background:rgba(255,255,255,.055);box-shadow:0 24px 60px rgba(0,0,0,.2)}.cl-royco-gallery img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:18px}.cl-royco .cl-eyebrow{color:#89dd96}.cl-royco .cl-eyebrow::before{background:#6fd37f}.cl-royco-copy h2 span{color:#82dc91}.cl-royco-copy>p{margin:19px 0 0;color:#b9cbbf;font-size:14px}.cl-royco-points{display:flex;flex-wrap:wrap;gap:8px;margin-top:23px}.cl-royco-points span{display:inline-flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid rgba(255,255,255,.11);border-radius:999px;color:#d9e9dd;background:rgba(255,255,255,.055);font-size:10px;font-weight:700}.cl-royco-points i{color:#82dc91}.cl-catalog-title{margin-top:27px;color:#d6e5da;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.cl-catalogs{display:grid;gap:9px;margin-top:10px}.cl-catalogs a{display:grid;grid-template-columns:38px 1fr auto;gap:11px;align-items:center;padding:11px 12px;border:1px solid rgba(255,255,255,.11);border-radius:14px;background:rgba(255,255,255,.055);transition:.18s ease}.cl-catalogs a:hover{transform:translateX(3px);border-color:rgba(130,220,145,.35);background:rgba(255,255,255,.08)}.cl-catalogs>a>i:first-child{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;color:#8de09b;background:rgba(73,179,90,.12)}.cl-catalogs strong,.cl-catalogs small{display:block}.cl-catalogs strong{font-size:11px}.cl-catalogs small{margin-top:1px;color:#91a99a;font-size:9px}.cl-catalogs>a>i:last-child{color:#7f9788;font-size:10px}.cl-promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:48px}.cl-promo-card{margin:0;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:rgba(255,255,255,.055)}.cl-promo-card img{width:100%;height:auto}
.cl-method{background:#edf7ef}.cl-method-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:62px;align-items:center}.cl-method-copy>p{margin:20px 0 0;color:#637168;font-size:14px}.cl-colors{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:24px}.cl-colors span{display:flex;align-items:center;gap:9px;padding:11px 12px;border:1px solid rgba(18,58,34,.1);border-radius:13px;background:rgba(255,255,255,.8);color:#435249;font-size:10px;font-weight:700}.cl-colors i{width:12px;height:12px;border-radius:50%;box-shadow:0 0 0 4px rgba(0,0,0,.03)}.cl-colors .red i{background:#e45454}.cl-colors .blue i{background:#4285e1}.cl-colors .green i{background:#46a958}.cl-colors .yellow i{background:#e2b53d}.cl-method-note{font-size:10px!important;font-style:italic}.cl-method-media{overflow:hidden;border:1px solid var(--cl-line);border-radius:26px;background:#fff;box-shadow:var(--cl-shadow)}.cl-method-media img{width:100%;height:auto}
.cl-why{background:#fff}.cl-why-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}.cl-why-media{overflow:hidden;min-height:520px;border:1px solid var(--cl-line);border-radius:28px;box-shadow:var(--cl-shadow)}.cl-why-media img{width:100%;height:520px;object-fit:cover}.cl-why-copy>p{margin:20px 0 26px;color:var(--cl-muted);font-size:14px}.cl-why-cards{display:grid;grid-template-columns:1fr 1fr;gap:11px}.cl-why-cards article{display:flex;gap:12px;padding:16px;border:1px solid var(--cl-line);border-radius:16px;background:#fbfdfb}.cl-why-cards i{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:11px;color:#fff;background:linear-gradient(135deg,var(--cl-green),var(--cl-green-3))}.cl-why-cards strong,.cl-why-cards span{display:block}.cl-why-cards strong{font-size:11px}.cl-why-cards span{margin-top:3px;color:#728077;font-size:9px;line-height:1.5}
.cl-process{position:relative;color:#fff;background:radial-gradient(circle at 85% 15%,rgba(73,179,90,.17),transparent 26%),linear-gradient(135deg,#07150e,#0c2015)}.cl-section-head-dark>p{color:#aebfb3}.cl-process .cl-eyebrow{color:#82dc91}.cl-process .cl-eyebrow::before{background:#78d488}.cl-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.cl-step{min-height:225px;padding:22px;border:1px solid rgba(255,255,255,.11);border-radius:18px;background:rgba(255,255,255,.055);box-shadow:inset 0 1px rgba(255,255,255,.04)}.cl-step>span{display:inline-grid;place-items:center;width:42px;height:42px;margin-bottom:25px;border:1px solid rgba(126,218,141,.24);border-radius:12px;color:#8ee09b;background:rgba(73,179,90,.1);font-size:11px;font-weight:800}.cl-step h3{margin:0 0 8px;font-size:16px}.cl-step p{margin:0;color:#adbbb1;font-size:10px;line-height:1.7}
.cl-contact{position:relative;background:linear-gradient(rgba(238,247,240,.94),rgba(238,247,240,.94)),url('../img/banner.jpg') center/cover fixed}.cl-contact-panel{padding:42px;border:1px solid rgba(26,85,45,.14);border-radius:28px;background:rgba(255,255,255,.82);box-shadow:0 24px 65px rgba(16,50,28,.12);backdrop-filter:blur(16px)}.cl-contact-copy{text-align:center;max-width:760px;margin:0 auto}.cl-contact-copy>p{margin:14px auto 0;color:var(--cl-muted);font-size:13px}.cl-contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:30px}.cl-contact-card{display:grid;grid-template-columns:44px 1fr auto;gap:12px;align-items:center;padding:13px;border:1px solid var(--cl-line);border-radius:15px;background:rgba(255,255,255,.83);transition:.18s ease}.cl-contact-card:hover{transform:translateY(-2px);border-color:rgba(73,179,90,.32);box-shadow:0 12px 28px rgba(37,93,52,.08)}.cl-contact-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;color:var(--cl-green-2);background:rgba(73,179,90,.1);font-size:17px}.cl-contact-card small,.cl-contact-card strong,.cl-contact-card em{display:block;font-style:normal}.cl-contact-card small{color:#7b8b81;font-size:8px;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.cl-contact-card strong{margin-top:1px;font-size:11px}.cl-contact-card em{margin-top:2px;color:#64746a;font-size:9px}.cl-contact-card>i{color:#96a39a;font-size:9px}.cl-contact-location{grid-column:1/-1}.cl-contact-note{display:flex;align-items:center;justify-content:center;gap:8px;margin:19px 0 0;color:#68786e;font-size:10px}.cl-contact-note i{color:var(--cl-green-2)}
.cl-footer.electronics-footer{--ef-accent:#63c873;--ef-line:rgba(255,255,255,.15);margin-top:0;background:linear-gradient(145deg,rgba(7,21,14,.98),rgba(12,32,21,.96) 58%,rgba(13,43,26,.96));border-top-color:rgba(99,200,115,.28)}.cl-footer .electronics-footer-icon{background:rgba(99,200,115,.08)}
.cl-reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}.cl-reveal.is-visible{opacity:1;transform:none}
:focus-visible{outline:3px solid rgba(73,179,90,.5);outline-offset:4px}
@media(max-width:1050px){.cl-header-inner{grid-template-columns:100px 1fr}.cl-header-meta{grid-column:2}.cl-hero-grid{grid-template-columns:1fr .88fr;gap:38px}.cl-services{gap:14px}.cl-process-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.cl-header-inner{min-height:124px;grid-template-columns:84px 1fr;gap:18px}.cl-logo{width:78px;height:78px;border-radius:20px}.cl-logo img{width:70px;height:70px}.cl-header-meta{display:none}.cl-header-copy h1{font-size:clamp(25px,7vw,38px)}.cl-header-copy p{font-size:10px}.cl-nav-inner{width:100%;min-height:62px;padding-left:15px}.cl-nav-brand{display:none}.cl-nav-links{width:100%;padding-right:15px}.cl-nav-links>a{min-height:40px;padding-inline:10px}.cl-nav-links>a span{font-size:10px}.cl-hero{padding-top:27px}.cl-breadcrumb{padding-bottom:24px}.cl-hero-grid,.cl-royco-grid,.cl-method-grid,.cl-why-grid{grid-template-columns:1fr}.cl-hero-media{min-height:500px;max-width:680px;width:100%;margin:auto}.cl-services{grid-template-columns:1fr}.cl-service-media{height:310px}.cl-section-head{grid-template-columns:1fr;gap:16px}.cl-royco-grid,.cl-method-grid,.cl-why-grid{gap:38px}.cl-why-media{min-height:450px}.cl-why-media img{height:450px}.cl-contact{background-attachment:scroll}.cl-footer .electronics-footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.cl-wrap{width:min(var(--cl-max),calc(100% - 28px))}.cl-header-inner{width:calc(100% - 28px)}.cl-header-eyebrow{font-size:8px}.cl-header-copy p{line-height:1.5}.cl-nav-links>a i{font-size:12px}.cl-nav-links>a span{display:none}.cl-nav-links>.cl-nav-cta span{display:inline}.cl-nav-links>a{padding-inline:12px}.cl-hero{padding-bottom:66px}.cl-hero-copy h2{font-size:clamp(2.55rem,13vw,3.9rem)}.cl-actions{display:grid}.cl-btn{width:100%}.cl-trust{grid-template-columns:1fr 1fr}.cl-hero-media{min-height:400px}.cl-hero-frame{inset:0 0 24px 14px;border-radius:23px}.cl-hero-badge{padding:13px 15px}.cl-section{padding:70px 0}.cl-service-media{height:235px}.cl-promo-grid,.cl-colors,.cl-why-cards,.cl-process-grid,.cl-contact-grid{grid-template-columns:1fr}.cl-contact-location{grid-column:auto}.cl-contact-panel{padding:28px 18px}.cl-contact-card{min-height:72px}.cl-promo-grid{margin-top:34px}.cl-footer .electronics-footer-grid{grid-template-columns:1fr}.cl-footer .electronics-footer-brand{grid-template-columns:70px 1fr}.cl-footer .electronics-footer-logo{width:70px;height:70px}.cl-footer .electronics-footer-logo img{width:62px;height:62px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.cl-reveal{opacity:1;transform:none;transition:none}*,*::before,*::after{animation:none!important;transition:none!important}}

/* ==========================================================
   AJUSTE DE PROPORCIONES · COHERENCIA CON INDUSTRIALES/PULIDO
========================================================== */
/* Logo limpio, sin tarjeta contenedora. */
.cl-logo{
  width:auto;
  height:auto;
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
}
.cl-logo img{
  width:148px;
  height:auto;
  max-height:108px;
  object-fit:contain;
  filter:drop-shadow(0 10px 24px rgba(0,0,0,.26));
}

/* Header con la misma lógica de los otros sectores: logo + título + dos datos separados. */
.cl-header-inner{
  grid-template-columns:auto minmax(0,1fr) minmax(250px,auto);
  min-height:148px;
  gap:28px;
  padding:18px 0;
}
.cl-header-eyebrow{font-size:.72rem;}
.cl-header-copy h1{font-size:clamp(2rem,4vw,3.55rem);}
.cl-header-copy p{font-size:clamp(.86rem,1.5vw,1rem);letter-spacing:.035em;}
.cl-header-meta{
  min-width:250px;
  display:grid;
  gap:10px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
}
.cl-header-meta span{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:40px;
  padding:9px 13px;
  color:rgba(255,255,255,.80);
  font-size:.78rem;
  font-weight:500;
  border:1px solid rgba(255,255,255,.09);
  border-radius:12px;
  background:rgba(255,255,255,.035);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.cl-header-meta i{font-size:.82rem;}

/* Nav más legible y con proporción equivalente a Industriales. */
.cl-nav-inner{min-height:64px;}
.cl-nav-brand{font-size:.78rem;letter-spacing:.08em;}
.cl-nav-links>a{
  min-height:64px;
  padding:0 14px;
  font-size:.80rem;
  font-weight:600;
  border-radius:0;
}
.cl-nav-links>a i{font-size:.82rem;}
.cl-nav-links>.cl-nav-cta{
  min-height:46px;
  margin:9px 0 9px 6px;
  padding:0 17px;
  border-radius:12px;
}

/* Tipografía general: evitar que Limpieza se perciba más pequeña que las otras landings. */
.cl-breadcrumb{font-size:.72rem;}
.cl-kicker,.cl-eyebrow{font-size:.78rem;}
.cl-tags span{font-size:.78rem;}
.cl-btn{font-size:.82rem;}
.cl-trust strong{font-size:.80rem;}
.cl-trust span{font-size:.70rem;}
.cl-section-head>p,.cl-royco-copy>p,.cl-method-copy>p,.cl-why-copy>p{font-size:.94rem;}
.cl-service-number{font-size:.72rem;}
.cl-service-card h3{font-size:1.22rem;}
.cl-service-card p{font-size:.88rem;line-height:1.7;}
.cl-service-card ul{font-size:.78rem;}
.cl-service-cta{font-size:.78rem;}
.cl-royco-points span{font-size:.72rem;}
.cl-catalog-title{font-size:.76rem;}
.cl-catalogs strong{font-size:.80rem;}
.cl-catalogs small{font-size:.68rem;}
.cl-colors span{font-size:.76rem;}
.cl-method-note{font-size:.76rem!important;}
.cl-why-cards strong{font-size:.82rem;}
.cl-why-cards span{font-size:.72rem;}
.cl-step>span{font-size:.78rem;}
.cl-step h3{font-size:1.02rem;}
.cl-step p{font-size:.80rem;line-height:1.7;}
.cl-contact-copy>p{font-size:.90rem;}
.cl-contact-card small{font-size:.66rem;}
.cl-contact-card strong{font-size:.82rem;}
.cl-contact-card em{font-size:.72rem;}
.cl-contact-card>i{font-size:.70rem;}
.cl-contact-note{font-size:.76rem;}

@media(max-width:1050px){
  .cl-header-inner{grid-template-columns:auto 1fr;}
  .cl-header-meta{grid-column:2;grid-template-columns:repeat(2,minmax(0,1fr));min-width:0;}
}
@media(max-width:820px){
  .cl-header-inner{min-height:124px;grid-template-columns:auto 1fr;gap:18px;}
  .cl-logo{width:auto;height:auto;border-radius:0;}
  .cl-logo img{width:112px;height:auto;max-height:82px;}
  .cl-header-meta{display:none;}
  .cl-header-copy h1{font-size:clamp(25px,7vw,38px);}
  .cl-header-copy p{font-size:.78rem;}
  .cl-nav-links>a{min-height:56px;padding-inline:12px;}
  .cl-nav-links>a span{font-size:.76rem;}
}
@media(max-width:620px){
  .cl-header-eyebrow{font-size:.64rem;}
  .cl-header-copy p{font-size:.72rem;}
  .cl-nav-links>a{min-height:54px;padding-inline:12px;}
  .cl-nav-links>a span{display:none;}
  .cl-nav-links>.cl-nav-cta span{display:inline;font-size:.74rem;}
  .cl-service-card p{font-size:.86rem;}
  .cl-service-card ul{font-size:.76rem;}
  .cl-contact-card strong{font-size:.80rem;}
  .cl-contact-card em{font-size:.70rem;}
}

/* Punto de identidad delante del área, igual al resto de landings */
.cl-header-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
}
.cl-header-eyebrow::before{
  content:"";
  width:8px;
  height:8px;
  flex:0 0 8px;
  border-radius:50%;
  background:#73cf83;
  box-shadow:0 0 0 5px rgba(115,207,131,.12);
}

/* =========================================================
   NAV LIMPIEZA · MISMA ESCALA TIPOGRÁFICA QUE INDUSTRIALES
   Conserva identidad verde; unifica tamaño, peso y espaciado.
========================================================= */
.limpieza-page .cl-nav-brand,
body .cl-nav-brand {
  font-size: .84rem;
}

.limpieza-page .cl-nav-links > a,
body .cl-nav-links > a {
  padding-inline: 16px;
  font-family: 'Poppins', sans-serif;
  font-size: .94rem;
  font-weight: 650;
  letter-spacing: -.01em;
}

.limpieza-page .cl-nav-links > a i,
body .cl-nav-links > a i {
  font-size: .90rem;
}

.limpieza-page .cl-nav-links > .cl-nav-cta,
body .cl-nav-links > .cl-nav-cta {
  padding-inline: 19px;
  font-weight: 750;
}

@media (max-width: 820px) {
  .limpieza-page .cl-nav-links > a,
  body .cl-nav-links > a {
    padding-inline: 13px;
    font-size: .84rem;
  }
  .limpieza-page .cl-nav-links > a span,
  .limpieza-page .cl-nav-links > .cl-nav-cta span,
  body .cl-nav-links > a span,
  body .cl-nav-links > .cl-nav-cta span {
    font-size: inherit;
  }
}

@media (max-width: 430px) {
  .limpieza-page .cl-nav-links > a,
  body .cl-nav-links > a {
    gap: 7px;
    padding-inline: 11px;
    font-size: .80rem;
  }
  .limpieza-page .cl-nav-links > a span,
  .limpieza-page .cl-nav-links > .cl-nav-cta span,
  body .cl-nav-links > a span,
  body .cl-nav-links > .cl-nav-cta span {
    font-size: inherit;
  }
}

/* =========================================================
   MEJORAS LIMPIEZA · CONVERSIÓN, CONFIANZA, LÍNEAS Y FAQ
========================================================= */
.cl-hero-frame picture,
.cl-service-media picture,
.cl-royco-gallery picture,
.cl-promo-media picture,
.cl-method-media picture,
.cl-why-media picture {
  display:block;
  width:100%;
  height:100%;
}
.cl-hero-frame picture img,
.cl-service-media picture img,
.cl-method-media picture img,
.cl-why-media picture img {
  width:100%;
  height:100%;
  object-fit:cover;
}
.cl-royco-gallery picture img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:18px;}

/* Franja compacta de confianza después del hero */
.cl-proof-strip{
  position:relative;
  z-index:3;
  border-block:1px solid rgba(32,86,48,.10);
  background:rgba(255,255,255,.88);
  box-shadow:0 14px 36px rgba(29,72,42,.05);
  backdrop-filter:blur(12px);
}
.cl-proof-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.cl-proof-grid>div{
  min-height:92px;
  display:flex;
  align-items:center;
  gap:13px;
  padding:18px 22px;
  border-right:1px solid rgba(32,86,48,.09);
}
.cl-proof-grid>div:last-child{border-right:0;}
.cl-proof-grid i{
  width:38px;
  height:38px;
  flex:0 0 38px;
  display:grid;
  place-items:center;
  border-radius:12px;
  color:var(--cl-green-2);
  background:rgba(73,179,90,.10);
  font-size:.95rem;
}
.cl-proof-grid span,.cl-proof-grid strong,.cl-proof-grid small{display:block;}
.cl-proof-grid strong{font-size:.84rem;line-height:1.25;color:#24352a;}
.cl-proof-grid small{margin-top:3px;color:#738077;font-size:.70rem;line-height:1.35;}

/* CTA de servicios: presencia al hover/focus en desktop, siempre visible en touch */
.cl-service-cta{transition:opacity .22s ease,transform .22s ease,color .2s ease;}
@media (min-width:821px){
  .cl-service-cta{opacity:0;transform:translateY(7px);}
  .cl-service-card:hover .cl-service-cta,
  .cl-service-card:focus-within .cl-service-cta{opacity:1;transform:translateY(0);}
}
.cl-service-cta:focus-visible{outline:3px solid rgba(73,179,90,.24);outline-offset:4px;border-radius:5px;}

/* Líneas ROYCO: imagen + texto + CTA */
.cl-promo-card{
  display:grid;
  grid-template-columns:minmax(210px,.88fr) minmax(0,1.12fr);
  min-height:330px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
  background:rgba(255,255,255,.06);
  transition:transform .24s ease,border-color .24s ease,background .24s ease;
}
.cl-promo-card:hover{transform:translateY(-4px);border-color:rgba(130,220,145,.30);background:rgba(255,255,255,.075);}
.cl-promo-media{min-height:330px;overflow:hidden;background:rgba(255,255,255,.03);}
.cl-promo-media img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .4s ease;}
.cl-promo-card:hover .cl-promo-media img{transform:scale(1.025);}
.cl-promo-body{display:flex;flex-direction:column;justify-content:center;padding:30px 28px;}
.cl-promo-body>span{color:#8bdf99;font-size:.70rem;font-weight:800;letter-spacing:.13em;}
.cl-promo-body h3{margin:8px 0 10px;color:#fff;font-size:1.28rem;line-height:1.2;}
.cl-promo-body p{margin:0;color:#b7c8bc;font-size:.82rem;line-height:1.7;}
.cl-promo-body a{display:inline-flex;align-items:center;gap:8px;width:fit-content;margin-top:22px;color:#8de09b;font-size:.78rem;font-weight:800;}
.cl-promo-body a i{transition:transform .18s ease;}
.cl-promo-body a:hover i{transform:translateX(4px);}

/* FAQ */
.cl-faq{background:#f7faf7;border-top:1px solid rgba(31,80,45,.08);}
.cl-faq-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:64px;align-items:start;}
.cl-faq-intro{position:sticky;top:96px;}
.cl-faq-intro h2{margin:0;font-size:clamp(2rem,4vw,3.3rem);line-height:1.05;letter-spacing:-.045em;}
.cl-faq-intro p{margin:18px 0 0;color:var(--cl-muted);font-size:.92rem;line-height:1.8;}
.cl-faq-list{display:grid;gap:10px;}
.cl-faq-list details{border:1px solid var(--cl-line);border-radius:17px;background:#fff;box-shadow:0 10px 26px rgba(28,71,41,.045);overflow:hidden;}
.cl-faq-list summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;padding:19px 20px;color:#25372a;font-size:.91rem;font-weight:700;}
.cl-faq-list summary::-webkit-details-marker{display:none;}
.cl-faq-list summary i{color:var(--cl-green-2);font-size:.78rem;transition:transform .2s ease;}
.cl-faq-list details[open] summary i{transform:rotate(45deg);}
.cl-faq-list details p{margin:0;padding:0 20px 20px;color:var(--cl-muted);font-size:.82rem;line-height:1.75;}
.cl-faq-list details[open]{border-color:rgba(73,179,90,.24);}
.cl-faq-list summary:focus-visible{outline:3px solid rgba(73,179,90,.22);outline-offset:-3px;}

@media(max-width:950px){
  .cl-proof-grid{grid-template-columns:repeat(2,1fr);}
  .cl-proof-grid>div:nth-child(2){border-right:0;}
  .cl-proof-grid>div:nth-child(-n+2){border-bottom:1px solid rgba(32,86,48,.09);}
  .cl-faq-layout{grid-template-columns:1fr;gap:32px;}
  .cl-faq-intro{position:static;}
  .cl-promo-card{grid-template-columns:1fr 1fr;}
}
@media(max-width:620px){
  .cl-proof-grid{grid-template-columns:1fr 1fr;}
  .cl-proof-grid>div{min-height:86px;padding:15px 12px;gap:10px;}
  .cl-proof-grid i{width:34px;height:34px;flex-basis:34px;font-size:.82rem;}
  .cl-proof-grid strong{font-size:.76rem;}
  .cl-proof-grid small{font-size:.64rem;}
  .cl-promo-card{grid-template-columns:1fr;}
  .cl-promo-media{min-height:0;max-height:360px;}
  .cl-promo-media picture,.cl-promo-media img{height:auto;}
  .cl-promo-body{padding:24px 20px 26px;}
  .cl-faq-list summary{padding:17px 16px;font-size:.84rem;}
  .cl-faq-list details p{padding:0 16px 18px;font-size:.78rem;}
}
.cl-logo picture,.electronics-footer-logo picture{display:contents;}

/* =========================================================
   AJUSTE ROYCO · EQUILIBRIO VISUAL
   - Recupera la altura natural del mosaico ROYCO.
   - Da mayor protagonismo a Higiene de Manos / Línea Premium.
========================================================= */
.cl-royco-gallery picture{
  height:auto !important;
  align-self:start;
}
.cl-royco-gallery picture img{
  display:block;
  height:auto !important;
  aspect-ratio:4 / 5;
  object-fit:cover;
}

.cl-promo-grid{
  gap:24px;
  margin-top:44px;
}
.cl-promo-card{
  grid-template-columns:minmax(245px,.98fr) minmax(0,1.02fr);
  min-height:410px;
}
.cl-promo-media{
  min-height:410px;
}
.cl-promo-body{
  padding:36px 32px;
}
.cl-promo-body>span{
  font-size:.76rem;
}
.cl-promo-body h3{
  margin:10px 0 13px;
  font-size:1.48rem;
}
.cl-promo-body p{
  font-size:.90rem;
  line-height:1.75;
}
.cl-promo-body a{
  margin-top:26px;
  font-size:.84rem;
}

@media(max-width:950px){
  .cl-promo-card{
    min-height:380px;
    grid-template-columns:minmax(220px,.94fr) minmax(0,1.06fr);
  }
  .cl-promo-media{min-height:380px;}
}

@media(max-width:620px){
  .cl-promo-grid{gap:20px;}
  .cl-promo-card{
    grid-template-columns:1fr;
    min-height:0;
  }
  .cl-promo-media{
    min-height:0;
    max-height:430px;
  }
  .cl-promo-media picture,
  .cl-promo-media img{
    width:100%;
    height:auto !important;
  }
  .cl-promo-body{padding:28px 22px 30px;}
  .cl-promo-body h3{font-size:1.38rem;}
  .cl-promo-body p{font-size:.86rem;}
  .cl-promo-body a{font-size:.82rem;}
}

/* =========================================================
   HIGIENE DE MANOS + LINEA PREMIUM · FORMATO GRANDE LEGIBLE
   Las piezas promocionales pasan a ocupar todo el ancho para
   que la información incluida en las gráficas pueda leerse.
========================================================= */
.cl-promo-grid{
  grid-template-columns:1fr !important;
  gap:30px !important;
  margin-top:48px;
}
.cl-promo-card{
  display:grid;
  grid-template-columns:minmax(460px,1.28fr) minmax(300px,.72fr) !important;
  width:100%;
  min-height:650px !important;
  overflow:hidden;
}
.cl-promo-media{
  min-height:650px !important;
  max-height:none !important;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  background:#f5f7f4;
}
.cl-promo-media picture{
  display:flex;
  width:100%;
  height:100%;
  align-items:center;
  justify-content:center;
}
.cl-promo-media picture img,
.cl-promo-media img{
  display:block;
  width:100%;
  height:100% !important;
  max-height:610px;
  object-fit:contain !important;
  object-position:center;
}
.cl-promo-body{
  padding:52px 44px !important;
}
.cl-promo-body>span{
  font-size:.82rem !important;
}
.cl-promo-body h3{
  margin:12px 0 16px !important;
  font-size:1.82rem !important;
}
.cl-promo-body p{
  font-size:1rem !important;
  line-height:1.78 !important;
}
.cl-promo-body a{
  margin-top:30px !important;
  min-height:48px;
  padding:0 2px;
  font-size:.92rem !important;
}

@media(max-width:950px){
  .cl-promo-card{
    grid-template-columns:minmax(360px,1.08fr) minmax(270px,.92fr) !important;
    min-height:560px !important;
  }
  .cl-promo-media{min-height:560px !important;padding:16px;}
  .cl-promo-media picture img,.cl-promo-media img{max-height:525px;}
  .cl-promo-body{padding:38px 30px !important;}
  .cl-promo-body h3{font-size:1.62rem !important;}
  .cl-promo-body p{font-size:.94rem !important;}
}

@media(max-width:760px){
  .cl-promo-grid{gap:24px !important;}
  .cl-promo-card{
    grid-template-columns:1fr !important;
    min-height:0 !important;
  }
  .cl-promo-media{
    min-height:0 !important;
    max-height:none !important;
    padding:14px;
  }
  .cl-promo-media picture,
  .cl-promo-media picture img,
  .cl-promo-media img{
    width:100%;
    height:auto !important;
    max-height:none;
  }
  .cl-promo-body{padding:30px 24px 34px !important;}
  .cl-promo-body h3{font-size:1.48rem !important;}
  .cl-promo-body p{font-size:.92rem !important;}
  .cl-promo-body a{font-size:.88rem !important;}
}


/* =========================================================
   TARJETAS PROMOCIONALES · TAMAÑO MEDIO + ZOOM DE IMAGEN
========================================================= */
.cl-promo-grid{
  width:min(100%,1040px);
  margin:44px auto 0;
  gap:24px !important;
}
.cl-promo-card{
  grid-template-columns:minmax(390px,1.15fr) minmax(285px,.85fr) !important;
  min-height:500px !important;
}
.cl-promo-media{
  position:relative;
  min-height:500px !important;
  padding:16px;
  cursor:zoom-in;
  outline:none;
}
.cl-promo-media:focus-visible{
  box-shadow:inset 0 0 0 3px rgba(31,126,79,.34);
}
.cl-promo-media picture img,
.cl-promo-media img{
  max-height:468px;
}
.cl-promo-body{padding:38px 34px !important;}
.cl-promo-body>span{font-size:.78rem !important;}
.cl-promo-body h3{font-size:1.62rem !important;}
.cl-promo-body p{font-size:.94rem !important;line-height:1.72 !important;}
.cl-promo-body a{margin-top:26px !important;font-size:.88rem !important;}
.cl-promo-zoom-hint{
  position:absolute;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:38px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.42);
  border-radius:999px;
  color:#fff;
  background:rgba(15,36,27,.76);
  box-shadow:0 8px 24px rgba(0,0,0,.18);
  backdrop-filter:blur(9px);
  -webkit-backdrop-filter:blur(9px);
  font-size:.74rem;
  font-weight:700;
  white-space:nowrap;
  pointer-events:none;
  opacity:.92;
}
.cl-promo-media:hover .cl-promo-zoom-hint,
.cl-promo-media:focus-visible .cl-promo-zoom-hint{opacity:1;}

.cl-image-lightbox{
  position:fixed;
  inset:0;
  z-index:10000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(4,12,8,.90);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
.cl-image-lightbox.is-open{display:flex;}
.cl-image-lightbox-dialog{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:min(94vw,980px);
  height:min(92vh,1120px);
}
.cl-image-lightbox img{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  border-radius:10px;
  box-shadow:0 26px 80px rgba(0,0,0,.46);
}
.cl-image-lightbox-close{
  position:absolute;
  top:8px;
  right:8px;
  z-index:2;
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.30);
  border-radius:50%;
  color:#fff;
  background:rgba(0,0,0,.66);
  font-size:30px;
  line-height:1;
  cursor:pointer;
}
.cl-image-lightbox-close:hover,
.cl-image-lightbox-close:focus-visible{background:#000;outline:2px solid rgba(255,255,255,.72);}
body.cl-lightbox-open{overflow:hidden;}

@media(max-width:950px){
  .cl-promo-grid{width:min(100%,900px);}
  .cl-promo-card{grid-template-columns:minmax(330px,1.05fr) minmax(270px,.95fr) !important;min-height:450px !important;}
  .cl-promo-media{min-height:450px !important;padding:14px;}
  .cl-promo-media picture img,.cl-promo-media img{max-height:420px;}
  .cl-promo-body{padding:32px 28px !important;}
}
@media(max-width:760px){
  .cl-promo-grid{width:100%;}
  .cl-promo-card{grid-template-columns:1fr !important;min-height:0 !important;}
  .cl-promo-media{min-height:0 !important;padding:12px;}
  .cl-promo-media picture img,.cl-promo-media img{max-height:460px;}
  .cl-promo-zoom-hint{bottom:16px;font-size:.70rem;min-height:36px;}
  .cl-image-lightbox{padding:12px;}
  .cl-image-lightbox-dialog{width:96vw;height:92vh;}
  .cl-image-lightbox-close{top:4px;right:4px;width:42px;height:42px;font-size:27px;}
}


/* =========================================================
   2026-08-31 · POR QUÉ ZETA TECNO + NAVEGACIÓN MÓVIL
========================================================= */
/* La imagen original es panorámica (1920x720). Se usa a todo el ancho
   para que tenga presencia y no quede recortada dentro de una tarjeta vertical. */
.cl-why-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:34px;
  align-items:start;
}
.cl-why-media{
  width:100%;
  min-height:0;
  aspect-ratio:8 / 3;
  overflow:hidden;
  border-radius:28px;
}
.cl-why-media picture,
.cl-why-media picture img{
  display:block;
  width:100%;
  height:100%;
}
.cl-why-media img{
  object-fit:cover;
  object-position:center;
}
.cl-why-copy{width:100%;}
.cl-why-copy>p{max-width:900px;}
.cl-why-cards{grid-template-columns:repeat(4,minmax(0,1fr));}

@media(max-width:900px){
  .cl-why-grid{gap:28px;}
  .cl-why-media{aspect-ratio:16 / 7;border-radius:24px;}
  .cl-why-cards{grid-template-columns:repeat(2,minmax(0,1fr));}
}

@media(max-width:620px){
  .cl-why-media{aspect-ratio:16 / 9;border-radius:20px;}
  .cl-why-cards{grid-template-columns:1fr;}

  /* Navegación móvil: texto visible y desplazamiento horizontal. */
  .cl-nav-inner{min-height:52px;padding:0 10px;}
  .cl-nav-links{
    width:100%;
    display:flex;
    justify-content:flex-start;
    gap:3px;
    padding:0 2px;
    overflow-x:auto;
    overscroll-behavior-x:contain;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }
  .cl-nav-links::-webkit-scrollbar{display:none;}
  .cl-nav-links>a,
  .cl-nav-links>.cl-nav-cta{
    flex:0 0 auto;
    min-height:44px;
    margin:0;
    padding:0 10px;
    border-radius:10px;
    font-size:.72rem;
    white-space:nowrap;
  }
  .cl-nav-links>a i{display:none!important;}
  .cl-nav-links>a span,
  .cl-nav-links>.cl-nav-cta span{display:inline!important;font-size:inherit!important;}
}


/* =========================================================
   2026-08-31 · POR QUÉ ZETA TECNO · TEXTO + IMAGEN CONTENIDA
========================================================= */
/* El contenido explica primero la propuesta de valor; la foto acompaña
   debajo con un ancho menor para no competir con el texto ni las ventajas. */
.cl-why-grid{
  grid-template-columns:1fr !important;
  gap:30px !important;
}
.cl-why-copy{
  order:1;
}
.cl-why-media{
  order:2;
  width:min(100%,760px) !important;
  aspect-ratio:8 / 3 !important;
  min-height:0 !important;
  margin:2px auto 0 !important;
  border-radius:22px !important;
  box-shadow:0 16px 38px rgba(10,36,24,.12) !important;
}
.cl-why-media picture,
.cl-why-media picture img,
.cl-why-media img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
}

@media(max-width:900px){
  .cl-why-media{
    width:min(100%,680px) !important;
    aspect-ratio:8 / 3 !important;
  }
}

@media(max-width:620px){
  .cl-why-grid{gap:24px !important;}
  .cl-why-media{
    width:92% !important;
    aspect-ratio:16 / 7 !important;
    border-radius:18px !important;
  }
}

/* Ajuste final de orden de la sección Por qué Zeta Tecno. */
.cl-why-copy{order:1 !important;}
.cl-why-media{
  order:2 !important;
  width:min(100%,720px) !important;
}
.cl-why-cards{
  order:3 !important;
  width:100%;
}
@media(max-width:900px){
  .cl-why-media{width:min(94%,640px) !important;}
}
@media(max-width:620px){
  .cl-why-media{width:88% !important;}
}

/* FIX VISUAL FINAL 2026-08-31 */
.cl-why-grid{display:flex!important;flex-direction:column!important;gap:24px!important;align-items:stretch!important}.cl-why-copy{order:1!important;width:100%!important}.cl-why-media{order:2!important;width:min(520px,72vw)!important;max-width:520px!important;min-height:0!important;aspect-ratio:8/3!important;margin:0 auto!important;border-radius:18px!important;overflow:hidden!important}.cl-why-media picture,.cl-why-media picture img,.cl-why-media img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}.cl-why-cards{order:3!important;width:100%!important}@media(max-width:620px){.cl-why-media{width:78%!important;max-width:400px!important;border-radius:16px!important}.cl-why-grid{gap:20px!important}}
