.elementor-120 .elementor-element.elementor-element-94c5351{--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-dac2923 *//* ================================
   DIGITALPARTNERS ONLINE MARKETING PAGE
================================ */

.dp-om-page,
.dp-om-page * {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden !important;
}

.dp-om-page {
  overflow: hidden;
  background: #ffffff;
  color: #0B1220;
}

.dp-om-container,
.dp-om-hero__container {
  width: min(1200px, calc(100% - 40px));
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* ================================
   SHARED
================================ */

.dp-om-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-om-label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #38BDF8;
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.9);
}

.dp-om-section-head {
  max-width: 780px;
  margin: 0 auto 48px;
  text-align: center;
}

.dp-om-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-om-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-om-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-om-section-head p {
  max-width: 700px;
  margin: 18px auto 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 560;
}

.dp-om-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-om-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-om-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-om-btn:hover {
  transform: translateY(-3px);
}

.dp-om-btn--primary:hover {
  box-shadow: 0 26px 64px rgba(56, 189, 248, 0.34);
}

.dp-om-btn--secondary:hover {
  border-color: rgba(56, 189, 248, 0.45);
  background: rgba(56, 189, 248, 0.1);
}

/* ================================
   HERO
================================ */

.dp-om-hero {
  position: relative;
  overflow: hidden;
  padding: 155px 20px 95px;
  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-om-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-om-hero__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(22px);
  pointer-events: none;
}

.dp-om-hero__glow--one {
  width: 350px;
  height: 350px;
  left: -150px;
  top: 130px;
  background: rgba(37, 99, 235, 0.38);
}

.dp-om-hero__glow--two {
  width: 470px;
  height: 470px;
  right: -180px;
  bottom: -150px;
  background: rgba(56, 189, 248, 0.2);
}

.dp-om-hero__container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(390px, 0.78fr);
  gap: 58px;
  align-items: center;
}

.dp-om-hero__content {
  max-width: 720px;
}

.dp-om-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #F8FAFC;
  font-size: clamp(44px, 4.6vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.dp-om-hero p {
  max-width: 610px;
  margin: 26px 0 0;
  color: rgba(248, 250, 252, 0.76);
  font-size: 17px;
  line-height: 1.72;
  font-weight: 560;
}

.dp-om-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 680px;
  margin-top: 42px;
}

.dp-om-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-om-hero__stats strong {
  display: block;
  margin-bottom: 5px;
  color: #F8FAFC;
  font-size: 15px;
  font-weight: 900;
}

.dp-om-hero__stats span {
  display: block;
  color: rgba(248, 250, 252, 0.58);
  font-size: 13px;
  line-height: 1.4;
}

/* HERO VISUAL */

.dp-om-hero__visual {
  position: relative;
  min-height: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dp-om-dashboard {
  position: relative;
  width: 100%;
  max-width: 455px;
  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-om-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-om-dashboard__top {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.dp-om-dashboard__dots {
  display: flex;
  gap: 7px;
}

.dp-om-dashboard__dots span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.24);
}

.dp-om-dashboard__dots span:nth-child(1) {
  background: #38BDF8;
}

.dp-om-dashboard__dots span:nth-child(2) {
  background: #2563EB;
}

.dp-om-dashboard__bar {
  flex: 1;
  height: 14px;
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.08);
}

.dp-om-dashboard__main {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 16px;
}

.dp-om-dashboard__growth {
  height: 190px;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(11, 18, 32, 0.54);
  border: 1px solid rgba(248, 250, 252, 0.1);
}

.dp-om-dashboard__growth div {
  flex: 1;
  min-height: 26px;
  border-radius: 999px 999px 10px 10px;
  background: linear-gradient(180deg, #38BDF8 0%, #2563EB 100%);
  box-shadow: 0 0 24px rgba(56, 189, 248, 0.18);
}

.dp-om-dashboard__side {
  display: grid;
  gap: 12px;
}

.dp-om-dashboard__side div {
  min-height: 52px;
  border-radius: 18px;
  background: rgba(248, 250, 252, 0.08);
  border: 1px solid rgba(248, 250, 252, 0.08);
}

.dp-om-dashboard__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.dp-om-dashboard__cards div {
  padding: 14px;
  border-radius: 18px;
  background: rgba(248, 250, 252, 0.075);
  border: 1px solid rgba(248, 250, 252, 0.1);
}

.dp-om-dashboard__cards strong {
  display: block;
  margin-bottom: 4px;
  color: #F8FAFC;
  font-size: 14px;
  font-weight: 900;
}

.dp-om-dashboard__cards span {
  display: block;
  color: rgba(248, 250, 252, 0.58);
  font-size: 12px;
}

/* ================================
   INTRO
================================ */

.dp-om-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-om-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.dp-om-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-om-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-om-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-om-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-om-value-card h3 {
  margin: 0 0 12px;
  color: #0B1220;
  font-size: 22px;
  line-height: 1.14;
  letter-spacing: -0.035em;
  font-weight: 950;
}

.dp-om-value-card p {
  margin: 0;
  color: #475569;
  font-size: 14.8px;
  line-height: 1.72;
}

/* ================================
   INCLUDED
================================ */

.dp-om-included {
  padding: 0 20px 100px;
  background: #EEF6FF;
}

.dp-om-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-om-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-om-included__content,
.dp-om-included__list {
  position: relative;
  z-index: 2;
}

.dp-om-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-om-included__content p {
  margin: 22px 0 0;
  color: rgba(248, 250, 252, 0.72);
  font-size: 16px;
  line-height: 1.78;
}

.dp-om-included__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.dp-om-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-om-included__list strong {
  display: inline-flex;
  margin-bottom: 10px;
  color: #38BDF8;
  font-size: 13px;
  font-weight: 950;
}

.dp-om-included__list h3 {
  margin: 0 0 8px;
  color: #F8FAFC;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 950;
}

.dp-om-included__list p {
  margin: 0;
  color: rgba(248, 250, 252, 0.66);
  font-size: 14px;
  line-height: 1.65;
}

/* ================================
   TYPES
================================ */

.dp-om-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-om-types-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.dp-om-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-om-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-om-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-om-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-om-type-card h3 {
  margin: 0 0 12px;
  color: #0B1220;
  font-size: 22px;
  line-height: 1.12;
  letter-spacing: -0.035em;
  font-weight: 950;
}

.dp-om-type-card p {
  margin: 0;
  color: #475569;
  font-size: 14.5px;
  line-height: 1.7;
}

.dp-om-type-card ul {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.dp-om-type-card li {
  position: relative;
  padding-left: 22px;
  color: #1E293B;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 760;
}

.dp-om-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-om-type-card--featured h3,
.dp-om-type-card--featured li {
  color: #F8FAFC;
}

.dp-om-type-card--featured p {
  color: rgba(248, 250, 252, 0.68);
}

/* ================================
   PROCESS
================================ */

.dp-om-process {
  padding: 95px 20px 100px;
  background: #ffffff;
}

.dp-om-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.dp-om-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-om-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-om-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-om-process-grid article p {
  margin: 0;
  color: #475569;
  font-size: 14.5px;
  line-height: 1.7;
}

/* ================================
   CONVERSION SECTION
================================ */

.dp-om-conversion {
  padding: 0 20px 100px;
  background: #ffffff;
}

.dp-om-conversion__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-om-conversion__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-om-conversion__visual,
.dp-om-conversion__content {
  position: relative;
  z-index: 2;
}

.dp-om-funnel-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-om-funnel-card__top {
  display: flex;
  gap: 7px;
  margin-bottom: 26px;
}

.dp-om-funnel-card__top span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.22);
}

.dp-om-funnel-card__top span:nth-child(1) {
  background: #38BDF8;
}

.dp-om-funnel-card__top span:nth-child(2) {
  background: #2563EB;
}

.dp-om-funnel {
  display: grid;
  gap: 14px;
  padding: 20px;
  border-radius: 24px;
  background: rgba(11, 18, 32, 0.54);
  border: 1px solid rgba(248, 250, 252, 0.1);
}

.dp-om-funnel div {
  height: 42px;
  margin: 0 auto;
  border-radius: 14px;
  background: linear-gradient(135deg, #2563EB, #38BDF8);
  box-shadow: 0 0 24px rgba(56, 189, 248, 0.18);
}

.dp-om-funnel div:nth-child(1) {
  width: 100%;
}

.dp-om-funnel div:nth-child(2) {
  width: 72%;
}

.dp-om-funnel div:nth-child(3) {
  width: 46%;
}

.dp-om-funnel-card__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.dp-om-funnel-card__items div {
  padding: 16px;
  border-radius: 20px;
  background: rgba(248, 250, 252, 0.075);
  border: 1px solid rgba(248, 250, 252, 0.1);
}

.dp-om-funnel-card__items strong {
  display: block;
  margin-bottom: 5px;
  color: #F8FAFC;
  font-size: 14px;
  font-weight: 900;
}

.dp-om-funnel-card__items span {
  display: block;
  color: rgba(248, 250, 252, 0.58);
  font-size: 12px;
}

.dp-om-conversion__content h2 {
  margin: 0;
  color: #F8FAFC;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.dp-om-conversion__content p {
  margin: 22px 0 0;
  color: rgba(248, 250, 252, 0.72);
  font-size: 16px;
  line-height: 1.78;
}

.dp-om-conversion__checks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.dp-om-conversion__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-om-conversion__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-om-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-om-faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.dp-om-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-om-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-om-faq-list summary::-webkit-details-marker {
  display: none;
}

.dp-om-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-om-faq-list details[open] summary::after {
  content: "–";
  background: linear-gradient(135deg, #2563EB 0%, #38BDF8 100%);
  color: #F8FAFC;
}

.dp-om-faq-list p {
  margin: 0;
  padding: 0 24px 24px;
  color: #475569;
  font-size: 15px;
  line-height: 1.75;
}

/* ================================
   FINAL CTA
================================ */

.dp-om-final {
  padding: 0 20px 105px;
  background: #ffffff;
}

.dp-om-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-om-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-om-final__box > div {
  position: relative;
  z-index: 2;
}

.dp-om-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-om-final p {
  max-width: 660px;
  margin: 18px 0 0;
  color: rgba(248, 250, 252, 0.72);
  font-size: 16px;
  line-height: 1.75;
}

.dp-om-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 1050px) {
  .dp-om-container,
  .dp-om-hero__container {
    width: min(100% - 32px, 1200px);
  }

  .dp-om-hero__container {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .dp-om-hero__content {
    max-width: 820px;
  }

  .dp-om-hero h1 {
    max-width: 820px;
    font-size: clamp(40px, 6vw, 58px);
  }

  .dp-om-hero__visual {
    min-height: auto;
  }

  .dp-om-dashboard {
    max-width: 100%;
  }

  .dp-om-value-grid,
  .dp-om-types-grid,
  .dp-om-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dp-om-included__box,
  .dp-om-conversion__box,
  .dp-om-final__box {
    grid-template-columns: 1fr;
  }

  .dp-om-final__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .dp-om-container,
  .dp-om-hero__container {
    width: 100%;
    max-width: 100%;
  }

  .dp-om-page {
    overflow-x: hidden !important;
  }

  .dp-om-hero {
    padding: 118px 16px 70px !important;
    overflow-x: hidden !important;
  }

  .dp-om-hero__container {
    display: block !important;
  }

  .dp-om-hero__content {
    width: 100%;
    max-width: 100%;
  }

  .dp-om-label {
    max-width: 100%;
    font-size: 11px !important;
    line-height: 1.1 !important;
    padding: 8px 13px !important;
    white-space: normal !important;
  }

  .dp-om-hero h1 {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    font-size: clamp(31px, 10vw, 40px) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.045em !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    hyphens: auto !important;
  }

  .dp-om-hero p {
    width: 100%;
    max-width: 100%;
    margin-top: 24px !important;
    font-size: 15.6px !important;
    line-height: 1.72 !important;
    overflow-wrap: break-word !important;
  }

  .dp-om-hero__stats {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 30px;
  }

  .dp-om-hero__visual {
    display: none;
  }

  .dp-om-intro,
  .dp-om-types,
  .dp-om-process,
  .dp-om-faq {
    padding: 72px 16px;
    overflow-x: hidden;
  }

  .dp-om-section-head {
    text-align: left;
    margin-bottom: 34px;
  }

  .dp-om-section-head p {
    margin-left: 0;
    margin-right: 0;
  }

  .dp-om-section-head h2,
  .dp-om-included__content h2,
  .dp-om-conversion__content h2,
  .dp-om-final h2 {
    font-size: clamp(28px, 8.8vw, 38px) !important;
    line-height: 1.06 !important;
    letter-spacing: -0.045em !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    hyphens: auto !important;
  }

  .dp-om-section-head p,
  .dp-om-included__content p,
  .dp-om-conversion__content p,
  .dp-om-final p {
    font-size: 15.5px;
    line-height: 1.7;
  }

  .dp-om-value-grid,
  .dp-om-types-grid,
  .dp-om-process-grid,
  .dp-om-included__list,
  .dp-om-conversion__checks,
  .dp-om-dashboard__main,
  .dp-om-dashboard__cards,
  .dp-om-funnel-card__items {
    grid-template-columns: 1fr;
  }

  .dp-om-value-card,
  .dp-om-type-card,
  .dp-om-process-grid article {
    width: 100%;
    min-height: auto;
    padding: 24px;
    border-radius: 26px;
  }

  .dp-om-included {
    padding: 0 16px 72px;
  }

  .dp-om-included__box,
  .dp-om-conversion__box,
  .dp-om-final__box {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
    padding: 24px;
    border-radius: 28px;
    overflow: hidden;
  }

  .dp-om-conversion {
    padding: 0 16px 72px;
  }

  .dp-om-faq-list summary {
    padding: 20px 58px 20px 20px;
    font-size: 16px;
  }

  .dp-om-faq-list p {
    padding: 0 20px 22px;
    font-size: 14.5px;
  }

  .dp-om-final {
    padding: 0 16px 78px;
  }

  .dp-om-final__actions {
    width: 100%;
    flex-direction: column;
  }

  .dp-om-btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .dp-om-hero {
    padding-top: 112px !important;
  }

  .dp-om-hero h1 {
    font-size: clamp(30px, 9.8vw, 37px) !important;
    line-height: 1.05 !important;
  }

  .dp-om-hero p {
    font-size: 15.2px !important;
  }

  .dp-om-label,
  .dp-om-section-head span {
    font-size: 11px;
  }

  .dp-om-section-head h2,
  .dp-om-included__content h2,
  .dp-om-conversion__content h2,
  .dp-om-final h2 {
    font-size: clamp(27px, 8.6vw, 36px) !important;
  }

  .dp-om-included__box,
  .dp-om-conversion__box,
  .dp-om-final__box {
    padding: 23px;
  }
}/* End custom CSS */