.elementor-29955 .elementor-element.elementor-element-3c7609e{padding:50px 0px 50px 0px;}:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-20ee22e */.ip-dma-page {
  --ip-navy: #1b4965;
  --ip-blue: #046cd9;
  --ip-teal: #01aca2;
  --ip-dark: #102a43;
  --ip-text: #41546b;
  --ip-muted: #6b7c8f;
  --ip-light-blue: #eef7f8;
  --ip-border: rgba(27, 73, 101, 0.14);
  --ip-shadow: 0 20px 45px rgba(16, 42, 67, 0.12);
  --ip-radius: 24px;
  color: var(--ip-text);
  font-family: inherit;
  overflow: hidden;
}

.ip-dma-page * {
  box-sizing: border-box;
}

.ip-dma-page a {
  color: inherit;
}

.ip-dma-page strong {
  font-weight: 600;
}

.ip-dma-container {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

.ip-dma-section {
  padding: 82px 0;
}

.ip-dma-section-tight {
  padding: 62px 0;
}

.ip-dma-soft-section {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  background: var(--ip-light-blue);
  border-radius: 20px;
  overflow: hidden;
}

.ip-dma-paragraph-space {
  margin-top: 18px !important;
}

.ip-dma-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 8px 13px;
  border: 1px solid rgba(1, 172, 162, 0.22);
  border-radius: 999px;
  background: rgba(1, 172, 162, 0.08);
  color: var(--ip-navy);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.ip-dma-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--ip-teal);
  box-shadow: 0 0 0 5px rgba(1, 172, 162, 0.12);
}

.ip-dma-page h1,
.ip-dma-page h2,
.ip-dma-page h3 {
  color: var(--ip-navy);
  margin: 0;
  line-height: 1.08;
}

.ip-dma-page h1 {
  max-width: 780px;
  font-size: clamp(42px, 6vw, 57px);
  font-weight: 600;
  letter-spacing: -0.045em;
}

.ip-dma-page h2 {
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 600;
  letter-spacing: -0.035em;
}

.ip-dma-page h3 {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.015em;
}

.ip-dma-page p {
  margin: 0;
  color: var(--ip-text);
  font-size: 17px;
  line-height: 1.72;
}

.ip-dma-lead {
  max-width: 720px;
  font-size: 19px !important;
  line-height: 1.75 !important;
}

.ip-dma-gradient-text {
  background: linear-gradient(90deg, var(--ip-navy), var(--ip-teal));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ip-dma-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.ip-dma-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.ip-dma-btn:hover {
  transform: translateY(-2px);
}

.ip-dma-btn-primary {
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--ip-blue), var(--ip-teal));
  box-shadow: 0 14px 30px rgba(4, 108, 217, 0.25);
}

.ip-dma-btn-secondary {
  color: var(--ip-navy) !important;
  background: #ffffff;
  border: 1px solid var(--ip-border);
  box-shadow: 0 10px 24px rgba(16, 42, 67, 0.08);
}

.ip-dma-hero {
  position: relative;
  padding: 92px 0 76px;
  background: transparent;
}

.ip-dma-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 46px;
  align-items: center;
}

.ip-dma-hero-copy {
  position: relative;
  z-index: 2;
}

.ip-dma-hero-panel {
  position: relative;
  padding: 24px;
  border: 1px solid rgba(27, 73, 101, 0.12);
  border-radius: 32px;
  background: rgba(238, 247, 248, 0.85);
  box-shadow: var(--ip-shadow);
  backdrop-filter: blur(10px);
}

.ip-dma-dashboard {
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid var(--ip-border);
}

.ip-dma-dashboard-top {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--ip-border);
  background: #f7fbfc;
}

.ip-dma-dot {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: rgba(27, 73, 101, 0.22);
}

.ip-dma-dashboard-body {
  padding: 24px;
}

.ip-dma-score-card {
  padding: 22px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--ip-navy), #12344d);
  color: #ffffff;
}

.ip-dma-score-card span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ip-dma-score-card strong {
  display: block;
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
}

.ip-dma-score-card p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.6;
}

.ip-dma-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 14px;
}

.ip-dma-mini-card {
  padding: 17px;
  border-radius: 18px;
  background: #f8fcfd;
  border: 1px solid var(--ip-border);
}

.ip-dma-mini-card strong {
  display: block;
  color: var(--ip-navy);
  font-size: 24px;
  line-height: 1;
}

.ip-dma-mini-card span {
  display: block;
  margin-top: 7px;
  color: var(--ip-muted);
  font-size: 13px;
  line-height: 1.35;
}

.ip-dma-trust-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 720px;
  margin-top: 34px;
}

.ip-dma-trust-item {
  padding: 20px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(27, 73, 101, 0.1);
  box-shadow: 0 10px 22px rgba(16, 42, 67, 0.06);
}

.ip-dma-trust-item strong {
  display: block;
  color: var(--ip-navy);
  font-size: 18px;
}

.ip-dma-trust-item span {
  display: block;
  margin-top: 6px;
  color: var(--ip-muted);
  font-size: 13px;
  line-height: 1.4;
}

.ip-dma-intro-grid,
.ip-dma-split-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 44px;
  align-items: start;
}

.ip-dma-section-head {
  max-width: 760px;
  margin-bottom: 36px;
}

.ip-dma-section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ip-dma-section-head p {
  margin-top: 16px;
}

.ip-dma-full-image-section {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 0 82px;
  overflow: hidden;
}

.ip-dma-full-image-section img {
  display: block;
  width: 100%;
  height: clamp(320px, 34vw, 520px);
  object-fit: cover;
  object-position: center;
}

.ip-dma-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.ip-dma-card {
  position: relative;
  padding: 28px;
  border: 1px solid var(--ip-border);
  border-radius: var(--ip-radius);
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(16, 42, 67, 0.07);
}

.ip-dma-card::before {
  content: "";
  display: block;
  width: 44px;
  height: 5px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ip-blue), var(--ip-teal));
}

.ip-dma-card p {
  margin-top: 12px;
  font-size: 15.5px;
  line-height: 1.68;
}

.ip-dma-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.ip-dma-service-card {
  min-height: 172px;
  padding: 23px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid var(--ip-border);
  box-shadow: 0 12px 26px rgba(16, 42, 67, 0.06);
}

.ip-dma-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(4, 108, 217, 0.1), rgba(1, 172, 162, 0.14));
  color: var(--ip-navy);
  font-size: 20px;
  font-weight: 600;
}

.ip-dma-service-card h3 {
  font-size: 18px;
}

.ip-dma-service-card p {
  margin-top: 10px;
  color: var(--ip-muted);
  font-size: 14.5px;
  line-height: 1.55;
}

.ip-dma-dark {
  background:
    radial-gradient(circle at top right, rgba(1, 172, 162, 0.22), transparent 32%),
    linear-gradient(135deg, #102a43, #1b4965);
  color: #ffffff;
}

.ip-dma-dark h2,
.ip-dma-dark h3 {
  color: #ffffff;
}

.ip-dma-dark p {
  color: rgba(255, 255, 255, 0.78);
}

.ip-dma-dark .ip-dma-eyebrow {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.ip-dma-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.ip-dma-process-step {
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.ip-dma-step-number {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--ip-navy);
  font-weight: 600;
}

.ip-dma-process-step p {
  margin-top: 10px;
  font-size: 14.5px;
  line-height: 1.6;
}

.ip-dma-check-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ip-dma-check-list li {
  position: relative;
  padding: 16px 16px 16px 48px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid var(--ip-border);
  color: var(--ip-text);
  font-size: 15.5px;
  line-height: 1.5;
}

.ip-dma-check-list li::before {
  content: "✓";
  position: absolute;
  left: 17px;
  top: 15px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(1, 172, 162, 0.12);
  color: var(--ip-teal);
  font-weight: 600;
}

.ip-dma-highlight-box {
  padding: 34px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid var(--ip-border);
  box-shadow: var(--ip-shadow);
}

.ip-dma-highlight-box p {
  margin-top: 14px;
}

.ip-dma-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.ip-dma-audience-pill {
  padding: 20px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid var(--ip-border);
  color: var(--ip-navy);
  font-weight: 600;
  text-align: center;
  box-shadow: 0 10px 22px rgba(16, 42, 67, 0.05);
}

.ip-dma-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.ip-dma-faq-item {
  padding: 26px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid var(--ip-border);
}

.ip-dma-faq-item p {
  margin-top: 12px;
  font-size: 15.5px;
  line-height: 1.65;
}

.ip-dma-cta {
  padding: 72px 0;
}

.ip-dma-cta-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 42px;
  border-radius: 32px;
  background: #ffffff;
  border: 1px solid var(--ip-border);
  box-shadow: var(--ip-shadow);
}

.ip-dma-cta-box p {
  margin-top: 12px;
  max-width: 690px;
}

.ip-dma-text-link,
.ip-dma-service-title-link {
  color: inherit !important;
  text-decoration: none !important;
  font-weight: inherit;
}

.ip-dma-text-link:hover,
.ip-dma-text-link:focus,
.ip-dma-service-title-link:hover,
.ip-dma-service-title-link:focus {
  color: inherit !important;
  text-decoration: none !important;
}

.ip-dma-text-link:focus-visible,
.ip-dma-service-title-link:focus-visible {
  outline: 2px solid var(--ip-teal);
  outline-offset: 3px;
  border-radius: 4px;
}

.ip-dma-full-bleed {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.ip-dma-cta-container {
  width: min(1240px, calc(100% - 40px));
}

@media (max-width: 1024px) {
  .ip-dma-hero-grid,
  .ip-dma-intro-grid,
  .ip-dma-split-grid,
  .ip-dma-cta-box {
    grid-template-columns: 1fr;
  }

  .ip-dma-card-grid,
  .ip-dma-service-grid,
  .ip-dma-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ip-dma-audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ip-dma-hero-panel {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .ip-dma-container {
    width: min(100% - 28px, 1140px);
  }

  .ip-dma-soft-section {
    width: min(100% - 20px, 1240px);
    border-radius: 20px;
  }

  .ip-dma-section {
    padding: 58px 0;
  }

  .ip-dma-section-tight {
    padding: 46px 0;
  }

  .ip-dma-hero {
    padding: 64px 0 54px;
  }

  .ip-dma-page h1 {
    font-size: clamp(38px, 11vw, 48px);
  }

  .ip-dma-page h2 {
    font-size: clamp(30px, 8vw, 38px);
  }

  .ip-dma-lead {
    font-size: 17px !important;
  }

  .ip-dma-buttons {
    flex-direction: column;
  }

  .ip-dma-btn {
    width: 100%;
  }

  .ip-dma-card-grid,
  .ip-dma-service-grid,
  .ip-dma-process-grid,
  .ip-dma-trust-row,
  .ip-dma-audience-grid,
  .ip-dma-faq-grid,
  .ip-dma-mini-grid {
    grid-template-columns: 1fr;
  }

  .ip-dma-hero-panel,
  .ip-dma-highlight-box,
  .ip-dma-cta-box {
    border-radius: 24px;
  }

  .ip-dma-hero-panel {
    padding: 16px;
  }

  .ip-dma-highlight-box,
  .ip-dma-cta-box {
    padding: 24px;
  }

  .ip-dma-dashboard-body {
    padding: 18px;
  }

  .ip-dma-score-card {
    padding: 20px;
  }

  .ip-dma-score-card strong {
    font-size: 28px;
  }

  .ip-dma-full-image-section img {
    height: 280px;
  }
}/* End custom CSS */