/* Lifestyle photographs stay separate from the actual sample UI. */
.sign-heading-unit { display: inline-block; white-space: nowrap; }
.recipient-grid { max-width: 1240px; grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr); gap: 44px; }
.recipient-visual-panel { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) 125px; align-items: center; gap: 18px; padding: 18px; border: 1px solid #e2deef; border-radius: 18px; background: #f8f7fd; }
.recipient-scene { min-width: 0; margin: 0; }
.recipient-scene > img { display: block; width: 100%; height: auto; object-fit: contain; border-radius: 10px; }
.recipient-scene figcaption { margin-top: 14px; }
.recipient-scene figcaption b { display: block; color: var(--ink); font-size: 14px; line-height: 1.8; }
.recipient-scene figcaption span { display: block; margin-top: 5px; font-size: 9px; line-height: 1.8; color: var(--muted); }
.recipient-screen-preview { min-width: 0; margin: 0; display: flex; flex-direction: column; align-items: center; }
.recipient-screen-label { font-size: 10px; font-weight: 700; color: #6551ba; margin-bottom: 10px; }
.compact-phone-frame { width: 125px; max-width: 100%; padding: 7px 6px; border: 1px solid #3c365f; border-radius: 18px; background: #292641; box-shadow: 0 10px 22px rgba(40, 38, 91, .12); }
.compact-phone-speaker { display: block; width: 27px; height: 3px; margin: 2px auto 6px; background: #756e8c; border-radius: 5px; }
.recipient-screen-link { display: block; border-radius: 10px; }
.recipient-screen-link > img { display: block; width: 100%; height: auto; object-fit: contain; background: #fff; border-radius: 10px; }
.compact-phone-home { display: block; width: 28px; height: 3px; margin: 7px auto 1px; background: #756e8c; border-radius: 5px; }
.recipient-screen-preview figcaption { margin-top: 11px; text-align: center; font-size: 9px; line-height: 1.8; }
.recipient-screen-preview figcaption > a { color: #6551ba; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.recipient-screen-preview figcaption > span { display: block; color: var(--muted); font-size: 8px; margin-top: 3px; }
.recipient-screen-link:focus-visible { outline: 3px solid #a69ae0; outline-offset: 4px; }
.case-photo { margin: 0; min-width: 0; }
.case-photo > img { display: block; width: 100%; height: auto; object-fit: contain; }
.case-photo figcaption { padding: 10px 18px; font-size: 9px; line-height: 1.9; color: var(--muted); background: #fafbfd; border-bottom: 1px solid var(--line); }
.case-parties-strip { margin: 0 27px 17px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr) minmax(0, 1fr); gap: 10px; padding: 13px 14px; background: var(--case-tint); border-radius: 10px; align-items: center; text-align: center; }
.case-parties-strip > span { font-size: 9px; line-height: 1.9; color: var(--muted); }
.case-parties-strip > span > b { display: block; color: var(--case-color); font-size: 11px; }
.case-parties-strip .case-parties-document { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 1px 7px; text-align: left; align-items: center; }
.case-parties-document > .icon { grid-row: 1 / 3; width: 20px; height: 20px; color: var(--case-color); }
.case-parties-document > small { color: var(--case-color); font-size: 8px; }
@media (max-width: 1170px) {
  .recipient-grid { gap: 28px; }
  .recipient-visual-panel { gap: 15px; padding: 18px; grid-template-columns: minmax(0, 1fr) 125px; }
  .compact-phone-frame { width: 125px; }
  .recipient-scene figcaption b { font-size: 12px; }
  .case-parties-strip { margin-left: 22px; margin-right: 22px; }
}
@media (max-width: 950px) and (min-width: 761px) {
  .recipient-grid { grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 23px; }
  .recipient-visual-panel { padding: 14px; gap: 12px; grid-template-columns: minmax(0, 1fr) 108px; }
  .compact-phone-frame { width: 108px; }
  .recipient-scene figcaption b { font-size: 11px; }
  .recipient-scene figcaption span { font-size: 8px; }
}
@media (max-width: 760px) {
  .recipient-grid { grid-template-columns: minmax(0, 1fr); gap: 23px; }
  .recipient-visual-panel { grid-template-columns: minmax(0, 1fr) 114px; gap: 13px; padding: 14px; border-radius: 12px; max-width: 580px; width: 100%; margin: auto; }
  .compact-phone-frame { width: 114px; border-radius: 15px; padding: 6px 5px; }
  .recipient-screen-label { font-size: 9px; margin-bottom: 7px; }
  .recipient-screen-preview figcaption { font-size: 8px; margin-top: 8px; }
  .recipient-screen-preview figcaption > span { font-size: 7px; }
  .recipient-scene figcaption { margin-top: 11px; }
  .recipient-scene figcaption b { font-size: 12px; }
  .recipient-scene figcaption span { font-size: 8px; margin-top: 4px; }
  .case-photo figcaption { font-size: 8px; padding: 9px 13px; }
  .case-parties-strip { margin: 0 21px 14px; padding: 11px 10px; gap: 6px; }
  .case-parties-strip > span { font-size: 8px; }
  .case-parties-strip > span > b { font-size: 10px; }
  .case-parties-strip .case-parties-document { grid-template-columns: 17px minmax(0, 1fr); gap: 1px 4px; }
  .case-parties-document > .icon { width: 17px; height: 17px; }
  .case-parties-document > small { font-size: 7px; }
}
@media (max-width: 380px) {
  .recipient-visual-panel { grid-template-columns: minmax(0, 1fr) 103px; gap: 10px; padding: 11px; }
  .compact-phone-frame { width: 103px; }
  .recipient-scene figcaption b { font-size: 10px; }
  .recipient-scene figcaption span { font-size: 7px; }
  .case-parties-strip { margin-left: 18px; margin-right: 18px; padding-left: 8px; padding-right: 8px; }
  .case-parties-strip > span > b { font-size: 9px; }
}
