/* Partner modal — zip mock scale + per-screen art from the 5-frame composite. */
.bpf-overlay {
  --pink: #fa0a72;
  --ink: #050505;
  --paper: #f5f1e8;
  --muted: #6c6c6c;
  --line: #c6c1b8;
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1200;
  background: rgba(0, 0, 0, 0.83);
  backdrop-filter: blur(4px) saturate(0.7);
  -webkit-backdrop-filter: blur(4px) saturate(0.7);
}
.bpf-overlay.on { display: block; }
.bpf-overlay,
.bpf-overlay * { box-sizing: border-box; }
body.bpf-open { overflow: hidden; }

.bpf-overlay .modal,
.bpf-overlay .modal-inner {
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
}
.bpf-overlay .primary:disabled { opacity: 0.65; cursor: wait; }

.bpf-overlay .hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.bpf-overlay .form-status {
  min-height: 0;
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  color: #c40758;
}
.bpf-overlay .form-status:empty { display: none; }
.bpf-overlay .field.is-invalid input,
.bpf-overlay .field.is-invalid textarea,
.bpf-overlay .choice-section.is-invalid .cards {
  box-shadow: 0 0 0 1px var(--pink);
}

.bpf-overlay .modal {
  position: fixed;
  z-index: 4;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(1194px, 94vw);
  height: min(1180px, 95vh);
  overflow: hidden;
  background: transparent;
  filter: drop-shadow(0 26px 52px rgba(0, 0, 0, 0.74));
}

.bpf-overlay .paper {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: url("/assets/baddie/partners/modal-sheet.png?v=2") center / 100% 100% no-repeat;
}
.bpf-overlay .paper:after {
  content: "";
  position: absolute;
  inset: 4.2% 4.4% 4.5%;
  opacity: 0.13;
  mix-blend-mode: multiply;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 22% 21%, rgba(74, 64, 53, 0.34) 0 0.7px, transparent 0.8px),
    radial-gradient(circle at 79% 68%, rgba(80, 70, 58, 0.27) 0 0.7px, transparent 0.8px),
    repeating-linear-gradient(13deg, rgba(0, 0, 0, 0.025) 0 1px, transparent 1px 4px);
  background-size: 19px 19px, 27px 27px, 100% 100%;
}

.bpf-overlay .modal-inner {
  position: relative;
  height: 100%;
  padding: 58px 72px 50px;
  overflow: auto;
  scrollbar-width: none;
}
.bpf-overlay .modal-inner::-webkit-scrollbar { display: none; }

.bpf-overlay .close {
  position: absolute;
  right: 69px;
  top: 53px;
  z-index: 10;
  border: 0;
  background: transparent;
  font: 46px / 1 Arial, sans-serif;
  cursor: pointer;
  padding: 0;
  color: #060606;
}

.bpf-overlay .brand-head {
  position: relative;
  min-height: 190px;
  padding-right: 220px;
}

.bpf-overlay .script-label {
  font: 32px / 1 "Permanent Marker", cursive;
  color: var(--pink);
  display: inline-block;
  transform: rotate(-1.4deg);
  border-bottom: 2.5px solid var(--pink);
  padding: 0 2px 5px;
  margin-left: 2px;
}

.bpf-overlay .brand-head h1 {
  font: 76px / 0.88 Anton, Impact, sans-serif;
  margin: 8px 0 0;
  letter-spacing: -1.2px;
  font-weight: 400;
  transform: scaleX(0.98);
  transform-origin: left center;
}

.bpf-overlay.is-step-3 .pink-swipe { margin-left: 280px; width: 190px; }
.bpf-overlay .pink-swipe {
  position: relative;
  height: 6px;
  width: 225px;
  background: var(--pink);
  transform: rotate(-1.4deg);
  margin-left: 358px;
  margin-top: 8px;
  box-shadow: 31px 5px 0 -1px var(--pink);
}
.bpf-overlay .pink-swipe:after {
  content: "";
  position: absolute;
  left: 37px;
  right: -72px;
  top: 8px;
  height: 2px;
  background: var(--pink);
  transform: rotate(1deg);
  opacity: 0.85;
}

.bpf-overlay .intro {
  font-size: 18px;
  line-height: 1.4;
  margin: 15px 0 0;
  max-width: 610px;
  font-weight: 500;
}

/* Mock callouts: pale highlighter / washi, not a ruled sticky pad. */
.bpf-overlay .sticky {
  display: none;
  position: absolute;
  right: 10px;
  top: 8px;
  width: 213px;
  font: 24px / 1.08 "Permanent Marker", cursive;
  color: #111;
  padding: 28px 31px 18px;
  transform: rotate(-7deg);
  letter-spacing: 0.2px;
  background: transparent;
  z-index: 2;
  isolation: isolate;
}
.bpf-overlay .sticky:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(250, 10, 114, 0.32);
  clip-path: polygon(3% 12%, 9% 2%, 97% 0, 100% 16%, 96% 88%, 86% 100%, 5% 94%, 0 22%);
  pointer-events: none;
}
.bpf-overlay.is-step-1 .sticky-s1,
.bpf-overlay.is-step-2 .sticky-s2,
.bpf-overlay.is-step-3 .sticky-s3 { display: block; }
.bpf-overlay .sticky-s1,
.bpf-overlay .sticky-s3 { height: 156px; }
.bpf-overlay .sticky-highlight {
  width: 228px;
  height: auto;
  min-height: 108px;
  padding: 22px 24px 16px;
  transform: rotate(-5deg);
}
.bpf-overlay .sticky-highlight:before {
  background: rgba(250, 10, 114, 0.26);
  clip-path: polygon(1% 18%, 7% 0, 100% 4%, 98% 72%, 88% 100%, 0 86%);
}
.bpf-overlay .mini-crown {
  position: absolute;
  right: 18px;
  top: 5px;
  font-size: 34px;
  font-family: Arial, sans-serif;
  color: #111;
}
.bpf-overlay.is-step-4 .brand-head,
.bpf-overlay.is-step-4 .stepper { display: none; }

.bpf-overlay .stepper {
  display: grid;
  grid-template-columns: max-content 58px max-content 58px max-content;
  align-items: center;
  gap: 14px;
  margin: 13px 0 32px;
}
.bpf-overlay .step {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #707070;
}
.bpf-overlay .step b {
  font: 17px / 1.04 Anton, Impact, sans-serif;
  letter-spacing: 0.1px;
  font-weight: 400;
}
.bpf-overlay .step-short { display: none; }
.bpf-overlay .step .num {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background: #d2d2d2;
  display: grid;
  place-items: center;
  font: 25px Anton, Impact, sans-serif;
  color: #fff;
}
.bpf-overlay .step.active { color: #111; }
.bpf-overlay .step.active .num {
  background: var(--pink);
  color: #fff;
  border: 0;
}
.bpf-overlay .step.done { color: #111; }
.bpf-overlay .step.done .num {
  background: #fff;
  border: 2px solid #111;
  font-size: 0;
  color: #111;
}
.bpf-overlay .step.done .num:after {
  content: "✓";
  font: 24px / 1 Arial, sans-serif;
  color: #111;
}
.bpf-overlay .connector {
  height: 1.5px;
  background: #8c8c8c;
  min-width: 36px;
}
.bpf-overlay .step.done + .connector {
  background: var(--pink);
}

.bpf-overlay .screen { display: none; }
.bpf-overlay .screen.active { display: block; }

.bpf-overlay .field-grid {
  display: grid;
  gap: 16px 28px;
}
.bpf-overlay .two-col { grid-template-columns: 1fr 1fr; }
.bpf-overlay .field { display: block; }
.bpf-overlay .field > span,
.bpf-overlay .choice-section legend {
  font-weight: 800;
  font-size: 16px;
}
.bpf-overlay .field i,
.bpf-overlay .choice-section i {
  font-style: normal;
  color: var(--pink);
}
.bpf-overlay .field em {
  font-weight: 400;
  font-style: normal;
}
.bpf-overlay .field input,
.bpf-overlay .field textarea {
  width: 100%;
  border: 1.25px solid var(--line);
  border-radius: 2px;
  background: #fff;
  padding: 14px 16px;
  font: 15px Inter, Arial, sans-serif;
  margin-top: 8px;
  outline: none;
}
.bpf-overlay .field input:focus,
.bpf-overlay .field textarea:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 1px var(--pink);
}
.bpf-overlay .field textarea {
  height: 72px;
  resize: none;
}
.bpf-overlay .audience-field textarea { height: 78px; }

.bpf-overlay .choice-section {
  border: 0;
  padding: 0;
  margin: 24px 0 0;
  min-width: 0;
}
.bpf-overlay .choice-section legend { padding: 0; }
.bpf-overlay .helper {
  margin: 3px 0 10px;
  color: var(--muted);
  font-size: 13px;
}
.bpf-overlay .cards {
  display: grid;
  gap: 11px;
}
.bpf-overlay .partner-types {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 12px;
}

.bpf-overlay .option-card,
.bpf-overlay .chip,
.bpf-overlay .format-card {
  position: relative;
  border: 1.25px solid var(--line);
  border-radius: 4px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 13px;
  cursor: pointer;
  transition: border-color 0.12s ease, background 0.12s ease, box-shadow 0.12s ease;
}
.bpf-overlay .option-card {
  min-height: 77px;
  padding: 15px 14px;
  font-size: 14px;
}
.bpf-overlay .option-card input,
.bpf-overlay .chip input,
.bpf-overlay .format-card input {
  position: absolute;
  opacity: 0;
}
.bpf-overlay .radio-ui,
.bpf-overlay .check-ui {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border: 1.8px solid #aaa;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
}
.bpf-overlay .check-ui { border-radius: 4px; }

.bpf-overlay .option-card:has(input:checked),
.bpf-overlay .chip:has(input:checked),
.bpf-overlay .format-card:has(input:checked) {
  border-color: var(--pink);
  box-shadow: inset 0 0 0 1px rgba(250, 10, 114, 0.7);
  background: #fff;
}
.bpf-overlay .option-card input:checked + .radio-ui,
.bpf-overlay .chip input:checked + .radio-ui {
  border-color: var(--pink);
}
.bpf-overlay .option-card input:checked + .radio-ui:after,
.bpf-overlay .chip input:checked + .radio-ui:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--pink);
}
.bpf-overlay .option-card input:checked + .check-ui,
.bpf-overlay .chip input:checked + .check-ui,
.bpf-overlay .format-card input:checked + .check-ui {
  border-color: var(--pink);
  background: var(--pink);
}
.bpf-overlay .option-card input:checked + .check-ui:after,
.bpf-overlay .chip input:checked + .check-ui:after,
.bpf-overlay .format-card input:checked + .check-ui:after {
  content: "✓";
  color: #fff;
  font-weight: 800;
  font-size: 14px;
}

.bpf-overlay .goal-grid { grid-template-columns: repeat(4, 1fr); }
.bpf-overlay .goal-grid .option-card { min-height: 64px; }
.bpf-overlay .audience-field { margin-top: 28px; }
.bpf-overlay .audience-field .helper { margin: 4px 0 0; }
.bpf-overlay .audience-field textarea { margin-top: 8px; }
.bpf-overlay .compact-top { margin-top: 0; }

.bpf-overlay .format-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.bpf-overlay .format-card {
  min-height: 112px;
  align-items: flex-start;
  padding: 16px 15px 14px;
  gap: 10px;
}
.bpf-overlay .format-card .check-ui {
  margin-top: 2px;
  flex-basis: 20px;
  width: 20px;
  height: 20px;
}
.bpf-overlay .format-card .icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-top: 2px;
  color: #111;
  flex: 0 0 36px;
}
.bpf-overlay .format-card .icon svg {
  width: 30px;
  height: 30px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.bpf-overlay .format-card:has(input:checked) .icon { color: var(--pink); }
.bpf-overlay .format-card > span:last-child { min-width: 0; }
.bpf-overlay .format-card b {
  display: block;
  font-size: 14px;
  line-height: 1.22;
  font-weight: 800;
}
.bpf-overlay .format-card small {
  display: block;
  color: #7a7a7a;
  font-size: 11px;
  line-height: 1.34;
  margin-top: 6px;
}

.bpf-overlay .location-section,
.bpf-overlay .budget-section { margin-top: 18px; }
.bpf-overlay .chip-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 9px;
  gap: 10px;
}
.bpf-overlay .chip {
  min-height: 48px;
  padding: 10px 12px;
  font-size: 13px;
}
.bpf-overlay .chip .check-ui,
.bpf-overlay .chip .radio-ui {
  flex-basis: 20px;
  width: 20px;
  height: 20px;
}
.bpf-overlay .budget-grid {
  grid-template-columns: 1fr 1fr 1.12fr 1.12fr 0.9fr 1.55fr;
  margin-top: 9px;
  gap: 10px;
}
.bpf-overlay .budget-grid .chip {
  font-size: 12px;
  justify-content: flex-start;
  padding: 9px 11px;
}
.bpf-overlay .notes-field { margin-top: 18px; }

.bpf-overlay .footer-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 24px;
  align-items: end;
  margin-top: 28px;
}
.bpf-overlay .single-next { grid-template-columns: 1fr auto; }
.bpf-overlay .primary,
.bpf-overlay .secondary {
  height: 59px;
  border: 0;
  padding: 0 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font: 20px Anton, Impact, sans-serif;
  letter-spacing: 0.3px;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 0;
}
.bpf-overlay .primary {
  background: var(--pink);
  color: #111;
  min-width: 340px;
}
.bpf-overlay .secondary {
  border: 2px solid #111;
  background: #fff;
  color: #111;
  min-width: 160px;
}
.bpf-overlay .primary:hover { filter: brightness(0.96); }
.bpf-overlay .secondary:hover { background: #f3f3f3; }

.bpf-overlay .scribble {
  font: 20px / 1.08 "Permanent Marker", cursive;
  transform: rotate(-7deg);
  position: relative;
}
.bpf-overlay .paper-note {
  width: 178px;
  padding: 16px 18px;
  background: rgba(225, 225, 225, 0.55);
  clip-path: polygon(6% 4%, 95% 0, 100% 90%, 7% 100%, 0 12%);
}
.bpf-overlay .paper-note span {
  font-family: Arial, sans-serif;
  font-size: 30px;
  position: absolute;
  right: 14px;
  bottom: 8px;
}
.bpf-overlay .margin-note { padding-left: 16px; }
.bpf-overlay .margin-note:before {
  content: "↓";
  position: absolute;
  left: -22px;
  top: 14px;
  color: var(--pink);
  font: 50px Arial, sans-serif;
  transform: rotate(18deg);
}
.bpf-overlay .pink-underline {
  height: 4px;
  background: var(--pink);
  width: 100px;
  margin: 5px 0 0 30px;
  transform: rotate(-7deg);
  box-shadow: 22px 4px 0 -1px var(--pink);
}
.bpf-overlay .final-actions {
  margin-top: 22px;
  grid-template-columns: 1fr auto auto;
}
.bpf-overlay .final-actions .secondary { grid-column: 2; }
.bpf-overlay .final-actions .primary { grid-column: 3; }

.bpf-overlay.is-step-2 .brand-head { min-height: 168px; }
.bpf-overlay.is-step-2 .intro { margin-top: 10px; }
.bpf-overlay.is-step-2 .stepper { margin: 8px 0 16px; }
.bpf-overlay.is-step-2 .audience-field { margin-top: 14px; }
.bpf-overlay.is-step-2 .audience-field textarea { height: 62px; }
.bpf-overlay.is-step-2 .goal-grid .option-card { min-height: 56px; }
.bpf-overlay.is-step-2 .footer-row { margin-top: 14px; }

.bpf-overlay.is-step-3 .brand-head { min-height: 132px; }
.bpf-overlay.is-step-3 .brand-head h1 { font-size: 58px; }
.bpf-overlay.is-step-3 .intro { margin-top: 6px; font-size: 14px; }
.bpf-overlay.is-step-3 .stepper { margin: 6px 0 10px; }
.bpf-overlay.is-step-3 .format-grid { gap: 6px; }
.bpf-overlay.is-step-3 .format-card { min-height: 76px; padding: 8px 10px; }
.bpf-overlay.is-step-3 .format-card small { margin-top: 2px; }
.bpf-overlay.is-step-3 .format-card .icon { width: 28px; height: 28px; flex-basis: 28px; }
.bpf-overlay.is-step-3 .format-card .icon svg { width: 24px; height: 24px; }
.bpf-overlay.is-step-3 .helper { display: none; }
.bpf-overlay.is-step-3 .location-section,
.bpf-overlay.is-step-3 .budget-section,
.bpf-overlay.is-step-3 .notes-field { margin-top: 8px; }
.bpf-overlay.is-step-3 .notes-field textarea { height: 42px; }
.bpf-overlay.is-step-3 .chip { min-height: 38px; }
.bpf-overlay.is-step-3 .footer-row { margin-top: 8px; }

.bpf-overlay .confirmation { padding-top: 4px; }
.bpf-overlay.is-step-4 .modal-inner { padding-top: 56px; }
.bpf-overlay .confirm-grid {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: 40px;
  min-height: 640px;
  align-items: center;
}
.bpf-overlay .confirm-left {
  position: relative;
  padding: 20px 7px 24px;
}
.bpf-overlay .confirm-crown {
  font-size: 56px;
  color: var(--pink);
  position: absolute;
  left: 6px;
  top: -8px;
  transform: rotate(-7deg);
}
.bpf-overlay .confirm-left h2 {
  font: 78px / 0.92 Anton, Impact, sans-serif;
  margin: 48px 0 0;
  text-align: center;
  letter-spacing: -1px;
}
.bpf-overlay .confirm-swipe {
  height: 6px;
  width: 145px;
  background: var(--pink);
  margin: -4px auto 24px;
  transform: rotate(-2deg);
  box-shadow: 30px 5px 0 -2px var(--pink);
}
.bpf-overlay .thanks {
  text-align: center;
  font-size: 17px;
  line-height: 1.5;
}
.bpf-overlay .follow {
  text-align: center;
  font-size: 14px;
  line-height: 1.55;
  color: #333;
  margin: 18px 0 28px;
}
.bpf-overlay .submitted-stamp { display: none; }
.bpf-overlay .confirm-note {
  position: absolute;
  left: -4px;
  top: 58px;
  color: var(--pink);
  font-size: 24px;
  transform: rotate(-7deg);
}
.bpf-overlay .confirm-buttons {
  display: flex;
  gap: 13px;
  justify-content: center;
  margin-top: 44px;
}
.bpf-overlay .confirm-buttons .primary,
.bpf-overlay .confirm-buttons .secondary {
  min-width: auto;
  height: 52px;
  font-size: 15px;
  padding: 0 18px;
}
.bpf-overlay .submission-card {
  position: relative;
  border-left: 1px solid #d1ccc4;
  padding: 7px 0 0 32px;
}
.bpf-overlay .submission-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: 18px Anton, Impact, sans-serif;
  border-bottom: 1px solid #d6d1c8;
  padding-bottom: 9px;
}
.bpf-overlay .submission-head button {
  border: 0;
  background: transparent;
  color: var(--pink);
  text-decoration: underline;
  cursor: pointer;
  font-weight: 700;
  font-family: Inter, Arial, sans-serif;
}
.bpf-overlay .submission-card dl { margin: 7px 0; }
.bpf-overlay .submission-card .row {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #ddd8d0;
  font-size: 12px;
  line-height: 1.35;
}
.bpf-overlay .submission-card dt { color: #666; }
.bpf-overlay .submission-card dd { margin: 0; font-weight: 600; }

@media (max-width: 1050px) {
  .bpf-overlay .modal { width: min(1194px, 96vw); }
  .bpf-overlay .modal-inner { padding: 48px 52px 40px; }
  .bpf-overlay .brand-head h1 { font-size: 56px; }
  .bpf-overlay .pink-swipe { margin-left: 250px; width: 180px; }
  .bpf-overlay .stepper {
    grid-template-columns: max-content 1fr max-content 1fr max-content;
  }
}
@media (max-width: 900px) {
  .bpf-overlay .modal {
    width: 94vw;
    height: min(980px, 96vh);
  }
  .bpf-overlay .modal-inner { padding: 40px 36px 32px; }
  .bpf-overlay .sticky,
  .bpf-overlay.is-step-1 .sticky-s1,
  .bpf-overlay.is-step-2 .sticky-s2,
  .bpf-overlay.is-step-3 .sticky-s3 { display: none; }
  .bpf-overlay .brand-head {
    min-height: auto;
    padding-right: 36px;
  }
  .bpf-overlay .brand-head h1 { font-size: 42px; }
  .bpf-overlay .pink-swipe { margin-left: 160px; width: 140px; }
  .bpf-overlay .step-long { display: none; }
  .bpf-overlay .step-short { display: inline; }
  .bpf-overlay .step b { font-size: 15px; }
  .bpf-overlay .partner-types,
  .bpf-overlay .goal-grid { grid-template-columns: repeat(2, 1fr); }
  .bpf-overlay .format-grid { grid-template-columns: 1fr 1fr; }
  .bpf-overlay .chip-grid { grid-template-columns: repeat(2, 1fr); }
  .bpf-overlay .budget-grid { grid-template-columns: repeat(2, 1fr); }
  .bpf-overlay .footer-row { grid-template-columns: 1fr 1fr; }
  .bpf-overlay .footer-row .scribble { display: none; }
  .bpf-overlay .primary { min-width: 0; width: 100%; }
  .bpf-overlay .confirm-grid { grid-template-columns: 1fr; min-height: 0; }
  .bpf-overlay .submission-card {
    border-left: 0;
    border-top: 1px solid #d1ccc4;
    padding: 25px 0 0;
  }
  .bpf-overlay .desktop { display: none; }
}
@media (max-width: 620px) {
  .bpf-overlay .modal { height: 94vh; }
  .bpf-overlay .modal-inner {
    padding: 32px 26px 24px;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }
  .bpf-overlay .modal-inner::-webkit-scrollbar {
    display: block;
    width: 4px;
  }
  .bpf-overlay .modal-inner::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.28);
    border-radius: 4px;
  }
  .bpf-overlay .close { right: 28px; top: 24px; }
  .bpf-overlay .brand-head h1 { font-size: 34px; }
  .bpf-overlay .script-label { font-size: 22px; }
  .bpf-overlay .two-col { grid-template-columns: 1fr; }
  .bpf-overlay .stepper {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 6px;
    margin: 8px 0 18px;
  }
  .bpf-overlay .connector { display: none; }
  .bpf-overlay .step {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
  }
  .bpf-overlay .step b { font-size: 13px; letter-spacing: 0.04em; }
  .bpf-overlay .step .num { width: 32px; height: 32px; font-size: 16px; }
  .bpf-overlay .partner-types,
  .bpf-overlay .goal-grid,
  .bpf-overlay .format-grid { grid-template-columns: 1fr; }
  .bpf-overlay .footer-row { grid-template-columns: 1fr; }
  .bpf-overlay .secondary { width: 100%; }
  .bpf-overlay .confirm-buttons { flex-direction: column; }
  .bpf-overlay .submission-card .row { grid-template-columns: 110px 1fr; }
}
