.dh-landing.gm-landing .dhl-link {
  color: #e9d5ff;
  border-bottom-color: rgba(192, 132, 252, 0.55);
}

.dh-landing.gm-landing .dhl-link:hover {
  color: #faf5ff;
  border-bottom-color: rgba(233, 213, 255, 0.95);
}

.dh-landing.gm-landing .dhl-link:focus-visible {
  outline-color: rgba(192, 132, 252, 0.75);
}

.dh-landing.gm-landing .dhl-link--ghost {
  color: rgba(248, 250, 252, 0.82);
  border-bottom-color: rgba(255, 255, 255, 0.32);
}

.dh-landing.gm-landing .dhl-link--coral {
  color: #fda4af;
  border-bottom-color: rgba(244, 114, 182, 0.55);
}

.dh-landing.gm-landing .dhl-link--coral:hover {
  color: #ffe4e6;
  border-bottom-color: rgba(251, 113, 133, 0.92);
}

.dh-landing.gm-landing .dhl-term--coral {
  color: #fda4af;
}

.dh-landing.gm-landing .dhl-term--violet {
  color: #d8b4fe;
}

.dh-landing.gm-landing .dhl-hero-eyebrow .dhl-term {
  color: #fdf4ff;
  -webkit-text-fill-color: #fdf4ff;
  background: linear-gradient(145deg, #a855f7 0%, #7c3aed 50%, #5b21b6 100%);
  box-shadow:
    0 0 0 1px rgba(192, 132, 252, 0.55),
    0 0 28px rgba(168, 85, 247, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.dh-landing.gm-landing .dh-hero-split {
  background:
    radial-gradient(ellipse 88% 72% at 18% 22%, rgba(168, 85, 247, 0.22), transparent 52%),
    radial-gradient(ellipse 72% 52% at 88% 78%, rgba(244, 114, 182, 0.12), transparent 46%),
    linear-gradient(180deg, rgba(10, 8, 18, 0.42), rgba(8, 6, 16, 0.96));
}

.dh-landing.gm-landing .dhl-media {
  box-shadow:
    0 0 0 1px rgba(192, 132, 252, 0.28),
    0 28px 64px rgba(0, 0, 0, 0.45),
    0 0 80px rgba(168, 85, 247, 0.14);
}

.dh-landing.gm-landing .dh-zig__eyebrow {
  color: rgba(216, 180, 254, 0.96);
}

.dh-landing.gm-landing .dh-zig__title {
  color: #fda4af;
}

.dh-landing.gm-landing .dh-zig__figure {
  box-shadow:
    0 0 0 1px rgba(244, 114, 182, 0.22),
    0 22px 52px rgba(0, 0, 0, 0.4),
    0 0 64px rgba(168, 85, 247, 0.12);
}

.dh-landing.gm-landing .dhl-card--purple {
  border-color: rgba(168, 85, 247, 0.4);
}

.dh-landing.gm-landing .dhl-card--orange {
  border-color: rgba(244, 114, 182, 0.38);
}

.dh-landing.gm-landing .dh-glass {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(14, 10, 22, 0.58);
  box-shadow:
    0 0 0 1px rgba(168, 85, 247, 0.14),
    0 24px 48px rgba(0, 0, 0, 0.35);
}

.dh-landing.gm-landing .dh-list-problem li {
  color: rgba(251, 207, 232, 0.9);
}

.dh-landing.gm-landing .dh-pipeline__step--active {
  border-color: rgba(192, 132, 252, 0.55);
  box-shadow: 0 0 28px rgba(168, 85, 247, 0.28);
  background: rgba(88, 28, 135, 0.22);
}

.dh-landing.gm-landing .dh-pipeline__hint {
  color: rgba(251, 207, 232, 0.95);
}

.dh-landing.gm-landing .dh-zig--final {
  background: radial-gradient(ellipse 80% 55% at 50% 100%, rgba(168, 85, 247, 0.12), transparent 55%);
}

.dh-landing.gm-landing .dh-final__actions {
  background: linear-gradient(145deg, rgba(168, 85, 247, 0.32), rgba(244, 114, 182, 0.2));
}
