
/* =========================================================
   Aguas Mandiaz - Página Contacto
   Menú y footer conservados. Sección central basada en contacto.ai.
   ========================================================= */

:root {
  --azul-marca: #3e419b;
  --azul-profundo: #233f76;
  --azul-gota: #087bd8;
  --turquesa: #08c5cb;
  --verde: #05d979;
  --verde-hover: #02c96f;
  --blanco: #ffffff;
  --negro: #050505;
  --container: 1180px;
  --topbar-height: 38px;
  --font-main: "Figtree", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--azul-profundo);
  background: var(--blanco);
  font-family: var(--font-main);
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(100% - 48px, var(--container)); margin-inline: auto; }
.skip-link {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 10000;
  padding: 10px 14px;
  color: var(--blanco);
  background: var(--azul-marca);
  border-radius: 999px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Top bar + navegación */
.top-bar {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: var(--topbar-height);
  color: var(--blanco);
  background: #010101;
  border-bottom: 2px solid #13bce2;
  overflow: hidden;
}
.top-bar__inner {
  width: 100%;
  min-height: var(--topbar-height);
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}
.top-bar p {
  margin: 0;
  color: var(--blanco);
  font-size: clamp(0.72rem, 1.1vw, 1.25rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  white-space: nowrap;
  animation: texto-corriendo 18s linear infinite;
}
.top-bar__icon {
  flex: 0 0 auto;
  color: #00cfd2;
  margin-inline: 20px;
}
.top-bar__icon svg {
  width: clamp(22px, 2vw, 36px);
  height: clamp(22px, 2vw, 36px);
  fill: currentColor;
}
@keyframes texto-corriendo {
  0% { transform: translateX(100vw); }
  100% { transform: translateX(-100%); }
}
.site-header {
  position: sticky;
  top: var(--topbar-height);
  z-index: 999;
  background: var(--blanco);
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.05);
}
.main-nav {
  width: min(100% - 56px, 1780px);
  min-height: 68px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  width: clamp(145px, 10.5vw, 190px);
  flex: 0 0 auto;
}
.brand img { width: 100%; height: auto; }
.main-nav__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2vw, 34px);
  color: #777777;
  font-size: clamp(1.02rem, 1.35vw, 1.48rem);
  font-weight: 400;
  letter-spacing: 0.02em;
}
.main-nav__links > a:not(.quote-button) {
  position: relative;
  padding-block: 8px;
}
.main-nav__links > a:not(.quote-button)::after,
.main-nav__links > a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: var(--verde);
  border-radius: 999px;
  transition: width 240ms ease;
}
.main-nav__links > a:not(.quote-button):hover::after,
.main-nav__links > a:not(.quote-button):focus-visible::after,
.main-nav__links > a[aria-current="page"]::after { width: 100%; }
.quote-button,
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: var(--blanco);
  background: var(--verde);
  cursor: pointer;
  transition: transform 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}
.quote-button {
  min-height: 47px;
  padding: 0 18px;
  gap: 8px;
  font-size: clamp(0.9rem, 1.05vw, 1.18rem);
  font-weight: 900;
  border-radius: 15px;
  white-space: nowrap;
}
.quote-button svg { width: 23px; fill: currentColor; }
.quote-button:hover,
.primary-button:hover {
  transform: translateY(-2px);
  background: var(--verde-hover);
  box-shadow: 0 10px 24px rgba(5, 217, 121, 0.28);
}
.menu-toggle {
  display: none;
  width: 48px;
  height: 44px;
  padding: 8px;
  border: 0;
  border-radius: 12px;
  background: var(--verde);
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  margin: 5px 0;
  background: var(--blanco);
  border-radius: 999px;
  transition: transform 220ms ease, opacity 220ms ease;
}
.menu-toggle.is-active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-toggle.is-active span:nth-child(2) { opacity: 0; }
.menu-toggle.is-active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* Contacto desde Illustrator */
.contact-banner {
  width: 100%;
  min-height: clamp(170px, 14.4vw, 245px);
  margin-top: clamp(34px, 4vw, 70px);
  overflow: hidden;
  background: linear-gradient(90deg, #0c4b88 0%, #39df90 65%, #e7f9ff 100%);
}
.contact-banner__inner {
  position: relative;
  width: 100%;
  min-height: inherit;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.contact-banner__copy {
  position: relative;
  z-index: 2;
  padding-left: clamp(32px, 4.5vw, 72px);
  color: #ffffff;
  text-shadow: 0 7px 12px rgba(0, 0, 0, 0.45);
}
.contact-banner__copy p {
  margin: 0 0 4px;
  font-size: clamp(2rem, 3.2vw, 4.1rem);
  font-weight: 900;
  line-height: 0.9;
}
.contact-banner__copy h1,
.contact-banner__copy h2 {
  margin: 0;
  font-size: clamp(2.45rem, 4.6vw, 5.65rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.contact-banner__bottle {
  position: absolute;
  right: 0;
  top: 50%;
  width: min(46vw, 640px);
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translateY(-50%);
  opacity: 0.95;
}
.contact-page {
  position: relative;
  padding: clamp(58px, 6vw, 96px) 0 clamp(62px, 7vw, 120px);
  background: #ffffff;
}
.contact-page__divider {
  width: min(100% - 40px, 540px);
  margin: 0 auto clamp(24px, 3.2vw, 42px);
  display: grid;
  grid-template-columns: 1fr 34px 1fr;
  align-items: center;
  gap: 20px;
}
.contact-page__divider span {
  height: 3px;
  background: #4340ff;
  border-radius: 999px;
}
.contact-page__divider i {
  width: 18px;
  height: 28px;
  margin-inline: auto;
  background: var(--azul-gota);
  border-radius: 70% 30% 70% 30% / 70% 70% 30% 30%;
  transform: rotate(45deg);
}
.contact-page__inner {
  display: grid;
  grid-template-columns: minmax(220px, 335px) minmax(420px, 640px);
  align-items: center;
  justify-content: center;
  gap: clamp(38px, 5vw, 80px);
}
.contact-page__image {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: visible;
}
.contact-page__image img {
  width: clamp(250px, 24vw, 390px);
  max-width: none;
  height: auto;
  transform: translateX(clamp(-95px, -5vw, -36px));
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.08));
}
.contact-form {
  width: 100%;
  display: grid;
  gap: 13px;
}
.contact-form label {
  margin-left: 22px;
  color: #27246e;
  font-size: clamp(0.84rem, 1vw, 1.05rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  min-height: 54px;
  padding: 13px 22px;
  color: var(--azul-profundo);
  background: transparent;
  border: 2.5px solid #5051ff;
  border-radius: 26px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
.contact-form textarea {
  min-height: 148px;
  resize: vertical;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--turquesa);
  box-shadow: 0 0 0 5px rgba(8, 197, 203, 0.12);
}
.form-button {
  justify-self: center;
  min-width: min(100%, 340px);
  min-height: 58px;
  margin-top: 34px;
  padding: 0 38px;
  border-radius: 24px;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/* Footer */
.site-footer {
  background: #ffffff;
}
.footer-features {
  width: min(100% - 56px, 1100px);
  margin: 0 auto 76px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  align-items: start;
  justify-items: center;
  text-align: center;
}
.footer-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.footer-feature img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}
.footer-feature p {
  margin: 0;
  color: var(--azul-profundo);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
}
.footer-final {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f7fbfc;
}
.footer-final__content {
  position: relative;
  width: 100%;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.footer-final__wave {
  position: absolute;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.footer-final__wave--left {
  left: 0;
  width: min(48vw, 720px);
}
.footer-final__wave--right {
  right: 0;
  width: min(32vw, 480px);
}
.footer-final__logo {
  position: relative;
  z-index: 3;
  width: min(44vw, 430px);
  display: block;
}
.footer-final__logo img { width: 100%; height: auto; }
.footer-final__whatsapp {
  position: fixed;
  right: clamp(22px, 4vw, 70px);
  bottom: clamp(22px, 4vw, 55px);
  z-index: 9999;
  width: clamp(72px, 7vw, 110px);
  display: block;
  transition: transform 220ms ease;
}
.footer-final__whatsapp img { width: 100%; height: auto; }
.footer-final__whatsapp:hover { transform: scale(1.06); }
.footer-final__bottom {
  position: relative;
  z-index: 2;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 24px;
  background: #101f21;
  text-align: center;
}
.footer-final__bottom p {
  margin: 0;
  color: #ffffff;
  font-size: clamp(0.9rem, 1.1vw, 1.15rem);
  font-weight: 400;
}

/* Animaciones */
.reveal {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 780ms;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-left { transform: translateX(-54px); }
.reveal-right { transform: translateX(54px); }
.reveal-up { transform: translateY(52px); }
.reveal-down { transform: translateY(-52px); }
.reveal-zoom { transform: scale(0.92); }
.reveal.is-visible { opacity: 1; transform: translate(0, 0) scale(1); }

/* Responsive */
@media (max-width: 1024px) {
  :root { --container: 900px; }
  .main-nav { width: min(100% - 36px, 940px); min-height: 82px; }
  .brand { width: clamp(184px, 14.5vw, 288px); }
  .main-nav__links { gap: 18px; font-size: 1rem; }
  .quote-button { min-height: 42px; padding-inline: 14px; }
  .contact-banner { margin-top: 36px; }
  .contact-page__inner {
    grid-template-columns: 245px minmax(0, 1fr);
    gap: 34px;
  }
  .contact-page__image img {
    width: 320px;
    transform: translateX(-84px);
  }
}

@media (max-width: 768px) {
  :root { --topbar-height: 34px; }
  .top-bar__inner { width: 100%; }
  .top-bar p { font-size: 0.9rem; }
  .top-bar__icon:last-child { display: none; }
  .site-header { top: var(--topbar-height); }
  .main-nav { min-height: 74px; }
  .brand { width: 176px; }
  .menu-toggle {
    display: block;
    position: relative;
    z-index: 100;
  }
  .main-nav__links {
    position: absolute;
    left: 18px;
    right: 18px;
    top: calc(100% + 8px);
    width: auto;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    align-items: center;
    text-align: center;
    gap: 0;
    padding: 24px 18px;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 220ms ease, transform 220ms ease;
  }
  .main-nav__links.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .main-nav__links a {
    width: auto;
    min-width: auto;
    justify-self: center;
    justify-content: center;
    text-align: center;
    padding: 12px 0;
  }
  .main-nav__links .quote-button {
    width: fit-content;
    min-width: 260px;
    margin: 16px auto 0;
    justify-self: center;
    padding-inline: 18px;
  }
  .contact-banner {
    margin-top: 24px;
    min-height: 150px;
  }
  .contact-banner__copy { padding-left: 24px; }
  .contact-banner__copy p { font-size: 1.7rem; }
  .contact-banner__copy h1,
.contact-banner__copy h2 { font-size: 2.4rem; max-width: 520px; }
  .contact-banner__bottle {
    width: 56vw;
    opacity: 0.46;
  }
  .contact-page { padding-top: 54px; }
  .contact-page__inner {
    grid-template-columns: 1fr;
    width: min(100% - 36px, 620px);
    gap: 28px;
  }
  .contact-page__image {
    width: 100%;
    height: 340px;
    overflow: hidden;
    justify-content: center;
    align-items: flex-start;
  }
  .contact-page__image img {
    width: 360px;
    max-width: none;
    transform: translateY(-20px);
  }
  .footer-features {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 34px;
    width: min(100% - 36px, 620px);
    margin-bottom: 58px;
  }
  .footer-final__content { min-height: 220px; }
  .footer-final__logo { width: min(68vw, 320px); }
  .footer-final__wave--left { width: 72vw; }
  .footer-final__wave--right { width: 54vw; }
  .footer-final__whatsapp {
    right: 18px;
    bottom: 18px;
    width: 72px;
  }
  .footer-final__bottom {
    min-height: 72px;
    padding: 20px 70px 20px 20px;
  }
}

@media (max-width: 480px) {
  .container { width: min(100% - 28px, var(--container)); }
  .main-nav { width: min(100% - 28px, 460px); }
  .brand { width: 145px; }
  .contact-banner {
    min-height: 132px;
  }
  .contact-banner__copy { padding-left: 18px; }
  .contact-banner__copy p { font-size: 1.32rem; }
  .contact-banner__copy h1,
.contact-banner__copy h2 { font-size: 1.85rem; line-height: 1.04; }
  .contact-banner__bottle { width: 72vw; opacity: 0.38; }
  .contact-page__divider {
    width: min(100% - 70px, 330px);
    grid-template-columns: 1fr 28px 1fr;
    gap: 12px;
  }
  .contact-page__image { height: 275px; }
  .contact-page__image img {
    width: 315px;
    transform: translateY(-18px);
  }
  .contact-form label { margin-left: 14px; font-size: 0.82rem; }
  .contact-form input,
  .contact-form textarea {
    min-height: 52px;
    border-width: 2px;
    border-radius: 22px;
  }
  .contact-form textarea { min-height: 150px; }
  .form-button {
    min-width: min(100%, 300px);
    min-height: 50px;
    padding-inline: 22px;
    border-radius: 18px;
    font-size: 1.15rem;
  }
  .footer-features {
    grid-template-columns: repeat(2, 1fr);
    width: min(100% - 28px, 420px);
    gap: 40px 24px;
  }
  .footer-feature:last-child {
    grid-column: 1 / -1;
    justify-self: center;
  }
  .footer-feature img { width: 62px; height: 62px; }
  .footer-feature p { font-size: 0.84rem; }
  .footer-final__content { min-height: 190px; }
  .footer-final__logo { width: 250px; }
  .footer-final__whatsapp {
    right: 14px;
    bottom: 14px;
    width: 64px;
  }
  .footer-final__bottom p { font-size: 0.82rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}


/* Estado activo unificado del menú principal */
.main-nav__links > a[aria-current="page"]::after {
  width: 100%;
}

/* ==================================================
   FOOTER UNIFICADO - MISMO DISEÑO QUE INICIO
   ================================================== */
.site-footer {
  background: #ffffff;
}

.footer-features {
  width: min(100% - 56px, 1100px);
  margin: 80px auto 60px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  align-items: start;
  justify-items: center;
  text-align: center;
}

.footer-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.footer-feature img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.footer-feature p {
  margin: 0;
  color: var(--azul-profundo);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
}

.footer-final {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
}

.footer-final__content {
  position: relative;
  width: 100%;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.footer-final__wave {
  position: absolute;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}

.footer-final__wave--left {
  left: 0;
  width: min(48vw, 720px);
}

.footer-final__wave--right {
  right: 0;
  width: min(32vw, 480px);
}

.footer-final__logo {
  position: relative;
  z-index: 3;
  width: min(44vw, 430px);
  display: block;
}

.footer-final__logo img {
  width: 100%;
  height: auto;
}

.footer-final__whatsapp {
  position: fixed;
  right: clamp(22px, 4vw, 70px);
  bottom: clamp(22px, 4vw, 55px);
  z-index: 9999;
  width: clamp(72px, 7vw, 110px);
  display: block;
  transition: transform 220ms ease;
}

.footer-final__whatsapp img {
  width: 100%;
  height: auto;
}

.footer-final__whatsapp:hover {
  transform: scale(1.06);
}

.footer-final__bottom {
  position: relative;
  z-index: 2;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 24px;
  background: #101f21;
  text-align: center;
}

.footer-final__bottom p {
  margin: 0;
  color: #ffffff;
  font-size: clamp(0.9rem, 1.1vw, 1.15rem);
  font-weight: 400;
}

@media (max-width: 768px) {
  .footer-features {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 28px;
    width: min(100% - 36px, 620px);
  }

  .footer-final__content {
    min-height: 260px;
  }

  .footer-final__logo {
    width: min(44vw, 430px);
  }

  .footer-final__wave--left {
    width: min(48vw, 720px);
  }

  .footer-final__wave--right {
    width: min(32vw, 480px);
  }

  .footer-final__whatsapp {
    right: clamp(22px, 4vw, 70px);
    bottom: clamp(22px, 4vw, 55px);
    width: clamp(72px, 7vw, 110px);
  }

  .footer-final__bottom {
    min-height: 82px;
    padding: 22px 24px;
  }
}

@media (max-width: 480px) {
  .footer-features {
    grid-template-columns: repeat(2, 1fr);
    width: min(100% - 28px, 420px);
  }

  .footer-feature:last-child {
    grid-column: auto;
    justify-self: center;
  }

  .footer-feature img {
    width: 58px;
    height: 58px;
  }

  .footer-feature p {
    font-size: 0.82rem;
  }

  .footer-final__content {
    min-height: 260px;
  }

  .footer-final__logo {
    width: min(44vw, 430px);
  }

  .footer-final__whatsapp {
    right: clamp(22px, 4vw, 70px);
    bottom: clamp(22px, 4vw, 55px);
    width: clamp(72px, 7vw, 110px);
  }

  .footer-final__bottom p {
    font-size: clamp(0.9rem, 1.1vw, 1.15rem);
  }
}


/* =========================================================
   Formulario de contacto EXACTO según diseño Illustrator
   ========================================================= */
.contact-design {
  width: 100%;
  padding: clamp(54px, 5.6vw, 90px) 0 clamp(58px, 6vw, 105px);
  background: #f4ffff;
}

.contact-design--home {
  margin-top: clamp(40px, 5vw, 72px);
}

.contact-design__card {
  width: min(100% - 120px, 1620px);
  min-height: clamp(620px, 49vw, 935px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 59.5%) minmax(360px, 40.5%);
  overflow: hidden;
  background: #ffffff;
  border-radius: clamp(54px, 6vw, 112px);
}

.contact-design__content {
  padding: clamp(58px, 5.5vw, 105px) clamp(70px, 8vw, 158px) clamp(52px, 5vw, 90px);
}

.contact-design h1,
.contact-design h2 {
  margin: 0 0 clamp(58px, 5vw, 88px);
  color: #1227ff;
  font-size: clamp(4.2rem, 5.45vw, 6.75rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}

.contact-design__form {
  width: 100%;
  display: grid;
  gap: clamp(28px, 2.2vw, 45px);
}

.contact-design__row--two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(42px, 4.3vw, 76px);
}

.contact-design__field {
  display: grid;
  gap: 6px;
}

.contact-design__field label {
  color: #5654d9;
  font-size: clamp(1.05rem, 1.2vw, 1.45rem);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.contact-design__field input {
  width: 100%;
  height: 30px;
  padding: 0 2px 6px;
  color: #1d2a5a;
  background: transparent;
  border: 0;
  border-bottom: 4px solid #dddddd;
  border-radius: 0;
  outline: 0;
}

.contact-design__field textarea {
  width: 100%;
  min-height: clamp(150px, 10vw, 196px);
  padding: 18px 24px;
  color: #1d2a5a;
  background: transparent;
  border: 4px solid #dddddd;
  border-radius: clamp(28px, 2.6vw, 46px);
  outline: 0;
  resize: vertical;
}

.contact-design__field input:focus,
.contact-design__field textarea:focus {
  border-color: #1227ff;
  box-shadow: none;
}

.contact-design__button {
  justify-self: center;
  min-width: min(100%, 385px);
  min-height: clamp(60px, 4.3vw, 72px);
  margin-top: clamp(8px, 1.4vw, 22px);
  padding: 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: #05d76f;
  font-size: clamp(1.45rem, 1.65vw, 2rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 220ms ease, background-color 220ms ease;
}

.contact-design__button:hover,
.contact-design__button:focus-visible {
  background: #02c96a;
  transform: translateY(-2px);
}

.contact-design__image {
  min-height: 100%;
  overflow: hidden;
  background: #d9faff;
}

.contact-design__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 1180px) {
  .contact-design__card {
    width: min(100% - 56px, 980px);
    grid-template-columns: minmax(0, 58%) minmax(300px, 42%);
    border-radius: 58px;
  }

  .contact-design__content {
    padding: 64px 56px 58px;
  }
}

@media (max-width: 860px) {
  .contact-design {
    padding: 38px 0 60px;
  }

  .contact-design__card {
    width: min(100% - 32px, 640px);
    min-height: 0;
    display: flex;
    flex-direction: column;
    border-radius: 42px;
  }

  .contact-design__content {
    padding: 46px 28px 34px;
  }

  .contact-design h1,
  .contact-design h2 {
    margin-bottom: 36px;
    text-align: center;
    font-size: clamp(3rem, 13vw, 5rem);
  }

  .contact-design__form {
    gap: 24px;
  }

  .contact-design__row--two {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .contact-design__field label {
    font-size: 1rem;
  }

  .contact-design__field input {
    height: 28px;
    border-bottom-width: 3px;
  }

  .contact-design__field textarea {
    min-height: 142px;
    border-width: 3px;
    border-radius: 28px;
  }

  .contact-design__button {
    width: min(100%, 330px);
    min-height: 58px;
    font-size: 1.35rem;
  }

  .contact-design__image {
    order: 2;
    width: 100%;
    height: 175px;
    min-height: 175px;
    margin-top: 6px;
    border-radius: 0 0 42px 42px;
  }

  .contact-design__image img {
    height: 100%;
    object-position: center 46%;
  }
}

@media (max-width: 480px) {
  .contact-design__card {
    width: min(100% - 24px, 430px);
    border-radius: 34px;
  }

  .contact-design__content {
    padding: 38px 22px 28px;
  }

  .contact-design h1,
  .contact-design h2 {
    margin-bottom: 30px;
  }

  .contact-design__form {
    gap: 21px;
  }

  .contact-design__field textarea {
    min-height: 130px;
  }

  .contact-design__image {
    height: 150px;
    min-height: 150px;
  }
}


/* =========================================================
   AJUSTE FINAL CLIENTE: imagen vertical completa en contacto
   ========================================================= */
.contact-design__image {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
}

.contact-design__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  background: transparent !important;
}

@media (max-width: 768px) {
  .contact-design__image {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 9 / 16 !important;
  }

  .contact-design__image img {
    object-fit: cover !important;
    object-position: center center !important;
  }
}


/* =========================================================
   AJUSTE FINAL CLIENTE: reducir significativamente distancia en footer
   ========================================================= */
.footer-features {
  margin: 52px auto 18px !important;
}

.footer-final__content {
  min-height: 185px !important;
  padding-top: 4px !important;
  padding-bottom: 0 !important;
}

.footer-final__logo {
  width: min(48vw, 500px) !important;
}

@media (max-width: 1024px) {
  .footer-features {
    margin: 42px auto 14px !important;
    gap: 30px 24px !important;
  }

  .footer-final__content {
    min-height: 155px !important;
  }

  .footer-final__logo {
    width: min(72vw, 360px) !important;
  }
}

@media (max-width: 480px) {
  .footer-features {
    margin: 34px auto 10px !important;
    gap: 24px 18px !important;
  }

  .footer-final__content {
    min-height: 122px !important;
  }

  .footer-final__logo {
    width: min(70vw, 300px) !important;
  }
}

/* ===== Ajuste final mobile: logo WhatsApp completo y sin recorte ===== */
.footer-final__whatsapp {
  overflow: visible !important;
}

.footer-final__whatsapp img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 768px) {
  .footer-final__whatsapp {
    right: max(12px, env(safe-area-inset-right)) !important;
    bottom: 16px !important;
    width: 62px !important;
  }
}

@media (max-width: 480px) {
  .footer-final__whatsapp {
    right: max(10px, env(safe-area-inset-right)) !important;
    bottom: 12px !important;
    width: 58px !important;
  }
}


/* =========================================================
   OVERRIDE CONTACTO: clonado 100% desde sección contacto del Inicio
   ========================================================= */
.contact-banner {
  width: 100%;
  min-height: clamp(170px, 14.4vw, 245px);
  margin-top: clamp(34px, 4vw, 70px);
  overflow: hidden;
  background: linear-gradient(90deg, #0c4b88 0%, #39df90 65%, #e7f9ff 100%);
}

.contact-banner--home {
  margin-top: clamp(42px, 5vw, 76px);
}

.contact-banner__inner {
  position: relative;
  width: 100%;
  min-height: inherit;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.contact-banner__copy {
  position: relative;
  z-index: 2;
  padding-left: clamp(32px, 4.5vw, 72px);
  color: #ffffff;
  text-shadow: 0 7px 12px rgba(0, 0, 0, 0.45);
}

.contact-banner__copy p {
  margin: 0 0 4px;
  font-size: clamp(2rem, 3.2vw, 4.1rem);
  font-weight: 900;
  line-height: 0.9;
}

.contact-banner__copy h2 {
  margin: 0;
  font-size: clamp(2.45rem, 4.6vw, 5.65rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #ffffff;
}

.contact-banner__bottle {
  position: absolute;
  right: 0;
  top: 50%;
  width: min(46vw, 640px);
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translateY(-50%);
  opacity: 0.95;
}

@media (max-width: 1024px) {
  .contact-banner { margin-top: 36px; }
  .contact-banner--home { margin-top: 44px; }
}

@media (max-width: 768px) {
  .contact-banner {
    margin-top: 24px;
    min-height: 150px;
  }

  .contact-banner__copy { padding-left: 24px; }
  .contact-banner__copy p { font-size: 1.7rem; }
  .contact-banner__copy h2 { font-size: 2.4rem; max-width: 520px; }
  .contact-banner__bottle {
    width: 56vw;
    opacity: 0.46;
  }
}

@media (max-width: 480px) {
  .contact-banner { min-height: 132px; }
  .contact-banner__copy { padding-left: 18px; }
  .contact-banner__copy p { font-size: 1.32rem; }
  .contact-banner__copy h2 { font-size: 1.85rem; line-height: 1.04; }
  .contact-banner__bottle { width: 72vw; opacity: 0.38; }
}


.contact-design {
  width: 100%;
  padding: clamp(54px, 5.6vw, 90px) 0 clamp(58px, 6vw, 105px);
  background: #f4ffff;
}

.contact-design--home {
  margin-top: clamp(40px, 5vw, 72px);
}

.contact-design__card {
  width: min(100% - 120px, 1620px);
  min-height: clamp(620px, 49vw, 935px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 59.5%) minmax(360px, 40.5%);
  overflow: hidden;
  background: #ffffff;
  border-radius: clamp(54px, 6vw, 112px);
}

.contact-design__content {
  padding: clamp(58px, 5.5vw, 105px) clamp(70px, 8vw, 158px) clamp(52px, 5vw, 90px);
}

.contact-design h1,
.contact-design h2 {
  margin: 0 0 clamp(58px, 5vw, 88px);
  color: #1227ff;
  font-size: clamp(4.2rem, 5.45vw, 6.75rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}

.contact-design__form {
  width: 100%;
  display: grid;
  gap: clamp(28px, 2.2vw, 45px);
}

.contact-design__row--two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(42px, 4.3vw, 76px);
}

.contact-design__field {
  display: grid;
  gap: 6px;
}

.contact-design__field label {
  color: #5654d9;
  font-size: clamp(1.05rem, 1.2vw, 1.45rem);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.contact-design__field input {
  width: 100%;
  height: 30px;
  padding: 0 2px 6px;
  color: #1d2a5a;
  background: transparent;
  border: 0;
  border-bottom: 4px solid #dddddd;
  border-radius: 0;
  outline: 0;
}

.contact-design__field textarea {
  width: 100%;
  min-height: clamp(150px, 10vw, 196px);
  padding: 18px 24px;
  color: #1d2a5a;
  background: transparent;
  border: 4px solid #dddddd;
  border-radius: clamp(28px, 2.6vw, 46px);
  outline: 0;
  resize: vertical;
}

.contact-design__field input:focus,
.contact-design__field textarea:focus {
  border-color: #1227ff;
  box-shadow: none;
}

.contact-design__button {
  justify-self: center;
  min-width: min(100%, 385px);
  min-height: clamp(60px, 4.3vw, 72px);
  margin-top: clamp(8px, 1.4vw, 22px);
  padding: 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: #05d76f;
  font-size: clamp(1.45rem, 1.65vw, 2rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 220ms ease, background-color 220ms ease;
}

.contact-design__button:hover,
.contact-design__button:focus-visible {
  background: #02c96a;
  transform: translateY(-2px);
}

.contact-design__image {
  min-height: 100%;
  overflow: hidden;
  background: #d9faff;
}

.contact-design__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 1180px) {
  .contact-design__card {
    width: min(100% - 56px, 980px);
    grid-template-columns: minmax(0, 58%) minmax(300px, 42%);
    border-radius: 58px;
  }

  .contact-design__content {
    padding: 64px 56px 58px;
  }
}

@media (max-width: 860px) {
  .contact-design {
    padding: 38px 0 60px;
  }

  .contact-design__card {
    width: min(100% - 32px, 640px);
    min-height: 0;
    display: flex;
    flex-direction: column;
    border-radius: 42px;
  }

  .contact-design__content {
    padding: 46px 28px 34px;
  }

  .contact-design h1,
  .contact-design h2 {
    margin-bottom: 36px;
    text-align: center;
    font-size: clamp(3rem, 13vw, 5rem);
  }

  .contact-design__form {
    gap: 24px;
  }

  .contact-design__row--two {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .contact-design__field label {
    font-size: 1rem;
  }

  .contact-design__field input {
    height: 28px;
    border-bottom-width: 3px;
  }

  .contact-design__field textarea {
    min-height: 142px;
    border-width: 3px;
    border-radius: 28px;
  }

  .contact-design__button {
    width: min(100%, 330px);
    min-height: 58px;
    font-size: 1.35rem;
  }

  .contact-design__image {
    order: 2;
    width: 100%;
    height: 175px;
    min-height: 175px;
    margin-top: 6px;
    border-radius: 0 0 42px 42px;
  }

  .contact-design__image img {
    height: 100%;
    object-position: center 46%;
  }
}

@media (max-width: 480px) {
  .contact-design__card {
    width: min(100% - 24px, 430px);
    border-radius: 34px;
  }

  .contact-design__content {
    padding: 38px 22px 28px;
  }

  .contact-design h1,
  .contact-design h2 {
    margin-bottom: 30px;
  }

  .contact-design__form {
    gap: 21px;
  }

  .contact-design__field textarea {
    min-height: 130px;
  }

  .contact-design__image {
    height: 150px;
    min-height: 150px;
  }
}


/* =========================================================
   Banner superior de contacto
   ========================================================= */
.contact-banner {
  width: 100%;
  min-height: clamp(170px, 14.4vw, 245px);
  margin-top: clamp(34px, 4vw, 70px);
  overflow: hidden;
  background: linear-gradient(90deg, #0c4b88 0%, #39df90 65%, #e7f9ff 100%);
}

.contact-banner--home {
  margin-top: clamp(42px, 5vw, 76px);
}

.contact-banner__inner {
  position: relative;
  width: 100%;
  min-height: inherit;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.contact-banner__copy {
  position: relative;
  z-index: 2;
  padding-left: clamp(32px, 4.5vw, 72px);
  color: #ffffff;
  text-shadow: 0 7px 12px rgba(0, 0, 0, 0.45);
}

.contact-banner__copy p {
  margin: 0 0 4px;
  font-size: clamp(2rem, 3.2vw, 4.1rem);
  font-weight: 900;
  line-height: 0.9;
}

.contact-banner__copy h2 {
  margin: 0;
  font-size: clamp(2.45rem, 4.6vw, 5.65rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #ffffff;
}

.contact-banner__bottle {
  position: absolute;
  right: 0;
  top: 50%;
  width: min(46vw, 640px);
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translateY(-50%);
  opacity: 0.95;
}

@media (max-width: 1024px) {
  .contact-banner { margin-top: 36px; }
  .contact-banner--home { margin-top: 44px; }
}

@media (max-width: 768px) {
  .contact-banner {
    margin-top: 24px;
    min-height: 150px;
  }

  .contact-banner__copy { padding-left: 24px; }
  .contact-banner__copy p { font-size: 1.7rem; }
  .contact-banner__copy h2 { font-size: 2.4rem; max-width: 520px; }
  .contact-banner__bottle {
    width: 56vw;
    opacity: 0.46;
  }
}

@media (max-width: 480px) {
  .contact-banner { min-height: 132px; }
  .contact-banner__copy { padding-left: 18px; }
  .contact-banner__copy p { font-size: 1.32rem; }
  .contact-banner__copy h2 { font-size: 1.85rem; line-height: 1.04; }
  .contact-banner__bottle { width: 72vw; opacity: 0.38; }
}


/* =========================================================
   Olas decorativas solicitadas - Inicio / Sobre Nosotros
   ========================================================= */

/* Franja de olas inmediatamente después del menú */
/* La sección Sobre Nosotros recibe las mismas olas arriba */
.about {
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
  padding-top: clamp(128px, 14vw, 235px);
}

.about-waves {
  position: absolute;
  inset: 0 0 auto 0;
  width: 100%;
  height: clamp(120px, 16vw, 245px);
background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 1;
}

.about__inner {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .home-wave-start {
    height: 138px;
  }

  .about {
    padding-top: 140px;
  }

  .about-waves {
    height: 142px;
    background-size: 100% 100%;
  }
}


/* =========================================================
   Olas en Sobre Nosotros del Inicio
   ========================================================= */
.about {
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
  padding-top: clamp(130px, 14vw, 235px);
}

.about-waves {
  position: absolute;
  inset: 0 0 auto 0;
  width: 100%;
  height: clamp(120px, 16vw, 245px);
background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 1;
}

.about__inner {
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .about {
    padding-top: 165px;
  }

  .about-waves {
    height: 170px;
  }
}

@media (max-width: 768px) {
  .about {
    padding-top: 140px;
  }

  .about-waves {
    height: 142px;
    background-size: 100% 100%;
  }
}

@media (max-width: 480px) {
  .about {
    padding-top: 112px;
  }

  .about-waves {
    height: 112px;
    background-size: 100% 100%;
  }
}


/* =========================================================
   FEEDBACK INICIO - Ajustes de espacio, botones, títulos y fondo
   ========================================================= */

:root {
  --fondo-web: #f5f9ff;
  --font-title: "Figtree", Arial, sans-serif;
}

body,
main,
.process,
.products,
.services,
.about,
.contact-design {
  background: var(--fondo-web) !important;
}

/* 1. Video pegado al menú, sin franja negra entre nav y video */
.site-header {
  margin-bottom: 0 !important;
}

.hero {
  margin-top: 0 !important;
  padding-top: 0 !important;
  background: var(--fondo-web) !important;
}

.hero__video {
  margin-top: 0 !important;
  background: transparent !important;
  min-height: clamp(520px, calc(100vh - 142px), 780px);
}

.hero__video video {
  display: block;
}

/* 2. Botón cotiza: ancho más ajustado y bordes ovalados */
.primary-button,
.primary-button--large {
  width: auto !important;
  min-width: 0 !important;
  min-height: 58px;
  padding: 0 54px !important;
  border-radius: 999px !important;
  font-weight: 900;
}

.centered-action {
  margin-top: 44px;
}

/* 3 y 4. Títulos con Open Sans ExtraBold 800 */
#productos-titulo,
#servicios-titulo,
#nosotros-titulo,
#contacto-titulo,
.section-title h2,
.about__text h2,
.contact-design h1,
.contact-design h2 {
  font-family: var(--font-title);
  font-weight: 800 !important;
}

/* 3. Productos con más aire y carrusel automático */
.products {
  padding-top: 46px !important;
  padding-bottom: 70px !important;
}

.products .section-title {
  margin-bottom: 34px;
}

.products__viewport {
  width: min(100% - 64px, 1640px) !important;
  margin-top: 56px !important;
  padding: 6px 0 34px !important;
  overflow: hidden !important;
  scrollbar-width: none;
}

.products__viewport::-webkit-scrollbar {
  display: none;
}

.products__rail {
  justify-content: flex-start !important;
  gap: 34px !important;
  margin-inline: 0 !important;
  will-change: transform;
}

.products__rail.products__rail--marquee {
  animation: productos-deslizar 32s linear infinite;
}

.products__viewport:hover .products__rail.products__rail--marquee {
  animation-play-state: paused;
}

@keyframes productos-deslizar {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.product-card {
  flex: 0 0 clamp(300px, 22vw, 390px) !important;
  max-width: 390px !important;
}

.product-card__image {
  min-height: clamp(265px, 19vw, 355px) !important;
}

.product-card__content {
  padding: 20px 24px 24px !important;
}

.secondary-button {
  width: auto !important;
  min-width: 0 !important;
  min-height: 56px;
  padding: 0 54px !important;
  border-radius: 999px !important;
}

/* 4. Servicios: cartas más largas y links a página Servicios */
.services {
  padding-top: 46px !important;
  padding-bottom: 132px !important;
}

.services__grid {
  width: min(100% - 72px, 1320px) !important;
  gap: clamp(50px, 5.2vw, 88px) !important;
  margin-top: 64px !important;
}

.service-card {
  min-height: 620px;
  padding: 54px 54px 44px !important;
  border-radius: 34px !important;
}

.service-card img {
  aspect-ratio: 1.42 / 1 !important;
}

.service-card__content {
  padding-top: 40px !important;
}

/* 5. Sobre nosotros: mejor uso de espacio, título Open Sans, texto negro */
.about {
  min-height: 880px;
  padding-top: clamp(125px, 12vw, 210px) !important;
  padding-bottom: clamp(110px, 10vw, 190px) !important;
}

.about__inner {
  width: min(100% - 72px, 1520px) !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr) !important;
  gap: clamp(60px, 6vw, 128px) !important;
}

.about__image img {
  width: min(100%, 900px) !important;
  max-width: 900px !important;
}

.about__text {
  max-width: 650px !important;
}

.about__text h2 {
  font-size: clamp(3.8rem, 5.6vw, 7rem) !important;
  line-height: 0.96 !important;
  margin-bottom: 28px !important;
}

.about__text p {
  color: #000000 !important;
  font-size: clamp(1.15rem, 1.35vw, 1.55rem) !important;
  line-height: 1.22 !important;
  font-weight: 500 !important;
}

.about__text a {
  display: inline-block;
  margin-top: 22px;
}

/* 6. Contacto menos invasivo, con sombra y placeholders */
.contact-design {
  padding: clamp(42px, 4vw, 70px) 0 clamp(52px, 4.8vw, 86px) !important;
}

.contact-design--home {
  margin-top: clamp(28px, 3vw, 50px) !important;
}

.contact-design__card {
  width: min(100% - 110px, 1360px) !important;
  min-height: clamp(470px, 38vw, 690px) !important;
  grid-template-columns: minmax(0, 56%) minmax(330px, 44%) !important;
  border-radius: clamp(34px, 4vw, 68px) !important;
  box-shadow: 0 30px 70px rgba(18, 39, 255, 0.12), 0 18px 42px rgba(0, 0, 0, 0.10) !important;
}

.contact-design__content {
  padding: clamp(42px, 4.2vw, 72px) clamp(48px, 5.2vw, 98px) clamp(40px, 4vw, 68px) !important;
}

.contact-design h1,
.contact-design h2 {
  margin-bottom: clamp(34px, 3.4vw, 58px) !important;
  font-size: clamp(3.1rem, 4.5vw, 5.5rem) !important;
}

.contact-design__form {
  gap: clamp(21px, 1.8vw, 34px) !important;
}

.contact-design__field {
  gap: 0 !important;
}

.contact-design__field label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.contact-design__field input,
.contact-design__field textarea {
  font-size: clamp(1rem, 1.1vw, 1.28rem);
}

.contact-design__field input::placeholder,
.contact-design__field textarea::placeholder {
  color: #5654d9;
  opacity: 1;
  text-transform: uppercase;
}

.contact-design__field input {
  height: 46px !important;
  padding: 0 2px 10px !important;
  border-bottom-width: 3px !important;
}

.contact-design__field textarea {
  min-height: clamp(125px, 8vw, 165px) !important;
  padding: 22px 26px !important;
  border-width: 3px !important;
  border-radius: clamp(24px, 2vw, 38px) !important;
}

.contact-design__button {
  min-width: 0 !important;
  width: auto !important;
  min-height: 58px !important;
  padding: 0 42px !important;
  font-size: clamp(1.12rem, 1.25vw, 1.55rem) !important;
}

/* Fondos internos para que todo respire en un mismo tono */
.process__grid,
.products__viewport,
.services__grid,
.about__inner {
  background: transparent !important;
}

/* Responsive */
@media (max-width: 1180px) {
  .service-card {
    min-height: 560px;
    padding: 44px 38px 38px !important;
  }

  .contact-design__card {
    width: min(100% - 56px, 1040px) !important;
  }
}

@media (max-width: 1024px) {
  .about {
    min-height: auto;
  }

  .about__inner {
    grid-template-columns: 1fr !important;
    text-align: center;
    width: min(100% - 44px, 860px) !important;
  }

  .about__text {
    margin-inline: auto;
  }

  .services__grid {
    width: min(100% - 44px, 760px) !important;
    grid-template-columns: 1fr !important;
  }

  .service-card {
    min-height: auto;
  }
}

@media (max-width: 860px) {
  .products__viewport {
    width: min(100% - 32px, 720px) !important;
  }

  .products__rail.products__rail--marquee {
    animation-duration: 24s;
  }

  .product-card {
    flex-basis: clamp(260px, 72vw, 340px) !important;
  }

  .primary-button,
  .primary-button--large,
  .secondary-button {
    padding: 0 34px !important;
  }

  .contact-design__card {
    width: min(100% - 32px, 640px) !important;
    min-height: 0 !important;
    border-radius: 38px !important;
  }

  .contact-design__content {
    padding: 40px 28px 32px !important;
  }

  .contact-design h1,
  .contact-design h2 {
    font-size: clamp(2.75rem, 11vw, 4.4rem) !important;
  }
}

@media (max-width: 520px) {
  .hero__video {
    min-height: 430px;
  }

  .section-title h2 {
    font-size: clamp(2.6rem, 13vw, 4.2rem) !important;
  }

  .about__text h2 {
    font-size: clamp(2.8rem, 14vw, 4.1rem) !important;
  }

  .about__text p {
    font-size: 1rem !important;
  }

  .contact-design__button {
    width: min(100%, 310px) !important;
    padding-inline: 22px !important;
  }
}


/* =========================================================
   FEEDBACK 2 INICIO - Ajustes finos
   ========================================================= */

/* Botón en video */
.hero__video {
  position: relative !important;
}

.hero__scroll-button {
  position: absolute;
  left: 50%;
  bottom: clamp(92px, 9vh, 132px);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 32px;
  color: #ffffff;
  background: #05d979;
  border-radius: 999px;
  font-size: clamp(1rem, 1.2vw, 1.28rem);
  font-weight: 900;
  line-height: 1;
  text-transform: none;
  box-shadow: 0 0 0 7px rgba(5, 217, 121, 0.18), 0 16px 34px rgba(5, 217, 121, 0.38);
  transform: translateX(-50%);
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.hero__scroll-button:hover,
.hero__scroll-button:focus-visible {
  background: #02c96f;
  transform: translateX(-50%) translateY(-3px);
  box-shadow: 0 0 0 9px rgba(5, 217, 121, 0.22), 0 20px 42px rgba(5, 217, 121, 0.45);
}

/* Títulos un poco más grandes */
.section-title h2,
#productos-titulo,
#servicios-titulo {
  font-size: clamp(3.2rem, 5.8vw, 6rem) !important;
}

.about__text h2,
#nosotros-titulo {
  font-size: clamp(4.35rem, 6.2vw, 7.65rem) !important;
}

.contact-design h1,
.contact-design h2,
#contacto-titulo {
  font-size: clamp(3.35rem, 4.8vw, 5.9rem) !important;
}

/* Sobre Nosotros del Inicio: imagen más protagonista y mejor proporción */
.about {
  padding-bottom: clamp(54px, 5vw, 82px) !important;
}

.about__inner {
  width: min(100% - 64px, 1600px) !important;
  grid-template-columns: minmax(0, 1.24fr) minmax(390px, 0.76fr) !important;
  gap: clamp(54px, 5.4vw, 104px) !important;
}

.about__image {
  transform: scale(1.12);
  transform-origin: center left;
}

.about__image img {
  width: min(100%, 1040px) !important;
  max-width: 1040px !important;
}

.about__text {
  max-width: 620px !important;
}

/* Distancia entre Sobre Nosotros y banner de respuesta rápida */
.contact-banner--home {
  margin-top: clamp(18px, 2.2vw, 34px) !important;
}

.contact-design--home {
  margin-top: clamp(18px, 2.2vw, 34px) !important;
}

/* Formulario: campos como rectángulos grises suaves */
.contact-design__field input {
  height: 54px !important;
  padding: 0 18px !important;
  color: rgba(22, 38, 80, 0.95) !important;
  background: rgba(128, 128, 128, 0.20) !important;
  border: 0 !important;
  border-radius: 6px !important;
  font-weight: 800 !important;
}

.contact-design__field textarea {
  min-height: clamp(135px, 8vw, 170px) !important;
  padding: 20px 22px !important;
  color: rgba(22, 38, 80, 0.95) !important;
  background: rgba(128, 128, 128, 0.20) !important;
  border: 0 !important;
  border-radius: 22px !important;
  font-weight: 800 !important;
}

.contact-design__field input::placeholder,
.contact-design__field textarea::placeholder {
  color: rgba(62, 65, 155, 0.80) !important;
  font-weight: 800 !important;
  opacity: 1 !important;
}

.contact-design__field input:focus,
.contact-design__field textarea:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 4px rgba(18, 39, 255, 0.10) !important;
}

/* Footer mismo fondo, iconos y textos más grandes */
.site-footer,
.footer-features,
.footer-final,
.footer-final__content {
  background: #f5f9ff !important;
}

.footer-features {
  width: min(100% - 64px, 1250px) !important;
  margin: 78px auto 58px !important;
  gap: 36px !important;
}

.footer-feature {
  gap: 16px !important;
}

.footer-feature img {
  width: clamp(76px, 5.4vw, 104px) !important;
  height: clamp(76px, 5.4vw, 104px) !important;
}

.footer-feature p {
  font-size: clamp(1rem, 1.05vw, 1.22rem) !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
}

.footer-final__content {
  min-height: 330px !important;
}

.footer-final__logo {
  width: min(52vw, 570px) !important;
}

.footer-final__bottom {
  background: #101f21 !important;
}

/* Mobile */
@media (max-width: 1024px) {
  .about__image {
    transform: scale(1.04);
    transform-origin: center;
  }

  .about__inner {
    grid-template-columns: 1fr !important;
  }

  .hero__scroll-button {
    bottom: clamp(74px, 8vh, 108px);
  }
}

@media (max-width: 768px) {
  .hero__scroll-button {
    min-height: 42px;
    padding: 0 24px;
    font-size: 0.98rem;
    bottom: 78px;
  }

  .section-title h2,
  #productos-titulo,
  #servicios-titulo {
    font-size: clamp(3rem, 12vw, 4.65rem) !important;
  }

  .about__text h2,
  #nosotros-titulo {
    font-size: clamp(3.4rem, 13vw, 5rem) !important;
  }

  .about__image {
    transform: scale(1.02);
  }

  .contact-banner--home {
    margin-top: 22px !important;
  }

  .contact-design--home {
    margin-top: 22px !important;
  }

  .footer-features {
    width: min(100% - 38px, 560px) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 46px 34px !important;
    margin-top: 64px !important;
  }

  .footer-feature img {
    width: 82px !important;
    height: 82px !important;
  }

  .footer-feature p {
    font-size: 1.06rem !important;
  }

  .footer-feature:nth-child(5) {
    grid-column: 1 / -1 !important;
    justify-self: center !important;
    width: min(100%, 260px);
  }

  .footer-final__content {
    min-height: 300px !important;
  }

  .footer-final__logo {
    width: min(76vw, 410px) !important;
  }
}

@media (max-width: 480px) {
  .hero__scroll-button {
    bottom: 70px;
    min-height: 40px;
    padding: 0 22px;
    font-size: 0.92rem;
  }

  .contact-design__field input {
    height: 50px !important;
  }

  .footer-feature img {
    width: 78px !important;
    height: 78px !important;
  }

  .footer-feature p {
    font-size: 1rem !important;
  }

  .footer-final__logo {
    width: min(82vw, 360px) !important;
  }
}


/* =========================================================
   FIX: reducir distancia entre olas y contenido Sobre Nosotros
   ========================================================= */
.about {
  padding-top: clamp(64px, 6vw, 96px) !important;
}

.about-waves {
  height: clamp(70px, 8vw, 118px) !important;
}

.about__inner {
  margin-top: 0 !important;
}

@media (max-width: 1024px) {
  .about {
    padding-top: 78px !important;
  }

  .about-waves {
    height: 92px !important;
  }
}

@media (max-width: 768px) {
  .about {
    padding-top: 64px !important;
  }

  .about-waves {
    height: 78px !important;
  }
}

@media (max-width: 480px) {
  .about {
    padding-top: 54px !important;
  }

  .about-waves {
    height: 66px !important;
  }
}


/* =========================================================
   FIX: colores formulario contacto
   ========================================================= */
#contacto-titulo,
.contact-design h1,
.contact-design h2 {
  color: var(--azul-marca) !important;
}

.contact-design__field input,
.contact-design__field textarea {
  background: #f5faff !important;
}

.contact-design__field input::placeholder,
.contact-design__field textarea::placeholder {
  color: rgba(62, 65, 155, 0.80) !important;
  font-weight: 800 !important;
}


/* Ajustes cliente 2026-06-28: botón de inicio más grande y anclaje visible */
#beneficios {
  scroll-margin-top: 110px;
}

.hero__scroll-button {
  min-height: 54px !important;
  padding-inline: 42px !important;
  font-size: clamp(1.08rem, 1.35vw, 1.42rem) !important;
}

.primary-button--large {
  min-height: 74px !important;
  max-width: 560px !important;
  font-size: clamp(1.45rem, 2vw, 2.18rem) !important;
}

@media (max-width: 768px) {
  .hero__scroll-button {
    min-height: 48px !important;
    padding-inline: 30px !important;
    font-size: 1rem !important;
  }

  .primary-button--large {
    min-height: 62px !important;
    width: min(100%, 420px) !important;
    font-size: 1.38rem !important;
  }
}

@media (max-width: 480px) {
  .hero__scroll-button {
    min-height: 46px !important;
    padding-inline: 26px !important;
    font-size: 0.95rem !important;
  }
}


/* =========================================================
   Ajuste cliente: Servicios como carta del Illustrator
   ========================================================= */
.services {
  background: #ffffff !important;
  padding-top: clamp(46px, 4vw, 72px) !important;
  padding-bottom: clamp(92px, 7vw, 136px) !important;
}

.services__grid {
  width: min(100% - 72px, 1368px) !important;
  margin: clamp(52px, 4.1vw, 72px) auto 0 !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(34px, 2.3vw, 48px) !important;
  align-items: stretch !important;
}

.service-card {
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
  padding: clamp(18px, 1.35vw, 26px) clamp(18px, 1.35vw, 26px) clamp(28px, 2vw, 42px) !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: clamp(22px, 1.85vw, 34px) !important;
  box-shadow: 0 30px 56px rgba(0, 0, 0, 0.18) !important;
}

.service-card img {
  width: 100% !important;
  aspect-ratio: 0.965 / 1 !important;
  height: auto !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 0 !important;
}

.service-card__content {
  display: flex !important;
  flex: 1 !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: clamp(22px, 1.65vw, 32px) 12px 0 !important;
  text-align: center !important;
}

.service-card h3 {
  margin: 0 !important;
  color: #050505 !important;
  font-size: clamp(1.86rem, 2.18vw, 2.7rem) !important;
  font-weight: 900 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.015em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.service-card p {
  min-height: 34px !important;
  margin: clamp(12px, 0.9vw, 18px) 0 clamp(22px, 1.6vw, 32px) !important;
  color: #141414 !important;
  font-size: clamp(1.22rem, 1.45vw, 1.82rem) !important;
  font-weight: 400 !important;
  line-height: 1.05 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
}

.service-card a {
  display: inline-flex !important;
  width: min(100%, 478px) !important;
  min-height: clamp(58px, 3.8vw, 76px) !important;
  margin-top: auto !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  background: #36c6c7 !important;
  border-radius: 12px !important;
  font-size: clamp(1.45rem, 1.75vw, 2.22rem) !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: transform 220ms ease, background-color 220ms ease, box-shadow 220ms ease !important;
}

.service-card a:hover,
.service-card a:focus-visible {
  background: #27bcbc !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 26px rgba(54, 198, 199, 0.34) !important;
}

@media (max-width: 1024px) {
  .services__grid {
    width: min(100% - 44px, 720px) !important;
    grid-template-columns: 1fr !important;
    gap: 44px !important;
  }

  .service-card h3 {
    white-space: normal !important;
  }
}

@media (max-width: 560px) {
  .services__grid {
    width: min(100% - 30px, 430px) !important;
    margin-top: 40px !important;
  }

  .service-card {
    padding: 14px 14px 24px !important;
    border-radius: 22px !important;
  }

  .service-card__content {
    padding-top: 20px !important;
  }

  .service-card h3 {
    font-size: clamp(1.55rem, 8vw, 2rem) !important;
  }

  .service-card p {
    min-height: 0 !important;
    font-size: clamp(1rem, 5vw, 1.28rem) !important;
  }

  .service-card a {
    min-height: 56px !important;
    font-size: clamp(1.15rem, 6vw, 1.5rem) !important;
  }
}

/* =========================================================
   FIX 2026-06-28: botón Cotiza del bloque de proceso
   Evita que en mobile se estire hasta los bordes de pantalla.
   ========================================================= */
.process .centered-action {
  width: min(100% - 48px, 560px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-inline: 0 !important;
}

.process .centered-action .primary-button--large {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 560px !important;
  min-width: 0 !important;
  min-height: 70px !important;
  padding: 0 44px !important;
  border-radius: 999px !important;
  white-space: nowrap !important;
  line-height: 1 !important;
}

@media (max-width: 768px) {
  .process .centered-action {
    width: min(100% - 56px, 420px) !important;
    margin-top: 38px !important;
  }

  .process .centered-action .primary-button--large {
    min-height: 60px !important;
    padding: 0 28px !important;
    font-size: clamp(1.18rem, 5.1vw, 1.5rem) !important;
  }
}

@media (max-width: 420px) {
  .process .centered-action {
    width: min(100% - 44px, 350px) !important;
  }

  .process .centered-action .primary-button--large {
    min-height: 56px !important;
    padding: 0 22px !important;
    font-size: clamp(1.02rem, 5vw, 1.28rem) !important;
  }
}


/* =========================================================
   AJUSTE FINAL: Olas personalizadas en Nosotros (Inicio)
   ========================================================= */
.about {
  padding-top: 0 !important;
  padding-bottom: clamp(92px, 8vw, 150px) !important;
  background: #f7f7f7 !important;
}

.about-waves.about-waves--custom {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 0 clamp(34px, 4vw, 64px) 0 !important;
  background: none !important;
  pointer-events: none;
  z-index: 1;
  line-height: 0;
}

.about-waves.about-waves--custom .about-waves__img {
  display: block;
  width: 100%;
  height: auto;
}

.about__wave {
  display: none !important;
}

@media (max-width: 768px) {
  .about {
    padding-bottom: 74px !important;
  }

  .about-waves.about-waves--custom {
    margin-bottom: 28px !important;
  }
}

/* =========================================================
   AJUSTE FINAL: Productos auto-scroll + swipe/drag manual
   ========================================================= */
.products__viewport {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: auto;
  scroll-snap-type: x proximity;
  touch-action: pan-x;
  cursor: grab;
}

.products__viewport.is-dragging {
  cursor: grabbing;
}

.products__rail {
  width: max-content;
}

.products__rail.products__rail--marquee {
  animation: none !important;
}

.product-card {
  scroll-snap-align: start;
}

@media (max-width: 768px) {
  .products__viewport {
    width: min(100% - 28px, 1640px) !important;
    padding-bottom: 18px !important;
  }
}


/* =========================================================
   AJUSTE CLIENTE: reducir espacio entre ola y Sobre Nosotros
   ========================================================= */
.about-waves.about-waves--custom {
  margin-bottom: 0 !important;
}

.about__inner {
  margin-top: clamp(-88px, -5.5vw, -42px) !important;
}

@media (max-width: 768px) {
  .about-waves.about-waves--custom {
    margin-bottom: 0 !important;
  }

  .about__inner {
    margin-top: -54px !important;
  }
}

@media (max-width: 480px) {
  .about__inner {
    margin-top: -42px !important;
  }
}

/* Carrusel: mantener movimiento automático, pausa en interacción y swipe/drag manual */
.products__viewport {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  touch-action: pan-x;
  cursor: grab;
}

.products__viewport:hover .products__rail.products__rail--marquee {
  animation-play-state: paused;
}

.products__viewport.is-dragging {
  cursor: grabbing;
}

.products__rail.products__rail--marquee {
  animation: none !important;
}

/* =========================================================
   AJUSTE CLIENTE FINAL: acercar aún más ola a Sobre Nosotros en web
   ========================================================= */
@media (min-width: 769px) {
  .about-waves.about-waves--custom {
    margin-bottom: 0 !important;
  }

  .about__inner {
    margin-top: clamp(-142px, -8.2vw, -88px) !important;
  }
}

/* =========================================================
   AJUSTE CLIENTE FINAL 2: contenido Sobre Nosotros más arriba en desktop
   ========================================================= */
@media (min-width: 1025px) {
  .about-waves.about-waves--custom {
    margin-bottom: 0 !important;
  }

  .about__inner {
    margin-top: clamp(-240px, -14vw, -170px) !important;
  }
}


/* =========================================================
   AJUSTE CLIENTE FINAL 3: subida agresiva del bloque Sobre Nosotros en web
   ========================================================= */
@media (min-width: 1025px) {
  .about {
    padding-top: 0 !important;
  }

  .about-waves.about-waves--custom {
    margin-bottom: 0 !important;
  }

  .about__inner {
    margin-top: clamp(-420px, -23vw, -300px) !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .about__inner {
    margin-top: clamp(-210px, -18vw, -150px) !important;
  }
}

/* =========================================================
   AJUSTE FINAL: Botón turquesa en Conoce el detalle
   ========================================================= */
.about__text a {
  display: inline-flex !important;
  width: min(100%, 310px) !important;
  min-height: 58px !important;
  margin-top: 26px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 26px !important;
  color: #ffffff !important;
  background: #36c6c7 !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 24px rgba(54, 198, 199, 0.22) !important;
  font-size: clamp(1rem, 1.1vw, 1.18rem) !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.01em !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: transform 220ms ease, background-color 220ms ease, box-shadow 220ms ease !important;
}

.about__text a:hover,
.about__text a:focus-visible {
  background: #27bcbc !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 28px rgba(54, 198, 199, 0.34) !important;
}

@media (max-width: 768px) {
  .about__text a {
    width: min(100%, 300px) !important;
    min-height: 56px !important;
    margin-top: 22px !important;
  }
}

/* =========================================================
   AJUSTE FINAL CLIENTE: cerrar agresivamente el espacio antes del banner
   ========================================================= */
@media (min-width: 1025px) {
  .about {
    padding-bottom: 0 !important;
  }

  .contact-banner--home {
    margin-top: -56px !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .about {
    padding-bottom: 10px !important;
  }

  .contact-banner--home {
    margin-top: -18px !important;
  }
}

@media (max-width: 768px) {
  .about {
    padding-bottom: 18px !important;
  }

  .contact-banner--home {
    margin-top: 10px !important;
  }
}

/* =========================================================
   AJUSTE FINAL CLIENTE: separar un poco el banner
   ========================================================= */
@media (min-width: 1025px) {
  .about {
    padding-bottom: 26px !important;
  }

  .contact-banner--home {
    margin-top: -12px !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .about {
    padding-bottom: 24px !important;
  }

  .contact-banner--home {
    margin-top: 0 !important;
  }
}

@media (max-width: 768px) {
  .about {
    padding-bottom: 24px !important;
  }

  .contact-banner--home {
    margin-top: 16px !important;
  }
}

/* =========================================================
   AJUSTE FINAL CLIENTE: productos auto-scroll en desktop y solo swipe en mobile
   ========================================================= */
.products__viewport {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: auto;
  scroll-snap-type: x proximity;
  touch-action: pan-x;
}

.products__viewport::-webkit-scrollbar {
  display: none;
}

.products__rail {
  width: max-content;
}

.product-card {
  scroll-snap-align: start;
}

@media (min-width: 769px) {
  .products__viewport {
    cursor: grab;
  }

  .products__viewport.is-dragging {
    cursor: grabbing;
  }
}

@media (max-width: 768px) {
  .products__viewport,
  .products__viewport--mobile {
    cursor: auto !important;
  }

  .products__viewport.is-dragging {
    cursor: auto !important;
  }
}

/* =========================================================
   FIX REAL: animación visible de productos desktop + mobile solo swipe
   ========================================================= */
.products__viewport {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  scroll-behavior: auto !important;
  scroll-snap-type: x proximity !important;
  touch-action: pan-x !important;
}

.products__viewport::-webkit-scrollbar {
  display: none !important;
}

.products__rail {
  width: max-content !important;
  will-change: transform !important;
}

.product-card {
  scroll-snap-align: start !important;
}

@keyframes productos-marquee-visible {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (min-width: 769px) {
  .products__viewport {
    cursor: grab !important;
  }

  .products__viewport.is-dragging {
    cursor: grabbing !important;
  }

  .products__rail.products__rail--marquee {
    animation: productos-marquee-visible 26s linear infinite !important;
  }

  .products__viewport:hover .products__rail.products__rail--marquee,
  .products__viewport:focus-within .products__rail.products__rail--marquee,
  .products__viewport.is-dragging .products__rail.products__rail--marquee {
    animation-play-state: paused !important;
  }
}

@media (max-width: 768px) {
  .products__viewport,
  .products__viewport--mobile {
    cursor: auto !important;
    width: min(100% - 28px, 1640px) !important;
    padding-bottom: 18px !important;
  }

  .products__rail.products__rail--marquee,
  .products__rail {
    animation: none !important;
    transform: none !important;
  }
}

/* =========================================================
   AJUSTE FINAL CLIENTE: bajar un poco el bloque de texto para despegarlo de la ola
   ========================================================= */
@media (min-width: 1025px) {
  .about__text {
    padding-top: clamp(44px, 3.6vw, 74px) !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .about__text {
    padding-top: clamp(22px, 2.8vw, 42px) !important;
  }
}


/* =========================================================
   AJUSTE FINAL CLIENTE: banners nuevos con texto editable en HTML
   Fondos limpios + referencias replicadas en CSS
   ========================================================= */

/* Banner Calidad Garantizada */
.quality-banner {
  position: relative !important;
  min-height: clamp(340px, 21.875vw, 420px) !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  color: #ffffff !important;
background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

.quality-banner__content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(48px, 3.8vw, 72px) clamp(44px, 6vw, 130px) clamp(38px, 3.4vw, 62px) !important;
}

.quality-banner h2 {
  max-width: 1160px !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(3.4rem, 4.85vw, 5.75rem) !important;
  font-weight: 950 !important;
  line-height: 0.92 !important;
  letter-spacing: 0.015em !important;
  text-transform: uppercase !important;
  text-shadow: 0 8px 12px rgba(0, 0, 0, 0.36) !important;
}

.quality-banner strong {
  display: block !important;
  margin-top: 6px !important;
  font-size: 1.34em !important;
  line-height: 0.88 !important;
  letter-spacing: 0.01em !important;
}

.quality-banner p {
  max-width: 1080px !important;
  margin: clamp(26px, 2vw, 34px) 0 0 !important;
  color: #ffffff !important;
  font-size: clamp(1.18rem, 1.55vw, 1.9rem) !important;
  font-weight: 400 !important;
  line-height: 1.24 !important;
  letter-spacing: 0.01em !important;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.34) !important;
}

.quality-banner p + p {
  margin-top: clamp(22px, 1.8vw, 34px) !important;
}

/* Banner Respuesta Rápida */
.contact-banner {
  position: relative !important;
  min-height: clamp(280px, 21.875vw, 420px) !important;
  margin-top: clamp(28px, 3vw, 54px) !important;
  overflow: hidden !important;
  background-image: url("img/banners/respuesta-web.webp?v=20260724-1") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

.contact-banner--home {
  margin-top: clamp(24px, 2.6vw, 48px) !important;
}

.contact-banner__inner {
  min-height: inherit !important;
  display: flex !important;
  align-items: center !important;
  position: relative !important;
}

.contact-banner__copy {
  position: relative !important;
  z-index: 2 !important;
  width: min(72vw, 1160px) !important;
  padding-left: clamp(38px, 2.7vw, 54px) !important;
  padding-right: 24px !important;
  color: #ffffff !important;
  text-shadow: 0 8px 13px rgba(0, 0, 0, 0.48) !important;
}

.contact-banner__copy p {
  margin: 0 0 10px !important;
  color: #ffffff !important;
  font-size: clamp(3rem, 4.05vw, 5rem) !important;
  font-weight: 950 !important;
  line-height: 0.9 !important;
  letter-spacing: -0.02em !important;
}

.contact-banner__copy h2 {
  margin: 0 !important;
  max-width: none !important;
  color: #ffffff !important;
  font-size: clamp(4rem, 5.35vw, 6.65rem) !important;
  font-weight: 950 !important;
  line-height: 0.9 !important;
  letter-spacing: 0.045em !important;
  text-transform: uppercase !important;
}

.contact-banner__bottle {
  display: none !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .quality-banner {
    min-height: clamp(330px, 38vw, 520px) !important;
  }

  .quality-banner__content {
    padding-left: clamp(36px, 6vw, 72px) !important;
    padding-right: clamp(28px, 5vw, 64px) !important;
  }

  .contact-banner {
    min-height: clamp(250px, 34vw, 390px) !important;
  }

  .contact-banner__copy {
    width: min(78vw, 860px) !important;
    padding-left: clamp(32px, 5vw, 56px) !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .quality-banner {
    min-height: clamp(470px, 83.333vw, 720px) !important;
    align-items: flex-end !important;
background-position: center center !important;
  }

  .quality-banner__content {
    padding: 0 clamp(26px, 5vw, 52px) clamp(36px, 7vw, 70px) !important;
  }

  .quality-banner h2 {
    max-width: 100% !important;
    font-size: clamp(2.5rem, 8.6vw, 5.8rem) !important;
    line-height: 0.94 !important;
    letter-spacing: 0.01em !important;
  }

  .quality-banner strong {
    margin-top: 4px !important;
    font-size: 1.35em !important;
    line-height: 0.88 !important;
  }

  .quality-banner p {
    max-width: 100% !important;
    margin-top: clamp(18px, 4vw, 34px) !important;
    font-size: clamp(1rem, 3.15vw, 1.9rem) !important;
    line-height: 1.22 !important;
  }

  .quality-banner p + p {
    margin-top: clamp(18px, 4vw, 32px) !important;
  }

  .contact-banner,
  .contact-banner--home {
    min-height: clamp(310px, 57.407vw, 520px) !important;
    margin-top: 18px !important;
    background-image: url("img/banners/respuesta-mobile.webp?v=20260724-1") !important;
    background-position: center center !important;
  }

  .contact-banner__inner {
    align-items: center !important;
  }

  .contact-banner__copy {
    width: min(82vw, 720px) !important;
    padding-left: clamp(26px, 4vw, 48px) !important;
    padding-right: 20px !important;
  }

  .contact-banner__copy p {
    margin-bottom: 8px !important;
    font-size: clamp(2rem, 6.6vw, 4.3rem) !important;
    line-height: 0.9 !important;
  }

  .contact-banner__copy h2 {
    max-width: 78vw !important;
    font-size: clamp(3rem, 11vw, 7.2rem) !important;
    line-height: 0.9 !important;
    letter-spacing: 0.03em !important;
  }
}

@media (max-width: 480px) {
  .quality-banner {
    min-height: clamp(420px, 98vw, 520px) !important;
  }

  .quality-banner__content {
    padding-inline: 22px !important;
    padding-bottom: 30px !important;
  }

  .quality-banner h2 {
    font-size: clamp(2.1rem, 9.2vw, 3.2rem) !important;
  }

  .quality-banner p {
    font-size: clamp(0.95rem, 4vw, 1.15rem) !important;
  }

  .contact-banner,
  .contact-banner--home {
    min-height: clamp(280px, 76vw, 360px) !important;
  }

  .contact-banner__copy {
    width: 88vw !important;
    padding-left: 22px !important;
  }

  .contact-banner__copy p {
    font-size: clamp(1.75rem, 7.8vw, 2.4rem) !important;
  }

  .contact-banner__copy h2 {
    font-size: clamp(2.5rem, 13vw, 4rem) !important;
    max-width: 86vw !important;
  }
}

/* =========================================================
   AJUSTE FINAL CLIENTE: nuevo banner respuesta rápida + desktop en una línea + mobile corregido
   ========================================================= */
.contact-banner {
  background-image: url("img/banners/respuesta-web.webp?v=20260724-1") !important;
  background-position: center center !important;
}

.contact-banner__copy {
  width: min(86vw, 1320px) !important;
  padding-left: clamp(30px, 2.2vw, 44px) !important;
}

.contact-banner__copy p {
  margin: 0 0 6px !important;
  font-size: clamp(2.9rem, 3.8vw, 4.8rem) !important;
  line-height: 0.92 !important;
}

.contact-banner__copy h2 {
  white-space: nowrap !important;
  font-size: clamp(4rem, 5.1vw, 6rem) !important;
  line-height: 0.92 !important;
  letter-spacing: 0.01em !important;
}

@media (max-width: 1200px) {
  .contact-banner__copy {
    width: min(92vw, 1200px) !important;
  }

  .contact-banner__copy h2 {
    font-size: clamp(3.4rem, 5vw, 5rem) !important;
  }
}

@media (max-width: 768px) {
  .contact-banner,
  .contact-banner--home {
    background-image: url("img/banners/respuesta-mobile.webp?v=20260724-1") !important;
    background-size: cover !important;
    background-position: center center !important;
    min-height: clamp(330px, 78vw, 540px) !important;
  }

  .contact-banner__inner {
    align-items: center !important;
  }

  .contact-banner__copy {
    width: min(92vw, 760px) !important;
    padding-left: 26px !important;
    padding-right: 18px !important;
  }

  .contact-banner__copy p {
    margin-bottom: 10px !important;
    font-size: clamp(1.5rem, 7vw, 3rem) !important;
    line-height: 0.96 !important;
  }

  .contact-banner__copy h2 {
    white-space: normal !important;
    max-width: 72vw !important;
    font-size: clamp(2.5rem, 10.8vw, 5.2rem) !important;
    line-height: 0.92 !important;
    letter-spacing: 0 !important;
  }
}

@media (max-width: 480px) {
  .contact-banner,
  .contact-banner--home {
    min-height: clamp(320px, 92vw, 500px) !important;
  }

  .contact-banner__copy {
    width: 92vw !important;
    padding-left: 20px !important;
    padding-right: 14px !important;
  }

  .contact-banner__copy p {
    font-size: clamp(1.2rem, 7vw, 2rem) !important;
  }

  .contact-banner__copy h2 {
    max-width: 74vw !important;
    font-size: clamp(2.05rem, 11vw, 3.8rem) !important;
    line-height: 0.94 !important;
  }
}

/* =========================================================
   AJUSTE FINAL CLIENTE 2: banner respuesta según referencia
   ========================================================= */
.contact-banner,
.contact-banner--home {
  background-image: url("img/banners/respuesta-web.webp?v=20260724-1") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  min-height: clamp(260px, 21.875vw, 420px) !important;
}

.contact-banner__inner {
  min-height: inherit !important;
  align-items: center !important;
}

.contact-banner__copy {
  width: min(72vw, 1260px) !important;
  padding-left: clamp(34px, 2.1vw, 44px) !important;
  padding-right: 0 !important;
  transform: translateY(-4px) !important;
}

.contact-banner__copy p {
  margin: 0 0 8px !important;
  font-size: clamp(3.35rem, 4.25vw, 5.15rem) !important;
  font-weight: 950 !important;
  line-height: 0.9 !important;
  letter-spacing: -0.025em !important;
  color: #ffffff !important;
  text-shadow: 0 7px 12px rgba(0, 0, 0, 0.48) !important;
}

.contact-banner__copy h2 {
  margin: 0 !important;
  width: max-content !important;
  max-width: none !important;
  white-space: nowrap !important;
  font-size: clamp(5.1rem, 5.85vw, 6.9rem) !important;
  font-weight: 950 !important;
  line-height: 0.86 !important;
  letter-spacing: 0.018em !important;
  color: #ffffff !important;
  text-shadow: 0 8px 13px rgba(0, 0, 0, 0.50) !important;
}

@media (min-width: 769px) and (max-width: 1320px) {
  .contact-banner__copy h2 {
    font-size: clamp(4.2rem, 5.2vw, 5.5rem) !important;
  }
}

@media (max-width: 768px) {
  .contact-banner,
  .contact-banner--home {
    background-image: url("img/banners/respuesta-mobile.webp?v=20260724-1") !important;
    background-size: 100% 100% !important;
    background-position: center center !important;
    min-height: unset !important;
    height: auto !important;
    aspect-ratio: 1080 / 620 !important;
    margin-top: 18px !important;
  }

  .contact-banner__inner {
    min-height: 100% !important;
    height: 100% !important;
    align-items: flex-start !important;
  }

  .contact-banner__copy {
    width: min(76vw, 780px) !important;
    padding-left: clamp(34px, 5.2vw, 58px) !important;
    padding-top: clamp(70px, 12.2vw, 135px) !important;
    padding-right: 0 !important;
    transform: none !important;
  }

  .contact-banner__copy p {
    margin: 0 0 clamp(8px, 1.3vw, 14px) !important;
    font-size: clamp(1.95rem, 6.9vw, 4.65rem) !important;
    line-height: 0.9 !important;
    letter-spacing: -0.03em !important;
  }

  .contact-banner__copy h2 {
    width: min(74vw, 760px) !important;
    max-width: min(74vw, 760px) !important;
    white-space: normal !important;
    font-size: clamp(3.05rem, 10.1vw, 6.8rem) !important;
    line-height: 0.88 !important;
    letter-spacing: 0.008em !important;
  }
}

@media (max-width: 480px) {
  .contact-banner,
  .contact-banner--home {
    aspect-ratio: 1080 / 620 !important;
  }

  .contact-banner__copy {
    width: 78vw !important;
    padding-left: 22px !important;
    padding-top: clamp(42px, 12vw, 62px) !important;
  }

  .contact-banner__copy p {
    font-size: clamp(1.25rem, 7vw, 2.05rem) !important;
  }

  .contact-banner__copy h2 {
    width: 75vw !important;
    max-width: 75vw !important;
    font-size: clamp(2.15rem, 10.2vw, 3.25rem) !important;
    line-height: 0.9 !important;
  }
}


/* =========================================================
   AJUSTE FINAL CLIENTE: calidad mobile en dos líneas exactas
   ========================================================= */
.quality-banner__line {
  display: block !important;
}

@media (max-width: 768px) {
  .quality-banner h2 {
    max-width: none !important;
    font-size: clamp(2rem, 6.95vw, 4.25rem) !important;
    line-height: 0.96 !important;
    letter-spacing: 0 !important;
  }

  .quality-banner__line {
    white-space: nowrap !important;
  }

  .quality-banner strong {
    margin-top: 6px !important;
    font-size: 1.42em !important;
    line-height: 0.9 !important;
  }
}

@media (max-width: 480px) {
  .quality-banner h2 {
    font-size: clamp(1.7rem, 8.1vw, 2.45rem) !important;
    line-height: 0.97 !important;
  }

  .quality-banner__line {
    white-space: nowrap !important;
  }

  .quality-banner strong {
    font-size: 1.48em !important;
  }
}


/* =========================================================
   AJUSTE FINAL CLIENTE: mobile banner respuesta con AHORA al ancho de ESCRÍBENOS
   ========================================================= */
.contact-banner__line {
  display: inline;
}

@media (max-width: 768px) {
  .contact-banner__copy h2 {
    max-width: 78vw !important;
    white-space: normal !important;
  }

  .contact-banner__line {
    display: block !important;
  }

  .contact-banner__line--ahora {
    font-size: 1.32em !important;
    line-height: 0.88 !important;
    letter-spacing: 0.01em !important;
  }
}

@media (max-width: 480px) {
  .contact-banner__copy h2 {
    max-width: 80vw !important;
  }

  .contact-banner__line--ahora {
    font-size: 1.36em !important;
  }
}


/* =========================================================
   AJUSTE FINAL CLIENTE: mobile banner respuesta con AHORA al ancho de ESCRÍBENOS
   ========================================================= */
.contact-banner__line {
  display: inline;
}

@media (max-width: 768px) {
  .contact-banner__copy h2 {
    max-width: 78vw !important;
    white-space: normal !important;
  }

  .contact-banner__line {
    display: block !important;
  }

  .contact-banner__line--ahora {
    font-size: 1.32em !important;
    line-height: 0.88 !important;
    letter-spacing: 0.01em !important;
  }
}

@media (max-width: 480px) {
  .contact-banner__copy h2 {
    max-width: 80vw !important;
  }

  .contact-banner__line--ahora {
    font-size: 1.36em !important;
  }
}


/* =========================================================
   AJUSTE FINAL CLIENTE: imagen vertical completa en contacto
   ========================================================= */
.contact-design__image {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
}

.contact-design__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  background: transparent !important;
}

@media (max-width: 768px) {
  .contact-design__image {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 9 / 16 !important;
  }

  .contact-design__image img {
    object-fit: cover !important;
    object-position: center center !important;
  }
}


/* =========================================================
   AJUSTE FINAL CLIENTE: reducir significativamente distancia en footer
   ========================================================= */
.footer-features {
  margin: 52px auto 18px !important;
}

.footer-final__content {
  min-height: 185px !important;
  padding-top: 4px !important;
  padding-bottom: 0 !important;
}

.footer-final__logo {
  width: min(48vw, 500px) !important;
}

@media (max-width: 1024px) {
  .footer-features {
    margin: 42px auto 14px !important;
    gap: 30px 24px !important;
  }

  .footer-final__content {
    min-height: 155px !important;
  }

  .footer-final__logo {
    width: min(72vw, 360px) !important;
  }
}

@media (max-width: 480px) {
  .footer-features {
    margin: 34px auto 10px !important;
    gap: 24px 18px !important;
  }

  .footer-final__content {
    min-height: 122px !important;
  }

  .footer-final__logo {
    width: min(70vw, 300px) !important;
  }
}

/* ===== Ajuste final mobile: logo WhatsApp completo y sin recorte ===== */
.footer-final__whatsapp {
  overflow: visible !important;
}

.footer-final__whatsapp img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 768px) {
  .footer-final__whatsapp {
    right: max(12px, env(safe-area-inset-right)) !important;
    bottom: 16px !important;
    width: 62px !important;
  }
}

@media (max-width: 480px) {
  .footer-final__whatsapp {
    right: max(10px, env(safe-area-inset-right)) !important;
    bottom: 12px !important;
    width: 58px !important;
  }
}

/* =========================================================
   FIX CONTACTO FINAL: banner inmediato + estilos exactos del contacto Inicio
   Cambio aplicado por código sobre CONTACTO únicamente.
   ========================================================= */
:root {
  --fondo-web: #f5f9ff;
  --font-title: "Figtree", Arial, sans-serif;
}

body,
main,
.contact-design {
  background: var(--fondo-web) !important;
}

/* Banner pegado al menú, sin franja blanca intermedia */
.site-header + .contact-banner,
.contact-banner,
.contact-banner--home {
  margin-top: 0 !important;
}

.contact-banner,
.contact-banner--home {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1920 / 420 !important;
  overflow: hidden !important;
  background-image: url("img/banners/respuesta-web.webp?v=20260724-1") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-position: center center !important;
}

.contact-banner__inner {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
}

.contact-banner__copy {
  position: relative !important;
  z-index: 2 !important;
  width: min(72vw, 1260px) !important;
  padding-left: clamp(34px, 2.1vw, 44px) !important;
  padding-right: 0 !important;
  transform: translateY(-4px) !important;
  color: #ffffff !important;
  font-family: var(--font-title) !important;
  text-shadow: 0 8px 13px rgba(0, 0, 0, 0.50) !important;
}

.contact-banner__copy p {
  margin: 0 0 8px !important;
  color: #ffffff !important;
  font-family: var(--font-title) !important;
  font-size: clamp(3.35rem, 4.25vw, 5.15rem) !important;
  font-weight: 800 !important;
  line-height: 0.9 !important;
  letter-spacing: -0.025em !important;
}

.contact-banner__copy h1,
.contact-banner__copy h2 {
  margin: 0 !important;
  width: max-content !important;
  max-width: none !important;
  white-space: nowrap !important;
  color: #ffffff !important;
  font-family: var(--font-title) !important;
  font-size: clamp(5.1rem, 5.85vw, 6.9rem) !important;
  font-weight: 800 !important;
  line-height: 0.86 !important;
  letter-spacing: 0.018em !important;
  text-transform: uppercase !important;
  text-shadow: 0 8px 13px rgba(0, 0, 0, 0.50) !important;
}

.contact-banner__bottle {
  display: none !important;
}

.contact-banner__line {
  display: inline !important;
}

/* Contacto: mismo look aprobado del segmento de Inicio */
.contact-design {
  width: 100% !important;
  padding: clamp(42px, 4vw, 70px) 0 clamp(52px, 4.8vw, 86px) !important;
}

.contact-design--home {
  margin-top: clamp(18px, 2.2vw, 34px) !important;
}

.contact-design__card {
  width: min(100% - 110px, 1360px) !important;
  min-height: clamp(470px, 38vw, 690px) !important;
  margin-inline: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 56%) minmax(330px, 44%) !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border-radius: clamp(34px, 4vw, 68px) !important;
  box-shadow: 0 30px 70px rgba(18, 39, 255, 0.12), 0 18px 42px rgba(0, 0, 0, 0.10) !important;
}

.contact-design__content {
  padding: clamp(42px, 4.2vw, 72px) clamp(48px, 5.2vw, 98px) clamp(40px, 4vw, 68px) !important;
}

#contacto-titulo,
.contact-design h1,
.contact-design h2 {
  margin: 0 0 clamp(34px, 3.4vw, 58px) !important;
  color: var(--azul-marca) !important;
  font-family: var(--font-title) !important;
  font-size: clamp(3.35rem, 4.8vw, 5.9rem) !important;
  font-weight: 800 !important;
  line-height: 0.92 !important;
  letter-spacing: 0.005em !important;
  text-transform: uppercase !important;
}

.contact-design__form {
  width: 100% !important;
  display: grid !important;
  gap: clamp(21px, 1.8vw, 34px) !important;
}

.contact-design__row--two {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(42px, 4.3vw, 76px) !important;
}

.contact-design__field {
  position: relative !important;
  display: grid !important;
  gap: 0 !important;
}

.contact-design__field label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.contact-design__field input,
.contact-design__field textarea {
  width: 100% !important;
  color: rgba(22, 38, 80, 0.95) !important;
  background: #f5faff !important;
  border: 0 !important;
  outline: 0 !important;
  font-size: clamp(1rem, 1.1vw, 1.28rem) !important;
  font-weight: 800 !important;
}

.contact-design__field input {
  height: 54px !important;
  padding: 0 18px !important;
  border-radius: 6px !important;
}

.contact-design__field textarea {
  min-height: clamp(135px, 8vw, 170px) !important;
  padding: 20px 22px !important;
  border-radius: 22px !important;
  resize: vertical !important;
}

.contact-design__field input::placeholder,
.contact-design__field textarea::placeholder {
  color: rgba(62, 65, 155, 0.80) !important;
  font-weight: 800 !important;
  opacity: 1 !important;
  text-transform: uppercase !important;
}

.contact-design__field input:focus,
.contact-design__field textarea:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 4px rgba(18, 39, 255, 0.10) !important;
}

.contact-design__button {
  justify-self: center !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 58px !important;
  margin-top: clamp(8px, 1.4vw, 22px) !important;
  padding: 0 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  background: #05d76f !important;
  font-size: clamp(1.12rem, 1.25vw, 1.55rem) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: transform 220ms ease, background-color 220ms ease, box-shadow 220ms ease !important;
}

.contact-design__button:hover,
.contact-design__button:focus-visible {
  background: #02c96a !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 24px rgba(5, 217, 121, 0.28) !important;
}

.contact-design__image {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 100% !important;
  overflow: hidden !important;
  background: transparent !important;
}

.contact-design__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  background: transparent !important;
}

@media (min-width: 769px) and (max-width: 1320px) {
  .contact-banner__copy h1,
  .contact-banner__copy h2 {
    font-size: clamp(4.2rem, 5.2vw, 5.5rem) !important;
  }
}

@media (max-width: 1180px) {
  .contact-design__card {
    width: min(100% - 56px, 1040px) !important;
    grid-template-columns: minmax(0, 56%) minmax(300px, 44%) !important;
  }
}

@media (max-width: 860px) {
  .contact-design {
    padding: 38px 0 60px !important;
  }

  .contact-design__card {
    width: min(100% - 32px, 640px) !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    border-radius: 38px !important;
  }

  .contact-design__content {
    padding: 40px 28px 32px !important;
  }

  #contacto-titulo,
  .contact-design h1,
  .contact-design h2 {
    text-align: center !important;
    font-size: clamp(2.75rem, 11vw, 4.4rem) !important;
  }

  .contact-design__row--two {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .contact-design__button {
    width: min(100%, 310px) !important;
    padding-inline: 22px !important;
  }

  .contact-design__image {
    order: 2 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 9 / 16 !important;
    margin-top: 6px !important;
    border-radius: 0 0 38px 38px !important;
  }

  .contact-design__image img {
    height: 100% !important;
    object-position: center center !important;
  }
}

@media (max-width: 768px) {
  .contact-banner,
  .contact-banner--home {
    margin-top: 0 !important;
    background-image: url("img/banners/respuesta-mobile.webp?v=20260724-1") !important;
    background-size: 100% 100% !important;
    background-position: center center !important;
    aspect-ratio: 1080 / 620 !important;
  }

  .contact-banner__inner {
    min-height: 100% !important;
    height: 100% !important;
    align-items: flex-start !important;
  }

  .contact-banner__copy {
    width: min(76vw, 780px) !important;
    padding-left: clamp(34px, 5.2vw, 58px) !important;
    padding-top: clamp(70px, 12.2vw, 135px) !important;
    padding-right: 0 !important;
    transform: none !important;
  }

  .contact-banner__copy p {
    margin: 0 0 clamp(8px, 1.3vw, 14px) !important;
    font-size: clamp(1.95rem, 6.9vw, 4.65rem) !important;
    line-height: 0.9 !important;
    letter-spacing: -0.03em !important;
  }

  .contact-banner__copy h1,
  .contact-banner__copy h2 {
    width: min(74vw, 760px) !important;
    max-width: min(74vw, 760px) !important;
    white-space: normal !important;
    font-size: clamp(3.05rem, 10.1vw, 6.8rem) !important;
    line-height: 0.88 !important;
    letter-spacing: 0.008em !important;
  }

  .contact-banner__line {
    display: block !important;
  }

  .contact-banner__line--ahora {
    font-size: 1.32em !important;
    line-height: 0.88 !important;
    letter-spacing: 0.01em !important;
  }

  .contact-design--home {
    margin-top: 22px !important;
  }
}

@media (max-width: 520px) {
  .contact-design__field input {
    height: 50px !important;
  }
}

@media (max-width: 480px) {
  .contact-banner,
  .contact-banner--home {
    margin-top: 0 !important;
    aspect-ratio: 1080 / 620 !important;
  }

  .contact-banner__copy {
    width: 78vw !important;
    padding-left: 22px !important;
    padding-top: clamp(42px, 12vw, 62px) !important;
  }

  .contact-banner__copy p {
    font-size: clamp(1.25rem, 7vw, 2.05rem) !important;
  }

  .contact-banner__copy h1,
  .contact-banner__copy h2 {
    width: 75vw !important;
    max-width: 75vw !important;
    font-size: clamp(2.15rem, 10.2vw, 3.25rem) !important;
    line-height: 0.9 !important;
  }

  .contact-banner__line--ahora {
    font-size: 1.36em !important;
  }

  .contact-design__card {
    width: min(100% - 24px, 430px) !important;
    border-radius: 34px !important;
  }

  .contact-design__content {
    padding: 38px 22px 28px !important;
  }

  .contact-design__form {
    gap: 21px !important;
  }

  .contact-design__field textarea {
    min-height: 130px !important;
  }

  .contact-design__image {
    border-radius: 0 0 34px 34px !important;
  }
}


/* ===== Fondo web unificado con Inicio ===== */
:root {
  --fondo-web-global: #f5f9ff;
}

body,
main,
.contact-design,
.site-footer,
.footer-features,
.footer-final,
.footer-final__content {
  background: var(--fondo-web-global) !important;
}

/* =========================================================
   CONSISTENCIA CONFIRMADA: misma imagen y tratamiento del formulario que en INICIO
   ========================================================= */
.contact-design__image {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  background: transparent !important;
}

.contact-design__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  background: transparent !important;
}

@media (max-width: 768px) {
  .contact-design__image {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 9 / 16 !important;
  }

  .contact-design__image img {
    object-fit: cover !important;
    object-position: center center !important;
  }
}


/* =========================================================
   AJUSTE FINAL CLIENTE 2026-07-12
   CONTACTO: tipografía del banner con el mismo porte visual del Inicio
   ========================================================= */
@media (min-width: 769px) {
  .contact-banner__copy {
    width: min(78vw, 1460px) !important;
    padding-left: clamp(34px, 2.2vw, 44px) !important;
  }

  .contact-banner__copy p {
    font-size: clamp(3.6rem, 4.55vw, 5.7rem) !important;
    line-height: 0.89 !important;
    margin: 0 0 10px !important;
  }

  .contact-banner__copy h1,
  .contact-banner__copy h2 {
    font-size: clamp(5.65rem, 6.45vw, 7.7rem) !important;
    line-height: 0.84 !important;
    letter-spacing: 0.014em !important;
  }
}


/* =========================================================
   AJUSTE FINAL CLIENTE 2026-07-12 B
   CONTACTO: texto del banner más extendido hacia la botella
   ========================================================= */
@media (min-width: 769px) {
  .contact-banner__copy {
    width: min(86vw, 1700px) !important;
    padding-left: clamp(34px, 2.2vw, 44px) !important;
  }

  .contact-banner__copy p {
    font-size: clamp(3.8rem, 4.7vw, 5.9rem) !important;
    margin: 0 0 10px !important;
  }

  .contact-banner__copy h1,
  .contact-banner__copy h2 {
    width: max-content !important;
    max-width: none !important;
    font-size: clamp(6.1rem, 7.15vw, 8.35rem) !important;
    line-height: 0.84 !important;
    letter-spacing: 0.01em !important;
  }
}


/* === Tipografía unificada: Figtree === */
body, p, li, a, label, input, textarea, select {
  font-family: var(--font-main);
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6,
button, .btn, .button, [class*="cta"],
input[type="submit"], input[type="button"] {
  font-family: var(--font-title);
  font-weight: 900;
}

/* =========================================================
   Ajuste final aprobado: ancla del formulario + WhatsApp discreto
   ========================================================= */
#contacto {
  scroll-margin-top: calc(var(--topbar-height, 38px) + 84px);
}

.footer-final__whatsapp {
  width: clamp(34px, 3vw, 55px) !important;
  right: clamp(8px, 1.5vw, 24px) !important;
  bottom: max(6px, env(safe-area-inset-bottom)) !important;
}

@media (max-width: 768px) {
  .footer-final__whatsapp {
    width: 31px !important;
    right: max(7px, env(safe-area-inset-right)) !important;
    bottom: max(5px, env(safe-area-inset-bottom)) !important;
  }
}

@media (max-width: 480px) {
  .footer-final__whatsapp {
    width: 29px !important;
    right: max(6px, env(safe-area-inset-right)) !important;
    bottom: max(4px, env(safe-area-inset-bottom)) !important;
  }
}



/* =========================================================
   Ajuste final: WhatsApp visible sin bloquear la navegación
   ========================================================= */
.footer-final__whatsapp {
  width: clamp(58px, 5vw, 78px) !important;
  right: clamp(10px, 1.6vw, 24px) !important;
  bottom: max(9px, env(safe-area-inset-bottom)) !important;
}

@media (max-width: 768px) {
  .footer-final__whatsapp {
    width: 54px !important;
    right: max(10px, env(safe-area-inset-right)) !important;
    bottom: max(8px, env(safe-area-inset-bottom)) !important;
  }
}

@media (max-width: 480px) {
  .footer-final__whatsapp {
    width: 48px !important;
    right: max(8px, env(safe-area-inset-right)) !important;
    bottom: max(7px, env(safe-area-inset-bottom)) !important;
  }
}
