:root {
  --dpd-story-ink: #11161b;
  --dpd-story-ink-soft: #5a6570;
  --dpd-story-panel: #f7f8fa;
  --dpd-story-line: rgba(140, 152, 167, 0.22);
  --dpd-story-border: rgba(18, 26, 34, 0.12);
  --dpd-story-yellow: #fff200;
  --dpd-story-teal: #27dcb1;
  --dpd-story-blue: #4f97ef;
  --dpd-story-night: #0d1116;
  --dpd-story-shadow: 0 28px 80px rgba(12, 16, 22, 0.12);
  --dpd-story-shadow-dark: 0 32px 86px rgba(0, 0, 0, 0.28);
}

.dpd-storytelling [data-dpd-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}

.dpd-storytelling [data-dpd-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.dpd-storytelling .dpd-story-telemetry {
  inset: 0;
  opacity: 0.74;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.dpd-storytelling .dpd-story-telemetry canvas {
  display: block;
  height: 100%;
  width: 100%;
}

.dpd-storytelling--public {
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 242, 0, 0.11), transparent 24%),
    radial-gradient(circle at 88% 16%, rgba(39, 220, 177, 0.09), transparent 26%),
    linear-gradient(180deg, #f2f5f8 0%, #ffffff 32%, #edf2f6 100%);
}

.dpd-storytelling--public header.log-out.dpd-public-header {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(17, 22, 27, 0.06);
  position: sticky;
  top: 0;
  z-index: 40;
}

.dpd-storytelling--public header.log-out.dpd-public-header .dpd-public-header-bar {
  min-height: 92px;
}

.dpd-storytelling--public .dpd-public-header-link {
  border: none;
  box-shadow: none;
}

.dpd-storytelling--public .dpd-public-header-link--accent {
  background: var(--dpd-story-yellow);
  color: #121820;
}

.dpd-story-page,
.dpd-launch-home {
  position: relative;
}

.dpd-story-page__chapters,
.dpd-launch-chapters,
.dpd-member-login-page__chapters {
  position: sticky;
  top: 92px;
  z-index: 25;
}

.dpd-member-login-page__chapters {
  margin-bottom: 18px;
  top: 24px;
}

.dpd-story-page__chapters,
.dpd-member-login-page__chapters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 0 auto;
  padding: 20px min(4vw, 24px) 0;
}

.dpd-story-page__chapters a,
.dpd-member-login-page__chapters a,
.dpd-launch-chapters__link {
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 22, 27, 0.08);
  border-radius: 999px;
  color: var(--dpd-story-ink);
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  min-height: 40px;
  padding: 0 18px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.dpd-story-page__chapters a.is-active,
.dpd-member-login-page__chapters a.is-active,
.dpd-launch-chapters__link.is-active,
.dpd-story-page__chapters a:hover,
.dpd-member-login-page__chapters a:hover,
.dpd-launch-chapters__link:hover {
  background: #10161c;
  border-color: #10161c;
  color: #fff;
  transform: translateY(-1px);
}

.dpd-launch-chapters {
  margin: 0;
  padding: 20px 0 0;
}

.dpd-launch-chapters__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.dpd-launch-hero,
.dpd-member-login-page__hero,
.dpd-story-shell__stage-sticky,
.dpd-register-process-shell__requirements,
.video-header-content,
.bg-header-main {
  overflow: hidden;
}

.dpd-launch-hero .dpd-launch-shell,
.dpd-launch-stats .dpd-launch-shell,
.dpd-launch-platform .dpd-launch-shell,
.dpd-launch-stories .dpd-launch-shell,
.dpd-launch-proof .dpd-launch-shell,
.dpd-launch-testimonials .dpd-launch-shell,
.dpd-launch-cta .dpd-launch-shell {
  position: relative;
}

.dpd-launch-hero-copy,
.dpd-launch-hero-visual,
.dpd-member-login-page__hero > *,
.dpd-story-shell__stage-sticky > *,
.dpd-register-process-shell__requirements > *,
.dpd-register-process-shell__application > *,
.video-header-content > * ,
.bg-header-main > * {
  position: relative;
  z-index: 1;
}

.dpd-launch-command-strip {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 32px 0 0;
  max-width: 46rem;
}

.dpd-launch-command-strip__card {
  backdrop-filter: blur(12px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 22px;
  min-height: 160px;
  padding: 20px 18px 18px;
}

.dpd-launch-command-strip__card strong,
.dpd-member-login-page__proof-card strong,
.dpd-story-shell__proof-card strong,
.dpd-register-process-shell__proof-card strong,
.dpd-v2-route-proof__card strong {
  color: #fff;
  display: block;
  font-family: 'acumin-pro-condensed', sans-serif;
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 0.9;
  margin-bottom: 6px;
}

.dpd-launch-command-strip__card span,
.dpd-member-login-page__proof-card span,
.dpd-story-shell__proof-card span,
.dpd-register-process-shell__proof-card span,
.dpd-v2-route-proof__card span {
  color: var(--dpd-story-yellow);
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.dpd-launch-command-strip__card p,
.dpd-member-login-page__proof-card p,
.dpd-story-shell__proof-card p,
.dpd-register-process-shell__proof-card p,
.dpd-v2-route-proof__card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

.dpd-launch-hero-visual {
  position: relative;
}

.dpd-launch-hero-card[data-dpd-parallax] {
  transform: translate3d(var(--dpd-parallax-x, 0px), var(--dpd-parallax-y, 0px), 0);
  transition: transform 0.25s ease;
}

.dpd-launch-hero-card::after,
.dpd-story-card::after,
.dpd-v2-route-story-strip__card::after,
.dpd-story-panel::after {
  border: 1px solid rgba(255, 242, 0, 0.34);
  content: '';
  height: 32px;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 32px;
}

.dpd-launch-hero-card::before,
.dpd-story-card::before,
.dpd-v2-route-story-strip__card::before,
.dpd-story-panel::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) no-repeat;
  background-position: left 24px top 24px, left 24px top 24px;
  background-size: calc(100% - 48px) 1px, 1px calc(100% - 48px);
  content: '';
  inset: 0;
  opacity: 0.26;
  pointer-events: none;
  position: absolute;
}

.dpd-launch-stat-card,
.dpd-launch-feature-card,
.dpd-launch-story,
.dpd-launch-testimonial-card,
.dpd-launch-segment-card,
.dpd-launch-cta-panel {
  position: relative;
}

.dpd-launch-story-copy {
  position: relative;
}

.dpd-launch-scene-label {
  color: rgba(17, 22, 27, 0.42);
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.dpd-launch-stats,
.dpd-launch-platform,
.dpd-launch-stories,
.dpd-launch-proof,
.dpd-launch-testimonials,
.dpd-launch-cta {
  position: relative;
}

.dpd-launch-stats::before,
.dpd-launch-stories::before,
.dpd-launch-proof::before,
.dpd-launch-cta::before {
  background: linear-gradient(180deg, rgba(11, 16, 19, 0.06), rgba(11, 16, 19, 0));
  content: '';
  height: 96px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.dpd-member-login-page__shell {
  margin-top: 18px;
}

.dpd-member-login-page__hero-proof {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.dpd-member-login-page__proof-card {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  min-height: 150px;
  padding: 18px;
}

.dpd-member-login-page__hero-quote {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 28px;
  padding-top: 22px;
}

.dpd-member-login-page__hero-quote p {
  color: #fff;
  font-family: 'acumin-pro-condensed', sans-serif;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: 0.03em;
  line-height: 1.06;
  margin: 0 0 16px;
  max-width: 18ch;
  text-transform: uppercase;
}

.dpd-member-login-page__hero-quote strong,
.dpd-story-shell__quote strong {
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.26em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.dpd-member-login-page__hero-quote span,
.dpd-story-shell__quote span {
  color: rgba(255, 255, 255, 0.62);
  display: block;
  font-size: 13px;
  line-height: 1.6;
}

.dpd-member-login-page__journey {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

.dpd-member-login-page__journey-card {
  background: #fff;
  border: 1px solid var(--dpd-story-border);
  border-radius: 28px;
  box-shadow: var(--dpd-story-shadow);
  padding: 28px 24px;
  position: relative;
}

.dpd-member-login-page__journey-scene,
.dpd-story-card__scene,
.dpd-v2-route-story-strip__scene {
  color: rgba(17, 22, 27, 0.38);
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.32em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.dpd-member-login-page__journey-kicker,
.dpd-story-card__kicker {
  color: #6f7b87;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.dpd-member-login-page__journey-card h3,
.dpd-story-card h3,
.dpd-v2-route-story-strip__card h3 {
  color: var(--dpd-story-ink);
  font-family: 'acumin-pro-condensed', sans-serif;
  font-size: clamp(24px, 2.8vw, 34px);
  letter-spacing: 0.04em;
  line-height: 1.02;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.dpd-member-login-page__journey-card p:last-of-type,
.dpd-story-card p:last-of-type,
.dpd-v2-route-story-strip__card p:last-of-type {
  color: var(--dpd-story-ink-soft);
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

.dpd-member-login-page__journey-card a {
  color: var(--dpd-story-ink);
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  margin-top: 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.dpd-member-login-page__support-band {
  align-items: center;
  background: linear-gradient(135deg, #11161b 0%, #1b222a 100%);
  border-radius: 30px;
  box-shadow: var(--dpd-story-shadow-dark);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 18px;
  padding: 34px 32px;
}

.dpd-member-login-page__support-kicker {
  color: var(--dpd-story-yellow);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.dpd-member-login-page__support-band h2 {
  color: #fff;
  font-family: 'acumin-pro-condensed', sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  letter-spacing: 0.04em;
  line-height: 1.02;
  margin: 0 0 12px;
  max-width: 16ch;
  text-transform: uppercase;
}

.dpd-member-login-page__support-band p {
  color: rgba(255, 255, 255, 0.74);
  margin: 0;
}

.dpd-member-login-page__support-actions {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.dpd-member-login-page__support-actions .dpd-member-login-page__hero-secondary {
  color: rgba(255, 255, 255, 0.74);
}

.dpd-story-page {
  min-height: 100vh;
  padding-bottom: 80px;
}

.dpd-story-shell {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  margin: 0 auto;
  padding: 18px 24px 0;
  width: min(1360px, calc(100vw - 32px));
}

.dpd-story-shell__stage-sticky {
  background:
    linear-gradient(145deg, rgba(12, 17, 21, 0.96), rgba(18, 24, 31, 0.92)),
    url(images2/home-login-popup-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 34px;
  box-shadow: var(--dpd-story-shadow-dark);
  color: #fff;
  min-height: calc(100vh - 152px);
  padding: clamp(28px, 5vw, 52px);
  position: sticky;
  top: 148px;
}

.dpd-story-shell__kicker,
.dpd-story-panel__kicker {
  color: var(--dpd-story-yellow);
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.34em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.dpd-story-shell__stage-sticky h1,
.dpd-story-panel h2,
.dpd-register-process-shell__requirements h1,
.dpd-register-process-shell__application h2 {
  font-family: 'acumin-pro-condensed', sans-serif;
  font-size: clamp(42px, 5.2vw, 72px);
  letter-spacing: 0.05em;
  line-height: 0.94;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.dpd-story-shell__lead {
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
  max-width: 32rem;
}

.dpd-story-shell__proof,
.dpd-register-process-shell__proof,
.dpd-v2-route-proof {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.dpd-story-shell__proof-card,
.dpd-register-process-shell__proof-card,
.dpd-v2-route-proof__card {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  min-height: 150px;
  padding: 18px;
  position: relative;
}

.dpd-story-shell__quote {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 28px;
  padding-top: 24px;
}

.dpd-story-shell__quote p {
  color: #fff;
  font-family: 'acumin-pro-condensed', sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  letter-spacing: 0.04em;
  line-height: 1.04;
  margin: 0 0 14px;
  max-width: 16ch;
  text-transform: uppercase;
}

.dpd-story-shell__content {
  display: grid;
  gap: 24px;
}

.dpd-story-panel {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--dpd-story-border);
  border-radius: 32px;
  box-shadow: var(--dpd-story-shadow);
  min-height: 120px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.dpd-story-panel--dark {
  background: linear-gradient(145deg, rgba(13, 17, 22, 0.98), rgba(22, 29, 36, 0.96));
  border-color: transparent;
  box-shadow: var(--dpd-story-shadow-dark);
}

.dpd-story-panel__topbar {
  align-items: center;
  border-bottom: 1px solid rgba(17, 22, 27, 0.08);
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  padding: 20px 28px;
}

.dpd-story-panel__topbar h6 {
  color: #222a32;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}

.dpd-story-panel__topbar a {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(17, 22, 27, 0.12);
  border-radius: 999px;
  color: var(--dpd-story-ink);
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  min-height: 42px;
  padding: 0 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.dpd-story-panel__intro,
.dpd-story-panel__content,
.dpd-story-panel__actions,
.dpd-story-card-grid {
  position: relative;
  z-index: 1;
}

.dpd-story-panel__intro {
  padding: 32px 32px 0;
}

.dpd-story-panel__intro p:last-child {
  color: var(--dpd-story-ink-soft);
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
  max-width: 40rem;
}

.dpd-story-panel--dark .dpd-story-panel__intro p:last-child,
.dpd-story-panel--dark .dpd-story-card p:last-of-type,
.dpd-story-panel--dark .dpd-story-card__kicker,
.dpd-story-panel--dark .dpd-story-card__scene {
  color: rgba(255, 255, 255, 0.72);
}

.dpd-story-panel--dark h2,
.dpd-story-panel--dark h3 {
  color: #fff;
}

.dpd-story-panel--dark .dpd-story-panel__actions .dpd-story-link {
  color: rgba(255, 255, 255, 0.74);
}

.dpd-story-panel__content {
  padding: 28px 32px 32px;
}

.dpd-story-panel__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding: 0 32px 32px;
}

.dpd-story-button,
.dpd-story-link,
.dpd-story-form button[type="submit"] {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.28em;
  min-height: 54px;
  padding: 0 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.dpd-story-button,
.dpd-story-form button[type="submit"] {
  background: var(--dpd-story-yellow);
  border: 1px solid var(--dpd-story-yellow);
  color: #11161b;
}

.dpd-story-link {
  color: var(--dpd-story-ink);
}

.dpd-story-card-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 32px 24px;
}

.dpd-story-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  min-height: 220px;
  padding: 24px 22px;
  position: relative;
}

.dpd-story-panel--dark .dpd-story-card {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
}

.dpd-story-form {
  display: grid;
  gap: 18px;
}

.dpd-story-form label {
  display: grid;
  gap: 10px;
}

.dpd-story-form label > span,
.dpd-story-panel__content .gform_wrapper .top_label .gfield_label {
  color: var(--dpd-story-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  margin: 0;
  text-transform: uppercase;
}

.dpd-story-form input,
.dpd-story-panel__content input[type="text"],
.dpd-story-panel__content input[type="email"],
.dpd-story-panel__content input[type="password"],
.dpd-story-panel__content input[type="tel"],
.dpd-story-panel__content input[type="number"],
.dpd-story-panel__content select,
.dpd-story-panel__content textarea,
.dpd-story-panel__content .gform_wrapper .ginput_container input,
.dpd-story-panel__content .gform_wrapper .ginput_container select,
.dpd-story-panel__content .gform_wrapper .ginput_container textarea {
  appearance: none;
  background: #f4f6f8;
  border: 1px solid rgba(17, 22, 27, 0.12);
  border-radius: 18px;
  box-shadow: none;
  color: var(--dpd-story-ink);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.4;
  min-height: 58px;
  padding: 14px 18px !important;
  width: 100%;
}

.dpd-story-panel__content textarea,
.dpd-story-panel__content .gform_wrapper .ginput_container textarea {
  border-radius: 20px;
  min-height: 170px;
}

.dpd-story-form input:focus,
.dpd-story-panel__content input:focus,
.dpd-story-panel__content select:focus,
.dpd-story-panel__content textarea:focus,
.dpd-story-panel__content .gform_wrapper .ginput_container input:focus,
.dpd-story-panel__content .gform_wrapper .ginput_container select:focus,
.dpd-story-panel__content .gform_wrapper .ginput_container textarea:focus {
  background: #fff;
  border-color: rgba(255, 242, 0, 0.96);
  box-shadow: 0 0 0 4px rgba(255, 242, 0, 0.16);
  outline: none;
}

.dpd-story-panel__content .gform_wrapper,
.dpd-story-panel__content .gform_wrapper ul.gform_fields {
  margin: 0;
}

.dpd-story-panel__content .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}

.dpd-story-panel__content .gform_wrapper .gform_footer {
  margin: 0;
  padding: 20px 0 0;
}

.dpd-story-panel__content .gform_wrapper .gform_footer .gform_button {
  background: var(--dpd-story-yellow);
  border: 1px solid var(--dpd-story-yellow);
  border-radius: 999px;
  color: #11161b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.28em;
  min-height: 56px;
  text-transform: uppercase;
  width: 100%;
}

.dpd-story-panel__alert {
  border-radius: 18px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  margin: 18px 32px 0;
  padding: 16px 18px;
}

.dpd-story-panel__alert--error {
  background: rgba(194, 28, 53, 0.08);
  border: 1px solid rgba(194, 28, 53, 0.18);
  color: #90223c;
}

.dpd-story-panel__alert--success {
  background: rgba(39, 220, 177, 0.1);
  border: 1px solid rgba(39, 220, 177, 0.2);
  color: #145844;
}

.dpd-register-process-shell {
  margin: 0 auto;
  padding: 24px 24px 0;
  width: min(1360px, calc(100vw - 32px));
}

.dpd-register-process-shell__inner {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.dpd-register-process-shell__requirements,
.dpd-register-process-shell__application {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--dpd-story-border);
  border-radius: 32px;
  box-shadow: var(--dpd-story-shadow);
  padding: clamp(28px, 4vw, 44px);
  position: relative;
}

.dpd-register-process-shell__requirements {
  background: linear-gradient(145deg, rgba(11, 16, 19, 0.98), rgba(19, 25, 31, 0.94));
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: var(--dpd-story-shadow-dark);
}

.dpd-register-process-shell__eyebrow {
  color: #8d98a4;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.34em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.dpd-register-process-shell__requirements .dpd-register-process-shell__eyebrow {
  color: var(--dpd-story-yellow);
}

.dpd-register-process-shell__requirements h1 {
  color: #fff;
}

.dpd-register-process-shell__application h2 {
  color: var(--dpd-story-ink);
}

.dpd-register-process-shell__requirements p,
.dpd-register-process-shell__requirements li {
  color: rgba(255, 255, 255, 0.76);
}

.dpd-register-process-shell__application p,
.dpd-register-process-shell__application li,
.dpd-register-account-shell__intro p,
.dpd-register-account-shell__intro li,
.dpd-register-account-shell__form p,
.dpd-register-account-shell__form li {
  color: var(--dpd-story-ink-soft);
  line-height: 1.8;
}

.dpd-register-process-shell__requirements ol {
  margin: 26px 0 0;
  padding-left: 20px;
}

.dpd-register-process-shell__requirements li + li {
  margin-top: 14px;
}

.dpd-register-process-shell__mark {
  align-items: center;
  background: var(--dpd-story-yellow);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(255, 242, 0, 0.16);
  display: flex;
  height: 104px;
  justify-content: center;
  margin-bottom: 24px;
  width: 104px;
}

.dpd-register-process-shell__mark img {
  height: auto;
  width: 58px;
}

.dpd-register-process-shell__actions,
.dpd-register-account-shell__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.dpd-register-process-shell__cta,
.dpd-register-account-shell__cta,
.dpd-register-process-shell__link,
.dpd-register-account-shell__link {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.28em;
  min-height: 54px;
  padding: 0 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.dpd-register-process-shell__cta,
.dpd-register-account-shell__cta {
  background: var(--dpd-story-yellow);
  border: 1px solid var(--dpd-story-yellow);
  color: #11161b;
}

.dpd-register-process-shell__link,
.dpd-register-account-shell__link {
  color: var(--dpd-story-ink);
}

.dpd-register-account-shell {
  margin: 0 auto;
  padding: 24px 24px 0;
  width: min(1360px, calc(100vw - 32px));
}

.dpd-register-account-shell__inner {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.dpd-register-account-shell__intro,
.dpd-register-account-shell__form {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--dpd-story-border);
  border-radius: 32px;
  box-shadow: var(--dpd-story-shadow);
  position: relative;
}

.dpd-register-account-shell__intro {
  background: linear-gradient(145deg, rgba(11, 16, 19, 0.98), rgba(19, 25, 31, 0.94));
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: var(--dpd-story-shadow-dark);
  overflow: hidden;
  padding: clamp(28px, 4vw, 44px);
}

.dpd-register-account-shell__eyebrow {
  color: var(--dpd-story-yellow);
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.34em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.dpd-register-account-shell__intro h1 {
  color: #fff;
  font-family: 'acumin-pro-condensed', sans-serif;
  font-size: clamp(42px, 5.2vw, 72px);
  letter-spacing: 0.05em;
  line-height: 0.94;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.dpd-register-account-shell__steps {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.dpd-register-account-shell__steps li {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.74);
  padding-top: 14px;
}

.dpd-register-account-shell__steps strong {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.28em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.dpd-register-account-shell__form {
  padding: 28px;
}

.dpd-story-page--register-account .register-account-sec {
  background: linear-gradient(180deg, rgba(243, 246, 248, 0.86), rgba(255, 255, 255, 0.98));
  border-radius: 34px;
  box-shadow: var(--dpd-story-shadow);
  margin: 24px auto 0;
  overflow: hidden;
  width: min(1360px, calc(100vw - 32px));
}

.dpd-story-page--register-account .register-account-sec-right-in .sign-up-main-right-top {
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(17, 22, 27, 0.08);
}

.dpd-v2-route-proof {
  margin-top: 28px;
}

.dpd-storytelling--portal .dpd-v2-route-proof__card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
}

.dpd-storytelling--portal .dpd-v2-route-proof__card strong {
  color: #fff;
}

.dpd-storytelling--portal .video-header-content .dpd-v2-route-proof__card p,
.dpd-storytelling--portal .bg-header-main .dpd-v2-route-proof__card p {
  color: rgba(255, 255, 255, 0.72);
}

.dpd-v2-route-proof--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.dpd-v2-route-proof--compact .dpd-v2-route-proof__card {
  min-height: 0;
}

.dpd-v2-route-story-strip {
  margin-top: 18px;
}

.dpd-v2-route-story-strip__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dpd-v2-route-story-strip__card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(17, 22, 27, 0.08);
  border-radius: 28px;
  box-shadow: var(--dpd-story-shadow);
  min-height: 220px;
  padding: 24px 22px;
  position: relative;
}

.dpd-v2-route-story-strip__card p:last-of-type {
  color: var(--dpd-story-ink-soft);
  line-height: 1.75;
  margin: 0;
}

.dpd-training-v2-page .training-portal-table-in {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(17, 22, 27, 0.06);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(17, 22, 27, 0.06);
  overflow: hidden;
}

.dpd-training-v2-page .training-portal-table table thead th {
  background: linear-gradient(180deg, rgba(255, 248, 217, 0.92), rgba(250, 250, 244, 0.92));
  border-bottom: 1px solid rgba(17, 22, 27, 0.06);
  font-size: 13px;
  letter-spacing: 0.18em;
}

.dpd-training-v2-page .training-portal-table table tbody tr {
  background: rgba(255, 255, 255, 0.92);
  transition: background-color 0.2s ease;
}

.dpd-training-v2-page .training-portal-table table tbody tr:nth-child(1),
.dpd-training-v2-page .training-portal-table table tbody tr:nth-child(2) {
  background:
    linear-gradient(90deg, rgba(255, 242, 0, 0.08), rgba(255, 242, 0, 0.16)),
    rgba(255, 255, 255, 0.94);
}

.dpd-training-v2-page .training-portal-table table tbody tr:hover {
  background-color: rgba(243, 247, 250, 0.96);
}

.dpd-training-v2-page .training-portal-table table td,
.dpd-training-v2-page .training-portal-table table th {
  border-top: 1px solid rgba(17, 22, 27, 0.06);
}

.dpd-storytelling--portal .video-header-content,
.dpd-storytelling--portal .bg-header-main {
  position: relative;
}

.dpd-storytelling--portal .video-header-content::after,
.dpd-storytelling--portal .bg-header-main::after {
  background:
    linear-gradient(90deg, rgba(122, 139, 160, 0.26), rgba(122, 139, 160, 0.26)) no-repeat,
    linear-gradient(180deg, rgba(122, 139, 160, 0.26), rgba(122, 139, 160, 0.26)) no-repeat;
  background-position: left 38px top 38px, left 38px top 38px;
  background-size: calc(100% - 76px) 1px, 1px calc(100% - 76px);
  content: '';
  inset: 0;
  opacity: 0.16;
  pointer-events: none;
  position: absolute;
}

.dpd-storytelling--portal .dpd-v2-guided-route--tire-finder .video-header-content::before,
.dpd-storytelling--portal .dpd-training-v2-page .video-header-content::before,
.dpd-storytelling--portal .dpd-rewards-store-shell .bg-header-main::before {
  border: 1px solid rgba(255, 242, 0, 0.28);
  content: '';
  height: 94px;
  left: 38px;
  pointer-events: none;
  position: absolute;
  top: 38px;
  width: 94px;
}

.dpd-storytelling--public footer#kill,
.dpd-storytelling--public .dpd-launch-safe-footer {
  margin-top: 72px;
}

@media (max-width: 1180px) {
  .dpd-story-shell,
  .dpd-register-process-shell__inner,
  .dpd-register-account-shell__inner,
  .dpd-member-login-page__journey,
  .dpd-v2-route-story-strip__grid,
  .dpd-story-card-grid,
  .dpd-story-shell__proof,
  .dpd-register-process-shell__proof,
  .dpd-v2-route-proof,
  .dpd-launch-command-strip,
  .dpd-member-login-page__hero-proof {
    grid-template-columns: 1fr 1fr;
  }

  .dpd-story-shell {
    grid-template-columns: 1fr;
  }

  .dpd-story-shell__stage-sticky {
    min-height: 0;
    position: relative;
    top: 0;
  }

  .dpd-member-login-page__support-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .dpd-launch-command-strip,
  .dpd-member-login-page__hero-proof,
  .dpd-story-shell__proof,
  .dpd-register-process-shell__proof,
  .dpd-v2-route-proof,
  .dpd-v2-route-proof--compact,
  .dpd-v2-route-story-strip__grid,
  .dpd-story-card-grid,
  .dpd-member-login-page__journey {
    grid-template-columns: 1fr;
  }

  .dpd-story-page__chapters,
  .dpd-member-login-page__chapters,
  .dpd-launch-chapters__inner {
    justify-content: flex-start;
  }

  .dpd-story-page__chapters,
  .dpd-member-login-page__chapters,
  .dpd-launch-chapters {
    overflow-x: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .dpd-story-shell,
  .dpd-register-process-shell,
  .dpd-register-account-shell {
    padding-left: 16px;
    padding-right: 16px;
    width: min(1360px, calc(100vw - 16px));
  }

  .dpd-story-panel__topbar,
  .dpd-story-panel__intro,
  .dpd-story-panel__content,
  .dpd-story-panel__actions,
  .dpd-story-card-grid {
    padding-left: 22px;
    padding-right: 22px;
  }

  .dpd-story-panel__topbar {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .dpd-story-page,
  .dpd-member-login-page-wrap.home-login-popup,
  .dpd-member-login-page-wrap.home-login-popup-open.home-login-popup {
    padding-bottom: 48px;
  }

  .dpd-story-shell__stage-sticky,
  .dpd-register-process-shell__requirements,
  .dpd-register-process-shell__application,
  .dpd-register-account-shell__intro,
  .dpd-register-account-shell__form,
  .dpd-story-panel,
  .dpd-member-login-page__journey-card,
  .dpd-member-login-page__support-band,
  .dpd-v2-route-story-strip__card {
    border-radius: 24px;
  }

  .dpd-story-shell__stage-sticky h1,
  .dpd-story-panel h2,
  .dpd-register-process-shell__requirements h1,
  .dpd-register-process-shell__application h2,
  .dpd-register-account-shell__intro h1 {
    font-size: 38px;
  }

  .dpd-member-login-page__support-band h2 {
    max-width: none;
  }

  .dpd-launch-command-strip__card strong,
  .dpd-member-login-page__proof-card strong,
  .dpd-story-shell__proof-card strong,
  .dpd-register-process-shell__proof-card strong,
  .dpd-v2-route-proof__card strong {
    font-size: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dpd-storytelling [data-dpd-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .dpd-launch-hero-card[data-dpd-parallax] {
    transform: none;
    transition: none;
  }
}

/* Public shell normalization 2026-04-29b: remove white header band and tighten chapter spacing */
.dpd-storytelling--public header.log-out.dpd-public-header {
  background: transparent !important;
  backdrop-filter: none !important;
  border-bottom: 0 !important;
  padding-top: 18px !important;
}

.dpd-storytelling--public header.log-out.dpd-public-header .dpd-public-header-bar {
  margin-top: 0 !important;
  min-height: 88px !important;
}

.dpd-storytelling--public .dpd-launch-chapters {
  padding-top: 8px !important;
  top: 88px !important;
}

body.home .dpd-launch-chapters,
body.page-template-template-home .dpd-launch-chapters,
body.page-template-templates-frontend-template-home .dpd-launch-chapters {
  margin: 0 !important;
}

body.home .dpd-launch-chapters__inner,
body.page-template-template-home .dpd-launch-chapters__inner,
body.page-template-templates-frontend-template-home .dpd-launch-chapters__inner {
  padding-bottom: 6px !important;
}

body.home .dpd-launch-hero,
body.page-template-template-home .dpd-launch-hero,
body.page-template-templates-frontend-template-home .dpd-launch-hero {
  padding-top: 152px !important;
}

@media (max-width: 860px) {
  .dpd-storytelling--public header.log-out.dpd-public-header {
    padding-top: 12px !important;
  }

  .dpd-storytelling--public .dpd-launch-chapters {
    padding-top: 4px !important;
    top: 80px !important;
  }

  body.home .dpd-launch-hero,
  body.page-template-template-home .dpd-launch-hero,
  body.page-template-templates-frontend-template-home .dpd-launch-hero {
    padding-top: 136px !important;
  }
}

/* Public app-header authority 2026-04-29c */
.dpd-storytelling--public header.log-out.dpd-public-header {
  background: transparent !important;
  backdrop-filter: none !important;
  border-bottom: 0 !important;
  left: 0 !important;
  padding: 0 24px !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  z-index: 40 !important;
}

.dpd-storytelling--public header.log-out.dpd-public-header .header-inner.left-gap {
  margin: 0 auto !important;
  max-width: 1360px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: min(1360px, calc(100vw - 48px)) !important;
}

.dpd-storytelling--public header.log-out.dpd-public-header .dpd-public-header-bar {
  align-items: center !important;
  background: linear-gradient(180deg, rgba(9, 14, 17, 0.94) 0%, rgba(13, 19, 22, 0.92) 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 30px !important;
  box-shadow: 0 30px 72px rgba(0, 0, 0, 0.28) !important;
  gap: 24px !important;
  margin-top: 16px !important;
  min-height: 86px !important;
  padding: 14px 16px 14px 18px !important;
}

.dpd-storytelling--public header.log-out.dpd-public-header .dpd-public-logo-link {
  gap: 16px !important;
}

.dpd-storytelling--public header.log-out.dpd-public-header .dpd-public-logo-mark {
  align-items: center !important;
  background: #fff200 !important;
  border: 0 !important;
  border-radius: 28px !important;
  box-shadow: 0 18px 38px rgba(255, 242, 0, 0.16) !important;
  display: inline-flex !important;
  height: 76px !important;
  justify-content: center !important;
  overflow: hidden !important;
  width: 76px !important;
}

.dpd-storytelling--public header.log-out.dpd-public-header .dpd-public-logo-mark img {
  display: block !important;
  height: 82% !important;
  max-width: none !important;
  object-position: center center !important;
  width: auto !important;
}

.dpd-storytelling--public header.log-out.dpd-public-header .dpd-public-logo-mark img.mobi {
  display: none !important;
}

.dpd-storytelling--public header.log-out.dpd-public-header .dpd-public-logo-copy {
  gap: 4px !important;
}

.dpd-storytelling--public header.log-out.dpd-public-header .dpd-public-logo-copy strong {
  color: #f4f7f8 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.2em !important;
}

.dpd-storytelling--public header.log-out.dpd-public-header .dpd-public-logo-copy em {
  color: #fff200 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
}

.dpd-storytelling--public header.log-out.dpd-public-header .header-right {
  gap: 12px !important;
}

.dpd-storytelling--public header.log-out.dpd-public-header .header-right ul {
  gap: 10px !important;
}

.dpd-storytelling--public .dpd-public-header-link {
  align-items: center !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  color: #edf3f4 !important;
  min-height: 48px !important;
  padding: 0 20px !important;
}

.dpd-storytelling--public .dpd-public-header-link--accent {
  background: var(--dpd-story-yellow) !important;
  border-color: rgba(255, 242, 0, 0.56) !important;
  color: #0f151b !important;
}

.dpd-storytelling--public .dpd-public-header-link:hover,
.dpd-storytelling--public .dpd-public-header-link:focus-visible {
  background: rgba(255, 255, 255, 0.14) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
  color: #ffffff !important;
}

.dpd-storytelling--public .dpd-public-header-link--accent:hover,
.dpd-storytelling--public .dpd-public-header-link--accent:focus-visible {
  background: #fff200 !important;
  border-color: #fff200 !important;
  color: #0f151b !important;
}

.dpd-storytelling--public header.log-out.dpd-public-header .main-nav {
  background: rgba(255, 255, 255, 0.02) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 20px !important;
  height: 54px !important;
  width: 54px !important;
}

.dpd-storytelling--public header.log-out.dpd-public-header .main-nav span {
  background: #ffffff !important;
}

.dpd-storytelling--public .dpd-story-page__chapters,
.dpd-storytelling--public .dpd-launch-chapters,
.dpd-storytelling--public .dpd-member-login-page__chapters {
  top: 106px !important;
}

.dpd-storytelling--public .dpd-story-page__chapters,
.dpd-storytelling--public .dpd-member-login-page__chapters {
  padding-top: 12px !important;
}

.dpd-storytelling--public .dpd-story-page__chapters a,
.dpd-storytelling--public .dpd-member-login-page__chapters a,
.dpd-storytelling--public .dpd-launch-chapters__link {
  background: rgba(244, 246, 248, 0.94) !important;
  border-color: rgba(17, 22, 27, 0.08) !important;
  color: #121820 !important;
}

.dpd-storytelling--public .dpd-story-page__chapters a.is-active,
.dpd-storytelling--public .dpd-story-page__chapters a:hover,
.dpd-storytelling--public .dpd-member-login-page__chapters a.is-active,
.dpd-storytelling--public .dpd-member-login-page__chapters a:hover,
.dpd-storytelling--public .dpd-launch-chapters__link.is-active,
.dpd-storytelling--public .dpd-launch-chapters__link:hover {
  background: #11161b !important;
  border-color: #11161b !important;
  color: #ffffff !important;
}

.dpd-storytelling--public .dpd-member-login-page-wrap.home-login-popup,
.dpd-storytelling--public .dpd-member-login-page-wrap.home-login-popup-open.home-login-popup {
  padding-top: clamp(36px, 5vw, 64px) !important;
}

.dpd-storytelling--public .dpd-member-login-page__chapters {
  margin-bottom: 12px !important;
}

.dpd-storytelling--public .dpd-member-login-page__shell {
  margin-top: 10px !important;
}

@media (max-width: 1017px) {
  .dpd-storytelling--public header.log-out.dpd-public-header {
    padding: 0 !important;
  }

  .dpd-storytelling--public header.log-out.dpd-public-header .header-inner.left-gap {
    width: 100% !important;
  }

  .dpd-storytelling--public header.log-out.dpd-public-header .dpd-public-header-bar {
    border-left: 0 !important;
    border-radius: 0 0 26px 26px !important;
    border-right: 0 !important;
    margin-top: 0 !important;
    min-height: 78px !important;
    padding: 12px 16px !important;
  }

  .dpd-storytelling--public header.log-out.dpd-public-header .dpd-public-logo-mark {
    height: 64px !important;
    width: 64px !important;
  }

  .dpd-storytelling--public header.log-out.dpd-public-header .dpd-public-logo-mark img {
    height: 82% !important;
    max-width: none !important;
    width: auto !important;
  }

  .dpd-storytelling--public .dpd-story-page__chapters,
  .dpd-storytelling--public .dpd-launch-chapters,
  .dpd-storytelling--public .dpd-member-login-page__chapters {
    top: 82px !important;
  }

  .dpd-storytelling--public .dpd-member-login-page-wrap.home-login-popup,
  .dpd-storytelling--public .dpd-member-login-page-wrap.home-login-popup-open.home-login-popup {
    padding-top: 96px !important;
  }
}

/* Public app-mark authority 2026-04-30: keep the homepage/header mark on the same square icon treatment */
.dpd-storytelling--public .dpd-launch-hero-mark,
.dpd-storytelling--public header.log-out.dpd-public-header .dpd-public-logo-mark {
  overflow: hidden !important;
  padding: 0 !important;
}

.dpd-storytelling--public .dpd-launch-hero-mark img,
.dpd-storytelling--public header.log-out.dpd-public-header .dpd-public-logo-mark img {
  display: block !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: center center !important;
  width: 100% !important;
}

.dpd-storytelling--public header.log-out.dpd-public-header .dpd-public-logo-mark img.mobi {
  display: none !important;
}

/* Public homepage Instagram band/feed 2026-04-30 */
.dpd-storytelling--public .dpd-launch-instagram {
  background: #050709 !important;
  overflow: hidden !important;
}

.dpd-storytelling--public .dpd-launch-instagram__banner {
  background: #fff200 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.dpd-storytelling--public .dpd-launch-instagram__banner-shell {
  align-items: center !important;
  color: #10151a !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  justify-content: center !important;
  letter-spacing: 0.18em !important;
  margin: 0 auto !important;
  max-width: 1480px !important;
  padding: 20px 24px !important;
  text-transform: uppercase !important;
}

.dpd-storytelling--public .dpd-launch-instagram__banner-kicker,
.dpd-storytelling--public .dpd-launch-instagram__banner-copy,
.dpd-storytelling--public .dpd-launch-instagram__banner-link {
  font-size: 14px !important;
  font-weight: 700 !important;
}

.dpd-storytelling--public .dpd-launch-instagram__banner-link {
  align-items: center !important;
  color: #10151a !important;
  display: inline-flex !important;
  gap: 10px !important;
  text-decoration: none !important;
}

.dpd-storytelling--public .dpd-launch-instagram__banner-link i {
  font-size: 24px !important;
}

.dpd-storytelling--public .dpd-launch-instagram__grid-shell {
  background: #050709 !important;
}

.dpd-storytelling--public .dpd-launch-instagram__grid {
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.dpd-storytelling--public .dpd-launch-instagram__item,
.dpd-storytelling--public .dpd-launch-instagram__link {
  color: inherit !important;
  display: block !important;
  text-decoration: none !important;
}

.dpd-storytelling--public .dpd-launch-instagram__image {
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  position: relative !important;
}

.dpd-storytelling--public .dpd-launch-instagram__image img {
  display: block !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 280ms ease, filter 280ms ease !important;
  width: 100% !important;
}

.dpd-storytelling--public .dpd-launch-instagram__overlay {
  align-items: center !important;
  background: rgba(0, 0, 0, 0.34) !important;
  color: #ffffff !important;
  display: inline-flex !important;
  height: 54px !important;
  justify-content: center !important;
  left: 50% !important;
  opacity: 0 !important;
  position: absolute !important;
  top: 50% !important;
  transform: translate(-50%, -50%) scale(0.86) !important;
  transition: opacity 220ms ease, transform 220ms ease !important;
  width: 54px !important;
  z-index: 2 !important;
}

.dpd-storytelling--public .dpd-launch-instagram__overlay i {
  font-size: 26px !important;
}

.dpd-storytelling--public .dpd-launch-instagram__item:hover .dpd-launch-instagram__image img,
.dpd-storytelling--public .dpd-launch-instagram__item:focus-visible .dpd-launch-instagram__image img {
  filter: brightness(0.52) !important;
  transform: scale(1.06) !important;
}

.dpd-storytelling--public .dpd-launch-instagram__item:hover .dpd-launch-instagram__overlay,
.dpd-storytelling--public .dpd-launch-instagram__item:focus-visible .dpd-launch-instagram__overlay {
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1) !important;
}

.dpd-storytelling--public .dpd-launch-instagram__follow {
  background: #050709 !important;
  padding: 24px 20px 34px !important;
  text-align: center !important;
}

.dpd-storytelling--public .dpd-launch-instagram__follow-btn {
  align-items: center !important;
  border: 1px solid rgba(255, 255, 255, 0.26) !important;
  color: #ffffff !important;
  display: inline-flex !important;
  gap: 12px !important;
  letter-spacing: 0.18em !important;
  min-height: 48px !important;
  padding: 0 28px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: background 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease !important;
}

.dpd-storytelling--public .dpd-launch-instagram__follow-btn:hover,
.dpd-storytelling--public .dpd-launch-instagram__follow-btn:focus-visible {
  background: #fff200 !important;
  border-color: #fff200 !important;
  color: #10151a !important;
  transform: translateY(-2px) !important;
}

@media (max-width: 1080px) {
  .dpd-storytelling--public .dpd-launch-instagram__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .dpd-storytelling--public .dpd-launch-instagram__banner-shell {
    gap: 8px !important;
    letter-spacing: 0.14em !important;
    padding: 16px 18px !important;
  }

  .dpd-storytelling--public .dpd-launch-instagram__banner-kicker,
  .dpd-storytelling--public .dpd-launch-instagram__banner-copy,
  .dpd-storytelling--public .dpd-launch-instagram__banner-link {
    font-size: 11px !important;
  }

  .dpd-storytelling--public .dpd-launch-instagram__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Public auth closeout 2026-05-04: keep login/recovery pages on the same designed system. */
.dpd-storytelling--public .dpd-member-login-page-wrap.home-login-popup,
.dpd-storytelling--public .dpd-member-login-page-wrap.home-login-popup-open.home-login-popup {
  background:
    radial-gradient(circle at 11% 10%, rgba(255, 242, 0, 0.18), transparent 24%),
    radial-gradient(circle at 92% 8%, rgba(255, 242, 0, 0.08), transparent 20%),
    linear-gradient(135deg, rgba(12, 17, 20, 0.98), rgba(9, 14, 18, 0.96)) !important;
  min-height: 100vh !important;
  padding-bottom: 72px !important;
}

.dpd-storytelling--public .dpd-member-login-page__shell {
  align-items: start !important;
  gap: clamp(22px, 3vw, 32px) !important;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.74fr) !important;
}

.dpd-storytelling--public .dpd-member-login-page__hero,
.dpd-storytelling--public .dpd-member-login-page__panel {
  border-radius: 34px !important;
}

.dpd-storytelling--public .dpd-member-login-page__hero {
  min-height: clamp(620px, 64vh, 760px) !important;
  overflow: hidden !important;
  padding: clamp(48px, 6vw, 78px) !important;
}

.dpd-storytelling--public .dpd-member-login-page__hero-brand img,
.dpd-storytelling--public .dpd-member-login-page__panel-icon img {
  filter: none !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.dpd-storytelling--public .dpd-member-login-page__hero-brand img {
  height: 46px !important;
  object-fit: contain !important;
  width: auto !important;
}

.dpd-storytelling--public .dpd-member-login-page__hero h1 {
  font-size: clamp(54px, 5.6vw, 86px) !important;
  line-height: 0.92 !important;
  max-width: 11ch !important;
}

.dpd-storytelling--public .dpd-member-login-page__panel {
  align-self: start !important;
  display: grid !important;
  gap: 24px !important;
  justify-content: stretch !important;
  min-height: 0 !important;
  padding: clamp(34px, 4vw, 50px) !important;
}

.dpd-storytelling--public .dpd-member-login-page__panel-top {
  align-items: center !important;
  display: grid !important;
  gap: 20px !important;
  grid-template-columns: 88px minmax(0, 1fr) !important;
  margin: 0 !important;
}

.dpd-storytelling--public .dpd-member-login-page__panel-icon {
  background: #fff200 !important;
  border-radius: 24px !important;
  box-shadow: 0 18px 34px rgba(255, 242, 0, 0.18) !important;
  display: grid !important;
  height: 88px !important;
  overflow: hidden !important;
  place-items: center !important;
  width: 88px !important;
}

.dpd-storytelling--public .dpd-member-login-page__panel-icon img {
  display: block !important;
  height: auto !important;
  max-height: 76% !important;
  max-width: 76% !important;
  object-fit: contain !important;
  width: 76% !important;
}

.dpd-storytelling--public .dpd-member-login-page__panel-copy h2 {
  font-size: clamp(44px, 4.4vw, 64px) !important;
  margin-bottom: 10px !important;
}

.dpd-storytelling--public .dpd-member-login-page__form {
  margin: 0 !important;
}

.dpd-storytelling--public .dpd-member-login-page__form form {
  display: grid !important;
  gap: 16px !important;
}

.dpd-storytelling--public .dpd-member-login-page__form .login-username,
.dpd-storytelling--public .dpd-member-login-page__form .login-password,
.dpd-storytelling--public .dpd-member-login-page__form .login-submit {
  margin: 0 !important;
}

.dpd-storytelling--public .dpd-member-login-page__form .login-username label,
.dpd-storytelling--public .dpd-member-login-page__form .login-password label {
  color: #11161b !important;
  margin-bottom: 8px !important;
  position: static !important;
}

.dpd-storytelling--public .dpd-member-login-page__form .login-username input,
.dpd-storytelling--public .dpd-member-login-page__form .login-password input {
  background: #f3f6fa !important;
  border-color: #d6dde5 !important;
  height: 58px !important;
}

.dpd-storytelling--public .dpd-member-login-page__form .login-submit {
  padding-top: 8px !important;
}

.dpd-storytelling--public .dpd-member-login-page__forgot-password {
  margin-top: -4px !important;
}

.dpd-storytelling--public .dpd-member-login-page__panel-footer {
  margin-top: 4px !important;
  padding-top: 24px !important;
}

.dpd-storytelling--public .dpd-story-page--lost-password {
  background:
    radial-gradient(circle at 10% 8%, rgba(255, 242, 0, 0.12), transparent 24%),
    radial-gradient(circle at 94% 12%, rgba(255, 242, 0, 0.08), transparent 24%),
    linear-gradient(135deg, #eef2f5 0%, #f8fafb 52%, #eef2f5 100%) !important;
  min-height: 100vh !important;
  padding: clamp(128px, 13vw, 156px) 0 72px !important;
}

.dpd-storytelling--public .dpd-story-page--lost-password .dpd-story-shell {
  align-items: start !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.8fr) !important;
  padding-top: 12px !important;
}

.dpd-storytelling--public .dpd-story-page--lost-password .dpd-story-shell__stage-sticky {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: clamp(520px, 62vh, 700px) !important;
}

.dpd-storytelling--public .dpd-story-page--lost-password .dpd-story-panel {
  align-self: start !important;
}

.dpd-storytelling--public .dpd-story-form--account-recovery {
  padding: 28px 32px 32px !important;
}

.dpd-storytelling--public .dpd-story-form--account-recovery .dpd-story-panel__actions {
  padding: 6px 0 0 !important;
}

.dpd-storytelling--public .dpd-story-form--account-recovery input[type="email"],
.dpd-storytelling--public .dpd-story-form--account-recovery input[type="password"] {
  background: #f3f6fa !important;
  border-color: #d6dde5 !important;
  min-height: 58px !important;
}

@media (max-width: 1180px) {
  .dpd-storytelling--public .dpd-member-login-page__shell,
  .dpd-storytelling--public .dpd-story-page--lost-password .dpd-story-shell {
    grid-template-columns: 1fr !important;
  }

  .dpd-storytelling--public .dpd-member-login-page__panel {
    order: 1 !important;
  }

  .dpd-storytelling--public .dpd-member-login-page__hero {
    min-height: 0 !important;
    order: 2 !important;
  }
}

@media (max-width: 767px) {
  .dpd-storytelling--public .dpd-member-login-page__panel-top {
    grid-template-columns: 72px minmax(0, 1fr) !important;
  }

  .dpd-storytelling--public .dpd-member-login-page__panel-icon {
    border-radius: 20px !important;
    height: 72px !important;
    width: 72px !important;
  }

  .dpd-storytelling--public .dpd-story-page--lost-password {
    padding-top: 106px !important;
  }

  .dpd-storytelling--public .dpd-story-form--account-recovery {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}

/* Auth page hard-stop fixes 2026-05-04: block old popup/floating-label leakage. */
.dpd-storytelling--public .dpd-member-login-page__panel-icon img[src$=".svg"] {
  height: 58px !important;
  max-height: 58px !important;
  max-width: 58px !important;
  width: 58px !important;
}

.dpd-storytelling--public .dpd-member-login-page__form input:-webkit-autofill,
.dpd-storytelling--public .dpd-member-login-page__form input:-webkit-autofill:hover,
.dpd-storytelling--public .dpd-member-login-page__form input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #e8f0fe inset !important;
  -webkit-text-fill-color: #11161b !important;
}

.dpd-storytelling--public .dpd-member-login-page__form .login-submit input[type="submit"] {
  margin: 0 !important;
  max-width: none !important;
}

.dpd-storytelling--public .dpd-story-page--lost-password .dpd-story-shell__content {
  align-self: start !important;
}

.dpd-storytelling--public .dpd-story-page--lost-password .dpd-story-panel__topbar,
.dpd-storytelling--public .dpd-story-page--lost-password .dpd-story-panel__intro,
.dpd-storytelling--public .dpd-story-page--lost-password .dpd-story-form {
  max-width: none !important;
}

.dpd-storytelling--public .dpd-story-page--lost-password .dpd-story-panel__actions {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
}

.dpd-storytelling--public .dpd-story-page--lost-password .dpd-story-button {
  border: 0 !important;
  min-height: 56px !important;
}

/* Public homepage parity sections restored from the live acquisition experience. */
.dpd-storytelling--public .dpd-launch-portal-tabs,
.dpd-storytelling--public .dpd-launch-selling-tools,
.dpd-storytelling--public .dpd-launch-racing-proof,
.dpd-storytelling--public .dpd-launch-video-cta {
  position: relative;
}

.dpd-storytelling--public .dpd-launch-portal-tabs .dpd-launch-shell,
.dpd-storytelling--public .dpd-launch-selling-tools .dpd-launch-shell,
.dpd-storytelling--public .dpd-launch-racing-proof .dpd-launch-shell,
.dpd-storytelling--public .dpd-launch-video-cta .dpd-launch-shell {
  position: relative;
}

.dpd-storytelling--public .dpd-launch-portal-tabs__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dpd-storytelling--public .dpd-launch-portal-panel,
.dpd-storytelling--public .dpd-launch-selling-tool,
.dpd-storytelling--public .dpd-launch-racing-proof__panel,
.dpd-storytelling--public .dpd-launch-video-cta__panel {
  background: rgba(31, 41, 44, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.2);
  color: #f7f9fa;
  overflow: hidden;
}

.dpd-storytelling--public .dpd-launch-portal-panel summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 14px;
  list-style: none;
  min-height: 86px;
  padding: 20px;
}

.dpd-storytelling--public .dpd-launch-portal-panel summary::-webkit-details-marker {
  display: none;
}

.dpd-storytelling--public .dpd-launch-portal-panel__icon {
  align-items: center;
  background: rgba(255, 242, 0, 0.12);
  border: 1px solid rgba(255, 242, 0, 0.24);
  border-radius: 18px;
  display: inline-flex;
  flex: 0 0 auto;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.dpd-storytelling--public .dpd-launch-portal-panel__icon img {
  height: 28px;
  width: 28px;
}

.dpd-storytelling--public .dpd-launch-portal-panel summary small,
.dpd-storytelling--public .dpd-launch-selling-tool__copy li,
.dpd-storytelling--public .dpd-launch-portal-panel__copy li {
  color: var(--dpd-story-yellow);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.dpd-storytelling--public .dpd-launch-portal-panel summary strong {
  color: #fff;
  display: block;
  font-family: 'acumin-pro-condensed', sans-serif;
  font-size: clamp(26px, 3vw, 38px);
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 3px;
  text-transform: uppercase;
}

.dpd-storytelling--public .dpd-launch-portal-panel__body {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 0.92fr) minmax(220px, 0.72fr);
  padding: 24px;
}

.dpd-storytelling--public .dpd-launch-portal-panel__copy p,
.dpd-storytelling--public .dpd-launch-selling-tool__copy p,
.dpd-storytelling--public .dpd-launch-racing-proof__copy p,
.dpd-storytelling--public .dpd-launch-video-cta__copy p,
.dpd-storytelling--public .dpd-launch-testimonial-meta,
.dpd-storytelling--public .dpd-launch-testimonial-story p {
  color: rgba(241, 246, 248, 0.76);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.dpd-storytelling--public .dpd-launch-portal-panel__copy ul,
.dpd-storytelling--public .dpd-launch-selling-tool__copy ul {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.dpd-storytelling--public .dpd-launch-portal-panel__copy li,
.dpd-storytelling--public .dpd-launch-selling-tool__copy li {
  color: rgba(255, 242, 0, 0.92);
  letter-spacing: 0.08em;
  line-height: 1.45;
}

.dpd-storytelling--public .dpd-launch-portal-panel__copy li::before,
.dpd-storytelling--public .dpd-launch-selling-tool__copy li::before {
  content: '+';
  margin-right: 8px;
}

.dpd-storytelling--public .dpd-launch-portal-panel__media {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  display: flex;
  justify-content: center;
  min-height: 240px;
  padding: 18px;
}

.dpd-storytelling--public .dpd-launch-portal-panel__media img {
  filter: drop-shadow(0 20px 34px rgba(0, 0, 0, 0.28));
  max-height: 310px;
  object-fit: contain;
  width: min(100%, 260px);
}

.dpd-storytelling--public .dpd-launch-selling-tools__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dpd-storytelling--public .dpd-launch-selling-tool {
  display: grid;
  grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1fr);
  min-height: 360px;
}

.dpd-storytelling--public .dpd-launch-selling-tool__media {
  background: #10171b;
  min-height: 100%;
}

.dpd-storytelling--public .dpd-launch-selling-tool__media img {
  filter: saturate(0.28) contrast(1.08);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.dpd-storytelling--public .dpd-launch-selling-tool__copy {
  align-self: center;
  padding: clamp(24px, 3vw, 38px);
}

.dpd-storytelling--public .dpd-launch-selling-tool__copy h3 {
  color: #fff;
  font-family: 'acumin-pro-condensed', sans-serif;
  font-size: clamp(30px, 3.8vw, 48px);
  letter-spacing: 0.04em;
  line-height: 0.98;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.dpd-storytelling--public .dpd-launch-racing-proof__panel {
  background:
    linear-gradient(90deg, rgba(15, 22, 25, 0.92), rgba(15, 22, 25, 0.78)),
    url(images2/winning-sec-bg.jpg) center/cover no-repeat;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  min-height: 520px;
  padding: clamp(32px, 5vw, 64px);
}

.dpd-storytelling--public .dpd-launch-racing-proof__copy {
  align-self: center;
}

.dpd-storytelling--public .dpd-launch-racing-proof__copy h2,
.dpd-storytelling--public .dpd-launch-video-cta__copy h2 {
  color: #fff;
  font-family: 'acumin-pro-condensed', sans-serif;
  font-size: clamp(46px, 6vw, 82px);
  letter-spacing: 0.05em;
  line-height: 0.92;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.dpd-storytelling--public .dpd-launch-racing-proof__copy > strong {
  color: var(--dpd-story-yellow);
  display: block;
  font-family: 'acumin-pro-condensed', sans-serif;
  font-size: clamp(30px, 4vw, 52px);
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 24px;
  text-transform: uppercase;
}

.dpd-storytelling--public .dpd-launch-racing-proof__stats {
  align-content: center;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dpd-storytelling--public .dpd-launch-racing-proof__stats article {
  background: rgba(5, 9, 11, 0.58);
  border: 1px solid rgba(255, 242, 0, 0.24);
  border-radius: 18px;
  padding: 22px;
}

.dpd-storytelling--public .dpd-launch-racing-proof__stats strong {
  color: #fff;
  display: block;
  font-family: 'acumin-pro-condensed', sans-serif;
  font-size: clamp(42px, 6vw, 76px);
  letter-spacing: 0.04em;
  line-height: 0.88;
}

.dpd-storytelling--public .dpd-launch-racing-proof__stats span {
  color: rgba(255, 255, 255, 0.74);
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.35;
  margin-top: 12px;
  text-transform: uppercase;
}

.dpd-storytelling--public .dpd-launch-testimonial-card--dealer {
  overflow: hidden;
  padding-top: 0 !important;
}

.dpd-storytelling--public .dpd-launch-testimonial-card__image {
  background:
    linear-gradient(180deg, rgba(13, 19, 22, 0), rgba(13, 19, 22, 0.62)),
    var(--dpd-testimonial-image) center/cover no-repeat;
  height: 210px;
  margin: -1px -1px 24px;
}

.dpd-storytelling--public .dpd-launch-testimonial-meta {
  font-size: 13px;
  margin: -6px 0 18px;
}

.dpd-storytelling--public .dpd-launch-testimonial-story {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 20px;
  padding-top: 18px;
}

.dpd-storytelling--public .dpd-launch-testimonial-story summary {
  color: var(--dpd-story-yellow);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.dpd-storytelling--public .dpd-launch-testimonial-story p {
  margin-top: 14px;
}

.dpd-storytelling--public .dpd-launch-video-cta__panel {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
}

.dpd-storytelling--public .dpd-launch-video-cta__copy {
  padding: clamp(30px, 5vw, 64px);
}

.dpd-storytelling--public .dpd-launch-video-cta__copy .dpd-launch-btn {
  margin-top: 24px;
}

.dpd-storytelling--public .dpd-launch-video-cta__media {
  background: #080d10;
  height: 100%;
  min-height: 430px;
}

.dpd-storytelling--public .dpd-launch-video-cta__media video {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 1180px) {
  .dpd-storytelling--public .dpd-launch-portal-tabs__grid,
  .dpd-storytelling--public .dpd-launch-selling-tools__grid,
  .dpd-storytelling--public .dpd-launch-racing-proof__panel,
  .dpd-storytelling--public .dpd-launch-video-cta__panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .dpd-storytelling--public .dpd-launch-portal-panel__body,
  .dpd-storytelling--public .dpd-launch-selling-tool {
    grid-template-columns: 1fr;
  }

  .dpd-storytelling--public .dpd-launch-portal-panel summary {
    min-height: 76px;
    padding: 16px;
  }

  .dpd-storytelling--public .dpd-launch-portal-panel__body,
  .dpd-storytelling--public .dpd-launch-selling-tool__copy,
  .dpd-storytelling--public .dpd-launch-racing-proof__panel,
  .dpd-storytelling--public .dpd-launch-video-cta__copy {
    padding: 22px;
  }

  .dpd-storytelling--public .dpd-launch-selling-tool__media {
    height: 260px;
  }

  .dpd-storytelling--public .dpd-launch-racing-proof__stats {
    grid-template-columns: 1fr;
  }

  .dpd-storytelling--public .dpd-launch-video-cta__media {
    min-height: 280px;
  }
}

/* Member-login layout stabilization 2026-05-07: keep header, tabs, and sign-in card in normal flow. */
.dpd-storytelling--public .dpd-member-login-page-wrap.home-login-popup,
.dpd-storytelling--public .dpd-member-login-page-wrap.home-login-popup-open.home-login-popup {
  --dpd-login-page-gutter: clamp(16px, 3vw, 28px);
  align-items: stretch !important;
  display: block !important;
  min-height: 100dvh !important;
  overflow-x: clip !important;
  padding: clamp(24px, 4vw, 52px) var(--dpd-login-page-gutter) 72px !important;
}

.dpd-storytelling--public .dpd-member-login-page {
  display: grid !important;
  gap: clamp(16px, 2vw, 24px) !important;
  margin: 0 auto !important;
  max-width: none !important;
  position: relative !important;
  width: min(1360px, 100%) !important;
}

.dpd-storytelling--public .dpd-member-login-page > header.log-out.dpd-public-header {
  align-self: stretch !important;
  background: transparent !important;
  border-bottom: 0 !important;
  display: block !important;
  margin: 0 !important;
  position: relative !important;
  top: auto !important;
  width: 100% !important;
  z-index: 12 !important;
}

.dpd-storytelling--public .dpd-member-login-page > header.log-out.dpd-public-header .header-inner.left-gap {
  max-width: none !important;
  width: 100% !important;
}

.dpd-storytelling--public .dpd-member-login-page__chapters {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  justify-content: flex-start !important;
  margin: 0 !important;
  max-width: 100% !important;
  overflow: visible !important;
  padding: 0 !important;
  position: relative !important;
  top: auto !important;
  width: 100% !important;
  z-index: 3 !important;
}

.dpd-storytelling--public .dpd-member-login-page__chapters a {
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.14) !important;
  color: #11161b !important;
  flex: 0 0 auto !important;
  min-height: 42px !important;
  white-space: nowrap !important;
}

.dpd-storytelling--public .dpd-member-login-page__shell {
  align-items: start !important;
  display: grid !important;
  gap: clamp(20px, 2.5vw, 32px) !important;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 440px) !important;
  margin: 0 !important;
  width: 100% !important;
}

.dpd-storytelling--public .dpd-member-login-page__hero,
.dpd-storytelling--public .dpd-member-login-page__panel {
  border-radius: clamp(24px, 2.4vw, 34px) !important;
  min-height: 0 !important;
}

.dpd-storytelling--public .dpd-member-login-page__hero {
  justify-content: flex-start !important;
  padding: clamp(34px, 5vw, 64px) !important;
}

.dpd-storytelling--public .dpd-member-login-page__hero h1 {
  font-size: clamp(42px, 5vw, 72px) !important;
  line-height: 0.98 !important;
  max-inline-size: 12ch !important;
}

.dpd-storytelling--public .dpd-member-login-page__hero p {
  font-size: clamp(16px, 1.4vw, 19px) !important;
  line-height: 1.65 !important;
}

.dpd-storytelling--public .dpd-member-login-page__hero-proof {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.dpd-storytelling--public .dpd-member-login-page__panel {
  align-self: start !important;
  display: grid !important;
  gap: 22px !important;
  padding: clamp(28px, 3.2vw, 42px) !important;
}

.dpd-storytelling--public .dpd-member-login-page__panel-copy h2 {
  font-size: clamp(38px, 3.8vw, 54px) !important;
  line-height: 1 !important;
}

.dpd-storytelling--public .dpd-member-login-page__journey,
.dpd-storytelling--public .dpd-member-login-page__support-band {
  margin-top: 0 !important;
  width: 100% !important;
}

@media (max-width: 1180px) {
  .dpd-storytelling--public .dpd-member-login-page__shell {
    grid-template-columns: 1fr !important;
  }

  .dpd-storytelling--public .dpd-member-login-page__panel {
    order: 1 !important;
  }

  .dpd-storytelling--public .dpd-member-login-page__hero {
    order: 2 !important;
  }
}

@media (max-width: 860px) {
  .dpd-storytelling--public .dpd-member-login-page__chapters {
    flex-wrap: nowrap !important;
    margin-left: calc(0px - var(--dpd-login-page-gutter)) !important;
    margin-right: calc(0px - var(--dpd-login-page-gutter)) !important;
    overflow-x: auto !important;
    padding: 0 var(--dpd-login-page-gutter) 4px !important;
    scrollbar-width: none !important;
    width: auto !important;
  }

  .dpd-storytelling--public .dpd-member-login-page__chapters::-webkit-scrollbar {
    display: none !important;
  }

  .dpd-storytelling--public .dpd-member-login-page__hero-proof,
  .dpd-storytelling--public .dpd-member-login-page__journey {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  .dpd-storytelling--public .dpd-member-login-page-wrap.home-login-popup,
  .dpd-storytelling--public .dpd-member-login-page-wrap.home-login-popup-open.home-login-popup {
    padding-top: 16px !important;
  }

  .dpd-storytelling--public .dpd-member-login-page {
    gap: 14px !important;
  }

  .dpd-storytelling--public .dpd-member-login-page > header.log-out.dpd-public-header .dpd-public-header-bar {
    border-radius: 24px !important;
    min-height: 82px !important;
  }

  .dpd-storytelling--public .dpd-member-login-page__hero,
  .dpd-storytelling--public .dpd-member-login-page__panel,
  .dpd-storytelling--public .dpd-member-login-page__journey-card,
  .dpd-storytelling--public .dpd-member-login-page__support-band {
    border-radius: 22px !important;
  }

  .dpd-storytelling--public .dpd-member-login-page__hero,
  .dpd-storytelling--public .dpd-member-login-page__panel {
    padding: 22px !important;
  }

  .dpd-storytelling--public .dpd-member-login-page__hero h1 {
    font-size: clamp(36px, 11vw, 44px) !important;
    max-inline-size: none !important;
  }

  .dpd-storytelling--public .dpd-member-login-page__panel-top {
    align-items: center !important;
    grid-template-columns: 64px minmax(0, 1fr) !important;
  }

  .dpd-storytelling--public .dpd-member-login-page__panel-icon {
    border-radius: 18px !important;
    height: 64px !important;
    width: 64px !important;
  }
}

/* Public login screenshot QA stabilization - 2026-05-07 */
.dpd-storytelling--public,
.dpd-storytelling--public body {
  overflow-x: clip !important;
}

.dpd-storytelling--public .dpd-member-login-page,
.dpd-storytelling--public .dpd-member-login-page-wrap {
  box-sizing: border-box !important;
  max-width: 100% !important;
}

.dpd-storytelling--public .dpd-member-login-page__support-band {
  align-items: center !important;
  box-sizing: border-box !important;
  gap: clamp(18px, 3vw, 34px) !important;
  grid-template-columns: minmax(0, 1fr) minmax(220px, auto) !important;
  max-width: 100% !important;
  overflow: hidden !important;
  padding: clamp(28px, 4vw, 46px) !important;
}

.dpd-storytelling--public .dpd-member-login-page__support-band h2 {
  font-size: clamp(34px, 4vw, 54px) !important;
  letter-spacing: 0.03em !important;
  line-height: 1.02 !important;
  max-inline-size: 20ch !important;
  max-width: 100% !important;
  overflow-wrap: normal !important;
  white-space: normal !important;
  word-break: normal !important;
}

.dpd-storytelling--public .dpd-member-login-page__support-band p {
  max-width: 84ch !important;
}

.dpd-storytelling--public .dpd-member-login-page__support-actions {
  align-items: stretch !important;
  justify-self: end !important;
  min-width: 0 !important;
  width: min(320px, 100%) !important;
}

.dpd-storytelling--public .dpd-member-login-page__support-actions a,
.dpd-storytelling--public .dpd-member-login-page__support-actions .dpd-member-login-page__hero-primary,
.dpd-storytelling--public .dpd-member-login-page__support-actions .dpd-member-login-page__hero-secondary {
  box-sizing: border-box !important;
  justify-content: center !important;
  max-width: 100% !important;
  min-width: 0 !important;
  text-align: center !important;
  white-space: normal !important;
  width: 100% !important;
}

.dpd-storytelling--public footer#kill,
.dpd-storytelling--public .dpd-member-login-page-wrap + footer#kill,
.dpd-storytelling--public .dpd-launch-safe-footer {
  background: #ffffff !important;
  box-sizing: border-box !important;
  margin-top: clamp(46px, 6vw, 78px) !important;
  max-width: 100vw !important;
  overflow: hidden !important;
  padding: clamp(34px, 5vw, 64px) clamp(16px, 4vw, 44px) !important;
  width: 100% !important;
}

.dpd-storytelling--public footer#kill .footer-in,
.dpd-storytelling--public .dpd-member-login-page-wrap + footer#kill .footer-in,
.dpd-storytelling--public .dpd-launch-safe-footer .footer-in {
  align-items: start !important;
  box-sizing: border-box !important;
  display: grid !important;
  gap: 22px 30px !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  margin: 0 auto !important;
  max-width: min(1180px, calc(100vw - 32px)) !important;
  overflow: visible !important;
  padding: 0 !important;
  width: 100% !important;
}

.dpd-storytelling--public footer#kill .footer-left,
.dpd-storytelling--public footer#kill .footer-nav,
.dpd-storytelling--public footer#kill .footer-social-icons,
.dpd-storytelling--public .dpd-member-login-page-wrap + footer#kill .footer-left,
.dpd-storytelling--public .dpd-member-login-page-wrap + footer#kill .footer-nav,
.dpd-storytelling--public .dpd-member-login-page-wrap + footer#kill .footer-social-icons {
  float: none !important;
  margin: 0 !important;
  min-width: 0 !important;
}

.dpd-storytelling--public footer#kill .footer-left,
.dpd-storytelling--public .dpd-member-login-page-wrap + footer#kill .footer-left {
  align-items: flex-start !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 18px 24px !important;
}

.dpd-storytelling--public footer#kill .footer-nav,
.dpd-storytelling--public .dpd-member-login-page-wrap + footer#kill .footer-nav {
  align-items: center !important;
  display: flex !important;
  flex: 1 1 540px !important;
  flex-wrap: wrap !important;
  gap: 8px 0 !important;
  line-height: 1.4 !important;
  max-width: 100% !important;
}

.dpd-storytelling--public footer#kill .footer-nav span,
.dpd-storytelling--public .dpd-member-login-page-wrap + footer#kill .footer-nav span {
  box-sizing: border-box !important;
  display: inline-flex !important;
  letter-spacing: 0.09em !important;
  line-height: 1.4 !important;
  max-width: 100% !important;
  padding: 0 10px 0 0 !important;
  white-space: normal !important;
}

.dpd-storytelling--public footer#kill .footer-nav span::after,
.dpd-storytelling--public .dpd-member-login-page-wrap + footer#kill .footer-nav span::after {
  display: none !important;
}

.dpd-storytelling--public footer#kill .footer-nav a,
.dpd-storytelling--public .dpd-member-login-page-wrap + footer#kill .footer-nav a {
  display: inline !important;
  overflow-wrap: normal !important;
  white-space: normal !important;
  word-break: normal !important;
}

.dpd-storytelling--public footer#kill .footer-social-icons,
.dpd-storytelling--public .dpd-member-login-page-wrap + footer#kill .footer-social-icons {
  justify-self: end !important;
}

.dpd-storytelling--public footer#kill .footer-social-icons ul,
.dpd-storytelling--public .dpd-member-login-page-wrap + footer#kill .footer-social-icons ul {
  align-items: center !important;
  display: flex !important;
  gap: 24px !important;
  justify-content: flex-end !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.dpd-storytelling--public footer#kill .footer-social-icons ul li,
.dpd-storytelling--public .dpd-member-login-page-wrap + footer#kill .footer-social-icons ul li {
  float: none !important;
  padding: 0 !important;
}

.dpd-storytelling--public footer#kill .footer-social-icons ul li a,
.dpd-storytelling--public .dpd-member-login-page-wrap + footer#kill .footer-social-icons ul li a {
  align-items: center !important;
  color: #101820 !important;
  display: inline-flex !important;
  font-size: 28px !important;
  justify-content: center !important;
  min-height: 36px !important;
  min-width: 36px !important;
}

@media (max-width: 900px) {
  .dpd-storytelling--public .dpd-member-login-page__support-band,
  .dpd-storytelling--public footer#kill .footer-in,
  .dpd-storytelling--public .dpd-member-login-page-wrap + footer#kill .footer-in {
    grid-template-columns: 1fr !important;
  }

  .dpd-storytelling--public .dpd-member-login-page__support-actions,
  .dpd-storytelling--public footer#kill .footer-social-icons,
  .dpd-storytelling--public .dpd-member-login-page-wrap + footer#kill .footer-social-icons {
    justify-self: start !important;
  }
}

@media (max-width: 620px) {
  .dpd-storytelling--public .dpd-member-login-page__support-band {
    padding: 24px !important;
  }

  .dpd-storytelling--public .dpd-member-login-page__support-band h2 {
    font-size: clamp(32px, 10vw, 42px) !important;
    max-inline-size: 100% !important;
  }

  .dpd-storytelling--public footer#kill .footer-left,
  .dpd-storytelling--public footer#kill .footer-nav,
  .dpd-storytelling--public footer#kill .footer-social-icons ul,
  .dpd-storytelling--public .dpd-member-login-page-wrap + footer#kill .footer-left,
  .dpd-storytelling--public .dpd-member-login-page-wrap + footer#kill .footer-nav,
  .dpd-storytelling--public .dpd-member-login-page-wrap + footer#kill .footer-social-icons ul {
    justify-content: flex-start !important;
  }
}

/* DPD 2.0 public homepage complete design audit stabilization - 2026-05-08 */
.dpd-storytelling--public .dpd-launch-home,
.dpd-storytelling--public .dpd-launch-home *,
.dpd-storytelling--public .dpd-launch-safe-footer,
.dpd-storytelling--public .dpd-launch-safe-footer * {
  box-sizing: border-box !important;
}

.dpd-storytelling--public .dpd-launch-home {
  overflow-x: clip !important;
}

.dpd-storytelling--public .dpd-launch-shell,
.dpd-storytelling--public .dpd-launch-chapters__inner,
.dpd-storytelling--public .dpd-launch-safe-footer__shell {
  max-width: 1180px !important;
  width: min(1180px, calc(100vw - 32px)) !important;
}

.dpd-storytelling--public .dpd-launch-feature-grid,
.dpd-storytelling--public .dpd-launch-portal-tabs__grid,
.dpd-storytelling--public .dpd-launch-selling-tools__grid,
.dpd-storytelling--public .dpd-launch-segment-grid,
.dpd-storytelling--public .dpd-launch-testimonial-grid,
.dpd-storytelling--public .dpd-launch-racing-proof__stats {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)) !important;
}

.dpd-storytelling--public .dpd-launch-command-strip,
.dpd-storytelling--public .dpd-launch-actions,
.dpd-storytelling--public .dpd-launch-proof-actions {
  flex-wrap: wrap !important;
  max-width: 100% !important;
}

.dpd-storytelling--public .dpd-launch-hero,
.dpd-storytelling--public .dpd-launch-stats,
.dpd-storytelling--public .dpd-launch-platform,
.dpd-storytelling--public .dpd-launch-portal-tabs,
.dpd-storytelling--public .dpd-launch-selling-tools,
.dpd-storytelling--public .dpd-launch-stories,
.dpd-storytelling--public .dpd-launch-proof,
.dpd-storytelling--public .dpd-launch-racing-proof,
.dpd-storytelling--public .dpd-launch-testimonials,
.dpd-storytelling--public .dpd-launch-video-cta,
.dpd-storytelling--public .dpd-launch-cta {
  overflow: hidden !important;
}

.dpd-storytelling--public .dpd-launch-hero h1,
.dpd-storytelling--public .dpd-launch-section-heading h2,
.dpd-storytelling--public .dpd-launch-story-copy h3,
.dpd-storytelling--public .dpd-launch-proof-copy h2,
.dpd-storytelling--public .dpd-launch-racing-proof__copy h2,
.dpd-storytelling--public .dpd-launch-video-cta__copy h2,
.dpd-storytelling--public .dpd-launch-cta-copy h2 {
  max-width: 100% !important;
  overflow-wrap: normal !important;
  white-space: normal !important;
  word-break: normal !important;
}

.dpd-storytelling--public .dpd-launch-feature-card,
.dpd-storytelling--public .dpd-launch-portal-panel,
.dpd-storytelling--public .dpd-launch-selling-tool,
.dpd-storytelling--public .dpd-launch-story,
.dpd-storytelling--public .dpd-launch-segment-card,
.dpd-storytelling--public .dpd-launch-testimonial-card,
.dpd-storytelling--public .dpd-launch-cta-panel {
  min-width: 0 !important;
  overflow: hidden !important;
}

.dpd-storytelling--public .dpd-launch-story {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr) !important;
}

.dpd-storytelling--public .dpd-launch-story.is-reversed {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr) !important;
}

.dpd-storytelling--public .dpd-launch-hero-card img,
.dpd-storytelling--public .dpd-launch-portal-panel__media img,
.dpd-storytelling--public .dpd-launch-selling-tool__media img,
.dpd-storytelling--public .dpd-launch-story-media img,
.dpd-storytelling--public .dpd-launch-video-cta__media img {
  display: block !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
}

.dpd-storytelling--public .dpd-launch-story-media,
.dpd-storytelling--public .dpd-launch-selling-tool__media,
.dpd-storytelling--public .dpd-launch-portal-panel__media,
.dpd-storytelling--public .dpd-launch-video-cta__media {
  min-width: 0 !important;
  overflow: hidden !important;
}

.dpd-storytelling--public .dpd-launch-safe-footer,
.dpd-storytelling--public .dpd-launch-safe-disclaimer {
  position: relative !important;
  z-index: 2 !important;
}

@media (max-width: 960px) {
  .dpd-storytelling--public .dpd-launch-hero .dpd-launch-shell,
  .dpd-storytelling--public .dpd-launch-story,
  .dpd-storytelling--public .dpd-launch-story.is-reversed,
  .dpd-storytelling--public .dpd-launch-proof-grid,
  .dpd-storytelling--public .dpd-launch-video-cta__panel,
  .dpd-storytelling--public .dpd-launch-cta-panel {
    grid-template-columns: 1fr !important;
  }

  .dpd-storytelling--public .dpd-launch-story.is-reversed .dpd-launch-story-copy,
  .dpd-storytelling--public .dpd-launch-story.is-reversed .dpd-launch-story-media {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}

@media (max-width: 640px) {
  .dpd-storytelling--public .dpd-launch-shell,
  .dpd-storytelling--public .dpd-launch-chapters__inner,
  .dpd-storytelling--public .dpd-launch-safe-footer__shell {
    width: min(100%, calc(100vw - 24px)) !important;
  }

  .dpd-storytelling--public .dpd-launch-hero,
  .dpd-storytelling--public .dpd-launch-stats,
  .dpd-storytelling--public .dpd-launch-platform,
  .dpd-storytelling--public .dpd-launch-portal-tabs,
  .dpd-storytelling--public .dpd-launch-selling-tools,
  .dpd-storytelling--public .dpd-launch-stories,
  .dpd-storytelling--public .dpd-launch-proof,
  .dpd-storytelling--public .dpd-launch-racing-proof,
  .dpd-storytelling--public .dpd-launch-testimonials,
  .dpd-storytelling--public .dpd-launch-video-cta,
  .dpd-storytelling--public .dpd-launch-cta {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
