.dh-landing .dhl-section {
  position: relative;
}

.dh-landing .dhl-section__inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(16px, 4vw, 28px);
  padding-right: clamp(16px, 4vw, 28px);
}

.dh-landing .dhl-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.25rem, 3.5vw, 2.75rem);
  align-items: center;
  width: 100%;
  min-width: 0;
}

.dh-landing .dh-hero-split__row {
  gap: clamp(1.5rem, 4vw, 3rem);
}

.dh-landing .dh-zig__media {
  min-width: 0;
}

@media (max-width: 960px) {
  .dh-landing .dhl-split {
    grid-template-columns: 1fr;
  }

  .dh-landing .dh-zig .dhl-split {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg);
    isolation: isolate;
  }

  .dh-landing .dh-zig .dhl-split__media {
    position: absolute;
    inset: -18px;
    z-index: 0;
    opacity: 0.42;
    filter: blur(6px);
    transform: scale(1.08);
    pointer-events: none;
  }

  .dh-landing .dh-zig .dh-zig__figure {
    margin: 0;
    height: 100%;
    min-height: 100%;
    box-shadow: none;
    border-radius: 0;
  }

  .dh-landing .dh-zig .dh-zig__img-wrap {
    height: 100%;
    min-height: 100%;
  }

  .dh-landing .dh-zig .dh-zig__img {
    width: 100%;
    height: 100%;
    min-height: 240px;
    object-fit: cover;
  }

  .dh-landing .dh-zig .dhl-split__text {
    position: relative;
    z-index: 1;
    padding: clamp(1.1rem, 3.5vw, 1.85rem);
  }

  .dh-landing .dh-zig .dh-zig__title,
  .dh-landing .dh-zig .dh-zig__subtitle,
  .dh-landing .dh-zig .dh-zig__eyebrow {
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.85);
  }

  .dh-landing .dh-zig .dhl-prose,
  .dh-landing .dh-zig .dhl-list,
  .dh-landing .dh-zig .dh-smart-list,
  .dh-landing .dh-zig .dh-why-card,
  .dh-landing .dh-zig .dhl-card,
  .dh-landing .dh-zig .dh-pipeline {
    text-shadow: 0 1px 14px rgba(0, 0, 0, 0.75);
  }

  .dh-landing .dh-hero-split .dhl-split {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg);
    isolation: isolate;
  }

  .dh-landing .dh-hero-split .dhl-split__media {
    position: absolute;
    inset: -14px;
    z-index: 0;
    opacity: 0.58;
    filter: blur(5px);
    transform: scale(1.05);
    pointer-events: none;
  }

  .dh-landing .dh-hero-split .dhl-media {
    margin: 0;
    height: 100%;
    min-height: 100%;
    box-shadow: none;
    border-radius: 0;
  }

  .dh-landing .dh-hero-split .dhl-media__inner {
    height: 100%;
    min-height: 100%;
  }

  .dh-landing .dh-hero-split .dhl-media__img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
  }

  .dh-landing .dh-hero-split .dhl-split__text {
    position: relative;
    z-index: 1;
    padding: clamp(1.15rem, 3.5vw, 2rem);
  }

  .dh-landing .dh-hero-split .dhl-hero__title,
  .dh-landing .dh-hero-split .dhl-hero__lead,
  .dh-landing .dh-hero-split .dhl-hero-eyebrow,
  .dh-landing .dh-hero-split .dh-hero-split__studio {
    text-shadow: 0 2px 22px rgba(0, 0, 0, 0.9);
  }
}

.dh-landing .dhl-split__text,
.dh-landing .dhl-split__media {
  min-width: 0;
}

.dh-landing .dhl-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  font-weight: 700;
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  line-height: 1.35;
  text-decoration: none;
  color: #c4b5fd;
  border: none;
  border-bottom: 2px solid rgba(167, 139, 250, 0.55);
  padding: 0 0 3px;
  margin: 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.dh-landing .dhl-link:hover {
  color: #e9d5ff;
  border-bottom-color: rgba(233, 213, 255, 0.95);
}

.dh-landing .dhl-link:focus-visible {
  outline: 2px solid rgba(167, 139, 250, 0.75);
  outline-offset: 3px;
}

.dh-landing .dhl-link::after {
  content: "→";
  font-weight: 700;
  font-size: 1.08em;
  line-height: 1;
  transition: transform 0.2s ease;
}

.dh-landing .dhl-link:hover::after {
  transform: translateX(4px);
}

.dh-landing .dhl-link--ghost {
  color: rgba(248, 250, 252, 0.82);
  border-bottom-color: rgba(255, 255, 255, 0.32);
}

.dh-landing .dhl-link--ghost:hover {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.6);
}

.dh-landing .dhl-link--coral {
  color: #fdba74;
  border-bottom-color: rgba(251, 146, 60, 0.55);
}

.dh-landing .dhl-link--coral:hover {
  color: #ffedd5;
  border-bottom-color: rgba(253, 186, 116, 0.92);
}

.dh-landing .dhl-term {
  font-weight: 650;
}

.dh-landing .dhl-term--violet {
  color: #d8b4fe;
}

.dh-landing .dhl-term--coral {
  color: #fdba74;
}

.dh-landing .dhl-hero-eyebrow .dhl-term {
  display: inline-block;
  padding: 0.42em 0.9em;
  margin: 0;
  border-radius: 0.4em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  color: #fffbeb;
  -webkit-text-fill-color: #fffbeb;
  background: linear-gradient(145deg, #ea580c 0%, #c2410c 50%, #9a3412 100%);
  box-shadow:
    0 0 0 1px rgba(253, 186, 116, 0.55),
    0 0 30px rgba(249, 115, 22, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.dh-landing .dhl-hero-eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
  text-align: left;
}

.dh-landing .dh-hero-split {
  position: relative;
  padding-top: clamp(1.5rem, 4vw, 3rem);
  padding-bottom: clamp(2rem, 5vw, 4rem);
  background:
    radial-gradient(ellipse 90% 70% at 15% 20%, rgba(139, 92, 246, 0.18), transparent 50%),
    radial-gradient(ellipse 70% 50% at 85% 80%, rgba(255, 122, 26, 0.1), transparent 45%),
    linear-gradient(180deg, rgba(8, 8, 14, 0.4), rgba(6, 6, 12, 0.95));
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.dh-landing .dh-hero-split__copy {
  text-align: left;
}

.dh-landing .dhl-hero__title {
  font-size: clamp(1.85rem, 4vw, 2.85rem);
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin: 0 0 1rem;
  max-width: 22ch;
  color: var(--text);
}

.dh-landing .dhl-hero__lead {
  max-width: 36rem;
  margin: 0 0 1.25rem;
  text-align: left;
  line-height: 1.55;
  color: var(--muted);
  font-size: 1.05rem;
}

.dh-landing .dhl-hero__ctas {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}

.dh-landing .dh-hero-split__studio {
  margin: 1.25rem 0 0;
  font-size: 0.95rem;
}

.dh-landing .dhl-media {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255, 122, 26, 0.22),
    0 28px 64px rgba(0, 0, 0, 0.45),
    0 0 80px rgba(255, 100, 40, 0.12);
}

.dh-landing .dhl-media__inner {
  border-radius: inherit;
  overflow: hidden;
  background: rgba(12, 10, 18, 0.6);
}

.dh-landing .dhl-media__img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.dh-landing .dh-zig {
  padding-top: clamp(2rem, 5vw, 3.5rem);
  padding-bottom: clamp(2rem, 5vw, 3.5rem);
}

.dh-landing .dh-zig:nth-child(even) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 40%);
}

.dh-landing .dh-zig__copy {
  text-align: left;
  min-width: 0;
}

.dh-landing .dh-zig__eyebrow {
  margin: 0 0 10px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(167, 139, 250, 0.95);
}

.dh-landing .dh-zig__title {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #fdba74;
}

.dh-landing .dh-zig__subtitle {
  margin: 0 0 16px;
  font-size: 1.02rem;
  line-height: 1.5;
  color: var(--muted-strong);
  font-weight: 500;
}

.dh-landing .dh-zig__body {
  margin: 0;
}

.dh-landing .dh-zig__body--cta {
  margin-top: 8px;
}

.dh-landing .dhl-prose {
  margin: 0;
  text-align: left;
  font-size: 1.06rem;
  line-height: 1.65;
  color: var(--muted);
}

.dh-landing .dh-zig__figure {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255, 122, 26, 0.2),
    0 22px 52px rgba(0, 0, 0, 0.4),
    0 0 64px rgba(255, 100, 40, 0.1);
}

.dh-landing .dh-zig__img-wrap {
  border-radius: inherit;
  overflow: hidden;
  background: rgba(12, 10, 18, 0.55);
}

.dh-landing .dh-zig__img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.dh-landing .dhl-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: none;
  margin: 0;
}

@media (max-width: 640px) {
  .dh-landing .dhl-card-grid {
    grid-template-columns: 1fr;
  }
}

.dh-landing .dhl-card {
  padding: 24px 22px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--stroke);
  background: rgba(255, 255, 255, 0.03);
}

.dh-landing .dhl-card--purple {
  border-color: rgba(139, 92, 246, 0.35);
}

.dh-landing .dhl-card--orange {
  border-color: rgba(255, 122, 26, 0.35);
}

.dh-landing .dhl-card__title {
  margin: 0 0 10px;
  font-size: 1.1rem;
  color: var(--text);
  text-align: left;
}

.dh-landing .dhl-card__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--muted);
  text-align: left;
}

.dh-landing .dhl-list {
  margin: 0 0 20px;
  padding-left: 1.2rem;
  color: var(--muted);
  line-height: 1.65;
  font-size: 1.06rem;
  text-align: left;
}

.dh-landing .dhl-list li {
  margin-bottom: 10px;
}

.dh-landing .dh-list-problem li {
  color: rgba(255, 200, 180, 0.85);
}

.dh-landing .dh-glass {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(18, 16, 28, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 22px 22px 26px;
  box-shadow:
    0 0 0 1px rgba(139, 92, 246, 0.12),
    0 24px 48px rgba(0, 0, 0, 0.35);
}

.dh-landing .dh-pipeline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px 6px;
  margin-top: 18px;
  padding: 20px 18px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 10, 20, 0.65);
  backdrop-filter: blur(12px);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.78rem;
  max-width: 100%;
}

.dh-landing .dh-pipeline__step {
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.65);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 5.5rem;
}

.dh-landing .dh-pipeline__step--active {
  border-color: rgba(255, 122, 26, 0.55);
  color: #fff;
  box-shadow: 0 0 28px rgba(255, 122, 26, 0.25);
  background: rgba(255, 90, 40, 0.12);
}

.dh-landing .dh-pipeline__label {
  font-weight: 700;
  letter-spacing: 0.06em;
}

.dh-landing .dh-pipeline__hint {
  font-size: 0.65rem;
  color: rgba(255, 180, 140, 0.95);
  letter-spacing: 0.04em;
}

.dh-landing .dh-pipeline__arrow {
  color: rgba(255, 255, 255, 0.25);
  font-size: 0.7rem;
  padding: 0 2px;
}

.dh-landing .dh-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: left;
}

.dh-landing .dh-steps__item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.dh-landing .dh-steps__num {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 800;
  font-size: 0.85rem;
  background: linear-gradient(145deg, rgba(139, 92, 246, 0.35), rgba(255, 122, 26, 0.2));
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.dh-landing .dh-steps__item strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 4px;
  color: var(--text);
}

.dh-landing .dh-steps__item span:last-child {
  display: block;
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.45;
}

.dh-landing .dh-why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 920px;
  margin: 0;
  text-align: left;
}

@media (max-width: 640px) {
  .dh-landing .dh-why-grid {
    grid-template-columns: 1fr;
  }
}

.dh-landing .dh-why-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  color: var(--text);
}

.dh-landing .dh-why-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--muted);
}

.dh-landing .dh-smart-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 720px;
  text-align: left;
}

.dh-landing .dh-smart-list li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--muted);
}

.dh-landing .dh-smart-list li:last-child {
  border-bottom: none;
}

.dh-landing .dh-zig .dh-steps,
.dh-landing .dh-zig .dh-why-grid,
.dh-landing .dh-zig .dh-smart-list {
  margin-top: 0;
}

.dh-landing .dh-zig__cards.dhl-card-grid {
  margin-top: 0;
}

.dh-landing .dh-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  justify-content: flex-start;
  align-items: center;
}

.dh-landing .dh-zig--final .dh-final__actions {
  margin-top: 0;
}

.dh-landing .dh-zig--final {
  padding-bottom: clamp(3rem, 8vw, 5rem);
  background: radial-gradient(ellipse 80% 55% at 50% 100%, rgba(255, 122, 26, 0.1), transparent 55%);
}

@media (max-width: 960px) {
  .dh-landing .dh-zig__figure {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
