/* =========================================================
   DISAE - Estilo visual tipo landing comercial / Marketing Visual
   Base: negro, blanco y dorado. Más aire, imágenes grandes,
   animaciones suaves, filtros, lightbox y formularios B2B.
   ========================================================= */

:root {
  --black: #030303;
  --black-2: #08090c;
  --ink: #111318;
  --dark: #0c1016;
  --soft: #f4f4f1;
  --soft-2: #ededeb;
  --white: #ffffff;
  --yellow: #ffd200;
  --yellow-2: #f2b900;
  --green: #22c55e;
  --muted: rgba(17, 19, 24, .68);
  --muted-light: rgba(255,255,255,.72);
  --line: rgba(255,255,255,.14);
  --line-dark: rgba(0,0,0,.1);
  --container: 1180px;
  --shadow: 0 28px 70px rgba(0,0,0,.18);
  --shadow-dark: 0 32px 90px rgba(0,0,0,.48);
  --radius-lg: 30px;
  --radius-md: 20px;
  --font: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
  overflow-x: hidden;
}
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.container { width: min(100% - 32px, var(--container)); margin: 0 auto; }
section { scroll-margin-top: 92px; }

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  color: var(--white);
  background: linear-gradient(180deg, rgba(0,0,0,.88), rgba(0,0,0,.10));
  transition: background .35s ease, box-shadow .35s ease, backdrop-filter .35s ease;
}
.site-header.is-scrolled {
  background: rgba(0,0,0,.92);
  box-shadow: 0 18px 50px rgba(0,0,0,.38);
  backdrop-filter: blur(14px);
}
.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}
.site-logo img { width: 156px; height: auto; object-fit: contain; }
.site-nav { display: flex; gap: 25px; align-items: center; }
.site-nav a {
  color: rgba(255,255,255,.88);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .045em;
  position: relative;
  transition: color .25s ease;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: var(--yellow);
  transition: width .25s ease;
}
.site-nav a:hover { color: var(--yellow); }
.site-nav a:hover::after { width: 100%; }
.header-contact { display: flex; flex-direction: column; text-align: right; font-size: .82rem; font-weight: 900; line-height: 1.15; }
.header-contact span { font-size: .68rem; color: rgba(255,255,255,.68); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.08); color: #fff; font-size: 1.55rem; cursor: pointer; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 24px;
  border: 1px solid transparent;
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}
.btn:hover { transform: translateY(-3px); }
.btn-primary { background: var(--yellow); color: #111; box-shadow: 0 18px 42px rgba(255,210,0,.22); }
.btn-dark { background: #000; color: #fff; }
.btn-outline { color: #fff; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.04); }
.btn-outline:hover { background: var(--white); color: #111; }
.btn-whatsapp { background: var(--green); color: #fff; box-shadow: 0 18px 40px rgba(34,197,94,.25); }

/* Shared typography */
.kicker {
  display: inline-flex;
  color: var(--yellow);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .19em;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.section-head { text-align: center; max-width: 780px; margin: 0 auto 46px; }
.section-head h2,
.section-title h2 {
  font-size: clamp(2.1rem, 4.2vw, 4.6rem);
  line-height: .94;
  text-transform: uppercase;
  letter-spacing: -.065em;
}
.section-head p,
.section-title p { color: var(--muted); margin-top: 15px; font-size: .98rem; }
.mark,
.section-title span,
.section-head .mark {
  display: inline-block;
  background: var(--white);
  color: #000;
  padding: .02em .16em .04em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.mark-yellow { display: inline-block; background: var(--yellow); color: #000; padding: .02em .16em .04em; }
.dark-section .mark { background: var(--white); color: #000; }

/* Animations */
.reveal, .reveal-left, .reveal-right { opacity: 1; transform: none; transition: transform .55s ease, opacity .55s ease; }
.reveal.is-visible, .reveal-left.is-visible, .reveal-right.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }
.delay-3 { transition-delay: .32s; }
@keyframes floatVisual { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes shineLine { 0% { transform: translateX(-120%); } 100% { transform: translateX(120%); } }
@keyframes slideInRight { 0% { opacity: 0; transform: translateX(80px); } 100% { opacity: 1; transform: translateX(0); } }

/* Hero */
.visual-hero {
  min-height: 94vh;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 8%, rgba(255,210,0,.18), transparent 32%),
    linear-gradient(135deg, #030303 0%, #0b1017 58%, #060606 100%);
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding: 110px 0 66px;
}
.visual-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0 56%, rgba(255,210,0,.16) 56.25%, transparent 56.9% 100%);
  opacity: .75;
  pointer-events: none;
}
.visual-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,210,0,.8), transparent);
}
.hero-split,
.hero-product-layout {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 46px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.index-hero .hero-split { grid-template-columns: 1fr 1fr; gap: 34px; }
.hero-copy h1 {
  font-size: clamp(2.5rem, 5.4vw, 6.2rem);
  line-height: .92;
  letter-spacing: -.075em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.hero-copy p { color: rgba(255,255,255,.74); max-width: 560px; margin-bottom: 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-visual-card {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,210,0,.22);
  box-shadow: var(--shadow-dark);
  transform: translateZ(0);
  transition: transform .45s ease, border-color .45s ease;
}
.hero-visual-card:hover { transform: translateY(-8px); border-color: rgba(255,210,0,.55); }
.hero-visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 42%, rgba(255,255,255,.16), transparent 58% 100%);
  transform: translateX(-120%);
  animation: shineLine 6s ease-in-out infinite;
}
.hero-visual-card img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; transition: transform .7s ease; }
.hero-visual-card:hover img { transform: scale(1.045); }
.hero-visual-card.merch img { object-position: center center; background: #f7f0df; }
.hero-tile-label {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  color: #111;
  background: var(--yellow);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.index-hero .hero-actions { justify-content: center; margin-top: 28px; grid-column: 1/-1; }
.index-hero .hero-split { align-items: stretch; }
.index-hero .hero-visual-card { min-height: 520px; }
.index-hero .hero-visual-card img { min-height: 520px; }

/* line cards */
.business-lines { padding: 74px 0 64px; background: #fff; }
.business-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.business-card {
  min-height: 390px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow);
  transition: transform .35s ease, box-shadow .35s ease;
  overflow: hidden;
  position: relative;
}
.business-card:hover { transform: translateY(-8px); box-shadow: 0 36px 90px rgba(0,0,0,.22); }
.business-card-dark { color: #fff; background: linear-gradient(135deg, #0b1017, #050505); border: 1px solid rgba(255,210,0,.25); }
.business-card-light { background: linear-gradient(135deg, #fff, #fffaf0); border: 1px solid rgba(255,210,0,.28); }
.business-card::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 82% 16%, rgba(255,210,0,.2), transparent 32%); pointer-events:none; }
.business-card-top, .business-card-body, .business-card small { position: relative; z-index:1; }
.business-logo { width: min(100%, 330px); height: 120px; object-fit: contain; object-position: left center; margin-bottom: 22px; }
.business-card span { color: var(--yellow); font-weight: 900; font-size: .76rem; text-transform: uppercase; letter-spacing: .14em; }
.business-card h2 { font-size: clamp(2rem, 3vw, 3rem); line-height: 1; letter-spacing: -.055em; margin: 12px 0; }
.business-card p { max-width: 500px; color: inherit; opacity: .76; }
.business-card small { margin-top: 24px; display: inline-block; font-weight: 900; text-transform: uppercase; font-size: .78rem; }

/* More services / quick access */
.more-services { padding: 74px 0; background: var(--soft); }
.quick-grid, .mini-service-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.quick-card, .mini-service {
  background: #fff;
  min-height: 210px;
  padding: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
  border-top: 4px solid var(--yellow);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .28s ease, box-shadow .28s ease;
  overflow: hidden;
}
.quick-card:hover, .mini-service:hover { transform: translateY(-8px); box-shadow: 0 28px 58px rgba(0,0,0,.14); }
.quick-card img, .mini-service img { width: 100%; height: 130px; object-fit: contain; transform: scale(1.02); transition: transform .35s ease; }
.quick-card:hover img, .mini-service:hover img { transform: scale(1.1); }
.quick-card strong, .mini-service strong { font-size: .86rem; text-align: center; }

/* Services sections */
.services { padding: 88px 0; }
.services.alt-bg { background: var(--soft); }
.service-carousel { max-width: 1040px; margin: 0 auto; position: relative; min-height: 430px; overflow: hidden; }
.solution-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: .95fr 1fr;
  gap: 36px;
  align-items: center;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 26px;
  opacity: 0;
  transform: translateX(80px);
  pointer-events: none;
  transition: opacity .75s ease, transform .75s ease;
}
.solution-slide.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  z-index: 2;
}
.solution-slide img { height: 350px; object-fit: cover; background: #111; }
.solution-copy span, .service-copy span, .application-card span { color: var(--yellow-2); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.solution-copy h3 { font-size: clamp(2.2rem, 4vw, 4.8rem); line-height: .92; letter-spacing: -.07em; margin: 10px 0 16px; }
.solution-copy p { color: var(--muted); margin-bottom: 20px; }
.service-row { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 48px; margin: 76px 0; }
.service-row-reverse .service-media { order: 2; }
.service-row-reverse .service-copy { order: 1; text-align: right; }
.service-media { background: var(--soft); min-height: 360px; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.service-media img { height: 360px; object-fit: cover; transition: transform .5s ease; }
.service-media:hover img { transform: scale(1.06); }
.service-copy h3 { font-size: clamp(2rem, 4vw, 4.6rem); line-height: .92; letter-spacing: -.065em; margin: 8px 0 16px; }
.service-copy p { color: var(--muted); margin-bottom: 18px; }
.text-link { display:inline-flex; background:#000; color:#fff; padding: 9px 14px; font-size:.72rem; font-weight:900; text-transform: uppercase; letter-spacing:.04em; }

/* Technology grid */
.tech-section { padding: 80px 0; background: var(--soft); }
.tech-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.tech-item { background: #fff; padding: 22px 14px; text-align: center; min-height: 76px; display:flex; align-items:center; justify-content:center; font-weight: 900; border-top: 4px solid var(--yellow); box-shadow: 0 16px 35px rgba(0,0,0,.07); transition: transform .25s ease; }
.tech-item:hover { transform: translateY(-7px); }

/* Brochure web section */
.dark-section { color: #fff; background: radial-gradient(circle at 5% 12%, rgba(255,210,0,.16), transparent 28%), linear-gradient(135deg, #050505, #111821); }
.spec-section { padding: 90px 0; overflow: hidden; }
.spec-hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 42px; align-items: stretch; margin-bottom: 30px; }
.spec-copy { border: 1px solid rgba(255,210,0,.22); padding: 46px; min-height: 430px; display:flex; flex-direction: column; justify-content:center; position: relative; overflow:hidden; }
.spec-copy::after { content:""; position:absolute; inset: auto 0 0; height:1px; background:linear-gradient(90deg, transparent, var(--yellow), transparent); }
.spec-copy h2 { font-size: clamp(2.6rem, 5vw, 5.9rem); line-height: .92; letter-spacing: -.075em; text-transform: uppercase; margin-bottom: 20px; }
.spec-copy p { max-width: 600px; color: var(--muted-light); }
.spec-copy .benefit-icons { display:flex; flex-wrap: wrap; gap: 16px; margin-top: 28px; }
.spec-copy .benefit-icons span { border:1px solid rgba(255,255,255,.17); padding: 10px 14px; font-weight:900; font-size:.78rem; text-transform:uppercase; }
.spec-product { display:flex; align-items:center; justify-content:center; border:1px solid rgba(255,210,0,.22); background: rgba(255,255,255,.03); overflow:hidden; }
.spec-product img { height: 430px; object-fit: contain; animation: floatVisual 5s ease-in-out infinite; }
.solution-types { display:grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 28px; }
.solution-type { border:1px solid rgba(255,210,0,.22); background: rgba(255,255,255,.035); min-height: 180px; padding: 18px; display:flex; flex-direction:column; justify-content:space-between; transition: transform .28s ease; }
.solution-type:hover { transform: translateY(-8px); }
.solution-type img { height: 110px; object-fit: contain; }
.solution-type strong { font-size:.82rem; text-transform:uppercase; }
.spec-grid { display:grid; grid-template-columns: 1.1fr .9fr; gap: 26px; }
.spec-list { display:grid; gap: 12px; }
.spec-item { display:grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 22px; background: rgba(255,255,255,.045); border-left: 4px solid var(--yellow); }
.spec-number { width:38px; height:38px; display:flex; align-items:center; justify-content:center; border-radius:50%; background:var(--yellow); color:#111; font-weight:900; }
.spec-item h3 { color: var(--yellow); font-size: 1.05rem; text-transform: uppercase; margin-bottom: 6px; }
.spec-item p { color: var(--muted-light); font-size:.92rem; }
.spec-side { display:grid; gap: 18px; }
.spec-panel { border:1px solid rgba(255,210,0,.22); background: rgba(255,255,255,.035); padding: 30px; }
.spec-panel h3 { color: var(--yellow); font-size: 1.5rem; text-transform: uppercase; margin-bottom: 12px; }
.spec-panel ul { padding-left: 18px; color: var(--muted-light); }
.benefit-grid { display:grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-top: 28px; }
.benefit-card { border:1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.035); min-height: 120px; padding: 16px 10px; text-align:center; display:flex; flex-direction:column; justify-content:center; gap:8px; font-size:.76rem; font-weight:900; text-transform:uppercase; }
.benefit-card b { font-size: 1.8rem; color: var(--yellow); }

/* Gallery */
.gallery-section { padding: 92px 0; background: radial-gradient(circle at 10% 0%, rgba(255,210,0,.15), transparent 26%), linear-gradient(135deg, #060606, #101821); color: #fff; }
.gallery-filters { display:flex; justify-content:center; flex-wrap:wrap; gap: 10px; margin-bottom: 34px; }
.filter-btn { border:1px solid rgba(255,210,0,.38); background: rgba(255,255,255,.05); color:#fff; padding: 9px 14px; border-radius: 999px; font-size:.72rem; font-weight:900; text-transform:uppercase; cursor:pointer; transition:.25s ease; }
.filter-btn.active, .filter-btn:hover { background: var(--yellow); color:#111; }
.gallery-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap: 18px; visibility: visible !important; opacity: 1 !important; transform: none !important; }
.gallery-item { background: rgba(255,255,255,.045); border: 1px solid rgba(255,210,0,.18); overflow:hidden; cursor:pointer; min-height: 320px; display:flex; flex-direction:column; transition: transform .3s ease, border-color .3s ease; }
.gallery-item:hover { transform: translateY(-8px); border-color: rgba(255,210,0,.55); }
.gallery-item.featured { grid-column: span 2; min-height: 420px; }
.gallery-media { flex:1; min-height: 230px; display:flex; align-items:center; justify-content:center; background: radial-gradient(circle, rgba(255,210,0,.10), transparent 54%); }
.gallery-item img { width:100%; height:100%; object-fit: contain; padding: 16px; transition: transform .4s ease; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item.featured .gallery-media { min-height: 330px; }
.gallery-caption { padding: 16px 18px 18px; border-top:1px solid rgba(255,210,0,.15); }
.gallery-caption span { color: var(--yellow); font-size:.68rem; text-transform:uppercase; font-weight:900; letter-spacing:.12em; }
.gallery-caption h3 { font-size: 1rem; margin-top:4px; }
.gallery-note { display:flex; justify-content: space-between; align-items:center; gap:18px; margin-top: 24px; padding: 20px 24px; border:1px solid rgba(255,210,0,.22); background: rgba(255,255,255,.04); }

/* Applications / process */
.applications { padding: 90px 0; background: #fff; }
.applications-grid { display:grid; grid-template-columns: 1.15fr .85fr; gap: 24px; align-items: stretch; }
.application-card { background: var(--soft); padding: 22px; display:grid; grid-template-columns: 170px 1fr; gap: 22px; align-items: center; min-height: 235px; overflow: visible; }
.application-card-large { grid-row: span 2; display:flex; flex-direction:column; align-items:flex-start; }
.application-card img { width: 100%; height: 160px; object-fit: contain; background:#fff; }
.application-card-large img { width:100%; height: 360px; object-fit: cover; margin-bottom: 22px; background:#000; }
.application-card h3 { font-size: clamp(1.55rem, 2.4vw, 3rem); line-height: 1; letter-spacing: -.05em; margin: 8px 0 8px; }
.application-card p { color: var(--muted); }
.process-section { padding: 90px 0; background: var(--soft); }
.process-grid { display:grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.process-card { background:#fff; min-height: 210px; padding: 24px; border-top: 4px solid var(--yellow); box-shadow: 0 18px 40px rgba(0,0,0,.07); transition: transform .28s ease; }
.process-card:hover { transform: translateY(-8px); }
.process-card b { color:var(--yellow); font-size:1.6rem; display:block; margin-bottom: 18px; }
.process-card h3 { line-height:1.1; margin-bottom: 10px; }
.process-card p { color:var(--muted); font-size:.88rem; }

/* CTA and contact */
.cta-band { padding: 80px 0; background: #000; color:#fff; }
.cta-box { border:1px solid rgba(255,210,0,.28); background: radial-gradient(circle at 90% 20%, rgba(255,210,0,.18), transparent 26%), linear-gradient(135deg, #0b1017, #080808); padding: 44px; display:flex; justify-content: space-between; align-items:center; gap: 26px; }
.cta-box h2 { font-size: clamp(2rem, 4vw, 4.4rem); line-height:.94; letter-spacing:-.06em; max-width: 650px; }
.cta-box p { color:var(--muted-light); max-width: 650px; margin-top: 14px; }
.contact-section { padding: 90px 0 60px; color:#fff; background: radial-gradient(circle at 92% 10%, rgba(255,210,0,.12), transparent 26%), #000; }
.contact-grid { display:grid; grid-template-columns: .82fr 1.18fr; gap: 48px; align-items:start; }
.contact-info h2 { color:var(--yellow); font-size: clamp(2.4rem, 4vw, 4.8rem); line-height: .94; letter-spacing: -.06em; margin-bottom: 18px; }
.contact-info p { color:var(--muted-light); margin-bottom: 24px; }
.contact-info strong { display:block; margin: 8px 0; }
.contact-form { border:1px solid rgba(255,255,255,.18); padding: 28px; background: rgba(255,255,255,.04); backdrop-filter: blur(8px); }
.contact-form h3 { text-align:center; margin-bottom: 18px; }
.form-grid { display:grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.form-field { display:flex; flex-direction:column; gap: 6px; }
.form-field.full { grid-column: 1/-1; }
.form-field label { font-size:.78rem; font-weight:900; }
.form-field input, .form-field select, .form-field textarea { width:100%; min-height: 46px; background: rgba(0,0,0,.34); border:1px solid rgba(255,255,255,.24); color:#fff; padding: 10px 12px; outline:none; }
.form-field textarea { min-height: 120px; resize: vertical; }
.form-field select option { color:#111; }
.form-help { color: rgba(255,255,255,.56); font-size: .8rem; text-align:center; margin-top: 10px; }

/* Footer */
.site-footer { color:#fff; background:#000; border-top:1px solid rgba(255,255,255,.08); }
.footer-grid { display:grid; grid-template-columns: 1.5fr .75fr .95fr; gap: 36px; padding: 42px 0; }
.footer-logo img { width: 160px; margin-bottom: 14px; }
.footer-grid h3 { margin-bottom: 12px; }
.footer-grid a { display:block; color:rgba(255,255,255,.7); margin: 8px 0; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.08); padding: 18px 0; text-align:center; color:rgba(255,255,255,.62); font-size:.82rem; }
.float-whatsapp { position: fixed; right: 24px; bottom: 22px; z-index: 980; padding: 13px 18px; border-radius: 999px; background: var(--green); color:#fff; font-weight:900; box-shadow: 0 18px 42px rgba(34,197,94,.35); transition: transform .25s ease; }
.float-whatsapp:hover { transform: translateY(-4px); }

/* Lightbox */
.lightbox { position: fixed; inset:0; z-index: 2000; background: rgba(0,0,0,.9); display:none; align-items:center; justify-content:center; padding: 28px; }
.lightbox.active { display:flex; }
.lightbox-content { max-width: min(980px, 92vw); max-height: 82vh; }
.lightbox-content img { max-height: 78vh; object-fit: contain; }
.lightbox-caption { color:#fff; text-align:center; margin-top: 12px; }
.lightbox-close { position:absolute; top:18px; right:20px; width:44px; height:44px; border:1px solid rgba(255,255,255,.35); background:transparent; color:#fff; font-size:2rem; cursor:pointer; }

/* Page-specific */
.page-merch .visual-hero { background: radial-gradient(circle at 82% 12%, rgba(255,210,0,.18), transparent 32%), linear-gradient(135deg, #020202, #0c0c0b); }
.page-merch .hero-visual-card img { object-fit: cover; }
.products-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { background:#fff; border-left:4px solid var(--yellow); padding: 26px; min-height: 170px; box-shadow: 0 18px 40px rgba(0,0,0,.08); transition: transform .28s ease; }
.product-card:hover { transform: translateY(-8px); }
.product-card b { color:var(--yellow-2); display:block; margin-bottom:12px; }
.kit-section { padding: 88px 0; color:#fff; background: radial-gradient(circle at 90% 20%, rgba(255,210,0,.15), transparent 28%), #000; }
.kit-grid { display:grid; grid-template-columns: repeat(4,1fr); gap:18px; }
.kit-card { border:1px solid rgba(255,210,0,.22); background: rgba(255,255,255,.04); padding: 26px; min-height: 190px; transition:transform .28s ease; }
.kit-card:hover { transform:translateY(-8px); }
.kit-card b { color:var(--yellow); font-size:.8rem; letter-spacing:.12em; }
.merch-techniques .quick-card img { height: 105px; object-fit: cover; object-position: center; }

/* Responsive */
@media (max-width: 1020px) {
  .site-nav { position: fixed; top: 78px; left: 0; right: 0; display:none; flex-direction:column; align-items:flex-start; gap: 0; padding: 18px 24px; background: rgba(0,0,0,.95); }
  .site-nav.active { display:flex; }
  .site-nav a { padding: 14px 0; }
  .menu-toggle { display:block; }
  .header-contact { display:none; }
  .hero-split, .hero-product-layout, .spec-hero, .spec-grid, .applications-grid, .contact-grid { grid-template-columns: 1fr; }
  .index-hero .hero-split { grid-template-columns: 1fr; }
  .hero-visual-card, .index-hero .hero-visual-card { min-height: 410px; }
  .hero-visual-card img, .index-hero .hero-visual-card img { min-height: 410px; }
  .business-grid, .service-row { grid-template-columns: 1fr; }
  .service-row-reverse .service-media, .service-row-reverse .service-copy { order: initial; text-align:left; }
  .quick-grid, .mini-service-grid, .tech-grid { grid-template-columns: repeat(2, 1fr); }
  .solution-slide { grid-template-columns:1fr; min-height: 520px; }
  .service-carousel { min-height: 580px; }
  .solution-slide img { height: 290px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .solution-types, .benefit-grid, .products-grid, .kit-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 24px, var(--container)); }
  .site-logo img { width: 136px; }
  .visual-hero { min-height: auto; padding: 96px 0 44px; }
  .hero-copy h1 { font-size: clamp(2.35rem, 15vw, 4.6rem); }
  .hero-visual-card, .index-hero .hero-visual-card { min-height: 300px; }
  .hero-visual-card img, .index-hero .hero-visual-card img { min-height: 300px; }
  .hero-actions, .cta-box { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .business-card { padding: 26px; min-height: 320px; }
  .quick-grid, .mini-service-grid, .tech-grid, .gallery-grid, .solution-types, .benefit-grid, .products-grid, .kit-grid, .process-grid { grid-template-columns: 1fr; }
  .gallery-item.featured { grid-column: span 1; }
  .application-card { grid-template-columns: 1fr; }
  .application-card-large img { height: 280px; }
  .form-grid { grid-template-columns: 1fr; }
  .cta-box, .contact-form, .spec-copy, .spec-panel { padding: 24px; }
  .float-whatsapp { right: 14px; bottom: 14px; padding: 11px 14px; font-size: .86rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal, .reveal-left, .reveal-right { opacity:1 !important; transform:none !important; }
}


/* ===== Ronda de corrección visual estable ===== */
.reveal, .reveal-left, .reveal-right { opacity: 1 !important; transform: none !important; }
.service-carousel:not(.js-ready) .solution-slide:first-child { opacity: 1; transform: none; pointer-events: auto; z-index: 2; }
.gallery-section .section-head { margin-bottom: 28px; }
.gallery-section .section-head p { color: rgba(255,255,255,.72); }
.gallery-filters { margin-bottom: 30px; }
.gallery-grid { min-height: 0 !important; }
.gallery-item { opacity: 1 !important; transform: none !important; }
.float-whatsapp { right: 18px; bottom: 18px; padding: 10px 14px; font-size: .84rem; opacity: .94; }
.float-whatsapp:hover { opacity: 1; }
.page-innovation .services { padding-bottom: 76px; }
.page-innovation .gallery-section { padding-top: 86px; padding-bottom: 86px; }
.page-innovation .gallery-note, .page-innovation .gallery-cta { margin-top: 22px; }
.more-services .quick-card img { height: 150px; }
.merch-techniques .quick-card img { height: 130px; object-fit: contain; }
@media (max-width: 1020px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .float-whatsapp { bottom: 14px; right: 14px; }
}
@media (max-width: 640px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .quick-card img, .mini-service img { height: 120px; }
  .float-whatsapp { padding: 10px 13px; font-size: .8rem; }
}


/* ===== Catálogo DISAE Merch adaptado ===== */
.merch-catalog-section {
  position: relative;
  overflow: hidden;
  padding: 92px 0 96px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 8%, rgba(255,210,0,.16), transparent 26%),
    linear-gradient(135deg, #050505 0%, #111821 54%, #050505 100%);
}
.merch-catalog-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0 59%, rgba(255,210,0,.16) 59.15%, transparent 59.75% 100%);
  pointer-events: none;
  opacity: .7;
}
.merch-catalog-section .container { position: relative; z-index: 1; }
.catalog-intro { max-width: 860px; margin-bottom: 42px; }
.catalog-intro h2 {
  font-size: clamp(2.4rem, 5vw, 5.6rem);
  line-height: .92;
  letter-spacing: -.075em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.catalog-intro p { color: var(--muted-light); max-width: 760px; }
.catalog-highlight-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 28px;
}
.catalog-highlight {
  border: 1px solid rgba(255,210,0,.24);
  background: rgba(255,255,255,.045);
  padding: 36px;
  min-height: 315px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.catalog-highlight::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--yellow), transparent);
}
.catalog-label {
  color: var(--yellow);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .17em;
  margin-bottom: 14px;
}
.catalog-highlight h3 {
  font-size: clamp(2rem, 3.8vw, 4.2rem);
  line-height: .94;
  letter-spacing: -.065em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.catalog-highlight p { color: var(--muted-light); margin-bottom: 22px; }
.catalog-highlight .btn { width: fit-content; }
.catalog-mini-board {
  border: 1px solid rgba(255,210,0,.24);
  background: radial-gradient(circle at 50% 45%, rgba(255,210,0,.09), transparent 58%), rgba(255,255,255,.035);
  padding: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.catalog-mini-board span {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.26);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  transition: transform .28s ease, background .28s ease, border-color .28s ease;
}
.catalog-mini-board span:hover {
  transform: translateY(-6px);
  background: var(--yellow);
  color: #111;
  border-color: var(--yellow);
}
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.catalog-card {
  min-height: 280px;
  padding: 26px;
  border: 1px solid rgba(255,210,0,.20);
  background: rgba(255,255,255,.045);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .3s ease, background .3s ease, border-color .3s ease;
}
.catalog-card:hover {
  transform: translateY(-9px);
  border-color: rgba(255,210,0,.58);
  background: rgba(255,255,255,.075);
}
.catalog-card b {
  color: var(--yellow);
  font-size: 1.45rem;
  margin-bottom: 16px;
}
.catalog-card h3 {
  font-size: 1.25rem;
  line-height: 1.08;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.catalog-card p { color: var(--muted-light); font-size: .92rem; margin-bottom: 18px; }
.catalog-card small {
  color: rgba(255,255,255,.58);
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 14px;
}
.catalog-tech-strip {
  margin-top: 26px;
  padding: 24px 28px;
  border: 1px solid rgba(255,210,0,.25);
  background: rgba(255,255,255,.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
}
.catalog-tech-strip span {
  display: block;
  color: var(--yellow);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.catalog-tech-strip strong { color: #fff; }
.catalog-tech-strip .text-link { white-space: nowrap; background: var(--yellow); color:#111; }

@media (max-width: 1020px) {
  .catalog-highlight-grid { grid-template-columns: 1fr; }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .merch-catalog-section { padding: 72px 0; }
  .catalog-mini-board, .catalog-grid { grid-template-columns: 1fr; }
  .catalog-tech-strip { flex-direction: column; align-items: flex-start; }
  .catalog-highlight { padding: 26px; }
  .catalog-highlight .btn, .catalog-tech-strip .text-link { width: 100%; }
}

/* ===== Hero index tipo ficha: imagen arriba + texto abajo ===== */
.index-hero .hero-line-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}
.hero-business-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  border: 1px solid rgba(255,210,0,.22);
  background: rgba(255,255,255,.025);
  box-shadow: var(--shadow-dark);
  overflow: hidden;
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.hero-business-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255,210,0,.48);
  box-shadow: 0 34px 90px rgba(0,0,0,.42);
}
.index-hero .hero-business-card .hero-visual-card {
  display: block;
  min-height: 0;
  height: auto;
  aspect-ratio: 1 / 1.06;
  border: 0;
  box-shadow: none;
  background: #050505;
}
.index-hero .hero-business-card .hero-visual-card:hover {
  transform: none;
  border-color: transparent;
}
.index-hero .hero-business-card .hero-visual-card img {
  min-height: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.index-hero .hero-business-card .hero-visual-card::after {
  opacity: .55;
}
.index-hero .hero-business-card .hero-tile-label,
.index-hero .hero-actions {
  display: none !important;
}
.hero-line-info {
  display: block;
  text-decoration: none;
  padding: 18px 18px 20px;
  min-height: 172px;
}
.hero-line-info span {
  display: block;
  margin-bottom: 8px;
  color: var(--yellow);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero-line-info h2 {
  margin: 0 0 10px;
  font-size: clamp(1.75rem, 3.2vw, 2.95rem);
  line-height: .9;
  letter-spacing: -.07em;
}
.hero-line-info p {
  margin: 0;
  font-size: .98rem;
  line-height: 1.48;
}
.hero-line-info-dark {
  background: #020304;
  color: #fff;
}
.hero-line-info-dark p { color: rgba(255,255,255,.82); }
.hero-line-info-light {
  background: #fbf7ea;
  color: #0d1117;
}
.hero-line-info-light p { color: rgba(15,20,30,.72); }

@media (max-width: 1020px) {
  .index-hero .hero-line-grid { grid-template-columns: 1fr; gap: 24px; }
  .index-hero .hero-business-card .hero-visual-card { aspect-ratio: 16 / 10; }
}
@media (max-width: 640px) {
  .index-hero .hero-business-card .hero-visual-card { aspect-ratio: 1 / 1.05; }
  .hero-line-info { padding: 16px; min-height: auto; }
  .hero-line-info h2 { font-size: clamp(1.65rem, 9vw, 2.4rem); }
  .hero-line-info p { font-size: .92rem; }
}


/* ===== Ajustes acumulados - Index y Contacto ===== */
/* Hero principal tipo ficha: misma medida, imagen limpia arriba + texto abajo */
.index-hero { padding-top: 96px; }
.index-hero .hero-line-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 28px;
}
.hero-business-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255,210,0,.22);
  background: rgba(255,255,255,.025);
  box-shadow: var(--shadow-dark);
}
.index-hero .hero-business-card .hero-visual-card {
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 1 / 1.02;
  min-height: 0;
  height: auto;
  border: 0;
  box-shadow: none;
  background: #050505;
}
.index-hero .hero-business-card.merch-card .hero-visual-card { background: #f8f1e4; }
.index-hero .hero-business-card .hero-visual-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center center;
  background: inherit;
}
.index-hero .hero-business-card .hero-visual-card::after { opacity: 0; }
.index-hero .hero-business-card:hover { transform: translateY(-6px); }
.hero-line-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 174px;
  padding: 18px 20px 22px;
}
.hero-line-info h2 { font-size: clamp(1.75rem, 3vw, 2.9rem); }
.hero-line-info p { max-width: 680px; }

/* Quita fondos blancos en palabras marcadas de títulos */
.section-head .mark,
.section-title .mark {
  background: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* Más soluciones: tarjetas más comerciales y menos básicas */
.more-services { background: #f6f6f4; }
.quick-grid-premium {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}
.quick-card-premium {
  min-height: 340px;
  padding: 0;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #111;
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 20px 48px rgba(0,0,0,.08);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.quick-card-premium::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--yellow);
  z-index: 2;
}
.quick-card-premium:hover {
  transform: translateY(-9px);
  border-color: rgba(255,210,0,.55);
  box-shadow: 0 30px 70px rgba(0,0,0,.14);
}
.quick-card-premium figure {
  margin: 0;
  height: 185px;
  background: radial-gradient(circle at 50% 45%, rgba(255,210,0,.14), transparent 58%), #111;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.quick-card-premium:nth-child(n+3) figure { background: linear-gradient(135deg,#fbf7ea,#fff); }
.quick-card-premium img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14px;
  transition: transform .38s ease;
}
.quick-card-premium:hover img { transform: scale(1.08); }
.quick-card-premium div { padding: 18px; }
.quick-card-premium span {
  display: block;
  margin-bottom: 8px;
  color: #d6a600;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.quick-card-premium strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.08rem;
  line-height: 1.05;
}
.quick-card-premium p {
  margin: 0;
  color: #5b616a;
  font-size: .88rem;
  line-height: 1.45;
}

/* Aplicaciones para empresas: formato más visual, imágenes grandes y tarjetas modernas */
.applications { background: #fff; }
.applications-grid {
  grid-template-columns: 1.15fr .85fr;
  gap: 24px;
}
.application-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.06);
  background: #f3f3f0;
  box-shadow: 0 22px 52px rgba(0,0,0,.075);
  transition: transform .28s ease, box-shadow .28s ease;
}
.application-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 72px rgba(0,0,0,.12);
}
.application-card img {
  height: 190px;
  object-fit: cover;
  background: #fff;
}
.application-card:not(.application-card-large) img {
  border: 10px solid #fff;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.05);
}
.application-card-large img {
  height: 410px;
  object-fit: cover;
  object-position: center top;
}
.application-card span { color: #d6a600; }

/* Contacto: versión horizontal para aprovechar el ancho y reducir espacio vacío */
.contact-section { padding: 82px 0 62px; }
.contact-grid {
  grid-template-columns: 1fr;
  gap: 28px;
}
.contact-info {
  display: grid;
  grid-template-columns: minmax(220px,.8fr) repeat(4, minmax(150px,1fr));
  gap: 14px;
  align-items: stretch;
}
.contact-info h2,
.contact-info p,
.contact-info strong { margin: 0; }
.contact-info h2 {
  grid-row: span 2;
  display: flex;
  align-items: center;
  padding: 22px 26px;
  background: linear-gradient(135deg, rgba(255,210,0,.18), rgba(255,210,0,.04));
  border: 1px solid rgba(255,210,0,.28);
}
.contact-info p,
.contact-info strong {
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.045);
  color: #fff;
}
.contact-info p { color: rgba(255,255,255,.75); }
.contact-form {
  width: 100%;
  padding: 30px;
}
.contact-form h3 { text-align: left; }
.form-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.form-field.full { grid-column: 1 / -1; }
.form-field textarea { min-height: 110px; }
.contact-form .btn { width: fit-content; min-width: 280px; }
.form-help { text-align: left; }

@media (max-width: 1180px) {
  .quick-grid-premium { grid-template-columns: repeat(3, 1fr); }
  .contact-info { grid-template-columns: repeat(2, 1fr); }
  .contact-info h2 { grid-row: auto; }
  .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1020px) {
  .index-hero .hero-line-grid,
  .applications-grid { grid-template-columns: 1fr; }
  .index-hero .hero-business-card .hero-visual-card { aspect-ratio: 16 / 10; }
  .application-card-large img { height: 320px; }
}
@media (max-width: 640px) {
  .quick-grid-premium, .contact-info, .form-grid { grid-template-columns: 1fr; }
  .quick-card-premium { min-height: auto; }
  .quick-card-premium figure { height: 170px; }
  .index-hero .hero-business-card .hero-visual-card { aspect-ratio: 1 / 1.05; }
  .hero-line-info { min-height: auto; }
  .contact-form .btn { width: 100%; min-width: 0; }
}

/* ===== Ajuste fino index posterior a revisión PDF ===== */
.page-index .index-hero { padding-bottom: 62px; }
.page-index .hero-line-grid { align-items: stretch; }
.page-index .hero-business-card { height: 100%; }
.page-index .hero-business-card .hero-visual-card {
  aspect-ratio: 1 / 1.04;
  min-height: 0;
}
.page-index .hero-business-card.innovation-card .hero-visual-card img {
  object-fit: contain;
  object-position: center top;
  padding: 0;
}
.page-index .hero-business-card.merch-card .hero-visual-card img {
  object-fit: contain;
  object-position: center center;
  padding: 0;
}
.page-index .hero-line-info { min-height: 168px; }
.page-index .hero-line-info h2 { font-size: clamp(1.65rem, 2.75vw, 2.65rem); }

.page-index .section-head { break-inside: avoid; page-break-inside: avoid; }
.page-index .applications { padding: 72px 0 74px; break-before: avoid; page-break-before: avoid; }
.page-index .applications .section-head h2 { font-size: clamp(2.8rem, 6.2vw, 5.6rem); }
.page-index .applications .section-head { margin-bottom: 36px; }
.page-index .application-card-large img { height: 360px; object-position: center center; }
.page-index .application-card:not(.application-card-large) img { object-fit: cover; object-position: center center; }

.page-index .more-services { padding: 70px 0 64px; }
.page-index .quick-card-premium figure { height: 200px; }
.page-index .quick-card-premium:nth-child(n+3) figure { background: radial-gradient(circle at 50% 40%, rgba(255,210,0,.18), transparent 62%), linear-gradient(135deg,#fff7e5,#fff); }
.page-index .quick-card-premium img { padding: 0; object-fit: cover; }
.page-index .quick-card-premium:nth-child(-n+2) img { padding: 10px; object-fit: contain; }

.page-index .contact-section { padding: 58px 0 56px; }
.page-index .contact-info { grid-template-columns: minmax(210px,.95fr) repeat(4,minmax(150px,1fr)); }
.page-index .contact-info h2 { font-size: clamp(2.1rem,3.5vw,3.8rem); }
.page-index .contact-info p,
.page-index .contact-info strong { min-height: 62px; padding: 14px 16px; }
.page-index .contact-form { padding: 24px 26px; }
.page-index .form-grid { gap: 12px; }
.page-index .form-field textarea { min-height: 92px; }

@media (max-width: 1020px) {
  .page-index .applications .section-head h2 { font-size: clamp(2.6rem, 10vw, 4.4rem); }
  .page-index .application-card-large img { height: 300px; }
}
@media (max-width: 640px) {
  .page-index .hero-business-card .hero-visual-card { aspect-ratio: 1 / 1.08; }
  .page-index .quick-card-premium img { padding: 0; }
  .page-index .quick-card-premium:nth-child(-n+2) img { padding: 8px; }
}


/* =========================================================
   4ta parte DISAE - Ajustes ejecutados por observaciones
   Hero, bullets visuales, aplicaciones y contacto vertical.
   ========================================================= */

/* Hero index: imágenes limpias sin marco interno + logos transparentes iguales */
.page-index .hero-business-card .hero-visual-card {
  position: relative;
  aspect-ratio: 1 / 1.04;
  overflow: hidden;
}
.page-index .hero-business-card .hero-visual-card .hero-scene {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: center center;
  padding: 0 !important;
  background: transparent !important;
}
.page-index .hero-business-card .hero-visual-card .hero-brand-logo {
  position: absolute;
  z-index: 4;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  width: min(62%, 310px) !important;
  height: 92px !important;
  min-height: 0 !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 0 !important;
  background: transparent !important;
  filter: drop-shadow(0 14px 18px rgba(0,0,0,.38));
}
.page-index .hero-business-card.merch-card .hero-visual-card .hero-brand-logo {
  filter: drop-shadow(0 10px 14px rgba(255,255,255,.25));
}
.page-index .hero-line-info {
  justify-content: flex-start;
  min-height: 174px;
  padding-top: 20px;
}
.page-index .hero-line-info span {
  min-height: 16px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
}

/* Más Soluciones: reemplazo de tarjetas con imágenes por bullets visuales */
.page-index .more-services {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 8%, rgba(255,210,0,.17), transparent 31%),
    linear-gradient(135deg, #040506 0%, #11151b 52%, #050505 100%);
  color: #fff;
  padding: 82px 0 78px;
}
.page-index .more-services::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,210,0,.85), transparent);
}
.page-index .more-services .section-head h2 { color: #fff; }
.page-index .more-services .section-head p { color: rgba(255,255,255,.72); }
.solution-bullet-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
  position: relative;
  z-index: 1;
}
.solution-bullet-card {
  min-height: 245px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 26px 16px 22px;
  color: #fff;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
  position: relative;
  transition: transform .28s ease, border-color .28s ease, background .28s ease;
}
.solution-bullet-card::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  height: 3px;
  background: var(--yellow);
}
.solution-bullet-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255,210,0,.6);
  background: rgba(255,255,255,.075);
}
.solution-bullet-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  color: #fff;
}
.solution-bullet-icon svg {
  width: 72px;
  height: 72px;
  fill: none;
  stroke: currentColor;
  stroke-width: 4.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 10px 18px rgba(255,255,255,.08));
}
.solution-bullet-card strong {
  min-height: 52px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
  font-size: clamp(.98rem, 1vw, 1.18rem);
  line-height: 1.06;
  letter-spacing: -.025em;
  text-transform: uppercase;
  font-weight: 1000;
}
.solution-bullet-card p {
  margin-top: 13px;
  color: rgba(255,255,255,.68);
  font-size: .86rem;
  line-height: 1.45;
}

/* Aplicaciones: imágenes nuevas por tipo de solución */
.page-index .application-card img {
  filter: saturate(1.04) contrast(1.03);
}
.page-index .application-card-large img {
  height: 390px;
  object-position: center center;
}
.page-index .application-card:not(.application-card-large) img {
  border: 0;
  height: 210px;
  object-fit: cover;
}

/* Contacto: versión vertical en 2 bloques, inspirada en Marketing Visual y paleta DISAE */
.contact-section.contact-modern {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.74)),
    radial-gradient(circle at 12% 26%, rgba(255,210,0,.16), transparent 33%),
    #050505;
}
.contact-section.contact-modern::before {
  content: "DISAE";
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255,210,0,.055);
  font-size: clamp(7rem, 18vw, 16rem);
  line-height: 1;
  font-weight: 1000;
  letter-spacing: -.08em;
  pointer-events: none;
}
.contact-section.contact-modern::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,210,0,.9), transparent);
}
.contact-section.contact-modern .contact-grid,
.page-index .contact-section.contact-modern .contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.contact-info.contact-info-modern,
.page-index .contact-info.contact-info-modern {
  display: block !important;
  padding: 0;
  background: transparent;
  border: 0;
}
.contact-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--yellow);
  font-size: .76rem;
  font-weight: 1000;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.contact-info.contact-info-modern h2,
.page-index .contact-info.contact-info-modern h2 {
  display: block;
  margin: 0 0 22px;
  padding: 0;
  background: transparent;
  border: 0;
  color: var(--yellow);
  font-size: clamp(3.2rem, 6vw, 6.4rem);
  line-height: .92;
  letter-spacing: -.075em;
}
.contact-info.contact-info-modern .contact-lead,
.page-index .contact-info.contact-info-modern .contact-lead {
  display: block;
  margin: 0 0 26px;
  max-width: 560px;
  padding: 0;
  min-height: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: clamp(1.05rem, 1.6vw, 1.38rem);
  font-weight: 800;
  line-height: 1.36;
}
.contact-actions-list {
  display: grid;
  gap: 12px;
  max-width: 560px;
}
.contact-action {
  display: grid;
  grid-template-columns: 46px 1fr;
  grid-template-rows: auto auto;
  gap: 2px 12px;
  align-items: center;
  padding: 14px 16px;
  color: #fff;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.12);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.contact-action:hover { transform: translateX(6px); border-color: rgba(255,210,0,.52); background: rgba(255,255,255,.072); }
.contact-action span {
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #111;
  background: var(--yellow);
  font-size: 1.2rem;
  font-weight: 1000;
}
.contact-action b {
  color: #fff;
  font-size: .82rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.contact-action em {
  color: rgba(255,255,255,.8);
  font-style: normal;
  font-size: .96rem;
}
.contact-form.contact-form-modern,
.page-index .contact-form.contact-form-modern {
  width: 100%;
  padding: clamp(28px, 3.2vw, 44px);
  background: rgba(12,12,12,.82);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 28px;
  box-shadow: 0 40px 110px rgba(0,0,0,.48);
  backdrop-filter: blur(10px);
}
.contact-form.contact-form-modern h3 {
  margin-bottom: 26px;
  color: #fff;
  text-align: center;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  letter-spacing: -.035em;
}
.contact-form.contact-form-modern .form-grid,
.page-index .contact-form.contact-form-modern .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px 22px;
}
.contact-form.contact-form-modern .form-field.full { grid-column: 1 / -1; }
.contact-form.contact-form-modern label { color: #fff; font-weight: 900; }
.contact-form.contact-form-modern input,
.contact-form.contact-form-modern select,
.contact-form.contact-form-modern textarea {
  min-height: 58px;
  border-color: rgba(255,255,255,.19);
  background: rgba(0,0,0,.28);
  color: #fff;
}
.contact-form.contact-form-modern textarea { min-height: 112px; }
.contact-form.contact-form-modern .btn,
.page-index .contact-form.contact-form-modern .btn {
  width: 100%;
  min-width: 0;
  margin-top: 18px;
}
.contact-form.contact-form-modern .form-help { text-align: center; color: rgba(255,255,255,.62); }

@media (max-width: 1180px) {
  .solution-bullet-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .contact-section.contact-modern .contact-grid,
  .page-index .contact-section.contact-modern .contact-grid { grid-template-columns: 1fr; gap: 38px; }
}
@media (max-width: 760px) {
  .page-index .hero-business-card .hero-visual-card .hero-brand-logo { width: min(68%, 260px) !important; height: 76px !important; top: 20px; }
  .solution-bullet-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
  .solution-bullet-card { min-height: 220px; padding: 22px 12px 18px; }
  .contact-info.contact-info-modern h2,
  .page-index .contact-info.contact-info-modern h2 { font-size: clamp(3rem, 16vw, 5rem); }
  .contact-form.contact-form-modern .form-grid,
  .page-index .contact-form.contact-form-modern .form-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .solution-bullet-grid { grid-template-columns: 1fr; }
  .contact-section.contact-modern { padding: 76px 0; }
  .contact-action { grid-template-columns: 40px 1fr; }
}


/* =========================================================
   4ta parte - Ajuste adicional: títulos uniformes e Innovation
   ========================================================= */
/* Igualar el título de Aplicaciones al tamaño visual de Más Soluciones */
.page-index .applications .section-head h2 {
  font-size: clamp(2.1rem, 4.2vw, 4.6rem) !important;
}

/* Innovation: escena completa + logo transparente sin texto inferior */
.page-index .hero-business-card.innovation-card .hero-visual-card .hero-scene {
  object-fit: cover !important;
  object-position: center center !important;
}
.page-index .hero-business-card.innovation-card .hero-visual-card .hero-brand-logo {
  top: 24px;
  width: min(62%, 310px) !important;
  height: 86px !important;
  object-fit: contain !important;
  background: transparent !important;
}
@media (max-width: 1020px) {
  .page-index .applications .section-head h2 {
    font-size: clamp(2.1rem, 4.2vw, 4.6rem) !important;
  }
}
@media (max-width: 760px) {
  .page-index .hero-business-card.innovation-card .hero-visual-card .hero-brand-logo {
    top: 20px;
    width: min(68%, 260px) !important;
    height: 72px !important;
  }
}

/* =========================================================
   4ta parte - Animación premium hero index
   Entrada voladora + glow + texto escalonado + hover 3D + barrido de luz.
   ========================================================= */
.page-index .hero-line-grid {
  perspective: 1400px;
}

.page-index .hero-business-card.hero-fly-innovation,
.page-index .hero-business-card.hero-fly-merch {
  position: relative;
  transform-style: preserve-3d;
  will-change: transform, opacity, filter;
  backface-visibility: hidden;
}

.page-index .hero-business-card.hero-fly-innovation {
  animation: disaeFlyFromRight 1.05s cubic-bezier(.18,.9,.2,1) .16s both;
}

.page-index .hero-business-card.hero-fly-merch {
  animation: disaeFlyFromLeft 1.05s cubic-bezier(.18,.9,.2,1) .46s both;
}

.page-index .hero-business-card.hero-fly-innovation::after,
.page-index .hero-business-card.hero-fly-merch::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
  border: 1px solid rgba(255,210,0,0);
  box-shadow: 0 0 0 rgba(255,210,0,0);
  animation: disaeLandingGlow 1.25s ease-out both;
}

.page-index .hero-business-card.hero-fly-innovation::after { animation-delay: 1.02s; }
.page-index .hero-business-card.hero-fly-merch::after { animation-delay: 1.32s; }

.page-index .hero-business-card .hero-visual-card {
  transform: translateZ(0);
}

.page-index .hero-business-card .hero-visual-card::before {
  content: "";
  position: absolute;
  z-index: 6;
  top: -30%;
  left: -95%;
  width: 58%;
  height: 160%;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,.08) 38%, rgba(255,255,255,.48) 50%, rgba(255,210,0,.18) 58%, transparent 100%);
  transform: rotate(14deg);
}

.page-index .hero-business-card:hover {
  transform: translateY(-10px) scale(1.012) rotateX(1.8deg) !important;
  border-color: rgba(255,210,0,.62);
  box-shadow: 0 42px 110px rgba(0,0,0,.55), 0 0 38px rgba(255,210,0,.14);
}

.page-index .hero-business-card:hover .hero-scene {
  transform: scale(1.055);
}

.page-index .hero-business-card:hover .hero-brand-logo {
  transform: translateX(-50%) scale(1.025);
}

.page-index .hero-business-card:hover .hero-visual-card::before {
  animation: disaeShineSweep .95s ease-out both;
}

.page-index .hero-business-card .hero-scene,
.page-index .hero-business-card .hero-brand-logo {
  transition: transform .72s cubic-bezier(.2,.72,.2,1), filter .45s ease;
}

.page-index .hero-business-card .hero-line-info span,
.page-index .hero-business-card .hero-line-info h2,
.page-index .hero-business-card .hero-line-info p {
  opacity: 0;
  transform: translateY(16px);
  animation: disaeTextRise .58s ease-out both;
}

.page-index .hero-business-card.hero-fly-innovation .hero-line-info span { animation-delay: 1.04s; }
.page-index .hero-business-card.hero-fly-innovation .hero-line-info h2 { animation-delay: 1.17s; }
.page-index .hero-business-card.hero-fly-innovation .hero-line-info p { animation-delay: 1.30s; }

.page-index .hero-business-card.hero-fly-merch .hero-line-info span { animation-delay: 1.34s; }
.page-index .hero-business-card.hero-fly-merch .hero-line-info h2 { animation-delay: 1.47s; }
.page-index .hero-business-card.hero-fly-merch .hero-line-info p { animation-delay: 1.60s; }

@keyframes disaeFlyFromRight {
  0% {
    opacity: 0;
    transform: translate3d(42vw, 0, 0) scale(.92) rotateY(-9deg);
    filter: blur(10px) saturate(.88);
  }
  62% {
    opacity: 1;
    transform: translate3d(-10px, 0, 0) scale(1.012) rotateY(1.4deg);
    filter: blur(0) saturate(1.05);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotateY(0deg);
    filter: blur(0) saturate(1);
  }
}

@keyframes disaeFlyFromLeft {
  0% {
    opacity: 0;
    transform: translate3d(-42vw, 0, 0) scale(.92) rotateY(9deg);
    filter: blur(10px) saturate(.88);
  }
  62% {
    opacity: 1;
    transform: translate3d(10px, 0, 0) scale(1.012) rotateY(-1.4deg);
    filter: blur(0) saturate(1.05);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotateY(0deg);
    filter: blur(0) saturate(1);
  }
}

@keyframes disaeLandingGlow {
  0%, 100% {
    border-color: rgba(255,210,0,0);
    box-shadow: 0 0 0 rgba(255,210,0,0);
  }
  35% {
    border-color: rgba(255,210,0,.72);
    box-shadow: inset 0 0 0 1px rgba(255,210,0,.42), 0 0 42px rgba(255,210,0,.38);
  }
  62% {
    border-color: rgba(255,210,0,.3);
    box-shadow: inset 0 0 0 1px rgba(255,210,0,.18), 0 0 24px rgba(255,210,0,.18);
  }
}

@keyframes disaeTextRise {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes disaeShineSweep {
  0% {
    left: -95%;
    opacity: 0;
  }
  16% { opacity: .95; }
  100% {
    left: 130%;
    opacity: 0;
  }
}

@media (max-width: 760px) {
  .page-index .hero-business-card.hero-fly-innovation,
  .page-index .hero-business-card.hero-fly-merch {
    animation-name: disaeMobileRise;
    animation-duration: .82s;
  }
  .page-index .hero-business-card.hero-fly-innovation { animation-delay: .12s; }
  .page-index .hero-business-card.hero-fly-merch { animation-delay: .32s; }
  .page-index .hero-business-card:hover {
    transform: translateY(-6px) scale(1.006) !important;
  }
  .page-index .hero-business-card .hero-line-info span { animation-delay: .62s !important; }
  .page-index .hero-business-card .hero-line-info h2 { animation-delay: .74s !important; }
  .page-index .hero-business-card .hero-line-info p { animation-delay: .86s !important; }
}

@keyframes disaeMobileRise {
  0% {
    opacity: 0;
    transform: translate3d(0, 46px, 0) scale(.96);
    filter: blur(7px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}


/* Ajuste fino 4ta parte: reducir espaciado vertical entre secciones del index */
body.index-page .split-hero,
body.index-page .more-solutions,
body.index-page .applications,
body.index-page .contact-section {
  scroll-margin-top: 90px;
}

body.index-page .split-hero {
  padding-bottom: clamp(44px, 5vw, 72px);
}

body.index-page .more-solutions {
  padding-top: clamp(52px, 5.5vw, 78px);
  padding-bottom: clamp(46px, 5vw, 70px);
}

body.index-page .applications {
  padding-top: clamp(48px, 5vw, 72px);
  padding-bottom: clamp(48px, 5vw, 72px);
}

body.index-page .contact-section {
  padding-top: clamp(54px, 5.5vw, 78px);
  padding-bottom: clamp(54px, 5.5vw, 78px);
}

body.index-page .section-title {
  margin-bottom: clamp(10px, 1.4vw, 18px);
}

body.index-page .section-intro,
body.index-page .section-lead {
  margin-bottom: clamp(24px, 2.6vw, 36px);
}

@media (max-width: 768px) {
  body.index-page .split-hero {
    padding-bottom: 42px;
  }

  body.index-page .more-solutions,
  body.index-page .applications,
  body.index-page .contact-section {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}


/* Ajuste final index - simetría de fichas de aplicaciones */
.page-index .applications-grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr);
  gap: 24px;
  align-items: stretch;
}
.page-index .applications-grid > .application-card {
  height: 100%;
}
.page-index .application-card {
  padding: 18px;
}
.page-index .application-card.application-card-large {
  display: flex;
  flex-direction: column;
}
.page-index .application-card.application-card-large img {
  height: 395px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  margin-bottom: 18px;
}
.page-index .application-card:not(.application-card-large) {
  display: grid;
  grid-template-columns: minmax(185px, 40%) 1fr;
  gap: 16px;
  align-items: center;
  min-height: 250px;
}
.page-index .application-card:not(.application-card-large) img {
  width: 100%;
  height: 188px;
  object-fit: contain;
  object-position: center center;
  background: #fff;
  border: 0;
  padding: 0;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.05);
}
.page-index .application-card.application-card-promo img {
  object-fit: contain;
  object-position: center center;
}
.page-index .application-card.application-card-events img {
  object-fit: contain;
  object-position: center center;
}
.page-index .application-card h3 {
  font-size: clamp(1.55rem, 2.2vw, 2.5rem);
  line-height: .98;
  margin-bottom: 10px;
}
.page-index .application-card p {
  font-size: .97rem;
  line-height: 1.45;
}
@media (max-width: 1020px) {
  .page-index .application-card:not(.application-card-large) {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .page-index .application-card:not(.application-card-large) img {
    height: 220px;
  }
}


/* Ajuste final definitivo - 3 fichas de aplicaciones iguales y sin espacios blancos en imágenes */
.page-index .applications-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.page-index .applications-grid > .application-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  padding: 16px;
}

.page-index .applications-grid > .application-card img {
  width: 100%;
  height: 260px;
  display: block;
  margin: 0 0 18px;
  object-fit: cover;
  object-position: center center;
  border: 0;
  box-shadow: none;
  background: #fff;
}

.page-index .applications-grid > .application-card > div {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.page-index .applications-grid > .application-card span {
  margin-bottom: 10px;
}

.page-index .applications-grid > .application-card h3 {
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  line-height: 0.98;
  margin: 0 0 12px;
}

.page-index .applications-grid > .application-card p {
  font-size: 0.96rem;
  line-height: 1.45;
  margin-top: 0;
}

@media (max-width: 1180px) {
  .page-index .applications-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .page-index .applications-grid {
    grid-template-columns: 1fr;
  }

  .page-index .applications-grid > .application-card img {
    height: 250px;
  }
}


/* =========================================================
   Innovation hero aprobado: imagen full-width + microanimaciones
   Opción C: slow zoom + pulso en pantallas + resalte secuencial + barrido.
   ========================================================= */
.page-innovation .innovation-hero-premium {
  padding: 62px 0 76px;
  background:
    radial-gradient(circle at 82% 15%, rgba(255,210,0,.12), transparent 32%),
    linear-gradient(135deg, #030506 0%, #10161c 54%, #050505 100%);
  overflow: hidden;
}

.page-innovation .innovation-hero-wrap {
  position: relative;
  z-index: 1;
}

.page-innovation .innovation-hero-stage {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: clamp(470px, 62vw, 680px);
  border: 1px solid rgba(255,210,0,.28);
  background: #020303;
  box-shadow: 0 34px 95px rgba(0,0,0,.45);
  isolation: isolate;
}

.page-innovation .innovation-hero-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0 42%, rgba(255,255,255,.18), transparent 58% 100%);
  transform: translateX(-130%);
  animation: disaeHeroShine 7.2s ease-in-out infinite;
  mix-blend-mode: screen;
}

.page-innovation .innovation-hero-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 42%, rgba(255,210,0,.18), transparent 15%),
    radial-gradient(circle at 48% 48%, rgba(0,118,255,.16), transparent 17%),
    radial-gradient(circle at 73% 47%, rgba(255,210,0,.14), transparent 14%),
    radial-gradient(circle at 88% 35%, rgba(255,210,0,.14), transparent 13%);
  opacity: .46;
  animation: disaeScreenPulse 4.8s ease-in-out infinite;
  mix-blend-mode: screen;
}

.page-innovation .innovation-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  transform-origin: center center;
  animation: disaeSlowZoom 14s ease-in-out infinite alternate;
  will-change: transform, filter;
}

.page-innovation .innovation-screen-glow {
  position: absolute;
  z-index: 5;
  pointer-events: none;
  border-radius: 22px;
  opacity: 0;
  filter: blur(12px);
  mix-blend-mode: screen;
  animation: disaePanelGlow 6.4s ease-in-out infinite;
}

.page-innovation .innovation-screen-glow.glow-one {
  left: 12%;
  top: 27%;
  width: 13%;
  height: 30%;
  background: rgba(255,210,0,.35);
  animation-delay: .2s;
}

.page-innovation .innovation-screen-glow.glow-two {
  left: 35%;
  top: 23%;
  width: 15%;
  height: 33%;
  background: rgba(0,126,255,.34);
  animation-delay: 1.3s;
}

.page-innovation .innovation-screen-glow.glow-three {
  left: 63%;
  top: 34%;
  width: 18%;
  height: 23%;
  background: rgba(255,210,0,.28);
  animation-delay: 2.4s;
}

.page-innovation .innovation-product-focus {
  position: absolute;
  z-index: 6;
  pointer-events: none;
  border: 1px solid rgba(255,210,0,.0);
  box-shadow: 0 0 0 rgba(255,210,0,0);
  opacity: 0;
  animation: disaeSequentialFocus 12s ease-in-out infinite;
}

.page-innovation .innovation-product-focus.focus-one {
  left: 7%;
  top: 13%;
  width: 28%;
  height: 72%;
  animation-delay: 0s;
}

.page-innovation .innovation-product-focus.focus-two {
  left: 37%;
  top: 27%;
  width: 34%;
  height: 58%;
  animation-delay: 3s;
}

.page-innovation .innovation-product-focus.focus-three {
  left: 77%;
  top: 14%;
  width: 17%;
  height: 64%;
  animation-delay: 6s;
}

.page-innovation .innovation-hero-text {
  max-width: 1180px;
  margin: 26px auto 0;
  text-align: left;
}

.page-innovation .innovation-hero-text .kicker {
  color: var(--yellow);
  display: block;
  margin-bottom: 12px;
}

.page-innovation .innovation-hero-text h1 {
  color: #fff;
  max-width: 1180px;
  font-size: clamp(2.4rem, 5vw, 5.6rem);
  line-height: .92;
  letter-spacing: -.075em;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.page-innovation .innovation-hero-text p {
  color: rgba(255,255,255,.76);
  max-width: 1120px;
  font-size: clamp(1rem, 1.45vw, 1.28rem);
  line-height: 1.35;
  margin: 0;
}

@keyframes disaeSlowZoom {
  0% { transform: scale(1); filter: saturate(1.02) contrast(1.03); }
  100% { transform: scale(1.045); filter: saturate(1.09) contrast(1.06); }
}

@keyframes disaeHeroShine {
  0%, 24% { transform: translateX(-135%); opacity: 0; }
  34% { opacity: .78; }
  50% { transform: translateX(135%); opacity: 0; }
  100% { transform: translateX(135%); opacity: 0; }
}

@keyframes disaeScreenPulse {
  0%, 100% { opacity: .25; }
  45% { opacity: .58; }
  65% { opacity: .34; }
}

@keyframes disaePanelGlow {
  0%, 100% { opacity: .08; transform: scale(.96); }
  35% { opacity: .46; transform: scale(1.05); }
  62% { opacity: .18; transform: scale(1); }
}

@keyframes disaeSequentialFocus {
  0%, 100% {
    opacity: 0;
    border-color: rgba(255,210,0,0);
    box-shadow: 0 0 0 rgba(255,210,0,0);
    transform: scale(.985);
  }
  12%, 28% {
    opacity: 1;
    border-color: rgba(255,210,0,.36);
    box-shadow: 0 0 42px rgba(255,210,0,.28);
    transform: scale(1.01);
  }
  42% {
    opacity: 0;
    border-color: rgba(255,210,0,0);
    box-shadow: 0 0 0 rgba(255,210,0,0);
    transform: scale(1);
  }
}

@media (max-width: 1020px) {
  .page-innovation .innovation-hero-premium {
    padding-top: 44px;
  }

  .page-innovation .innovation-hero-stage {
    min-height: 520px;
  }

  .page-innovation .innovation-hero-text h1 {
    font-size: clamp(2.25rem, 8vw, 4.2rem);
  }
}

@media (max-width: 640px) {
  .page-innovation .innovation-hero-stage {
    min-height: 430px;
  }

  .page-innovation .innovation-hero-image {
    object-position: center top;
  }

  .page-innovation .innovation-hero-text {
    margin-top: 20px;
  }

  .page-innovation .innovation-hero-text h1 {
    font-size: clamp(2rem, 10vw, 3.1rem);
  }

  .page-innovation .innovation-product-focus,
  .page-innovation .innovation-screen-glow {
    display: none;
  }
}


/* =========================================================
   AJUSTE FINAL INNOVATION - Recursos seleccionados y espaciado compacto
   ========================================================= */
.page-innovation .innovation-hero-premium {
  padding: 44px 0 52px;
}

.page-innovation .innovation-hero-stage {
  min-height: clamp(330px, 42vw, 470px);
}

.page-innovation .innovation-hero-text {
  margin-top: 18px;
}

.page-innovation .innovation-hero-text .kicker {
  margin-bottom: 8px;
  font-size: .68rem;
}

.page-innovation .innovation-hero-text h1 {
  font-size: clamp(1.95rem, 4.1vw, 4.35rem);
  line-height: .95;
  margin-bottom: 8px;
}

.page-innovation .innovation-hero-text p {
  font-size: clamp(.92rem, 1.2vw, 1.08rem);
  line-height: 1.32;
}

.page-innovation .services,
.page-innovation .tech-section,
.page-innovation .gallery-section,
.page-innovation .applications,
.page-innovation .process-section {
  padding-top: 62px;
  padding-bottom: 62px;
}

.page-innovation .dark-section {
  padding-top: 66px;
  padding-bottom: 66px;
}

.page-innovation .section-head {
  margin-bottom: 30px;
}

.page-innovation .section-head h2 {
  font-size: clamp(1.9rem, 3.6vw, 3.75rem);
}

.page-innovation .section-head p {
  margin-top: 10px;
  font-size: .93rem;
}

.page-innovation .innovation-solutions-carousel {
  max-width: 1120px;
  min-height: 430px;
}

.page-innovation .innovation-solutions-carousel .solution-slide {
  grid-template-columns: minmax(0, .92fr) minmax(0, 1fr);
  gap: 30px;
  padding: 24px;
}

.page-innovation .innovation-solutions-carousel .solution-media {
  width: 100%;
  height: 355px;
  background: #050607;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-innovation .innovation-solutions-carousel .solution-media img,
.page-innovation .innovation-solutions-carousel .solution-media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #050607;
}

.page-innovation .innovation-solutions-carousel .solution-media video {
  pointer-events: none;
}

.page-innovation .innovation-solutions-carousel .solution-copy h3 {
  font-size: clamp(2rem, 3.3vw, 4rem);
}

.page-innovation .innovation-solutions-carousel .solution-copy p {
  font-size: .95rem;
  line-height: 1.55;
}

.page-innovation .spec-hero {
  margin-bottom: 36px;
}

.page-innovation .spec-grid {
  margin-top: 34px;
}

.page-innovation .gallery-note {
  margin-top: 20px;
}

.page-innovation .process-grid {
  gap: 14px;
}

@media (max-width: 900px) {
  .page-innovation .innovation-hero-premium {
    padding: 34px 0 42px;
  }

  .page-innovation .innovation-hero-stage {
    min-height: 270px;
  }

  .page-innovation .innovation-solutions-carousel {
    min-height: 620px;
  }

  .page-innovation .innovation-solutions-carousel .solution-slide {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .page-innovation .innovation-solutions-carousel .solution-media {
    height: 315px;
  }

  .page-innovation .services,
  .page-innovation .tech-section,
  .page-innovation .gallery-section,
  .page-innovation .applications,
  .page-innovation .process-section,
  .page-innovation .dark-section {
    padding-top: 46px;
    padding-bottom: 46px;
  }
}

@media (max-width: 560px) {
  .page-innovation .innovation-hero-stage {
    min-height: 220px;
  }

  .page-innovation .innovation-solutions-carousel {
    min-height: 655px;
  }

  .page-innovation .innovation-solutions-carousel .solution-media {
    height: 260px;
  }

  .page-innovation .innovation-solutions-carousel .solution-copy h3 {
    font-size: clamp(1.65rem, 9vw, 2.65rem);
  }
}


/* Fix compatibilidad videos Innovation: evita recuadros negros por carga/codec */
.page-innovation .innovation-solutions-carousel .solution-media {
  background: #0b0d10;
}

.page-innovation .innovation-solutions-carousel .solution-media video {
  background-color: #0b0d10;
}


/* =========================================================
   AJUSTE INNOVATION - Integración tecnológica tipo catálogo visual
   ========================================================= */
.page-innovation .section-head-left { text-align: left; margin-left: 0; margin-right: auto; }
.page-innovation .tech-products-section { position: relative; overflow: hidden; background: #fff; }
.page-innovation .tech-products-section .section-head h2 { color: #10141a; }
.page-innovation .tech-products-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; max-width: 1160px; margin: 0 auto; }
.page-innovation .tech-product-card { position: relative; min-height: 285px; overflow: hidden; border-radius: 8px; background: #050607; box-shadow: 0 24px 60px rgba(0,0,0,.16); isolation: isolate; transition: transform .28s ease, box-shadow .28s ease; }
.page-innovation .tech-product-card:hover { transform: translateY(-8px); box-shadow: 0 34px 80px rgba(0,0,0,.22); }
.page-innovation .tech-product-card img, .page-innovation .tech-product-card video { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(1.05) contrast(1.04); transform: scale(1.02); transition: transform .45s ease, filter .45s ease; }
.page-innovation .tech-product-card:hover img, .page-innovation .tech-product-card:hover video { transform: scale(1.08); filter: saturate(1.1) contrast(1.08); }
.page-innovation .tech-product-card::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(0,0,0,.14) 0%, rgba(0,0,0,.48) 48%, rgba(0,0,0,.86) 100%), radial-gradient(circle at 20% 90%, rgba(255,210,0,.20), transparent 34%); }
.page-innovation .tech-product-overlay { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; color: #fff; }
.page-innovation .tech-product-overlay h3 { color: #fff; font-size: clamp(1.55rem, 2.4vw, 2.35rem); line-height: .95; letter-spacing: -.055em; margin: 0 0 8px; text-shadow: 0 2px 14px rgba(0,0,0,.45); }
.page-innovation .tech-product-overlay p { color: rgba(255,255,255,.82); font-size: .9rem; line-height: 1.35; max-width: 310px; margin: 0 0 13px; }
.page-innovation .tech-product-overlay a { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.page-innovation .tech-product-overlay a::before { content: "→"; width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center; color: #050505; background: var(--yellow); border-radius: 999px; }
.page-innovation .tech-product-overlay a:hover { color: var(--yellow); }

/* =========================================================
   AJUSTE INNOVATION - Nueva sección sectores
   ========================================================= */
.page-innovation .sectors-section { position: relative; overflow: hidden; padding: 82px 0; color: #fff; background: radial-gradient(circle at 16% 18%, rgba(255,210,0,.12), transparent 28%), radial-gradient(circle at 88% 80%, rgba(0,142,255,.10), transparent 32%), linear-gradient(135deg, #030405 0%, #101820 54%, #050505 100%); }
.page-innovation .sectors-section::before { content: ""; position: absolute; inset: 0; opacity: .14; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 64px 64px; }
.page-innovation .sectors-section .container { position: relative; z-index: 2; }
.page-innovation .sectors-section .section-head h2, .page-innovation .sectors-section .section-head p { color: #fff; }
.page-innovation .sectors-section .section-head p { color: rgba(255,255,255,.70); }
.page-innovation .sectors-section .mark { color: #050505; background: var(--yellow); }
.page-innovation .sectors-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.page-innovation .sector-card { min-height: 205px; padding: 24px 22px; text-align: center; border: 1px solid rgba(255,210,0,.18); border-top: 4px solid var(--yellow); background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.035)); box-shadow: 0 24px 60px rgba(0,0,0,.26); transition: transform .28s ease, border-color .28s ease, background .28s ease; }
.page-innovation .sector-card:hover { transform: translateY(-7px); border-color: rgba(255,210,0,.45); background: linear-gradient(180deg, rgba(255,210,0,.12), rgba(255,255,255,.04)); }
.page-innovation .sector-card b { display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; margin-bottom: 16px; border-radius: 18px; color: #fff; font-size: 1.75rem; line-height: 1; background: rgba(255,210,0,.12); border: 1px solid rgba(255,210,0,.34); }
.page-innovation .sector-card h3 { color: #fff; font-size: 1.05rem; line-height: 1.1; text-transform: uppercase; letter-spacing: -.02em; margin: 0 0 10px; }
.page-innovation .sector-card p { color: rgba(255,255,255,.68); font-size: .86rem; line-height: 1.42; margin: 0; }

@media (max-width: 980px) {
  .page-innovation .tech-products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-innovation .sectors-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 580px) {
  .page-innovation .section-head-left { text-align: center; margin-left: auto; }
  .page-innovation .tech-products-grid, .page-innovation .sectors-grid { grid-template-columns: 1fr; }
  .page-innovation .tech-product-card { min-height: 255px; }
}


/* =========================================================
   AJUSTE INNOVATION - Integración tecnológica con 10 componentes
   ========================================================= */
.page-innovation .tech-products-ten .section-head-left {
  max-width: 860px;
}

.page-innovation .tech-products-grid-ten {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  max-width: 1240px;
}

.page-innovation .tech-products-grid-ten .tech-product-card {
  min-height: 230px;
  border-radius: 7px;
}

.page-innovation .tech-products-grid-ten .tech-product-overlay {
  left: 16px;
  right: 16px;
  bottom: 15px;
}

.page-innovation .tech-products-grid-ten .tech-product-overlay h3 {
  font-size: clamp(1.15rem, 1.55vw, 1.75rem);
  line-height: .96;
  margin-bottom: 7px;
}

.page-innovation .tech-products-grid-ten .tech-product-overlay p {
  font-size: .78rem;
  line-height: 1.28;
  margin-bottom: 10px;
}

.page-innovation .tech-products-grid-ten .tech-product-overlay a {
  font-size: .68rem;
}

.page-innovation .tech-products-grid-ten .tech-product-overlay a::before {
  width: 23px;
  height: 23px;
}

@media (max-width: 1180px) {
  .page-innovation .tech-products-grid-ten {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-innovation .tech-products-grid-ten .tech-product-card {
    min-height: 260px;
  }
}

@media (max-width: 820px) {
  .page-innovation .tech-products-grid-ten {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .page-innovation .tech-products-grid-ten {
    grid-template-columns: 1fr;
  }

  .page-innovation .tech-products-grid-ten .tech-product-card {
    min-height: 255px;
  }
}


/* =========================================================
   AJUSTE INNOVATION - Espaciado y alternancia claro/oscuro
   ========================================================= */

/* Reducir de forma significativa el espacio vacío entre Hero y Nuestras soluciones */
.page-innovation .innovation-hero-premium {
  padding-top: 28px;
  padding-bottom: 30px;
}

.page-innovation .innovation-hero-stage {
  min-height: clamp(250px, 32vw, 360px);
}

.page-innovation .innovation-hero-text {
  margin-top: 12px;
}

.page-innovation .innovation-hero-text h1 {
  font-size: clamp(1.75rem, 3.25vw, 3.55rem);
  margin-bottom: 6px;
}

.page-innovation .innovation-hero-text p {
  font-size: clamp(.84rem, .95vw, .98rem);
}

.page-innovation .services {
  padding-top: 42px;
  padding-bottom: 54px;
}

/* Alternancia: Hero oscuro / Nuestras soluciones claro / Integración tecnológica oscuro */
.page-innovation .tech-products-dark {
  color: #fff;
  background:
    radial-gradient(circle at 18% 16%, rgba(255,210,0,.10), transparent 28%),
    radial-gradient(circle at 85% 78%, rgba(0,142,255,.10), transparent 30%),
    linear-gradient(135deg, #030405 0%, #101820 54%, #050505 100%);
}

.page-innovation .tech-products-dark .section-head h2,
.page-innovation .tech-products-dark .section-head p {
  color: #fff;
}

.page-innovation .tech-products-dark .section-head p {
  color: rgba(255,255,255,.72);
}

.page-innovation .tech-products-dark .mark {
  color: #050505;
  background: var(--yellow);
}

.page-innovation .tech-products-dark .kicker {
  color: var(--yellow);
}

/* Ajuste de altura para que las 10 fichas no se vean diminutas ni demasiado separadas */
.page-innovation .tech-products-dark {
  padding-top: 58px;
  padding-bottom: 64px;
}

.page-innovation .tech-products-grid-ten {
  gap: 16px;
}

.page-innovation .tech-products-grid-ten .tech-product-card {
  min-height: 245px;
}

@media (max-width: 900px) {
  .page-innovation .innovation-hero-stage {
    min-height: 230px;
  }

  .page-innovation .innovation-hero-premium {
    padding-top: 24px;
    padding-bottom: 28px;
  }

  .page-innovation .services {
    padding-top: 38px;
  }
}

@media (max-width: 560px) {
  .page-innovation .innovation-hero-stage {
    min-height: 200px;
  }

  .page-innovation .tech-products-grid-ten .tech-product-card {
    min-height: 250px;
  }
}


/* =========================================================
   AJUSTE INNOVATION - Títulos y textos uniformes por sección
   Referencia: Nuestras soluciones
   ========================================================= */
.page-innovation .tech-products-section .section-head,
.page-innovation .tech-products-dark .section-head {
  text-align: center;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.page-innovation .tech-products-section .section-head .kicker,
.page-innovation .tech-products-dark .section-head .kicker {
  display: inline-flex;
  margin-bottom: 10px;
  justify-content: center;
}

.page-innovation .tech-products-section .section-head h2,
.page-innovation .tech-products-dark .section-head h2 {
  font-size: clamp(1.9rem, 3.6vw, 3.75rem);
  line-height: .94;
  text-transform: uppercase;
  letter-spacing: -.065em;
  margin-left: auto;
  margin-right: auto;
}

.page-innovation .tech-products-section .section-head p,
.page-innovation .tech-products-dark .section-head p {
  max-width: 720px;
  margin: 10px auto 0;
  font-size: .93rem;
  line-height: 1.45;
}

/* Desactiva alineación izquierda anterior en desktop y móvil */
.page-innovation .section-head-left {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* =========================================================
   AJUSTE FINAL INNOVATION - Integración tecnológica tipo bullets gráficos
   ========================================================= */
.page-innovation .tech-bullets-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 14% 16%, rgba(255,210,0,.10), transparent 24%),
    radial-gradient(circle at 86% 82%, rgba(0,118,255,.10), transparent 28%),
    linear-gradient(135deg, #05070b 0%, #0b1320 54%, #040507 100%);
}

.page-innovation .tech-bullets-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .08;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 72px 72px;
}

.page-innovation .tech-bullets-section .container {
  position: relative;
  z-index: 1;
}

.page-innovation .tech-bullets-section .section-head {
  max-width: 780px;
  margin: 0 auto 34px;
}

.page-innovation .tech-bullets-section .section-head h2 {
  color: #fff;
  font-size: clamp(1.9rem, 3.6vw, 3.75rem);
  line-height: .94;
  text-transform: uppercase;
  letter-spacing: -.065em;
  margin: 0 auto;
}

.page-innovation .tech-bullets-section .section-head p {
  color: rgba(255,255,255,.74);
  max-width: 720px;
  margin: 10px auto 0;
  font-size: .93rem;
  line-height: 1.45;
}

.page-innovation .tech-bullets-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  max-width: 1240px;
  margin: 0 auto;
}

.page-innovation .tech-bullet-item {
  min-height: 206px;
  padding: 22px 18px 20px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,.03) 100%);
  box-shadow: 0 18px 38px rgba(0,0,0,.18);
  text-align: center;
  transition: transform .24s ease, background .24s ease, box-shadow .24s ease;
}

.page-innovation .tech-bullet-item:hover {
  transform: translateY(-6px);
  background: linear-gradient(180deg, rgba(255,210,0,.10) 0%, rgba(255,255,255,.04) 100%);
  box-shadow: 0 22px 44px rgba(0,0,0,.24);
}

.page-innovation .tech-bullet-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: var(--yellow);
  background: rgba(255,210,0,.09);
}

.page-innovation .tech-bullet-icon svg {
  width: 30px;
  height: 30px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-innovation .tech-bullet-icon-text {
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.page-innovation .tech-bullet-item h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.06rem;
  line-height: 1.08;
  letter-spacing: -.03em;
}

.page-innovation .tech-bullet-item p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: .84rem;
  line-height: 1.38;
}

@media (max-width: 1180px) {
  .page-innovation .tech-bullets-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .page-innovation .tech-bullets-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .page-innovation .tech-bullets-grid {
    grid-template-columns: 1fr;
  }

  .page-innovation .tech-bullet-item {
    min-height: auto;
  }
}


/* =========================================================
   CORRECCIÓN FINAL - Integración tecnológica visual sin tarjetas
   ========================================================= */
.page-innovation .tech-bullets-section {
  padding-top: 72px;
  padding-bottom: 76px;
  background:
    radial-gradient(circle at 50% 12%, rgba(255,255,255,.045), transparent 24%),
    radial-gradient(circle at 12% 20%, rgba(255,210,0,.075), transparent 26%),
    radial-gradient(circle at 88% 82%, rgba(0,118,255,.08), transparent 28%),
    linear-gradient(135deg, #02070c 0%, #07111c 52%, #020509 100%);
}

.page-innovation .tech-bullets-section::before {
  opacity: .045;
}

.page-innovation .tech-bullets-section .section-head {
  max-width: 1180px;
  margin-bottom: 58px;
}

.page-innovation .tech-bullets-section .section-head .kicker {
  display: none !important;
}

.page-innovation .tech-bullets-section .section-head h2 {
  color: #fff;
  white-space: nowrap;
  font-size: clamp(2.35rem, 5.2vw, 5.15rem);
  line-height: .92;
  letter-spacing: -.055em;
  text-shadow: 0 14px 34px rgba(0,0,0,.36);
}

.page-innovation .tech-bullets-section .section-head p {
  color: rgba(255,255,255,.78);
  max-width: 820px;
  font-size: clamp(.95rem, 1.15vw, 1.12rem);
  line-height: 1.5;
  margin-top: 18px;
}

.page-innovation .tech-bullets-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 54px 42px;
  max-width: 1280px;
}

.page-innovation .tech-bullet-item {
  min-height: auto;
  padding: 0 14px;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
}

.page-innovation .tech-bullet-item:hover {
  transform: translateY(-5px);
  background: transparent !important;
  box-shadow: none !important;
}

.page-innovation .tech-bullet-icon {
  width: 92px;
  height: 92px;
  margin-bottom: 18px;
  border-radius: 0;
  background: transparent !important;
  color: var(--yellow);
  box-shadow: none !important;
}

.page-innovation .tech-bullet-icon svg {
  width: 62px;
  height: 62px;
  stroke-width: 1.55;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.25));
}

.page-innovation .tech-bullet-icon svg path,
.page-innovation .tech-bullet-icon svg rect,
.page-innovation .tech-bullet-icon svg circle {
  stroke: currentColor;
}

.page-innovation .tech-bullet-icon svg path:nth-child(odd),
.page-innovation .tech-bullet-icon svg rect:nth-child(odd),
.page-innovation .tech-bullet-icon svg circle:nth-child(odd) {
  stroke: rgba(255,255,255,.94);
}

.page-innovation .tech-bullet-icon-text {
  color: var(--yellow);
  font-size: 1.55rem;
  font-weight: 950;
  letter-spacing: .08em;
}

.page-innovation .tech-bullet-item h3 {
  color: #fff;
  font-size: clamp(1.2rem, 1.7vw, 1.72rem);
  line-height: 1.04;
  letter-spacing: -.035em;
  margin-bottom: 12px;
  text-shadow: 0 10px 28px rgba(0,0,0,.32);
}

.page-innovation .tech-bullet-item p {
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255,255,255,.78);
  font-size: .94rem;
  line-height: 1.42;
}

@media (max-width: 1180px) {
  .page-innovation .tech-bullets-section .section-head h2 {
    white-space: normal;
  }

  .page-innovation .tech-bullets-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .page-innovation .tech-bullets-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 26px;
  }
}

@media (max-width: 560px) {
  .page-innovation .tech-bullets-section {
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .page-innovation .tech-bullets-grid {
    grid-template-columns: 1fr;
  }

  .page-innovation .tech-bullet-icon {
    width: 78px;
    height: 78px;
  }

  .page-innovation .tech-bullet-icon svg {
    width: 54px;
    height: 54px;
  }
}


/* =========================================================
   CORRECCIÓN 1:1 - Integración tecnológica aprobada
   ========================================================= */
.page-innovation .tech-visual-bullets-section {
  position: relative;
  overflow: hidden;
  padding-top: 76px;
  padding-bottom: 82px;
  color: #fff;
  background:
    radial-gradient(circle at 14% 18%, rgba(255,210,0,.055), transparent 26%),
    radial-gradient(circle at 86% 86%, rgba(0,118,255,.075), transparent 30%),
    linear-gradient(135deg, #02070c 0%, #07111c 52%, #020509 100%);
}

.page-innovation .tech-visual-bullets-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 72px 72px;
}

.page-innovation .tech-visual-bullets-section .container {
  position: relative;
  z-index: 2;
}

.page-innovation .tech-visual-bullets-section .section-head {
  max-width: 1120px;
  margin: 0 auto 60px;
  text-align: center;
}

.page-innovation .tech-visual-bullets-section .section-head .kicker,
.page-innovation .tech-visual-bullets-section .mark {
  display: none !important;
}

.page-innovation .tech-visual-bullets-section .section-head h2 {
  color: #fff;
  font-size: clamp(2.45rem, 5.1vw, 5.05rem);
  line-height: .92;
  letter-spacing: -.052em;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0 auto;
  text-shadow: 0 14px 34px rgba(0,0,0,.38);
}


.page-innovation .tech-visual-bullets-section .section-head h2::after,
.page-innovation .tech-visual-bullets-section .section-head::after {
  display: none !important;
  content: none !important;
}

.page-innovation .tech-visual-bullets-section .section-head p {
  max-width: 760px;
  margin: 16px auto 0;
  color: rgba(255,255,255,.82);
  font-size: 1rem;
  line-height: 1.55;
}

.page-innovation .tech-uniform-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.page-innovation .tech-uniform-card {
  min-height: 245px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 26px 16px 22px;
  color: #fff;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
  position: relative;
  overflow: hidden;
  transition: transform .28s ease, border-color .28s ease, background .28s ease;
}

.page-innovation .tech-uniform-card::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  height: 3px;
  background: var(--yellow);
}

.page-innovation .tech-uniform-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255,210,0,.6);
  background: rgba(255,255,255,.075);
}

.page-innovation .tech-uniform-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  color: #fff;
}

.page-innovation .tech-uniform-icon svg {
  width: 72px;
  height: 72px;
  overflow: visible;
}

.page-innovation .tech-uniform-icon .w,
.page-innovation .tech-uniform-icon .g {
  stroke: #fff;
  fill: none;
  stroke-width: 4.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 10px 18px rgba(255,255,255,.08));
}

.page-innovation .tech-uniform-card h3 {
  min-height: 52px;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
  font-size: clamp(.98rem, 1vw, 1.18rem);
  line-height: 1.06;
  letter-spacing: -.025em;
  text-transform: uppercase;
  font-weight: 1000;
}

.page-innovation .tech-uniform-card p {
  margin-top: 13px;
  color: rgba(255,255,255,.68);
  font-size: .86rem;
  line-height: 1.45;
}

@media (max-width: 1180px) {
  .page-innovation .tech-uniform-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (max-width: 980px) {
  .page-innovation .tech-uniform-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .page-innovation .tech-uniform-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .page-innovation .tech-uniform-card {
    min-height: 220px;
    padding: 20px 16px;
  }
}

@media (max-width: 520px) {
  .page-innovation .tech-visual-bullets-section {
    padding-top: 56px;
    padding-bottom: 60px;
  }

  .page-innovation .tech-uniform-grid {
    grid-template-columns: 1fr;
  }
}



/* Innovation - integración tecnológica con estilo idéntico a cards de index */
.page-innovation .solution-bullet-grid.solution-bullet-grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.page-innovation .solution-bullet-grid.solution-bullet-grid-5 .solution-bullet-card {
  min-height: 245px;
  padding: 26px 16px 22px;
}

.page-innovation .solution-bullet-grid.solution-bullet-grid-5 .solution-bullet-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
}

.page-innovation .solution-bullet-grid.solution-bullet-grid-5 .solution-bullet-icon .w,
.page-innovation .solution-bullet-grid.solution-bullet-grid-5 .solution-bullet-icon .g {
  fill: none;
  stroke: currentColor;
  stroke-width: 4.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-innovation .solution-bullet-grid.solution-bullet-grid-5 .solution-bullet-card strong {
  min-height: 52px;
}

@media (max-width: 1180px) {
  .page-innovation .solution-bullet-grid.solution-bullet-grid-5 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (max-width: 980px) {
  .page-innovation .solution-bullet-grid.solution-bullet-grid-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .page-innovation .solution-bullet-grid.solution-bullet-grid-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .page-innovation .solution-bullet-grid.solution-bullet-grid-5 .solution-bullet-card {
    min-height: 220px;
    padding: 22px 12px 18px;
  }
}

@media (max-width: 520px) {
  .page-innovation .solution-bullet-grid.solution-bullet-grid-5 {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   WEB DISAE 5TA PARTE - Innovation / Especificaciones técnicas
   Sección clara premium inspirada en mockup, construida en HTML + CSS
   ========================================================= */
.page-innovation .innovation-specs-light {
  position: relative;
  overflow: hidden;
  padding: 74px 0 64px;
  color: #101216;
  background:
    radial-gradient(circle at 10% 0%, rgba(255,255,255,.96) 0%, rgba(255,255,255,.78) 24%, transparent 46%),
    linear-gradient(135deg, #ffffff 0%, #f7f5ef 48%, #ffffff 100%);
  isolation: isolate;
}

.page-innovation .innovation-specs-light::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: .72;
  background:
    linear-gradient(112deg, rgba(0,0,0,.035), transparent 17%),
    repeating-linear-gradient(0deg, rgba(174,128,31,.045) 0 1px, transparent 1px 88px);
}

.page-innovation .innovation-specs-light::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -20%;
  height: 42%;
  z-index: -1;
  pointer-events: none;
  opacity: .44;
  background: radial-gradient(ellipse at center, rgba(193,143,35,.20), transparent 62%);
  filter: blur(22px);
}

.page-innovation .specs-soft-orbit {
  position: absolute;
  border: 1px solid rgba(184,132,25,.30);
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}

.page-innovation .specs-orbit-one {
  width: 430px;
  height: 430px;
  right: -165px;
  top: 130px;
}

.page-innovation .specs-orbit-two {
  width: 560px;
  height: 560px;
  right: -260px;
  top: 64px;
  opacity: .45;
}

.page-innovation .specs-brand-line {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  max-width: 720px;
  margin-bottom: 22px;
}

.page-innovation .specs-brand-line span {
  color: #9b7018;
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.page-innovation .specs-brand-line i {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, rgba(155,112,24,.62), transparent);
}

.page-innovation .specs-title-row {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(260px, .55fr);
  gap: 34px;
  align-items: end;
  max-width: 1030px;
  margin-bottom: 28px;
}

.page-innovation .specs-title-row h2 {
  margin: 0;
  color: #090909;
  font-size: clamp(2.8rem, 6.2vw, 6.25rem);
  line-height: .86;
  letter-spacing: -.075em;
  text-transform: uppercase;
}

.page-innovation .specs-title-row h2 span {
  display: block;
}

.page-innovation .specs-title-row p {
  position: relative;
  margin: 0 0 12px;
  padding-left: 22px;
  color: #15171c;
  font-size: clamp(.98rem, 1.5vw, 1.22rem);
  line-height: 1.28;
  max-width: 360px;
}

.page-innovation .specs-title-row p::before {
  content: "";
  position: absolute;
  left: 0;
  top: .1em;
  bottom: .1em;
  width: 1px;
  background: #b9871f;
}

.page-innovation .specs-title-row strong {
  color: #a97816;
  font-weight: 900;
}

.page-innovation .specs-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, .72fr);
  gap: 34px;
  align-items: center;
}

.page-innovation .specs-table {
  display: grid;
  gap: 0;
  position: relative;
  z-index: 2;
}

.page-innovation .specs-row {
  display: grid;
  grid-template-columns: 76px 178px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 18px 0 18px;
  border-bottom: 1px solid rgba(170,123,28,.28);
}

.page-innovation .specs-row:first-child {
  border-top: 1px solid rgba(170,123,28,.28);
}

.page-innovation .specs-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 13px 28px rgba(0,0,0,.10);
}

.page-innovation .specs-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: #b9871f;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-innovation .specs-row h3 {
  margin: 0;
  color: #a2761d;
  font-size: clamp(1rem, 1.45vw, 1.34rem);
  line-height: 1.06;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.025em;
}

.page-innovation .specs-row ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
  row-gap: 8px;
}

.page-innovation .specs-row li {
  position: relative;
  padding-left: 15px;
  color: #1d2026;
  font-size: .89rem;
  line-height: 1.36;
}

.page-innovation .specs-row li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #a97816;
  box-shadow: 0 0 0 3px rgba(185,135,31,.11);
}

.page-innovation .specs-product-panel {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 0 0 4px;
  overflow: visible;
}

.page-innovation .specs-product-panel::before {
  content: "";
  position: absolute;
  width: 78%;
  height: 48px;
  left: 13%;
  bottom: 2px;
  background: radial-gradient(ellipse at center, rgba(0,0,0,.22), transparent 68%);
  filter: blur(8px);
  opacity: .62;
  z-index: 0;
}

.page-innovation .specs-product-glow {
  position: absolute;
  right: 13%;
  bottom: 17%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255,210,0,.18);
  filter: blur(44px);
  z-index: 0;
}

.page-innovation .specs-product-panel img {
  position: relative;
  z-index: 2;
  width: min(100%, 430px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 34px 40px rgba(0,0,0,.20));
  animation: floatVisual 5.8s ease-in-out infinite;
}

.page-innovation .specs-benefit-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 14px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 20px 55px rgba(0,0,0,.10);
  backdrop-filter: blur(12px);
}

.page-innovation .specs-benefit {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 96px;
  padding: 16px 20px;
  border-right: 1px solid rgba(0,0,0,.10);
}

.page-innovation .specs-benefit:last-child {
  border-right: 0;
}

.page-innovation .specs-benefit b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #b9871f;
  font-size: 1.7rem;
  line-height: 1;
  border-radius: 15px;
  background: rgba(185,135,31,.08);
  border: 1px solid rgba(185,135,31,.28);
}

.page-innovation .specs-benefit h4 {
  margin: 0 0 2px;
  color: #12151a;
  font-size: .84rem;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.01em;
}

.page-innovation .specs-benefit p {
  margin: 0;
  color: rgba(17,19,24,.70);
  font-size: .78rem;
  line-height: 1.25;
}

@media (max-width: 1100px) {
  .page-innovation .specs-title-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .page-innovation .specs-title-row p {
    max-width: 560px;
    margin-bottom: 0;
  }

  .page-innovation .specs-layout {
    grid-template-columns: 1fr;
  }

  .page-innovation .specs-product-panel {
    order: -1;
    min-height: auto;
    padding: 4px 0 12px;
  }

  .page-innovation .specs-product-panel img {
    width: min(82vw, 420px);
  }
}

@media (max-width: 760px) {
  .page-innovation .innovation-specs-light {
    padding: 52px 0 48px;
  }

  .page-innovation .specs-title-row h2 {
    font-size: clamp(2.45rem, 13.2vw, 4.8rem);
    line-height: .89;
  }

  .page-innovation .specs-brand-line {
    gap: 14px;
    margin-bottom: 16px;
  }

  .page-innovation .specs-row {
    grid-template-columns: 58px 1fr;
    gap: 14px;
    align-items: start;
    padding: 18px 0;
  }

  .page-innovation .specs-row h3 {
    padding-top: 4px;
  }

  .page-innovation .specs-row ul {
    grid-column: 2;
    grid-template-columns: 1fr;
    row-gap: 7px;
    margin-top: -2px;
  }

  .page-innovation .specs-icon {
    width: 50px;
    height: 50px;
  }

  .page-innovation .specs-icon svg {
    width: 27px;
    height: 27px;
  }

  .page-innovation .specs-benefit-strip {
    grid-template-columns: 1fr;
    border-radius: 12px;
  }

  .page-innovation .specs-benefit {
    border-right: 0;
    border-bottom: 1px solid rgba(0,0,0,.10);
  }

  .page-innovation .specs-benefit:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 480px) {
  .page-innovation .specs-brand-line span {
    font-size: .75rem;
  }

  .page-innovation .specs-title-row p {
    font-size: .94rem;
  }

  .page-innovation .specs-product-panel img {
    width: min(92vw, 340px);
  }

  .page-innovation .specs-row li {
    font-size: .84rem;
  }
}

/* Ajuste fino: producto integrado al fondo y título móvil sin desborde */
.page-innovation .specs-product-panel img {
  mix-blend-mode: multiply;
}

@media (max-width: 760px) {
  .page-innovation .specs-title-row h2 {
    font-size: clamp(1.95rem, 8.4vw, 3.2rem);
    line-height: .92;
    letter-spacing: -.055em;
    max-width: 100%;
  }
}

.page-innovation .specs-product-panel img { mix-blend-mode: normal; }

/* ===== Innovation gallery regrouped / 5ta parte ===== */
.page-innovation .gallery-section {
  padding: 96px 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(255,210,0,.12), transparent 22%),
    radial-gradient(circle at 100% 100%, rgba(255,210,0,.08), transparent 24%),
    linear-gradient(135deg, #07090d 0%, #0f1722 52%, #0a0f16 100%);
  color: #fff;
}

.page-innovation .gallery-section .section-head {
  margin-bottom: 28px;
}

.page-innovation .gallery-section .section-head p {
  max-width: 900px;
  margin: 0 auto;
  color: rgba(255,255,255,.78);
}

.gallery-groups {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 30px;
}

.gallery-group-card {
  background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.04));
  border: 1px solid rgba(255,210,0,.18);
  border-radius: 22px;
  padding: 22px 20px 20px;
  box-shadow: 0 18px 45px rgba(0,0,0,.22);
}

.gallery-group-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.gallery-group-count {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,210,0,.12);
  border: 1px solid rgba(255,210,0,.26);
  color: var(--yellow);
  font-size: 1.15rem;
  font-weight: 900;
}

.gallery-group-tag {
  color: rgba(255,255,255,.68);
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 800;
}

.gallery-group-card h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
}

.gallery-group-card p {
  color: rgba(255,255,255,.74);
  font-size: .95rem;
  line-height: 1.55;
}

.page-innovation .gallery-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.page-innovation .filter-btn {
  border: 1px solid rgba(255,210,0,.34);
  background: rgba(255,255,255,.05);
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  transition: .25s ease;
}

.page-innovation .filter-btn.active,
.page-innovation .filter-btn:hover {
  background: var(--yellow);
  color: #111;
  border-color: var(--yellow);
}

.page-innovation .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.page-innovation .gallery-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 340px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border: 1px solid rgba(255,210,0,.18);
  box-shadow: 0 22px 45px rgba(0,0,0,.18);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.page-innovation .gallery-item:hover {
  transform: translateY(-7px);
  border-color: rgba(255,210,0,.48);
  box-shadow: 0 26px 55px rgba(0,0,0,.28);
}

.page-innovation .gallery-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  min-height: 290px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,210,0,.14), transparent 40%),
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.015));
}

.page-innovation .gallery-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,.06));
  pointer-events: none;
}

.page-innovation .gallery-item img {
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: contain;
  padding: 0;
  transition: transform .35s ease;
}

.page-innovation .gallery-item:hover img {
  transform: scale(1.04);
}

.page-innovation .gallery-caption {
  padding: 16px 18px 18px;
  border-top: 1px solid rgba(255,210,0,.12);
}

.page-innovation .gallery-caption span {
  display: inline-block;
  margin-bottom: 5px;
  color: var(--yellow);
  font-size: .68rem;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .12em;
}

.page-innovation .gallery-caption h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.35;
}

.page-innovation .gallery-note {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 26px;
  padding: 22px 24px;
  border-radius: 20px;
  border: 1px solid rgba(255,210,0,.2);
  background: rgba(255,255,255,.05);
}

.page-innovation .gallery-note p {
  margin: 0;
  color: rgba(255,255,255,.82);
}

@media (max-width: 1100px) {
  .gallery-groups,
  .page-innovation .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .page-innovation .gallery-section {
    padding: 82px 0;
  }

  .gallery-groups,
  .page-innovation .gallery-grid {
    grid-template-columns: 1fr;
  }

  .page-innovation .gallery-note {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-innovation .gallery-media {
    min-height: 260px;
  }
}


/* ===== Innovation gallery refinement / no inner frame ===== */
.page-innovation .gallery-section .section-head .kicker { display:none !important; }
.page-innovation .gallery-media {
  padding: 0;
  min-height: 300px;
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
}
.page-innovation .gallery-media::after { background: linear-gradient(180deg, transparent 68%, rgba(0,0,0,.05)); }
.page-innovation .gallery-item img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  display: block;
}
.page-innovation .gallery-caption {
  padding-top: 14px;
}
.page-innovation .gallery-caption span {
  display: none !important;
}
.page-innovation .gallery-caption h3 {
  color: #fff;
  font-size: .96rem;
  line-height: 1.4;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-innovation .gallery-media {
    min-height: 250px;
  }
}

/* ===== Innovation gallery final corrections requested ===== */
.page-innovation .gallery-item.featured {
  grid-column: span 1 !important;
  min-height: 340px !important;
}
.page-innovation .gallery-item.featured .gallery-media {
  min-height: 300px !important;
}
.page-innovation .gallery-grid {
  grid-auto-flow: row !important;
  align-items: stretch !important;
}
.page-innovation .gallery-media {
  min-height: 300px !important;
  padding: 0 !important;
  background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.015)) !important;
}
.page-innovation .gallery-item img {
  width: 100% !important;
  height: 100% !important;
  max-height: 300px !important;
  object-fit: contain !important;
  padding: 0 !important;
}
.page-innovation .gallery-caption span {
  display: none !important;
}
.page-innovation .gallery-caption h3 {
  color: #fff !important;
}
@media (max-width: 767px) {
  .page-innovation .gallery-item.featured { grid-column: span 1 !important; }
  .page-innovation .gallery-media { min-height: 250px !important; }
  .page-innovation .gallery-item img { max-height: 250px !important; }
}

/* ===== Gallery CTA refinement / cierre premium ===== */
.page-innovation .gallery-cta-premium {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
  padding: 30px 34px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 210, 0, .28);
  background:
    radial-gradient(circle at 92% 20%, rgba(255, 210, 0, .22), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.085), rgba(255,255,255,.035));
  box-shadow: 0 24px 70px rgba(0,0,0,.24);
}

.page-innovation .gallery-cta-premium::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 4px;
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 0 0 22px rgba(255,210,0,.42);
}

.page-innovation .gallery-cta-copy {
  position: relative;
  z-index: 1;
}

.page-innovation .gallery-cta-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--yellow);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.page-innovation .gallery-cta-kicker::before {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: var(--yellow);
}

.page-innovation .gallery-cta-copy h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(1.35rem, 2.2vw, 2.05rem);
  line-height: 1.1;
}

.page-innovation .gallery-cta-copy p {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 1rem;
  line-height: 1.65;
}

.page-innovation .gallery-cta-action {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.page-innovation .gallery-cta-btn {
  min-width: 260px;
  justify-content: center;
  text-align: center;
  box-shadow: 0 16px 35px rgba(255,210,0,.2);
}

.page-innovation .gallery-cta-action small {
  max-width: 270px;
  color: rgba(255,255,255,.58);
  text-align: right;
  line-height: 1.45;
}

@media (max-width: 820px) {
  .page-innovation .gallery-cta-premium {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px 24px;
  }

  .page-innovation .gallery-cta-action {
    align-items: stretch;
  }

  .page-innovation .gallery-cta-btn {
    min-width: 0;
    width: 100%;
  }

  .page-innovation .gallery-cta-action small {
    max-width: none;
    text-align: left;
  }
}

/* ===== Innovation final sections polish / 5ta parte ===== */
.innovation-usage-section {
  padding: 94px 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(255,210,0,.12), transparent 24%),
    linear-gradient(180deg, #fbfaf6 0%, #f3f1ea 100%);
}

.innovation-usage-section .section-head p,
.innovation-process-premium .section-head p {
  max-width: 820px;
}

.usage-layout {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 26px;
  align-items: stretch;
}

.usage-hero-card,
.usage-card {
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(18,18,18,.08);
  box-shadow: 0 22px 55px rgba(14,18,28,.10);
  overflow: hidden;
}

.usage-hero-card {
  border-radius: 28px;
  display: flex;
  flex-direction: column;
}

.usage-hero-media {
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #ffffff 0%, #eeeae0 100%);
}

.usage-hero-media img {
  width: 100%;
  height: 100%;
  max-height: 410px;
  object-fit: contain;
  padding: 24px;
}

.usage-hero-content {
  padding: 28px;
}

.usage-hero-content span,
.usage-card span {
  display: inline-block;
  margin-bottom: 8px;
  color: #a47709;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.usage-hero-content h3 {
  margin-bottom: 12px;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  line-height: 1.05;
  color: #111827;
}

.usage-hero-content p,
.usage-card p {
  color: #4b5563;
  line-height: 1.65;
}

.usage-mini-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.usage-mini-metrics b {
  padding: 9px 12px;
  border-radius: 999px;
  background: #111827;
  color: var(--yellow);
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.usage-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.usage-card {
  border-radius: 22px;
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px;
  transition: transform .25s ease, box-shadow .25s ease;
}

.usage-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 60px rgba(14,18,28,.14);
}

.usage-card img {
  width: 118px;
  height: 148px;
  object-fit: contain;
  border-radius: 18px;
  background: #f6f4ef;
}

.usage-card h3 {
  margin-bottom: 8px;
  color: #111827;
  font-size: 1.08rem;
  line-height: 1.25;
}

.innovation-sectors-premium {
  padding: 92px 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(255,210,0,.12), transparent 26%),
    radial-gradient(circle at 100% 100%, rgba(255,210,0,.08), transparent 24%),
    linear-gradient(135deg, #07090d 0%, #111923 100%);
  color: #fff;
}

.innovation-sectors-premium .section-head p {
  color: rgba(255,255,255,.76);
  max-width: 850px;
}

.sector-showcase {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 24px;
  padding: 28px;
  border: 1px solid rgba(255,210,0,.18);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  box-shadow: 0 24px 60px rgba(0,0,0,.24);
}

.sector-showcase-text span,
.innovation-contact-premium .form-kicker {
  color: var(--yellow);
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 900;
}

.sector-showcase-text h3 {
  margin: 8px 0 10px;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 1.08;
}

.sector-showcase-text p {
  color: rgba(255,255,255,.75);
  line-height: 1.65;
}

.sector-highlight-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.sector-highlight-list b {
  padding: 18px 14px;
  border-radius: 18px;
  text-align: center;
  color: #111;
  background: var(--yellow);
  box-shadow: 0 16px 34px rgba(255,210,0,.14);
}

.innovation-sectors-premium .sectors-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.innovation-sectors-premium .sector-card {
  min-height: 186px;
  border: 1px solid rgba(255,210,0,.18);
  border-radius: 22px;
  padding: 22px 20px;
  background: rgba(255,255,255,.055);
  box-shadow: 0 20px 45px rgba(0,0,0,.18);
  transition: transform .25s ease, border-color .25s ease;
}

.innovation-sectors-premium .sector-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,210,0,.48);
}

.innovation-sectors-premium .sector-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 50%;
  color: var(--yellow);
  border: 1px solid rgba(255,210,0,.28);
  background: rgba(255,210,0,.08);
  font-weight: 900;
}

.innovation-sectors-premium .sector-card h3 {
  color: #fff;
  font-size: 1.02rem;
  line-height: 1.25;
  margin-bottom: 8px;
}

.innovation-sectors-premium .sector-card p {
  color: rgba(255,255,255,.70);
  line-height: 1.55;
  font-size: .94rem;
}

.innovation-process-premium {
  padding: 96px 0;
  background: linear-gradient(180deg, #fbfaf6 0%, #f1eee6 100%);
}

.process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.process-timeline::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 37px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(164,119,9,.35), transparent);
}

.innovation-process-premium .process-card {
  position: relative;
  padding: 22px 20px 24px;
  min-height: 275px;
  border-radius: 24px;
  border: 1px solid rgba(18,18,18,.08);
  background: rgba(255,255,255,.86);
  box-shadow: 0 20px 55px rgba(14,18,28,.10);
  z-index: 1;
}

.innovation-process-premium .process-card b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: #111827;
  color: var(--yellow);
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(17,24,39,.20);
}

.innovation-process-premium .process-card span {
  display: inline-block;
  margin-bottom: 6px;
  color: #a47709;
  font-weight: 900;
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.innovation-process-premium .process-card h3 {
  color: #111827;
  margin-bottom: 10px;
  font-size: 1.08rem;
  line-height: 1.25;
}

.innovation-process-premium .process-card p {
  color: #4b5563;
  line-height: 1.6;
  font-size: .94rem;
}

.innovation-contact-premium {
  padding: 96px 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(255,210,0,.12), transparent 24%),
    linear-gradient(135deg, #07090d 0%, #111923 100%);
}

.innovation-contact-premium .contact-grid {
  align-items: start;
  gap: 30px;
}

.innovation-contact-premium .contact-info-modern,
.innovation-contact-premium .contact-form-modern {
  border-radius: 30px;
  border: 1px solid rgba(255,210,0,.18);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  box-shadow: 0 24px 60px rgba(0,0,0,.24);
}

.innovation-contact-premium .contact-info-modern {
  padding: 34px;
}

.innovation-contact-premium .contact-info-modern h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.04;
  color: #fff;
  margin: 10px 0 14px;
}

.innovation-contact-premium .contact-lead {
  color: rgba(255,255,255,.76);
}

.contact-summary-box {
  margin: 24px 0;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,210,0,.14);
}

.contact-summary-box h3 {
  color: #fff;
  margin-bottom: 12px;
}

.contact-summary-box ul {
  display: grid;
  gap: 9px;
  color: rgba(255,255,255,.76);
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-summary-box li::before {
  content: "•";
  color: var(--yellow);
  font-weight: 900;
  margin-right: 8px;
}

.innovation-contact-premium .contact-action {
  border-radius: 18px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,210,0,.14);
}

.innovation-contact-premium .contact-form-modern {
  padding: 30px;
}

.innovation-contact-premium .contact-form-modern h3 {
  color: #fff;
  margin: 8px 0 20px;
  font-size: 1.6rem;
}

.innovation-contact-premium .form-help {
  color: rgba(255,255,255,.62);
}

@media (max-width: 1100px) {
  .usage-layout,
  .sector-showcase,
  .innovation-contact-premium .contact-grid {
    grid-template-columns: 1fr;
  }

  .innovation-sectors-premium .sectors-grid,
  .process-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-timeline::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .innovation-usage-section,
  .innovation-sectors-premium,
  .innovation-process-premium,
  .innovation-contact-premium {
    padding: 78px 0;
  }

  .usage-card-grid,
  .innovation-sectors-premium .sectors-grid,
  .process-timeline,
  .sector-highlight-list {
    grid-template-columns: 1fr;
  }

  .usage-card {
    grid-template-columns: 92px 1fr;
  }

  .usage-card img {
    width: 92px;
    height: 120px;
  }

  .usage-hero-media {
    min-height: 270px;
  }

  .sector-showcase,
  .innovation-contact-premium .contact-info-modern,
  .innovation-contact-premium .contact-form-modern {
    padding: 22px;
    border-radius: 22px;
  }

  .innovation-process-premium .process-card {
    min-height: auto;
  }
}


/* ===== Applications section refinement: larger images ===== */
.innovation-usage-section .section-head .kicker {
  display: none !important;
}

.usage-layout {
  align-items: stretch;
}

.usage-hero-media {
  min-height: 400px;
}

.usage-hero-media img {
  max-height: 450px;
  padding: 14px 18px 10px;
}

.usage-card {
  grid-template-columns: 146px 1fr;
  gap: 18px;
  align-items: center;
  padding: 14px;
}

.usage-card img {
  width: 146px;
  height: 176px;
  object-fit: contain;
  border-radius: 16px;
  background: #f6f4ef;
  padding: 6px;
}

.usage-card h3 {
  font-size: 1.04rem;
}

@media (max-width: 767px) {
  .usage-card {
    grid-template-columns: 112px 1fr;
    gap: 14px;
  }

  .usage-card img {
    width: 112px;
    height: 144px;
    padding: 4px;
  }
}

/* ===== Applications section v2: image protagonist + benefits ===== */
.usage-showcase-premium {
  padding: 96px 0;
  background:
    radial-gradient(circle at 8% 0%, rgba(255,210,0,.10), transparent 24%),
    linear-gradient(180deg, #fbfaf6 0%, #f2efe7 100%);
}

.usage-showcase-premium .section-head {
  margin-bottom: 36px;
}

.usage-showcase-premium .section-head p {
  max-width: 850px;
  color: #4b5563;
}

.usage-showcase-layout {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 28px;
  align-items: stretch;
}

.usage-showcase-visual {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(18,18,18,.08);
  background: rgba(255,255,255,.88);
  box-shadow: 0 26px 65px rgba(14,18,28,.12);
}

.usage-showcase-badge {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 2;
  padding: 9px 13px;
  border-radius: 999px;
  background: #111827;
  color: var(--yellow);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  box-shadow: 0 16px 30px rgba(17,24,39,.22);
}

.usage-showcase-image {
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #ffffff 0%, #eeeae0 100%);
}

.usage-showcase-image img {
  width: 100%;
  height: 100%;
  max-height: 440px;
  object-fit: contain;
  padding: 22px 26px 10px;
}

.usage-showcase-copy {
  padding: 28px 30px 32px;
  border-top: 1px solid rgba(18,18,18,.07);
}

.usage-showcase-copy h3 {
  margin-bottom: 12px;
  max-width: 620px;
  color: #111827;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  line-height: 1.05;
}

.usage-showcase-copy p {
  color: #4b5563;
  line-height: 1.65;
  max-width: 650px;
}

.usage-showcase-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.usage-feature-card {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 132px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(18,18,18,.08);
  background: rgba(255,255,255,.88);
  box-shadow: 0 20px 50px rgba(14,18,28,.10);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.usage-feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(164,119,9,.28);
  box-shadow: 0 26px 62px rgba(14,18,28,.15);
}

.usage-feature-icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111827;
  color: var(--yellow);
  font-weight: 900;
  letter-spacing: .06em;
  box-shadow: 0 14px 30px rgba(17,24,39,.20);
}

.usage-feature-card h3 {
  margin-bottom: 8px;
  color: #111827;
  font-size: 1.12rem;
  line-height: 1.25;
}

.usage-feature-card p {
  margin: 0;
  color: #4b5563;
  line-height: 1.55;
  font-size: .96rem;
}

@media (max-width: 1100px) {
  .usage-showcase-layout {
    grid-template-columns: 1fr;
  }

  .usage-showcase-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .usage-showcase-premium {
    padding: 78px 0;
  }

  .usage-showcase-list {
    grid-template-columns: 1fr;
  }

  .usage-feature-card {
    grid-template-columns: 56px 1fr;
    padding: 18px;
  }

  .usage-feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }

  .usage-showcase-image {
    min-height: 310px;
  }

  .usage-showcase-image img {
    max-height: 340px;
    padding: 48px 14px 6px;
  }

  .usage-showcase-copy {
    padding: 22px;
  }
}


/* ===== Applications premium use-cases / final variant ===== */
.usage-cases-premium {
  padding: 94px 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(255,210,0,.10), transparent 24%),
    linear-gradient(180deg, #fbfaf6 0%, #f3f1ea 100%);
}

.usage-cases-premium .section-head p {
  max-width: 860px;
}

.usage-cases-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.usage-case-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 26px;
  overflow: hidden;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(18,18,18,.08);
  box-shadow: 0 22px 55px rgba(14,18,28,.10);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.usage-case-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 65px rgba(14,18,28,.14);
  border-color: rgba(164,119,9,.18);
}

.usage-case-media {
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 20px 8px;
  background: linear-gradient(145deg, #ffffff 0%, #f1ede4 100%);
}

.usage-case-media img {
  width: 100%;
  max-width: 280px;
  height: 260px;
  object-fit: contain;
  display: block;
}

.usage-case-content {
  padding: 22px 24px 24px;
}

.usage-case-content h3 {
  margin-bottom: 10px;
  color: #111827;
  font-size: 1.35rem;
  line-height: 1.15;
}

.usage-case-content p {
  margin: 0;
  color: #4b5563;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .usage-cases-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .usage-cases-premium {
    padding: 78px 0;
  }

  .usage-case-media {
    min-height: 235px;
    padding: 14px 14px 4px;
  }

  .usage-case-media img {
    max-width: 240px;
    height: 210px;
  }

  .usage-case-content {
    padding: 18px 18px 20px;
  }

  .usage-case-content h3 {
    font-size: 1.15rem;
  }
}
