/* Campaign landing page (/48-hour-marketplace-diagnostic/). Loads after cinema.css + conversion.css.
   Paper = reading, Forest = the operating story (clock condition). Peach, not terracotta, carries accents on Forest. */
.dg-hero { display: grid; gap: 28px; padding-block: 32px 40px; }
.conversion .dg-hero h1 { font-size: clamp(44px, 12vw, 72px); max-width: 16ch; line-height: .98; }
.conversion .dg-hero h1 em { display: block; text-wrap: balance; }
.dg-hero .intro-copy { margin-top: 18px; }
.dg-clockline { margin-top: 20px!important; padding-left: 14px; border-left: 3px solid #bc452f; font-size: 16px; line-height: 1.5; color: #28332d; max-width: 46ch; }
.dg-clockline strong { font-weight: 600; }
.dg-hero .actions { margin-top: 22px; }
.dg-signals { margin: 0; min-width: 0; }
.dg-photo { position: relative; border-radius: 4px; overflow: hidden; background: #f0eee8; }
.dg-photo img { display: block; width: 100%; height: auto; }
.dg-pin { position: absolute; left: var(--x); top: var(--y); transform: translate(-50%, -50%); width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: #bc452f; color: #f5f3ed; font: 700 13px/1 SaddlBody, Arial, sans-serif; box-shadow: 0 0 0 4px rgba(245, 243, 237, .8), 0 3px 10px rgba(40, 51, 45, .28); }
.dg-legend { list-style: none; counter-reset: sig; margin: 14px 0 0; padding: 0; }
.dg-legend li { counter-increment: sig; display: grid; grid-template-columns: 22px 96px 1fr; gap: 0 10px; align-items: baseline; padding: 9px 0; border-top: 1px solid #c9c9bd; font-size: 15px; line-height: 1.4; }
.dg-legend li::before { content: counter(sig); font-size: 12px; font-weight: 700; color: #bc452f; }
.dg-legend b { font-weight: 600; }
.dg-legend span { color: #536457; }
.dg-signals figcaption { margin-top: 10px; font-size: 13px; line-height: 1.5; color: #536457; }

.dg-how { background: #26352e; color: #f5f3ed; padding: 44px 0 52px; }
.dg-how :focus-visible { outline-color: #e7b494; }
.dg-kicker { display: inline-block; margin: 0 0 16px!important; padding: 6px 14px; border: 1px solid #819582; border-radius: 999px; font-size: 13px; color: #d4dfd5; }
.conversion .dg-how h2 { color: #f5f3ed; max-width: 20ch; text-wrap: balance; }
.dg-steps { list-style: none; margin: 30px 0 0; padding: 0; display: grid; gap: 0; }
.dg-step { position: relative; display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 16px; padding-bottom: 30px; }
.dg-step:last-child { padding-bottom: 0; }
.dg-step::before { content: ''; position: absolute; left: 18px; top: 40px; bottom: 2px; width: 2px; background: #536457; }
.dg-step:last-child::before { display: none; }
.dg-n { width: 38px; height: 38px; border: 1.5px solid #819582; border-radius: 50%; display: grid; place-items: center; font: 600 20px/1 SaddlDisplay, Arial, sans-serif; color: #f5f3ed; background: #26352e; position: relative; z-index: 1; }
.conversion .dg-step h3 { font-size: 26px; line-height: 1.12; color: #f5f3ed; margin-top: 6px; }
.dg-step p { color: #d4dfd5; margin-top: 8px; font-size: 16px; }
.dg-clock { margin-top: 36px; display: grid; }
.dg-prep { border: 1.5px dashed #819582; border-bottom: 0; border-radius: 4px 4px 0 0; padding: 14px 16px; }
.dg-prep b { display: block; font-weight: 600; color: #f5f3ed; }
.dg-prep span { display: block; margin-top: 2px; font-size: 14px; color: #d4dfd5; }
.dg-run { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 4px 16px; align-items: center; padding: 14px 16px; background: #e7b494; color: #26352e; border-radius: 0 0 4px 4px; }
.dg-run strong { font: 600 clamp(48px, 13vw, 64px)/.9 SaddlDisplay, Arial, sans-serif; letter-spacing: -.02em; color: #26352e; }
.dg-run span { font-size: 16px; line-height: 1.4; font-weight: 600; }
.dg-form-row { padding-top: 44px; }
.dg-receive h2 { font-size: clamp(32px, 4vw, 44px); margin-bottom: 6px; }
.dg-receive-list { list-style: none; margin: 8px 0 0; padding: 0; }
.dg-receive-list li { padding: 14px 0; border-top: 1px solid #c9c9bd; }
.dg-receive-list b { display: block; font: 600 26px/1.15 SaddlDisplay, Arial, sans-serif; color: #26352e; margin-bottom: 2px; }
.dg-receive-list span { color: #536457; }

@media (min-width: 900px) {
  .dg-steps { grid-template-columns: 1fr 1.9fr 1fr; gap: 0 40px; }
  .dg-step { grid-template-columns: minmax(0, 1fr); gap: 18px; padding-bottom: 0; align-content: start; }
  .dg-step::before { display: block; left: 46px; right: -40px; top: 18px; bottom: auto; width: auto; height: 2px; }
  .dg-step:last-child::before { display: none; }
  .conversion .dg-step h3 { margin-top: 0; }
  .dg-clock { grid-template-columns: minmax(0, 1fr) minmax(0, 2.4fr); margin-top: 44px; }
  .dg-run { padding: 18px 24px; gap: 4px 24px; }
  .dg-prep { display: flex; flex-direction: column; justify-content: center; padding: 18px 24px; }
  .dg-prep { border: 1.5px dashed #819582; border-right: 0; border-radius: 4px 0 0 4px; }
  .dg-run { border-radius: 0 4px 4px 0; }
}
@media (min-width: 1000px) {
  .dg-hero { grid-template-columns: minmax(0, 1fr) minmax(0, 560px); gap: 64px; align-items: center; padding-block: 56px 64px; }
  .dg-how { padding: 64px 0 72px; }
  .dg-form-row { padding-top: 64px; }
}

/* Deliverables list reused on the account review page */
.dg-what h2 { font-size: clamp(32px, 4vw, 44px); margin-bottom: 6px; }
.dg-what .b8-note { margin-top: 12px; font-size: 14px; color: #536457; }
.conversion .dg-what .dg-receive-list { list-style: none; margin: 8px 0 0; padding: 0; }
.conversion .dg-what .dg-receive-list li { padding: 14px 0; border-top: 1px solid #c9c9bd; }
.conversion .dg-what .dg-receive-list b { display: block; font: 600 26px/1.15 SaddlDisplay, Arial, sans-serif; color: #26352e; margin-bottom: 2px; }
.conversion .dg-what .dg-receive-list span { color: #536457; }
