.dhg-support-page {
  background: #fff;
}

.dhg-info-hero {
  position: relative;
  overflow: hidden;
  padding: 158px 0 104px;
  background:
    radial-gradient(circle at 78% 20%, rgba(22, 143, 243, 0.24), transparent 31%),
    radial-gradient(circle at 18% 92%, rgba(117, 77, 211, 0.35), transparent 36%),
    linear-gradient(135deg, #171338 0%, #2f2063 52%, #211747 100%);
  color: #fff;
}

.dhg-info-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 92%);
  content: "";
  pointer-events: none;
}

.dhg-info-hero__glow {
  position: absolute;
  top: 12%;
  right: -5%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(184, 220, 49, 0.075);
  filter: blur(65px);
}

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

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

.dhg-info-hero__lead {
  max-width: 700px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.07rem, 1.5vw, 1.25rem);
  line-height: 1.68;
}

.dhg-hero-footnote {
  max-width: 670px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.8rem;
  line-height: 1.55;
}

.dhg-hero-search {
  max-width: 510px;
  margin-left: auto;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 30px 80px rgba(9, 7, 34, 0.32);
  backdrop-filter: blur(16px);
}

.dhg-hero-search__label {
  display: inline-flex;
  margin-bottom: 25px;
  padding: 7px 11px;
  border: 1px solid rgba(184, 220, 49, 0.28);
  border-radius: 999px;
  background: rgba(184, 220, 49, 0.09);
  color: #d8f26f;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dhg-hero-search label {
  display: block;
  margin-bottom: 13px;
  color: #fff;
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.35;
}

.dhg-search-field {
  position: relative;
}

.dhg-search-field > span {
  position: absolute;
  top: 50%;
  left: 19px;
  z-index: 1;
  width: 15px;
  height: 15px;
  border: 2px solid #576079;
  border-radius: 50%;
  transform: translateY(-57%);
  pointer-events: none;
}

.dhg-search-field > span::after {
  position: absolute;
  right: -6px;
  bottom: -4px;
  width: 7px;
  height: 2px;
  border-radius: 2px;
  background: #576079;
  content: "";
  transform: rotate(45deg);
}

.dhg-search-field input {
  width: 100%;
  height: 58px;
  padding: 0 18px 0 51px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 13px;
  outline: none;
  background: rgba(255, 255, 255, 0.96);
  color: var(--dhg-ink);
  font: inherit;
  font-size: 0.96rem;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.dhg-search-field input:focus {
  border-color: var(--dhg-blue);
  box-shadow: 0 0 0 4px rgba(22, 143, 243, 0.17);
}

.dhg-hero-search > p {
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  line-height: 1.5;
}

.dhg-library-intro {
  max-width: 70ch;
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.72;
}

.dhg-results-status {
  margin: 0 0 6px;
  color: #6b7287;
  font-size: 0.86rem;
  font-weight: 750;
  text-align: right;
}

.dhg-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 35px;
}

.dhg-filter-chip {
  padding: 10px 16px;
  border: 1px solid #dce1eb;
  border-radius: 999px;
  background: #fff;
  color: #5b6275;
  font-family: inherit;
  font-size: 0.79rem;
  font-weight: 800;
  line-height: 1.25;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.dhg-filter-chip:hover {
  border-color: rgba(22, 143, 243, 0.55);
  color: #1479d1;
  transform: translateY(-1px);
}

.dhg-filter-chip.is-active {
  border-color: var(--dhg-royal);
  background: var(--dhg-royal);
  color: #fff;
}

.dhg-faq-collection {
  max-width: 1050px;
}

.dhg-faq-card {
  margin-bottom: 14px;
  overflow: hidden;
  border: 1px solid var(--dhg-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(29, 34, 58, 0.035);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.dhg-faq-card[open] {
  border-color: rgba(22, 143, 243, 0.32);
  box-shadow: 0 16px 40px rgba(29, 34, 58, 0.075);
}

.dhg-faq-card summary {
  position: relative;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 88px;
  padding: 21px 72px 21px 24px;
  cursor: pointer;
  list-style: none;
}

.dhg-faq-card summary::-webkit-details-marker,
.dhg-release-year summary::-webkit-details-marker {
  display: none;
}

.dhg-faq-card summary::after {
  position: absolute;
  top: 50%;
  right: 23px;
  display: grid;
  width: 33px;
  height: 33px;
  place-items: center;
  border-radius: 50%;
  background: #eef6ff;
  color: #147bd4;
  content: "+";
  font-size: 1.22rem;
  font-weight: 500;
  transform: translateY(-50%);
}

.dhg-faq-card[open] summary::after {
  content: "\2212";
}

.dhg-faq-card__topic {
  color: #147bd4;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-transform: uppercase;
}

.dhg-faq-card__question {
  color: var(--dhg-ink);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.48;
}

.dhg-faq-card__answer {
  padding: 0 70px 26px 192px;
}

.dhg-faq-card__answer p {
  max-width: 74ch;
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.76;
}

.dhg-empty-state {
  max-width: 620px;
  padding: 48px 35px;
  border: 1px dashed #cad2df;
  border-radius: 20px;
  background: #f9fafc;
  text-align: center;
}

.dhg-empty-state > span {
  display: grid;
  width: 48px;
  height: 48px;
  margin: 0 auto 18px;
  place-items: center;
  border-radius: 15px;
  background: #eaf4ff;
  color: #147bd4;
  font-size: 1.2rem;
  font-weight: 900;
}

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

.dhg-empty-state p {
  margin-bottom: 22px;
  line-height: 1.65;
}

.dhg-route-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 30px;
  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-route-card:hover {
  color: inherit;
  box-shadow: 0 18px 46px rgba(25, 30, 52, 0.1);
  transform: translateY(-4px);
}

.dhg-route-card > span {
  margin-bottom: 16px;
  color: #147bd4;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.dhg-route-card strong {
  margin-bottom: 12px;
  color: var(--dhg-ink);
  font-size: 1.25rem;
  line-height: 1.35;
}

.dhg-route-card p {
  flex: 1 1 auto;
  margin-bottom: 21px;
  font-size: 0.92rem;
  line-height: 1.65;
}

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

/* Affiliate programme */
.dhg-affiliate-map {
  position: relative;
  max-width: 660px;
  min-height: 430px;
  margin: 0 0 0 auto;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  background:
    radial-gradient(circle at 82% 10%, rgba(22, 143, 243, 0.25), transparent 31%),
    rgba(255, 255, 255, 0.075);
  box-shadow: 0 32px 90px rgba(8, 7, 31, 0.38);
  backdrop-filter: blur(14px);
}

.dhg-affiliate-map__channels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
}

.dhg-affiliate-map__channels span {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
  padding: 13px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.83);
  font-size: 0.72rem;
  font-weight: 750;
  line-height: 1.3;
}

.dhg-affiliate-map__channels i {
  color: var(--dhg-lime);
  font-size: 0.61rem;
  font-style: normal;
  letter-spacing: 0.08em;
}

.dhg-affiliate-map__path {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 105px;
  margin: 0 7%;
}

.dhg-affiliate-map__path::after {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(184, 220, 49, 0.15), rgba(184, 220, 49, 0.8), rgba(22, 143, 243, 0.35));
  content: "";
}

.dhg-affiliate-map__path span {
  position: relative;
}

.dhg-affiliate-map__path span::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 90px;
  background: linear-gradient(rgba(255, 255, 255, 0.18), rgba(184, 220, 49, 0.65));
  content: "";
}

.dhg-affiliate-map__path span::after {
  position: absolute;
  bottom: 11px;
  left: calc(50% - 5px);
  z-index: 1;
  width: 10px;
  height: 10px;
  border: 2px solid #d6f05b;
  border-radius: 50%;
  background: #2e225c;
  content: "";
}

.dhg-affiliate-map__stages {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 22px minmax(0, 1fr) 22px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

.dhg-affiliate-map__stages > div {
  min-height: 105px;
  padding: 20px 17px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.09);
}

.dhg-affiliate-map__stages > div.is-highlighted {
  border-color: rgba(184, 220, 49, 0.45);
  background: linear-gradient(145deg, rgba(184, 220, 49, 0.18), rgba(22, 143, 243, 0.12));
}

.dhg-affiliate-map__stages small,
.dhg-affiliate-map__stages strong {
  display: block;
}

.dhg-affiliate-map__stages small {
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dhg-affiliate-map__stages strong {
  color: #fff;
  font-size: 0.92rem;
  line-height: 1.35;
}

.dhg-affiliate-map__stages > b {
  color: rgba(184, 220, 49, 0.76);
  font-size: 1.1rem;
  text-align: center;
}

.dhg-program-strip {
  position: relative;
  z-index: 3;
  margin-top: 0;
  padding-top: 32px;
}

.dhg-program-strip .row > div > div {
  height: 100%;
  min-height: 112px;
  padding: 23px 22px;
  border: 1px solid #e0e4ed;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(24, 27, 49, 0.1);
}

.dhg-program-strip strong,
.dhg-program-strip span {
  display: block;
}

.dhg-program-strip strong {
  margin-bottom: 7px;
  color: var(--dhg-ink);
  font-size: 1.22rem;
  line-height: 1.25;
}

.dhg-program-strip span {
  color: #747b8e;
  font-size: 0.78rem;
  line-height: 1.45;
}

.dhg-audience-grid article {
  height: 100%;
  padding: 25px;
  border: 1px solid var(--dhg-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(25, 30, 52, 0.04);
}

.dhg-audience-grid article > span {
  display: inline-block;
  margin-bottom: 18px;
  padding: 6px 9px;
  border-radius: 7px;
  background: #edf6ff;
  color: #147bd4;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.dhg-audience-grid h3 {
  margin-bottom: 10px;
  color: var(--dhg-ink);
  font-size: 1.08rem;
  line-height: 1.35;
}

.dhg-audience-grid p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.62;
}

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

.dhg-affiliate-steps li {
  position: relative;
  padding: 29px 25px;
  border: 1px solid var(--dhg-line);
  border-radius: 20px;
  background: #fff;
}

.dhg-affiliate-steps li:not(:last-child)::after {
  position: absolute;
  top: 48px;
  right: -17px;
  z-index: 2;
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, #a3c8e9, var(--dhg-lime));
  content: "";
}

.dhg-affiliate-steps li > span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 21px;
  place-items: center;
  border-radius: 13px;
  background: #edf6ff;
  color: #147bd4;
  font-size: 0.73rem;
  font-weight: 900;
}

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

.dhg-affiliate-steps p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.62;
}

.dhg-commission-calculator {
  max-width: 610px;
  margin-top: 31px;
  padding: 29px;
  border: 1px solid var(--dhg-line);
  border-radius: 21px;
  background: #f8faff;
}

.dhg-commission-calculator > label {
  display: block;
  margin-bottom: 11px;
  color: var(--dhg-ink);
  font-size: 0.81rem;
  font-weight: 800;
}

.dhg-money-input {
  position: relative;
}

.dhg-money-input > span {
  position: absolute;
  top: 50%;
  left: 18px;
  color: #6a7185;
  font-weight: 800;
  transform: translateY(-50%);
}

.dhg-money-input input {
  width: 100%;
  height: 58px;
  padding: 0 18px 0 39px;
  border: 1px solid #d8dee9;
  border-radius: 12px;
  outline: none;
  background: #fff;
  color: var(--dhg-ink);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
}

.dhg-money-input input:focus {
  border-color: var(--dhg-blue);
  box-shadow: 0 0 0 4px rgba(22, 143, 243, 0.13);
}

.dhg-commission-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 16px;
  padding: 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, #21194a, #392574);
  color: #fff;
}

.dhg-commission-result span {
  max-width: 240px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
  line-height: 1.45;
}

.dhg-commission-result strong {
  color: #d8f26f;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  white-space: nowrap;
}

.dhg-commission-calculator > p {
  margin: 14px 0 0;
  color: #747b8e;
  font-size: 0.73rem;
  line-height: 1.55;
}

.dhg-program-note {
  padding: 34px;
  border: 1px solid #dfe4ed;
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(26, 32, 56, 0.09);
}

.dhg-program-note > span {
  display: block;
  margin-bottom: 9px;
  color: #147bd4;
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.dhg-program-note h3 {
  margin-bottom: 24px;
  color: var(--dhg-ink);
  font-size: 1.55rem;
}

.dhg-program-note dl {
  margin: 0 0 21px;
}

.dhg-program-note dl > div {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 18px;
  padding: 12px 0;
  border-top: 1px solid #edf0f4;
}

.dhg-program-note dt,
.dhg-program-note dd {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.45;
}

.dhg-program-note dt {
  color: #737a8d;
  font-weight: 600;
}

.dhg-program-note dd {
  color: var(--dhg-ink);
  font-weight: 800;
  text-align: right;
}

.dhg-program-note > p {
  margin: 0;
  padding: 15px 17px;
  border-radius: 12px;
  background: #f5f7fb;
  color: #697084;
  font-size: 0.73rem;
  line-height: 1.55;
}

.dhg-affiliate-resources h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(2rem, 3.6vw, 3.35rem);
  letter-spacing: -0.035em;
}

.dhg-affiliate-resources .col-lg-5 > p:not(.dhg-eyebrow) {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.72;
}

.dhg-check-list {
  margin: 25px 0 29px;
  padding: 0;
  list-style: none;
}

.dhg-check-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 27px;
  font-size: 0.9rem;
  line-height: 1.55;
}

.dhg-check-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: rgba(184, 220, 49, 0.18);
  color: var(--dhg-lime);
  content: "\2713";
  font-size: 0.68rem;
  font-weight: 900;
}

.dhg-check-list--light li {
  color: rgba(255, 255, 255, 0.8);
}

.dhg-dashboard-placeholder {
  overflow: hidden;
  margin: 0 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 23px;
  background: #f5f7fb;
  box-shadow: 0 32px 90px rgba(6, 5, 27, 0.35);
}

.dhg-dashboard-placeholder__bar {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 48px;
  padding: 0 18px;
  border-bottom: 1px solid #dde3ed;
  background: #fff;
}

.dhg-dashboard-placeholder__bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cad1de;
}

.dhg-dashboard-placeholder__bar span {
  margin-left: 9px;
  color: #82899b;
  font-size: 0.69rem;
  font-weight: 700;
}

.dhg-dashboard-placeholder__body {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  min-height: 410px;
}

.dhg-dashboard-placeholder__rail {
  padding: 27px 18px;
  border-right: 1px solid #e1e6ee;
  background: #fff;
}

.dhg-dashboard-placeholder__rail span {
  display: block;
  height: 9px;
  margin-bottom: 22px;
  border-radius: 5px;
  background: #dce4ee;
}

.dhg-dashboard-placeholder__rail span:first-child {
  background: #69b7f5;
}

.dhg-dashboard-placeholder__content {
  position: relative;
  padding: 34px;
}

.dhg-dashboard-placeholder__link {
  padding: 17px;
  border: 1px solid #dce3ed;
  border-radius: 12px;
  background: #fff;
}

.dhg-dashboard-placeholder__link small,
.dhg-dashboard-placeholder__link strong {
  display: block;
}

.dhg-dashboard-placeholder__link small {
  margin-bottom: 7px;
  color: #858c9d;
  font-size: 0.66rem;
}

.dhg-dashboard-placeholder__link strong {
  overflow: hidden;
  color: #4f5870;
  font-size: 0.78rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dhg-dashboard-placeholder__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 17px;
}

.dhg-dashboard-placeholder__stats span {
  height: 70px;
  border: 1px solid #e0e5ed;
  border-radius: 11px;
  background:
    linear-gradient(#b5c4d7, #b5c4d7) 14px 17px / 42% 7px no-repeat,
    linear-gradient(#e0e6ee, #e0e6ee) 14px 38px / 68% 7px no-repeat,
    #fff;
}

.dhg-dashboard-placeholder__label {
  position: absolute;
  top: 59%;
  left: 50%;
  width: min(82%, 390px);
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 16px;
  background: rgba(31, 25, 76, 0.95);
  box-shadow: 0 18px 50px rgba(18, 15, 51, 0.24);
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}

.dhg-dashboard-placeholder__label b,
.dhg-dashboard-placeholder__label strong,
.dhg-dashboard-placeholder__label small {
  display: block;
}

.dhg-dashboard-placeholder__label b {
  margin-bottom: 7px;
  color: var(--dhg-lime);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dhg-dashboard-placeholder__label strong {
  margin-bottom: 7px;
  font-size: 1.08rem;
}

.dhg-dashboard-placeholder__label small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  line-height: 1.45;
}

.dhg-ethical-note {
  margin-top: 28px;
  padding: 23px;
  border-left: 4px solid var(--dhg-lime);
  border-radius: 0 14px 14px 0;
  background: #f5f8ec;
}

.dhg-ethical-note strong,
.dhg-ethical-note span {
  display: block;
}

.dhg-ethical-note strong {
  margin-bottom: 9px;
  color: var(--dhg-ink);
  font-size: 0.94rem;
}

.dhg-ethical-note span {
  font-size: 0.82rem;
  line-height: 1.6;
}

.dhg-affiliate-faq {
  margin-top: -10px;
}

/* Update notes */
.dhg-latest-release {
  max-width: 520px;
  margin-left: auto;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 30px 80px rgba(9, 7, 34, 0.32);
  backdrop-filter: blur(16px);
}

.dhg-latest-release__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 25px;
}

.dhg-latest-release__top > span {
  padding: 7px 11px;
  border: 1px solid rgba(184, 220, 49, 0.3);
  border-radius: 999px;
  background: rgba(184, 220, 49, 0.1);
  color: #d8f26f;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dhg-latest-release__top time {
  color: rgba(255, 255, 255, 0.57);
  font-size: 0.75rem;
  font-weight: 700;
}

.dhg-latest-release > small {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.72rem;
  letter-spacing: 0.05em;
}

.dhg-latest-release h2 {
  margin-bottom: 23px;
  color: #fff;
  font-size: clamp(2.25rem, 5vw, 3.7rem);
  letter-spacing: -0.045em;
}

.dhg-latest-release ul {
  margin: 0 0 23px;
  padding: 0;
  list-style: none;
}

.dhg-latest-release li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.83rem;
  line-height: 1.55;
}

.dhg-latest-release > a {
  color: #fff;
  font-size: 0.79rem;
  font-weight: 800;
  text-decoration: none;
}

.dhg-latest-release > a:hover {
  color: var(--dhg-lime);
}

.dhg-release-highlights article {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--dhg-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 13px 38px rgba(25, 30, 52, 0.05);
}

.dhg-release-highlights article > span {
  margin-bottom: 20px;
  color: #147bd4;
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

.dhg-release-highlights p {
  flex: 1 1 auto;
  margin-bottom: 20px;
  font-size: 0.91rem;
  line-height: 1.68;
}

.dhg-release-highlights a {
  color: #147bd4;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.dhg-release-archive {
  scroll-margin-top: 88px;
}

.dhg-release-controls {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(180px, 0.7fr);
  gap: 15px;
  max-width: 860px;
  margin-bottom: 16px;
}

.dhg-release-controls label {
  display: block;
  margin-bottom: 8px;
  color: var(--dhg-ink);
  font-size: 0.75rem;
  font-weight: 800;
}

.dhg-search-field--light input,
.dhg-release-controls select {
  height: 54px;
  border: 1px solid #d8dee8;
  background: #fff;
}

.dhg-release-controls select {
  width: 100%;
  padding: 0 42px 0 15px;
  border-radius: 12px;
  outline: none;
  color: var(--dhg-ink);
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 650;
}

.dhg-release-controls select:focus {
  border-color: var(--dhg-blue);
  box-shadow: 0 0 0 4px rgba(22, 143, 243, 0.13);
}

.dhg-release-filters {
  margin-bottom: 31px;
}

.dhg-release-year {
  margin-bottom: 14px;
  border: 1px solid #dfe4ec;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(25, 30, 52, 0.035);
}

.dhg-release-year > summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 76px;
  padding: 18px 68px 18px 24px;
  cursor: pointer;
  list-style: none;
}

.dhg-release-year > summary::after {
  position: absolute;
  top: 50%;
  right: 24px;
  color: #147bd4;
  content: "+";
  font-size: 1.25rem;
  transform: translateY(-50%);
}

.dhg-release-year[open] > summary::after {
  content: "\2212";
}

.dhg-release-year > summary > span {
  color: var(--dhg-ink);
  font-size: 1.42rem;
  font-weight: 850;
}

.dhg-release-year > summary > small {
  color: #777e90;
  font-size: 0.76rem;
  font-weight: 700;
}

.dhg-release-list {
  padding: 0 24px 24px;
}

.dhg-release-card {
  display: grid;
  grid-template-columns: 178px minmax(0, 1fr);
  gap: 30px;
  min-width: 0;
  padding: 28px 4px;
  border-top: 1px solid #e8ebf1;
  scroll-margin-top: 105px;
}

.dhg-release-card:target {
  margin-right: -12px;
  margin-left: -12px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 12px;
  background: #f5faff;
}

.dhg-release-card__meta a,
.dhg-release-card__meta time {
  display: block;
}

.dhg-release-card__meta,
.dhg-release-card__changes,
.dhg-release-card__changes li,
.dhg-release-card__changes p {
  min-width: 0;
}

.dhg-release-card__meta a {
  margin-bottom: 8px;
  color: var(--dhg-ink);
  font-size: 1.08rem;
  font-weight: 850;
  letter-spacing: -0.02em;
  line-height: 1.35;
  text-decoration: none;
}

.dhg-release-card__meta a:hover {
  color: #147bd4;
}

.dhg-release-card__meta time {
  color: #82899a;
  font-size: 0.71rem;
  font-weight: 650;
  line-height: 1.45;
}

.dhg-release-card__changes {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dhg-release-card__changes li {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  margin-bottom: 11px;
}

.dhg-release-card__changes li:last-child {
  margin-bottom: 0;
}

.dhg-release-card__changes p {
  margin: 1px 0 0;
  color: #555d72;
  font-size: 0.89rem;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.dhg-change-tag {
  display: inline-flex;
  min-width: 68px;
  justify-content: center;
  padding: 5px 8px;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.dhg-change-tag--added {
  background: #e9f8ef;
  color: #18824b;
}

.dhg-change-tag--improved {
  background: #eaf4ff;
  color: #1474c6;
}

.dhg-change-tag--fixed {
  background: #fff1e7;
  color: #b85a18;
}

.dhg-change-tag--updated {
  background: #f0edff;
  color: #6650bb;
}

.dhg-change-tag--removed,
.dhg-change-tag--other {
  background: #eff1f5;
  color: #6d7485;
}

.dhg-archive-note {
  max-width: 920px;
  margin: 27px 0 0;
  padding: 17px 19px;
  border: 1px solid #e0e5ed;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.7);
  color: #6c7385;
  font-size: 0.76rem;
  line-height: 1.58;
}

.dhg-archive-note strong {
  color: var(--dhg-ink);
}

[data-dhg-faq][hidden],
[data-dhg-release][hidden],
[data-dhg-release-group][hidden] {
  display: none !important;
}

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

  .dhg-affiliate-map {
    padding: 27px;
  }

  .dhg-affiliate-map__channels span {
    display: block;
  }

  .dhg-affiliate-map__channels i {
    display: block;
    margin-bottom: 4px;
  }

  .dhg-affiliate-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dhg-affiliate-steps li::after {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .dhg-info-hero {
    padding: 128px 0 82px;
  }

  .dhg-hero-search,
  .dhg-latest-release,
  .dhg-affiliate-map {
    max-width: none;
    margin: 18px 0 0;
  }

  .dhg-affiliate-map {
    min-height: 0;
  }

  .dhg-program-strip {
    padding-top: 28px;
  }

  .dhg-results-status {
    text-align: left;
  }

  .dhg-dashboard-placeholder {
    margin: 12px 0 0;
  }
}

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

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

  .dhg-hero-search,
  .dhg-latest-release,
  .dhg-affiliate-map {
    padding: 26px;
    border-radius: 21px;
  }

  .dhg-program-strip {
    margin-top: 0;
    padding: 25px 0 0;
  }

  .dhg-program-strip .row > div > div {
    min-height: 100px;
  }

  .dhg-faq-card summary {
    display: block;
    min-height: 0;
    padding: 20px 62px 20px 21px;
  }

  .dhg-faq-card__topic {
    display: block;
    margin-bottom: 7px;
  }

  .dhg-faq-card__answer {
    padding: 0 24px 23px;
  }

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

  .dhg-affiliate-map__channels span {
    display: flex;
  }

  .dhg-affiliate-map__channels i {
    display: inline;
    margin: 0;
  }

  .dhg-affiliate-map__path {
    display: none;
  }

  .dhg-affiliate-map__stages {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .dhg-affiliate-map__stages > b {
    transform: rotate(90deg);
  }

  .dhg-affiliate-map__stages > div {
    min-height: 0;
  }

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

  .dhg-commission-result {
    align-items: flex-start;
    flex-direction: column;
  }

  .dhg-program-note {
    padding: 26px;
  }

  .dhg-dashboard-placeholder__body {
    grid-template-columns: 88px minmax(0, 1fr);
    min-height: 360px;
  }

  .dhg-dashboard-placeholder__content {
    padding: 23px 18px;
  }

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

  .dhg-dashboard-placeholder__stats span:not(:first-child) {
    display: none;
  }

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

  .dhg-release-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .dhg-release-card__meta {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 15px;
  }

  .dhg-release-card__meta a {
    margin: 0;
  }
}

@media (max-width: 575.98px) {
  .dhg-hero-search,
  .dhg-latest-release,
  .dhg-affiliate-map {
    padding: 22px;
  }

  .dhg-filter-bar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dhg-filter-chip {
    padding-right: 10px;
    padding-left: 10px;
  }

  .dhg-faq-card__question {
    font-size: 0.98rem;
  }

  .dhg-route-card,
  .dhg-audience-grid article,
  .dhg-affiliate-steps li,
  .dhg-release-highlights article {
    padding: 24px;
  }

  .dhg-program-note dl > div {
    display: block;
  }

  .dhg-program-note dd {
    margin-top: 4px;
    text-align: left;
  }

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

  .dhg-dashboard-placeholder__rail {
    display: none;
  }

  .dhg-release-year > summary {
    padding-left: 20px;
  }

  .dhg-release-list {
    padding-right: 18px;
    padding-left: 18px;
  }

  .dhg-release-card__changes li {
    display: block;
  }

  .dhg-release-card__changes p {
    margin-top: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dhg-filter-chip,
  .dhg-faq-card,
  .dhg-route-card {
    transition: none;
  }
}
