.promos-page { padding: 24px 0 0; background: var(--surface); }
.promos-page .breadcrumbs { margin: 0 0 24px; }
.promos-page [hidden] { display: none !important; }
.promos-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 30%); gap: 20px; align-items: stretch; }
.promos-hero__story { position: relative; isolation: isolate; overflow: hidden; border: 1px solid var(--brand-border); border-radius: 28px; background: #f3f1ee; }
.promos-hero__image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.promos-hero__story::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #f5f4f1fa, #f5f4f1ec 28%, #f5f4f1a6 50%, transparent 75%); }
.promos-hero__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; width: min(70%, 720px); min-height: 550px; height: 100%; padding: 42px; }
.promos-hero__copy .eyebrow { font-size: .8125rem; letter-spacing: .08em; }
.promos-hero__copy h1 { margin: 24px 0; font-size: clamp(2.25rem, 3.35vw, 3.75rem); line-height: 1.1; font-weight: 700; letter-spacing: -.035em; hyphens: none; }
.promos-hero__copy h1 span { color: var(--orange); }
.promos-hero__lead { max-width: 450px; margin: 0 0 30px; color: var(--ink-soft); font-size: 1.0625rem; line-height: 1.6; }
.promos-hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.promos-hero__actions .button { padding-inline: 22px; gap: 10px; }
.promos-hero__actions .button--ghost { background: #fffffff0; }
.promos-hero__services { display: flex; flex-wrap: wrap; gap: 12px 18px; margin-top: 32px; color: var(--ink-soft); font-size: .875rem; }
.promos-hero__services > span { display: inline-flex; align-items: center; gap: 7px; }
.promos-hero__services .icon { width: 18px; height: 18px; color: var(--link); }
.promos-page--image-unavailable .promos-hero__image { visibility: hidden; }
.promos-page--image-unavailable .promos-hero__story { background: linear-gradient(115deg, #f7f6f3, #ffe5c6); }
.promos-picker { display: flex; flex-direction: column; min-width: 0; padding: 26px; gap: 22px; border: 1px solid var(--brand-border); border-radius: 28px; background: linear-gradient(155deg, #fff 24%, #fff3e5); }
.promos-picker__eyebrow { display: block; margin-bottom: 12px; color: var(--link); font-size: .75rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.promos-picker__heading h2 { margin: 0; font-size: clamp(1.5rem, 2vw, 1.875rem); line-height: 1.2; font-weight: 700; letter-spacing: -.025em; }
.promos-picker__tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px; padding: 4px; border: 1px solid var(--brand-border); border-radius: 14px; background: #f6f6f4; }
.promos-picker__tabs button { display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 0; min-height: 70px; gap: 6px; padding: 9px 4px; border: 0; border-radius: 10px; background: transparent; color: var(--muted); font: 500 .875rem/1.3 var(--font-body); cursor: pointer; }
.promos-picker__tabs .icon { width: 20px; height: 20px; }
.promos-picker__tabs button[aria-selected="false"]:hover { color: var(--link); background: #fff2e2; }
.promos-picker__tabs [aria-selected="true"] { background: var(--action); color: white; }
.promos-picker__panel { min-width: 0; flex: 1; }
.promos-picker__context { margin: 0 0 12px; color: var(--ink-soft); font-size: .875rem; }
.promos-picker__offers { display: grid; gap: 12px; }
.promos-benefit { display: grid; grid-template-columns: minmax(90px, .85fr) minmax(0, 1.15fr) 18px; gap: 12px; align-items: center; width: 100%; min-height: 112px; padding: 17px 14px; text-align: left; border: 1px solid #eedbc4; border-radius: 16px; color: var(--ink); background: #ffffffed; font-family: var(--font-body); cursor: pointer; }
.promos-benefit:hover { border-color: var(--action); background: #fffbf5; }
.promos-benefit__value { color: var(--link); font-size: clamp(1.375rem, 1.9vw, 1.75rem); line-height: 1.2; letter-spacing: -.04em; font-weight: 700; font-variant-numeric: tabular-nums; }
.promos-benefit__value small { display: block; margin-top: 6px; color: var(--muted); font-size: .75rem; font-weight: 400; line-height: 1.4; letter-spacing: 0; }
.promos-benefit__copy { min-width: 0; }
.promos-benefit__copy strong { display: block; font-size: .875rem; font-weight: 600; line-height: 1.45; }
.promos-benefit__copy > span { display: block; margin-top: 6px; color: var(--muted); font-size: .75rem; line-height: 1.4; }
.promos-benefit__arrow { color: var(--link); font-size: 1.375rem; }
.promos-picker__footer .button { width: 100%; min-height: 50px; padding-inline: 12px; gap: 10px; font-size: .875rem; }
.promos-picker__footer p { margin: 12px 0 0; color: var(--muted); font-size: .75rem; line-height: 1.5; }
.promos-list { padding: 64px 0 30px; }
.promos-list .section-heading { align-items: center; flex-wrap: wrap; gap: 18px; }
.promos-list__count { margin: 12px 0 0; color: var(--muted); font-size: .875rem; }
.promos-card.is-highlighted { border-color: var(--action); background: #fffbf6; }
.promos-page :is(button, [tabindex]):focus-visible { outline: 2px solid var(--link); outline-offset: 4px; }
@media (max-width: 1180px) {
  .promos-hero { grid-template-columns: minmax(0, 1fr); }
  .promos-hero__copy { width: min(72%, 720px); min-height: 470px; }
  .promos-hero__copy h1 { font-size: clamp(2.5rem, 5vw, 3.5rem); }
  .promos-picker { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: start; gap: 18px 26px; }
  .promos-picker__heading, .promos-picker__tabs, .promos-picker__footer { grid-column: 1; }
  .promos-picker__panel { grid-column: 2; grid-row: 1 / 4; }
}
@media (max-width: 600px) {
  .promos-page { padding-top: 20px; }
  .promos-page .breadcrumbs { margin-bottom: 20px; }
  .promos-hero { gap: 16px; }
  .promos-hero__story, .promos-picker { border-radius: 24px; }
  .promos-hero__image { position: relative; display: block; height: 220px; object-position: right 60%; }
  .promos-hero__story::before { display: none; }
  .promos-hero__copy { width: 100%; height: auto; min-height: 0; padding: 26px 22px 28px; }
  .promos-hero__copy h1 { margin: 18px 0; font-size: clamp(2rem, 7.8vw, 2.75rem); }
  .promos-hero__lead { font-size: 1rem; margin-bottom: 22px; }
  .promos-hero__actions { width: 100%; }
  .promos-hero__actions .button { flex: 1 1 190px; padding-inline: 16px; }
  .promos-hero__services { gap: 10px 14px; margin-top: 24px; }
  .promos-picker { display: flex; padding: 22px; gap: 18px; }
  .promos-picker__heading h2 { font-size: 1.625rem; }
  .promos-benefit { gap: 10px; padding: 14px 12px; grid-template-columns: minmax(78px, .8fr) minmax(0, 1.2fr) 14px; }
  .promos-list { padding-top: 42px; }
}
@media (max-width: 380px) {
  .promos-picker__tabs { grid-template-columns: minmax(0, 1fr); }
  .promos-picker__tabs button { flex-direction: row; justify-content: flex-start; min-height: 44px; padding: 10px 12px; gap: 10px; }
}
