.dp-savings {
  scroll-margin-top: 78px;
  color: #14233a;
  background: var(--surface-secondary);
  border-top: 1px solid #dce3ec;
  border-bottom: 1px solid #dce3ec;
}

#dynamic-discounting { scroll-margin-top: 78px; }

.dp-savings-head {
  max-width: 920px;
  margin: 0 auto 72px;
  text-align: center;
}

.dp-savings-head .section-subheading { max-width: 760px; }

.dp-saving-row {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(560px, 1.22fr);
  align-items: center;
  gap: 72px;
  padding: 34px 0 92px;
}

.dp-saving-row + .dp-saving-row {
  padding-top: 92px;
  border-top: 1px solid #dce3ec;
}

.dp-saving-row--reverse .dp-saving-copy { order: 2; }
.dp-saving-row--reverse .dp-saving-demo { order: 1; }

.dp-saving-label {
  display: block;
  margin-bottom: 14px;
  color: var(--brand-blue);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.dp-saving-copy h3 {
  margin: 0 0 19px;
  color: #071326;
  font-size: clamp(2rem, 3vw, 3.25rem);
  font-weight: 700;
  line-height: 1.08;
}

.dp-saving-copy > p {
  margin: 0;
  color: #596b82;
  font-size: 1rem;
  line-height: 1.72;
}

.dp-saving-steps {
  display: grid;
  gap: 1px;
  margin-top: 27px;
  border: 1px solid #dce3ec;
  border-radius: 7px;
  background: #dce3ec;
  overflow: hidden;
}

.dp-saving-steps span {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 15px;
  color: #33465d;
  background: #fff;
  font-size: 12px;
  font-weight: 650;
}

.dp-saving-steps b { color: var(--brand-blue); font-size: 9px; }

.dp-saving-demo {
  min-width: 0;
  padding: 28px;
  border: 1px solid #cbd6e3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(20, 38, 66, 0.13), 0 3px 10px rgba(20, 38, 66, 0.05);
  overflow: hidden;
}

.dp-saving-demo-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 19px;
  border-bottom: 1px solid #dce3ec;
  color: #071326;
  font-size: 12px;
  font-weight: 750;
}

.dp-saving-demo-head > span:last-child {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  border-radius: 4px;
  color: #176649;
  background: #eaf7f1;
  font-size: 9px;
}

.dp-rate-context {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.8fr;
  gap: 12px;
  padding: 20px 0;
}

.dp-rate-context > span,
.dp-rate-compare > div,
.dp-discount-summary > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
}

.dp-saving-demo small { color: #708197; font-size: 9px; }
.dp-rate-context strong,
.dp-rate-compare strong { color: #071326; font-size: 11px; }

.dp-rate-compare {
  position: relative;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 24px 0.7fr;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border: 1px solid #dce3ec;
  border-radius: 6px;
  background: var(--surface-ui);
}

.dp-rate-compare > i { color: #93a1b3; }

.dp-rate-decision {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 16px;
  padding: 16px 18px;
  border: 1px solid #efc48f;
  border-radius: 6px;
  color: #8d4810;
  background: #fff7ed;
  opacity: 0.38;
  transform: translateY(8px);
  transition: opacity 400ms cubic-bezier(0.22, 1, 0.36, 1), transform 400ms cubic-bezier(0.22, 1, 0.36, 1);
}

.dp-saving-demo--rate[data-phase="held"] .dp-rate-decision { opacity: 1; transform: translateY(0); }
.dp-rate-decision > span { display: flex; align-items: center; gap: 10px; }
.dp-rate-decision > span > i { font-size: 18px; }
.dp-rate-decision > span > span { display: flex; flex-direction: column; gap: 3px; }
.dp-rate-decision strong { color: #8d4810; font-size: 11px; }
.dp-rate-decision b { flex: 0 0 auto; font-size: 14px; }

.dp-rate-compare::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: var(--brand-blue);
  box-shadow: 0 0 12px rgba(20, 99, 255, 0.5);
  opacity: 0;
}

.dp-saving-demo--rate[data-phase="compare"] .dp-rate-compare::after { animation: dpRateCompare 1.1s cubic-bezier(0.22, 1, 0.36, 1) forwards; }

.dp-discount-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 20px 0;
  border: 1px solid #dce3ec;
  border-radius: 6px;
  background: #dce3ec;
  overflow: hidden;
}

.dp-discount-summary > div { padding: 15px; background: var(--surface-ui); }
.dp-discount-summary strong { color: #071326; font-size: 19px; }
.dp-discount-summary > div:last-child strong { color: #16875b; }

.dp-offer-list { display: grid; gap: 8px; }

.dp-offer {
  display: grid;
  grid-template-columns: minmax(170px, 1.3fr) 0.55fr 0.55fr 48px;
  align-items: center;
  gap: 12px;
  padding: 13px 12px;
  border: 1px solid #dce3ec;
  border-radius: 6px;
  color: #43546a;
  background: #fff;
  transition: border-color 250ms cubic-bezier(0.22, 1, 0.36, 1), background-color 250ms cubic-bezier(0.22, 1, 0.36, 1), transform 250ms cubic-bezier(0.22, 1, 0.36, 1);
}

.dp-offer > span { display: flex; align-items: center; gap: 9px; }
.dp-offer > span:first-child > span,
.dp-offer > span:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; }
.dp-offer b { color: var(--brand-blue); font-size: 9px; }
.dp-offer strong { color: #071326; font-size: 10px; }
.dp-offer em { padding: 5px 7px; border-radius: 4px; color: #607188; background: #eef2f6; font-size: 8px; font-style: normal; font-weight: 750; text-align: center; }
.dp-offer.is-funded { border-color: #9acdb8; background: #eff9f4; transform: translateX(4px); }
.dp-offer.is-funded em { color: #176649; background: #d9f1e6; }
.dp-offer.is-scanning { border-color: #8fb2f5; background: #f2f6ff; }

@keyframes dpRateCompare {
  0% { opacity: 0; transform: translateY(0); }
  15% { opacity: 1; }
  85% { opacity: 1; }
  100% { opacity: 0; transform: translateY(75px); }
}

@media (max-width: 991.98px) {
  .dp-saving-row { grid-template-columns: 1fr; gap: 42px; padding-bottom: 72px; }
  .dp-saving-row + .dp-saving-row { padding-top: 72px; }
  .dp-saving-row--reverse .dp-saving-copy { order: 1; }
  .dp-saving-row--reverse .dp-saving-demo { order: 2; }
}

@media (max-width: 575.98px) {
  .dp-savings-head { margin-bottom: 50px; }
  .dp-saving-demo { padding: 18px 14px; }
  .dp-rate-context { grid-template-columns: 1fr 1fr; }
  .dp-rate-context > span:last-child { grid-column: 1 / -1; }
  .dp-rate-compare { grid-template-columns: 1fr 1fr; }
  .dp-rate-compare > i { display: none; }
  .dp-rate-compare > div:first-child { grid-column: 1 / -1; }
  .dp-rate-decision { align-items: flex-start; }
  .dp-rate-decision > span > span small { display: none; }
  .dp-offer { grid-template-columns: minmax(130px, 1fr) 0.65fr 42px; }
  .dp-offer > span:nth-child(2) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .dp-rate-compare::after { animation: none !important; }
  .dp-rate-decision,
  .dp-offer { transition: none !important; }
  .dp-rate-decision { opacity: 1; transform: none; }
}

/* Concise DynaPay product journey */
.dp-compact-page .section-padding { padding: 88px 0; }
.dp-compact-page .section-heading { letter-spacing: 0; }
.dp-compact-page #follow-invoice,
.dp-compact-page #hard-dollar-controls,
.dp-compact-page #book-demo { scroll-margin-top: 76px; }

.dp-light-hero {
  position: relative;
  min-height: min(820px, calc(100dvh - 72px));
  display: flex;
  align-items: center;
  padding: 72px 0 64px;
  background: var(--surface-page);
  border-bottom: 1px solid #dce3ec;
  overflow: hidden;
}

.dp-light-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(7,19,38,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(7,19,38,0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 82%);
}

.dp-light-hero .container { position: relative; }
.dp-light-hero-grid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(610px, 1.15fr); align-items: center; gap: 68px; }
.dp-light-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; color: var(--brand-blue-hover); font-size: 11px; font-weight: 750; letter-spacing: 0.07em; text-transform: uppercase; }
.dp-light-eyebrow > span { width: 24px; height: 1px; background: currentColor; }
.dp-light-hero h1 { max-width: 680px; margin: 0; color: #071326; font-size: 4.6rem; font-weight: 680; line-height: 1; letter-spacing: 0; }
.dp-light-hero-lede { max-width: 620px; margin: 27px 0 0; color: #596b82; font-size: 1.05rem; line-height: 1.75; }
.dp-light-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.dp-light-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 19px; border: 1px solid transparent; border-radius: 6px; font-size: 13px; font-weight: 700; transition: transform 150ms cubic-bezier(0.22,1,0.36,1), background-color 150ms cubic-bezier(0.22,1,0.36,1), border-color 150ms cubic-bezier(0.22,1,0.36,1); }
.dp-light-button--primary { color: #fff; background: var(--brand-blue); box-shadow: 0 10px 24px rgba(20,99,255,0.2); }
.dp-light-button--primary:hover { color: #fff; background: var(--brand-blue-hover); }
.dp-light-button--secondary { color: #071326; border-color: #c8d3e1; background: #fff; }
.dp-light-button--secondary:hover { color: var(--brand-blue-hover); border-color: #9eb2cc; }
@media (hover: hover) and (pointer: fine) { .dp-light-button:hover { transform: translateY(-1px); } }
.dp-light-button:active { transform: scale(0.98); }
.dp-demo-label-short { display: none; }
.dp-light-proof { display: flex; align-items: flex-start; gap: 10px; max-width: 560px; margin-top: 24px; color: #65768c; font-size: 11px; line-height: 1.55; }
.dp-light-proof i { margin-top: 1px; color: var(--brand-blue); font-size: 15px; }
.dp-light-proof strong { color: #071326; }

.dp-hero-product { min-width: 0; border: 1px solid #ccd7e4; border-radius: 8px; background: #fff; box-shadow: 0 28px 80px rgba(20,38,66,0.15), 0 4px 12px rgba(20,38,66,0.06); overflow: hidden; }
.dp-hero-product-bar { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 18px; border-bottom: 1px solid #dce3ec; }
.dp-hero-product-bar > div { display: flex; align-items: center; gap: 10px; }
.dp-hero-product-bar > div > span:last-child { display: flex; flex-direction: column; }
.dp-hero-product-bar strong { color: #071326; font-size: 12px; }
.dp-hero-product-bar small { color: #708197; font-size: 9px; }
.dp-product-mark { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 6px; color: #fff; background: var(--brand-blue); font-size: 14px; font-weight: 800; }
.dp-product-live { display: inline-flex; align-items: center; gap: 7px; padding: 6px 9px; border-radius: 4px; color: #176649; background: #eaf7f1; font-size: 9px; font-weight: 700; }
.dp-product-live > i { width: 6px; height: 6px; border-radius: 50%; background: #16875b; box-shadow: 0 0 0 4px rgba(22,135,91,0.1); }

.dp-hero-progress { display: grid; grid-template-columns: repeat(4, 1fr); padding: 16px 18px; border-bottom: 1px solid #d9dfe7; background: #f7f8fa; }
.dp-hero-progress > span { position: relative; display: flex; align-items: center; gap: 7px; color: #8a99ab; font-size: 9px; font-weight: 700; transition: color 250ms ease-in-out; }
.dp-hero-progress > span:not(:last-child)::after { content: ''; position: absolute; right: 10px; left: calc(100% - 22px); top: 50%; height: 1px; background: #cfd8e4; }
.dp-hero-progress i { width: 25px; height: 25px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #d4dde8; border-radius: 50%; background: #fff; transition: color 250ms ease-in-out, border-color 250ms ease-in-out, background-color 250ms ease-in-out; }
.dp-hero-progress > span.is-active { color: var(--brand-blue-hover); }
.dp-hero-progress > span.is-active i { color: #fff; border-color: var(--brand-blue); background: var(--brand-blue); }
.dp-hero-progress > span.is-complete { color: #176649; }
.dp-hero-progress > span.is-complete i { color: #176649; border-color: #9acdb8; background: #eaf7f1; }

.dp-hero-product-body { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(210px, 0.95fr); min-height: 290px; }
.dp-product-invoice { padding: 24px; border-right: 1px solid #dce3ec; }
.dp-product-invoice-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid #dce3ec; }
.dp-product-invoice-head > span:first-child { display: flex; flex-direction: column; gap: 4px; }
.dp-product-invoice-head small { color: #708197; font-size: 8px; }
.dp-product-invoice-head strong { color: #071326; font-size: 13px; }
.dp-product-status { padding: 5px 8px; border-radius: 4px; color: var(--brand-blue-hover); background: #eaf1ff; font-size: 8px; font-weight: 750; }
.dp-product-status.is-posted { color: #176649; background: #eaf7f1; }
.dp-product-invoice dl { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin: 20px 0 0; }
.dp-product-invoice dl > div { min-width: 0; display: flex; flex-direction: column; gap: 5px; padding: 12px; border: 1px solid #dfe4ea; border-radius: 5px; background: #f7f8fa; }
.dp-product-invoice dt { color: #708197; font-size: 8px; font-weight: 500; }
.dp-product-invoice dd { margin: 0; color: #26384e; font-size: 10px; font-weight: 700; overflow-wrap: anywhere; }
.dp-product-checks { display: flex; flex-direction: column; justify-content: center; gap: 9px; padding: 24px 20px; background: #f7f8fa; }
.dp-product-checks > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 11px; border: 1px solid #d8e3ec; border-radius: 5px; color: #176649; background: #fff; font-size: 9px; }
.dp-product-checks span { display: flex; align-items: center; gap: 7px; }
.dp-product-checks em { color: #176649; font-size: 8px; font-style: normal; font-weight: 750; }
.dp-product-checks .dp-product-check--waiting { color: #8d4810; border-color: #edc69c; background: #fffaf3; }
.dp-product-checks .dp-product-check--waiting em { color: #8d4810; }
.dp-product-checks .dp-product-check--complete { color: #176649; border-color: #9acdb8; background: #eaf7f1; }

.dp-product-decision { min-height: 70px; display: grid; grid-template-columns: 36px minmax(0,1fr) auto; align-items: center; gap: 11px; padding: 13px 18px; border-top: 1px solid #dce3ec; background: #fff; }
.dp-product-decision-icon { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--brand-blue); background: #eaf1ff; }
.dp-product-decision-icon i { animation: dpDecisionTurn 1.4s linear infinite; }
.dp-product-decision > span:nth-child(2) { display: flex; flex-direction: column; gap: 3px; }
.dp-product-decision small { color: #708197; font-size: 8px; }
.dp-product-decision strong { color: #071326; font-size: 10px; }
.dp-product-audit { display: inline-flex; align-items: center; gap: 6px; color: #5b6d83; font-size: 8px; font-weight: 700; }
.dp-product-audit i { color: #16875b; }

@keyframes dpDecisionTurn { to { transform: rotate(360deg); } }

.dp-problem-section { background: #fff; }
.dp-journey-section { background: var(--surface-secondary); border-top: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle); }

.dp-split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
  align-items: end;
  gap: 72px;
  margin-bottom: 48px;
}

.dp-split-heading > div .section-heading { margin-bottom: 0; text-align: left; }
.dp-split-heading > p { margin: 0 0 4px; color: #596b82; font-size: 1rem; line-height: 1.75; }

.dp-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #dce3ec;
  border-bottom: 1px solid #dce3ec;
}

.dp-problem-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  padding: 32px 28px;
  border-right: 1px solid #dce3ec;
}

.dp-problem-item:first-child { padding-left: 0; }
.dp-problem-item:last-child { padding-right: 0; border-right: 0; }
.dp-problem-icon { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 6px; color: var(--brand-blue); background: #eaf1ff; font-size: 18px; }
.dp-problem-item h3 { margin: 1px 0 9px; color: #071326; font-size: 1.03rem; font-weight: 700; line-height: 1.35; }
.dp-problem-item p { margin: 0; color: #596b82; font-size: 0.9rem; line-height: 1.65; }

.dp-compact-page .dp-stepper.is-enhanced {
  grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
  gap: 32px;
}

.dp-compact-page .dp-step-panel { min-height: 470px; padding: 34px; }
.dp-compact-page .dp-step-panel h3 { max-width: 680px; font-size: clamp(1.5rem, 2.5vw, 2.35rem); line-height: 1.15; letter-spacing: 0; }
.dp-compact-page .dp-step-panel > p { max-width: 720px; }
.dp-step-panel[hidden] { display: none !important; }
.dp-panel-enter { animation: dpPanelEnter 300ms cubic-bezier(0.22, 1, 0.36, 1) both; }

.dp-compact-visual {
  margin-top: 28px;
  padding: 20px;
  border: 1px solid #d5dee9;
  border-radius: 7px;
  background: var(--surface-ui);
}

.dp-visual-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid #dce3ec; color: #071326; font-size: 11px; font-weight: 700; }
.dp-state-ok { padding: 5px 8px; border-radius: 4px; color: #176649; background: #e3f4ec; font-size: 9px; }
.dp-check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 16px; }
.dp-check-grid span { display: flex; align-items: center; gap: 8px; padding: 10px; border-radius: 5px; color: #176649; background: #fff; font-size: 10px; font-weight: 650; }
.dp-match-lines { display: grid; gap: 1px; margin-top: 14px; border: 1px solid #dce3ec; border-radius: 5px; background: #dce3ec; overflow: hidden; }
.dp-match-lines span { display: flex; justify-content: space-between; gap: 12px; padding: 10px 12px; color: #596b82; background: #fff; font-size: 10px; }
.dp-match-lines b { color: var(--brand-blue); }
.dp-post-row { display: flex; align-items: center; gap: 14px; margin-top: 18px; padding: 18px; color: #176649; background: #eaf7f1; }
.dp-post-row > i { font-size: 24px; }
.dp-post-row > span { display: flex; flex-direction: column; gap: 4px; }
.dp-post-row strong { color: #071326; font-size: 11px; }
.dp-post-row small { color: #596b82; font-size: 9px; }
.dp-resolution-flow { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 18px; }
.dp-resolution-flow span { padding: 10px 12px; border: 1px solid #d5dee9; border-radius: 5px; color: #34465c; background: #fff; font-size: 10px; font-weight: 650; }
.dp-resolution-flow span:last-child { color: #176649; border-color: #9acdb8; background: #eaf7f1; }
.dp-resolution-flow i { color: #8a9aad; }

.dp-proof-section { color: #dce7f7; background: #071326; }
.dp-proof-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(460px, 0.88fr); align-items: center; gap: 88px; }
.dp-proof-copy h2 { max-width: 720px; margin: 0; color: #fff; font-size: 3.8rem; font-weight: 680; line-height: 1.08; letter-spacing: 0; }
.dp-proof-copy > p { max-width: 650px; margin: 24px 0 0; color: #aabbd0; font-size: 1rem; line-height: 1.75; }
.dp-proof-numbers { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.dp-proof-numbers > div { display: flex; flex-direction: column; gap: 5px; }
.dp-proof-numbers strong { color: #fff; font-size: 2.35rem; line-height: 1; }
.dp-proof-numbers > div:last-child strong { color: #77a6ff; }
.dp-proof-numbers span { color: #93a6be; font-size: 10px; }
.dp-proof-numbers > i { color: #77a6ff; font-size: 22px; }

.dp-integration-card { padding: 28px; border: 1px solid rgba(255,255,255,0.15); border-radius: 8px; background: rgba(255,255,255,0.055); }
.dp-integration-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,0.13); color: #fff; font-size: 12px; font-weight: 700; }
.dp-integration-head i { color: #77a6ff; font-size: 18px; }
.dp-integration-live,
.dp-integration-roadmap { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
.dp-integration-live > span,
.dp-integration-roadmap > span { display: flex; align-items: center; gap: 12px; }
.dp-integration-live > span > i { color: #4fd39b; }
.dp-integration-roadmap > span > i { color: #77a6ff; }
.dp-integration-live > span > span,
.dp-integration-roadmap > span > span { display: flex; flex-direction: column; gap: 4px; }
.dp-integration-card strong { color: #fff; font-size: 11px; }
.dp-integration-card small { color: #8fa2ba; font-size: 9px; }
.dp-integration-card em { padding: 5px 8px; border-radius: 4px; color: #a5f0cf; background: rgba(53,197,135,0.14); font-size: 8px; font-style: normal; font-weight: 750; }
.dp-integration-roadmap em { color: #b9d0ff; background: rgba(87,139,245,0.15); }
.dp-integration-platforms { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,0.1); }
.dp-integration-platforms > div { min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 15px 12px 15px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.dp-integration-platforms > div:nth-child(odd) { padding-right: 16px; border-right: 1px solid rgba(255,255,255,0.08); }
.dp-integration-platforms > div:nth-child(even) { padding-left: 16px; }
.dp-integration-platforms > div:nth-last-child(-n+2) { border-bottom: 0; }
.dp-integration-platforms span { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.dp-integration-platforms em { flex: 0 0 auto; padding: 5px 7px; border-radius: 4px; color: #b9d0ff; background: rgba(87,139,245,0.15); font-size: 8px; font-style: normal; font-weight: 750; }
.dp-integration-card > p { margin: 19px 0 0; color: #9cafc6; font-size: 0.82rem; line-height: 1.65; }

.dp-readiness-section { background: #fff; }
.dp-readiness-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #dce3ec; }
.dp-readiness-item { padding: 32px 30px; border-right: 1px solid #dce3ec; }
.dp-readiness-item:first-child { padding-left: 0; }
.dp-readiness-item:last-child { padding-right: 0; border-right: 0; }
.dp-readiness-item > i { display: block; margin-bottom: 18px; color: var(--brand-blue); font-size: 25px; }
.dp-readiness-item h3 { margin: 0 0 9px; color: #071326; font-size: 1.05rem; font-weight: 700; }
.dp-readiness-item p { margin: 0; color: #596b82; font-size: 0.9rem; line-height: 1.65; }

.dp-implementation-line { display: grid; grid-template-columns: 1fr 28px 1fr 28px 1fr; align-items: center; gap: 16px; margin-top: 42px; padding: 24px 0; border-top: 1px solid #dce3ec; border-bottom: 1px solid #dce3ec; }
.dp-implementation-line > span { display: flex; align-items: center; gap: 12px; }
.dp-implementation-line > span > b { width: 32px; height: 32px; flex: 0 0 32px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: var(--brand-blue); font-size: 10px; }
.dp-implementation-line > span > span { display: flex; flex-direction: column; gap: 3px; }
.dp-implementation-line strong { color: #071326; font-size: 11px; }
.dp-implementation-line small { color: #708197; font-size: 9px; }
.dp-implementation-line > i { color: #9aa8ba; text-align: center; }

.dp-demo-section { background: var(--surface-secondary); border-top: 1px solid var(--border-subtle); }
.dp-demo-grid { display: grid; grid-template-columns: minmax(320px, 0.8fr) minmax(520px, 1.2fr); align-items: start; gap: 72px; }
.dp-demo-grid > div > p { max-width: 580px; color: #596b82; line-height: 1.75; }
.dp-compact-page .dp-diag-form { padding: 34px; border-radius: 8px; }
.dp-compact-page .dp-diag-form .form-control,
.dp-compact-page .dp-diag-form .form-select { min-height: 48px; border-radius: 6px; }
.dp-compact-page .dp-diag-form .btn { min-height: 48px; border-radius: 6px; }
.dp-submit-spinner { display: inline-block; animation: dpSpin 800ms linear infinite; }
.dp-form-success { padding: 32px 12px; text-align: center; outline: none; }
.dp-form-success > i { color: #16875b; font-size: 42px; }
.dp-form-success h3 { margin: 16px 0 8px; color: #071326; font-size: 1.35rem; }
.dp-form-success p { max-width: 440px; margin: 0 auto; color: #596b82; line-height: 1.6; }

@keyframes dpPanelEnter {
  from { opacity: 0; transform: translateY(8px); filter: blur(2px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}

@keyframes dpSpin { to { transform: rotate(360deg); } }

@media (max-width: 1199.98px) and (min-width: 992px) {
  .dp-light-hero-grid { grid-template-columns: minmax(0, 0.82fr) minmax(530px, 1.18fr); gap: 36px; }
  .dp-light-hero h1 { font-size: 4.6rem; }
  .dp-product-invoice { padding: 20px 16px; }
  .dp-product-checks { padding: 20px 14px; }
}

@media (max-width: 991.98px) {
  .dp-light-hero { min-height: auto; }
  .dp-light-hero-grid { grid-template-columns: 1fr; gap: 52px; }
  .dp-light-hero-copy { max-width: 760px; }
  .dp-light-hero h1 { font-size: 4rem; }
  .dp-hero-product { max-width: 780px; }
  .dp-split-heading,
  .dp-proof-grid,
  .dp-demo-grid { grid-template-columns: 1fr; gap: 36px; }
  .dp-problem-grid,
  .dp-readiness-grid { grid-template-columns: 1fr; }
  .dp-problem-item,
  .dp-readiness-item { padding: 26px 0; border-right: 0; border-bottom: 1px solid #dce3ec; }
  .dp-problem-item:last-child,
  .dp-readiness-item:last-child { border-bottom: 0; }
  .dp-proof-grid { gap: 48px; }
}

@media (max-width: 767.98px) {
  .dp-light-hero { padding: 42px 0 36px; }
  .dp-light-eyebrow { margin-bottom: 18px; font-size: 10px; }
  .dp-light-hero h1 { font-size: 3rem; line-height: 1; }
  .dp-light-hero-lede { margin-top: 20px; font-size: 0.96rem; line-height: 1.65; }
  .dp-light-hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 24px; }
  .dp-light-button { width: 100%; }
  .dp-light-proof { margin-top: 18px; }
  .dp-demo-label-long { display: none; }
  .dp-demo-label-short { display: inline; }
  .dp-hero-progress { gap: 5px; padding: 14px 10px; }
  .dp-hero-progress > span { flex-direction: column; justify-content: center; gap: 5px; text-align: center; }
  .dp-hero-progress > span::after { display: none; }
  .dp-hero-progress b { font-size: 7px; }
  .dp-hero-product-body { grid-template-columns: 1fr; }
  .dp-product-invoice { padding: 18px 14px; border-right: 0; border-bottom: 1px solid #dce3ec; }
  .dp-product-checks { padding: 16px 14px; }
  .dp-product-decision { grid-template-columns: 34px 1fr; padding: 12px 14px; }
  .dp-product-audit { display: none; }
  .dp-compact-page .section-padding { padding: 68px 0; }
  .dp-compact-page .dp-stepper.is-enhanced { display: block; }
  .dp-compact-page .dp-stepper-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .dp-compact-page .dp-step-btn { min-height: 74px; padding: 11px; }
  .dp-compact-page .dp-step-num { width: 26px; height: 26px; }
  .dp-compact-page .dp-step-panel { min-height: 0; margin-top: 18px; padding: 24px 18px; }
  .dp-check-grid { grid-template-columns: 1fr; }
  .dp-resolution-flow { align-items: stretch; flex-direction: column; }
  .dp-resolution-flow i { transform: rotate(90deg); text-align: center; }
  .dp-proof-numbers { gap: 14px; }
  .dp-proof-copy h2 { font-size: 2.65rem; }
  .dp-proof-numbers strong { font-size: 1.75rem; }
  .dp-integration-card { padding: 22px 18px; }
  .dp-integration-platforms { grid-template-columns: 1fr; }
  .dp-integration-platforms > div, .dp-integration-platforms > div:nth-child(odd), .dp-integration-platforms > div:nth-child(even) { padding: 13px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .dp-integration-platforms > div:nth-last-child(2) { border-bottom: 1px solid rgba(255,255,255,0.08); }
  .dp-integration-platforms > div:last-child { border-bottom: 0; }
  .dp-implementation-line { grid-template-columns: 1fr; gap: 12px; }
  .dp-implementation-line > i { transform: rotate(90deg); }
  .dp-compact-page .dp-diag-form { padding: 24px 18px; }
  .dp-compact-page .back-to-top { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  .dp-panel-enter,
  .dp-submit-spinner,
  .dp-product-decision-icon i { animation: none !important; }
}
