:root {
  --navy: #061c31;
  --blue: #0a3b68;
  --deep: #031426;
  --text: #07111f;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--text);
  background:
    linear-gradient(180deg, #cfe2ee 0%, #eef5f8 34%, #e7f1f3 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font-family: var(--font-sans);
}

.hero-page {
  --water-rise: 0;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: 1fr;
  background: url("public/assets/light-water-cover.png") center / cover no-repeat;
}

.hero-page::before {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -58vh;
  z-index: 2;
  height: 78vh;
  pointer-events: none;
  border-radius: 48% 52% 0 0 / 16% 18% 0 0;
  background:
    radial-gradient(ellipse at 28% 8%, rgba(255,255,255,0.72), transparent 28%),
    linear-gradient(180deg, rgba(214,239,252,0.82) 0%, rgba(126,190,222,0.78) 36%, rgba(23,103,151,0.82) 100%);
  box-shadow:
    inset 0 24px 48px rgba(255,255,255,0.5),
    0 -22px 46px rgba(92, 171, 214, 0.18);
  opacity: 0.92;
  transform: translateY(calc(var(--water-rise) * -62vh));
  transition: transform 90ms linear;
}

.hero-page::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: calc(-5vh + (var(--water-rise) * 55vh));
  z-index: 2;
  height: 120px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.62), transparent);
  filter: blur(12px);
  opacity: calc(0.2 + (var(--water-rise) * 0.5));
  transform: rotate(-2deg);
}

.top-nav {
  position: fixed;
  top: 30px;
  left: 50%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, 90%);
  max-width: 1450px;
  height: auto;
  margin: 0;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.46);
  background: rgba(244,248,250,0.72);
  box-shadow: 0 18px 50px rgba(6,28,49,0.12);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  color: #0c2943;
  font-size: 14px;
  line-height: 1;
  font-weight: 650;
}

.brand-link,
.nav-links,
.nav-actions {
  display: inline-flex;
  align-items: center;
}

.brand-link {
  width: 84px;
  flex: 0 0 84px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.brand-link img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0) invert(1) drop-shadow(0 2px 12px rgba(8,31,52,0.16));
}

.nav-links {
  justify-content: center;
  gap: 0;
  flex: 0 1 auto;
  padding: 7px;
  border: 1px solid rgba(255,255,255,0.48);
  border-radius: 999px;
  background: rgba(255,255,255,0.42);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.4),
    0 12px 34px rgba(6,28,49,0.08);
  backdrop-filter: blur(14px);
}

.nav-links a {
  position: relative;
  min-width: 118px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #061c31;
  white-space: nowrap;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 14px rgba(255,255,255,0.38);
  transition: background 160ms ease, color 160ms ease, text-shadow 160ms ease;
}

.nav-links a:hover {
  background: rgba(255,255,255,0.34);
  color: #071a2c;
  text-shadow: none;
}

.top-nav.is-over-light .nav-links a,
.top-nav.is-over-light .login-link {
  color: #071a2c;
  text-shadow: none;
}

.top-nav.is-over-light .admin-link {
  color: #ffffff;
  text-shadow: none;
}

.top-nav.is-over-light .brand-link img {
  filter: drop-shadow(0 2px 12px rgba(8,31,52,0.12));
}

.top-nav.is-over-light .brand-link {
  opacity: 1;
  pointer-events: auto;
}

.page-top-nav {
  position: sticky;
  top: 24px;
  left: auto;
  transform: none;
  margin: 0 auto 34px;
  width: min(1180px, 90%);
}

.page-top-nav .brand-link,
.page-brand-link {
  opacity: 1;
  pointer-events: auto;
}

.page-top-nav .brand-link img {
  filter: drop-shadow(0 2px 12px rgba(8,31,52,0.12));
}

.page-top-nav .nav-links a.is-current {
  color: #ffffff;
  background: #061c31;
  text-shadow: none;
}

.nav-actions {
  gap: 16px;
  justify-content: flex-end;
}

.admin-link,
.login-link,
.signup-link {
  min-width: 86px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.01em;
  transition: background 160ms ease, color 160ms ease;
}

.admin-link {
  color: #ffffff;
  background: linear-gradient(135deg, #0a3b68, #123f67);
  border: 1px solid rgba(255,255,255,0.34);
  box-shadow: 0 12px 28px rgba(10,59,104,0.18);
}

.admin-link:hover {
  background: linear-gradient(135deg, #123f67, #195078);
}

.floating-whatsapp-link {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 5000;
  min-width: 128px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #128c4a, #25d366);
  border: 1px solid rgba(255,255,255,0.42);
  box-shadow: 0 18px 44px rgba(18,140,74,0.28);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.floating-whatsapp-link:hover {
  background: linear-gradient(135deg, #0f7a3a, #1db954);
}

.floating-whatsapp-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.login-link {
  color: #061c31;
  background: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.62);
  backdrop-filter: blur(10px);
}

.login-link:hover {
  color: #071a2c;
  background: rgba(255,255,255,0.42);
}

.signup-link {
  color: #ffffff;
  background: #061c31;
}

.hero-content {
  position: relative;
  z-index: 3;
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
  padding: 96px 24px 70px;
}

.hero-logo {
  width: min(360px, 34vw);
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 22px rgba(7, 27, 45, 0.12));
}

.hero-content p {
  margin: 38px 0 0;
  color: #16222f;
  font-size: clamp(18px, 1.65vw, 28px);
  line-height: 1.24;
  font-weight: 400;
}

.hero-content strong {
  color: var(--blue);
  font-weight: 900;
}

.section-panel {
  width: min(1180px, calc(100% - 64px));
  margin: 76px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.9),
    0 32px 86px rgba(6, 28, 49, 0.18);
  overflow: hidden;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #06406f;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-copy h1,
.section-copy h2,
.section-heading h2,
.contact-section h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(30px, 3.45vw, 48px);
  line-height: 1;
  letter-spacing: 0;
}

.section-copy p,
.contact-section p {
  margin: 20px 0 0;
  color: rgba(7, 17, 31, 0.76);
  font-size: 16px;
  line-height: 1.62;
}


.about-section {
  min-height: 460px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
}

.section-copy {
  padding: clamp(32px, 4.8vw, 58px);
}

.about-visual {
  min-height: 360px;
  position: relative;
  overflow: hidden;
  background: rgba(232, 244, 250, 0.8);
}

.about-visual video {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 30px;
}

.about-stats article {
  min-height: auto;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.about-stats strong {
  color: #061c31;
  font-size: clamp(28px, 2.65vw, 38px);
  line-height: 1;
  letter-spacing: 0;
}

.about-stats p {
  margin: 0;
  color: rgba(6,28,49,0.72);
  font-size: 13px;
  line-height: 1.28;
  font-weight: 800;
}

.solutions-section,
.industries-section,
.sustainability-section {
  padding: clamp(38px, 5vw, 72px);
}

.section-heading {
  width: min(680px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading.compact {
  margin-bottom: 28px;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.solution-card {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 14px 14px 30px;
  border: 1px solid rgba(255,255,255,0.9);
  border-radius: 34px;
  background: #ffffff;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.85),
    0 30px 64px rgba(6, 28, 49, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.solution-card:hover {
  transform: translateY(-10px);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.86),
    0 38px 72px rgba(9, 40, 70, 0.18);
}

.solution-media {
  height: 180px;
  margin-bottom: 28px;
  overflow: hidden;
  border-radius: 25px;
  background:
    linear-gradient(180deg, rgba(8,31,52,0), rgba(8,31,52,0.1)),
    url("public/assets/chemical-cover.png") center / cover no-repeat;
  box-shadow: 0 18px 34px rgba(9,40,70,0.24);
}

.solution-card span {
  margin: 0 24px 14px;
  color: rgba(17,25,35,0.38);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.solution-card h3 {
  margin: 0 24px;
  color: var(--navy);
  font-size: 28px;
  line-height: 1.04;
}

.solution-card p {
  margin: 14px 24px 0;
  color: rgba(7, 17, 31, 0.66);
  font-size: 20px;
  line-height: 1.18;
  font-weight: 700;
}

.solution-card p::first-line {
  color: rgba(7,17,31,0.92);
}

.solution-disinfectants .solution-media {
  background:
    linear-gradient(180deg, rgba(8,31,52,0), rgba(8,31,52,0.08)),
    url("public/assets/desinfectantes-card.png") center / cover no-repeat;
}

.solution-industrial .solution-media {
  background:
    linear-gradient(180deg, rgba(8,31,52,0), rgba(8,31,52,0.1)),
    url("public/assets/hero-industrial.png") center / cover no-repeat;
}

.solution-detergents .solution-media {
  background:
    linear-gradient(180deg, rgba(8,31,52,0), rgba(8,31,52,0.06)),
    url("public/assets/detergentes-industriales-card.png") center / cover no-repeat;
}

.products-section {
  padding: clamp(44px, 5vw, 78px);
}

.products-page-section {
  margin-top: 0;
  border-radius: 38px;
  background: rgba(246, 247, 247, 0.94);
  backdrop-filter: blur(18px);
}

.products-page-section .section-heading h1 {
  margin: 0;
  color: #050505;
  font-weight: 950;
  font-size: clamp(38px, 5vw, 70px);
  line-height: 0.94;
}

.section-heading p {
  margin: 16px auto 0;
  color: rgba(5,5,5,0.78);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.55;
}

.product-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 34px 0 34px;
}

.product-filter {
  height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(6,28,49,0.1);
  border-radius: 999px;
  color: #050505;
  background: rgba(255,255,255,0.72);
  font-weight: 950;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
}

.product-filter.is-active,
.product-filter:hover {
  color: #ffffff;
  background: #050505;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.similar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.product-card,
.similar-card {
  position: relative;
  min-height: 260px;
  display: grid;
  align-content: end;
  gap: 10px;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(255,255,255,0.9);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.9), rgba(238,240,240,0.94));
  box-shadow: 0 24px 54px rgba(6,28,49,0.13);
  cursor: pointer;
  text-align: left;
}

.product-card::before,
.similar-card::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 168px;
  right: 22px;
  top: 22px;
  border-radius: 18px 18px 24px 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.75), rgba(185,217,235,0.85)),
    linear-gradient(90deg, transparent, rgba(255,255,255,0.48), transparent);
  box-shadow:
    inset 0 0 0 2px rgba(6,28,49,0.1),
    0 22px 34px rgba(6,28,49,0.18);
}

.product-card::after,
.similar-card::after {
  content: "VIQ";
  position: absolute;
  right: 48px;
  top: 92px;
  color: #ffffff;
  background: #061c31;
  padding: 9px 17px;
  border-radius: 999px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.product-card span,
.similar-card span {
  width: max-content;
  padding: 7px 11px;
  border-radius: 999px;
  color: #06406f;
  background: rgba(6,64,111,0.08);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card h3,
.similar-card h3 {
  max-width: 70%;
  margin: 0;
  color: #061c31;
  font-size: 24px;
  line-height: 1.02;
}

.product-card p,
.similar-card p {
  max-width: 70%;
  margin: 0;
  color: rgba(6,28,49,0.66);
  line-height: 1.4;
}

.product-grid {
  gap: 24px;
}

.product-card {
  min-height: 460px;
  aspect-ratio: auto;
  align-content: start;
  gap: 0;
  padding: 12px 12px 22px;
  border: 1px solid rgba(255,255,255,0.96);
  border-radius: 28px;
  color: #050505;
  background: rgba(255,255,255,0.96);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.74),
    0 24px 54px rgba(6,28,49,0.16);
  transform: translateY(0);
  isolation: isolate;
}

.product-card::before {
  inset: 12px 12px auto;
  width: auto;
  height: 50%;
  right: auto;
  top: auto;
  z-index: 1;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(245,245,242,0.08) 58%, rgba(20,20,20,0.08) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.35),
    0 18px 32px rgba(6,28,49,0.15);
  transition: opacity 260ms ease;
}

.product-card::after {
  content: "";
  position: absolute;
  inset: 12px 12px auto;
  height: 50%;
  z-index: 1;
  border-radius: 22px;
  background: linear-gradient(180deg, transparent 62%, rgba(0,0,0,0.06) 100%);
  padding: 0;
}

.product-card-image {
  position: absolute;
  inset: 12px 12px auto;
  z-index: 0;
  width: calc(100% - 24px);
  height: 50%;
  border-radius: 22px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.02) brightness(1.02);
  transition: transform 260ms ease, filter 260ms ease;
}

.product-card[data-product-id="detergente-neutro"] .product-card-image {
  object-fit: contain;
  object-position: center;
  padding: 0;
  background: #f8f7f4;
}

.product-card[data-product-id="detergente-enzimatico-ultra-5"] .product-card-image {
  object-fit: contain;
  object-position: center;
  padding: 10px;
  background: #f8f7f4;
}

.product-card[data-product-id="acid-200"] .product-card-image {
  object-fit: contain;
  object-position: center;
  padding: 10px;
  background: #f8f7f4;
}

.product-card[data-product-id="alc-200"] .product-card-image {
  object-fit: contain;
  object-position: center;
  padding: 10px;
  background: #f8f7f4;
}

.product-card[data-product-id="acid-plus"] .product-card-image {
  object-fit: contain;
  object-position: center;
  padding: 10px;
  background: #f8f7f4;
}

.product-card[data-product-id="bio-matic-cip"] .product-card-image {
  object-fit: contain;
  object-position: center;
  padding: 22px;
  background: #f8f7f4;
}

.product-card[data-product-id="alc-clor-cip-300"] .product-card-image {
  object-fit: contain;
  object-position: center;
  padding: 10px;
  background: #f8f7f4;
}

.product-card[data-product-id="alc-clor-cip-200"] .product-card-image {
  object-fit: contain;
  object-position: center;
  padding: 10px;
  background: #f8f7f4;
}

.product-card[data-product-id="alc-clor-plus-400"] .product-card-image {
  object-fit: contain;
  object-position: center;
  padding: 10px;
  background: #f8f7f4;
}

.product-card-detergentes .product-card-image {
  object-position: center 62%;
}

.product-card span,
.product-card h3,
.product-card p {
  position: relative;
  z-index: 2;
  max-width: 100%;
}

.product-card-copy {
  position: absolute;
  left: 26px;
  right: 26px;
  top: calc(50% + 32px);
  bottom: auto;
  z-index: 2;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.product-card span {
  width: auto;
  padding: 0;
  color: rgba(5,5,5,0.72);
  background: transparent;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.02em;
}

.product-card h3 {
  color: #050505;
  display: -webkit-box;
  overflow: hidden;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.08;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.product-card[data-product-id="alc-clor-cip-200"] h3 {
  font-size: 19px;
  line-height: 1.06;
  -webkit-line-clamp: 4;
}

.product-card p {
  color: rgba(5,5,5,0.78);
  display: -webkit-box;
  overflow: hidden;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-size-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 6px;
  padding-top: 9px;
  padding-right: 2px;
  border-top: 1px solid rgba(6,28,49,0.08);
}

.product-size-chip {
  min-height: 32px;
  min-width: 54px;
  padding: 0 10px;
  border: 1px solid rgba(6,28,49,0.14);
  border-radius: 999px;
  color: #061c31;
  background: rgba(255,255,255,0.9);
  font-size: 12px;
  font-weight: 950;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.product-size-chip:hover {
  color: #ffffff;
  border-color: #061c31;
  background: #061c31;
}

.product-quote-link {
  width: max-content;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 0 16px;
  border-radius: 999px;
  color: #ffffff;
  background: #128c4a;
  box-shadow: 0 14px 28px rgba(18,140,74,0.22);
  font-size: 13px;
  font-weight: 900;
}

.product-quote-link:hover {
  background: #0f7a3a;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 58px rgba(6,28,49,0.24);
}

.product-card:hover .product-card-image {
  transform: scale(1.045);
  filter: saturate(0.92) contrast(1.04) brightness(1.03);
}

.product-detail {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
  gap: 30px;
  align-items: center;
  margin-top: 32px;
  padding: clamp(28px, 4vw, 48px);
  border-radius: 36px;
  background:
    radial-gradient(circle at 78% 22%, rgba(80,142,178,0.18), transparent 28%),
    linear-gradient(135deg, rgba(6,28,49,0.98), rgba(15,46,70,0.96));
  color: #ffffff;
  overflow: hidden;
  isolation: isolate;
  animation: detailIn 700ms cubic-bezier(.2,.8,.2,1) both;
}

.product-detail::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: -1;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
}

.product-detail::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -120px;
  bottom: -160px;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(135,209,247,0.2), transparent 64%);
}

.product-meta {
  position: absolute;
  top: 24px;
  color: rgba(255,255,255,0.42);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.product-meta-left {
  left: 28px;
}

.product-meta-right {
  right: 28px;
}

.product-detail-copy {
  position: relative;
  z-index: 3;
  animation: slideUp 780ms 90ms cubic-bezier(.2,.8,.2,1) both;
}

.product-detail h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 0.96;
}

.product-detail p {
  margin: 18px 0 0;
  color: rgba(255,255,255,0.76);
  font-size: 17px;
  line-height: 1.55;
}

.product-spec-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: 24px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  background: rgba(255,255,255,0.06);
}

.product-spec-summary div {
  min-height: 82px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 16px;
  background: rgba(255,255,255,0.04);
}

.product-spec-summary span {
  color: rgba(255,255,255,0.5);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-spec-summary strong {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.28;
}

.size-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.size-tab {
  height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255,255,255,0.1);
  font-weight: 900;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.size-tab.is-active {
  color: #061c31;
  background: #ffffff;
  transform: translateY(-2px);
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.technical-link,
.quote-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 900;
}

.technical-link {
  color: #061c31;
  background: #ffffff;
  box-shadow: 0 16px 30px rgba(0,0,0,0.16);
}

.quote-link {
  color: #ffffff;
  border: 1px solid #128c4a;
  background: #128c4a;
}

.product-showcase {
  position: relative;
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(120px, 0.78fr) minmax(230px, 1.12fr) minmax(120px, 0.78fr);
  gap: 10px;
  align-items: center;
  justify-items: center;
  overflow: visible;
  animation: slideUp 840ms 180ms cubic-bezier(.2,.8,.2,1) both;
}

.showcase-frame {
  position: absolute;
  inset: 46px 14% 42px;
  border: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
}

.pack {
  display: grid;
  place-items: center;
  width: 100%;
  min-width: 0;
  min-height: 340px;
  position: relative;
  perspective: 800px;
  cursor: pointer;
  outline: 0;
}

.pack::before {
  content: attr(data-size);
  position: absolute;
  top: 10px;
  z-index: 2;
  padding: 7px 12px;
  border-radius: 999px;
  color: #061c31;
  background: rgba(255,255,255,0.9);
  font-size: 13px;
  font-weight: 950;
}

.pack::after {
  content: "VIQ";
  width: var(--pack-width, 120px);
  height: var(--pack-height, 220px);
  display: grid;
  place-items: center;
  border-radius: 20px 20px 30px 30px;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.22), transparent 22%),
    linear-gradient(135deg, var(--pack-color, #0a3b68), #061c31);
  box-shadow:
    inset 0 0 0 2px rgba(255,255,255,0.22),
    0 30px 48px rgba(0,0,0,0.28);
  font-size: 26px;
  font-weight: 950;
  letter-spacing: 0.08em;
  transform: rotateY(var(--pack-rotate, 0deg)) translateY(0);
  transition: transform 260ms ease, filter 260ms ease;
}

.pack.pack-drum::after {
  content: "";
  width: var(--pack-width, 120px);
  height: var(--pack-height, 220px);
  border-radius: 0;
  background: url("public/assets/producto-200l-cutout.png") center / contain no-repeat;
  box-shadow: none;
  filter: saturate(0.92) contrast(1.02) brightness(1.02) drop-shadow(0 34px 34px rgba(0, 18, 36, 0.2));
}

.pack.pack-neutral-20l::after {
  content: "";
  width: var(--pack-width, 120px);
  height: var(--pack-height, 220px);
  border-radius: 0;
  background: url("public/assets/detergente-neutro-20l-cutout.png") center / contain no-repeat;
  box-shadow: none;
  filter: saturate(0.94) contrast(1.02) brightness(1.02) drop-shadow(0 28px 28px rgba(18, 18, 18, 0.16));
}

.pack.pack-neutral-4l::after {
  content: "";
  width: var(--pack-width, 120px);
  height: var(--pack-height, 220px);
  border-radius: 0;
  background: url("public/assets/detergente-neutro-4kg.png") center / contain no-repeat;
  box-shadow: none;
  filter: saturate(0.94) contrast(1.02) brightness(1.02) drop-shadow(0 28px 28px rgba(18, 18, 18, 0.16));
}

.pack.pack-enzymatic-20kg::after {
  content: "";
  width: var(--pack-width, 120px);
  height: var(--pack-height, 220px);
  border-radius: 0;
  background: url("public/assets/detergente-enzimatico-ultra-5-20kg.png") center / contain no-repeat;
  box-shadow: none;
  filter: saturate(0.94) contrast(1.02) brightness(1.02) drop-shadow(0 28px 28px rgba(18, 18, 18, 0.16));
}

.pack.pack-enzymatic-4kg::after {
  content: "";
  width: var(--pack-width, 120px);
  height: var(--pack-height, 220px);
  border-radius: 0;
  background: url("public/assets/detergente-enzimatico-ultra-5-4kg.png") center / contain no-repeat;
  box-shadow: none;
  filter: saturate(0.94) contrast(1.02) brightness(1.02) drop-shadow(0 28px 28px rgba(18, 18, 18, 0.16));
}

.pack.pack-acid-200-4kg::after {
  content: "";
  width: var(--pack-width, 120px);
  height: var(--pack-height, 220px);
  border-radius: 0;
  background: url("public/assets/acid-200-4kg.png") center / contain no-repeat;
  box-shadow: none;
  filter: saturate(0.94) contrast(1.02) brightness(1.02) drop-shadow(0 28px 28px rgba(18, 18, 18, 0.16));
}

.pack.pack-acid-200-20kg::after {
  content: "";
  width: var(--pack-width, 120px);
  height: var(--pack-height, 220px);
  border-radius: 0;
  background: url("public/assets/acid-200-20kg.png") center / contain no-repeat;
  box-shadow: none;
  filter: saturate(0.94) contrast(1.02) brightness(1.02) drop-shadow(0 28px 28px rgba(18, 18, 18, 0.16));
}

.pack.pack-alc-200-4kg::after {
  content: "";
  width: var(--pack-width, 120px);
  height: var(--pack-height, 220px);
  border-radius: 0;
  background: url("public/assets/alc-200-4kg.png") center / contain no-repeat;
  box-shadow: none;
  filter: saturate(0.94) contrast(1.02) brightness(1.02) drop-shadow(0 28px 28px rgba(18, 18, 18, 0.16));
}

.pack.pack-alc-200-20kg::after {
  content: "";
  width: var(--pack-width, 120px);
  height: var(--pack-height, 220px);
  border-radius: 0;
  background: url("public/assets/alc-200-20kg.png?v=20260805q") center / contain no-repeat;
  box-shadow: none;
  filter: saturate(0.94) contrast(1.02) brightness(1.02) drop-shadow(0 28px 28px rgba(18, 18, 18, 0.16));
}

.pack.pack-acid-plus-400-20kg::after {
  content: "";
  width: var(--pack-width, 120px);
  height: var(--pack-height, 220px);
  border-radius: 0;
  background: url("public/assets/acid-plus-400-20kg.png") center / contain no-repeat;
  box-shadow: none;
  filter: saturate(0.94) contrast(1.02) brightness(1.02) drop-shadow(0 28px 28px rgba(18, 18, 18, 0.16));
}

.pack.pack-acid-plus-400-4kg::after {
  content: "";
  width: var(--pack-width, 120px);
  height: var(--pack-height, 220px);
  border-radius: 0;
  background: url("public/assets/acid-plus-400-4kg.png") center / contain no-repeat;
  box-shadow: none;
  filter: saturate(0.94) contrast(1.02) brightness(1.02) drop-shadow(0 28px 28px rgba(18, 18, 18, 0.16));
}

.pack.pack-bio-matic-cip-20kg::after {
  content: "";
  width: var(--pack-width, 120px);
  height: var(--pack-height, 220px);
  border-radius: 0;
  background: url("public/assets/bio-matic-cip-20kg.png") center / contain no-repeat;
  box-shadow: none;
  filter: saturate(0.94) contrast(1.02) brightness(1.02) drop-shadow(0 28px 28px rgba(18, 18, 18, 0.16));
}

.pack.pack-bio-matic-cip-4kg::after {
  content: "";
  width: var(--pack-width, 120px);
  height: var(--pack-height, 220px);
  border-radius: 0;
  background: url("public/assets/bio-matic-cip-4kg.png") center / contain no-repeat;
  box-shadow: none;
  filter: saturate(0.94) contrast(1.02) brightness(1.02) drop-shadow(0 28px 28px rgba(18, 18, 18, 0.16));
}

.pack.pack-alc-clor-cip-300-20kg::after {
  content: "";
  width: var(--pack-width, 120px);
  height: var(--pack-height, 220px);
  border-radius: 0;
  background: url("public/assets/alc-clor-cip-300-20kg.png") center / contain no-repeat;
  box-shadow: none;
  filter: saturate(0.94) contrast(1.02) brightness(1.02) drop-shadow(0 28px 28px rgba(18, 18, 18, 0.16));
}

.pack.pack-alc-clor-cip-300-4kg::after {
  content: "";
  width: var(--pack-width, 120px);
  height: var(--pack-height, 220px);
  border-radius: 0;
  background: url("public/assets/alc-clor-cip-300-4kg.png") center / contain no-repeat;
  box-shadow: none;
  filter: saturate(0.94) contrast(1.02) brightness(1.02) drop-shadow(0 28px 28px rgba(18, 18, 18, 0.16));
}

.pack.pack-alc-clor-cip-200-20kg::after {
  content: "";
  width: var(--pack-width, 120px);
  height: var(--pack-height, 220px);
  border-radius: 0;
  background: url("public/assets/alc-clor-cip-200-20kg.png?v=20260805t") center / contain no-repeat;
  box-shadow: none;
  filter: saturate(0.94) contrast(1.02) brightness(1.02) drop-shadow(0 28px 28px rgba(18, 18, 18, 0.16));
}

.pack.pack-alc-clor-plus-400-20kg::after {
  content: "";
  width: var(--pack-width, 120px);
  height: var(--pack-height, 220px);
  border-radius: 0;
  background: url("public/assets/alc-clor-plus-400-20kg.png") center / contain no-repeat;
  box-shadow: none;
  filter: saturate(0.94) contrast(1.02) brightness(1.02) drop-shadow(0 28px 28px rgba(18, 18, 18, 0.16));
}

.pack.pack-alc-clor-plus-400-4kg::after {
  content: "";
  width: var(--pack-width, 120px);
  height: var(--pack-height, 220px);
  border-radius: 0;
  background: url("public/assets/alc-clor-plus-400-4kg.png") center / contain no-repeat;
  box-shadow: none;
  filter: saturate(0.94) contrast(1.02) brightness(1.02) drop-shadow(0 28px 28px rgba(18, 18, 18, 0.16));
}

.pack-main {
  --pack-width: 168px;
  --pack-height: 312px;
  --pack-rotate: -3deg;
  animation: floatPack 3.8s ease-in-out infinite;
}

.pack-main.pack-drum {
  --pack-width: 220px;
  --pack-height: 348px;
}

.pack-main.pack-neutral-20l {
  --pack-width: 260px;
  --pack-height: 260px;
}

.pack-main.pack-neutral-4l {
  --pack-width: 218px;
  --pack-height: 312px;
}

.pack-main.pack-enzymatic-20kg {
  --pack-width: 260px;
  --pack-height: 260px;
}

.pack-main.pack-enzymatic-4kg {
  --pack-width: 218px;
  --pack-height: 312px;
}

.pack-main.pack-acid-200-4kg {
  --pack-width: 218px;
  --pack-height: 312px;
}

.pack-main.pack-acid-200-20kg {
  --pack-width: 260px;
  --pack-height: 260px;
}

.pack-main.pack-alc-200-4kg {
  --pack-width: 218px;
  --pack-height: 312px;
}

.pack-main.pack-alc-200-20kg {
  --pack-width: 260px;
  --pack-height: 260px;
}

.pack-main.pack-acid-plus-400-20kg {
  --pack-width: 260px;
  --pack-height: 260px;
}

.pack-main.pack-acid-plus-400-4kg {
  --pack-width: 218px;
  --pack-height: 312px;
}

.pack-main.pack-bio-matic-cip-20kg {
  --pack-width: 260px;
  --pack-height: 260px;
}

.pack-main.pack-bio-matic-cip-4kg {
  --pack-width: 218px;
  --pack-height: 312px;
}

.pack-main.pack-alc-clor-cip-300-20kg {
  --pack-width: 260px;
  --pack-height: 260px;
}

.pack-main.pack-alc-clor-cip-300-4kg {
  --pack-width: 218px;
  --pack-height: 312px;
}

.pack-main.pack-alc-clor-cip-200-20kg {
  --pack-width: 260px;
  --pack-height: 260px;
}

.pack-main.pack-alc-clor-plus-400-20kg {
  --pack-width: 260px;
  --pack-height: 260px;
}

.pack-main.pack-alc-clor-plus-400-4kg {
  --pack-width: 218px;
  --pack-height: 312px;
}

.pack-side {
  --pack-width: 116px;
  --pack-height: 216px;
  --pack-rotate: 6deg;
  opacity: 0.72;
  filter: blur(0.2px);
  animation: floatPack 4.8s ease-in-out infinite;
}

.pack-side.pack-drum {
  --pack-width: 138px;
  --pack-height: 224px;
}

.pack-side.pack-neutral-20l {
  --pack-width: 156px;
  --pack-height: 156px;
}

.pack-side.pack-neutral-4l {
  --pack-width: 126px;
  --pack-height: 184px;
}

.pack-side.pack-enzymatic-20kg {
  --pack-width: 156px;
  --pack-height: 156px;
}

.pack-side.pack-enzymatic-4kg {
  --pack-width: 126px;
  --pack-height: 184px;
}

.pack-side.pack-acid-200-4kg {
  --pack-width: 126px;
  --pack-height: 184px;
}

.pack-side.pack-acid-200-20kg {
  --pack-width: 156px;
  --pack-height: 156px;
}

.pack-side.pack-alc-200-4kg {
  --pack-width: 126px;
  --pack-height: 184px;
}

.pack-side.pack-alc-200-20kg {
  --pack-width: 156px;
  --pack-height: 156px;
}

.pack-side.pack-acid-plus-400-20kg {
  --pack-width: 156px;
  --pack-height: 156px;
}

.pack-side.pack-acid-plus-400-4kg {
  --pack-width: 126px;
  --pack-height: 184px;
}

.pack-side.pack-bio-matic-cip-20kg {
  --pack-width: 156px;
  --pack-height: 156px;
}

.pack-side.pack-bio-matic-cip-4kg {
  --pack-width: 126px;
  --pack-height: 184px;
}

.pack-side.pack-alc-clor-cip-300-20kg {
  --pack-width: 156px;
  --pack-height: 156px;
}

.pack-side.pack-alc-clor-cip-300-4kg {
  --pack-width: 126px;
  --pack-height: 184px;
}

.pack-side.pack-alc-clor-cip-200-20kg {
  --pack-width: 156px;
  --pack-height: 156px;
}

.pack-side.pack-alc-clor-plus-400-20kg {
  --pack-width: 156px;
  --pack-height: 156px;
}

.pack-side.pack-alc-clor-plus-400-4kg {
  --pack-width: 126px;
  --pack-height: 184px;
}

.pack:focus-visible::after {
  filter: brightness(1.08) saturate(0.94) contrast(1.02) brightness(1.02) drop-shadow(0 28px 28px rgba(18, 18, 18, 0.16));
}

.pack:hover::after {
  transform: rotateY(0deg) translateY(-10px);
  filter: brightness(1.08) saturate(0.94) contrast(1.02) brightness(1.02) drop-shadow(0 30px 30px rgba(18, 18, 18, 0.18));
}

.pack.is-changing::after {
  animation: packSwitch 360ms cubic-bezier(.2,.8,.2,1);
}

.similar-products {
  margin-top: 42px;
}

.similar-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  gap: 12px;
  align-items: center;
}

.similar-grid {
  display: flex;
  grid-template-columns: none;
  gap: 18px;
  overflow-x: auto;
  padding: 10px 4px 22px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.similar-grid .product-card {
  flex: 0 0 340px;
  scroll-snap-align: start;
}

.similar-nav {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(6,28,49,0.14);
  border-radius: 999px;
  color: #061c31;
  background: rgba(255,255,255,0.86);
  box-shadow: 0 18px 34px rgba(6,28,49,0.12);
  cursor: pointer;
  font-size: 18px;
  font-weight: 950;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.similar-nav:hover {
  color: #ffffff;
  background: #061c31;
  transform: translateY(-2px);
}

.product-page {
  min-height: 100vh;
  padding: 34px 0 82px;
  background:
    radial-gradient(circle at 74% 5%, rgba(80, 142, 178, 0.18), transparent 30%),
    radial-gradient(circle at 18% 18%, rgba(255,255,255,0.1), transparent 24%),
    linear-gradient(180deg, #061c31 0%, #0f2e46 42%, #dce5e9 100%);
}

.product-page-main {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
}

.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 80;
  width: min(920px, calc(100% - 32px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,0.82);
  border-radius: 18px;
  color: #061c31;
  background: rgba(255,255,255,0.96);
  box-shadow: 0 24px 60px rgba(6,28,49,0.22);
  transform: translateX(-50%);
}

.cookie-banner-copy {
  display: grid;
  gap: 5px;
}

.cookie-banner strong {
  font-size: 14px;
  font-weight: 950;
}

.cookie-banner p {
  margin: 0;
  color: rgba(6,28,49,0.68);
  font-size: 13px;
  line-height: 1.45;
}

.cookie-banner-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.cookie-banner a,
.cookie-banner button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.cookie-banner a {
  color: #06406f;
  background: rgba(6,64,111,0.08);
}

.cookie-banner button {
  border: 0;
  color: #ffffff;
  background: #061c31;
  cursor: pointer;
}

.product-detail-page {
  margin-top: 0;
}

.product-detail-page h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(40px, 5vw, 76px);
  line-height: 0.92;
}

.product-page-similar {
  margin-top: 48px;
  padding: clamp(30px, 4vw, 46px);
  border: 1px solid rgba(255,255,255,0.92);
  border-radius: 34px;
  background: rgba(246,247,247,0.9);
  box-shadow: 0 30px 68px rgba(4,20,38,0.18);
}

.product-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 26px;
}

.info-panel {
  min-height: 260px;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,0.92);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.94), rgba(238,240,240,0.88));
  box-shadow: 0 26px 58px rgba(4,20,38,0.16);
  animation: slideUp 720ms cubic-bezier(.2,.8,.2,1) both;
}

.info-panel span {
  width: max-content;
  padding: 8px 12px;
  border-radius: 999px;
  color: #ffffff;
  background: #72797d;
  font-size: 12px;
  font-weight: 950;
}

.info-panel h2 {
  margin: 0;
  color: #050505;
  font-size: 28px;
  font-weight: 950;
  line-height: 1;
}

.info-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-panel li,
.info-panel p {
  margin: 0;
  color: rgba(5,5,5,0.78);
  font-weight: 850;
  line-height: 1.45;
}

.info-panel li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  background: #0a3b68;
}

.delivery-panel {
  color: #ffffff;
  background:
    radial-gradient(circle at 78% 18%, rgba(120,198,235,0.34), transparent 34%),
    linear-gradient(135deg, #061c31, #0a3b68);
}

.delivery-panel h2,
.delivery-panel li,
.delivery-panel p {
  color: #ffffff;
}

.delivery-panel span {
  color: #061c31;
  background: #ffffff;
}

@keyframes detailIn {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatPack {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@keyframes packSwitch {
  0% {
    transform: rotateY(var(--pack-rotate, 0deg)) translateY(18px) scale(0.94);
    opacity: 0.45;
  }
  100% {
    transform: rotateY(var(--pack-rotate, 0deg)) translateY(0) scale(1);
    opacity: 1;
  }
}

.line-icon,
.mini-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--blue);
  background: rgba(13, 58, 99, 0.06);
  position: relative;
}

.line-icon::before,
.line-icon::after,
.mini-icon::before,
.mini-icon::after {
  content: "";
  position: absolute;
}

.shield-icon::before,
.quality-icon::before {
  inset: 14px 18px 13px;
  border: 2px solid currentColor;
  border-radius: 15px 15px 20px 20px;
  clip-path: polygon(50% 0, 100% 17%, 86% 78%, 50% 100%, 14% 78%, 0 17%);
}

.factory-icon::before {
  left: 16px;
  top: 26px;
  width: 34px;
  height: 23px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.factory-icon::after {
  left: 18px;
  top: 15px;
  width: 24px;
  height: 20px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: skewX(-26deg);
}

.drop-icon::before,
.impact-icon::before {
  left: 21px;
  top: 13px;
  width: 23px;
  height: 36px;
  border: 2px solid currentColor;
  border-radius: 58% 58% 58% 58% / 72% 72% 45% 45%;
  transform: rotate(-12deg);
}

.industry-carousel {
  position: relative;
  margin: 8px -14px 0;
}

.industry-list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 340px);
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: 18px;
  padding: 18px 16px 56px;
  scrollbar-width: none;
}

.industry-list::-webkit-scrollbar {
  display: none;
}

.industry-card {
  min-height: 430px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  scroll-snap-align: center;
  overflow: hidden;
  padding: 26px;
  border-radius: 28px;
  color: #ffffff;
  background-image:
    linear-gradient(180deg, rgba(4,19,34,0) 34%, rgba(4,19,34,0.7) 74%, rgba(4,19,34,0.95) 100%),
    url("public/assets/industry-strip.png");
  background-size: 100% 100%, 600% 100%;
  box-shadow: 0 30px 62px rgba(6, 28, 49, 0.3);
  transition: transform 190ms ease, box-shadow 190ms ease;
}

.industry-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 40px 82px rgba(6, 28, 49, 0.38);
}

.industry-card span {
  width: max-content;
  padding: 8px 12px;
  border-radius: 999px;
  color: #0b2f51;
  background: rgba(255,255,255,0.88);
  font-size: 13px;
  font-weight: 900;
}

.industry-card strong {
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
}

.industry-card p {
  max-width: 250px;
  margin: 0;
  color: rgba(255,255,255,0.78);
  line-height: 1.45;
}

.industry-food { background-position: center, 0% 50%; }
.industry-manufacturing { background-position: center, 20% 50%; }
.industry-institutional { background-position: center, 40% 50%; }
.industry-automotive { background-position: center, 60% 50%; }
.industry-water { background-position: center, 80% 50%; }
.industry-cleaning { background-position: center, 100% 50%; }

.carousel-button {
  width: 54px;
  height: 54px;
  position: absolute;
  top: 48%;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--navy);
  background: rgba(255,255,255,0.92);
  box-shadow: 0 18px 36px rgba(9,40,70,0.18);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  transition: transform 160ms ease, background 160ms ease;
}

.carousel-button:hover {
  transform: translateY(-2px);
  background: #ffffff;
}

.carousel-button-left {
  left: -10px;
}

.carousel-button-right {
  right: -10px;
}

.sustainability-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
  gap: 28px;
  align-items: center;
}

.value-list {
  display: grid;
  gap: 20px;
}

.value-card {
  min-height: 156px;
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: space-between;
  padding: 24px;
  border: 3px solid rgba(255,255,255,0.92);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(8,31,52,0.78) 0%, rgba(8,31,52,0.52) 48%, rgba(8,31,52,0.08) 100%),
    url("public/assets/light-water-cover.png") center / cover no-repeat;
  box-shadow: 0 28px 58px rgba(6,28,49,0.22);
  isolation: isolate;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.value-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 72% 42%, rgba(255,255,255,0.18), transparent 36%);
}

.value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 38px 76px rgba(6,28,49,0.3);
}

.value-card p {
  max-width: 260px;
  margin: 0;
  color: #ffffff;
  font-size: 23px;
  line-height: 1.05;
  font-weight: 900;
}

.value-card a {
  width: max-content;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--navy);
  background: rgba(255,255,255,0.92);
  font-size: 13px;
  font-weight: 900;
}

.value-environment {
  background:
    linear-gradient(90deg, rgba(8,31,52,0.76) 0%, rgba(8,31,52,0.5) 46%, rgba(8,31,52,0.04) 100%),
    url("public/assets/valor-ambiente.png") center / cover no-repeat;
}

.value-quality {
  background:
    linear-gradient(90deg, rgba(8,31,52,0.78) 0%, rgba(8,31,52,0.52) 48%, rgba(8,31,52,0.08) 100%),
    url("public/assets/valor-calidad.png") center / cover no-repeat;
}

.value-impact {
  background:
    linear-gradient(90deg, rgba(8,31,52,0.78) 0%, rgba(8,31,52,0.54) 48%, rgba(8,31,52,0.08) 100%),
    url("public/assets/valor-impacto.png") center / cover no-repeat;
}

.quality-seal-section {
  min-height: 210px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 32px;
  align-items: center;
  padding: clamp(30px, 4vw, 46px);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.95), rgba(226,240,247,0.9));
}

.quality-seal-section h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.quality-seal-section p {
  max-width: 700px;
  margin: 16px 0 0;
  color: rgba(6,28,49,0.72);
  font-size: 17px;
  line-height: 1.55;
}

.quality-seal-badge {
  min-height: 132px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(6,28,49,0.08);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 20px 44px rgba(6,28,49,0.12);
}

.quality-seal-badge img {
  width: min(190px, 100%);
  height: auto;
  display: block;
}

.contact-section {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
  padding: clamp(34px, 5vw, 64px);
  background:
    linear-gradient(135deg, rgba(9,40,70,0.95), rgba(13,58,99,0.86)),
    url("public/assets/cover-lake-sharp.png") center / cover no-repeat;
  color: #fff;
}

.contact-copy {
  align-self: start;
}

.contact-agent {
  width: min(520px, 110%);
  display: block;
  margin: 20px auto -92px -26px;
  border-radius: 0;
  filter:
    drop-shadow(0 34px 42px rgba(0,0,0,0.34))
    drop-shadow(0 0 28px rgba(114,194,235,0.18));
}

.contact-section .eyebrow,
.contact-section h2,
.contact-section p {
  color: #fff;
}

.contact-section p {
  color: rgba(255,255,255,0.74);
}

.contact-button {
  min-width: 210px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: #061c31;
  font-weight: 900;
  cursor: pointer;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.34);
  border-radius: 28px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 24px 56px rgba(3,20,38,0.22);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: rgba(6,28,49,0.76);
  font-size: 13px;
  font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(6,28,49,0.12);
  border-radius: 16px;
  background: #ffffff;
  color: #061c31;
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  outline: 0;
}

.contact-form input,
.contact-form select {
  height: 48px;
  padding: 0 15px;
}

.contact-form textarea {
  min-height: 112px;
  resize: vertical;
  padding: 14px 15px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(10,59,104,0.46);
  box-shadow: 0 0 0 4px rgba(10,59,104,0.1);
}

.captcha-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 16px;
  align-items: end;
}

#captcha-code {
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #ffffff;
  background:
    linear-gradient(135deg, #061c31, #0a3b68);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.terms-check {
  grid-template-columns: 18px 1fr;
  align-items: start;
}

.terms-check input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: #061c31;
}

.form-note {
  min-height: 18px;
  margin: -6px 0 0;
  color: rgba(6,28,49,0.68);
  font-size: 13px;
  font-weight: 800;
}

.site-footer {
  width: min(1180px, calc(100% - 64px));
  margin: 76px auto 38px;
  padding: 36px;
  border: 1px solid rgba(255,255,255,0.92);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.94), rgba(225,239,246,0.88));
  box-shadow: 0 30px 76px rgba(6,28,49,0.16);
  color: rgba(6,28,49,0.74);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.6fr);
  gap: 46px;
  align-items: start;
}

.footer-brand img {
  width: 118px;
  display: block;
  margin-bottom: 20px;
}

.footer-brand p,
.footer-bottom p {
  margin: 0;
  line-height: 1.6;
}

.social-links {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.social-links a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--navy);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.social-links svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.footer-links h3 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: 15px;
}

.footer-links a,
.footer-links span {
  display: block;
  margin-top: 11px;
  color: rgba(6,28,49,0.68);
  font-size: 14px;
  line-height: 1.35;
  transition: color 160ms ease;
}

.footer-links a:hover {
  color: var(--navy);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(8,38,64,0.1);
  color: rgba(6,28,49,0.58);
  font-size: 13px;
}

.footer-bottom p {
  margin: 0;
}

.legal-main {
  width: min(920px, calc(100% - 64px));
  margin: 0 auto;
}

.legal-page-section {
  position: relative;
  margin-top: 0;
  min-height: 1280px;
  padding: 76px 82px;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(6,28,49,0.16);
}

.legal-page-section::before {
  content: "";
  position: absolute;
  inset: 34px;
  border: 1px solid rgba(6,28,49,0.16);
  pointer-events: none;
}

.legal-page-section::after {
  content: "VIQ PRODUCTOS QUIMICOS";
  position: absolute;
  top: 45px;
  right: 82px;
  color: rgba(6,28,49,0.46);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.legal-page-section .section-heading {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 34px;
  padding-bottom: 24px;
  border-bottom: 2px solid rgba(6,28,49,0.18);
}

.legal-page-section .section-heading h1 {
  margin: 0;
  color: var(--navy);
  font-size: 34px;
  line-height: 1.05;
  text-transform: uppercase;
}

.legal-content {
  display: grid;
  gap: 0;
  counter-reset: legal-section;
}

.legal-block {
  position: relative;
  padding: 22px 0 22px 52px;
  border: 0;
  border-bottom: 1px solid rgba(6,28,49,0.12);
  border-radius: 0;
  background: transparent;
  counter-increment: legal-section;
}

.legal-block::before {
  content: counter(legal-section, decimal-leading-zero);
  position: absolute;
  top: 22px;
  left: 0;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(6,28,49,0.28);
  color: #061c31;
  font-size: 11px;
  font-weight: 950;
}

.legal-block h2 {
  margin: 0 0 12px;
  color: #061c31;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
}

.legal-block p,
.legal-block li {
  color: rgba(6,28,49,0.82);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
  text-align: justify;
}

.legal-block p {
  margin: 0 0 12px;
}

.legal-block p:last-child {
  margin-bottom: 0;
}

.legal-block ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 18px;
}

.legal-note {
  margin-bottom: 8px;
  padding: 20px 22px 20px 74px;
  border: 1px solid rgba(6,28,49,0.16);
  background: #f7fafc;
}

.legal-note::before {
  left: 22px;
}

.claim-form {
  display: grid;
  gap: 14px;
}

.claim-form .form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.claim-form label {
  display: grid;
  gap: 8px;
  color: rgba(6,28,49,0.76);
  font-size: 13px;
  font-weight: 900;
}

.claim-form input,
.claim-form select,
.claim-form textarea {
  width: 100%;
  border: 1px solid rgba(6,28,49,0.24);
  border-radius: 2px;
  background: #ffffff;
  color: #061c31;
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  outline: 0;
}

.claim-form input,
.claim-form select {
  height: 42px;
  padding: 0 12px;
}

.claim-form textarea {
  min-height: 118px;
  resize: vertical;
  padding: 12px;
}

.claim-form button {
  width: max-content;
}

@media print {
  @page {
    size: A4;
    margin: 18mm;
  }

  body,
  .product-page {
    background: #ffffff;
  }

  .page-top-nav {
    display: none;
  }

  .legal-main {
    width: auto;
    margin: 0;
  }

  .legal-page-section {
    min-height: auto;
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  .legal-page-section::before,
  .legal-page-section::after {
    display: none;
  }

  .legal-block {
    break-inside: avoid;
  }
}

@media (max-width: 760px) {
  .top-nav {
    top: 18px;
    width: 92%;
    height: auto;
    padding: 8px;
    overflow-x: auto;
    font-size: 13px;
  }

  .floating-whatsapp-link {
    right: 16px;
    bottom: 16px;
    min-width: 88px;
    height: 44px;
    font-size: 13px;
  }

  .brand-link {
    width: 66px;
    flex: 0 0 66px;
  }

  .nav-links {
    justify-content: flex-start;
    gap: 0;
    flex: 0 0 auto;
  }

  .nav-links a {
    min-width: 96px;
    height: 38px;
  }

  .nav-actions {
    flex: 0 0 auto;
  }

  .hero-content {
    padding: 98px 20px 128px;
  }

  .hero-logo {
    width: min(250px, 64vw);
  }

  .hero-content p {
    margin-top: 24px;
    font-size: 19px;
  }
  
  .section-panel,
  .site-footer {
    width: calc(100% - 32px);
    margin-top: 42px;
  }

  .about-section,
  .sustainability-section,
  .quality-seal-section,
  .contact-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .quality-seal-section {
    text-align: center;
  }

  .site-footer {
    padding: 28px;
  }

  .footer-main,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .about-visual {
    min-height: 260px;
  }

  .about-stats {
    grid-template-columns: 1fr;
  }

  .solution-grid,
  .industry-list {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .similar-grid,
  .product-info-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    grid-column: 1 / -1;
    min-height: 430px;
  }

  .product-card-copy {
    left: 22px;
    right: 22px;
  }

  .product-size-list {
    gap: 7px;
  }

  .product-size-chip {
    min-width: 54px;
  }

  .product-detail,
  .product-detail-page {
    grid-template-columns: 1fr;
  }

  .product-spec-summary {
    grid-template-columns: 1fr;
  }

  .product-showcase {
    min-height: 320px;
    grid-template-columns: 0.7fr 1fr 0.7fr;
  }

  .pack-main {
    --pack-width: 118px;
    --pack-height: 230px;
  }

  .pack-side {
    --pack-width: 82px;
    --pack-height: 160px;
  }

  .product-page-main {
    width: calc(100% - 32px);
  }

  .cookie-banner {
    bottom: 14px;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
  }

  .cookie-banner-actions {
    justify-content: stretch;
  }

  .cookie-banner a,
  .cookie-banner button {
    flex: 1;
  }

  .legal-main {
    width: calc(100% - 32px);
  }

  .legal-page-section {
    min-height: auto;
    padding: 54px 24px 34px;
  }

  .legal-page-section::before {
    inset: 18px;
  }

  .legal-page-section::after {
    top: 28px;
    right: 24px;
    font-size: 9px;
  }

  .legal-page-section .section-heading h1 {
    font-size: 28px;
  }

  .legal-block,
  .legal-note {
    padding-left: 0;
  }

  .legal-block::before {
    position: static;
    margin-bottom: 12px;
  }

  .claim-form .form-grid {
    grid-template-columns: 1fr;
  }

  .industry-list {
    grid-auto-columns: minmax(245px, 78vw);
    padding-bottom: 42px;
  }

  .industry-card {
    min-height: 360px;
    border-radius: 24px;
  }

  .carousel-button {
    display: none;
  }

  .contact-section {
    align-items: stretch;
    text-align: center;
  }

  .form-grid,
  .captcha-row {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 18px;
    text-align: left;
  }

  .contact-agent {
    width: min(360px, 92vw);
    margin: 22px auto -22px;
  }

  .contact-button {
    width: 100%;
  }
}
