.marketing-body,
.marketing-body-modern {
  background: #f6f8fb;
  color: #223044;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
}

.marketing-main,
.dd-main {
  width: 100%;
  max-width: none;
  padding: 0;
  overflow-x: hidden;
  background: #f6f8fb;
}

.marketing-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.dd-logo-link {
  flex: 0 0 auto;
}

.dd-logo-img {
  display: block;
  width: clamp(150px, 16vw, 206px);
  height: auto;
}

.marketing-brand:hover,
.marketing-brand:focus {
  opacity: .86;
}

.marketing-nav,
.dd-nav {
  position: static;
  z-index: 30;
  display: block;
  width: 100%;
  min-height: 62px;
  padding: 0;
  background: #fff;
  border-bottom: 1px solid #d8e0ea;
}

.dd-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(100%, 1480px);
  min-height: 62px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2rem);
}

.marketing-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

.marketing-links a,
.marketing-footer a {
  color: #2563eb;
  font-weight: 760;
  text-decoration: none;
}

.marketing-links a:hover,
.marketing-links a:focus,
.marketing-footer a:hover,
.marketing-footer a:focus {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dd-nav .marketing-links {
  flex: 1;
  justify-content: center;
}

.dd-nav .marketing-links a {
  color: #334155;
  font-size: .9rem;
  font-weight: 760;
}

.marketing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.35rem;
}

.marketing-nav-cta,
.marketing-primary,
.marketing-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .68rem 1.08rem;
  border-radius: 6px;
  font-weight: 820;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.marketing-nav-cta {
  min-height: 44px;
  padding: .58rem .9rem;
  font-size: .84rem;
}

.marketing-nav-cta,
.marketing-primary {
  color: #fff;
  background: #2563eb;
  border: 1px solid #2563eb;
}

.marketing-nav-cta:hover,
.marketing-primary:hover,
.marketing-nav-cta:focus,
.marketing-primary:focus {
  color: #fff;
  background: #1d4ed8;
  border-color: #1d4ed8;
  outline: 3px solid rgba(37, 99, 235, .22);
}

.marketing-secondary {
  color: #102033;
  background: #fff;
  border: 1px solid #b8c4d6;
}

.marketing-secondary:hover,
.marketing-secondary:focus {
  color: #1d4ed8;
  background: #eff6ff;
  border-color: #93c5fd;
  outline: none;
}

.marketing-secondary-dark {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, .45);
}

.marketing-secondary-dark:hover,
.marketing-secondary-dark:focus {
  color: #102033;
  background: #fff;
  border-color: #fff;
}

.dd-hero-clean {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  width: 100%;
  min-height: min(690px, calc(100vh - 62px));
  padding: clamp(3.25rem, 5.5vw, 5.2rem) max(1.25rem, calc((100vw - 1480px) / 2 + 2rem));
  color: #fff;
  background: #102033;
}

.dd-hero-clean-copy {
  width: 100%;
  max-width: 820px;
}

.dd-category-line,
.dd-section-head span,
.dd-fit-clean > div > span,
.dd-boundary > div > span,
.dd-pilot-main > span,
.dd-security-clean > div > span,
.dd-founder-clean > span,
.sample-hero span,
.sample-flow span,
.sample-review-grid span,
.sample-evidence span,
.pilot-page-copy > span,
.pilot-success span,
.marketing-kicker {
  display: block;
  color: #2563eb;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.dd-hero-clean .dd-category-line {
  margin-bottom: .9rem;
  color: #93c5fd;
}

.dd-hero-clean h1 {
  max-width: 800px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.85rem, 4.05vw, 4.65rem);
  font-weight: 880;
  line-height: 1.03;
  letter-spacing: 0;
}

.dd-hero-clean p {
  max-width: 700px;
  margin: 1.1rem 0 0;
  color: #d4deea;
  font-size: 1.12rem;
  line-height: 1.6;
}

.dd-spine {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .55rem;
  max-width: 660px;
  margin-top: 1.2rem;
}

.dd-spine span {
  display: grid;
  place-items: center;
  min-height: 42px;
  padding: .45rem .65rem;
  color: #e6eef8;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 6px;
  font-weight: 850;
  text-align: center;
}

.dd-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  max-width: 760px;
  margin-top: 1.15rem;
}

.dd-hero-trust span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: .42rem .62rem;
  color: #dbeafe;
  background: rgba(37, 99, 235, .14);
  border: 1px solid rgba(147, 197, 253, .34);
  border-radius: 999px;
  font-size: .88rem;
  font-weight: 780;
}

.dd-audience-line {
  max-width: 700px !important;
  margin-top: 1rem !important;
  color: #b8c7d9 !important;
  font-size: .92rem !important;
}

.dd-hero-product.dd-event-card {
  width: 100%;
  min-width: 0;
  padding: 1.25rem;
  color: #243244;
  background: #fff;
  border: 1px solid #d8e0ea;
  border-radius: 8px;
  box-shadow: 0 34px 74px rgba(0, 0, 0, .28);
}

.dd-hero-product.dd-product-board {
  width: 100%;
  min-width: 0;
  padding: clamp(1rem, 2vw, 1.35rem);
  color: #243244;
  background: #fff;
  border: 1px solid #d8e0ea;
  border-radius: 8px;
  box-shadow: 0 34px 74px rgba(0, 0, 0, .28);
}

.dd-product-focus {
  display: grid;
  gap: .8rem;
  margin-top: .9rem;
}

.dd-product-focus div {
  padding: clamp(1rem, 2vw, 1.25rem);
  background: #f8fafc;
  border: 1px solid #d8e0ea;
  border-radius: 8px;
}

.dd-product-focus span {
  display: block;
  color: #2563eb;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.dd-product-focus strong {
  display: block;
  margin-top: .35rem;
  color: #102033;
  font-size: clamp(1.3rem, 2vw, 1.85rem);
  line-height: 1.14;
}

.dd-product-focus p {
  margin: .55rem 0 0;
  color: #475569;
  font-size: 1rem;
  line-height: 1.48;
}

.dd-event-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .85rem 1rem;
  color: #fff;
  background: #102033;
  border-radius: 6px;
}

.dd-event-top span,
.dd-event-main span,
.dd-event-action span,
.dd-workflow-primary > span,
.dd-workflow-steps span {
  display: block;
  color: #2563eb;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.dd-event-top span {
  color: #93c5fd;
}

.dd-event-top strong {
  color: #fff;
  font-size: 1rem;
}

.dd-product-status {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65rem;
  margin-top: .9rem;
}

.dd-product-status div {
  padding: .8rem;
  background: #f8fafc;
  border: 1px solid #d8e0ea;
  border-radius: 8px;
}

.dd-product-status span {
  display: block;
  color: #64748b;
  font-size: .74rem;
  font-weight: 850;
  text-transform: uppercase;
}

.dd-product-status strong {
  display: block;
  margin-top: .15rem;
  color: #102033;
  font-size: clamp(.92rem, 1.15vw, 1.08rem);
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.dd-event-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr);
  gap: .9rem;
  align-items: stretch;
  margin-top: .9rem;
}

.dd-event-main > div:not(.dd-event-arrow) {
  min-height: 220px;
  padding: 1.15rem;
  background: #f8fafc;
  border: 1px solid #d8e0ea;
  border-radius: 8px;
}

.dd-event-main strong {
  display: block;
  margin-top: .45rem;
  color: #102033;
  font-size: clamp(1.55rem, 2.25vw, 2.2rem);
  line-height: 1.06;
  overflow-wrap: anywhere;
}

.dd-event-main p {
  margin: .85rem 0 0;
  color: #475569;
  font-size: 1rem;
  line-height: 1.55;
}

.dd-event-arrow {
  display: grid;
  place-items: center;
  color: #2563eb;
  font-size: 1.9rem;
  font-weight: 850;
}

.dd-event-action {
  margin-top: .9rem;
  padding: 1rem 1.1rem;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-left: 5px solid #d97706;
  border-radius: 8px;
}

.dd-event-action strong {
  display: block;
  margin-top: .35rem;
  color: #102033;
  font-size: 1.15rem;
  line-height: 1.35;
}

.dd-case-story,
.dd-proof-strip,
.dd-fit-clean,
.dd-boundary,
.dd-pilot-clean,
.dd-trust-section,
.dd-faq-clean,
.sample-hero,
.sample-flow,
.sample-before-after,
.sample-review-grid,
.sample-detail-grid,
.sample-evidence,
.sample-actions,
.pilot-page {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding-left: clamp(1.25rem, 4vw, 2rem);
  padding-right: clamp(1.25rem, 4vw, 2rem);
}

.dd-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.dd-proof-strip div {
  padding: 1rem;
  background: #fff;
  border: 1px solid #d8e0ea;
  border-radius: 8px;
}

.dd-proof-strip strong,
.dd-proof-strip span {
  display: block;
}

.dd-proof-strip strong {
  color: #102033;
  font-size: .98rem;
}

.dd-proof-strip span {
  margin-top: .35rem;
  color: #475569;
  line-height: 1.45;
}

.dd-case-story {
  padding-top: 3.75rem;
  padding-bottom: 4rem;
}

.dd-section-head {
  max-width: 780px;
  margin: 0 auto 2rem;
  text-align: center;
}

.dd-section-head h2,
.dd-fit-clean h2,
.dd-boundary h2,
.dd-pilot-clean h2,
.dd-security-clean h2,
.dd-founder-clean h2,
.dd-final-clean h2,
.sample-hero h1,
.sample-risk h2,
.sample-evidence h2,
.sample-review-grid h2,
.sample-detail-grid h2,
.pilot-page-copy h1,
.pilot-success h2,
.marketing-subpage h1 {
  margin: .35rem 0 0;
  color: #102033;
  font-weight: 880;
  line-height: 1.08;
  letter-spacing: 0;
}

.dd-section-head h2,
.dd-fit-clean h2,
.dd-boundary h2,
.dd-pilot-clean h2,
.dd-security-clean h2,
.dd-final-clean h2 {
  font-size: clamp(1.9rem, 3vw, 3.1rem);
}

.dd-section-head p,
.dd-fit-clean p,
.dd-boundary p,
.dd-pilot-clean p,
.dd-security-clean p,
.dd-founder-clean p,
.dd-final-clean p,
.sample-hero p,
.sample-risk p,
.sample-evidence p,
.sample-review-grid p,
.sample-detail-grid p,
.pilot-page-copy p,
.pilot-success p,
.marketing-subpage > p {
  margin: .75rem 0 0;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.62;
}

.dd-workflow-moment {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  gap: 1rem;
}

.dd-workflow-primary,
.dd-workflow-steps article,
.dd-product-surfaces article,
.dd-fit-list span,
.dd-case-timeline article,
.dd-before-after article,
.dd-architecture article,
.dd-decision-grid article,
.dd-pilot-main,
.dd-pilot-path,
.dd-risk-strip,
.dd-deliverables,
.dd-founder-clean,
.faq-grid details,
.sample-hero aside,
.sample-outcome article,
.sample-risk,
.sample-timeline,
.sample-before-after article,
.sample-review-grid article,
.sample-detail-grid article,
.sample-report,
.pilot-form-card,
.pilot-next,
.security-detail-grid article,
.security-note,
.marketing-footer {
  background: #fff;
  border: 1px solid #d8e0ea;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(16, 32, 51, .06);
}

.dd-case-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .85rem;
}

.dd-case-timeline::before {
  position: absolute;
  top: 38px;
  right: 10%;
  left: 10%;
  height: 2px;
  content: "";
  background: #bfdbfe;
}

.dd-case-timeline article {
  position: relative;
  padding: 1.1rem;
  box-shadow: none;
}

.dd-failure-line article {
  background: transparent;
  border-color: #cbd5e1;
}

.dd-case-timeline article::before {
  display: block;
  width: 18px;
  height: 18px;
  margin-bottom: .75rem;
  content: "";
  background: #2563eb;
  border: 4px solid #dbeafe;
  border-radius: 50%;
}

.dd-case-timeline time {
  display: block;
  color: #64748b;
  font-size: .78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.dd-case-timeline strong,
.dd-before-after strong {
  display: block;
  margin-top: .4rem;
  color: #102033;
  font-size: 1.08rem;
  line-height: 1.25;
}

.dd-case-timeline p,
.dd-before-after p {
  margin: .45rem 0 0;
  color: #475569;
  line-height: 1.5;
}

.dd-before-after {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.dd-before-after article {
  padding: 1.15rem;
  box-shadow: none;
}

.dd-before-after article:first-child {
  border-top: 4px solid #c2413b;
}

.dd-before-after article:last-child {
  border-top: 4px solid #16a34a;
}

.dd-before-after span {
  display: block;
  color: #2563eb;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.dd-inline-action {
  display: flex;
  justify-content: center;
  margin: 1.25rem 0 0;
}

.dd-workflow-primary {
  display: flex;
  min-height: 440px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.35rem, 3vw, 2rem);
  border-top: 5px solid #d97706;
}

.dd-workflow-primary h3 {
  max-width: 620px;
  margin: .6rem 0 0;
  color: #102033;
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 880;
  line-height: 1.04;
}

.dd-workflow-primary p {
  max-width: 660px;
  margin: 1rem 0 0;
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.62;
}

.dd-moment-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .7rem;
  margin-top: 2rem;
}

.dd-moment-facts div {
  padding: .9rem;
  background: #f8fafc;
  border: 1px solid #d8e0ea;
  border-radius: 8px;
}

.dd-moment-facts strong,
.dd-moment-facts span {
  display: block;
}

.dd-moment-facts strong {
  color: #64748b;
  font-size: .76rem;
  text-transform: uppercase;
}

.dd-moment-facts span {
  margin-top: .25rem;
  color: #102033;
  font-weight: 850;
}

.dd-workflow-steps {
  display: grid;
  gap: .8rem;
}

.dd-workflow-steps article {
  padding: 1.15rem;
}

.dd-workflow-steps strong {
  display: block;
  margin-top: .45rem;
  color: #102033;
  font-size: 1.2rem;
  line-height: 1.25;
}

.dd-workflow-steps p {
  margin: .45rem 0 0;
  color: #64748b;
  line-height: 1.5;
}

.dd-product-surfaces {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.dd-product-surfaces article {
  padding: 1.1rem;
  box-shadow: none;
}

.dd-product-surfaces span {
  display: block;
  color: #2563eb;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.dd-product-surfaces strong {
  display: block;
  margin-top: .45rem;
  color: #102033;
  font-size: 1.16rem;
  line-height: 1.25;
}

.dd-product-surfaces p {
  margin: .45rem 0 0;
  color: #64748b;
  line-height: 1.5;
}

.dd-fit-clean {
  display: grid;
  grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr);
  gap: 2rem;
  align-items: start;
  padding-top: 0;
  padding-bottom: 3.5rem;
}

.dd-fit-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .65rem;
  align-self: center;
}

.dd-architecture {
  display: grid;
  gap: .7rem;
}

.dd-architecture article {
  padding: 1.05rem;
  box-shadow: none;
}

.dd-architecture span {
  display: block;
  color: #2563eb;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.dd-architecture strong {
  display: block;
  margin-top: .4rem;
  color: #102033;
  font-size: 1.08rem;
  line-height: 1.3;
}

.dd-architecture p {
  margin: .4rem 0 0;
}

.dd-arch-core {
  border-color: #93c5fd !important;
  background: #eff6ff !important;
}

.dd-arch-arrow {
  display: grid;
  place-items: center;
  min-height: 24px;
  color: #2563eb;
  font-size: 1.35rem;
  font-weight: 900;
}

.dd-fit-list span {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: center;
  padding: .75rem;
  color: #102033;
  font-weight: 800;
  text-align: center;
}

.dd-boundary {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
  gap: 2rem;
  align-items: start;
  padding-bottom: 4.5rem;
}

.dd-decision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
}

.dd-control-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
}

.dd-control-list article {
  padding: 1.1rem;
  background: #fff;
  border: 1px solid #d8e0ea;
  border-radius: 8px;
}

.dd-control-list h3 {
  margin: 0;
  color: #102033;
  font-size: 1rem;
  font-weight: 850;
}

.dd-control-list ul {
  display: grid;
  gap: .55rem;
  padding: 0;
  margin: .85rem 0 0;
  list-style: none;
}

.dd-control-list li {
  padding: .72rem .8rem;
  color: #334155;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-weight: 720;
}

.dd-decision-grid article {
  padding: 1.1rem;
  box-shadow: none;
}

.dd-decision-grid article:first-child {
  border-top: 4px solid #2563eb;
}

.dd-decision-grid article:last-child {
  border-top: 4px solid #64748b;
}

.dd-decision-grid h3 {
  margin: 0;
  color: #102033;
  font-size: 1rem;
  font-weight: 850;
}

.dd-decision-grid ul {
  display: grid;
  gap: .55rem;
  padding: 0;
  margin: .85rem 0 0;
  list-style: none;
}

.dd-decision-grid li {
  padding: .8rem .9rem;
  color: #334155;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-weight: 720;
}

.dd-pilot-clean {
  display: grid;
  grid-template-columns: minmax(340px, .74fr) minmax(0, 1.26fr);
  gap: 1rem;
  align-items: stretch;
  padding-bottom: 4rem;
}

.dd-pilot-main,
.dd-pilot-path {
  padding: 1.35rem;
}

.dd-pilot-main {
  border-top: 4px solid #2563eb;
}

.dd-pilot-main h2 {
  font-size: clamp(1.9rem, 3vw, 3.1rem);
}

.dd-pilot-main .marketing-primary {
  margin-top: 1.15rem;
}

.dd-price-panel {
  display: grid;
  gap: .25rem;
  margin-top: 1rem;
  padding: 1rem;
  color: #102033;
  background: #f8fafc;
  border: 1px solid #bfdbfe;
  border-left: 4px solid #2563eb;
  border-radius: 8px;
}

.dd-price-panel strong,
.dd-price-panel span,
.dd-price-panel small {
  display: block;
}

.dd-price-panel strong {
  font-size: .84rem;
  text-transform: uppercase;
}

.dd-price-panel span {
  font-size: 1.1rem;
  font-weight: 850;
}

.dd-price-panel small {
  color: #475569;
  font-size: .9rem;
  line-height: 1.45;
}

.dd-pilot-path {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
}

.dd-pilot-path div {
  padding: .9rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.dd-pilot-path span {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #fff;
  background: #2563eb;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 850;
}

.dd-pilot-path strong {
  display: block;
  margin-top: .8rem;
  color: #102033;
  font-size: 1rem;
}

.dd-pilot-path p {
  margin: .4rem 0 0;
  color: #64748b;
  font-size: .88rem;
  line-height: 1.45;
}

.dd-risk-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  padding: .75rem;
  background: #eff6ff;
  border-color: #bfdbfe;
}

.dd-risk-strip div {
  display: grid;
  gap: .45rem;
  padding: .85rem;
  background: #fff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
}

.dd-risk-strip strong {
  color: #102033;
  font-size: .86rem;
  text-transform: uppercase;
}

.dd-risk-strip span {
  display: block;
  padding-top: .35rem;
  color: #1e3a8a;
  border-top: 1px solid #dbeafe;
  font-weight: 760;
}

.dd-deliverables {
  grid-column: 1 / -1;
  padding: 1.15rem;
}

.dd-deliverables strong {
  display: block;
  color: #102033;
  font-size: 1.1rem;
}

.dd-deliverables ul {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .65rem;
  padding: 0;
  margin: .8rem 0 0;
  list-style: none;
}

.dd-deliverables li {
  padding: .72rem .8rem;
  color: #334155;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-weight: 720;
}

.dd-trust-section {
  padding-bottom: 4rem;
}

.dd-security-clean {
  display: grid;
  grid-template-columns: minmax(340px, .78fr) minmax(0, 1.22fr);
  gap: 2rem;
  align-items: start;
  padding: 2.4rem;
  color: #fff;
  background: #102033;
  border-radius: 8px;
}

.dd-security-clean h2,
.dd-security-clean p {
  color: #fff;
}

.dd-security-clean p {
  color: #cbd5e1;
}

.dd-security-clean .marketing-secondary-dark {
  margin-top: 1rem;
}

.dd-security-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
}

.dd-security-columns article {
  padding: .95rem;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
}

.dd-security-columns h3 {
  margin: 0;
  color: #fff;
  font-size: .86rem;
  font-weight: 850;
  text-transform: uppercase;
}

.dd-security-columns ul {
  display: grid;
  gap: .55rem;
  padding: 0;
  margin: .85rem 0 0;
  list-style: none;
}

.dd-security-columns li {
  padding: .48rem .55rem;
  color: #e2e8f0;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 6px;
  font-size: .86rem;
  font-weight: 680;
}

.dd-founder-clean {
  margin-top: 1rem;
  padding: 1.25rem;
  box-shadow: none;
}

.dd-founder-clean h2 {
  font-size: 1.35rem;
}

.dd-founder-clean a {
  color: #2563eb;
  font-weight: 850;
}

.dd-faq-clean {
  padding-bottom: 3rem;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
  max-width: 900px;
  margin: 0 auto;
}

.faq-grid details {
  padding: .9rem 1rem;
  box-shadow: none;
}

.faq-grid summary {
  color: #102033;
  cursor: pointer;
  font-weight: 850;
}

.faq-grid p {
  margin: .55rem 0 0;
  color: #475569;
  line-height: 1.5;
}

.dd-final-clean {
  width: min(calc(100% - 2.5rem), 1180px);
  margin: 0 auto 2rem;
  padding: 2.75rem 1.5rem;
  color: #fff;
  background: #102033;
  border-radius: 8px;
  text-align: center;
}

.dd-final-clean h2 {
  max-width: 760px;
  margin: 0 auto;
  color: #fff;
}

.dd-final-clean .marketing-actions {
  justify-content: center;
}

.dd-final-clean p {
  color: #cbd5e1;
}

.dd-case-console {
  width: 100%;
  min-width: 0;
  padding: clamp(1rem, 2vw, 1.35rem);
  color: #243244;
  background: #fff;
  border: 1px solid #d8e0ea;
  border-radius: 8px;
  box-shadow: 0 34px 74px rgba(0, 0, 0, .28);
}

.dd-console-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .85rem 1rem;
  color: #fff;
  background: #102033;
  border-radius: 6px;
}

.dd-console-head span {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-weight: 850;
  letter-spacing: 0;
}

.dd-console-head strong {
  padding: .24rem .5rem;
  color: #7f1d1d;
  background: #fee2e2;
  border-radius: 4px;
  font-size: .82rem;
}

.dd-case-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem;
  margin: .85rem 0 0;
}

.dd-case-fields div {
  padding: .72rem .78rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
}

.dd-case-fields dt,
.dd-next-action span,
.dd-event-log > strong,
.dd-doc-head span,
.dd-doc-summary span {
  display: block;
  color: #64748b;
  font-size: .78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.dd-case-fields dd {
  margin: .18rem 0 0;
  color: #102033;
  font-weight: 850;
}

.dd-next-action {
  margin-top: .8rem;
  padding: .95rem 1rem;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-left: 5px solid #d97706;
  border-radius: 8px;
}

.dd-next-action strong,
.dd-next-action em {
  display: block;
}

.dd-next-action strong {
  margin-top: .25rem;
  color: #102033;
  font-size: 1.22rem;
  line-height: 1.25;
}

.dd-next-action em {
  margin-top: .25rem;
  color: #9a3412;
  font-style: normal;
  font-weight: 760;
}

.dd-event-log {
  margin-top: .85rem;
}

.dd-event-log ol,
.dd-evidence-document ol {
  display: grid;
  gap: .35rem;
  padding: 0;
  margin: .6rem 0 0;
  list-style: none;
}

.dd-event-log li,
.dd-evidence-document li {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: .65rem;
  align-items: center;
  padding: .6rem .7rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
}

.dd-event-log time,
.dd-evidence-document time {
  color: #475569;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: .84rem;
  font-weight: 850;
}

.dd-event-log li span,
.dd-evidence-document li span {
  color: #102033;
  font-weight: 780;
}

.dd-event-log li em,
.dd-evidence-document li em {
  color: #64748b;
  font-size: .82rem;
  font-style: normal;
  font-weight: 760;
}

.dd-missing-row {
  background: #fff7ed !important;
  border-color: #fed7aa !important;
}

.dd-failure-story,
.dd-artifact-proof,
.dd-evidence-proof,
.dd-pilot-offer {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding-left: clamp(1.25rem, 4vw, 2rem);
  padding-right: clamp(1.25rem, 4vw, 2rem);
}

.dd-artifact-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background: #d8e0ea;
}

.dd-artifact-proof a {
  display: block;
  min-height: 112px;
  padding: 1rem;
  color: #102033;
  background: #fff;
  text-decoration: none;
}

.dd-artifact-proof a:hover,
.dd-artifact-proof a:focus {
  background: #eff6ff;
  outline: 3px solid rgba(37, 99, 235, .22);
  outline-offset: -3px;
}

.dd-artifact-proof strong,
.dd-artifact-proof span {
  display: block;
}

.dd-artifact-proof strong {
  font-size: 1rem;
}

.dd-artifact-proof span {
  margin-top: .35rem;
  color: #475569;
  font-size: .98rem;
  line-height: 1.45;
}

.dd-failure-story {
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
}

.dd-failure-story h2,
.dd-evidence-proof h2,
.dd-pilot-offer h2 {
  margin: 0 auto;
  color: #102033;
  font-size: clamp(2rem, 3vw, 3.1rem);
  font-weight: 880;
  line-height: 1.08;
}

.dd-failure-story h2 {
  max-width: 860px;
}

.dd-broken-trail,
.dd-action-line {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .55rem;
  margin-top: 1.6rem;
}

.dd-broken-trail span {
  position: relative;
  display: grid;
  min-height: 76px;
  place-items: center;
  padding: .75rem;
  color: #102033;
  background: transparent;
  border-top: 3px solid #94a3b8;
  border-bottom: 1px solid #cbd5e1;
  font-weight: 850;
}

.dd-broken-trail span:not(:last-child)::after {
  position: absolute;
  right: -.48rem;
  color: #64748b;
  content: "→";
}

.dd-failure-story > p {
  margin: 1.35rem auto 0;
  color: #102033;
  font-size: 1.25rem;
  font-weight: 850;
}

.dd-action-line {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.dd-action-line div {
  padding: 1rem;
  background: #fff;
  border: 1px solid #d8e0ea;
  border-radius: 8px;
}

.dd-action-line strong,
.dd-action-line span {
  display: block;
}

.dd-action-line strong {
  color: #001e6e;
  font-size: 1.18rem;
}

.dd-action-line span {
  margin-top: .25rem;
  color: #334155;
  font-size: 1rem;
  line-height: 1.45;
}

.dd-evidence-proof {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  max-width: none;
  width: 100%;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  color: #fff;
  background: #102033;
}

.dd-evidence-proof h2 {
  color: #fff;
}

.dd-evidence-proof p {
  margin: 1rem 0 0;
  color: #d4deea;
  font-size: 1.08rem;
  line-height: 1.6;
}

.dd-evidence-document {
  padding: clamp(1rem, 2vw, 1.4rem);
  color: #102033;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 28px 62px rgba(0, 0, 0, .28);
}

.dd-doc-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid #e2e8f0;
}

.dd-doc-head strong {
  color: #102033;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.dd-doc-summary {
  margin-top: .85rem;
  padding: .9rem 1rem;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-left: 5px solid #2563eb;
  border-radius: 8px;
}

.dd-doc-summary strong {
  display: block;
  margin-top: .25rem;
  color: #102033;
  font-size: 1.08rem;
}

.dd-fit-heading {
  grid-column: 1 / -1;
}

.dd-fit-heading h2 {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.dd-architecture-wide {
  grid-column: 1 / -1;
  width: min(100%, 900px);
  margin: 0 auto;
}

.dd-boundary-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d8e0ea;
  border-radius: 8px;
}

.dd-boundary-table th,
.dd-boundary-table td {
  padding: .9rem 1rem;
  border-bottom: 1px solid #e2e8f0;
  text-align: left;
}

.dd-boundary-table th {
  color: #102033;
  background: #eff6ff;
  font-size: 1rem;
}

.dd-boundary-table td {
  color: #334155;
  font-size: 1rem;
  font-weight: 680;
}

.dd-boundary-table tr:last-child td {
  border-bottom: 0;
}

.dd-pilot-offer {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(300px, .75fr);
  gap: 1rem;
  align-items: stretch;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.dd-pilot-copy,
.dd-pilot-package,
.dd-pilot-input-output {
  background: #fff;
  border: 1px solid #d8e0ea;
  border-radius: 8px;
}

.dd-pilot-copy {
  padding: clamp(1.4rem, 3vw, 2rem);
  border-top: 4px solid #2563eb;
}

.dd-pilot-copy > span {
  display: block;
  color: #2563eb;
  font-size: .8rem;
  font-weight: 850;
  text-transform: uppercase;
}

.dd-pilot-copy h2 {
  margin: .45rem 0 0;
}

.dd-pilot-copy p {
  margin: .85rem 0 0;
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.58;
}

.dd-pilot-package {
  padding: 1.25rem;
  background: #102033;
  border-color: #102033;
}

.dd-pilot-package > strong {
  display: block;
  color: #fff;
  font-size: 1.55rem;
}

.dd-pilot-package ul {
  display: grid;
  gap: .55rem;
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
}

.dd-pilot-package li {
  padding: .62rem .75rem;
  color: #e2e8f0;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 6px;
  font-weight: 760;
}

.dd-pilot-input-output {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 1rem;
}

.dd-pilot-input-output div {
  padding: 1rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.dd-pilot-input-output strong {
  color: #102033;
  font-size: 1.1rem;
}

.dd-pilot-input-output p {
  margin: .4rem 0 0;
  color: #475569;
  font-size: 1rem;
  line-height: 1.5;
}

.dd-faq-readable .faq-grid {
  grid-template-columns: 1fr;
  max-width: 940px;
}

.dd-faq-readable .faq-grid details {
  padding: 1.05rem 1.15rem;
}

.dd-faq-readable .faq-grid summary {
  font-size: 1.05rem;
}

.dd-faq-readable .faq-grid p {
  font-size: 1rem;
}

.dd-final-link {
  display: inline-block;
  margin-top: 1rem;
  color: #bfdbfe;
  font-weight: 850;
}

.dd-final-link:hover,
.dd-final-link:focus {
  color: #fff;
}

.sample-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 2rem;
  align-items: end;
  padding-top: 4.5rem;
  padding-bottom: 3rem;
}

.sample-outcome {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2rem) 2rem;
}

.sample-outcome article {
  padding: 1.2rem;
  border-left: 4px solid #2563eb;
  box-shadow: none;
}

.sample-outcome span {
  display: block;
  color: #2563eb;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sample-outcome h2 {
  margin: .35rem 0 0;
  color: #102033;
  font-size: clamp(1.35rem, 2.4vw, 2.25rem);
  font-weight: 880;
  line-height: 1.1;
}

.sample-outcome p {
  max-width: 860px;
  margin: .65rem 0 0;
  color: #64748b;
  line-height: 1.62;
}

.sample-hero h1 {
  max-width: 800px;
  font-size: clamp(2.4rem, 4.5vw, 4.8rem);
}

.sample-hero aside,
.sample-risk,
.sample-timeline,
.sample-review-grid article,
.sample-detail-grid article,
.sample-report {
  padding: 1rem;
}

.sample-hero aside {
  border-top: 4px solid #2563eb;
}

.sample-hero aside > strong,
.sample-report > strong {
  display: block;
  color: #102033;
  font-size: 1.35rem;
}

.sample-hero dl,
.sample-report dl {
  display: grid;
  gap: .55rem;
  margin: .85rem 0 0;
}

.sample-hero dl div,
.sample-report dl div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, auto);
  gap: 1rem;
  align-items: center;
  padding: .65rem .75rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
}

.sample-hero dt,
.sample-report dt {
  color: #64748b;
  font-size: .75rem;
  font-weight: 850;
  text-transform: uppercase;
}

.sample-hero dd,
.sample-report dd {
  margin: 0;
  color: #102033;
  font-weight: 800;
  text-align: right;
}

.sample-flow {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
  gap: 1rem;
  padding-bottom: 2rem;
}

.sample-risk {
  border-top: 4px solid #d97706;
}

.sample-risk h2,
.sample-review-grid h2,
.sample-detail-grid h2,
.sample-evidence h2 {
  font-size: clamp(1.45rem, 2.3vw, 2.35rem);
}

.sample-timeline ol,
.sample-review-grid ul,
.sample-detail-grid ul {
  display: grid;
  gap: .65rem;
  padding: 0;
  margin: .9rem 0 0;
  list-style: none;
}

.sample-timeline li,
.sample-review-grid li,
.sample-detail-grid li {
  padding: .75rem .85rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
}

.sample-timeline time {
  display: block;
  margin-bottom: .2rem;
  color: #64748b;
  font-size: .75rem;
  font-weight: 850;
}

.sample-timeline strong {
  display: block;
  color: #102033;
}

.sample-timeline p {
  margin: .2rem 0 0;
  color: #64748b;
}

.sample-warning {
  background: #fff7ed !important;
  border-left: 4px solid #d97706 !important;
}

.sample-before-after,
.sample-review-grid,
.sample-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding-bottom: 2rem;
}

.sample-review-grid,
.sample-detail-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sample-before-after article:first-child {
  border-top: 4px solid #c2413b;
}

.sample-before-after article:last-child {
  border-top: 4px solid #16a34a;
}

.sample-detail-grid dl {
  display: grid;
  gap: .65rem;
  margin: .9rem 0 0;
}

.sample-detail-grid dl div {
  padding: .75rem .85rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
}

.sample-detail-grid dt {
  color: #64748b;
  font-size: .75rem;
  font-weight: 850;
  text-transform: uppercase;
}

.sample-detail-grid dd {
  margin: .2rem 0 0;
  color: #102033;
  font-weight: 800;
}

.sample-evidence {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: 2rem;
  align-items: start;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}

.sample-report-note {
  margin: .45rem 0 0;
  color: #64748b;
  line-height: 1.5;
}

.sample-report em {
  display: block;
  margin-top: .9rem;
  padding: .85rem;
  color: #15803d;
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  border-left: 4px solid #16a34a;
  border-radius: 6px;
  font-style: normal;
  font-weight: 850;
}

.sample-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  padding-bottom: 3rem;
}

.pilot-page {
  display: grid;
  grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr);
  gap: 2rem;
  align-items: start;
  padding-top: 4.5rem;
  padding-bottom: 4rem;
}

.pilot-page-copy h1 {
  max-width: 620px;
  font-size: clamp(2.4rem, 4.3vw, 4.6rem);
}

.pilot-page-copy ul,
.pilot-next ol {
  display: grid;
  gap: .55rem;
  padding: 0;
  margin: 1.2rem 0 0;
  list-style: none;
}

.pilot-page-copy li,
.pilot-next li {
  padding: .72rem .85rem;
  color: #334155;
  background: #fff;
  border: 1px solid #d8e0ea;
  border-radius: 8px;
  font-weight: 760;
}

.pilot-next {
  margin-top: 1rem;
  padding: 1.1rem;
}

.pilot-next h2 {
  margin: 0;
  color: #102033;
  font-size: 1.2rem;
  font-weight: 850;
}

.pilot-form-card {
  padding: 1.25rem;
  border-top: 4px solid #2563eb;
}

.pilot-form {
  display: grid;
  gap: 1rem;
}

.pilot-form-head {
  padding-bottom: .85rem;
  border-bottom: 1px solid #e2e8f0;
}

.pilot-form-head span {
  display: block;
  color: #2563eb;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pilot-form-head strong {
  display: block;
  margin-top: .25rem;
  color: #102033;
  font-size: 1.1rem;
}

.pilot-form label {
  display: grid;
  gap: .4rem;
  color: #334155;
  font-weight: 780;
}

.pilot-form label em {
  color: #64748b;
  font-size: .78rem;
  font-style: normal;
  font-weight: 760;
  text-transform: uppercase;
}

.pilot-form .pilot-check {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .65rem;
  align-items: start;
  padding: .75rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.pilot-form .pilot-check input {
  margin-top: .2rem;
}

.pilot-form input,
.pilot-form textarea,
.pilot-form select {
  width: 100%;
  min-height: 44px;
  padding: .62rem .75rem;
  color: #102033;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
}

.pilot-form textarea {
  min-height: 140px;
  resize: vertical;
}

.pilot-form input:focus,
.pilot-form textarea:focus,
.pilot-form select:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, .18);
  outline: none;
}

.pilot-form-note,
.pilot-response-note {
  margin: 0;
  color: #64748b;
  font-size: .9rem;
  line-height: 1.5;
}

.pilot-response-note {
  color: #334155;
}

.pilot-form .errorlist {
  display: grid;
  gap: .25rem;
  padding: 0;
  margin: .2rem 0 0;
  color: #991b1b;
  list-style: none;
}

.pilot-success {
  padding: 1rem;
}

.pilot-success h2 {
  font-size: clamp(1.6rem, 2.8vw, 2.5rem);
}

.marketing-subpage {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1.25rem, 5vw, 3rem);
}

.marketing-subpage h1 {
  max-width: 900px;
  font-size: clamp(2.25rem, 4vw, 4.5rem);
}

.security-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  margin-top: 1.75rem;
}

.security-detail-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.security-detail-grid article,
.security-note {
  padding: 1.1rem;
}

.security-detail-grid h2,
.security-note h2 {
  margin: 0 0 .4rem;
  color: #102033;
  font-size: 1.05rem;
  font-weight: 850;
}

.security-detail-grid p,
.security-note p {
  margin: 0;
  color: #475569;
  line-height: 1.55;
}

.security-note {
  margin-top: 1rem;
  border-left: 4px solid #d97706;
}

.subpage-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.5rem;
}

.marketing-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(0, 1.35fr);
  gap: 1.25rem;
  width: min(calc(100% - 2.5rem), 1180px);
  max-width: 1180px;
  margin: 0 auto 2rem;
  padding: 2rem clamp(1.25rem, 5vw, 3rem);
  color: #475569;
  box-shadow: none;
}

.marketing-footer strong {
  display: block;
  color: #102033;
  font-size: 1.05rem;
}

.footer-logo-img {
  display: block;
  width: min(210px, 100%);
  height: auto;
  margin-bottom: .55rem;
}

.marketing-footer p {
  margin: .35rem 0 0;
  line-height: 1.5;
}

.marketing-footer nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.marketing-footer nav div {
  display: grid;
  align-content: start;
  gap: .35rem;
}

.marketing-footer nav span {
  color: #64748b;
  font-size: .76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.footer-legal {
  grid-column: 1 / -1;
  padding-top: 1rem;
  border-top: 1px solid #e6edf4;
  font-size: .9rem;
}

@media (max-width: 1120px) {
  .dd-hero-clean,
  .dd-workflow-moment,
  .dd-fit-clean,
  .dd-boundary,
  .dd-evidence-proof,
  .dd-pilot-offer,
  .dd-pilot-clean,
  .dd-security-clean,
  .sample-hero,
  .sample-flow,
  .sample-evidence,
  .pilot-page,
  .security-detail-grid,
  .security-detail-grid-two {
    grid-template-columns: 1fr;
  }

  .dd-event-main {
    grid-template-columns: 1fr;
  }

  .dd-event-arrow {
    min-height: 28px;
    transform: rotate(90deg);
  }

  .dd-workflow-primary {
    min-height: auto;
  }

  .dd-fit-list,
  .dd-proof-strip,
  .dd-artifact-proof,
  .dd-case-timeline,
  .dd-before-after,
  .dd-decision-grid,
  .dd-control-list,
  .dd-broken-trail,
  .dd-pilot-path,
  .dd-risk-strip,
  .dd-deliverables ul,
  .dd-product-surfaces {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dd-case-timeline::before {
    display: none;
  }
}

@media (max-width: 760px) {
  .dd-nav-inner {
    align-items: flex-start;
    flex-direction: column;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .dd-nav .marketing-links {
    display: none;
  }

  .dd-nav-inner .marketing-nav-cta,
  .marketing-primary,
  .marketing-secondary {
    width: 100%;
  }

  .dd-hero-clean {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 2.75rem 1rem 3.25rem;
  }

  .dd-hero-clean h1 {
    font-size: clamp(2.35rem, 13vw, 3.2rem);
    line-height: 1.05;
  }

  .dd-hero-clean p {
    font-size: 1rem;
  }

  .dd-spine,
  .dd-hero-trust,
  .dd-product-status,
  .dd-case-fields,
  .dd-proof-strip,
  .dd-artifact-proof,
  .dd-case-timeline,
  .dd-before-after,
  .dd-fit-list,
  .dd-decision-grid,
  .dd-control-list,
  .dd-broken-trail,
  .dd-action-line,
  .dd-pilot-input-output,
  .dd-pilot-path,
  .dd-risk-strip,
  .dd-deliverables ul,
  .dd-product-surfaces,
  .dd-security-columns,
  .faq-grid,
  .sample-before-after,
  .sample-review-grid,
  .sample-detail-grid,
  .marketing-footer,
  .marketing-footer nav {
    grid-template-columns: 1fr;
  }

  .dd-event-top,
  .dd-console-head,
  .dd-doc-head,
  .sample-hero dl div,
  .sample-report dl div {
    align-items: flex-start;
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .dd-event-top strong,
  .sample-hero dd,
  .sample-report dd {
    text-align: left;
  }

  .dd-event-main > div:not(.dd-event-arrow) {
    min-height: auto;
  }

  .dd-moment-facts {
    grid-template-columns: 1fr;
  }

  .dd-case-story,
  .dd-proof-strip,
  .dd-failure-story,
  .dd-evidence-proof,
  .dd-pilot-offer,
  .dd-fit-clean,
  .dd-boundary,
  .dd-pilot-clean,
  .dd-trust-section,
  .dd-faq-clean,
  .sample-hero,
  .sample-outcome,
  .sample-flow,
  .sample-before-after,
  .sample-review-grid,
  .sample-detail-grid,
  .sample-evidence,
  .sample-actions,
  .pilot-page {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .dd-case-story {
    padding-top: 3rem;
  }

  .dd-hero-trust {
    display: grid;
  }

  .dd-security-clean,
  .dd-final-clean {
    width: 100%;
    border-radius: 0;
  }

  .dd-event-log li,
  .dd-evidence-document li {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .dd-broken-trail span:not(:last-child)::after {
    right: auto;
    bottom: -.95rem;
    content: "↓";
  }

  .marketing-footer {
    width: calc(100% - 2rem);
  }
}
