:root {
  --navy: #071a40;
  --blue: #0066ff;
  --cyan: #39d5ff;
  --lime: #dfff3f;
  --ice: #f4fbff;
  --ink: #0b1834;
  --muted: #68738a;
  --white: #fff;
  --border: rgba(7, 26, 64, .12);
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--ink);
  background: var(--ice);
  overflow-x: hidden
}

h1,
h2,
h3,
.brand strong {
  font-family: "Sora", sans-serif
}

h1 {
  font-size: clamp(3.6rem, 8vw, 8rem);
  line-height: .9;
  letter-spacing: -.075em
}

h2 {
  font-size: clamp(2.6rem, 5.3vw, 5.4rem);
  line-height: .96;
  letter-spacing: -.065em
}

h3 {
  letter-spacing: -.035em
}

p {
  color: var(--muted);
  line-height: 1.75
}

.section-space {
  padding: 130px 0
}

.container-xl {
  max-width: 1440px
}

.navbar {
  padding: 20px 0;
  z-index: 1050;
  transition: .3s
}

.navbar.scrolled {
  padding: 10px 0;
  background: rgba(244, 251, 255, .92);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 35px rgba(7, 26, 64, .08)
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px
}

.brand-drop {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: var(--lime);
  color: var(--navy);
  border-radius: 50% 50% 50% 12px;
  transform: rotate(45deg)
}

.brand-drop i {
  transform: rotate(-45deg)
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1
}

.brand-text strong {
  font-size: 1rem;
  color: var(--navy)
}

.brand-text small {
  margin-top: 7px;
  font-size: .66rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .14em
}

.nav-link {
  color: var(--navy);
  font-weight: 700;
  font-size: .9rem
}

.btn {
  border-radius: 100px;
  font-weight: 800;
  padding: .88rem 1.5rem
}

.btn-lime {
  background: var(--lime);
  color: var(--navy);
  border: 0;
  box-shadow: 0 12px 28px rgba(223, 255, 63, .2)
}

.btn-lime:hover {
  background: #d5f433;
  color: var(--navy);
  transform: translateY(-2px)
}

.mobile-links {
  display: grid;
  gap: 18px
}

.mobile-links a:not(.btn) {
  font-family: "Sora";
  font-size: 1.4rem;
  text-decoration: none;
  color: var(--navy)
}

.slider-shell {
  position: relative;
  background: var(--navy)
}

.slider-shell,
#mainSlider,
#mainSlider .carousel-inner,
#mainSlider .carousel-item {
  width: 100%;
  height: 100vh;
  min-height: 720px;
}

#mainSlider .carousel-inner {
  position: relative;
  overflow: hidden;
}

#mainSlider .carousel-item {
  position: relative;
}

#mainSlider .slide-panel {
  width: 100%;
  height: 100vh;
  min-height: 720px;

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#mainSlider .slide-content {
  height: 100%;
}

#mainSlider .slide-content > .row {
  height: 100%;
  min-height: 720px;
  margin: 0;
}

.slide-panel {
  min-height: 100vh;
  background-size: cover;
  background-position: center
}

.slide-home {
  background-image: url("assets/water-delivery-office.jpg")
}

.slide-business {
  background-image: url("assets/water-delivery-truck.webp")
}

.slide-delivery {
  background-image: url("https://images.pexels.com/photos/35345087/pexels-photo-35345087.jpeg?_gl=1*1g05lm4*_ga*OTU5NTM4OTM2LjE3ODYwNDAxMTM.*_ga_8JE65Q40S6*czE3ODYwNDAxMTMkbzEkZzEkdDE3ODYwNDAxMzAkajQzJGwwJGgw")
}

.slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 26, 64, .96) 0%, rgba(7, 26, 64, .78) 47%, rgba(7, 26, 64, .22) 100%)
}

.slide-content {
  position: relative;
  z-index: 2;
  color: #fff
}

.slide-content .row {
  padding: 150px 0 170px
}

.slide-content h1,
.slide-content h2 {
  max-width: 90%;
}

.slide-content p {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, .72);
  max-width: 650px;
  margin: 28px 0 32px
}

.slide-kicker {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--lime);
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: .76rem
}

.btn-glass {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .3);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(10px)
}

.btn-glass:hover {
  color: #fff;
  background: rgba(255, 255, 255, .16)
}

.slide-stat {
  margin-left: auto;
  width: 260px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .25);
  background: rgba(7, 26, 64, .42);
  backdrop-filter: blur(14px);
  border-radius: 24px
}

.slide-stat span,
.slide-stat small {
  display: block;
  color: rgba(255, 255, 255, .6)
}

.slide-stat strong {
  display: block;
  font-family: "Sora";
  font-size: 2.2rem;
  margin: 8px 0
}

.business-pill {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 380px;
  padding: 26px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .92);
  color: var(--navy);
  box-shadow: 0 25px 60px rgba(0, 0, 0, .2)
}

.business-pill>i {
  font-size: 2rem
}

.business-pill strong,
.business-pill small {
  display: block
}

.business-pill small {
  color: var(--muted);
  margin-top: 6px
}

.slider-arrow {
  width: 56px;
  height: 56px;
  top: auto;
  bottom: 34px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  opacity: 1
}

.carousel-control-prev {
  left: auto;
  right: 100px
}

.carousel-control-next {
  right: 32px
}

.slider-arrow i {
  font-size: 1.2rem
}

.custom-indicators {
  left: 28px;
  right: auto;
  bottom: 26px;
  margin: 0;
  gap: 10px
}

.custom-indicators button {
  width: auto !important;
  height: auto !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 !important;
  opacity: .48 !important;
  color: #fff;
  text-align: left;
  padding: 0 14px !important
}

.custom-indicators button.active {
  opacity: 1 !important
}

.custom-indicators span,
.custom-indicators small {
  display: block
}

.custom-indicators span {
  font-family: "Sora";
  font-weight: 800
}

.custom-indicators small {
  font-size: .65rem;
  text-transform: uppercase;
  letter-spacing: .12em
}

.quick-order-card {
  position: absolute;
  z-index: 5;
  right: calc((100vw - min(1440px, 100vw - 24px))/2);
  bottom: -46px;
  width: min(650px, calc(100% - 40px));
  padding: 18px 20px;
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 25px 70px rgba(7, 26, 64, .22)
}

.quick-label {
  display: block;
  color: var(--blue);
  font-size: .7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 10px
}

.quick-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 52px;
  gap: 10px
}

.quick-grid select,
.quick-grid input {
  height: 52px;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0 14px;
  color: var(--ink);
  background: #fff
}

.quick-grid button {
  border: 0;
  border-radius: 12px;
  background: var(--navy);
  color: #fff
}

.marquee-section {
  overflow: hidden;
  background: var(--lime);
  padding: 20px 0
}

.marquee-track {
  display: flex;
  align-items: center;
  gap: 26px;
  width: max-content;
  animation: marquee 24s linear infinite
}

.marquee-track span {
  font-family: "Sora";
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .06em
}

.marquee-track i {
  font-size: .7rem
}

@keyframes marquee {
  to {
    transform: translateX(-50%)
  }
}

.section-number {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--blue);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em
}

.product-studio {
  background: var(--ice)
}

.product-tabs {
  margin-top: 40px;
  border-top: 1px solid var(--border)
}

.product-tab {
  display: flex;
  width: 100%;
  gap: 18px;
  padding: 22px 0;
  border: 0;
  border-bottom: 1px solid var(--border);
  background: transparent;
  text-align: left;
  font-family: "Sora";
  font-weight: 700;
  color: var(--muted)
}

.product-tab span {
  font-size: .68rem
}

.product-tab.active {
  color: var(--blue)
}

.product-stage {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  min-height: 620px;
  background: #fff;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 35px 90px rgba(7, 26, 64, .12)
}

.product-stage-image {
  position: relative;
  overflow: hidden
}

.product-stage-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .45s
}

.stage-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  padding: 10px 14px;
  background: var(--lime);
  border-radius: 50px;
  font-size: .72rem;
  font-weight: 800
}

.product-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px
}

.product-info>span {
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
  color: var(--blue)
}

.product-info h3 {
  font-size: 2rem;
  margin: 18px 0
}

.price-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 34px 0
}

.price-line small,
.price-line strong {
  display: block
}

.price-line strong {
  font-family: "Sora";
  font-size: 2.2rem
}

.qty-selector {
  display: flex;
  align-items: center;
  gap: 15px
}

.qty-selector button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: #fff
}

.btn-dark-order {
  background: var(--navy);
  color: #fff
}

.btn-dark-order:hover {
  background: #102a5b;
  color: #fff
}

.delivery-modes {
  background: #fff
}

.section-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 55px
}

.section-top p {
  max-width: 420px
}

.modes-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px
}

.mode {
  min-height: 350px;
  padding: 36px;
  border-radius: 28px;
  background: var(--ice);
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}

.mode-primary {
  background: var(--blue);
  color: #fff
}

.mode-primary p {
  color: rgba(255, 255, 255, .72)
}

.mode-wide {
  grid-column: 1/-1;
  min-height: 250px;
  background: var(--navy);
  color: #fff
}

.mode-wide p {
  color: rgba(255, 255, 255, .65)
}

.mode>i {
  font-size: 4rem;
  opacity: .22
}

.mode span {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .13em
}

.mode h3 {
  font-size: 2.1rem;
  margin: 18px 0 8px
}

.mode a {
  color: var(--lime);
  text-decoration: none;
  font-weight: 800
}

.clients-editorial {
  background: var(--navy);
  color: #fff
}

.light-top p {
  color: rgba(255, 255, 255, .62)
}

.light-top .section-number {
  color: var(--lime)
}

.editorial-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  grid-template-rows: 360px 300px;
  gap: 18px
}

.client-tile {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background-size: cover;
  background-position: center
}

.tile-home {
  grid-row: 1/3;
  background-image: url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1200&q=85")
}

.tile-office {
  background-image: url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=1200&q=85")
}

.tile-food {
  background-image: url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?auto=format&fit=crop&w=1200&q=85")
}

.tile-event {
  grid-column: 1/-1;
  display: none
}

.client-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(7, 26, 64, .88))
}

.tile-copy {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 25px
}

.tile-copy span {
  font-size: .68rem;
  color: var(--lime);
  font-weight: 800
}

.tile-copy h3 {
  font-size: 2rem;
  margin: 10px 0 4px
}

.tile-copy p {
  color: rgba(255, 255, 255, .68);
  margin: 0
}

.reference-logos {
  margin-top: 55px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, .14)
}

.reference-title {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, .55);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .12em
}

.reference-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px;
  margin-top: 28px;
  color: rgba(255, 255, 255, .78);
  font-family: "Sora";
  font-weight: 800
}

.plans-comparison {
  background: #eef7ff
}

.plans-heading {
  max-width: 780px;
  margin: 0 auto 55px
}

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

.plan-card {
  position: relative;
  padding: 38px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--border)
}

.plan-card.featured {
  background: var(--blue);
  color: #fff;
  transform: translateY(-18px);
  box-shadow: 0 30px 80px rgba(0, 102, 255, .25)
}

.plan-card.featured p,
.plan-card.featured li {
  color: rgba(255, 255, 255, .72)
}

.plan-label {
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
  color: var(--blue)
}

.featured .plan-label {
  color: var(--lime)
}

.recommended {
  position: absolute;
  top: 22px;
  right: 22px;
  background: var(--lime);
  color: var(--navy);
  padding: 8px 11px;
  border-radius: 50px;
  font-size: .66rem;
  font-weight: 800
}

.plan-card h3 {
  font-size: 1.8rem;
  margin: 22px 0 8px
}

.plan-card>strong {
  display: block;
  font-family: "Sora";
  font-size: 2.2rem;
  margin: 28px 0
}

.plan-card ul {
  padding-left: 18px;
  color: var(--muted);
  line-height: 2
}

.plan-card a {
  display: inline-block;
  margin-top: 20px;
  color: var(--blue);
  font-weight: 800;
  text-decoration: none
}

.featured a {
  color: var(--lime)
}

.coverage-zone {
  background: #fff
}

.coverage-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  min-height: 600px;
  border-radius: 34px;
  overflow: hidden;
  background: var(--ice)
}

.coverage-copy {
  padding: 70px
}

.zone-check {
  display: flex;
  margin: 32px 0 22px
}

.zone-check input {
  flex: 1;
  height: 58px;
  border: 1px solid var(--border);
  border-radius: 14px 0 0 14px;
  padding: 0 16px
}

.zone-check button {
  border: 0;
  background: var(--navy);
  color: #fff;
  padding: 0 22px;
  border-radius: 0 14px 14px 0;
  font-weight: 800
}

.zone-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px
}

.zone-tags span {
  padding: 8px 12px;
  border-radius: 50px;
  background: #fff;
  border: 1px solid var(--border);
  font-size: .78rem
}

.route-map {
  position: relative;
  background: linear-gradient(145deg, #0c2d5d, #0066ff);
  overflow: hidden
}

.route-map::before,
.route-map::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%
}

.route-map::before {
  width: 520px;
  height: 520px;
  left: 12%;
  top: 8%
}

.route-map::after {
  width: 300px;
  height: 300px;
  right: -40px;
  bottom: -20px
}

.map-line {
  position: absolute;
  left: 22%;
  top: 19%;
  width: 55%;
  height: 58%;
  border: 3px dashed rgba(223, 255, 63, .55);
  border-radius: 48% 35% 52% 30%;
  transform: rotate(-8deg)
}

.map-point {
  position: absolute;
  color: #fff;
  font-size: .78rem;
  font-weight: 700
}

.map-point i {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 8px rgba(223, 255, 63, .12)
}

.p1 {
  left: 22%;
  top: 18%
}

.p2 {
  left: 62%;
  top: 30%
}

.p3 {
  left: 35%;
  bottom: 20%
}

.p4 {
  right: 13%;
  bottom: 27%
}

.map-truck {
  position: absolute;
  left: 52%;
  top: 54%;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  color: var(--blue);
  font-size: 1.5rem;
  animation: truckFloat 3s ease-in-out infinite
}

@keyframes truckFloat {
  50% {
    transform: translateY(-10px)
  }
}

.promo-banner {
  background: var(--lime);
  padding: 36px 0
}

.promo-inner {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.promo-inner span {
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .15em
}

.promo-inner h2 {
  font-size: 3rem;
  margin: 8px 0
}

.promo-code {
  padding: 18px 30px;
  border: 2px dashed var(--navy);
  border-radius: 18px
}

.promo-code small,
.promo-code strong {
  display: block
}

.promo-code strong {
  font-family: "Sora";
  font-size: 2rem
}

.final-order {
  background: var(--navy);
  color: #fff
}

.final-order .section-number {
  color: var(--lime)
}

.final-order p {
  color: rgba(255, 255, 255, .6)
}

.order-layout {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 80px;
  align-items: start
}

.order-form {
  display: grid;
  gap: 16px;
  padding: 40px;
  border-radius: 30px;
  background: #fff;
  color: var(--ink)
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.order-form label {
  display: grid;
  gap: 8px;
  font-size: .78rem;
  font-weight: 800
}

.order-form input,
.order-form select,
.order-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 13px;
  padding: 15px;
  font: inherit
}

.order-form textarea {
  resize: vertical
}

footer {
  background: #04112b;
  color: #fff;
  padding: 70px 0 28px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 35px
}

.footer-grid>div {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.footer-grid span {
  font-size: .7rem;
  color: var(--lime);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em
}

.footer-grid a {
  color: rgba(255, 255, 255, .68);
  text-decoration: none
}

.footer-grid p {
  color: rgba(255, 255, 255, .5);
  margin: 0
}

.footer-logo {
  font-family: "Sora";
  font-size: 1.3rem !important;
  color: #fff !important;
  font-weight: 800
}

.footer-logo i {
  color: var(--lime);
  margin-right: 8px
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .4)
}

.floating-whatsapp {
  position: fixed;
  z-index: 1040;
  right: 24px;
  bottom: 60px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  box-shadow: 0 14px 35px rgba(37, 211, 102, .35)
}

@media(max-width:991.98px) {
  .navbar {
    background: rgba(244, 251, 255, .92);
    backdrop-filter: blur(18px)
  }

  .slide-content .row {
    padding: 140px 0 210px
  }

  .slide-panel {
    background-position: center
  }

  .custom-indicators {
    bottom: 92px
  }

  .quick-order-card {
    left: 20px;
    right: auto;
    bottom: -55px
  }

  .product-stage {
    grid-template-columns: 1fr
  }

  .product-stage-image {
    height: 430px
  }

  .modes-layout,
  .plans-grid,
  .coverage-layout,
  .order-layout {
    grid-template-columns: 1fr
  }

  .featured {
    transform: none !important
  }

  .client-tile.tile-home {
    grid-row: auto
  }

  .editorial-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 380px 300px
  }

  .tile-home {
    grid-column: 1/-1
  }

  .coverage-layout {
    min-height: auto
  }

  .route-map {
    min-height: 500px
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr
  }

  .section-top {
    align-items: start
  }

  .reference-row {
    justify-content: flex-start
  }
}

@media(max-width:767.98px) {
  .section-space {
    padding: 90px 0
  }

  .slide-overlay {
    background: linear-gradient(90deg, rgba(7, 26, 64, .96), rgba(7, 26, 64, .68))
  }

  .slide-content .row {
    padding: 140px 0 220px
  }

  .slide-content p {
    font-size: 1rem
  }

  .slider-arrow {
    display: none
  }

  .custom-indicators {
    left: 15px;
    bottom: 100px
  }

  .custom-indicators small {
    display: none
  }

  .quick-order-card {
    width: calc(100% - 30px);
    left: 15px
  }

  .quick-grid {
    grid-template-columns: 1fr 46px
  }

  .quick-grid select {
    grid-column: 1/-1
  }

  .product-stage-image {
    height: 340px
  }

  .product-info {
    padding: 30px
  }

  .modes-layout {
    grid-template-columns: 1fr
  }

  .mode-wide {
    grid-column: auto
  }

  .section-top {
    display: block
  }

  .editorial-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 320px)
  }

  .tile-home {
    grid-column: auto
  }

  .reference-title {
    display: block
  }

  .reference-title small {
    display: block;
    margin-top: 8px
  }

  .plans-grid {
    gap: 14px
  }

  .coverage-copy {
    padding: 38px 25px
  }

  .route-map {
    min-height: 400px
  }

  .promo-inner {
    display: block
  }

  .promo-code {
    margin-top: 25px;
    width: max-content
  }

  .field-row {
    grid-template-columns: 1fr
  }

  .order-form {
    padding: 24px
  }

  .footer-grid {
    grid-template-columns: 1fr
  }

  .footer-bottom {
    display: block
  }

  .footer-bottom small {
    display: block;
    margin-top: 8px
  }
}


/* AJUSTES HEADER, MARQUEE Y PEDIDO RÁPIDO */
.navbar:not(.scrolled) .brand strong,
.navbar:not(.scrolled) .nav-link {
  color: #ffffff;
}

.navbar:not(.scrolled) .brand small {
  color: rgba(255, 255, 255, .68);
}

.navbar:not(.scrolled) .navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

.navbar:not(.scrolled) .brand-drop {
  background: rgba(255, 255, 255, .16);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, .28);
  backdrop-filter: blur(10px);
}

.navbar.scrolled .brand strong,
.navbar.scrolled .nav-link {
  color: var(--navy);
}

.navbar.scrolled .brand small {
  color: var(--muted);
}

.navbar.scrolled .brand-drop {
  background: var(--lime);
  color: var(--navy);
  border: 0;
}

.marquee-section {
  width: 100%;
  margin: 0;
  padding: 20px 0;
  position: relative;
  z-index: 4;
}

.marquee-track {
  min-width: max-content;
}

.quick-order-section {
  position: relative;
  z-index: 3;
  padding: 26px 0 0;
  background: var(--ice);
}

.quick-order-section .quick-order-card {
  position: static;
  width: 100%;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  padding: 22px 24px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 24px 65px rgba(7, 26, 64, .12);
}

.quick-order-heading {
  min-width: 190px;
}

.quick-order-heading strong {
  display: block;
  margin-top: 5px;
  font-family: "Sora", sans-serif;
  color: var(--navy);
  font-size: 1.05rem;
}

.quick-order-section .quick-label {
  margin-bottom: 0;
}

.quick-order-section .quick-grid {
  grid-template-columns: 1fr 1fr 54px;
}

@media (max-width: 991.98px) {
  .navbar:not(.scrolled) {
    background: transparent;
    backdrop-filter: none;
  }

  .quick-order-section .quick-order-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .quick-order-heading {
    min-width: 0;
  }
}

@media (max-width: 767.98px) {
  .quick-order-section {
    padding-top: 18px;
  }

  .quick-order-section .quick-order-card {
    padding: 18px;
  }

  .quick-order-section .quick-grid {
    grid-template-columns: 1fr 48px;
  }

  .quick-order-section .quick-grid select {
    grid-column: 1 / -1;
  }
}

.reference-logos {
  margin-top: 55px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.reference-title {
  display: flex;
  justify-content: space-between;
  gap: 20px;

  margin-bottom: 28px;

  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.reference-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;

  padding: 10px 0;
}

/* Degradados laterales para una entrada y salida más suave */
.reference-marquee::before,
.reference-marquee::after {
  content: "";

  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;

  width: 100px;

  pointer-events: none;
}

.reference-marquee::before {
  left: 0;

  background: linear-gradient(
    90deg,
    var(--navy) 0%,
    rgba(7, 26, 64, 0) 100%
  );
}

.reference-marquee::after {
  right: 0;

  background: linear-gradient(
    270deg,
    var(--navy) 0%,
    rgba(7, 26, 64, 0) 100%
  );
}

.reference-track {
  display: flex;
  width: max-content;

  animation: referenceMarquee 24s linear infinite;
  will-change: transform;
}

.reference-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;

  gap: 70px;
  padding-right: 70px;
}

.reference-group span {
  width: 190px;
  height: 90px;

  display: grid;
  place-items: center;

  padding: 18px 24px;

  /* background: rgba(255, 255, 255, 0.96); */
  border-radius: 18px;

  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
}

.reference-group img {
  display: block;

  width: auto;
  max-width: 150px;
  height: auto;
  max-height: 48px;

  object-fit: contain;
}

.reference-group .logo-small img {
  max-width: 48px;
  max-height: 48px;
}

.reference-marquee:hover .reference-track {
  animation-play-state: paused;
}

@keyframes referenceMarquee {
  from {
    transform: translateX(0);
  }

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

@media (max-width: 767.98px) {
  .reference-title {
    display: block;
  }

  .reference-title small {
    display: block;
    margin-top: 8px;
  }

  .reference-group {
    gap: 26px;
    padding-right: 26px;
  }

  .reference-group span {
    width: 150px;
    height: 76px;
    padding: 14px 18px;
  }

  .reference-group img {
    max-width: 120px;
    max-height: 40px;
  }

  .reference-marquee::before,
  .reference-marquee::after {
    width: 45px;
  }

  .reference-track {
    animation-duration: 18s;
  }

  .slide-stat {
    display: none;
}

}

@media (prefers-reduced-motion: reduce) {
  .reference-track {
    animation: none;
  }
}

