.compact-promotion-band { padding-block: 52px; scroll-margin-top: 144px; }
.compact-promotion-layout { display: grid; grid-template-columns: minmax(0,1fr) 320px; align-items: center; gap: 72px; max-width: 1030px; }
.compact-promotion-copy { max-width: 540px; }
.compact-promotion-copy h2 { font-size: 34px; line-height: 1.2; letter-spacing: 0; margin: 0; }
.compact-promotion-copy > p { color: var(--muted); font-size: 17px; line-height: 1.6; max-width: 48ch; margin: 18px 0; }
.compact-promotion-copy .kicker { font-size: 13px; margin-bottom: 14px; }
.compact-promotion-link { display: inline-flex; align-items: center; gap: 12px; padding-block: 8px; font-size: 15px; color: var(--purple-dark, #5424b4); font-weight: 600; text-decoration: none; }
.compact-promotion-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.compact-promotion-example { margin: 0; width: min(100%,320px); min-width: 0; }
.compact-promotion-image { width: 100%; aspect-ratio: 3/2; border: 0; padding: 0; background: white; position: relative; display: block; border-radius: 6px; overflow: hidden; cursor: zoom-in; touch-action: manipulation; }
.compact-promotion-image > img { width: 100%; height: 100%; object-fit: contain; display: block; }
.compact-expand { position: absolute; bottom: 8px; right: 8px; display: grid; place-items: center; width: 36px; height: 36px; color: var(--ink); background: white; border-radius: 50%; font: 500 24px/1 sans-serif; }
.compact-promotion-image:focus-visible, .offer-dialog .icon-button:focus-visible { outline: 3px solid var(--purple, #7041eb); outline-offset: 4px; }
.compact-promotion-example figcaption { display: flex; flex-direction: column; gap: 3px; margin-top: 12px; font-size: 12px; line-height: 1.5; color: var(--muted); }
.compact-promotion-example figcaption strong { color: var(--ink); font-size: 14px; }
.compact-business-label { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.compact-business-monogram { width: 32px; height: 32px; display: grid; place-items: center; background: #d3e3d4; color: #183c2d; border-radius: 50%; font-weight: 700; flex-shrink: 0; }
.compact-business-label strong { display: block; font-size: 13px; }
.compact-business-label small { display: block; font-size: 11px; color: var(--muted); margin-top: 2px; }
.compact-business-category { font-size: 11px; color: var(--muted); margin-left: auto; }
.compact-workflow { display: flex; justify-content: space-between; gap: 12px; align-items: center; font-size: 12px; color: var(--muted); margin-bottom: 18px; }
.compact-workflow strong { color: var(--green); }
.promotion-art.marketing-art { min-height: 0; align-items: center; }
.marketing-stage:has(#panel-promotions:not([hidden])) { min-height: 0; }
.demo-phone.demo-phone-stamps { min-height: 0; padding-bottom: 28px; }
.demo-phone-stamps .demo-reward-title { margin-top: 42px; }
.demo-phone-stamps .demo-stamps { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin-block: 26px; }
.demo-phone-stamps .demo-stamps > * { font-size: 25px; }
.offer-dialog { border: 0; border-radius: 8px; width: min(1040px,calc(100% - 40px)); max-height: calc(100svh - 40px); padding: 18px; background: white; color: var(--ink); box-shadow: 0 16px 42px rgba(28,22,48,.13); }
.offer-dialog::backdrop { background: rgba(23,16,32,.84); }
.offer-dialog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 14px; }
.offer-dialog h2 { font-size: 18px; line-height: 1.4; margin: 0; }
.offer-dialog .icon-button { display: grid; place-items: center; width: 44px; height: 44px; flex-shrink: 0; background: var(--paper); color: var(--ink); border: 0; border-radius: 50%; font-size: 27px; cursor: pointer; }
.offer-dialog > img { display: block; width: 100%; height: auto; max-height: calc(100svh - 175px); object-fit: contain; }
.offer-dialog > p { font-size: 12px; line-height: 1.5; color: var(--muted); margin-top: 12px; }
@media (max-width:900px) { .compact-promotion-layout { grid-template-columns: minmax(0,1fr) 280px; gap: 36px; }.compact-promotion-copy h2 { font-size: 30px; } }
@media (max-width:720px) {
  .compact-promotion-band { padding-block: 40px; }
  .compact-promotion-layout { grid-template-columns: minmax(0,1fr); gap: 28px; }
  .compact-promotion-copy h2 { font-size: 28px; }
  .compact-promotion-copy > p { font-size: 16px; }
  .compact-promotion-example { width: min(100%,280px); }
  .app-offer-example { justify-self: center; }
  .compact-business-category { font-size: 10px; }
  .offer-dialog { width: 100%; max-width: none; height: 100dvh; max-height: none; margin: 0; border-radius: 0; padding: 12px; }
  .offer-dialog[open] { display: flex; flex-direction: column; }
  .offer-dialog-toolbar { flex-shrink: 0; }
  .offer-dialog h2 { font-size: 15px; }
  .offer-dialog > img { flex: 1; min-height: 0; max-height: none; }
  .offer-dialog > p { flex-shrink: 0; padding-bottom: env(safe-area-inset-bottom,0px); }
}
