.vod-gradient-divi-wrapper,
.vod-gradient-divi-wrapper > .et_pb_row {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.vod-gradient-divi-wrapper .et_pb_column,
.vod-gradient-divi-wrapper .et_pb_module,
.vod-gradient-divi-wrapper .et_pb_code_inner {
  margin: 0 !important;
  padding: 0 !important;
}

.divi-touch-gradient {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  background: #281340;
  color: #ffffff;

  /* Allow normal vertical page scrolling on touchscreens. */
  touch-action: pan-y;
  overscroll-behavior-y: auto;

  user-select: none;
  -webkit-user-select: none;
}

.divi-touch-gradient__canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;

  /* Track touch position without trapping vertical scrolling. */
  touch-action: pan-y;
}

.divi-touch-gradient__content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100vh;
  min-height: 100dvh;
  flex-direction: column;
  justify-content: center;
  padding: 70px clamp(25px, 7vw, 100px);
  pointer-events: none;
}

.divi-touch-gradient__label {
  width: fit-content;
  margin-bottom: 20px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  font-family: var(--vod-font-display);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.divi-touch-gradient h1 {
  max-width: 900px;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: var(--vod-font-display);
  font-size: clamp(68px, 11vw, 150px);
  font-weight: 700;
  line-height: 0.86;
  letter-spacing: -0.065em;
}

.divi-touch-gradient p {
  max-width: 620px;
  margin: 28px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--vod-font-text);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
}

.divi-touch-gradient__hint {
  position: absolute;
  z-index: 3;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--vod-font-text);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}

.et_pb_code,
.et_pb_code_inner {
  height: 100%;
}

@media (max-width: 767px) {
  .divi-touch-gradient__content {
    padding: 45px 25px;
  }

  .divi-touch-gradient h1 {
    max-width: 10ch;
  }

  .divi-touch-gradient__hint {
    bottom: 20px;
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .divi-touch-gradient__hint {
    display: none;
  }
}
/* Refined heading spacing */
.divi-touch-gradient h1 {
  letter-spacing: -0.045em !important;
  line-height: 0.9 !important;
}
@media (max-width: 767px) {
  .divi-touch-gradient h1 {
    max-width: none !important;
    font-size: clamp(92px, 20vw, 132px) !important;
    line-height: 0.82 !important;
    letter-spacing: -0.025em !important;
  }
  .divi-touch-gradient h1 .vod-title-word { display: block; }
}

.divi-touch-gradient h1 {
  text-shadow:
    0 2px 8px rgba(0,0,0,.18),
    0 10px 30px rgba(0,0,0,.10);
}
