.offers-page [hidden] { display: none !important; }
.offers-main { padding-top: 156px; padding-bottom: 64px; }
.offers-heading { margin-bottom: 44px; max-width: 740px; }
.offers-heading h1 { font-size: clamp(38px, 5vw, 66px); line-height: 1.1; letter-spacing: -.04em; font-weight: 600; margin: 18px 0; }
.offers-heading > p:last-child { color: var(--muted-2); font-size: 18px; max-width: 58ch; }
.offers-list { display: grid; gap: 28px; }
.promotion-card { display: grid; grid-template-columns: .95fr 1.05fr; border: 1px solid rgba(109,127,255,.3); border-radius: 22px; overflow: hidden; background: var(--bg-raise); }
.promotion-image { display: flex; align-items: center; background: #04050d; min-width: 0; border-right: 1px solid var(--line); }
.promotion-image img { width: 100%; height: auto; }
.promotion-copy { min-width: 0; padding: 36px; }
.promotion-date { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 14px; font-size: 12px; color: var(--muted-2); }
.promotion-date span { border: 1px solid rgba(109,127,255,.45); background: rgba(29,59,255,.1); color: #b0bbff; font-family: var(--font-mono); font-size: 10px; letter-spacing: .08em; border-radius: 6px; padding: 5px 9px; }
.promotion-copy h2 { font-size: clamp(27px, 3vw, 38px); line-height: 1.12; letter-spacing: -.025em; margin: 24px 0 18px; }
.promotion-copy > p:not(.promotion-date) { color: var(--muted-2); }
.promotion-copy ul { margin: 22px 0 26px; padding-left: 20px; color: var(--muted-2); display: grid; gap: 9px; font-size: 14px; }
.promotion-copy li::marker { color: var(--accent-soft); }
.promotion-copy .btn, .offers-help .btn, .offers-empty .btn { gap: 20px; }
.promotion-copy .promotion-fine { font-size: 12px; margin-top: 14px; }
.offers-help { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); margin-top: 54px; padding-top: 32px; }
.offers-help h2 { font-size: 23px; margin-bottom: 8px; }
.offers-help p { color: var(--muted-2); font-size: 15px; }
.offers-help .btn { flex-shrink: 0; }
.offers-empty { padding: 44px; border: 1px solid var(--line); border-radius: 20px; }
.offers-empty h2 { font-size: 32px; }
.offers-empty p { margin: 16px 0 24px; color: var(--muted-2); }
.offers-page a:focus-visible { outline: 2px solid var(--accent-soft); outline-offset: 4px; }
@media (max-width: 900px) {
 .promotion-card { grid-template-columns: 1fr; }
 .promotion-image { border-right: 0; border-bottom: 1px solid var(--line); }
 .promotion-image img { max-width: 620px; margin-inline: auto; }
}
@media (max-width: 600px) {
 .offers-main { padding-top: 120px; padding-bottom: 44px; }
 .offers-heading { margin-bottom: 30px; }
 .offers-heading .label { font-size: 10px; letter-spacing: .1em; }
 .offers-heading > p:last-child { font-size: 16px; }
 .promotion-card { border-radius: 16px; }
 .promotion-copy { padding: 24px 20px; }
 .promotion-copy h2 { font-size: 28px; }
 .promotion-copy .btn { width: 100%; }
 .offers-help { align-items: flex-start; flex-direction: column; margin-top: 38px; }
 .offers-help h2 { font-size: 22px; }
 .offers-empty { padding: 24px; }
}
