/* From Insight to Strategy bridge section */
.dms-bridge-section {
  padding: 20px 20px 40px;
  text-align: center;
}
.dms-bridge-title {
  display: inline-block;
  position: relative;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: #111;
  margin-bottom: 4px;
  padding-bottom: 18px;
}
.dms-bridge-title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2px;
  width: 80%;
  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%);
}
.dms-bridge-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80%;
  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%);
}
.dms-bridge-subtitle {
  font-size: 0.95rem;
  color: #555;
  max-width: 480px;
  margin: 16px auto 32px;
  line-height: 1.1;
}
.dms-bridge-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.dms-bridge-pill {
  position: relative;
  display: inline-block;
  padding: 14px 32px;
  background: #f1f2f3;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  color: #111;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18), 0 8px 20px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  overflow: visible;
}
.dms-bridge-pill::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
  width: calc(100% - 40px);
  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;
}
.dms-bridge-pill::after {
  content: "";
  position: absolute;
  left: 10%;
  bottom: -1px;
  width: 80%;
  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;
}
.dms-bridge-pill--active {
  background: #e8e9ea;
}
.dms-bridge-arrow {
  font-size: 1.6rem;
  color: #333;
  line-height: 1;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .dms-bridge-flow { gap: 8px; }
  .dms-bridge-pill { padding: 12px 22px; font-size: 0.9rem; }
}

/* Intro card overrides */
.dms-intro-card .dha-intro-overline {
  font-size: 28px;
}
.dms-intro-card .dha-intro-wordmark {
  line-height: 0.92;
}
.dms-intro-card .dha-intro-wordmark span {
  font-size: clamp(42px, 6.2vw, 76px);
  letter-spacing: 0.5px;
}

/* Marketing objectives card */
.dms-objectives-card {
  position: relative;
  padding: 28px 30px 26px;
  border-radius: 20px;
  background: #e8e8e8;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.23);
  overflow: visible;
}
.dms-objectives-card::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
  width: calc(100% - 40px);
  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;
}
.dms-objectives-card::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  width: calc(100% - 40px);
  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;
}
.dms-objectives-heading {
  font-size: 17px;
  font-weight: 700;
  color: #111;
  margin-bottom: 22px;
  line-height: 1.4;
}
.dms-objectives-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 36px;
  justify-content: flex-start;
  margin-bottom: 22px;
}
.dms-objectives-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  flex: 0 0 auto;
}
.dms-objectives-icon-item img {
  width: var(--dha-icon-size-desktop);
  height: auto;
  display: block;
  max-width: var(--dha-icon-size-desktop);
}
.dms-objectives-icon-item p {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #1c1c1c;
  max-width: 120px;
  line-height: 1.2;
}
.dms-objectives-body {
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  margin: 0;
}

/* Target audience card */
.dms-audience-card {
  position: relative;
  padding: 24px 30px 22px;
  border-radius: 20px;
  background: #e8e8e8;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.23);
  overflow: visible;
}
.dms-audience-card::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
  width: calc(100% - 40px);
  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;
}
.dms-audience-card::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  width: calc(100% - 40px);
  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;
}
.dms-audience-heading {
  font-size: 17px;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
  margin-bottom: 22px;
}
.dms-audience-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 32px;
  justify-content: flex-start;
  margin-bottom: 18px;
}
.dms-audience-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  flex: 0 0 auto;
}
.dms-audience-icon-item img {
  width: var(--dha-icon-size-desktop);
  height: auto;
  display: block;
  max-width: var(--dha-icon-size-desktop);
}
.dms-audience-icon-item p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #1c1c1c;
  max-width: 150px;
  line-height: 1.2;
}
.dms-audience-body {
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid #dddddd;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  color: #1f1f1f;
}
@media (max-width: 767px) {
  .dms-audience-card {
    padding: 20px 18px 18px;
  }
  .dms-audience-icons {
    gap: 18px 22px;
  }
}

/* Digital Strategy VS Digital Transformation */
.dms-vs-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0 24px;
}
.dms-vs-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0,0,0,0.10);
}
.dms-vs-head {
  background: #1a1a2e;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
  padding: 16px 22px;
  text-align: center;
  letter-spacing: 0.01em;
}
.dms-vs-body {
  padding: 20px 22px;
}
.dms-vs-subhead {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  margin: 0 0 8px;
}
.dms-vs-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}
.dms-vs-list li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin-bottom: 5px;
  line-height: 1.4;
}
.dms-vs-list li::before {
  content: "\2714";
  position: absolute;
  left: 0;
  top: 0;
  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%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 14px;
  font-weight: 900;
}
.dms-vs-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.dms-vs-badge img {
  width: 70px;
  max-width: 70px;
}
.dms-vs-tagline {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
  margin-top: 28px;
}
.dms-vs-tagline strong {
  color: #cb1f70;
}
@media (max-width: 767px) {
  .dms-vs-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .dms-vs-badge {
    padding: 16px 0;
  }
  .dms-vs-badge img {
    width: 55px;
    max-width: 55px;
  }
}

/* Examples of Digital Marketing Strategies */
.dms-strategy-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.dms-strategy-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: start;
  gap: 0 20px;
  padding: 22px 0;
  border-bottom: 1px solid #e8e8e8;
}
.dms-strategy-item:last-child {
  border-bottom: none;
}
.dms-strategy-icon {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 2px;
}
.dms-strategy-icon img {
  width: var(--dha-icon-size-desktop);
  max-width: var(--dha-icon-size-desktop);
}
.dms-strategy-content {
  display: flex;
  flex-direction: column;
}
.dms-strategy-title {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 700;
  color: #111;
  margin: 0 0 10px;
  gap: 16px;
  white-space: nowrap;
}
.dms-strategy-title::after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background: #d0d0d0;
  min-width: 40px;
}
.dms-strategy-subhead {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin: 0 0 6px;
}
.dms-strategy-checks {
  list-style: none;
  padding: 0;
  margin: 0 0 6px;
}
.dms-strategy-checks li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin-bottom: 4px;
  line-height: 1.4;
}
.dms-strategy-checks li::before {
  content: "\2714";
  position: absolute;
  left: 0;
  top: 0;
  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%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 14px;
  font-weight: 900;
}
.dms-strategy-note {
  font-size: 15px;
  font-weight: 500;
  color: #555;
  margin: 8px 0 0;
}
@media (max-width: 575px) {
  .dms-strategy-item {
    grid-template-columns: 64px 1fr;
    gap: 0 14px;
  }
  .dms-strategy-icon img {
    width: var(--dha-icon-size-mobile);
    max-width: var(--dha-icon-size-mobile);
  }
  .dms-strategy-title {
    font-size: 1rem;
    white-space: normal;
  }
}

/* Resources section: full-width stacked buttons */
.dha-resources-intro {
  margin-bottom: 20px;
}
#dha-resources .dha-resources-list {
  gap: 10px;
}
#dha-resources .dha-resource-btn {
  display: flex;
  width: 100%;
}