/* Digital Packages Hub - page-specific styles */

.dha-services-showcase {
  margin-top: 10px;
  padding: 12px 14px 10px;
}
.dha-market-lead.dha-services-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.dha-market-lead.dha-services-heading::after {
  content: "";
  height: 2px;
  background: #9c9c9c;
  flex: 1;
}
.dha-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 22px;
}
.dha-service-item {
  text-align: center;
}
.dha-service-item img {
  width: var(--dha-icon-size-desktop);
  height: auto;
  max-width: var(--dha-icon-size-desktop);
  margin-bottom: 8px;
}
.dha-service-item h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #1f1f1f;
}
.dha-services-note {
  margin: 14px 0 2px;
  font-size: 1.04rem;
  line-height: 1.35;
  color: #2f2f2f;
}
@media (max-width: 991px) {
  .dha-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .dha-services-showcase {
    padding: 10px;
  }
  .dha-services-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .dha-service-item img {
    width: var(--dha-icon-size-mobile);
    max-width: var(--dha-icon-size-mobile);
  }
  .dha-service-item h4 {
    font-size: 1rem;
  }
}

/* ── Investment Range Cards ─────────────────────────────────────── */
.dph-investment-section {
  margin-top: 28px;
  margin-bottom: 28px;
}
.dph-inv-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding-top: 52px;
}
.dph-inv-card {
  position: relative;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,0.14);
  overflow: visible;
  display: flex;
  flex-direction: column;
}
.dph-inv-card::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
  width: calc(100% - 30px);
  height: 8px;
  background: linear-gradient(90deg, rgba(203,31,112,0.9) 0%, rgba(240,173,47,0.95) 43%, rgba(188,210,78,0.95) 68%, rgba(15,151,191,0.9) 100%);
  filter: blur(2px);
  opacity: 0.72;
  mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.98) 8%, rgba(0,0,0,0.98) 92%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.98) 8%, rgba(0,0,0,0.98) 92%, rgba(0,0,0,0) 100%);
  pointer-events: none;
  border-radius: 0 0 18px 18px;
}
.dph-inv-card::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  width: calc(100% - 30px);
  height: 2px;
  background: linear-gradient(90deg, rgba(203,31,112,0.9) 0%, rgba(240,173,47,0.95) 43%, rgba(188,210,78,0.95) 68%, rgba(15,151,191,0.9) 100%);
  clip-path: polygon(0 50%, 2% 0, 98% 0, 100% 50%, 98% 100%, 2% 100%);
  pointer-events: none;
}
.dph-inv-badge {
  position: absolute;
  top: -51px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 102px;
  height: 102px;
}
.dph-inv-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.dph-inv-header {
  border-radius: 18px 18px 0 0;
  padding: 60px 20px 36px;
  clip-path: polygon(0 0, 100% 0, 100% 68%, 50% 100%, 0 68%);
  margin-bottom: 8px;
}
.dph-inv-header--foundational { background: linear-gradient(100deg, #d97b9e 0%, #c9366f 52%, #9d1f51 100%); }
.dph-inv-header--growth       { background: linear-gradient(100deg, #8fb6df 0%, #3b7bc9 52%, #1f4c88 100%); }
.dph-inv-header--scalable     { background: linear-gradient(100deg, #74d7d4 0%, #24b7b2 52%, #148d88 100%); }
.dph-inv-title {
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin: 0;
}
.dph-inv-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 24px 30px;
  text-align: center;
}
.dph-inv-price {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.1;
  margin: 8px 0 2px;
  letter-spacing: -0.5px;
}
.dph-inv-price--foundational { color: #d4366b; }
.dph-inv-price--growth       { color: #3a7bd5; }
.dph-inv-price--scalable     { color: #2ab5a5; }
.dph-inv-period {
  font-size: 14px;
  color: #666;
  margin: 0 0 10px;
}
.dph-inv-divider {
  align-self: stretch;
  display: block;
  width: 100%;
  height: 0;
  opacity: 1;
  border: 0;
  border-top: 1px solid #cfcfcf !important;
  margin: 4px 0 14px;
}
.dph-inv-desc {
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  margin: 0 0 20px;
  flex: 1;
}
.dph-inv-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 28px;
  border-radius: 999px;
  background: linear-gradient(180deg, #5e606d 0%, #2f3242 50%, #212436 100%);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(0,0,0,0.28);
  transition: opacity 0.2s ease;
  margin-top: auto;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.dph-inv-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  bottom: 0;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,0.2) 0%, rgba(255,76,76,0.98) 32%, rgba(255,206,84,0.98) 52%, rgba(38,214,129,0.98) 68%, rgba(255,255,255,0.2) 100%);
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.dph-inv-btn:hover {
  opacity: 0.88;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 991px) {
  .dph-inv-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}

.dph-influence-single {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.dph-influence-cards .dha-problem-grid {
  justify-items: center;
}

.dph-influence-cards .dha-problem-card {
  width: 88%;
}

.dph-influence-cards .dha-problem-body {
  padding: 24px 34px 30px;
}

@media (max-width: 991px) {
  .dph-influence-single {
    max-width: 100%;
  }

  .dph-influence-cards .dha-problem-card {
    width: 100%;
  }

  .dph-influence-cards .dha-problem-body {
    padding: 22px 24px 28px;
  }
}

/* Package cards in "Digital Marketing Packages by Growth Stage" */
.dph-package-card {
  --dph-accent: #bf2b68;
  padding: 14px 18px 16px;
  min-height: 312px;
  display: flex;
  flex-direction: column;
}

.dph-package-card--foundation {
  min-height: 0;
}

.dph-package-card--growth {
  --dph-accent: #3f79b1;
}

.dph-package-card--scalable {
  --dph-accent: #1f9f95;
}

.dph-package-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  min-height: 42px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #b6b6b6;
}

.dph-package-title {
  margin: 0;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  color: #171717;
}

.dph-package-label {
  margin: 0;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: var(--dph-accent);
  white-space: nowrap;
}

.dph-package-columns {
  display: grid;
  grid-template-columns: 1.1fr 1.5fr 2fr 1.8fr;
  gap: 0;
  flex: 1 1 auto;
  align-items: stretch;
}

.dph-package-col {
  padding: 0 16px;
  height: 100%;
}

.dph-package-col:first-child {
  padding-left: 0;
}

.dph-package-col + .dph-package-col {
  border-left: 1px solid #9e9e9e;
}

.dph-package-col h4 {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  color: var(--dph-accent);
}

.dph-package-col p {
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
  color: #252525;
}

.dph-package-checks {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dph-package-checks li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 7px;
  font-size: 15px;
  line-height: 1.35;
  color: #252525;
}

.dph-package-checks li:last-child {
  margin-bottom: 0;
}

.dph-package-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background-color: var(--dph-accent);
  mask-image: url("../2026-Updates/Blue_Checkmark.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../2026-Updates/Blue_Checkmark.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

@media (max-width: 1600px) {
  .dph-package-title {
    font-size: 21px;
  }

  .dph-package-label {
    font-size: 14px;
  }

  .dph-package-col h4 {
    font-size: 15px;
  }

  .dph-package-col p,
  .dph-package-checks li {
    font-size: 14px;
  }

  .dph-package-checks li {
    padding-left: 24px;
  }

  .dph-package-checks li::before {
    width: 14px;
    height: 14px;
    top: 2px;
  }
}

@media (max-width: 991px) {
  .dph-package-card {
    min-height: 0;
  }

  .dph-package-top {
    flex-direction: column;
    min-height: 0;
    gap: 6px;
  }

  .dph-package-label {
    white-space: normal;
  }

  .dph-package-columns {
    grid-template-columns: 1fr;
  }

  .dph-package-col {
    padding: 0 0 12px;
    margin-bottom: 12px;
  }

  .dph-package-col + .dph-package-col {
    border-left: 0;
    border-top: 1px solid #b9b9b9;
    padding-top: 12px;
  }

  .dph-package-col:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

/* Page-specific overrides for digital-packages-hub.html */
.dha-example-section .dha-problem-list li:before {
  background: url("../2026-Updates/Blue_Checkmark.png") no-repeat center center;
  background-size: contain;
}

.dha-example-section .dha-problem-list li {
  padding-left: 26px;
  margin-bottom: 7px;
  font-size: 15px;
  line-height: 1.35;
}

.dha-example-section .dha-problem-list li:before {
  top: 3px;
}

.dha-budget-guess-list {
  gap: 10px;
}

.dha-budget-guess-intro {
  margin-bottom: 4px;
}

.dha-budget-guess-checks {
  list-style: none;
  padding: 0;
  margin: 0 0 6px;
}

.dha-budget-guess-checks li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.35;
  color: #333;
}

.dha-budget-guess-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background: url("../2026-Updates/Checkmark_Pink.png") no-repeat center center;
  background-size: contain;
}

.dha-budget-guess-list .dms-strategy-item {
  grid-template-columns: 98px 1fr;
  gap: 0 18px;
  padding: 10px 0 12px;
  border-bottom: 0;
}

.dha-budget-guess-list .dms-strategy-icon {
  width: 88px;
  height: 88px;
  padding-top: 0;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.dha-budget-guess-list .dms-strategy-icon img {
  width: 96px;
  max-width: 96px;
  transform: scale(1.12);
  transform-origin: center;
}

.dha-budget-guess-list .dms-strategy-title {
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 800;
  color: #1d1d1d;
  gap: 14px;
}

.dha-budget-guess-list .dms-strategy-title::after {
  background: rgba(0, 0, 0, 0.35);
}

.dha-budget-guess-list .dms-strategy-subhead {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
}

.dha-budget-guess-strong {
  font-weight: 700;
  color: #1d1d1d;
}

.dha-budget-guess-list .dms-strategy-note {
  font-size: 16px;
  line-height: 1.4;
  color: #333;
}

@media (max-width: 1600px) {
  .dha-example-section .dha-problem-list li {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .dha-example-section .dha-problem-list li {
    padding-left: 24px;
  }

  .dha-example-section .dha-problem-list li:before {
    width: 14px;
    height: 14px;
    top: 2px;
  }
}

@media (max-width: 575px) {
  .dha-budget-guess-checks li {
    padding-left: 26px;
    font-size: 14px;
  }

  .dha-budget-guess-checks li::before {
    width: 14px;
    height: 14px;
    top: 2px;
  }

  .dha-budget-guess-list .dms-strategy-item {
    grid-template-columns: 72px 1fr;
    gap: 0 14px;
  }

  .dha-budget-guess-list .dms-strategy-icon {
    width: 64px;
    height: 64px;
  }

  .dha-budget-guess-list .dms-strategy-icon img {
    width: 72px;
    max-width: 72px;
    transform: scale(1.12);
  }

  .dha-budget-guess-list .dms-strategy-title {
    font-size: 1.2rem;
    white-space: normal;
  }

  .dha-budget-guess-list .dms-strategy-subhead,
  .dha-budget-guess-list .dms-strategy-note {
    font-size: 14px;
  }
}

.dph-avoid-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding-top: 48px;
}

.dph-avoid-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  overflow: visible;
}

.dph-avoid-card::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
  width: calc(100% - 30px);
  height: 8px;
  background: linear-gradient(90deg, rgba(203,31,112,0.9) 0%, rgba(240,173,47,0.95) 43%, rgba(188,210,78,0.95) 68%, rgba(15,151,191,0.9) 100%);
  filter: blur(2px);
  opacity: 0.72;
  mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.98) 8%, rgba(0,0,0,0.98) 92%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.98) 8%, rgba(0,0,0,0.98) 92%, rgba(0,0,0,0) 100%);
  pointer-events: none;
}

.dph-avoid-card::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  width: calc(100% - 30px);
  height: 2px;
  background: linear-gradient(90deg, rgba(203,31,112,0.9) 0%, rgba(240,173,47,0.95) 43%, rgba(188,210,78,0.95) 68%, rgba(15,151,191,0.9) 100%);
  clip-path: polygon(0 50%, 2% 0, 98% 0, 100% 50%, 98% 100%, 2% 100%);
  pointer-events: none;
}

.dph-avoid-badge {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: var(--dha-icon-size-desktop);
  height: var(--dha-icon-size-desktop);
}

.dph-avoid-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.dph-avoid-header {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px 18px 0 0;
  min-height: 170px;
  padding: 34px 24px 36px;
  clip-path: polygon(0 0, 100% 0, 100% 68%, 50% 100%, 0 68%);
  margin-bottom: 14px;
}

.dph-avoid-header--cheap { background: linear-gradient(100deg, #d97b9e 0%, #c9366f 52%, #9d1f51 100%); }
.dph-avoid-header--integration { background: linear-gradient(100deg, #8fb6df 0%, #3b7bc9 52%, #1f4c88 100%); }
.dph-avoid-header--measurement { background: linear-gradient(100deg, #74d7d4 0%, #24b7b2 52%, #148d88 100%); }

.dph-avoid-title {
  margin: 0;
  text-align: center;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 800;
  color: #fff;
}

.dph-avoid-body {
  flex: 1 1 auto;
  padding: 8px 34px 24px;
}

.dph-avoid-lead {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  color: #222;
}

.dph-avoid-checks {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dph-avoid-checks li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 1.35;
  color: #333;
}

.dph-avoid-checks li:last-child {
  margin-bottom: 0;
}

.dph-avoid-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background: url("../2026-Updates/Checkmark_Pink.png") no-repeat center center;
  background-size: contain;
}

.dph-budget-timeline {
  margin-top: 28px;
}

.dph-budget-timeline .dha-process-step {
  margin: 18px 0 24px;
}

.dph-budget-timeline .dha-process-step + .dha-process-step {
  margin-top: 34px;
}

.dph-budget-timeline .dha-process-step:not(:last-child):before {
  bottom: -34px;
}

.dph-budget-step-card {
  min-height: 0;
  padding: 20px 28px 18px 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f1f1f1 100%);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}

.dph-budget-step-card::before {
  top: 48px;
}

.dph-budget-step-title {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  color: #232323;
}

.dph-budget-step-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
}

.dph-budget-resource-list {
  margin-top: 28px;
}

.dph-insights-list {
  gap: 18px;
  align-items: flex-start;
}

@media (min-width: 992px) {
  .dph-insights-list,
  .dha-faq-section .accordions {
    max-width: 760px;
  }
}

.dph-insight-btn {
  display: inline-flex;
  width: 560px;
  max-width: 100%;
  padding: 11px 18px;
  background: linear-gradient(180deg, #6d6c75 0%, #434551 56%, #292c39 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.28);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.15;
  text-transform: uppercase;
}

.dph-insight-btn:hover,
.dph-insight-btn:focus {
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.32);
}

.dph-insight-btn i {
  font-size: 13px;
}

.dph-kpi-section {
  margin-top: 46px;
}

.dph-kpi-title {
  margin-bottom: 12px;
}

.dph-kpi-intro {
  margin-bottom: 8px;
}

.dph-kpi-cards .dha-problem-grid {
  justify-items: center;
}

.dph-kpi-card {
  width: 88%;
}

.dph-kpi-head {
  background: linear-gradient(180deg, #6d6c75 0%, #3c3c49 58%, #242531 100%);
  color: #fff;
  padding: 28px 24px 32px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.dph-kpi-body {
  padding: 20px 34px 28px;
}

.dph-kpi-list li {
  font-size: 15px;
  line-height: 1.45;
  margin-bottom: 10px;
}

.dph-kpi-list li:last-child {
  margin-bottom: 0;
}

.dph-kpi-list li::before {
  background: url("../2026-Updates/Blue_Checkmark.png") no-repeat center center;
  background-size: contain;
}

@media (max-width: 991px) {
  .dph-budget-timeline .dha-process-step + .dha-process-step {
    margin-top: 28px;
  }

  .dph-kpi-card {
    width: 100%;
  }

  .dph-insight-btn {
    font-size: 14px;
  }

  .dph-avoid-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575px) {
  .dph-insights-list {
    align-items: stretch;
  }

  #dha-budgeting .dph-insight-btn {
    display: flex;
    width: 100%;
  }

  .dph-budget-timeline .dha-step-badge {
    width: 66px;
  }

  .dph-budget-step-card {
    padding: 14px 18px 16px;
  }

  .dph-budget-step-card::before {
    top: 42px;
  }

  .dph-budget-step-title {
    font-size: 1.2rem;
  }

  .dph-budget-step-text {
    font-size: 14px;
  }

  .dph-kpi-section {
    margin-top: 38px;
  }

  .dph-kpi-head {
    min-height: 88px;
    padding: 22px 18px 26px;
  }

  .dph-kpi-body {
    padding: 18px 20px 22px;
  }

  .dph-kpi-list li {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .dph-insights-list {
    gap: 14px;
  }

  .dph-insight-btn {
    padding: 10px 16px;
    font-size: 13px;
  }

  .dph-avoid-badge {
    width: var(--dha-icon-size-mobile);
    height: var(--dha-icon-size-mobile);
    top: -40px;
  }

  .dph-avoid-header {
    min-height: 158px;
    padding: 32px 18px 32px;
  }

  .dph-avoid-title {
    font-size: 21px;
  }

  .dph-avoid-body {
    padding: 8px 20px 20px;
  }

  .dph-avoid-lead,
  .dph-avoid-checks li {
    font-size: 14px;
  }

  .dph-avoid-checks li {
    padding-left: 24px;
  }

  .dph-avoid-checks li::before {
    width: 14px;
    height: 14px;
    top: 2px;
  }
}

/* Session-added page overrides */
.dha-hero-copy {
  position: relative;
  z-index: 1;
}

.dha-kicker,
.dha-copy-body {
  color: #ffffff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.32);
}

.dha-kicker {
  max-width: 26ch;
  text-wrap: balance;
}

.dha-service-item h4 {
  max-width: 24ch;
  margin-left: auto;
  margin-right: auto;
  text-wrap: balance;
}

.dph-inv-title {
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
  text-wrap: balance;
}

.dph-inv-header {
  min-height: 185px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.dph-avoid-title {
  max-width: 22ch;
  margin-left: auto;
  margin-right: auto;
  text-wrap: balance;
}

.dha-kicker,
.dha-audit-title,
.dha-market-lead,
.dha-problem-head,
.dph-inv-title,
.dph-package-title,
.dms-strategy-title,
.dph-avoid-title,
.dph-budget-step-title,
.dph-kpi-title,
.dha-book-title,
.dha-book-body,
.dha-faq-section h3 {
  display: block;
  visibility: visible;
  opacity: 1;
  text-indent: 0;
  -webkit-text-fill-color: currentColor;
}
