:root {
  --dhg-ink: #1a2038;
  --dhg-copy: #555c71;
  --dhg-royal: #35256f;
  --dhg-deep: #17143b;
  --dhg-blue: #168ff3;
  --dhg-lime: #b8dc31;
  --dhg-line: #e4e7f0;
  --dhg-soft: #f6f7fb;
}

.dhg-content-page {
  color: var(--dhg-copy);
  background: #fff;
}

.dhg-content-page .h-link.is-current::before {
  position: absolute;
  right: 10px;
  bottom: 14px;
  left: 10px;
  height: 2px;
  border-radius: 2px;
  background: var(--dhg-lime);
  content: "";
}

.dhg-page-hero {
  position: relative;
  overflow: hidden;
  padding: 160px 0 105px;
  background:
    radial-gradient(circle at 82% 24%, rgba(24, 143, 243, 0.22), transparent 34%),
    radial-gradient(circle at 22% 88%, rgba(111, 69, 209, 0.38), transparent 38%),
    linear-gradient(135deg, #171338 0%, #302064 48%, #25194f 100%);
  color: #fff;
}

.dhg-page-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
  content: "";
  pointer-events: none;
}

.dhg-page-hero__glow {
  position: absolute;
  top: 18%;
  right: -8%;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: rgba(184, 220, 49, 0.08);
  filter: blur(60px);
}

.dhg-page-hero .container-xxl {
  position: relative;
  z-index: 1;
}

.dhg-breadcrumbs {
  margin-bottom: 48px;
}

.dhg-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dhg-breadcrumbs li {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  font-weight: 600;
}

.dhg-breadcrumbs li + li::before {
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.38);
  content: "/";
}

.dhg-breadcrumbs a {
  color: #fff;
  text-decoration: none;
}

.dhg-breadcrumbs a:hover {
  color: var(--dhg-lime);
}

.dhg-eyebrow {
  margin-bottom: 13px;
  color: #247bd4;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.dhg-eyebrow--light {
  color: #c4e74d;
}

.dhg-page-hero h1 {
  max-width: 710px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(2.65rem, 5vw, 4.55rem);
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.dhg-page-hero__lead {
  max-width: 660px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  line-height: 1.65;
}

.dhg-button-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.dhg-button-group .btn {
  min-width: 175px;
  margin: 0;
}

.dhg-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 29px 0 0;
  padding: 0;
  list-style: none;
}

.dhg-hero-chips li {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.79rem;
  font-weight: 700;
  line-height: 1.25;
  backdrop-filter: blur(8px);
}

.dhg-hero-visual {
  position: relative;
  max-width: 690px;
  margin: 0 0 0 auto;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 32px 90px rgba(8, 7, 31, 0.42);
  transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
}

.dhg-hero-visual::after {
  position: absolute;
  inset: auto 12% -22px;
  height: 42px;
  border-radius: 50%;
  background: rgba(17, 142, 245, 0.25);
  filter: blur(24px);
  content: "";
}

.dhg-hero-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.dhg-section {
  padding: 110px 0;
}

.dhg-section--soft {
  background: var(--dhg-soft);
}

.dhg-section--dark {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 10%, rgba(24, 143, 243, 0.18), transparent 34%),
    linear-gradient(135deg, #18143c, #332269);
  color: #fff;
}

.dhg-section-title {
  max-width: 800px;
  margin-bottom: 22px;
  color: var(--dhg-ink);
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.dhg-section-heading {
  max-width: 820px;
  margin: 0 auto 52px;
}

.dhg-section-heading .dhg-section-title {
  margin-right: auto;
  margin-left: auto;
}

.dhg-section-heading > p:last-child {
  max-width: 710px;
  margin: 0 auto;
  font-size: 1.08rem;
  line-height: 1.7;
}

.dhg-prose {
  max-width: 70ch;
}

.dhg-prose p {
  margin-bottom: 18px;
  font-size: 1.05rem;
  line-height: 1.78;
}

.dhg-opportunity-card {
  position: relative;
  margin-left: auto;
  padding: 34px;
  border: 1px solid #e5e8f1;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 65px rgba(30, 35, 61, 0.09);
}

.dhg-opportunity-card__icon {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--dhg-blue), #6557d8);
  color: #fff;
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1;
}

.dhg-opportunity-card h3 {
  margin-bottom: 18px;
  color: var(--dhg-ink);
  font-size: 1.4rem;
}

.dhg-opportunity-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dhg-opportunity-card li {
  position: relative;
  padding: 12px 0 12px 29px;
  border-top: 1px solid #edf0f5;
  font-size: 0.96rem;
  line-height: 1.5;
}

.dhg-opportunity-card li::before {
  position: absolute;
  top: 15px;
  left: 1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(184, 220, 49, 0.22);
  color: #628000;
  content: "✓";
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 18px;
  text-align: center;
}

.dhg-feature-card {
  height: 100%;
  padding: 30px;
  border: 1px solid var(--dhg-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(25, 30, 52, 0.045);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.dhg-feature-card:hover {
  border-color: rgba(22, 143, 243, 0.38);
  box-shadow: 0 18px 44px rgba(25, 30, 52, 0.09);
  transform: translateY(-4px);
}

.dhg-feature-card__number {
  display: inline-block;
  margin-bottom: 22px;
  color: #2986dc;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.dhg-feature-card h3 {
  margin-bottom: 12px;
  color: var(--dhg-ink);
  font-size: 1.28rem;
}

.dhg-feature-card p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.68;
}

.dhg-decision {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 2fr);
  max-width: 1080px;
  min-height: 410px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #dfe3ec;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(26, 32, 56, 0.1);
}

.dhg-decision__tabs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  background: linear-gradient(155deg, #18143d, #342267);
}

.dhg-decision__tabs button {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 14px;
  padding: 17px 16px;
  border: 1px solid transparent;
  border-radius: 13px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.35;
  text-align: left;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.dhg-decision__tabs button span {
  color: rgba(184, 220, 49, 0.68);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.dhg-decision__tabs button:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.dhg-decision__tabs button[aria-selected="true"] {
  border-color: rgba(184, 220, 49, 0.38);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.dhg-decision__panels {
  display: grid;
  min-width: 0;
  align-items: stretch;
  background:
    radial-gradient(circle at 92% 8%, rgba(22, 143, 243, 0.11), transparent 30%),
    #fff;
}

.dhg-decision__panels article {
  align-self: center;
  padding: 54px 60px;
}

.dhg-decision__panels article[hidden] {
  display: none;
}

.dhg-decision__fit {
  margin-bottom: 13px;
  color: #147bd4;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-transform: uppercase;
}

.dhg-decision__panels h3 {
  margin-bottom: 17px;
  color: var(--dhg-ink);
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  letter-spacing: -0.035em;
}

.dhg-decision__panels article > p:not(.dhg-decision__fit) {
  max-width: 62ch;
  margin-bottom: 28px;
  font-size: 1.02rem;
  line-height: 1.72;
}

.dhg-decision__outcome {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 17px 19px;
  border: 1px solid #e0e7f0;
  border-radius: 14px;
  background: #f7f9fc;
}

.dhg-decision__outcome span {
  flex: 0 0 auto;
  color: #6e7487;
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dhg-decision__outcome strong {
  color: var(--dhg-ink);
  font-size: 0.9rem;
  line-height: 1.45;
}

.dhg-product-frame {
  overflow: hidden;
  margin: 0;
  border: 1px solid #dfe3ec;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(26, 32, 56, 0.12);
}

.dhg-product-frame > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.dhg-product-frame figcaption {
  padding: 14px 20px 16px;
  border-top: 1px solid #e8eaf0;
  color: #697087;
  font-size: 0.82rem;
  line-height: 1.5;
}

.dhg-text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 9px;
  color: #1479d1;
  font-weight: 800;
  text-decoration: none;
}

.dhg-text-link:hover {
  gap: 12px;
  color: var(--dhg-royal);
}

.dhg-screenshot-slot {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: linear-gradient(145deg, #eef5ff 0%, #f8f9fd 55%, #eef0fa 100%);
}

.dhg-screenshot-slot__bar {
  display: flex;
  gap: 7px;
  padding: 15px 18px;
  border-bottom: 1px solid rgba(45, 55, 85, 0.1);
  background: rgba(255, 255, 255, 0.86);
}

.dhg-screenshot-slot__bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #cbd1df;
}

.dhg-screenshot-slot__body {
  display: grid;
  grid-template-columns: 145px 1fr;
  min-height: 385px;
  opacity: 0.72;
}

.dhg-screenshot-slot__rail {
  border-right: 1px solid #dce3ee;
  background:
    linear-gradient(#188ff3, #188ff3) 22px 34px / 92px 12px no-repeat,
    repeating-linear-gradient(to bottom, #d9e0eb 0 10px, transparent 10px 31px) 22px 77px / 92px 210px no-repeat,
    rgba(255, 255, 255, 0.68);
}

.dhg-screenshot-slot__table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  align-content: start;
  padding: 34px;
  background:
    linear-gradient(#cfd8e8, #cfd8e8) 34px 306px / calc(100% - 68px) 10px no-repeat,
    linear-gradient(#dfe5ef, #dfe5ef) 34px 333px / 74% 10px no-repeat;
}

.dhg-screenshot-slot__table i {
  display: block;
  height: 78px;
  border: 1px solid #dce3ee;
  border-radius: 12px;
  background:
    linear-gradient(#b9c8dc, #b9c8dc) 14px 18px / 55% 8px no-repeat,
    linear-gradient(#dce3ee, #dce3ee) 14px 38px / 76% 7px no-repeat,
    rgba(255, 255, 255, 0.88);
}

.dhg-screenshot-slot__label {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(82%, 440px);
  padding: 25px 28px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  background: rgba(31, 25, 76, 0.94);
  box-shadow: 0 18px 55px rgba(18, 15, 51, 0.24);
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(12px);
}

.dhg-screenshot-slot__label span {
  display: block;
  margin-bottom: 7px;
  color: var(--dhg-lime);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.dhg-screenshot-slot__label strong {
  display: block;
  margin-bottom: 7px;
  font-size: 1.2rem;
  line-height: 1.25;
}

.dhg-screenshot-slot__label small {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}

.dhg-workflow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dhg-workflow li {
  position: relative;
  min-width: 0;
  padding: 28px 24px;
  border: 1px solid var(--dhg-line);
  border-radius: 20px;
  background: #fff;
}

.dhg-workflow li:not(:last-child)::after {
  position: absolute;
  top: 47px;
  right: -17px;
  z-index: 2;
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, #98bfe3, var(--dhg-lime));
  content: "";
}

.dhg-workflow__number {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 13px;
  background: #eef6ff;
  color: #147bd4;
  font-weight: 900;
}

.dhg-workflow h3 {
  margin-bottom: 10px;
  color: var(--dhg-ink);
  font-size: 1.16rem;
}

.dhg-workflow p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.62;
}

.dhg-dark-intro {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.02rem;
  line-height: 1.7;
}

.dhg-use-case {
  height: 100%;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(8px);
}

.dhg-use-case h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 1.2rem;
}

.dhg-use-case p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.65;
}

.dhg-responsible-note {
  max-width: 950px;
  margin: 35px auto 0;
  padding: 18px 22px;
  border: 1px solid rgba(184, 220, 49, 0.3);
  border-radius: 14px;
  background: rgba(184, 220, 49, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  line-height: 1.55;
  text-align: center;
}

.dhg-faq-list {
  border-top: 1px solid var(--dhg-line);
}

.dhg-faq-list details {
  border-bottom: 1px solid var(--dhg-line);
}

.dhg-faq-list summary {
  position: relative;
  padding: 24px 54px 24px 0;
  color: var(--dhg-ink);
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.45;
  list-style: none;
}

.dhg-faq-list summary::-webkit-details-marker {
  display: none;
}

.dhg-faq-list summary::after {
  position: absolute;
  top: 22px;
  right: 4px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #eef6ff;
  color: #147bd4;
  content: "+";
  font-size: 1.2rem;
  font-weight: 500;
}

.dhg-faq-list details[open] summary::after {
  content: "−";
}

.dhg-faq-list details > div {
  max-width: 74ch;
  padding: 0 48px 24px 0;
}

.dhg-faq-list details p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.72;
}

.dhg-related-card {
  display: block;
  height: 100%;
  padding: 29px;
  border: 1px solid var(--dhg-line);
  border-radius: 20px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 12px 35px rgba(25, 30, 52, 0.045);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.dhg-related-card:hover {
  color: inherit;
  box-shadow: 0 18px 46px rgba(25, 30, 52, 0.1);
  transform: translateY(-4px);
}

.dhg-related-card > span {
  display: block;
  margin-bottom: 12px;
  color: #147bd4;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dhg-related-card strong {
  display: block;
  margin-bottom: 12px;
  color: var(--dhg-ink);
  font-size: 1.28rem;
}

.dhg-related-card p {
  margin-bottom: 20px;
  font-size: 0.93rem;
  line-height: 1.62;
}

.dhg-related-card em {
  color: #147bd4;
  font-size: 0.87rem;
  font-style: normal;
  font-weight: 800;
}

.dhg-final-cta {
  padding: 90px 0;
  background: #fff;
}

.dhg-final-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 56px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 10%, rgba(24, 143, 243, 0.24), transparent 30%),
    linear-gradient(135deg, #17143b, #392575);
  box-shadow: 0 28px 80px rgba(25, 20, 62, 0.22);
}

.dhg-final-cta__inner > div:first-child {
  max-width: 700px;
}

.dhg-final-cta h2 {
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(2rem, 3.5vw, 3.15rem);
  letter-spacing: -0.035em;
}

.dhg-final-cta p:not(.dhg-eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  line-height: 1.65;
}

@media (max-width: 1199.98px) {
  .dhg-page-hero {
    padding-top: 145px;
  }

  .dhg-workflow {
    grid-template-columns: repeat(2, 1fr);
  }

  .dhg-workflow li::after {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .dhg-content-page .h-link.is-current::before {
    display: none;
  }

  .dhg-page-hero {
    padding: 128px 0 82px;
  }

  .dhg-breadcrumbs {
    margin-bottom: 34px;
  }

  .dhg-page-hero__copy {
    max-width: 760px;
  }

  .dhg-hero-visual {
    max-width: 760px;
    margin: 18px auto 0;
    transform: none;
  }

  .dhg-section {
    padding: 85px 0;
  }

  .dhg-opportunity-card {
    max-width: none;
    margin: 0;
  }

  .dhg-final-cta__inner {
    display: block;
    padding: 44px;
  }

  .dhg-final-cta__inner .dhg-button-group {
    margin-top: 28px;
  }
}

@media (max-width: 767.98px) {
  .dhg-page-hero {
    padding: 112px 0 70px;
  }

  .dhg-page-hero h1 {
    font-size: clamp(2.35rem, 10vw, 3.25rem);
  }

  .dhg-section {
    padding: 72px 0;
  }

  .dhg-section-heading {
    margin-bottom: 38px;
  }

  .dhg-decision {
    grid-template-columns: 1fr;
  }

  .dhg-decision__tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 16px;
  }

  .dhg-decision__tabs button {
    align-items: flex-start;
    padding: 14px;
  }

  .dhg-decision__panels article {
    padding: 34px 27px;
  }

  .dhg-decision__outcome {
    display: block;
  }

  .dhg-decision__outcome span {
    display: block;
    margin-bottom: 7px;
  }

  .dhg-workflow {
    grid-template-columns: 1fr;
  }

  .dhg-screenshot-slot {
    min-height: 360px;
  }

  .dhg-screenshot-slot__body {
    grid-template-columns: 92px 1fr;
    min-height: 315px;
  }

  .dhg-screenshot-slot__rail {
    background-size: 58px 9px, 58px 180px, auto;
    background-position: 16px 30px, 16px 69px, 0 0;
  }

  .dhg-screenshot-slot__table {
    gap: 8px;
    padding: 24px 16px;
  }

  .dhg-final-cta {
    padding: 68px 0;
  }

  .dhg-final-cta__inner {
    padding: 34px 26px;
    border-radius: 22px;
  }
}

@media (max-width: 575.98px) {
  .dhg-button-group {
    display: grid;
    grid-template-columns: 1fr;
  }

  .dhg-button-group .btn {
    width: 100%;
    min-width: 0;
  }

  .dhg-hero-chips {
    gap: 7px;
  }

  .dhg-hero-chips li {
    font-size: 0.72rem;
  }

  .dhg-decision__tabs {
    grid-template-columns: 1fr;
  }

  .dhg-opportunity-card,
  .dhg-feature-card,
  .dhg-use-case,
  .dhg-related-card {
    padding: 24px;
  }

  .dhg-screenshot-slot__label {
    padding: 22px 18px;
  }

  .dhg-screenshot-slot__label small {
    font-size: 0.72rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dhg-feature-card,
  .dhg-related-card,
  .dhg-text-link {
    transition: none;
  }
}
