:root{--blue:#252c73;--blue2:#343d93;--ink:#172039;--muted:#687287;--line:#e5e8f0;--soft:#f5f6fa;--dark:#11131b}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}button,input,textarea{font:inherit}
.topbar{height:34px;background:#111;color:#dfe2ef;padding:0 5%;display:flex;justify-content:space-between;align-items:center;font-size:11px}.header{height:86px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 5%;gap:30px;position:sticky;top:0;z-index:50}.brand{width:235px;height:70px;overflow:hidden;display:flex;align-items:center}.brand img{width:100%;height:100%;object-fit:contain}.header nav{display:flex;justify-content:center;gap:28px;flex:1;height:100%;font-size:13px;font-weight:700}.header nav a{display:flex;align-items:center;position:relative}.header nav a.active{color:var(--blue)}.header nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--blue)}.quote{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--blue);color:#fff;padding:13px 21px;border-radius:28px;font-size:13px;font-weight:800;box-shadow:0 8px 20px #252c7326;border:0;cursor:pointer}.quote:hover{background:#1c225c}.menu{display:none;border:0;background:none;font-size:25px}
.hero{height:570px;position:relative;overflow:hidden;background:#1e2767}.hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,#171d5bee 0%,#252c73e6 36%,#252c7370 62%,#00000015),url("images/hero-dairy.webp") center/cover}.hero-content{position:relative;color:#fff;padding:105px 7%;max-width:950px}.eyebrow{font-size:11px;font-weight:900;letter-spacing:1.7px}.eyebrow.dark{color:var(--blue)}.hero h1{font-size:56px;line-height:1.04;margin:20px 0 18px;letter-spacing:-1.8px}.hero h1 em{font-style:normal;color:#b9c0ef}.hero p{font-size:17px;line-height:1.65;max-width:670px;color:#eef0ff}.actions{display:flex;gap:12px;margin:29px 0}.outline{display:inline-flex;align-items:center;justify-content:center;padding:13px 21px;border:1px solid #fff;color:#fff;border-radius:28px;font-size:13px;font-weight:800}.dark-outline{border-color:var(--blue);color:var(--blue)}.hero-trust{display:flex;gap:25px;flex-wrap:wrap;font-size:11px;color:#dfe2fa;margin-top:32px}
.stats{display:grid;grid-template-columns:repeat(4,1fr);margin:-1px 5% 0;position:relative;background:#fff;border-radius:14px 14px 0 0;box-shadow:0 -8px 30px #11152c14}.stats div{padding:25px;text-align:center;border-right:1px solid var(--line)}.stats div:last-child{border:0}.stats strong{display:block;font-size:28px;color:var(--blue)}.stats span{font-size:11px;color:var(--muted)}
.section{padding:85px 5% 70px}.section-title{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:30px}.section-title h2,.about h2,.services h2,.process h2,.contact h2{font-size:34px;line-height:1.15;margin:10px 0}.section-title>p{max-width:410px;color:var(--muted);font-size:13px;line-height:1.6}.center{text-align:center}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.feature{border:1px solid var(--line);border-radius:13px;padding:25px;transition:.2s}.feature:hover{transform:translateY(-4px);box-shadow:0 12px 25px #18203b10}.feature b{font-size:11px;color:var(--blue)}.feature h3{font-size:16px;margin:20px 0 8px}.feature p{font-size:11px;line-height:1.55;color:var(--muted);min-height:50px}.feature span{font-size:11px;font-weight:800;color:var(--blue)}
.page-hero{padding:75px 7%;background:linear-gradient(110deg,#202768,#353d93);color:#fff}.page-hero h1{font-size:48px;margin:15px 0 12px}.page-hero p{font-size:15px;color:#e3e6f6;max-width:650px;line-height:1.6}
.category-tabs{display:flex;gap:8px;overflow:auto;margin-bottom:28px}.category-tabs button{white-space:nowrap;border:1px solid var(--line);background:#fff;color:#566177;padding:10px 15px;border-radius:22px;font-size:11px;font-weight:700;cursor:pointer}.category-tabs button.selected,.category-tabs button:hover{background:var(--blue);color:#fff;border-color:var(--blue)}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff;transition:.2s}.card:hover{transform:translateY(-4px);box-shadow:0 13px 30px #18203b12}.card-image{height:165px;background:#f4f5f8}.card-image img{width:100%;height:100%;object-fit:cover}.card-body{padding:16px}.tag{font-size:9px;color:var(--blue);font-weight:900;text-transform:uppercase;letter-spacing:.8px}.card h3{font-size:14px;margin:8px 0}.card p{font-size:11px;color:var(--muted);line-height:1.5;min-height:50px}.more{font-size:11px;color:var(--blue);font-weight:900}
.custom{margin:0 5% 80px;border-radius:17px;background:linear-gradient(115deg,#202768,#343d93);padding:50px 6%;display:flex;justify-content:space-between;align-items:center;gap:50px;color:#fff}.custom-copy{max-width:710px}.custom h2{font-size:35px;margin:12px 0}.custom p{color:#e3e5f5;line-height:1.65;font-size:13px;margin-bottom:25px}.custom .quote{background:#fff;color:var(--blue)}.custom-box{width:300px;height:230px;border:1px solid #ffffff40;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;flex-shrink:0}.custom-box div{font-size:52px;font-weight:900}.custom-box span{font-size:11px;color:#d9dcf3}
.about{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}.about-image{height:440px;border-radius:18px;background:linear-gradient(135deg,#22296e,#5961a3);position:relative}.badge{position:absolute;right:25px;bottom:25px;background:#fff;color:var(--blue);padding:18px 25px;border-radius:12px;font-size:20px;font-weight:900;text-align:center;z-index:2}.badge small{font-size:9px;letter-spacing:2px}.about-copy p{font-size:13px;color:var(--muted);line-height:1.7}.values{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:25px}.values span{border:1px solid var(--line);padding:13px;border-radius:9px;font-size:11px;font-weight:700}.values b{color:var(--blue);margin-right:10px}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px;margin-top:30px}.service-grid article{padding:28px 23px;border:1px solid var(--line);border-radius:13px}.service-icon{width:44px;height:44px;border-radius:11px;background:#eef0fb;color:var(--blue);display:grid;place-items:center;font-size:21px}.service-grid h3{font-size:15px;margin:17px 0 8px}.service-grid p{font-size:11px;color:var(--muted);line-height:1.6}
.solution-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.solution-grid article{border:1px solid var(--line);border-radius:14px;padding:30px}.solution-grid span{font-size:11px;color:var(--blue);font-weight:900}.solution-grid h2{font-size:22px}.solution-grid p{font-size:12px;color:var(--muted);line-height:1.7}.solution-grid a{font-size:11px;color:var(--blue);font-weight:800}
.service-large-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.service-large-grid article{border:1px solid var(--line);border-radius:14px;padding:30px}.number{font-size:11px;color:var(--blue);font-weight:900}.service-large-grid h2{font-size:23px}.service-large-grid p,.service-large-grid li{font-size:12px;color:var(--muted);line-height:1.65}.service-large-grid ul{padding-left:17px}.process{margin:0 5% 80px;padding:60px 6%;background:#f2f3f9;border-radius:17px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.steps b{color:var(--blue);font-size:12px}.steps h3{font-size:14px;margin:10px 0 5px}.steps p{font-size:11px;color:var(--muted)}
.contact{margin:0 5% 70px;padding:55px 6%;background:var(--blue);border-radius:17px;color:#fff;display:grid;grid-template-columns:1fr 430px;gap:70px}.contact h2{font-size:39px}.contact-copy>p{font-size:13px;line-height:1.7;color:#e2e5f7}.contact-data{display:flex;flex-direction:column;gap:12px;margin:25px 0;font-size:11px;color:#e2e5f7}.contact form{background:#fff;color:var(--ink);border-radius:13px;padding:25px;display:grid;gap:13px}.contact label{font-size:10px;font-weight:800}.contact input,.contact textarea{width:100%;border:1px solid var(--line);border-radius:7px;padding:11px;margin-top:6px;outline:none;font-size:11px}.contact textarea{height:95px;resize:vertical}.contact form .quote{width:100%}
footer{background:#11131b;color:#fff;padding:48px 5%;display:grid;grid-template-columns:1.5fr 1fr 1.2fr 1fr;gap:40px}footer img{width:190px;height:55px;object-fit:contain;background:#fff;border-radius:4px}footer p,footer span,footer a{display:block;font-size:11px;color:#aeb3c5;line-height:1.7}footer h4{font-size:12px;margin:3px 0 14px;color:#fff}.copyright{background:#0b0c11;color:#74798a;padding:15px 5%;font-size:10px}
@media(max-width:1100px){.header nav{gap:15px}.brand{width:190px}.products{grid-template-columns:repeat(3,1fr)}.service-grid,.feature-grid{grid-template-columns:repeat(2,1fr)}.contact{grid-template-columns:1fr}.hero h1{font-size:48px}}
@media(max-width:760px){.topbar{display:none}.header{height:78px;padding:0 5%;gap:12px}.brand{width:170px}.menu{display:block;margin-left:auto}.header nav{display:none;position:absolute;top:78px;left:0;right:0;height:auto;background:#fff;flex-direction:column;padding:15px 5%;gap:0;border-bottom:1px solid var(--line)}.header nav.open{display:flex}.header nav a{padding:13px 0}.header>.quote{padding:10px 13px;font-size:11px}.hero{height:590px}.hero-content{padding:80px 7%}.hero h1{font-size:38px}.hero-trust{flex-direction:column;gap:8px}.stats{grid-template-columns:1fr 1fr}.stats div{border-bottom:1px solid var(--line)}.section{padding:60px 5%}.section-title{display:block}.feature-grid,.service-grid,.solution-grid,.service-large-grid{grid-template-columns:1fr}.products{grid-template-columns:1fr 1fr}.custom{display:block;padding:40px 7%}.custom h2{font-size:28px}.custom-box{margin:30px auto 0}.about{grid-template-columns:1fr;gap:30px}.contact{padding:40px 7%;margin-left:5%;margin-right:5%}footer{grid-template-columns:1fr 1fr}.page-hero h1{font-size:37px}.steps{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.products{grid-template-columns:1fr}.steps{grid-template-columns:1fr}.actions{flex-direction:column;align-items:flex-start}footer{grid-template-columns:1fr}}

.detail-hero{padding:60px 6%;background:#f3f4f9;color:var(--ink)}
.breadcrumb{font-size:11px;color:var(--muted);margin-bottom:25px}.breadcrumb a{color:var(--blue);font-weight:700}
.detail-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:55px;align-items:start}
.detail-photo{height:470px;border-radius:16px;overflow:hidden;background:#eef0f5}.detail-photo img{width:100%;height:100%;object-fit:cover}
.detail-info h1{font-size:42px;line-height:1.1;margin:12px 0}.detail-info .tag{font-size:10px}.detail-info>p{font-size:14px;line-height:1.75;color:var(--muted)}
.detail-actions{display:flex;gap:10px;flex-wrap:wrap;margin:25px 0}
.specs{border-top:1px solid var(--line);margin-top:25px}.spec{display:flex;gap:18px;padding:14px 0;border-bottom:1px solid var(--line);font-size:12px}.spec b{width:135px;color:var(--ink)}.spec span{color:var(--muted)}
.detail-bottom{padding:70px 6%;background:#fff}.detail-bottom h2{font-size:28px}.detail-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;margin-top:25px}.detail-card{padding:23px;border:1px solid var(--line);border-radius:12px}.detail-card b{color:var(--blue);font-size:22px}.detail-card h3{font-size:14px}.detail-card p{font-size:11px;line-height:1.6;color:var(--muted)}
@media(max-width:760px){.detail-layout{grid-template-columns:1fr;gap:25px}.detail-photo{height:300px}.detail-info h1{font-size:32px}.detail-cards{grid-template-columns:1fr}}

.feature-icon{width:58px;height:58px;border-radius:16px;background:#eef0fb;display:grid;place-items:center;font-size:30px;margin-bottom:18px}
.feature:hover .feature-icon{background:#e3e6fa;transform:scale(1.04)}
.feature-icon{transition:.2s}

/* Actualización visual - Soluciones a la medida y Por qué Equinox */
.custom-box{
  width:340px;height:auto;min-height:230px;border:0;border-radius:0;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:18px;flex-shrink:0;background:transparent;
}
.custom-box img{
  width:260px;height:105px;object-fit:contain;background:#fff;border-radius:8px;
  padding:8px;box-shadow:0 10px 28px rgba(0,0,0,.12);
}
.custom-services{
  display:flex;align-items:center;justify-content:center;gap:9px;flex-wrap:wrap;
  color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:16px;
  font-style:italic;letter-spacing:.3px;
}
.custom-services i{font-style:normal;color:#bfc5ed}
.emoji-icon{
  background:#eef0fb;
  font-size:30px;
  line-height:1;
}
@media(max-width:760px){
  .custom-box{width:100%;min-height:190px}
  .custom-box img{width:230px;height:90px}
  .custom-services{font-size:14px}
}

/* Ajuste final: Soluciones a la medida */
.custom{
  align-items:center;
  padding:52px 6%;
}
.custom-copy{
  flex:1;
  max-width:650px;
}
.custom-box{
  width:390px;
  min-height:210px;
  margin-left:auto;
  padding:8px 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:transparent;
}
.custom-box img{
  display:block;
  width:255px;
  height:92px;
  object-fit:contain;
  background:#fff;
  border-radius:7px;
  padding:7px;
  box-shadow:0 8px 22px rgba(0,0,0,.10);
}
.custom-services{
  margin-top:12px;
  max-width:350px;
  justify-content:center;
  line-height:1.6;
  font-size:15px;
  gap:7px;
}
.custom-services span{
  white-space:nowrap;
}
.custom-services i{
  opacity:.65;
}
@media(max-width:760px){
  .custom{
    text-align:left;
  }
  .custom-box{
    width:100%;
    margin:30px auto 0;
    min-height:170px;
  }
  .custom-box img{
    width:225px;
    height:82px;
  }
}

/* V6 — Soluciones a la medida: un solo bloque limpio a la derecha */
.custom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:55px;
}
.custom-copy{
  flex:0 1 520px;
  max-width:520px;
}
.custom-brand-box{
  flex:0 0 470px;
  width:470px;
  min-height:220px;
  margin-left:auto;
  padding:15px 0 15px 30px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:transparent;
}
.custom-brand-box img{
  width:310px;
  height:120px;
  object-fit:contain;
  background:#fff;
  border-radius:9px;
  padding:9px;
  box-shadow:0 10px 28px rgba(0,0,0,.12);
}
.custom-brand-box .custom-services{
  margin-top:18px;
  width:100%;
  max-width:410px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  flex-wrap:nowrap;
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:17px;
  font-style:italic;
  letter-spacing:.1px;
}
.custom-brand-box .custom-services span{
  white-space:nowrap;
}
.custom-brand-box .custom-services i{
  font-style:normal;
  color:#bfc8f1;
}
@media(max-width:900px){
  .custom{gap:30px}
  .custom-brand-box{flex-basis:380px;width:380px;padding-left:10px}
  .custom-brand-box img{width:270px;height:105px}
  .custom-brand-box .custom-services{font-size:15px;gap:7px}
}
@media(max-width:760px){
  .custom{display:block}
  .custom-copy{max-width:none}
  .custom-brand-box{
    width:100%;
    min-height:180px;
    margin:30px 0 0;
    padding:0;
  }
  .custom-brand-box img{width:235px;height:90px}
  .custom-brand-box .custom-services{font-size:14px;gap:6px}
}

/* V7 — Soluciones a la medida inspirado en el mockup aprobado */
.custom{
  position:relative;
  overflow:hidden;
  min-height:400px;
  padding:62px 6%;
  margin:0 5% 80px;
  border-radius:18px;
  display:grid;
  grid-template-columns:minmax(390px, 0.85fr) minmax(460px, 1.15fr);
  align-items:center;
  gap:35px;
  background:#123b92;
}
.custom-bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(9,29,78,.97) 0%,rgba(17,54,130,.92) 38%,rgba(26,105,216,.70) 70%,rgba(47,130,235,.55) 100%),
    url("images/hero-dairy.webp") center/cover;
  z-index:0;
}
.custom-copy,
.custom-brand-box{position:relative;z-index:1}
.custom-copy{
  max-width:500px;
  color:#fff;
}
.custom-copy h2{
  font-size:42px;
  line-height:1.08;
  margin:16px 0 20px;
  letter-spacing:-1px;
}
.custom-copy p{
  max-width:440px;
  color:#e7edff;
  font-size:14px;
  line-height:1.7;
  margin-bottom:28px;
}
.custom-copy .quote{
  background:#fff;
  color:var(--blue);
}
.custom-brand-box{
  width:100%;
  min-height:280px;
  margin-left:auto;
  padding:25px 0 25px 20px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:transparent;
}
.custom-brand-box img{
  width:430px;
  height:155px;
  object-fit:contain;
  background:#fff;
  border-radius:10px;
  padding:10px;
  box-shadow:0 0 55px rgba(182,220,255,.45);
}
.custom-brand-box .custom-services{
  margin-top:24px;
  width:100%;
  max-width:520px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:18px;
  font-style:italic;
  text-shadow:0 2px 12px rgba(0,0,0,.25);
}
.custom-brand-box .custom-services span{white-space:nowrap}
.custom-brand-box .custom-services i{font-style:normal;color:#a8d8ff}
@media(max-width:1000px){
  .custom{grid-template-columns:1fr 1fr;padding:52px 5%;gap:15px}
  .custom-copy h2{font-size:35px}
  .custom-brand-box img{width:340px;height:125px}
  .custom-brand-box .custom-services{font-size:15px;gap:8px}
}
@media(max-width:760px){
  .custom{
    display:block;
    min-height:auto;
    padding:45px 7%;
  }
  .custom-copy{max-width:none}
  .custom-copy h2{font-size:31px}
  .custom-brand-box{
    min-height:210px;
    padding:30px 0 0;
  }
  .custom-brand-box img{width:260px;height:100px}
  .custom-brand-box .custom-services{font-size:14px;gap:6px;flex-wrap:wrap}
}

/* V8 — Bloques limpios, sin contenido lateral */
.custom{
  position:relative;
  overflow:hidden;
  display:block;
  min-height:400px;
  padding:62px 7%;
  background:#252c73 !important;
}
.custom .custom-bg{
  display:none !important;
}
.custom .custom-copy{
  position:relative;
  z-index:2;
  max-width:650px;
}
.custom .custom-brand-box,
.custom .custom-box,
.custom .custom-services{
  display:none !important;
}
@media(max-width:760px){
  .custom{min-height:auto;padding:45px 7%}
}

#soluciones .custom-services,
#soluciones .custom-brand-box,
#soluciones .custom-box{display:none!important}

/* V10 — ocultar cualquier remanente del texto de servicios en Inicio */
#soluciones .custom-services,
#soluciones .custom-brand-box,
#soluciones .custom-box {
  display: none !important;
}

/* V11 — Imagen principal: equipos para industria láctea */
.hero-bg{
  background:
    linear-gradient(90deg,#171d5bee 0%,#252c73e6 36%,#252c7370 62%,#00000015),
    url("images/hero-dairy.webp") center/cover;
}

/* V12 — Foto real de Hiladora de Queso Mozzarella */
.detail-photo{
  position:relative;
  background:#f5f6f9;
}
.detail-photo>img{
  object-fit:contain !important;
  background:#fff;
}
.product-logo-badge{
  position:absolute;
  z-index:2;
  top:18px;
  right:18px;
  width:125px;
  height:52px;
  padding:5px 8px;
  border-radius:7px;
  background:rgba(255,255,255,.94);
  box-shadow:0 5px 18px rgba(0,0,0,.12);
  display:flex;
  align-items:center;
  justify-content:center;
}
.product-logo-badge img{
  width:100%;
  height:100%;
  object-fit:contain;
}

/* V35 — Prensa manual: logo arriba a la derecha */
.detail-photo{position:relative}
.product-logo-badge{
 position:absolute!important;z-index:5;top:18px!important;right:18px!important;left:auto!important;
 width:125px;height:52px;padding:5px 8px;border-radius:7px;background:rgba(255,255,255,.94);
 box-shadow:0 5px 18px rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center;
}
.product-logo-badge img{width:100%;height:100%;object-fit:contain}
.detail-photo>img{object-fit:contain!important;background:#fff}

/* V38 — Logo Agitadores de leche */
.detail-photo{position:relative}
.product-logo-badge{
  position:absolute!important;
  z-index:20;
  top:18px!important;
  right:18px!important;
  left:auto!important;
  width:125px;
  height:52px;
  padding:5px 8px;
  border-radius:7px;
  background:rgba(255,255,255,.95);
  box-shadow:0 5px 18px rgba(0,0,0,.12);
  display:flex;
  align-items:center;
  justify-content:center;
}
.product-logo-badge img{width:100%;height:100%;object-fit:contain}
.detail-photo>img{object-fit:contain!important;background:#fff}

/* V39 — Canastilla: logo superior derecho */
.detail-photo{position:relative}
.product-logo-badge{
  position:absolute!important;
  z-index:20;
  top:18px!important;
  right:18px!important;
  left:auto!important;
  width:125px;
  height:52px;
  padding:5px 8px;
  border-radius:7px;
  background:rgba(255,255,255,.95);
  box-shadow:0 5px 18px rgba(0,0,0,.12);
  display:flex;
  align-items:center;
  justify-content:center;
}
.product-logo-badge img{width:100%;height:100%;object-fit:contain}
.detail-photo>img{object-fit:contain!important;background:#fff}

/* V41 — actualización estética */
.custom-brand-box{border-radius:22px!important;width:330px!important;height:220px!important;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.20)!important;box-shadow:0 0 32px rgba(255,255,255,.08),inset 0 0 30px rgba(255,255,255,.035);position:relative}
.custom-brand-box::before{content:"";position:absolute;width:150px;height:150px;border-radius:50%;background:rgba(255,255,255,.10);filter:blur(25px)}
.custom-brand-box img{width:205px;max-height:95px;object-fit:contain;position:relative;z-index:2;filter:drop-shadow(0 0 12px rgba(255,255,255,.38))}
.solution-icon{font-size:34px!important;line-height:1;margin:10px 0 16px}
.about-logo-wrap{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}
.about-logo-wrap::before{content:"";position:absolute;width:250px;height:150px;border-radius:50%;background:rgba(255,255,255,.12);filter:blur(28px)}
.about-logo-wrap img{position:relative;width:235px;max-height:115px;object-fit:contain;background:#fff;border-radius:10px;padding:8px 12px;filter:drop-shadow(0 0 15px rgba(255,255,255,.30))}
.value-emoji{display:inline!important;margin-right:7px}.values span{display:flex;align-items:center;gap:5px}.values .value-emoji{font-size:18px}
.service-icon.emoji-icon{font-size:32px!important;line-height:1.1;color:initial!important}
.service-large-icon{font-size:34px!important;line-height:1;margin:5px 0 13px}
.page-hero-split{display:flex;align-items:center;justify-content:space-between;gap:50px;min-height:270px}
.page-hero-copy{max-width:720px}.page-hero-logo{width:285px;height:190px;border-radius:22px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.07);display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0;box-shadow:0 0 35px rgba(255,255,255,.07)}
.page-hero-logo::before{content:"";position:absolute;width:170px;height:120px;border-radius:50%;background:rgba(255,255,255,.13);filter:blur(25px)}
.page-hero-logo img{position:relative;width:205px;max-height:105px;object-fit:contain;background:#fff;border-radius:9px;padding:7px 10px;filter:drop-shadow(0 0 13px rgba(255,255,255,.38))}
.contact-page{position:relative;overflow:hidden;background:linear-gradient(100deg,rgba(32,39,104,.97) 0%,rgba(45,55,139,.93) 56%,rgba(32,39,104,.88) 100%),url("images/hero-dairy.webp") right center/cover no-repeat!important}
.contact-page::after{content:"";position:absolute;right:-100px;top:-80px;width:420px;height:420px;border-radius:50%;border:1px solid rgba(255,255,255,.10);box-shadow:0 0 80px rgba(255,255,255,.06);pointer-events:none}
.contact-copy{position:relative;z-index:2}.contact-logo-panel{width:180px;height:72px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:rgba(255,255,255,.94);margin-bottom:20px;padding:6px 12px;box-shadow:0 0 24px rgba(255,255,255,.13)}
.contact-logo-panel img{width:100%;height:100%;object-fit:contain}
@media(max-width:800px){.page-hero-split{flex-direction:column;align-items:flex-start}.page-hero-logo{width:230px;height:150px}.custom-brand-box{width:100%!important}}

/* =========================================================
   V42 — Nosotros: sección corporativa ampliada
   ========================================================= */

.about-hero{
  display:grid;
  grid-template-columns:1.35fr .65fr;
  gap:55px;
  align-items:center;
  min-height:400px;
}
.about-hero-copy{max-width:780px}
.about-hero h1{max-width:760px}
.about-hero-copy>p{max-width:690px}
.about-hero-stats{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}
.about-hero-stats span{
  padding:11px 14px;
  border:1px solid rgba(255,255,255,.17);
  border-radius:999px;
  background:rgba(255,255,255,.055);
  color:#e7e9f7;
  font-size:10px;
}
.about-hero-stats strong{color:#fff;margin-right:4px;font-size:13px}
.about-hero-visual{
  min-height:270px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:24px;
  background:rgba(255,255,255,.055);
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow:hidden;
  box-shadow:0 0 40px rgba(255,255,255,.06);
}
.about-hero-glow{
  position:absolute;
  width:240px;height:180px;border-radius:50%;
  background:rgba(255,255,255,.13);
  filter:blur(35px);
}
.about-hero-visual img{
  position:relative;
  z-index:2;
  width:245px;
  max-height:120px;
  object-fit:contain;
  background:#fff;
  border-radius:11px;
  padding:9px 13px;
  filter:drop-shadow(0 0 18px rgba(255,255,255,.32));
}

.about-intro{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}
.about-intro-image{
  height:430px;
  border-radius:20px;
  overflow:hidden;
  position:relative;
  background:#202768;
}
.about-intro-image>img{
  width:100%;height:100%;object-fit:cover;
  filter:saturate(.82);
}
.about-intro-image::after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(180deg,transparent 35%,rgba(16,20,55,.88) 100%);
}
.about-image-label{
  position:absolute;left:25px;right:25px;bottom:23px;z-index:2;color:#fff;
}
.about-image-label span{
  display:block;font-size:9px;letter-spacing:1.7px;font-weight:900;
  margin-bottom:7px;
}
.about-image-label strong{font-size:20px;line-height:1.15}

.about-copy h2{font-size:34px;margin:10px 0 18px}
.about-copy p{font-size:13px;color:var(--muted);line-height:1.75}

.mission-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.mission-card{
  border:1px solid var(--line);
  border-radius:17px;
  padding:36px;
  background:#fff;
}
.mission-card-dark{
  background:linear-gradient(125deg,#202768,#394296);
  border-color:transparent;
  color:#fff;
}
.mission-icon{font-size:31px;margin-bottom:18px}
.mission-card h2{font-size:24px;line-height:1.2;margin:12px 0}
.mission-card p{font-size:12px;line-height:1.7;color:var(--muted)}
.mission-card-dark p{color:#e4e6f4}

.values-section h2{font-size:32px;margin:10px 0}
.section-lead{
  max-width:650px;margin:0 auto 32px;
  font-size:13px;line-height:1.7;color:var(--muted);
}
.values-cards{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
  text-align:left;
}
.values-cards article{
  border:1px solid var(--line);
  border-radius:14px;
  padding:24px 19px;
  background:#fff;
  transition:.2s;
}
.values-cards article:hover{
  transform:translateY(-4px);
  box-shadow:0 12px 28px #18203b12;
}
.value-card-icon{font-size:28px;margin-bottom:18px}
.values-cards h3{font-size:15px;margin:0 0 9px}
.values-cards p{font-size:11px;line-height:1.65;color:var(--muted);margin:0}

.principles-story{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:55px;
  align-items:stretch;
}
.principles-copy h2{font-size:32px;line-height:1.15;margin:11px 0 16px}
.principles-copy>p{font-size:13px;line-height:1.7;color:var(--muted);max-width:650px}
.principles-list{display:grid;gap:12px;margin-top:26px}
.principles-list div{
  display:grid;
  grid-template-columns:30px 1fr;
  column-gap:9px;
  align-items:center;
  border-bottom:1px solid var(--line);
  padding:8px 0 12px;
}
.principles-list span{
  grid-row:span 2;
  width:27px;height:27px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:#eef0fb;color:var(--blue);font-weight:900;
}
.principles-list strong{font-size:12px}
.principles-list small{font-size:10px;color:var(--muted);margin-top:3px}

.principles-visual{
  min-height:390px;
  border-radius:20px;
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(135deg,rgba(31,38,103,.93),rgba(52,61,147,.88)),
    url("images/hero-dairy.webp") center/cover;
  display:flex;
  align-items:flex-end;
  padding:34px;
}
.principles-visual-glow{
  position:absolute;
  width:260px;height:260px;right:-70px;top:-70px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 0 80px rgba(255,255,255,.08);
}
.principles-quote{
  position:relative;
  max-width:430px;
  color:#fff;
  font-size:27px;
  font-weight:800;
  line-height:1.2;
}

.about-cta{
  margin:0 5% 80px;
  padding:42px 6%;
  border-radius:18px;
  background:linear-gradient(110deg,#202768,#343d93);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
}
.about-cta h2{font-size:31px;margin:9px 0}
.about-cta p{max-width:680px;color:#e2e5f7;font-size:12px;line-height:1.65;margin:0}
.about-cta .quote{background:#fff;color:var(--blue);white-space:nowrap}

@media(max-width:1050px){
  .values-cards{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:800px){
  .about-hero,.about-intro,.mission-grid,.principles-story{grid-template-columns:1fr}
  .about-hero{gap:30px}
  .about-hero-visual{min-height:210px}
  .about-intro-image{height:330px}
  .values-cards{grid-template-columns:1fr 1fr}
  .about-cta{flex-direction:column;align-items:flex-start}
}
@media(max-width:520px){
  .values-cards{grid-template-columns:1fr}
  .about-hero-stats{display:grid;grid-template-columns:1fr}
}

/* =========================================================
   V43 — Carrito de cotización
   ========================================================= */
.quote-nav{
  display:inline-flex!important;
  align-items:center;
  gap:6px;
  white-space:nowrap;
}
.quote-nav span{
  min-width:20px;height:20px;padding:0 5px;border-radius:99px;
  background:#fff;color:#202768;
  display:inline-flex;align-items:center;justify-content:center;
  font-size:10px;font-weight:900;
}
.quote-nav.active{color:#fff!important}
.quote-add-product{
  margin-top:15px;border:0;border-radius:9px;
  padding:11px 15px;background:#202768;color:#fff;
  font:inherit;font-size:11px;font-weight:800;cursor:pointer;
  transition:.2s;
}
.quote-add-product:hover,.quote-add-product.added{background:#34419a;transform:translateY(-1px)}
.quote-cart-hint{
  margin:25px 5% 55px;padding:18px 22px;border-radius:14px;
  background:#f1f3fb;border:1px solid #dfe3f1;
  display:flex;align-items:center;gap:14px;
}
.quote-cart-hint>span{font-size:27px}
.quote-cart-hint div{flex:1}.quote-cart-hint strong{display:block;font-size:13px}
.quote-cart-hint small{display:block;color:#737991;font-size:10px;margin-top:4px}
.quote-cart-hint a{font-size:11px;font-weight:800;color:#202768;text-decoration:none}

.quote-hero{max-width:none}
.quote-hero h1{max-width:780px}
.quote-section{max-width:1100px;margin:65px auto 100px;padding:0 5%}
.quote-section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px}
.quote-section-head h2{font-size:30px;margin:7px 0 0}
.quote-section-head>strong{font-size:12px;color:#666e86}
.quote-empty{text-align:center;border:1px dashed #d6daea;border-radius:18px;padding:65px 25px;background:#fafbfe}
.quote-empty>div{font-size:40px}.quote-empty h3{font-size:19px;margin:12px 0 6px}.quote-empty p{font-size:12px;color:#737991;margin-bottom:22px}
.quote-list{display:grid;gap:12px}
.quote-item{
  display:flex;align-items:center;justify-content:space-between;gap:25px;
  padding:22px;border:1px solid #e1e4ee;border-radius:14px;background:#fff;
}
.quote-item-info{flex:1}.quote-item-info>span{font-size:9px;text-transform:uppercase;letter-spacing:1.2px;color:#6d7390;font-weight:900}
.quote-item-info h3{font-size:16px;margin:6px 0}.quote-item-info p{font-size:11px;color:#737991;margin:0;line-height:1.5}
.quote-item-actions{display:flex;align-items:center;gap:8px}
.quote-item-actions button:not(.quote-remove){width:28px;height:28px;border:1px solid #d9dcea;background:#fff;border-radius:7px;cursor:pointer;font-weight:800}
.quote-item-actions strong{min-width:18px;text-align:center}
.quote-remove{border:0;background:none;color:#b13b4b;font-size:10px;cursor:pointer;margin-left:12px}
.quote-form{margin-top:28px;padding:30px;border-radius:18px;background:#f4f5fb;border:1px solid #e0e3ef}
.quote-form-title h2{font-size:25px;margin:7px 0 20px}
.quote-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.quote-form label{font-size:10px;font-weight:800;color:#51586f}
.quote-form input,.quote-form textarea{
  display:block;width:100%;box-sizing:border-box;margin-top:6px;
  border:1px solid #d8dcea;border-radius:8px;background:#fff;padding:12px;
  font:inherit;font-size:11px;outline:none;
}
.quote-form input:focus,.quote-form textarea:focus{border-color:#5664b8}
.quote-form label.full{grid-column:1/-1}
.quote-form-actions{display:flex;gap:12px;align-items:center;margin-top:18px}
.quote-send{border:0;border-radius:9px;padding:13px 18px;background:#202768;color:#fff;font:inherit;font-size:11px;font-weight:800;cursor:pointer}
.quote-clear{border:0;background:none;color:#777d91;font:inherit;font-size:10px;cursor:pointer}
#quote-toast{
  position:fixed;right:25px;bottom:25px;z-index:9999;
  padding:13px 17px;border-radius:10px;background:#202768;color:#fff;
  font-size:11px;font-weight:800;box-shadow:0 12px 30px #11152d30;
  transform:translateY(20px);opacity:0;pointer-events:none;transition:.2s;
}
#quote-toast.show{transform:translateY(0);opacity:1}
@media(max-width:700px){
  .quote-item{align-items:flex-start;flex-direction:column}
  .quote-item-actions{width:100%;justify-content:flex-start}
  .quote-form-grid{grid-template-columns:1fr}
  .quote-form label.full{grid-column:auto}
  .quote-form-actions{flex-direction:column;align-items:flex-start}
  .quote-cart-hint{align-items:flex-start;flex-wrap:wrap}
}

/* =========================================================
   V45 — Cotización: header consistente + hero visual
   ========================================================= */

/* Exact same nav geometry as the main site; the cart badge stays compact. */
.header .quote-nav-cart{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:6px;
  white-space:nowrap;
  padding:10px 14px!important;
  line-height:1!important;
}
.header .quote-nav-cart span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:19px;
  height:19px;
  padding:0 4px;
  border-radius:999px;
  background:#fff;
  color:var(--blue);
  font-size:9px;
  font-weight:900;
  box-sizing:border-box;
}

/* Quote page hero */
.quote-page-hero{
  position:relative;
  overflow:hidden;
  min-height:300px;
  padding:58px 7%;
  display:flex;
  align-items:center;
  color:#fff;
  background:#202768;
}
.quote-page-hero-bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(95deg,rgba(25,31,91,.96),rgba(32,39,104,.86) 48%,rgba(32,39,104,.70)),
    url("images/hero-dairy.webp") center/cover no-repeat;
  filter:saturate(.82);
  transform:scale(1.035);
}
.quote-page-hero::after{
  content:"";
  position:absolute;
  right:-90px;
  top:-100px;
  width:380px;
  height:380px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 0 85px rgba(255,255,255,.08);
}
.quote-page-hero-content{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:270px 1fr;
  gap:42px;
  align-items:center;
}
.quote-page-hero-logo{
  min-height:185px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:22px;
  background:rgba(255,255,255,.07);
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 0 40px rgba(255,255,255,.07);
}
.quote-page-hero-logo img{
  width:205px;
  max-height:105px;
  object-fit:contain;
  background:#fff;
  border-radius:9px;
  padding:7px 10px;
  filter:drop-shadow(0 0 14px rgba(255,255,255,.35));
}

/* Keep quotation content aligned to the same max-width as the site. */
.quote-section{
  max-width:1120px!important;
  margin:62px auto 95px!important;
  padding:0 5%!important;
}
.quote-section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:24px;
}
.quote-section-head h2{font-size:30px;margin:7px 0 0}
.quote-section-head>strong{font-size:12px;color:#666e86;white-space:nowrap}
.quote-item{
  flex-wrap:wrap;
}
.quote-item-actions{
  flex-wrap:wrap;
}
@media(max-width:900px){
  .quote-page-hero-content{grid-template-columns:1fr;gap:25px}
  .quote-page-hero-logo{width:240px;min-height:150px}
}
@media(max-width:760px){
  .header .quote-nav-cart{padding:9px 11px!important;font-size:10px}
  .quote-page-hero{padding:45px 6%}
  .quote-section{padding:0 6%!important}
}

/* V46 — estado activo de Cotización */
.header nav a.quote-nav.active{
  color:var(--blue)!important;
  position:relative;
}
.header nav a.quote-nav.active::after{
  content:"";
  position:absolute;
  left:12px;right:12px;bottom:-8px;height:3px;
  border-radius:3px;background:var(--blue);
}

/* V47 — Tarjetas de productos: toda la tarjeta abre la ficha */
.product-card-clickable{
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height:100%;
}
.product-card-main{
  display:block;
  color:inherit;
  text-decoration:none;
}
.product-card-main:hover{color:inherit}
.product-card-clickable .card-image img{
  transition:transform .25s ease;
}
.product-card-clickable:hover .card-image img{
  transform:scale(1.025);
}
.product-card-clickable .card-body{
  padding-bottom:10px;
}
.card-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:0 16px 16px;
  margin-top:auto;
}
.quote-card-btn{
  border:0;
  border-radius:8px;
  padding:9px 11px;
  background:#202768;
  color:#fff;
  font:inherit;
  font-size:10px;
  font-weight:800;
  cursor:pointer;
  white-space:nowrap;
}
.quote-card-btn:hover{background:#34419a}
.product-card-main:focus-visible{
  outline:3px solid #7f8ce0;
  outline-offset:-3px;
}

/* =========================================================
   V48 — Optimización móvil completa
   ========================================================= */

*{box-sizing:border-box}
html{overflow-x:hidden}
body{overflow-x:hidden;-webkit-text-size-adjust:100%}
img{max-width:100%}

/* Header móvil */
@media(max-width:760px){
  .header{
    height:72px!important;
    padding:0 16px!important;
    gap:10px!important;
    position:sticky;
    top:0;
    z-index:100;
  }
  .brand{
    width:145px!important;
    height:58px!important;
    flex:0 0 145px;
  }
  .menu{
    display:block!important;
    width:44px;
    height:44px;
    margin-left:auto!important;
    border-radius:10px;
    color:var(--blue);
    background:#f0f2fa;
    font-size:0;
  }
  .menu::before{
    content:"☰";
    font-size:24px;
    line-height:1;
  }
  .header nav{
    position:absolute!important;
    top:72px!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    height:auto!important;
    padding:12px 16px 18px!important;
    display:none!important;
    flex-direction:column!important;
    gap:3px!important;
    background:#fff!important;
    border-bottom:1px solid var(--line);
    box-shadow:0 14px 35px rgba(20,27,65,.12);
    z-index:99;
  }
  .header nav.open{display:flex!important}
  .header nav a{
    width:100%!important;
    min-height:46px;
    padding:0 13px!important;
    border-radius:9px;
    justify-content:flex-start;
    font-size:12px!important;
  }
  .header nav a.active{
    background:#eef0fb;
  }
  .header nav a.active:after,
  .header nav a.quote-nav.active:after{
    left:auto!important;
    right:12px!important;
    bottom:50%!important;
    transform:translateY(50%);
    width:4px!important;
    height:22px!important;
    border-radius:8px!important;
  }
  .header>.quote{display:none!important}
  .header .quote-nav{
    display:flex!important;
    align-items:center;
    justify-content:flex-start!important;
    background:#202768!important;
    color:#fff!important;
    margin-top:6px;
  }
  .header .quote-nav span{
    margin-left:auto;
    background:#fff!important;
    color:#202768!important;
  }
}

/* Contenido general */
@media(max-width:760px){
  .section{
    padding:48px 6%!important;
  }
  .section-title{
    display:block!important;
  }
  .section-title>p{
    margin-top:12px;
  }

  .hero{
    height:auto!important;
    min-height:610px;
  }
  .hero-content{
    padding:76px 7% 70px!important;
  }
  .hero h1{
    font-size:39px!important;
    line-height:1.04!important;
    letter-spacing:-1px!important;
  }
  .hero p{
    font-size:14px!important;
    line-height:1.6!important;
  }
  .actions{
    width:100%;
    gap:10px!important;
  }
  .actions .quote,.actions .outline{
    width:100%;
  }
  .hero-trust{
    display:grid;
    gap:10px;
    margin-top:26px;
  }
  .stats{
    grid-template-columns:1fr 1fr!important;
  }
  .stats>div{
    padding:19px 10px!important;
  }
  .stats strong{
    font-size:25px!important;
  }
  .stats span{
    font-size:9px!important;
  }

  .feature-grid,
  .products,
  .service-grid{
    grid-template-columns:1fr!important;
  }
  .feature{
    padding:21px!important;
  }
  .feature h3{
    margin-top:14px!important;
  }

  .products{
    gap:14px!important;
  }
  .card-image{
    height:205px!important;
  }
  .card-body{
    padding:14px!important;
  }
  .card h3{
    font-size:15px!important;
  }
  .card p{
    font-size:11px!important;
    min-height:auto!important;
  }
  .card-actions{
    padding:0 14px 14px!important;
    flex-wrap:wrap;
  }
  .quote-card-btn{
    flex:1;
    min-height:40px;
  }
  .more{
    font-size:10px;
  }

  .custom{
    margin:0 5% 55px!important;
    padding:38px 7%!important;
    border-radius:16px!important;
    display:block!important;
  }
  .custom-copy h2{
    font-size:30px!important;
    line-height:1.12!important;
  }
  .custom-copy p{
    font-size:12px!important;
  }
  .custom-brand-box{
    width:100%!important;
    height:170px!important;
    min-height:170px!important;
    margin-top:28px!important;
    border-radius:18px!important;
  }
  .custom-brand-box img{
    width:210px!important;
    max-height:88px!important;
  }

  .page-hero{
    padding:58px 7%!important;
  }
  .page-hero h1{
    font-size:35px!important;
    line-height:1.08!important;
  }
  .page-hero p{
    font-size:13px!important;
  }

  .solution-grid,
  .service-large-grid{
    grid-template-columns:1fr!important;
  }
  .solution-grid article,
  .service-large-grid article{
    padding:25px!important;
  }

  .page-hero-split{
    min-height:auto!important;
    padding:52px 7%!important;
  }
  .page-hero-logo{
    width:100%!important;
    height:150px!important;
    margin-top:10px;
  }

  /* Nosotros */
  .about-hero{
    min-height:auto!important;
    padding:55px 7%!important;
  }
  .about-hero h1{
    font-size:36px!important;
  }
  .about-hero-visual{
    min-height:200px!important;
  }
  .about-intro{
    gap:32px!important;
  }
  .about-intro-image{
    height:300px!important;
  }
  .about-copy h2{
    font-size:29px!important;
  }
  .mission-card{
    padding:27px!important;
  }
  .values-cards{
    grid-template-columns:1fr!important;
  }
  .principles-story{
    gap:30px!important;
  }
  .principles-visual{
    min-height:285px!important;
    padding:25px!important;
  }
  .principles-quote{
    font-size:23px!important;
  }
  .about-cta{
    margin:0 5% 55px!important;
    padding:32px 7%!important;
  }
  .about-cta h2{
    font-size:28px!important;
  }

  /* Contacto */
  .contact{
    margin:0 5% 55px!important;
    padding:36px 7%!important;
    display:block!important;
  }
  .contact h2{
    font-size:31px!important;
  }
  .contact form{
    margin-top:28px;
    padding:20px!important;
  }
  .contact form .quote{
    min-height:46px;
  }

  /* Cotización */
  .quote-page-hero{
    min-height:410px!important;
    padding:42px 6%!important;
  }
  .quote-page-hero-content{
    display:block!important;
  }
  .quote-page-hero-logo{
    width:100%!important;
    min-height:145px!important;
    margin-bottom:24px;
  }
  .quote-page-hero-logo img{
    width:205px!important;
  }
  .quote-page-hero-content h1{
    font-size:34px!important;
    line-height:1.08!important;
  }
  .quote-page-hero-content p{
    font-size:12px!important;
    line-height:1.65!important;
  }
  .quote-section{
    margin:45px auto 65px!important;
    padding:0 6%!important;
  }
  .quote-section-head{
    align-items:flex-start!important;
    flex-direction:column;
    gap:8px;
  }
  .quote-section-head h2{
    font-size:27px!important;
  }
  .quote-item{
    align-items:flex-start!important;
    padding:18px!important;
  }
  .quote-item-info h3{
    font-size:15px!important;
  }
  .quote-item-actions{
    width:100%!important;
  }
  .quote-remove{
    margin-left:auto!important;
  }
  .quote-form{
    padding:22px!important;
  }
  .quote-form-title h2{
    font-size:23px!important;
  }
  .quote-send{
    width:100%;
    min-height:46px;
  }
  .quote-clear{
    width:100%;
    min-height:40px;
  }

  /* Ficha individual de producto */
  .detail-layout{
    grid-template-columns:1fr!important;
    gap:24px!important;
  }
  .detail-photo{
    height:310px!important;
    border-radius:16px!important;
  }
  .detail-info h1{
    font-size:31px!important;
    line-height:1.1!important;
  }
  .detail-info p{
    font-size:12px!important;
    line-height:1.65!important;
  }
  .detail-actions{
    flex-direction:column!important;
    align-items:stretch!important;
  }
  .detail-actions .quote,
  .detail-actions .outline{
    width:100%!important;
  }
  .detail-cards{
    grid-template-columns:1fr!important;
  }

  footer{
    grid-template-columns:1fr!important;
    gap:28px!important;
    padding:40px 7%!important;
  }
  .copyright{
    padding:14px 6%!important;
    text-align:center;
    line-height:1.5;
  }
}

/* Very small phones */
@media(max-width:420px){
  .brand{
    width:132px!important;
    flex-basis:132px;
  }
  .hero h1{
    font-size:34px!important;
  }
  .page-hero h1{
    font-size:31px!important;
  }
  .card-image{
    height:185px!important;
  }
  .hero{
    min-height:575px;
  }
}

/* V49 — Footer de contacto más visual */
.footer-contact-item{
  display:flex;
  align-items:flex-start;
  gap:9px;
  margin:9px 0;
  color:#d9dced;
  font-size:11px;
  line-height:1.5;
}
.footer-contact-icon{
  flex:0 0 24px;
  width:24px;
  height:24px;
  border-radius:8px;
  background:rgba(112,124,207,.20);
  color:#9aa8ee;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  box-shadow:inset 0 0 0 1px rgba(154,168,238,.10);
}
@media(max-width:760px){
  .footer-contact-item{
    font-size:11px;
    margin:10px 0;
  }
  .footer-contact-icon{
    width:26px;
    height:26px;
    flex-basis:26px;
  }
}

/* V50 — Iconos para navegación del footer */
footer>div:nth-child(2)>a{
  display:flex!important;
  align-items:center;
  gap:9px;
  width:max-content;
  margin:7px 0;
  color:#d9dced;
}
.footer-nav-icon{
  width:24px;
  height:24px;
  flex:0 0 24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:7px;
  background:rgba(112,124,207,.18);
  color:#9aa8ee;
  font-size:13px;
  line-height:1;
  box-shadow:inset 0 0 0 1px rgba(154,168,238,.10);
}
footer>div:nth-child(2)>a:hover{
  color:#fff;
}
footer>div:nth-child(2)>a:hover .footer-nav-icon{
  background:rgba(112,124,207,.28);
  color:#b7c2ff;
}
@media(max-width:760px){
  footer>div:nth-child(2)>a{
    width:100%;
    margin:8px 0;
  }
}

/* V51 — Dirección del footer abre Google Maps */
.footer-contact-link{
  display:flex;
  align-items:flex-start;
  gap:9px;
  color:#d9dced;
  text-decoration:none;
  width:100%;
}
.footer-contact-link:hover{
  color:#fff;
}
.footer-contact-link:hover .footer-contact-icon{
  background:rgba(112,124,207,.30);
  color:#b7c2ff;
}

/* V53 — Portafolio ampliado */
.feature-grid{align-items:stretch}
.feature{display:flex;flex-direction:column}
.feature span:last-child{margin-top:auto}
.feature-icon{font-size:32px;line-height:1;margin-bottom:9px}
@media(max-width:1100px){.feature-grid{grid-template-columns:repeat(3,1fr)!important}}
@media(max-width:760px){.feature-grid{grid-template-columns:1fr!important}}
