:root {
  --dhv-ink: #f7fbff;
  --dhv-muted: #96a5b2;
  --dhv-soft: #dce7ef;
  --dhv-line: rgba(150, 165, 178, 0.18);
  --dhv-line-strong: rgba(150, 165, 178, 0.34);
  --dhv-panel: rgba(15, 22, 30, 0.9);
  --dhv-panel-solid: #111923;
  --dhv-deep: #05080c;
  --dhv-deeper: #020305;
  --dhv-teal: #00b7c2;
  --dhv-teal-soft: rgba(0, 183, 194, 0.15);
  --dhv-steel: #3a4652;
  --dhv-steel-soft: rgba(58, 70, 82, 0.24);
  --dhv-paper: #f5f8fb;
  --dhv-paper-ink: #121820;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--dhv-deep);
  color: var(--dhv-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 1000;
  padding: 10px 12px;
  border: 1px solid var(--dhv-line-strong);
  background: var(--dhv-panel-solid);
  color: var(--dhv-ink);
}

.skip-link:focus {
  left: 12px;
}

.dhv-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 22px;
  min-height: 74px;
  padding: 12px 42px;
  border-bottom: 1px solid var(--dhv-line);
  background: rgba(5, 8, 12, 0.9);
  backdrop-filter: blur(18px);
}

.dhv-brand {
  display: inline-flex;
  align-items: center;
  width: 160px;
  min-width: 0;
  text-decoration: none;
}

.dhv-brand img,
.custom-logo {
  width: 150px;
  max-height: 48px;
  object-fit: contain;
}

.dhv-primary-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.dhv-primary-nav a,
.dhv-nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid transparent;
  color: var(--dhv-muted);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.dhv-primary-nav a:hover,
.dhv-primary-nav a[aria-current="page"],
.dhv-nav-link:hover {
  color: var(--dhv-ink);
  border-color: var(--dhv-line);
  background: rgba(255, 255, 255, 0.05);
}

.dhv-header-actions,
.dhv-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dhv-nav-button,
.dhv-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid var(--dhv-line-strong);
  border-radius: 7px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.dhv-nav-button,
.dhv-button--primary {
  border-color: rgba(0, 183, 194, 0.62);
  background: var(--dhv-teal);
  color: #031014;
}

.dhv-button--secondary {
  background: #ffffff;
  color: var(--dhv-paper-ink);
}

.dhv-button--ghost {
  background: rgba(255, 255, 255, 0.05);
  color: var(--dhv-ink);
}

.dhv-card-actions {
  flex-wrap: wrap;
}

.dhv-button--learn-more {
  border-color: rgba(211, 225, 233, 0.46);
  background: transparent;
  color: #dce7ed;
}

.dhv-plan-card .dhv-button--learn-more {
  border-color: #9eacb7;
  color: #26323d;
}

.dhv-nav-button:hover,
.dhv-button--primary:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: #071014;
}

.dhv-button--secondary:hover,
.dhv-button--ghost:hover {
  border-color: var(--dhv-teal);
  color: var(--dhv-teal);
}

.dhv-button--learn-more:hover,
.dhv-button--learn-more:focus-visible {
  border-color: var(--dhv-teal);
  background: rgba(0, 183, 194, 0.12);
  color: #ffffff;
}

.dhv-plan-card .dhv-button--learn-more:hover,
.dhv-plan-card .dhv-button--learn-more:focus-visible {
  color: #005f68;
}

.dhv-main {
  min-height: 70vh;
}

.dhv-launch-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 0.82fr);
  gap: 42px;
  align-items: center;
  min-height: 680px;
  padding: 98px 64px 56px;
  overflow: hidden;
  border-bottom: 1px solid var(--dhv-line);
  background:
    linear-gradient(90deg, rgba(5, 8, 12, 0.98) 0%, rgba(5, 8, 12, 0.92) 48%, rgba(16, 25, 35, 0.72) 100%),
    radial-gradient(circle at 82% 18%, rgba(0, 183, 194, 0.18), transparent 32%),
    linear-gradient(135deg, #05080c 0%, #111923 52%, #1c2530 100%);
}

.dhv-command-grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.48;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.044) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.044) 1px, transparent 1px),
    linear-gradient(135deg, transparent 0 44%, rgba(0, 183, 194, 0.16) 44% 44.5%, transparent 44.5% 100%);
  background-size: 54px 54px, 54px 54px, 520px 520px;
}

.dhv-launch-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 56%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--dhv-teal), var(--dhv-steel));
}

.dhv-hero-copy {
  position: relative;
  z-index: 3;
  min-width: 0;
  max-width: 760px;
}

.dhv-eyebrow,
.dhv-section-kicker {
  margin: 0 0 12px;
  color: var(--dhv-teal);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.dhv-hero-copy h1 {
  margin: 0;
  max-width: 720px;
  color: var(--dhv-ink);
  font-size: 74px;
  line-height: 0.96;
  letter-spacing: 0;
}

.dhv-lede {
  max-width: 650px;
  margin: 22px 0 28px;
  color: var(--dhv-soft);
  font-size: 20px;
}

.dhv-signal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.dhv-signal-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid var(--dhv-line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--dhv-soft);
  font-size: 13px;
  font-weight: 750;
}

.dhv-path-selector {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 14px;
}

.dhv-path-card {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--dhv-line-strong);
  border-radius: 8px;
  background: rgba(17, 25, 35, 0.9);
  box-shadow: 0 28px 82px rgba(0, 0, 0, 0.28);
}

.dhv-path-card--plus {
  border-color: rgba(0, 183, 194, 0.52);
  background:
    linear-gradient(145deg, rgba(0, 183, 194, 0.14), rgba(255, 255, 255, 0.045)),
    rgba(17, 25, 35, 0.92);
}

.dhv-path-card span,
.dhv-plan-card__header span,
.dhv-control-board span {
  display: block;
  color: var(--dhv-muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.dhv-path-card h2 {
  margin: 10px 0 10px;
  color: var(--dhv-ink);
  font-size: 34px;
  line-height: 1.02;
  letter-spacing: 0;
}

.dhv-path-card p {
  max-width: 470px;
  margin: 0 0 18px;
  color: var(--dhv-soft);
  font-size: 16px;
}

.dhv-card-price {
  display: block;
  width: fit-content;
  margin: 0 0 22px;
  padding: 8px 10px;
  border: 1px solid rgba(0, 183, 194, 0.42);
  border-radius: 7px;
  background: rgba(0, 183, 194, 0.12);
  color: var(--dhv-ink);
  font-size: 18px;
  line-height: 1;
}

.dhv-card-price--light {
  margin: 0 0 18px;
  background: #eef9fb;
  color: #101820;
}

.dhv-path-detail-section,
.dhv-access-section,
.dhv-main--page {
  padding: 70px 64px;
}

.dhv-path-detail-section {
  background: var(--dhv-paper);
  color: var(--dhv-paper-ink);
}

.dhv-split-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.72fr);
  align-items: end;
  gap: 28px;
  margin-bottom: 30px;
}

.dhv-split-heading h2,
.dhv-access-panel h2,
.dhv-page-header h1 {
  margin: 0;
  font-size: 45px;
  line-height: 1.02;
  letter-spacing: 0;
}

.dhv-split-heading p,
.dhv-access-panel p,
.dhv-page-content p {
  margin: 0;
  color: #55616c;
  font-size: 17px;
}

.dhv-plan-grid,
.dhv-post-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.dhv-plan-card {
  min-width: 0;
  padding: 26px;
  border: 1px solid #d7e0e7;
  border-radius: 8px;
  background: #ffffff;
}

.dhv-plan-card--featured {
  border-color: rgba(0, 126, 138, 0.32);
  background: linear-gradient(145deg, #ffffff, #edf8fb);
}

.dhv-plan-card__header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
  margin-bottom: 16px;
}

.dhv-plan-card h3,
.dhv-plan-card h2 {
  margin: 0;
  color: #101820;
  font-size: 31px;
  line-height: 1.05;
}

.dhv-plan-card p {
  margin: 0 0 20px;
  color: #55616c;
  font-size: 16px;
}

.dhv-plan-card ul {
  display: grid;
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.dhv-plan-card li {
  position: relative;
  padding-left: 22px;
  color: #26323d;
  font-size: 15px;
}

.dhv-plan-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background: var(--dhv-teal);
}

.dhv-access-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1fr);
  gap: 22px;
  background: #070b10;
}

.dhv-access-panel {
  padding: 34px;
  border: 1px solid var(--dhv-line);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(0, 183, 194, 0.055));
}

.dhv-access-panel p {
  margin: 16px 0 22px;
  color: #c1ccd5;
}

.dhv-control-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.dhv-control-board div {
  min-height: 150px;
  padding: 20px;
  border: 1px solid var(--dhv-line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    var(--dhv-panel-solid);
}

.dhv-control-board strong {
  display: block;
  margin-top: 44px;
  color: var(--dhv-ink);
  font-size: 18px;
  line-height: 1.22;
}

.dhv-page-content {
  max-width: 980px;
  margin: 0 auto;
  padding: 42px;
  border: 1px solid var(--dhv-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--dhv-paper-ink);
}

.dhv-content > *:first-child {
  margin-top: 0;
}

.dhv-content > *:last-child {
  margin-bottom: 0;
}

.dhv-site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 64px;
  border-top: 1px solid var(--dhv-line);
  background: #020305;
  color: #ffffff;
}

.dhv-site-footer p {
  margin: 4px 0 0;
  color: #94a2ad;
}

.dhv-site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.dhv-site-footer a {
  color: #cfd8e0;
  text-decoration: none;
}

.dhv-site-footer a:hover {
  color: var(--dhv-teal);
}

body.page-id-8846 {
  background: #02070b;
}

body.page-id-8846 .dhv-main--page {
  overflow-x: clip;
  padding: clamp(22px, 4vw, 54px) clamp(14px, 3vw, 44px);
}

body.page-id-8846 .dhv-page-content {
  width: min(100%, 1520px);
  max-width: 1520px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #f7fbff;
}

body.page-id-8846 .dhv-page-header {
  display: none;
}

body.page-id-8846 .dhv-content {
  min-width: 0;
}

body.page-id-8846 .dhv-client-app-shell {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  border-radius: 8px !important;
}

body.page-id-8846 .dhv-client-command a {
  white-space: normal;
  text-align: center;
}

@media (max-width: 860px) {
  body.page-id-8846 .dhv-main--page {
    padding: 16px 12px 34px;
  }

  body.page-id-8846 .dhv-client-app-shell {
    padding: 12px !important;
  }

  body.page-id-8846 .dhv-client-app-rail {
    min-height: auto !important;
  }
}

.dhv-storefront {
  max-width: none;
  padding: 0;
}

.dhv-storefront .dhv-offer,
.dhv-panel {
  border-radius: 8px;
}

@media (max-width: 1120px) {
  .dhv-site-header {
    grid-template-columns: 150px 1fr auto;
    padding: 12px 28px;
  }

  .dhv-launch-hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    min-height: 720px;
    padding: 88px 32px 42px;
  }

  .dhv-hero-copy h1 {
    font-size: 58px;
  }

  .dhv-path-detail-section,
  .dhv-access-section,
  .dhv-main--page {
    padding: 58px 32px;
  }
}

@media (max-width: 860px) {
  .dhv-site-header {
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 10px 18px;
  }

  .dhv-primary-nav {
    display: none;
  }

  .dhv-brand,
  .dhv-brand img,
  .custom-logo {
    width: 132px;
  }

  .dhv-nav-link {
    display: none;
  }

  .dhv-launch-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 74px 18px 28px;
  }

  .dhv-hero-copy h1 {
    max-width: 520px;
    font-size: 46px;
    line-height: 1;
  }

  .dhv-lede {
    font-size: 18px;
  }

  .dhv-split-heading,
  .dhv-access-section {
    grid-template-columns: 1fr;
  }

  .dhv-split-heading h2,
  .dhv-access-panel h2,
  .dhv-page-header h1 {
    font-size: 36px;
  }

  .dhv-plan-grid,
  .dhv-control-board,
  .dhv-post-list {
    grid-template-columns: 1fr;
  }

  .dhv-path-detail-section,
  .dhv-access-section,
  .dhv-main--page {
    padding: 48px 18px;
  }

  .dhv-site-footer {
    flex-direction: column;
    padding: 28px 18px;
  }
}

@media (max-width: 520px) {
  .dhv-header-actions {
    gap: 6px;
  }

  .dhv-nav-button,
  .dhv-button {
    min-height: 40px;
    padding: 9px 11px;
    font-size: 13px;
  }

  .dhv-hero-copy h1 {
    font-size: 38px;
  }

  .dhv-signal-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .dhv-path-card,
  .dhv-plan-card,
  .dhv-access-panel,
  .dhv-page-content {
    padding: 22px;
  }
}

.dhv-start-main {
  background: var(--dhv-deep);
  color: var(--dhv-ink);
}

.dhv-start-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.36fr);
  gap: 28px;
  align-items: end;
  min-height: 390px;
  padding: 88px 64px 50px;
  overflow: hidden;
  border-bottom: 1px solid var(--dhv-line);
  background:
    linear-gradient(90deg, rgba(5, 8, 12, 0.98), rgba(12, 18, 25, 0.88)),
    linear-gradient(135deg, #05080c 0%, #111923 64%, #1d2834 100%);
}

.dhv-start-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--dhv-teal), var(--dhv-steel));
}

.dhv-start-copy {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.dhv-start-copy h1 {
  max-width: 850px;
  margin: 0;
  color: var(--dhv-ink);
  font-size: 60px;
  line-height: 0.98;
  letter-spacing: 0;
}

.dhv-start-copy p:not(.dhv-eyebrow) {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--dhv-soft);
  font-size: 19px;
}

.dhv-start-status {
  position: relative;
  z-index: 2;
  padding: 22px;
  border: 1px solid var(--dhv-line-strong);
  border-radius: 8px;
  background: rgba(17, 25, 35, 0.86);
}

.dhv-start-status span,
.dhv-start-choice span,
.dhv-start-next span {
  display: block;
  color: var(--dhv-teal);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.dhv-start-status strong {
  display: block;
  margin-top: 8px;
  color: var(--dhv-ink);
  font-size: 28px;
  line-height: 1.05;
}

.dhv-start-status em {
  display: block;
  width: fit-content;
  margin-top: 14px;
  padding: 8px 10px;
  border: 1px solid rgba(0, 183, 194, 0.42);
  border-radius: 7px;
  background: rgba(0, 183, 194, 0.12);
  color: var(--dhv-ink);
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.dhv-start-shell {
  display: grid;
  grid-template-columns: minmax(250px, 0.42fr) minmax(0, 1fr);
  gap: 18px;
  padding: 42px 64px 72px;
  background:
    linear-gradient(180deg, rgba(5, 8, 12, 0.96), rgba(7, 11, 16, 1)),
    var(--dhv-deep);
}

.dhv-start-choices {
  display: grid;
  gap: 12px;
  align-content: start;
}

.dhv-start-choice {
  display: block;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--dhv-line);
  border-radius: 8px;
  background: rgba(17, 25, 35, 0.82);
  color: var(--dhv-ink);
  text-decoration: none;
}

.dhv-start-choice:hover,
.dhv-start-choice.is-active {
  border-color: rgba(0, 183, 194, 0.68);
  background:
    linear-gradient(145deg, rgba(0, 183, 194, 0.16), rgba(255, 255, 255, 0.045)),
    rgba(17, 25, 35, 0.95);
}

.dhv-start-choice h2 {
  margin: 10px 0;
  color: var(--dhv-ink);
  font-size: 30px;
  line-height: 1.03;
}

.dhv-start-choice small {
  display: block;
  margin: -3px 0 14px;
  color: var(--dhv-muted);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.dhv-start-choice p {
  margin: 0;
  color: var(--dhv-soft);
  font-size: 15px;
}

.dhv-start-price {
  display: block;
  width: fit-content;
  margin: 0 0 14px;
  padding: 7px 9px;
  border: 1px solid rgba(0, 183, 194, 0.44);
  border-radius: 7px;
  background: rgba(0, 183, 194, 0.12);
  color: var(--dhv-ink);
  font-size: 17px;
  line-height: 1;
}

.dhv-start-panel {
  min-width: 0;
  padding: 34px;
  border: 1px solid var(--dhv-line-strong);
  border-radius: 8px;
  background: var(--dhv-paper);
  color: var(--dhv-paper-ink);
}

.dhv-start-panel-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, auto);
  gap: 20px;
  align-items: start;
}

.dhv-start-panel h2 {
  margin: 0;
  color: #101820;
  font-size: 43px;
  line-height: 1.02;
}

.dhv-start-price-card {
  min-width: 190px;
  padding: 18px;
  border: 1px solid rgba(0, 126, 138, 0.22);
  border-radius: 8px;
  background: #ffffff;
}

.dhv-start-price-card span {
  display: block;
  color: #55616c;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.dhv-start-price-card strong {
  display: block;
  margin-top: 8px;
  color: #101820;
  font-size: 26px;
  line-height: 1;
}

.dhv-start-subhead {
  margin: 30px 0 12px;
  color: #101820;
  font-size: 21px;
  line-height: 1.15;
}

.dhv-start-panel p:not(.dhv-eyebrow) {
  max-width: 780px;
  margin: 14px 0 0;
  color: #55616c;
  font-size: 17px;
}

.dhv-start-product-copy {
  max-width: 800px;
  margin-top: 16px;
  color: #55616c;
  font-size: 17px;
}

.dhv-start-product-copy p {
  margin: 0 0 14px;
}

.dhv-start-product-copy ul,
.dhv-start-product-copy ol {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding-left: 20px;
}

.dhv-start-product-copy li {
  color: #26323d;
}

.dhv-start-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.dhv-start-list li {
  position: relative;
  min-height: 46px;
  padding: 12px 12px 12px 32px;
  border: 1px solid #d7e0e7;
  border-radius: 8px;
  background: #ffffff;
  color: #26323d;
  font-weight: 750;
}

.dhv-start-list li::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 18px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--dhv-teal);
}

.dhv-start-next {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 28px;
}

.dhv-start-next div {
  min-width: 0;
  padding: 16px;
  border: 1px solid #d7e0e7;
  border-radius: 8px;
  background: #ffffff;
}

.dhv-start-next span {
  width: 28px;
  height: 28px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: var(--dhv-teal);
  color: #031014;
  line-height: 28px;
  text-align: center;
}

.dhv-start-next strong {
  display: block;
  color: #101820;
  font-size: 15px;
  line-height: 1.25;
}

.dhv-start-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 960px) {
  .dhv-start-hero,
  .dhv-start-shell {
    grid-template-columns: 1fr;
    padding-left: 32px;
    padding-right: 32px;
  }

  .dhv-start-copy h1 {
    font-size: 48px;
  }

  .dhv-start-panel-head,
  .dhv-start-list,
  .dhv-start-next {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .dhv-start-hero,
  .dhv-start-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .dhv-start-hero {
    min-height: 0;
    padding-top: 62px;
  }

  .dhv-start-copy h1 {
    font-size: 37px;
  }

  .dhv-start-copy p:not(.dhv-eyebrow),
  .dhv-start-panel p:not(.dhv-eyebrow) {
    font-size: 16px;
  }

  .dhv-start-panel,
  .dhv-start-choice,
  .dhv-start-status {
    padding: 22px;
  }

  .dhv-start-panel h2 {
    font-size: 34px;
  }

  .dhv-start-action-row {
    display: grid;
  }
}

.dhv-start-intake {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 1fr);
  gap: 22px;
  padding: 0 64px 78px;
  background: var(--dhv-deep);
}

.dhv-start-intake-copy,
.dhv-start-form {
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--dhv-line-strong);
  border-radius: 8px;
}

.dhv-start-intake-copy {
  background: rgba(17, 25, 35, 0.86);
}

.dhv-start-intake-copy h2 {
  margin: 0;
  color: var(--dhv-ink);
  font-size: 40px;
  line-height: 1.02;
}

.dhv-start-intake-copy p:not(.dhv-eyebrow),
.dhv-form-notice {
  margin: 16px 0 0;
  color: var(--dhv-soft);
  font-size: 17px;
}

.dhv-order-summary {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  padding: 20px;
  border: 1px solid var(--dhv-line-strong);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.dhv-order-summary span {
  color: var(--dhv-teal);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.dhv-order-summary strong {
  color: var(--dhv-ink);
  font-size: 24px;
  line-height: 1.08;
}

.dhv-order-summary em {
  width: fit-content;
  padding: 8px 10px;
  border: 1px solid rgba(0, 183, 194, 0.42);
  border-radius: 7px;
  background: rgba(0, 183, 194, 0.12);
  color: var(--dhv-ink);
  font-style: normal;
  font-weight: 900;
}

.dhv-order-summary p {
  margin: 0;
  color: var(--dhv-soft);
  font-size: 15px;
}

.dhv-form-notice {
  grid-column: 1 / -1;
  padding: 14px 16px;
  border: 1px solid rgba(0, 183, 194, 0.42);
  border-radius: 8px;
  background: rgba(0, 183, 194, 0.1);
}

.dhv-start-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  background: var(--dhv-paper);
  color: var(--dhv-paper-ink);
}

.dhv-checkout-form h3 {
  margin: 0 0 4px;
  color: #101820;
  font-size: 24px;
  line-height: 1.1;
}

.dhv-start-form label {
  display: grid;
  gap: 7px;
  color: #26323d;
  font-size: 14px;
  font-weight: 850;
}

.dhv-start-form input,
.dhv-start-form select,
.dhv-start-form textarea {
  width: 100%;
  border: 1px solid #c9d5df;
  border-radius: 7px;
  background: #ffffff;
  color: #101820;
  font: inherit;
  padding: 11px 12px;
}

.dhv-start-form select {
  appearance: none;
}

.dhv-start-form textarea {
  resize: vertical;
}

.dhv-start-form h3,
.dhv-form-full,
.dhv-checkout-confirmation p,
.dhv-checkout-confirmation .dhv-button,
.dhv-start-form .dhv-button {
  grid-column: 1 / -1;
}

.dhv-order-result-list {
  display: grid;
  gap: 8px;
  margin: 8px 0 0;
  padding: 0;
}

.dhv-order-result-list div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-top: 8px;
  border-top: 1px solid var(--dhv-line);
}

.dhv-order-result-list dt {
  color: var(--dhv-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.dhv-order-result-list dd {
  margin: 0;
  color: var(--dhv-ink);
  font-weight: 850;
  text-align: right;
}

.dhv-checkout-confirmation p {
  margin: 0;
  color: #55616c;
  font-size: 16px;
}

.dhv-start-form .dhv-button {
  width: fit-content;
  border: 0;
  cursor: pointer;
}

@media (max-width: 960px) {
  .dhv-start-intake {
    grid-template-columns: 1fr;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 520px) {
  .dhv-start-intake {
    padding-left: 18px;
    padding-right: 18px;
  }

  .dhv-start-intake-copy,
  .dhv-start-form {
    padding: 22px;
  }

  .dhv-start-form {
    grid-template-columns: 1fr;
  }

  .dhv-start-intake-copy h2 {
    font-size: 34px;
  }
}

.dhv-start-choice {
  width: 100%;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.dhv-start-choice:focus-visible,
.dhv-domain-mode button:focus-visible,
.dhv-domain-suggestions button:focus-visible {
  outline: 2px solid var(--dhv-teal);
  outline-offset: 3px;
}

.dhv-domain-mode {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 6px;
  border: 1px solid #c9d5df;
  border-radius: 8px;
  background: #ffffff;
}

.dhv-domain-mode button,
.dhv-domain-suggestions button {
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 7px;
  background: #edf3f7;
  color: #26323d;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
}

.dhv-domain-mode button.is-active {
  border-color: rgba(0, 183, 194, 0.5);
  background: var(--dhv-teal);
  color: #031014;
}

.dhv-domain-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
}

.dhv-domain-search label {
  min-width: 0;
}

.dhv-domain-search .dhv-button {
  min-height: 46px;
  margin-bottom: 0;
}

.dhv-domain-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: -4px;
}

.dhv-domain-suggestions button {
  min-height: 34px;
  padding: 6px 10px;
}

.dhv-domain-result {
  display: grid;
  gap: 6px;
  min-height: 76px;
  padding: 16px;
  border: 1px solid #c9d5df;
  border-radius: 8px;
  background: #ffffff;
  color: #26323d;
}

.dhv-domain-result strong {
  color: #101820;
  font-size: 18px;
  line-height: 1.15;
}

.dhv-domain-result span {
  color: #55616c;
  font-size: 14px;
}

.dhv-domain-result.is-good {
  border-color: rgba(0, 183, 194, 0.46);
  background: #eefbfd;
}

.dhv-domain-result.is-bad {
  border-color: rgba(190, 43, 43, 0.36);
  background: #fff2f2;
}

.dhv-domain-result.is-loading {
  border-color: rgba(0, 183, 194, 0.34);
  background: linear-gradient(90deg, #ffffff, #eefbfd, #ffffff);
  background-size: 220% 100%;
  animation: dhv-loading-sweep 1.2s ease-in-out infinite;
}

.dhv-transfer-code.is-hidden,
.is-hidden {
  display: none !important;
}

@keyframes dhv-loading-sweep {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

@media (max-width: 720px) {
  .dhv-domain-mode,
  .dhv-domain-search {
    grid-template-columns: 1fr;
  }
}

body.dhv-clean-front {
  letter-spacing: 0;
}

.dhv-blog-hero,
.dhv-latest-insights,
.dhv-related-posts,
.dhv-newsletter-cta,
.dhv-article-nav {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.dhv-blog-main,
.dhv-article-main {
  padding: 64px 0;
  background: var(--dhv-deep);
}

.dhv-blog-hero,
.dhv-newsletter-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
  gap: 24px;
  align-items: end;
  padding: 34px;
  border: 1px solid var(--dhv-line);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(0, 183, 194, 0.06));
}

.dhv-blog-hero h1,
.dhv-article-hero h1,
.dhv-latest-insights h2,
.dhv-related-posts h2,
.dhv-newsletter-cta h2 {
  margin: 0;
  color: var(--dhv-ink);
  font-size: 48px;
  line-height: 1.02;
  letter-spacing: 0;
}

.dhv-blog-hero p,
.dhv-newsletter-cta p {
  margin: 14px 0 0;
  color: var(--dhv-soft);
  font-size: 17px;
}

.dhv-blog-search {
  display: grid;
  gap: 8px;
}

.dhv-blog-search label {
  color: var(--dhv-teal);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.dhv-blog-search div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.dhv-blog-search input,
.dhv-ms-signup input {
  width: 100%;
  border: 1px solid var(--dhv-line-strong);
  border-radius: 7px;
  background: #ffffff;
  color: #101820;
  font: inherit;
  padding: 11px 12px;
}

.dhv-blog-search button,
.dhv-ms-signup button {
  min-height: 44px;
  border: 0;
  border-radius: 7px;
  background: var(--dhv-teal);
  color: #031014;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  padding: 10px 15px;
}

.dhv-blog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: min(1180px, calc(100% - 36px));
  margin: 18px auto 0;
}

.dhv-blog-filters a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border: 1px solid var(--dhv-line);
  border-radius: 7px;
  color: var(--dhv-soft);
  padding: 7px 10px;
  text-decoration: none;
}

.dhv-blog-filters a[aria-current="page"],
.dhv-blog-filters a:hover {
  border-color: rgba(0, 183, 194, 0.58);
  background: rgba(0, 183, 194, 0.12);
  color: var(--dhv-ink);
}

.dhv-blog-featured,
.dhv-blog-grid,
.dhv-blog-empty,
.dhv-blog-pagination {
  width: min(1180px, calc(100% - 36px));
  margin: 24px auto 0;
}

.dhv-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.dhv-blog-featured .dhv-post-card--featured {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
}

.dhv-post-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d7e0e7;
  border-radius: 8px;
  background: #ffffff;
  color: #101820;
}

.dhv-post-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #101820;
  color: var(--dhv-teal);
  text-decoration: none;
}

.dhv-post-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dhv-post-card__media span {
  display: grid;
  min-height: 100%;
  place-items: center;
  padding: 18px;
  font-weight: 900;
}

.dhv-post-card__body {
  padding: 22px;
}

.dhv-post-meta,
.dhv-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: #65727d;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.dhv-post-meta a,
.dhv-article-meta a {
  color: #006e79;
  text-decoration: none;
}

.dhv-post-card h3 {
  margin: 12px 0 10px;
  color: #101820;
  font-size: 24px;
  line-height: 1.08;
}

.dhv-post-card h3 a {
  text-decoration: none;
}

.dhv-post-card p {
  margin: 0;
  color: #55616c;
}

.dhv-blog-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dhv-blog-pagination a,
.dhv-blog-pagination span {
  border: 1px solid var(--dhv-line);
  border-radius: 7px;
  color: var(--dhv-ink);
  padding: 8px 11px;
  text-decoration: none;
}

.dhv-blog-empty {
  padding: 34px;
  border: 1px solid var(--dhv-line);
  border-radius: 8px;
  background: var(--dhv-panel-solid);
}

.dhv-article-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: 28px;
  align-items: end;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.dhv-article-image {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--dhv-line);
  border-radius: 8px;
}

.dhv-article-image img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.dhv-article-shell {
  width: min(820px, calc(100% - 36px));
  margin: 34px auto 0;
}

.dhv-article-body {
  padding: 42px;
  border: 1px solid var(--dhv-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--dhv-paper-ink);
}

.dhv-article-body :is(p, li) {
  color: #26323d;
  font-size: 18px;
  line-height: 1.72;
}

.dhv-article-body :is(h2, h3, h4) {
  color: #101820;
  line-height: 1.12;
}

.dhv-newsletter-cta,
.dhv-article-nav,
.dhv-related-posts,
.dhv-latest-insights {
  margin-top: 34px;
}

.dhv-newsletter-cta__form .dhv-ms-signup {
  display: grid;
  gap: 10px;
}

.dhv-newsletter-cta__form .dhv-ms-signup label {
  display: grid;
  gap: 6px;
  color: var(--dhv-soft);
  font-weight: 800;
}

.dhv-article-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.dhv-article-nav a {
  display: block;
  min-height: 92px;
  padding: 18px;
  border: 1px solid var(--dhv-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--dhv-ink);
  text-decoration: none;
}

.dhv-article-nav span {
  display: block;
  color: var(--dhv-teal);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.dhv-article-nav strong {
  display: block;
  margin-top: 8px;
  line-height: 1.2;
}

.dhv-latest-insights {
  padding: 70px 64px;
}

.dhv-split-heading--single {
  grid-template-columns: 1fr;
}

.dhv-latest-insights__actions {
  width: min(1180px, calc(100% - 36px));
  margin: 28px auto 0;
}

.dhv-latest-insights__actions .dhv-button {
  width: fit-content;
}

@media (max-width: 860px) {
  .dhv-blog-hero,
  .dhv-newsletter-cta,
  .dhv-blog-featured .dhv-post-card--featured,
  .dhv-article-hero,
  .dhv-article-nav {
    grid-template-columns: 1fr;
  }

  .dhv-blog-grid {
    grid-template-columns: 1fr;
  }

  .dhv-blog-hero h1,
  .dhv-article-hero h1,
  .dhv-latest-insights h2,
  .dhv-related-posts h2,
  .dhv-newsletter-cta h2 {
    font-size: 36px;
  }

  .dhv-blog-search div {
    grid-template-columns: 1fr;
  }

  .dhv-article-body,
  .dhv-blog-hero,
  .dhv-newsletter-cta {
    padding: 24px;
  }

  .dhv-latest-insights {
    padding: 48px 18px;
  }

  .dhv-site-header .dhv-primary-nav {
    display: flex;
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .dhv-site-header .dhv-primary-nav a {
    flex: 0 0 auto;
  }
}

/* DHV CookieAdmin UI */
.cookieadmin_law_container {
  z-index: 99999 !important;
  right: auto !important;
  bottom: 18px !important;
  left: 18px !important;
  max-width: min(430px, calc(100vw - 36px)) !important;
  font-family: inherit !important;
}

.cookieadmin_consent_inside {
  overflow: hidden;
  border: 1px solid rgba(36, 220, 232, 0.34) !important;
  border-radius: 8px !important;
  background: #071014 !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.48) !important;
  color: #f7fbff !important;
  padding: 20px !important;
}

#cookieadmin_notice_title {
  margin: 0 0 8px !important;
  color: #ffffff !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.1 !important;
}

#cookieadmin_notice {
  margin: 0 !important;
  color: #c2d7df !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.cookieadmin_consent_btns {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  margin-top: 16px !important;
}

.cookieadmin_btn {
  min-height: 42px !important;
  width: 100% !important;
  border: 1px solid rgba(36, 220, 232, 0.28) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  cursor: pointer !important;
  font: inherit !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  padding: 10px 14px !important;
  text-align: center !important;
}

.cookieadmin_accept_btn {
  border-color: #24dce8 !important;
  background: #24dce8 !important;
  color: #031014 !important;
}

.cookieadmin_customize_btn,
.cookieadmin_reject_btn {
  background: #12242c !important;
  color: #f7fbff !important;
}

.cookieadmin_cookie_modal {
  flex-direction: column !important;
  z-index: 100000 !important;
  width: min(820px, calc(100vw - 36px)) !important;
  max-height: min(820px, calc(100vh - 48px)) !important;
  overflow: hidden !important;
  border: 1px solid rgba(36, 220, 232, 0.34) !important;
  border-radius: 8px !important;
  background: #071014 !important;
  box-shadow: 0 28px 92px rgba(0, 0, 0, 0.58) !important;
  color: #f7fbff !important;
  font-family: inherit !important;
}

.cookieadmin_modal_overlay {
  z-index: 99998 !important;
  background: rgba(0, 5, 8, 0.72) !important;
  backdrop-filter: blur(5px);
}

.cookieadmin_mod_head,
.cookieadmin_modal_footer {
  flex: 0 0 auto !important;
  border-color: rgba(36, 220, 232, 0.2) !important;
  background: #071014 !important;
  color: #f7fbff !important;
}

.cookieadmin_mod_head {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  min-height: auto !important;
  padding: 24px 24px 20px !important;
}

.cookieadmin_preference_title,
.cookieadmin_mod_head h2,
.cookieadmin_mod_head h3 {
  color: #f7fbff !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.15 !important;
}

.cookieadmin_mod_head button,
.cookieadmin_mod_head .cookieadmin_close,
.cookieadmin_close_pref {
  position: relative !important;
  z-index: 3 !important;
  display: inline-grid !important;
  place-items: center !important;
  flex: 0 0 36px !important;
  width: 36px !important;
  height: 36px !important;
  margin: -8px -8px -8px auto !important;
  border: 0 !important;
  background: transparent !important;
  color: #d4e4ea !important;
  cursor: pointer !important;
  font-size: 18px !important;
  line-height: 1 !important;
  opacity: 0.78 !important;
  pointer-events: auto !important;
}

.cookieadmin_close_pref:hover,
.cookieadmin_close_pref:focus-visible {
  color: #ffffff !important;
  opacity: 1 !important;
}

.cookieadmin_preference,
.cookieadmin_preference_details,
.cookieadmin_desc,
.cookieadmin-cookie-description {
  color: #c2d7df !important;
}

.cookieadmin_details_wrapper {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow-y: auto !important;
  padding: 18px 20px !important;
  scrollbar-color: rgba(36, 220, 232, 0.45) rgba(255, 255, 255, 0.08) !important;
}

.cookieadmin_cookie_modal .cookieadmin_preference_details {
  min-height: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
}

.cookieadmin_cookie_modal .cookieadmin_preference {
  margin: 0 0 14px !important;
  color: #d4e4ea !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}

.cookieadmin_types,
.cookieadmin-cookie-card {
  border: 1px solid rgba(36, 220, 232, 0.18) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.055) !important;
  color: #f7fbff !important;
}

.cookieadmin_types {
  margin: 0 0 10px !important;
  padding: 16px !important;
}

.cookieadmin_types:last-child {
  margin-bottom: 0 !important;
}

.cookieadmin_types summary,
.cookieadmin_types label,
.cookieadmin_types strong,
.cookieadmin_types b,
.cookieadmin_types [id$="-heading"] {
  color: #f7fbff !important;
  font-weight: 900 !important;
}

.cookieadmin_types .cookieadmin_desc {
  margin-top: 10px !important;
  color: #c9dce3 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

.cookieadmin-cookie-card {
  margin-top: 14px !important;
  padding: 16px !important;
  background: rgba(255, 255, 255, 0.075) !important;
}

.cookieadmin-cookie-card * {
  color: #d4e4ea !important;
}

.cookieadmin-cookie-card strong,
.cookieadmin-cookie-card b,
.cookieadmin-cookie-card .cookieadmin-cookie-name {
  color: #ffffff !important;
}

.cookieadmin-cookie-duration,
.cookieadmin-tag,
.cookieadmin-nocookie-cat {
  color: #abc4cd !important;
}

.cookieadmin-tag {
  background: #e8f1f4 !important;
  color: #31515d !important;
}

.cookieadmin_modal_footer {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  padding: 16px 20px 20px !important;
}

.cookieadmin_toggle input:checked + span,
.cookieadmin_toggle input:checked + .cookieadmin_slider {
  background: #24dce8 !important;
}

.cookieadmin_re_consent {
  z-index: 99997 !important;
  right: 18px !important;
  bottom: 18px !important;
  width: 48px !important;
  height: 48px !important;
  border: 1px solid rgba(36, 220, 232, 0.38) !important;
  border-radius: 999px !important;
  background: #071014 !important;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.42) !important;
}

.cookieadmin_re_consent img {
  width: 24px !important;
  height: 24px !important;
}

.cookieadmin-poweredby {
  max-width: 100% !important;
  opacity: 0.5 !important;
  transform: scale(0.84);
  transform-origin: center;
}

@media (max-width: 767px) {
  .cookieadmin_law_container {
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
    max-width: calc(100vw - 24px) !important;
  }

  .cookieadmin_consent_inside {
    padding: 18px !important;
  }

  #cookieadmin_notice_title {
    font-size: 20px !important;
  }

  .cookieadmin_cookie_modal {
    inset: auto 12px 12px 12px !important;
    width: calc(100vw - 24px) !important;
    max-height: calc(100vh - 24px) !important;
    border-radius: 8px !important;
  }

  .cookieadmin_mod_head {
    padding: 18px 18px 16px !important;
  }

  .cookieadmin_preference_title,
  .cookieadmin_mod_head h2,
  .cookieadmin_mod_head h3 {
    font-size: 20px !important;
  }

  .cookieadmin_details_wrapper {
    padding: 14px 14px 12px !important;
  }

  .cookieadmin_types {
    padding: 14px !important;
  }

  .cookieadmin_modal_footer {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 12px !important;
  }

  .cookieadmin_re_consent {
    right: 12px !important;
    bottom: 12px !important;
  }
}


/* DHV Learning Studio CBT app shell */
body.single-dhv_course,
body.single-dhv_lesson {
  overflow: hidden !important;
}

body.single-dhv_course .dhv-ls-template-main,
body.single-dhv_lesson .dhv-ls-template-main {
  position:fixed!important;
  inset:0!important;
  z-index:8500!important;
  width:100vw!important;
  height:100dvh!important;
  min-height:0!important;
  overflow:hidden!important;
  padding:12px!important;
  background:#061014!important;
}

body.single-dhv_course .dhv-ls-template-shell,
body.single-dhv_lesson .dhv-ls-template-shell {
  width:100%!important;
  max-width:none!important;
  height:100%!important;
  min-height:0!important;
  margin:0!important;
}

body.single-dhv_course .dhv-ls-cbt-shell,
body.single-dhv_lesson .dhv-ls-cbt-shell,
body.single-dhv_course .dhv-ls-cbt-empty,
body.single-dhv_lesson .dhv-ls-cbt-empty {
  display:grid!important;
  gap:12px!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
  background:#061014!important;
  box-shadow:none!important;
  color:#f6fbff!important;
}

body.single-dhv_course .dhv-ls-cbt-shell {
  grid-template-rows:auto auto auto minmax(0,1fr)!important;
}

body.single-dhv_lesson .dhv-ls-cbt-shell {
  grid-template-rows:auto auto minmax(0,1fr)!important;
}

body.single-dhv_course .dhv-ls-cbt-header,
body.single-dhv_lesson .dhv-ls-cbt-header {
  max-width:none!important;
  min-width:0!important;
  padding:14px 16px 0!important;
}

body.single-dhv_course .dhv-ls-cbt-header h1,
body.single-dhv_lesson .dhv-ls-cbt-header h1 {
  margin:0!important;
  color:#fff!important;
  font-size:clamp(1.55rem,3vw,3rem)!important;
  line-height:1!important;
}

body.single-dhv_course .dhv-ls-cbt-header p,
body.single-dhv_lesson .dhv-ls-cbt-header p,
body.single-dhv_course .dhv-ls-cbt-course-meta,
body.single-dhv_lesson .dhv-ls-cbt-course-meta {
  color:#b9d2da!important;
}

body.single-dhv_course .dhv-ls-cbt-breadcrumb,
body.single-dhv_lesson .dhv-ls-cbt-breadcrumb {
  color:#64edf2!important;
}

body.single-dhv_course .dhv-ls-cbt-progress,
body.single-dhv_lesson .dhv-ls-cbt-progress {
  max-width:none!important;
  padding:0 16px!important;
}

body.single-dhv_course .dhv-ls-cbt-shell > p {
  margin:0!important;
  padding:0 16px!important;
}

body.single-dhv_course .dhv-ls-cbt-layout,
body.single-dhv_lesson .dhv-ls-cbt-layout {
  min-height:0!important;
  overflow:hidden!important;
  align-items:stretch!important;
  padding:0 16px 16px!important;
}

body.single-dhv_course .dhv-ls-cbt-layout {
  grid-template-columns:minmax(0,1.35fr) minmax(340px,.85fr)!important;
}

body.single-dhv_lesson .dhv-ls-cbt-layout {
  grid-template-columns:minmax(280px,.82fr) minmax(0,1.6fr)!important;
}

body.single-dhv_course .dhv-ls-course-module-list,
body.single-dhv_course .dhv-ls-cbt-course-side,
body.single-dhv_lesson .dhv-ls-cbt-rail,
body.single-dhv_lesson .dhv-ls-cbt-stage {
  min-height:0!important;
  overflow-y:auto!important;
  border:1px solid rgba(100,237,242,.22)!important;
  border-radius:8px!important;
  background:#0b2028!important;
  scrollbar-color:rgba(100,237,242,.48) rgba(255,255,255,.08)!important;
}

body.single-dhv_lesson .dhv-ls-cbt-stage {
  display:grid!important;
  grid-template-rows:auto minmax(0,1fr)!important;
  overflow:hidden!important;
  background:#f8fbfb!important;
}

body.single-dhv_lesson .dhv-ls-cbt-stage__body {
  min-height:0!important;
  overflow-y:auto!important;
  padding-right:6px!important;
}

body.single-dhv_course .dhv-ls-cbt-quiz fieldset,
body.single-dhv_course .dhv-ls-cbt-module,
body.single-dhv_lesson .dhv-ls-cbt-rail-item,
body.single-dhv_lesson .dhv-ls-cbt-slide {
  border-radius:8px!important;
}

@media (max-width: 980px) {
  body.single-dhv_course .dhv-ls-template-main,
  body.single-dhv_lesson .dhv-ls-template-main {
    padding:8px!important;
  }

  body.single-dhv_course .dhv-ls-cbt-shell,
  body.single-dhv_lesson .dhv-ls-cbt-shell {
    grid-template-rows:auto auto minmax(0,1fr)!important;
  }

  body.single-dhv_course .dhv-ls-cbt-layout,
  body.single-dhv_lesson .dhv-ls-cbt-layout {
    grid-template-columns:1fr!important;
    overflow-y:auto!important;
  }
}


/* DHV CBT flow and readability pass */
body.single-dhv_course .dhv-ls-course-module-list h2,
body.single-dhv_course .dhv-ls-cbt-course-side h3,
body.single-dhv_lesson .dhv-ls-cbt-rail h2 {
  color:#fff!important;
}

body.single-dhv_course .dhv-ls-course-module-list .dhv-ls-eyebrow,
body.single-dhv_course .dhv-ls-cbt-course-side .dhv-ls-eyebrow,
body.single-dhv_lesson .dhv-ls-cbt-rail .dhv-ls-eyebrow {
  color:#64edf2!important;
}

body.single-dhv_course .dhv-ls-course-module-list .dhv-ls-section-head p,
body.single-dhv_course .dhv-ls-cbt-course-side > p,
body.single-dhv_course .dhv-ls-cbt-progress__label,
body.single-dhv_lesson .dhv-ls-cbt-progress__label {
  color:#c4dde4!important;
}

body.single-dhv_course .dhv-ls-cbt-module-cta,
body.single-dhv_course .dhv-ls-cbt-cta,
body.single-dhv_lesson .dhv-ls-cbt-controls a,
body.single-dhv_lesson .dhv-ls-cbt-complete button {
  min-height:40px!important;
  border:1px solid #64edf2!important;
  border-radius:8px!important;
  background:#10242d!important;
  color:#fff!important;
  font-weight:900!important;
  opacity:1!important;
  text-decoration:none!important;
}

body.single-dhv_course .dhv-ls-cbt-module .dhv-ls-status-pill {
  border-color:#a8beb5!important;
  background:#edf4ef!important;
  color:#162820!important;
}

body.single-dhv_course .dhv-ls-cbt-course-side {
  position:relative!important;
  opacity:.72!important;
  pointer-events:none!important;
}

body.single-dhv_course .dhv-ls-cbt-course-side::before {
  content:"Complete all modules to unlock the course quiz.";
  display:grid!important;
  min-height:120px!important;
  margin:0 0 14px!important;
  place-items:center!important;
  border:1px solid rgba(100,237,242,.34)!important;
  border-radius:8px!important;
  background:linear-gradient(180deg,rgba(100,237,242,.16),rgba(255,255,255,.05))!important;
  color:#f6fbff!important;
  font-weight:900!important;
  line-height:1.35!important;
  padding:18px!important;
  text-align:center!important;
}

body.single-dhv_course .dhv-ls-cbt-shell--course:has(.dhv-ls-cbt-progress .dhv-ls-progress-meter[aria-valuenow="100"]) .dhv-ls-cbt-course-side {
  opacity:1!important;
  pointer-events:auto!important;
}

body.single-dhv_course .dhv-ls-cbt-shell--course:has(.dhv-ls-cbt-progress .dhv-ls-progress-meter[aria-valuenow="100"]) .dhv-ls-cbt-course-side::before {
  display:none!important;
  content:"";
}


/* DHV CBT locked quiz content suppression */
body.single-dhv_course .dhv-ls-cbt-course-side > * {
  display:none!important;
  visibility:hidden!important;
}

body.single-dhv_course .dhv-ls-cbt-shell--course:has(.dhv-ls-cbt-progress .dhv-ls-progress-meter[aria-valuenow="100"]) .dhv-ls-cbt-course-side > * {
  display:revert!important;
  visibility:visible!important;
}


/* DHV CBT mobile course row correction */
@media (max-width: 980px) {
  body.single-dhv_course .dhv-ls-cbt-shell {
    grid-template-rows:auto auto auto minmax(0,1fr)!important;
  }
}

/* DHV compact mobile site header */
@media (max-width: 860px) {
  .dhv-site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 12px;
    min-height: 0;
    padding: 10px 16px 9px;
  }

  .dhv-site-header .dhv-brand {
    grid-column: 1;
    grid-row: 1;
    width: 132px;
  }

  .dhv-site-header .dhv-brand img,
  .dhv-site-header .custom-logo {
    width: 124px;
    max-height: 40px;
  }

  .dhv-site-header .dhv-header-actions {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .dhv-site-header .dhv-nav-button {
    min-height: 40px;
    padding: 8px 13px;
  }

  .dhv-site-header .dhv-primary-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    justify-content: flex-start;
    gap: 2px;
    margin: 0;
    overflow-x: auto;
    padding: 6px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    scrollbar-width: none;
  }

  .dhv-site-header .dhv-primary-nav::-webkit-scrollbar {
    display: none;
  }

  .dhv-site-header .dhv-primary-nav a {
    min-height: 36px;
    padding: 6px 9px;
    font-size: 13px;
    white-space: nowrap;
  }
}

@media (max-width: 380px) {
  .dhv-site-header {
    padding-inline: 12px;
  }

  .dhv-site-header .dhv-brand {
    width: 118px;
  }

  .dhv-site-header .dhv-brand img,
  .dhv-site-header .custom-logo {
    width: 112px;
  }

  .dhv-site-header .dhv-primary-nav a {
    padding-inline: 7px;
    font-size: 12px;
  }
}

/* Privacy Policy document formatting */
body.page-id-87 .dhv-page-header {
  margin-bottom: 28px;
}

body.page-id-87 .dhv-content {
  max-width: 800px;
}

body.page-id-87 .dhv-content h2 {
  margin: 32px 0 12px;
  color: #101820;
  font-size: 24px;
  line-height: 1.2;
}

body.page-id-87 .dhv-content > h2:first-child {
  margin-top: 0;
}

body.page-id-87 .dhv-content > p {
  margin: 0 0 16px;
  line-height: 1.7;
}

body.page-id-87 .dhv-content ul {
  margin: 10px 0 20px;
  padding-left: 22px;
}

body.page-id-87 .dhv-content li {
  margin: 6px 0;
  line-height: 1.6;
}

body.page-id-87 .dhv-content a {
  color: #006e79;
  font-weight: 700;
}
