/* Smart Bidding CTA: use the shared case-study image / copy / action pattern. */
html body.case-detail-page.smart-bidding-page .campaign-reach-hero-grid {
  align-items: start !important;
}

html body.case-detail-page.smart-bidding-page .campaign-reach-copy {
  padding-top: clamp(6px, 1vw, 14px) !important;
}

@media (min-width: 1081px) {
  html body.case-detail-page.smart-bidding-page .campaign-reach-hero-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: clamp(42px, 4vw, 60px) !important;
  }

  html body.case-detail-page.smart-bidding-page .campaign-reach-copy {
    display: block !important;
    min-height: 0 !important;
  }

  html body.case-detail-page.smart-bidding-page .smart-hero-proof {
    margin-top: clamp(30px, 3vw, 42px);
  }

  html body.case-detail-page.smart-bidding-page .smart-dashboard {
    width: 100% !important;
    max-width: 640px !important;
    justify-self: end;
  }
}

html body.case-detail-page.smart-bidding-page .campaign-kicker {
  display: block;
  margin-bottom: 16px !important;
}

html body.case-detail-page.smart-bidding-page .smart-hero-intro > p:not(.campaign-kicker) {
  max-width: 525px !important;
  margin: 0 !important;
  color: #526079 !important;
  font-size: clamp(17px, 1.22vw, 19px) !important;
  line-height: 1.62 !important;
}

html body.case-detail-page.smart-bidding-page .smart-hero-rule {
  min-height: 98px;
  margin-top: 14px;
  padding: 17px 20px;
  background: rgba(255, 250, 241, 0.72);
  border: 1px solid rgba(189, 141, 66, 0.22);
  border-left: 3px solid #bd8d42;
  border-radius: 12px;
}

html body.case-detail-page.smart-bidding-page .smart-hero-rule strong {
  display: block;
  margin-bottom: 6px;
  color: #bd8d42;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

html body.case-detail-page.smart-bidding-page .smart-hero-rule p {
  margin: 0;
  color: #526079;
  font-size: 13px;
  line-height: 1.45;
}

html body.case-detail-page.smart-bidding-page .campaign-kicker::before,
html body.case-detail-page.smart-bidding-page .campaign-kicker::after {
  content: none !important;
  display: none !important;
}

html body.case-detail-page.smart-bidding-page .campaign-insight-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(20px, 2.4vw, 30px);
  align-items: start;
}

html body.case-detail-page.smart-bidding-page .campaign-insight-card,
html body.case-detail-page.smart-bidding-page .campaign-related-card {
  min-height: 0;
  height: auto !important;
  padding: clamp(26px, 2.5vw, 36px);
  align-content: start;
  border: 1px solid rgba(16, 42, 86, 0.11) !important;
  border-radius: 12px;
  box-shadow: none !important;
}

html body.case-detail-page.smart-bidding-page .smart-key-takeaway {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  background:
    linear-gradient(145deg, rgba(246, 249, 255, 0.98), rgba(255, 252, 247, 0.98)) !important;
  border-left: 4px solid #bd8d42 !important;
}

html body.case-detail-page.smart-bidding-page .smart-key-takeaway > span {
  display: grid !important;
  place-items: center;
  width: 58px !important;
  height: 58px !important;
  color: #0b1d4f !important;
  background: #ffffff !important;
  border: 1px solid rgba(189, 141, 66, 0.34);
  border-radius: 16px !important;
  box-shadow: 0 10px 24px rgba(16, 42, 86, 0.08);
}

html body.case-detail-page.smart-bidding-page .smart-key-takeaway > span svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor !important;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

html body.case-detail-page.smart-bidding-page .smart-insight-eyebrow {
  margin: 0 0 8px;
  color: #bd8d42;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

html body.case-detail-page.smart-bidding-page .smart-key-takeaway h2,
html body.case-detail-page.smart-bidding-page .smart-services-heading h2 {
  margin: 0;
  color: #071846;
  font-size: clamp(25px, 2vw, 32px);
  line-height: 1.15;
}

html body.case-detail-page.smart-bidding-page .smart-key-takeaway p:not(.smart-insight-eyebrow) {
  max-width: 660px;
  margin: 14px 0 0;
  color: #4a5870;
  font-size: 15px;
  line-height: 1.58;
}

html body.case-detail-page.smart-bidding-page .smart-takeaway-checks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

html body.case-detail-page.smart-bidding-page .smart-takeaway-checks li {
  position: relative;
  min-height: 58px;
  padding: 12px 10px 12px 32px;
  color: #102044;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(16, 42, 86, 0.09);
  border-radius: 9px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

html body.case-detail-page.smart-bidding-page .smart-takeaway-checks li::before {
  content: "✓";
  position: absolute;
  top: 13px;
  left: 11px;
  color: #237a57;
  font-size: 15px;
  font-weight: 900;
}

html body.case-detail-page.smart-bidding-page .campaign-related-card {
  display: grid;
  grid-template-rows: max-content max-content max-content;
  gap: 20px;
  align-content: start;
  background: #ffffff !important;
}

html body.case-detail-page.smart-bidding-page .smart-related-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: max-content;
  gap: 12px;
  height: auto !important;
  align-content: start;
}

html body.case-detail-page.smart-bidding-page .smart-related-services a:not(.footer-link-arrow) {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon copy";
  gap: 4px 12px;
  min-height: 86px;
  height: auto !important;
  padding: 14px;
  align-items: center;
  color: #102044 !important;
  background: #f8faff;
  border: 1px solid rgba(16, 42, 86, 0.09);
  border-radius: 10px;
  text-align: left;
}

html body.case-detail-page.smart-bidding-page .smart-related-services a > span {
  grid-area: icon;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #bd8d42;
  background: #ffffff;
  border: 1px solid rgba(189, 141, 66, 0.22);
  border-radius: 12px;
}

html body.case-detail-page.smart-bidding-page .smart-related-services img,
html body.case-detail-page.smart-bidding-page .smart-related-services svg {
  width: 27px;
  height: 27px;
  margin: 0;
}

html body.case-detail-page.smart-bidding-page .smart-related-services strong {
  grid-area: title;
  align-self: end;
  font-size: 13px;
  line-height: 1.25;
}

html body.case-detail-page.smart-bidding-page .smart-related-services small {
  grid-area: copy;
  align-self: start;
  color: #66738a;
  font-size: 11px;
  line-height: 1.35;
}

html body.case-detail-page.smart-bidding-page .smart-services-link {
  display: inline-flex;
  gap: 8px;
  width: fit-content;
  margin: 0 !important;
  color: #0b1d4f !important;
  font-size: 14px;
  font-weight: 800;
}

html body.case-detail-page.smart-bidding-page .smart-services-link span {
  color: #bd8d42;
}

html body.case-detail-page.smart-bidding-page .campaign-bottom-cta > .container {
  width: min(100% - 72px, 1410px);
  max-width: 1410px;
}

html body.case-detail-page.smart-bidding-page .campaign-bottom-cta-grid {
  display: grid;
  grid-template-columns: clamp(250px, 23vw, 330px) minmax(420px, 1fr) minmax(220px, 270px) !important;
  gap: clamp(26px, 3vw, 46px);
  min-height: 300px;
  padding: 0 clamp(30px, 3vw, 44px) 0 0 !important;
  align-items: center;
  overflow: hidden;
  background: #fbfcfe;
  border: 1px solid rgba(16, 42, 86, 0.12);
  border-radius: 12px;
}

html body.case-detail-page.smart-bidding-page .smart-bottom-photo {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border-radius: 12px 0 0 12px;
}

html body.case-detail-page.smart-bidding-page .smart-bottom-photo img {
  height: 100%;
  min-height: 300px;
  object-position: center;
}

html body.case-detail-page.smart-bidding-page .smart-bottom-copy {
  min-width: 0;
  padding: 34px 0;
  text-align: left;
}

html body.case-detail-page.smart-bidding-page .smart-bottom-copy h2,
html body.case-detail-page.smart-bidding-page .smart-bottom-copy p {
  text-align: left;
}

html body.case-detail-page.smart-bidding-page .smart-bottom-points {
  justify-content: flex-start;
}

html body.case-detail-page.smart-bidding-page .campaign-bottom-cta .button {
  width: 100%;
  min-width: 0;
  max-width: 270px;
  min-height: 56px;
  margin: 0 !important;
  padding: 13px 20px;
  justify-self: end;
  align-self: center;
  font-size: 16px;
  line-height: 1.25;
}

@media (max-width: 1050px) {
  html body.case-detail-page.smart-bidding-page .campaign-insight-grid {
    grid-template-columns: 1fr;
  }

  html body.case-detail-page.smart-bidding-page .campaign-bottom-cta > .container {
    width: min(100% - 40px, 1410px);
  }

  html body.case-detail-page.smart-bidding-page .campaign-bottom-cta-grid {
    grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.28fr) !important;
    padding-right: clamp(26px, 4vw, 40px) !important;
  }

  html body.case-detail-page.smart-bidding-page .campaign-bottom-cta .button {
    grid-column: 2;
    width: auto;
    min-width: 260px;
    max-width: 320px;
    margin: -8px 0 34px !important;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  html body.case-detail-page.smart-bidding-page .smart-key-takeaway {
    grid-template-columns: 1fr;
  }

  html body.case-detail-page.smart-bidding-page .smart-takeaway-checks,
  html body.case-detail-page.smart-bidding-page .smart-related-services {
    grid-template-columns: 1fr;
  }

  html body.case-detail-page.smart-bidding-page .campaign-bottom-cta-grid {
    grid-template-columns: 1fr !important;
    gap: 0;
    padding: 0 22px 26px !important;
  }

  html body.case-detail-page.smart-bidding-page .smart-bottom-photo {
    height: 220px;
    min-height: 220px;
    margin: 0 -22px;
    width: calc(100% + 44px);
    border-radius: 12px 12px 0 0;
  }

  html body.case-detail-page.smart-bidding-page .smart-bottom-photo img {
    min-height: 220px;
  }

  html body.case-detail-page.smart-bidding-page .smart-bottom-copy {
    padding: 26px 0 22px;
  }

  html body.case-detail-page.smart-bidding-page .campaign-bottom-cta .button {
    grid-column: 1;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 0 !important;
    justify-self: stretch;
  }
}
