.cc_xzyCtGgJDC_G6juumpxWs .devreasons {
  position: relative;
  width: 100%;
  overflow: hidden;
  background:
    radial-gradient(58% 80% at 20% 28%, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0) 60%),
    radial-gradient(92% 120% at 86% 8%, rgba(146, 182, 224, 0.36) 0%, rgba(146, 182, 224, 0) 62%),
    linear-gradient(135deg, #e6eef8 0%, #d2e1f2 55%, #c1d6ec 100%);
}

/* soften the transition into the next section */
.cc_xzyCtGgJDC_G6juumpxWs .devreasons::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 32%;
  z-index: 0;
  background: linear-gradient(to bottom, rgba(244, 246, 251, 0) 0%, #f4f6fb 100%);
  pointer-events: none;
}

.cc_xzyCtGgJDC_G6juumpxWs .devreasons__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: center;
}

/* ---- full-section water video, edges faded out (no frame) ---- */
.cc_xzyCtGgJDC_G6juumpxWs .devreasons__fx {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.62;
  pointer-events: none;
  /* soft elliptical aura around the product — organic, no hard edges */
  -webkit-mask-image: radial-gradient(70% 60% at 50% 44%, #000 0%, #000 48%, rgba(0, 0, 0, 0) 100%);
  mask-image: radial-gradient(70% 60% at 50% 44%, #000 0%, #000 48%, rgba(0, 0, 0, 0) 100%);
}

/* ---- visual / bottle ---- */
.cc_xzyCtGgJDC_G6juumpxWs .devreasons__visual {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.cc_xzyCtGgJDC_G6juumpxWs .devreasons__stage {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

/* soft contact pool — the bottle's shadow resting on the water surface */
.cc_xzyCtGgJDC_G6juumpxWs .devreasons__waterline {
  position: absolute;
  left: 49%;
  bottom: 12%;
  width: 62%;
  height: 13%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(16, 50, 96, 0.34) 0%, rgba(16, 50, 96, 0.12) 42%, rgba(16, 50, 96, 0) 72%);
  filter: blur(10px);
  opacity: 0;
  /* the pool forms a touch later, as the bottle settles onto the water */
  transition: opacity 0.7s ease 0.6s;
  pointer-events: none;
}
.cc_xzyCtGgJDC_G6juumpxWs .devreasons.is-in .devreasons__waterline {
  opacity: 1;
}

/* wrapper drops in from above (as if from the previous section) */
.cc_xzyCtGgJDC_G6juumpxWs .devreasons__bottle-wrap {
  position: relative;
  width: 78%;
  max-width: 22rem;
  opacity: 0;
  transform: translateY(-260px) rotate(-5deg) scale(0.96);
  transition: opacity 0.7s ease, transform 1.25s cubic-bezier(0.3, 1.1, 0.42, 1);
}
.cc_xzyCtGgJDC_G6juumpxWs .devreasons.is-in .devreasons__bottle-wrap {
  opacity: 1;
  transform: translateY(0) rotate(0deg) scale(1);
}

/* the bottle image crossfades when the product is switched */
.cc_xzyCtGgJDC_G6juumpxWs .devreasons__bottle {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 30px rgba(26, 70, 126, 0.3)) drop-shadow(0 8px 13px rgba(18, 52, 98, 0.34));
  animation: cc_xzyCtGgJDC_G6juumpxWs_devBottleFade 0.45s ease both;
}
@keyframes cc_xzyCtGgJDC_G6juumpxWs_devBottleFade {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* ---- content ---- */
/* keep eyebrow → title → lead → ... stacked (guard against global inline styles) */
.cc_xzyCtGgJDC_G6juumpxWs .devreasons__content {
  display: flex;
  flex-direction: column;
}

.cc_xzyCtGgJDC_G6juumpxWs .devreasons__eyebrow {
  display: inline-block;
  color: #2d63a0;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.74rem;
  font-weight: 700;
}

.cc_xzyCtGgJDC_G6juumpxWs .devreasons__title {
  margin: 0.55rem 0 1.1rem;
  color: var(--kay-navy);
  font-size: clamp(1.7rem, 3.6vw, 2.5rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.015em;
}

.cc_xzyCtGgJDC_G6juumpxWs .devreasons__lead {
  margin: 0 0 0.9rem;
  color: var(--kay-navy);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.7;
}

.cc_xzyCtGgJDC_G6juumpxWs .devreasons__body {
  margin: 0 0 0.9rem;
  color: rgba(27, 55, 92, 0.72);
  font-size: 0.97rem;
  line-height: 1.75;
}
.cc_xzyCtGgJDC_G6juumpxWs .devreasons__body strong {
  color: var(--kay-navy);
  font-weight: 700;
}

.cc_xzyCtGgJDC_G6juumpxWs .devreasons__subhead {
  margin: 1.6rem 0 0.9rem;
  color: var(--kay-navy);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.cc_xzyCtGgJDC_G6juumpxWs .devreasons__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.cc_xzyCtGgJDC_G6juumpxWs .devreasons__feature {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  color: rgba(27, 55, 92, 0.82);
  font-size: 0.96rem;
  line-height: 1.5;
  opacity: 0;
  transform: translateX(16px);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.cc_xzyCtGgJDC_G6juumpxWs .devreasons.is-in .devreasons__feature {
  opacity: 1;
  transform: translateX(0);
}

.cc_xzyCtGgJDC_G6juumpxWs .devreasons__node {
  flex-shrink: 0;
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.4rem;
  background: var(--kay-navy);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
}

/* ---- usage box ---- */
.cc_xzyCtGgJDC_G6juumpxWs .devreasons__usage {
  display: flex;
  align-items: flex-start;
  gap: 0.95rem;
  margin-top: 1.8rem;
  padding: 1.2rem 1.3rem;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 32px rgba(27, 55, 92, 0.1);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.cc_xzyCtGgJDC_G6juumpxWs .devreasons__usage-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: var(--kay-navy);
}
.cc_xzyCtGgJDC_G6juumpxWs .devreasons__usage-icon svg {
  width: 1.8rem;
  height: 1.8rem;
}

.cc_xzyCtGgJDC_G6juumpxWs .devreasons__usage-title {
  margin: 0.1rem 0 0.3rem;
  color: var(--kay-navy);
  font-size: 1rem;
  font-weight: 700;
}

.cc_xzyCtGgJDC_G6juumpxWs .devreasons__usage-text {
  margin: 0;
  color: rgba(27, 55, 92, 0.72);
  font-size: 0.92rem;
  line-height: 1.6;
}

/* ---- product selector — bottle thumbnails, same as Section 2, under the bottle ---- */
.cc_xzyCtGgJDC_G6juumpxWs .devreasons__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.cc_xzyCtGgJDC_G6juumpxWs .devreasons__pdot {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  border: 2.5px solid rgba(27, 55, 92, 0.3);
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 4px 14px rgba(27, 55, 92, 0.1);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.cc_xzyCtGgJDC_G6juumpxWs .devreasons__pdot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.cc_xzyCtGgJDC_G6juumpxWs .devreasons__pdot--0 {
  border-color: rgba(74, 166, 140, 0.55);
}
.cc_xzyCtGgJDC_G6juumpxWs .devreasons__pdot--1 {
  border-color: rgba(226, 148, 178, 0.6);
}
.cc_xzyCtGgJDC_G6juumpxWs .devreasons__pdot--2 {
  border-color: rgba(108, 168, 214, 0.6);
}

.cc_xzyCtGgJDC_G6juumpxWs .devreasons__pdot:hover {
  transform: scale(1.09) translateY(-2px);
  box-shadow: 0 9px 24px rgba(27, 55, 92, 0.2), 0 0 0 5px rgba(150, 190, 236, 0.3);
}

.cc_xzyCtGgJDC_G6juumpxWs .devreasons__pdot.is-active {
  transform: scale(1.16);
}

.cc_xzyCtGgJDC_G6juumpxWs .devreasons__pdot--0.is-active {
  border-color: #4aa68c;
  box-shadow: 0 8px 22px rgba(74, 166, 140, 0.4), 0 0 0 5px rgba(74, 166, 140, 0.24);
}
.cc_xzyCtGgJDC_G6juumpxWs .devreasons__pdot--1.is-active {
  border-color: #e294b2;
  box-shadow: 0 8px 22px rgba(226, 148, 178, 0.4), 0 0 0 5px rgba(226, 148, 178, 0.24);
}
.cc_xzyCtGgJDC_G6juumpxWs .devreasons__pdot--2.is-active {
  border-color: #6ca8d6;
  box-shadow: 0 8px 22px rgba(108, 168, 214, 0.4), 0 0 0 5px rgba(108, 168, 214, 0.24);
}

/* ---- desktop ---- */
@media (min-width: 900px) {
  .cc_xzyCtGgJDC_G6juumpxWs .devreasons__inner {
    grid-template-columns: 1.18fr 0.82fr;
    gap: 3rem;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  /* text on the left, bottle on the right */
  .cc_xzyCtGgJDC_G6juumpxWs .devreasons__content {
    order: 1;
  }
  .cc_xzyCtGgJDC_G6juumpxWs .devreasons__visual {
    order: 2;
    align-self: center;
  }
  .cc_xzyCtGgJDC_G6juumpxWs .devreasons__bottle-wrap {
    width: 100%;
    max-width: 28rem;
  }
  /* water on the right (bottle side) — fade out before the text column on the left */
  .cc_xzyCtGgJDC_G6juumpxWs .devreasons__fx {
    -webkit-mask-image: radial-gradient(32% 66% at 78% 48%, #000 0%, #000 42%, rgba(0, 0, 0, 0) 100%);
    mask-image: radial-gradient(32% 66% at 78% 48%, #000 0%, #000 42%, rgba(0, 0, 0, 0) 100%);
  }
}
