.elementor-30177 .elementor-element.elementor-element-0b051a1{padding:30px 0px 30px 0px;}:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-e5038f2 *//* INTELLIPLANS PPC LANDING PAGE */

.ip-ppc-page,
.ip-ppc-page * {
  box-sizing: border-box;
}

.ip-ppc-page {
  --ip-blue: #1b4965;
  --ip-dark: #14324a;
  --ip-teal: #01aca2;
  --ip-teal-dark: #008f87;
  --ip-soft-blue: #eef8fb;
  --ip-soft-teal: #e9fbf8;
  --ip-text: #5f7182;
  --ip-border: rgba(20, 50, 74, 0.11);
  --ip-shadow: 0 18px 45px rgba(20, 50, 74, 0.10);
  --ip-shadow-soft: 0 10px 28px rgba(20, 50, 74, 0.08);
  font-family: Inter, Arial, sans-serif;
  color: var(--ip-dark);
  background: #ffffff;
  overflow: hidden;
}

.ip-ppc-page svg {
  width: 1em;
  height: 1em;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ip-ppc-section {
  position: relative;
  padding: 64px 20px;
}

.ip-ppc-container {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.ip-ppc-eyebrow {
  color: #2266ee;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 18px;
}

.ip-ppc-section-title {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.ip-ppc-section-title h2,
.ip-ppc-page h1,
.ip-ppc-page h2,
.ip-ppc-page h3,
.ip-ppc-page p {
  margin-top: 0;
}

.ip-ppc-section-title h2 {
  color: var(--ip-dark);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
  font-weight: 600;
  margin-bottom: 12px;
}

.ip-ppc-section-title h2 span,
.ip-ppc-page h1 span {
  color: #2266EE;;
}

.ip-ppc-section-title p {
  color: var(--ip-text);
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 0;
}

.ip-ppc-align-left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.ip-ppc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 15px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ip-ppc-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.ip-ppc-btn-primary {
  background: var(--ip-teal-dark);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(1, 172, 162, 0.22);
}

.ip-ppc-btn-primary:hover {
  background: var(--ip-teal);
  color: #ffffff;
}

.ip-ppc-btn-secondary {
  background: #ffffff;
  color: var(--ip-teal-dark);
  border: 1px solid rgba(1, 172, 162, 0.38);
}

.ip-ppc-btn-secondary:hover {
  background: var(--ip-soft-teal);
  color: var(--ip-teal-dark);
  border-color: rgba(1, 172, 162, 0.65);
}

.ip-ppc-btn-light {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.05);
}

.ip-ppc-btn-light:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}


/* HERO */

.ip-ppc-hero {
  min-height: 680px;
  display: flex;
  align-items: center;
background:
  linear-gradient(115deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.92) 48%, rgba(240, 246, 255, 0.88) 100%),
  radial-gradient(circle at 82% 18%, rgba(34, 102, 238, 0.10) 0%, rgba(34, 102, 238, 0.10) 18%, transparent 36%),
  radial-gradient(circle at 96% 78%, rgba(34, 102, 238, 0.075) 0%, rgba(34, 102, 238, 0.075) 16%, transparent 34%),
  linear-gradient(135deg, #ffffff 0%, #f7faff 52%, #eef4ff 100%);
}

.ip-ppc-hero::after {
  content: "";
  position: absolute;
  right: 42px;
  bottom: 34px;
  width: 170px;
  height: 170px;
  opacity: 0.28;
  background-image: radial-gradient(var(--ip-blue) 1.1px, transparent 1.1px);
  background-size: 14px 14px;
}

.ip-ppc-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.ip-ppc-hero-content h1 {
  color: var(--ip-dark);
  font-size: clamp(44px, 5vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 600;
  margin-bottom: 24px;
}

.ip-ppc-hero-text {
  color: var(--ip-dark);
  max-width: 590px;
  font-size: 19px;
  line-height: 1.62;
  margin-bottom: 34px;
}

.ip-ppc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 34px;
}

.ip-ppc-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.ip-ppc-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ip-dark);
  font-size: 14px;
  line-height: 1.25;
}

.ip-ppc-trust-item strong {
  font-weight: 600;
}

.ip-ppc-mini-icon,
.ip-ppc-mini-check,
.ip-ppc-mini-page {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ip-ppc-google-icon {
  position: relative;
}

.ip-ppc-google-icon::before,
.ip-ppc-google-icon::after {
  content: "";
  position: absolute;
  border-radius: 10px;
}

.ip-ppc-google-icon::before {
  width: 10px;
  height: 26px;
  background: #4285f4;
  transform: rotate(28deg);
  left: 7px;
}

.ip-ppc-google-icon::after {
  width: 10px;
  height: 26px;
  background: #fbbc05;
  transform: rotate(-28deg);
  right: 7px;
}

.ip-ppc-mini-check {
  border: 2px solid var(--ip-teal);
  color: var(--ip-teal-dark);
  border-radius: 50%;
  font-weight: 600;
  font-size: 18px;
}

.ip-ppc-mini-page {
  border: 2px solid #6ba7e8;
  border-radius: 4px;
  position: relative;
}

.ip-ppc-mini-page::before,
.ip-ppc-mini-page::after {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  height: 2px;
  background: #6ba7e8;
}

.ip-ppc-mini-page::before {
  top: 9px;
}

.ip-ppc-mini-page::after {
  top: 15px;
}


/* HERO DASHBOARD */

.ip-ppc-hero-visual {
  position: relative;
  min-height: 480px;
}

.ip-ppc-dashboard-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--ip-border);
  border-radius: 14px;
  box-shadow: var(--ip-shadow);
  padding: 24px;
  position: relative;
  z-index: 2;
}

.ip-ppc-dashboard-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.ip-ppc-dashboard-top strong {
  font-size: 17px;
  font-weight: 600;
}

.ip-ppc-dashboard-top span {
  border: 1px solid var(--ip-border);
  border-radius: 6px;
  padding: 8px 10px;
  color: var(--ip-text);
  font-size: 12px;
}

.ip-ppc-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.ip-ppc-metric {
  background: #f7fbfd;
  border: 1px solid rgba(20, 50, 74, 0.07);
  border-radius: 8px;
  padding: 14px 12px;
}

.ip-ppc-metric span {
  display: block;
  color: var(--ip-text);
  font-size: 12px;
  margin-bottom: 7px;
}

.ip-ppc-metric strong {
  display: block;
  color: var(--ip-dark);
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 7px;
}

.ip-ppc-metric small {
  color: var(--ip-teal-dark);
  font-size: 12px;
}

.ip-ppc-metric small.ip-ppc-down {
  color: #d65a52;
}

.ip-ppc-chart {
  margin: 18px 0;
  padding: 6px 0;
}

.ip-ppc-chart svg {
  width: 100%;
  height: auto;
}

.ip-ppc-grid-line {
  stroke: rgba(20, 50, 74, 0.08);
  stroke-width: 1;
}

.ip-ppc-line-blue,
.ip-ppc-line-green {
  fill: none;
  stroke-width: 5;
}

.ip-ppc-line-blue {
  stroke: #4f9df7;
}

.ip-ppc-line-green {
  stroke: var(--ip-teal);
}

.ip-ppc-dashboard-bottom {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 14px;
}

.ip-ppc-campaign-card,
.ip-ppc-ad-preview {
  background: #ffffff;
  border: 1px solid rgba(20, 50, 74, 0.08);
  border-radius: 10px;
  padding: 16px;
}

.ip-ppc-campaign-card span,
.ip-ppc-ad-preview span {
  display: block;
  color: var(--ip-text);
  font-size: 12px;
  margin-bottom: 6px;
}

.ip-ppc-campaign-card strong,
.ip-ppc-ad-preview strong {
  display: block;
  color: var(--ip-dark);
  font-size: 14px;
  font-weight: 600;
}

.ip-ppc-progress {
  height: 8px;
  border-radius: 20px;
  background: #e9f1f4;
  overflow: hidden;
  margin: 14px 0;
}

.ip-ppc-progress i {
  display: block;
  height: 100%;
  width: 78%;
  background: var(--ip-teal);
  border-radius: inherit;
}

.ip-ppc-campaign-stats {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.ip-ppc-campaign-stats small {
  color: var(--ip-text);
  font-size: 11px;
}

.ip-ppc-campaign-stats b {
  display: block;
  color: var(--ip-dark);
  font-size: 14px;
  margin-top: 3px;
}

.ip-ppc-ad-preview strong {
  color: #2e76d5;
}

.ip-ppc-ad-preview p {
  color: var(--ip-text);
  font-size: 13px;
  line-height: 1.45;
  margin: 8px 0 0;
}

.ip-ppc-platform-stack {
  position: absolute;
  top: 32px;
  right: -70px;
  display: grid;
  gap: 16px;
  z-index: 3;
}

.ip-ppc-platform-card {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid var(--ip-border);
  border-radius: 10px;
  box-shadow: var(--ip-shadow-soft);
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
}

.ip-ppc-platform-google {
  color: #4285f4;
}

.ip-ppc-platform-ms {
  color: #20a464;
}

.ip-ppc-platform-fb {
  color: #1877f2;
  font-family: Arial, sans-serif;
}

.ip-ppc-platform-analytics {
  color: #f9ab00;
}


/* PROBLEM */

.ip-ppc-problem {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
  padding-top: 48px;
}

.ip-ppc-problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.ip-ppc-problem-card {
  background: #ffffff;
  border: 1px solid var(--ip-border);
  border-radius: 10px;
  box-shadow: var(--ip-shadow-soft);
  text-align: center;
  padding: 36px 26px;
  min-height: 230px;
}

.ip-ppc-card-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ip-teal-dark);
  font-size: 54px;
}

.ip-ppc-problem-card h3 {
  color: var(--ip-dark);
  font-size: 19px;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 10px;
}

.ip-ppc-problem-card p {
  color: var(--ip-text);
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 0;
}


/* SERVICES */

.ip-ppc-services {
  background: #ffffff;
}

.ip-ppc-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.ip-ppc-service-card {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 18px;
  align-items: start;
  background: #ffffff;
  border: 1px solid var(--ip-border);
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(20, 50, 74, 0.06);
  padding: 24px;
}

.ip-ppc-service-card h3 {
  color: var(--ip-dark);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 8px;
}

.ip-ppc-service-card p {
  color: var(--ip-text);
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 0;
}

.ip-ppc-service-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #f1f8fb;
  color: var(--ip-teal-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 600;
}

.ip-ppc-service-icon svg {
  width: 30px;
  height: 30px;
}

.ip-ppc-icon-google {
  color: #4285f4;
}

.ip-ppc-icon-microsoft {
  color: #20a464;
}

.ip-ppc-icon-social {
  color: #1877f2;
  font-family: Arial, sans-serif;
}


/* PARTNER */

.ip-ppc-partner {
  background:
    linear-gradient(90deg, #eef8fb 0%, #f8fcfd 46%, #ffffff 46%, #ffffff 100%);
  padding-top: 76px;
  padding-bottom: 76px;
}

.ip-ppc-partner-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 62px;
  align-items: center;
}

.ip-ppc-flow-card {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 34px;
}

.ip-ppc-flow-step {
  background: #ffffff;
  border: 1px solid var(--ip-border);
  border-radius: 10px;
  min-height: 118px;
  padding: 18px 14px;
  box-shadow: var(--ip-shadow-soft);
  text-align: center;
}

.ip-ppc-flow-step span {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #eff8ff;
  color: var(--ip-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.ip-ppc-flow-step svg {
  width: 24px;
  height: 24px;
}

.ip-ppc-flow-step strong {
  display: block;
  color: var(--ip-dark);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
}

.ip-ppc-flow-card i {
  color: var(--ip-blue);
  font-style: normal;
  font-size: 22px;
}

.ip-ppc-benefit-list {
  display: grid;
  gap: 24px;
}

.ip-ppc-benefit {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: start;
}

.ip-ppc-benefit > span {
  width: 26px;
  height: 26px;
  margin-top: 2px;
  border-radius: 50%;
  background: #2266EE;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
}

.ip-ppc-benefit h3 {
  color: var(--ip-dark);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 6px;
}

.ip-ppc-benefit p {
  color: var(--ip-text);
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 0;
}


/* PROCESS */

.ip-ppc-process {
  background: #ffffff;
}

.ip-ppc-process-card {
  background: #ffffff;
  border: 1px solid var(--ip-border);
  border-radius: 14px;
  box-shadow: var(--ip-shadow-soft);
  padding: 34px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 20px;
  align-items: start;
}

.ip-ppc-process-step {
  text-align: center;
  position: relative;
}

.ip-ppc-process-number {
  width: 42px;
  height: 42px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: var(--ip-teal-dark);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 600;
}

.ip-ppc-blue-number {
  background: #2e8df4;
}

.ip-ppc-process-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  color: var(--ip-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ip-ppc-process-icon svg {
  width: 48px;
  height: 48px;
}

.ip-ppc-process-step h3 {
  color: var(--ip-dark);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 8px;
}

.ip-ppc-process-step p {
  color: var(--ip-text);
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 0;
}

.ip-ppc-process-arrow {
  color: rgba(27, 73, 101, 0.65);
  font-size: 28px;
  line-height: 1;
  padding-top: 76px;
}


/* INFO GRID */

.ip-ppc-info {
  background: linear-gradient(180deg, #ffffff 0%, #f7fcfd 100%);
  padding-top: 24px;
}

.ip-ppc-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.12fr;
  gap: 22px;
}

.ip-ppc-info-card {
  background: #ffffff;
  border: 1px solid rgba(1, 172, 162, 0.18);
  border-radius: 12px;
  box-shadow: var(--ip-shadow-soft);
  padding: 30px;
}

.ip-ppc-info-card h2 {
  color: var(--ip-dark);
  font-size: 24px;
  line-height: 1.18;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}

.ip-ppc-check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px 18px;
}

.ip-ppc-check-grid span {
  color: var(--ip-dark);
  font-size: 14px;
  line-height: 1.35;
  position: relative;
  padding-left: 22px;
}

.ip-ppc-check-grid span::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--ip-teal-dark);
  font-weight: 600;
}

.ip-ppc-goal-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.ip-ppc-goal-list div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: start;
}

.ip-ppc-goal-list span {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #eff8ff;
  color: #2e8df4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ip-ppc-goal-list svg {
  width: 24px;
  height: 24px;
}

.ip-ppc-goal-list strong {
  display: block;
  color: var(--ip-dark);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 4px;
}

.ip-ppc-goal-list p {
  color: var(--ip-text);
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 0;
  grid-column: 2;
}

.ip-ppc-report-card h2 {
  color: var(--ip-teal-dark);
}

.ip-ppc-report-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.ip-ppc-report-metrics div {
  background: #f7fbfd;
  border: 1px solid rgba(20, 50, 74, 0.07);
  border-radius: 8px;
  padding: 14px 12px;
}

.ip-ppc-report-metrics span {
  display: block;
  color: var(--ip-text);
  font-size: 12px;
  margin-bottom: 6px;
}

.ip-ppc-report-metrics strong {
  color: var(--ip-dark);
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
}

.ip-ppc-bars {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.ip-ppc-bars div {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 12px;
  align-items: center;
}

.ip-ppc-bars span {
  color: var(--ip-text);
  font-size: 12px;
}

.ip-ppc-bars i {
  display: block;
  height: 8px;
  border-radius: 20px;
  background: linear-gradient(90deg, #4f9df7, var(--ip-teal));
}

.ip-ppc-report-card p {
  color: var(--ip-text);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}


/* FINAL SECTION */

.ip-ppc-final {
  background: #ffffff;
  padding-top: 42px;
  padding-bottom: 72px;
}

.ip-ppc-final-grid {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 28px;
  align-items: stretch;
}

.ip-ppc-comparison h2 {
  color: var(--ip-dark);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  margin-bottom: 18px;
}

.ip-ppc-compare-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #ffffff;
  border: 1px solid var(--ip-border);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--ip-shadow-soft);
}

.ip-ppc-compare-table > div {
  border-bottom: 1px solid rgba(20, 50, 74, 0.08);
  padding: 14px 18px;
  color: var(--ip-dark);
  font-size: 14px;
  line-height: 1.35;
}

.ip-ppc-compare-table > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.ip-ppc-compare-head {
  color: #ffffff !important;
  text-align: center;
  font-weight: 600;
  font-size: 14px !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ip-ppc-diy-head {
  background: #26384a;
}

.ip-ppc-managed-head {
  background: #2266EE;
}

.ip-ppc-x,
.ip-ppc-ok {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  font-size: 13px;
  font-weight: 600;
}

.ip-ppc-x {
  color: #d95f59;
  background: #fff0ef;
}

.ip-ppc-ok {
  color: var(--ip-teal-dark);
  background: var(--ip-soft-teal);
}

.ip-ppc-cta-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  padding: 44px;
  min-height: 100%;
background:
  radial-gradient(circle at 100% 100%, rgba(34, 102, 238, 0.32), transparent 34%),
  radial-gradient(circle at 8% 12%, rgba(255, 255, 255, 0.10), transparent 28%),
  linear-gradient(135deg, #0E2B8D 0%, #123EAF 48%, #081E63 100%);
}

.ip-ppc-cta-card h2 {
  color: #ffffff;
  max-width: 540px;
  font-size: clamp(30px, 3.1vw, 46px);
  line-height: 1.08;
  font-weight: 600;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}

.ip-ppc-cta-card p {
  color: rgba(255, 255, 255, 0.86);
  max-width: 600px;
  font-size: 17px;
  line-height: 1.62;
  margin-bottom: 28px;
  position: relative;
  z-index: 2;
}

.ip-ppc-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  position: relative;
  z-index: 2;
}

.ip-ppc-cta-dots {
  position: absolute;
  right: 28px;
  top: 28px;
  width: 170px;
  height: 170px;
  opacity: 0.22;
  background-image: radial-gradient(#ffffff 1.2px, transparent 1.2px);
  background-size: 13px 13px;
}


/* RESPONSIVE */

@media (max-width: 1180px) {
  .ip-ppc-hero-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .ip-ppc-hero-visual {
    min-height: auto;
  }

  .ip-ppc-platform-stack {
    right: 24px;
    top: 24px;
  }

  .ip-ppc-info-grid {
    grid-template-columns: 1fr;
  }

  .ip-ppc-info-card h2 {
    text-align: left;
  }
}

@media (max-width: 1024px) {
  .ip-ppc-section {
    padding: 56px 20px;
  }

  .ip-ppc-problem-grid,
  .ip-ppc-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ip-ppc-partner {
    background: linear-gradient(180deg, #eef8fb 0%, #ffffff 100%);
  }

  .ip-ppc-partner-grid,
  .ip-ppc-final-grid {
    grid-template-columns: 1fr;
  }

  .ip-ppc-process-card {
    grid-template-columns: 1fr;
  }

  .ip-ppc-process-arrow {
    display: none;
  }

  .ip-ppc-process-step {
    max-width: 520px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .ip-ppc-section {
    padding: 46px 16px;
  }

  .ip-ppc-hero {
    min-height: auto;
    padding-top: 56px;
    background:
      radial-gradient(circle at 92% 16%, rgba(1, 172, 162, 0.13) 0, rgba(1, 172, 162, 0.13) 24%, transparent 25%),
      linear-gradient(180deg, #ffffff 0%, #f3fbfe 100%);
  }

  .ip-ppc-hero-content h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .ip-ppc-hero-text {
    font-size: 17px;
  }

  .ip-ppc-hero-actions,
  .ip-ppc-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ip-ppc-btn {
    width: 100%;
  }

  .ip-ppc-trust-row {
    gap: 16px;
  }

  .ip-ppc-dashboard-card {
    padding: 18px;
  }

  .ip-ppc-metric-grid,
  .ip-ppc-dashboard-bottom,
  .ip-ppc-problem-grid,
  .ip-ppc-service-grid,
  .ip-ppc-report-metrics {
    grid-template-columns: 1fr;
  }

  .ip-ppc-platform-stack {
    display: none;
  }

  .ip-ppc-service-card {
    grid-template-columns: 54px 1fr;
    padding: 20px;
  }

  .ip-ppc-service-icon {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }

  .ip-ppc-flow-card {
    grid-template-columns: 1fr;
  }

  .ip-ppc-flow-card i {
    transform: rotate(90deg);
    text-align: center;
  }

  .ip-ppc-check-grid,
  .ip-ppc-goal-list {
    grid-template-columns: 1fr;
  }

  .ip-ppc-goal-list p {
    grid-column: auto;
  }

  .ip-ppc-compare-table {
    grid-template-columns: 1fr;
  }

  .ip-ppc-compare-table > div {
    border-bottom: 1px solid rgba(20, 50, 74, 0.08) !important;
  }

  .ip-ppc-compare-table > div:last-child {
    border-bottom: 0 !important;
  }

  .ip-ppc-managed-head {
    grid-row: 2;
  }

  .ip-ppc-cta-card {
    padding: 34px 24px;
  }
}

@media (max-width: 480px) {
  .ip-ppc-section-title h2 {
    font-size: 28px;
  }

  .ip-ppc-dashboard-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .ip-ppc-campaign-stats {
    flex-direction: column;
  }

  .ip-ppc-bars div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/* PPC Button Color Overrides */

.ip-ppc-btn-primary {
  background: #0E2B8D !important;
  color: #ffffff !important;
  box-shadow: 0 12px 24px rgba(14, 43, 141, 0.22);
}

.ip-ppc-btn-primary:hover {
  background: #1237b3 !important;
  color: #ffffff !important;
}

/* Bottom CTA primary button: white background with blue font */
.ip-ppc-cta-card .ip-ppc-btn-primary {
  background: #ffffff !important;
  color: #0E2B8D !important;
  box-shadow: none;
}

.ip-ppc-cta-card .ip-ppc-btn-primary:hover {
  background: #eef3ff !important;
  color: #0E2B8D !important;
}

/* Bottom Contact INTELLIPLANS button: white font */
.ip-ppc-cta-card .ip-ppc-btn-light {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.65);
}

.ip-ppc-cta-card .ip-ppc-btn-light:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.14);
}/* End custom CSS */