.elementor-122 .elementor-element.elementor-element-787d9bb{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c2feb06 *//* ================================
   DIGITALPARTNERS GOOGLE ADS PAGE
================================ */

.dp-ads-page,
.dp-ads-page * {
  box-sizing: border-box;
  max-width: 100%;
}

.dp-ads-page {
  overflow: hidden;
  background: #ffffff;
  color: #0B1220;
}

.dp-ads-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* SHARED */

.dp-ads-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 9px 14px;
  border-radius: 999px;
  color: #38BDF8;
  background: rgba(15, 23, 42, 0.68);
  border: 1px solid rgba(56, 189, 248, 0.28);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(16px);
}

.dp-ads-label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #38BDF8;
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.9);
}

.dp-ads-section-head {
  max-width: 780px;
  margin: 0 auto 48px;
  text-align: center;
}

.dp-ads-section-head span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  padding: 9px 14px;
  border-radius: 999px;
  color: #2563EB;
  background: rgba(37, 99, 235, 0.075);
  border: 1px solid rgba(37, 99, 235, 0.12);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dp-ads-section-head span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #38BDF8;
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.9);
}

.dp-ads-section-head h2 {
  margin: 0;
  color: #0B1220;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.dp-ads-section-head p {
  max-width: 700px;
  margin: 18px auto 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 560;
}

.dp-ads-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none !important;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease;
}

.dp-ads-btn--primary {
  color: #F8FAFC !important;
  background: linear-gradient(135deg, #2563EB 0%, #38BDF8 100%);
  box-shadow: 0 20px 52px rgba(37, 99, 235, 0.36);
}

.dp-ads-btn--secondary {
  color: #F8FAFC !important;
  border: 1px solid rgba(248, 250, 252, 0.16);
  background: rgba(248, 250, 252, 0.07);
  backdrop-filter: blur(16px);
}

.dp-ads-btn:hover {
  transform: translateY(-3px);
}

.dp-ads-btn--primary:hover {
  box-shadow: 0 26px 64px rgba(56, 189, 248, 0.34);
}

.dp-ads-btn--secondary:hover {
  border-color: rgba(56, 189, 248, 0.45);
  background: rgba(56, 189, 248, 0.1);
}

/* HERO */

.dp-ads-hero {
  position: relative;
  overflow: hidden;
  padding: 165px 20px 110px;
  background:
    radial-gradient(circle at 15% 18%, rgba(37, 99, 235, 0.36), transparent 34%),
    radial-gradient(circle at 84% 28%, rgba(56, 189, 248, 0.24), transparent 32%),
    radial-gradient(circle at 50% 100%, rgba(37, 99, 235, 0.18), transparent 42%),
    linear-gradient(135deg, #0B1220 0%, #111827 52%, #0B1220 100%);
  color: #F8FAFC;
}

.dp-ads-hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(248, 250, 252, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(248, 250, 252, 0.06) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 88%);
  pointer-events: none;
}

.dp-ads-hero__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(22px);
  pointer-events: none;
}

.dp-ads-hero__glow--one {
  width: 350px;
  height: 350px;
  left: -150px;
  top: 130px;
  background: rgba(37, 99, 235, 0.38);
}

.dp-ads-hero__glow--two {
  width: 470px;
  height: 470px;
  right: -180px;
  bottom: -150px;
  background: rgba(56, 189, 248, 0.2);
}

.dp-ads-hero__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.78fr);
  gap: 72px;
  align-items: center;
}

.dp-ads-hero__content {
  max-width: 790px;
}

.dp-ads-hero h1 {
  margin: 0;
  color: #F8FAFC;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 0.96;
  letter-spacing: -0.065em;
  font-weight: 950;
}

.dp-ads-hero p {
  max-width: 680px;
  margin: 28px 0 0;
  color: rgba(248, 250, 252, 0.76);
  font-size: 18px;
  line-height: 1.75;
  font-weight: 560;
}

.dp-ads-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.dp-ads-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 700px;
  margin-top: 46px;
}

.dp-ads-hero__stats div {
  padding: 18px;
  border-radius: 20px;
  background: rgba(248, 250, 252, 0.055);
  border: 1px solid rgba(248, 250, 252, 0.11);
  backdrop-filter: blur(16px);
}

.dp-ads-hero__stats strong {
  display: block;
  margin-bottom: 5px;
  color: #F8FAFC;
  font-size: 15px;
  font-weight: 900;
}

.dp-ads-hero__stats span {
  display: block;
  color: rgba(248, 250, 252, 0.58);
  font-size: 13px;
  line-height: 1.4;
}

/* HERO VISUAL */

.dp-ads-hero__visual {
  position: relative;
  min-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dp-ads-dashboard {
  position: relative;
  width: 100%;
  max-width: 480px;
  padding: 24px;
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(248, 250, 252, 0.13), rgba(248, 250, 252, 0.045)),
    rgba(15, 23, 42, 0.76);
  border: 1px solid rgba(248, 250, 252, 0.14);
  box-shadow:
    0 36px 95px rgba(0, 0, 0, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(24px);
}

.dp-ads-dashboard::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.48), transparent 38%, rgba(37, 99, 235, 0.36));
  opacity: 0.62;
}

.dp-ads-dashboard__top {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}

.dp-ads-dashboard__dots {
  display: flex;
  gap: 7px;
}

.dp-ads-dashboard__dots span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.24);
}

.dp-ads-dashboard__dots span:nth-child(1) {
  background: #38BDF8;
}

.dp-ads-dashboard__dots span:nth-child(2) {
  background: #2563EB;
}

.dp-ads-dashboard__bar {
  flex: 1;
  height: 14px;
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.08);
}

.dp-ads-dashboard__search {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(11, 18, 32, 0.54);
  border: 1px solid rgba(248, 250, 252, 0.1);
}

.dp-ads-dashboard__search span {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563EB, #38BDF8);
}

.dp-ads-dashboard__search div {
  flex: 1;
  height: 12px;
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.16);
}

.dp-ads-dashboard__ad-card {
  position: relative;
  margin-top: 18px;
  padding: 22px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 22%, rgba(56, 189, 248, 0.16), transparent 30%),
    rgba(248, 250, 252, 0.075);
  border: 1px solid rgba(248, 250, 252, 0.12);
}

.dp-ads-dashboard__badge {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #38BDF8;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.22);
  font-size: 11px;
  font-weight: 950;
}

.dp-ads-dashboard__ad-card h2 {
  width: 75%;
  height: 20px;
  margin: 0 0 14px;
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.22);
}

.dp-ads-dashboard__ad-card p {
  width: 92%;
  height: 9px;
  margin: 0 0 10px;
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.13);
}

.dp-ads-dashboard__ad-card div:last-child {
  width: 110px;
  height: 34px;
  margin-top: 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563EB, #38BDF8);
}

.dp-ads-dashboard__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.dp-ads-dashboard__metrics div {
  padding: 14px;
  border-radius: 18px;
  background: rgba(248, 250, 252, 0.075);
  border: 1px solid rgba(248, 250, 252, 0.1);
}

.dp-ads-dashboard__metrics strong {
  display: block;
  margin-bottom: 4px;
  color: #F8FAFC;
  font-size: 14px;
  font-weight: 900;
}

.dp-ads-dashboard__metrics span {
  display: block;
  color: rgba(248, 250, 252, 0.58);
  font-size: 12px;
}

.dp-ads-float {
  position: absolute;
  z-index: 4;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(15, 23, 42, 0.82);
  border: 1px solid rgba(248, 250, 252, 0.14);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(18px);
}

.dp-ads-float--one {
  left: -14px;
  top: 88px;
}

.dp-ads-float--two {
  right: -12px;
  bottom: 92px;
}

.dp-ads-float strong {
  display: block;
  color: #F8FAFC;
  font-size: 14px;
  font-weight: 900;
}

.dp-ads-float span {
  display: block;
  margin-top: 4px;
  color: rgba(248, 250, 252, 0.58);
  font-size: 12px;
}

/* INTRO */

.dp-ads-intro {
  padding: 95px 20px 100px;
  background:
    radial-gradient(circle at 12% 24%, rgba(37, 99, 235, 0.075), transparent 30%),
    radial-gradient(circle at 88% 72%, rgba(56, 189, 248, 0.10), transparent 32%),
    linear-gradient(180deg, #F8FAFC 0%, #ffffff 46%, #EEF6FF 100%);
}

.dp-ads-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.dp-ads-value-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  min-height: 270px;
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.88));
  border: 1px solid rgba(37, 99, 235, 0.11);
  box-shadow:
    0 22px 60px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: 0.25s ease;
}

.dp-ads-value-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: 0 30px 78px rgba(37, 99, 235, 0.13);
}

.dp-ads-value-card::before {
  content: "";
  position: absolute;
  right: -75px;
  top: -75px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.12);
}

.dp-ads-value-card__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 18px;
  color: #F8FAFC;
  font-size: 22px;
  font-weight: 950;
  background: linear-gradient(135deg, #2563EB 0%, #38BDF8 100%);
  box-shadow: 0 16px 38px rgba(37, 99, 235, 0.28);
}

.dp-ads-value-card h3 {
  margin: 0 0 12px;
  color: #0B1220;
  font-size: 22px;
  line-height: 1.14;
  letter-spacing: -0.035em;
  font-weight: 950;
}

.dp-ads-value-card p {
  margin: 0;
  color: #475569;
  font-size: 14.8px;
  line-height: 1.72;
}

/* INCLUDED */

.dp-ads-included {
  padding: 0 20px 100px;
  background: #EEF6FF;
}

.dp-ads-included__box {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 50px;
  align-items: center;
  padding: 46px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 18% 20%, rgba(56, 189, 248, 0.15), transparent 28%),
    linear-gradient(135deg, #0B1220 0%, #111827 52%, #0B1220 100%);
  border: 1px solid rgba(56, 189, 248, 0.16);
  box-shadow: 0 34px 95px rgba(15, 23, 42, 0.2);
}

.dp-ads-included__box::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(248, 250, 252, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(248, 250, 252, 0.07) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.dp-ads-included__content,
.dp-ads-included__list {
  position: relative;
  z-index: 2;
}

.dp-ads-included__content h2 {
  margin: 0;
  color: #F8FAFC;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.dp-ads-included__content p {
  margin: 22px 0 0;
  color: rgba(248, 250, 252, 0.72);
  font-size: 16px;
  line-height: 1.78;
}

.dp-ads-text-link {
  display: inline-flex;
  align-items: center;
  margin-top: 28px;
  color: #38BDF8 !important;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none !important;
}

.dp-ads-text-link::after {
  content: "→";
  margin-left: 8px;
  transition: transform 0.22s ease;
}

.dp-ads-text-link:hover::after {
  transform: translateX(4px);
}

.dp-ads-included__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.dp-ads-included__list div {
  padding: 22px;
  border-radius: 24px;
  background: rgba(248, 250, 252, 0.075);
  border: 1px solid rgba(248, 250, 252, 0.12);
  backdrop-filter: blur(18px);
}

.dp-ads-included__list strong {
  display: inline-flex;
  margin-bottom: 10px;
  color: #38BDF8;
  font-size: 13px;
  font-weight: 950;
}

.dp-ads-included__list h3 {
  margin: 0 0 8px;
  color: #F8FAFC;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 950;
}

.dp-ads-included__list p {
  margin: 0;
  color: rgba(248, 250, 252, 0.66);
  font-size: 14px;
  line-height: 1.65;
}

/* TYPES */

.dp-ads-types {
  padding: 95px 20px 100px;
  background:
    radial-gradient(circle at 12% 20%, rgba(37, 99, 235, 0.07), transparent 30%),
    linear-gradient(180deg, #EEF6FF 0%, #ffffff 100%);
}

.dp-ads-types-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.dp-ads-type-card {
  position: relative;
  overflow: hidden;
  min-height: 370px;
  padding: 26px;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.88));
  border: 1px solid rgba(37, 99, 235, 0.11);
  box-shadow:
    0 22px 60px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.dp-ads-type-card::before {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 170px;
  height: 170px;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.12);
}

.dp-ads-type-card--featured {
  background:
    radial-gradient(circle at 18% 18%, rgba(56, 189, 248, 0.16), transparent 30%),
    linear-gradient(135deg, #0B1220 0%, #111827 58%, #0B1220 100%);
  border-color: rgba(56, 189, 248, 0.22);
}

.dp-ads-type-card > span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #38BDF8;
  background: rgba(56, 189, 248, 0.10);
  border: 1px solid rgba(56, 189, 248, 0.2);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.dp-ads-type-card h3 {
  margin: 0 0 12px;
  color: #0B1220;
  font-size: 22px;
  line-height: 1.12;
  letter-spacing: -0.035em;
  font-weight: 950;
}

.dp-ads-type-card p {
  margin: 0;
  color: #475569;
  font-size: 14.5px;
  line-height: 1.7;
}

.dp-ads-type-card ul {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.dp-ads-type-card li {
  position: relative;
  padding-left: 22px;
  color: #1E293B;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 760;
}

.dp-ads-type-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #38BDF8;
  box-shadow: 0 0 0 5px rgba(56, 189, 248, 0.10);
}

.dp-ads-type-card--featured h3,
.dp-ads-type-card--featured li {
  color: #F8FAFC;
}

.dp-ads-type-card--featured p {
  color: rgba(248, 250, 252, 0.68);
}

/* PROCESS */

.dp-ads-process {
  padding: 95px 20px 100px;
  background: #ffffff;
}

.dp-ads-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.dp-ads-process-grid article {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 26px;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.88));
  border: 1px solid rgba(37, 99, 235, 0.11);
  box-shadow:
    0 22px 60px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.dp-ads-process-grid article span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 28px;
  border-radius: 18px;
  background: linear-gradient(135deg, #2563EB 0%, #38BDF8 100%);
  color: #F8FAFC;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 16px 38px rgba(37, 99, 235, 0.28);
}

.dp-ads-process-grid article h3 {
  margin: 0 0 10px;
  color: #0B1220;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 950;
}

.dp-ads-process-grid article p {
  margin: 0;
  color: #475569;
  font-size: 14.5px;
  line-height: 1.7;
}

/* LANDING */

.dp-ads-landing {
  padding: 0 20px 100px;
  background: #ffffff;
}

.dp-ads-landing__box {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 52px;
  align-items: center;
  padding: 46px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 16% 20%, rgba(56, 189, 248, 0.17), transparent 28%),
    linear-gradient(135deg, #0B1220 0%, #111827 52%, #0B1220 100%);
  border: 1px solid rgba(56, 189, 248, 0.16);
  box-shadow: 0 34px 95px rgba(15, 23, 42, 0.2);
}

.dp-ads-landing__box::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(248, 250, 252, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(248, 250, 252, 0.07) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.dp-ads-landing__visual,
.dp-ads-landing__content {
  position: relative;
  z-index: 2;
}

.dp-ads-landing-card {
  padding: 28px;
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(248, 250, 252, 0.13), rgba(248, 250, 252, 0.045)),
    rgba(15, 23, 42, 0.78);
  border: 1px solid rgba(248, 250, 252, 0.14);
  box-shadow:
    0 28px 75px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(20px);
}

.dp-ads-landing-card__top {
  display: flex;
  gap: 7px;
  margin-bottom: 24px;
}

.dp-ads-landing-card__top span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.22);
}

.dp-ads-landing-card__top span:nth-child(1) {
  background: #38BDF8;
}

.dp-ads-landing-card__top span:nth-child(2) {
  background: #2563EB;
}

.dp-ads-landing-card__hero {
  height: 90px;
  margin-bottom: 18px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 20% 40%, rgba(56, 189, 248, 0.28), transparent 28%),
    linear-gradient(135deg, rgba(37, 99, 235, 0.7), rgba(56, 189, 248, 0.24));
}

.dp-ads-landing-card__line {
  height: 12px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.12);
}

.dp-ads-landing-card__line--large {
  width: 78%;
  height: 24px;
  background: rgba(248, 250, 252, 0.22);
}

.dp-ads-landing-card__button {
  width: 118px;
  height: 36px;
  margin-top: 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563EB, #38BDF8);
}

.dp-ads-landing-card__bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.dp-ads-landing-card__bottom div {
  min-height: 62px;
  border-radius: 18px;
  background: rgba(248, 250, 252, 0.075);
  border: 1px solid rgba(248, 250, 252, 0.1);
}

.dp-ads-landing__content h2 {
  margin: 0;
  color: #F8FAFC;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.dp-ads-landing__content p {
  margin: 22px 0 0;
  color: rgba(248, 250, 252, 0.72);
  font-size: 16px;
  line-height: 1.78;
}

.dp-ads-landing__checks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.dp-ads-landing__checks div {
  position: relative;
  padding: 15px 16px 15px 42px;
  border-radius: 18px;
  color: rgba(248, 250, 252, 0.86);
  background: rgba(248, 250, 252, 0.075);
  border: 1px solid rgba(248, 250, 252, 0.12);
  font-size: 14px;
  font-weight: 760;
}

.dp-ads-landing__checks div::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 20px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #38BDF8;
  box-shadow: 0 0 0 5px rgba(56, 189, 248, 0.12);
}

/* FAQ */

.dp-ads-faq {
  padding: 95px 20px 100px;
  background:
    radial-gradient(circle at 12% 20%, rgba(37, 99, 235, 0.07), transparent 30%),
    linear-gradient(180deg, #F8FAFC 0%, #ffffff 100%);
}

.dp-ads-faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.dp-ads-faq-list details {
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(37, 99, 235, 0.1);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
}

.dp-ads-faq-list summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 22px 62px 22px 24px;
  color: #0B1220;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.dp-ads-faq-list summary::-webkit-details-marker {
  display: none;
}

.dp-ads-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(37, 99, 235, 0.08);
  color: #2563EB;
  font-size: 22px;
  font-weight: 800;
}

.dp-ads-faq-list details[open] summary::after {
  content: "–";
  background: linear-gradient(135deg, #2563EB 0%, #38BDF8 100%);
  color: #F8FAFC;
}

.dp-ads-faq-list p {
  margin: 0;
  padding: 0 24px 24px;
  color: #475569;
  font-size: 15px;
  line-height: 1.75;
}

/* FINAL CTA */

.dp-ads-final {
  padding: 0 20px 105px;
  background: #ffffff;
}

.dp-ads-final__box {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: 44px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 10% 20%, rgba(56, 189, 248, 0.18), transparent 32%),
    linear-gradient(135deg, #0B1220 0%, #111827 55%, #0B1220 100%);
  border: 1px solid rgba(56, 189, 248, 0.16);
  box-shadow: 0 34px 95px rgba(15, 23, 42, 0.22);
}

.dp-ads-final__box::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(248, 250, 252, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(248, 250, 252, 0.07) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
}

.dp-ads-final__box > div {
  position: relative;
  z-index: 2;
}

.dp-ads-final h2 {
  max-width: 760px;
  margin: 0;
  color: #F8FAFC;
  font-size: clamp(30px, 3.6vw, 50px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.dp-ads-final p {
  max-width: 660px;
  margin: 18px 0 0;
  color: rgba(248, 250, 252, 0.72);
  font-size: 16px;
  line-height: 1.75;
}

.dp-ads-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

/* RESPONSIVE */

@media (max-width: 1050px) {
  .dp-ads-hero__container {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .dp-ads-hero__visual {
    min-height: auto;
  }

  .dp-ads-dashboard {
    max-width: 100%;
  }

  .dp-ads-float {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-top: 14px;
  }

  .dp-ads-value-grid,
  .dp-ads-types-grid,
  .dp-ads-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dp-ads-included__box,
  .dp-ads-landing__box,
  .dp-ads-final__box {
    grid-template-columns: 1fr;
  }

  .dp-ads-final__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  html,
  body {
    overflow-x: hidden !important;
  }

  .dp-ads-page {
    overflow-x: hidden !important;
  }

  .dp-ads-hero {
    padding: 118px 16px 70px !important;
  }

  .dp-ads-hero__container {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .dp-ads-hero__content {
    width: 100% !important;
    max-width: 100% !important;
  }

  .dp-ads-label {
    font-size: 11px !important;
    line-height: 1.1 !important;
    padding: 8px 13px !important;
    white-space: normal !important;
  }

  .dp-ads-hero h1 {
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(33px, 10vw, 42px) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.045em !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    hyphens: auto !important;
  }

  .dp-ads-hero p {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 24px !important;
    font-size: 15.8px !important;
    line-height: 1.72 !important;
    overflow-wrap: break-word !important;
  }

  .dp-ads-hero__buttons {
    width: 100% !important;
    flex-direction: column !important;
    gap: 12px !important;
    margin-top: 34px !important;
  }

  .dp-ads-btn {
    width: 100% !important;
    min-height: 56px !important;
    padding: 0 18px !important;
    text-align: center !important;
    white-space: normal !important;
  }

  .dp-ads-hero__stats {
    width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-top: 30px !important;
  }

  .dp-ads-hero__visual {
    display: none !important;
  }

  .dp-ads-intro,
  .dp-ads-types,
  .dp-ads-process,
  .dp-ads-faq {
    padding: 72px 16px !important;
  }

  .dp-ads-included,
  .dp-ads-landing,
  .dp-ads-final {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .dp-ads-container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .dp-ads-section-head {
    text-align: left;
    margin-bottom: 34px;
  }

  .dp-ads-section-head p {
    margin-left: 0;
    margin-right: 0;
  }

  .dp-ads-section-head h2,
  .dp-ads-included__content h2,
  .dp-ads-landing__content h2,
  .dp-ads-final h2 {
    font-size: clamp(29px, 8.8vw, 40px) !important;
    line-height: 1.06 !important;
    letter-spacing: -0.045em !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
  }

  .dp-ads-section-head p,
  .dp-ads-included__content p,
  .dp-ads-landing__content p,
  .dp-ads-final p {
    font-size: 15.5px !important;
    line-height: 1.7 !important;
  }

  .dp-ads-value-grid,
  .dp-ads-types-grid,
  .dp-ads-process-grid,
  .dp-ads-included__list,
  .dp-ads-landing__checks {
    grid-template-columns: 1fr !important;
  }

  .dp-ads-value-card,
  .dp-ads-type-card,
  .dp-ads-process-grid article {
    min-height: auto !important;
    padding: 24px !important;
    border-radius: 26px !important;
  }

  .dp-ads-included__box,
  .dp-ads-landing__box,
  .dp-ads-final__box {
    width: 100% !important;
    grid-template-columns: 1fr !important;
    padding: 24px !important;
    border-radius: 28px !important;
    overflow: hidden !important;
  }

  .dp-ads-landing-card__bottom,
  .dp-ads-dashboard__metrics {
    grid-template-columns: 1fr !important;
  }

  .dp-ads-final__actions {
    width: 100% !important;
    flex-direction: column !important;
  }
}

@media (max-width: 420px) {
  .dp-ads-hero {
    padding-top: 112px !important;
  }

  .dp-ads-hero h1 {
    font-size: clamp(30px, 9.8vw, 38px) !important;
    line-height: 1.05 !important;
  }

  .dp-ads-hero p {
    font-size: 15.2px !important;
  }

  .dp-ads-section-head h2,
  .dp-ads-included__content h2,
  .dp-ads-landing__content h2,
  .dp-ads-final h2 {
    font-size: clamp(27px, 8.6vw, 36px) !important;
  }
}/* End custom CSS */