.promo-page { min-height: 100vh; background: var(--bg); }
.promo-header { position: fixed; z-index: 50; top: 12px; left: 12px; right: 12px; min-height: 66px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 10px 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(8,9,10,.84); backdrop-filter: blur(18px); }
.promo-header .back-link { justify-self: center; color: var(--muted); font-size: 12px; font-weight: 800; }
.promo-header .header-wa { justify-self: end; }
.promo-hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; padding: 130px clamp(24px, 6vw, 96px) 70px; isolation: isolate; }
.promo-bg, .promo-shade { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; }
.promo-bg { object-fit: cover; object-position: center; filter: saturate(.65) contrast(1.08); }
.promo-shade { z-index: -1; background: linear-gradient(90deg, rgba(5,6,7,.98), rgba(5,6,7,.76) 49%, rgba(5,6,7,.18) 82%), linear-gradient(0deg, rgba(5,6,7,.9), transparent 55%); }
.promo-copy { width: min(760px, 62vw); }
.promo-copy h1 { margin: 0; font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(92px, 14vw, 210px); line-height: .76; letter-spacing: -.075em; }
.promo-copy h1 span { color: var(--red); }
.promo-copy > p:not(.eyebrow) { max-width: 610px; margin: 32px 0; color: rgba(255,255,255,.74); font-size: clamp(17px,1.4vw,21px); line-height: 1.6; }
.promo-code { width: min(560px,100%); display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 24px; padding: 15px 16px 15px 20px; border: 1px solid var(--line); border-radius: 14px; background: rgba(12,14,16,.75); backdrop-filter: blur(12px); }
.promo-code > div { display: grid; gap: 3px; }
.promo-code small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.promo-code strong { font-size: 24px; letter-spacing: .06em; }
.promo-code button { padding: 12px 16px; color: var(--white); border-radius: 9px; background: var(--red); font-size: 11px; font-weight: 900; }
.promo-badge { position: absolute; right: clamp(24px,6vw,96px); bottom: 70px; width: 158px; height: 158px; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--white); border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(8,9,10,.52); backdrop-filter: blur(14px); }
.promo-badge b { color: var(--red); font-size: 58px; line-height: 1; letter-spacing: -.07em; }
.promo-badge span { color: var(--muted); font-size: 10px; line-height: 1.35; text-transform: uppercase; }
.promo-benefits { display: grid; grid-template-columns: repeat(3,1fr); color: var(--ink); background: var(--paper); }
.promo-benefits article { min-width: 0; padding: 44px clamp(24px,4vw,64px); border-right: 1px solid var(--line-dark); }
.promo-benefits article:last-child { border-right: 0; }
.promo-benefits span { display: inline-grid; width: 42px; height: 26px; place-items: center; margin-bottom: 24px; color: var(--white); background: var(--red); border-radius: 999px; font-size: 9px; font-weight: 900; }
.promo-benefits b { display: block; font-size: clamp(20px,2vw,28px); letter-spacing: -.035em; }
.promo-benefits p { margin: 8px 0 0; color: #666b70; line-height: 1.55; }
.promo-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; padding: 12px; }
.promo-gallery > div { position: relative; min-height: 560px; overflow: hidden; border-radius: 22px; }
.promo-gallery > div::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,6,7,.88), transparent 55%); }
.promo-gallery img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: transform .7s, filter .4s; }
.promo-gallery > div:hover img { transform: scale(1.045); filter: saturate(1); }
.promo-gallery span { position: absolute; z-index: 1; left: 24px; bottom: 22px; font-size: 17px; font-weight: 850; }
.promo-final { width: min(1360px,calc(100% - 48px)); display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-inline: auto; padding: 120px 0; }
.promo-final h2 { margin: 0; font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(50px,6.5vw,94px); line-height: .94; letter-spacing: -.055em; text-transform: uppercase; }
.promo-final h2 em { color: var(--red); font-style: normal; }
.promo-final > div > p:last-child { max-width: 650px; color: var(--muted); line-height: 1.65; }
.promo-final > .button { flex: 0 0 auto; }
.promo-footer { min-height: 100px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 24px clamp(24px,6vw,96px); border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.promo-footer > span { justify-self: center; }
.promo-footer > a:last-child { justify-self: end; color: var(--white); }
@media (max-width: 900px) {
  .promo-header { grid-template-columns: 1fr auto; }
  .promo-header .back-link { display: none; }
  .promo-copy { width: min(760px,100%); }
  .promo-shade { background: linear-gradient(90deg, rgba(5,6,7,.97), rgba(5,6,7,.58)), linear-gradient(0deg, rgba(5,6,7,.92), transparent); }
  .promo-badge { right: 24px; bottom: 28px; width: 120px; height: 120px; }
  .promo-badge b { font-size: 42px; }
  .promo-benefits { grid-template-columns: 1fr; }
  .promo-benefits article { border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .promo-gallery { grid-template-columns: 1fr; }
  .promo-gallery > div { min-height: 480px; }
  .promo-final { align-items: stretch; flex-direction: column; }
  .promo-final > .button { align-self: flex-start; }
}
@media (max-width: 620px) {
  .promo-header { top: 8px; left: 8px; right: 8px; min-height: 58px; padding: 8px 13px; }
  .promo-header .header-wa { display: none; }
  .promo-hero { min-height: 820px; padding: 110px 18px 120px; align-items: flex-start; }
  .promo-copy h1 { font-size: clamp(84px,29vw,132px); line-height: .8; }
  .promo-copy > p:not(.eyebrow) { margin: 26px 0; font-size: 16px; }
  .promo-code { align-items: stretch; flex-direction: column; }
  .promo-code button { width: 100%; }
  .promo-copy > .button { width: 100%; }
  .promo-badge { right: 18px; bottom: 80px; }
  .promo-benefits article { padding: 32px 20px; }
  .promo-gallery > div { min-height: 400px; border-radius: 17px; }
  .promo-final { width: calc(100% - 24px); padding: 80px 0; }
  .promo-final h2 { font-size: clamp(44px,13.2vw,64px); }
  .promo-final > .button { width: 100%; }
  .promo-footer { grid-template-columns: 1fr auto; padding-bottom: 92px; }
  .promo-footer > span { display: none; }
}
