:root { --ink: #15111a; --paper: #f5f3ee; --red: #b3202a; --cyan: #00c8d8; --yellow: #f4d21d; }
* { box-sizing: border-box; }
body { margin: 0; padding: 36px 20px; background: #201524; color: var(--ink); font-family: Arial, "PingFang SC", "Microsoft YaHei", sans-serif; }
.promo-sheet { width: min(100%, 920px); margin: auto; overflow: hidden; background: var(--paper); box-shadow: 0 24px 72px rgba(0,0,0,.36); }
.promo-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 34px; background: var(--ink); color: #fff; }
.promo-brand { display: flex; align-items: center; gap: 12px; }
.promo-brand img { width: 44px; height: 44px; border-radius: 6px; object-fit: cover; }
.promo-brand strong, .promo-brand span { display: block; letter-spacing: 0; }
.promo-brand strong { font-size: 24px; }
.promo-brand span { color: var(--yellow); font-size: 11px; font-weight: 800; }
.promo-header p { margin: 0; color: var(--cyan); font-size: 12px; font-weight: 800; }
.promo-hero { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 360px; }
.promo-hero > div { padding: 52px 34px; background: linear-gradient(135deg, #f5d414 0%, #00c8d8 100%); }
.promo-kicker { margin: 0 0 16px; font-size: 12px; font-weight: 900; }
.promo-hero h1 { max-width: 520px; margin: 0; font-size: clamp(38px, 6vw, 66px); line-height: .98; letter-spacing: 0; }
.promo-summary { max-width: 460px; margin: 24px 0 0; font-size: 17px; font-weight: 700; line-height: 1.4; }
.promo-hero img { width: 100%; height: 100%; object-fit: cover; }
.promo-services { display: grid; grid-template-columns: repeat(5, 1fr); background: var(--ink); color: #fff; }
.promo-services article { min-height: 128px; display: grid; align-content: center; gap: 9px; padding: 20px; border-right: 1px solid rgba(255,255,255,.18); }
.promo-services article:last-child { border-right: 0; }
.promo-services b { color: var(--yellow); font-size: 15px; }
.promo-services span { color: rgba(255,255,255,.76); font-size: 12px; line-height: 1.35; }
.promo-contact { display: grid; grid-template-columns: 1fr 1fr auto auto; gap: 24px; align-items: center; padding: 22px 34px; }
.promo-contact p { margin: 0 0 6px; color: var(--red); font-size: 11px; font-weight: 900; }
.promo-contact strong, .promo-contact a { font-size: 15px; line-height: 1.35; }
.promo-contact a { color: var(--ink); font-weight: 900; text-decoration: none; }
.promo-contact .promo-cta { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 18px; background: var(--red); color: #fff; font-size: 13px; }
.promo-contact .promo-qr { display: grid; justify-items: center; gap: 3px; color: var(--ink); font-size: 10px; letter-spacing: 0; }
.promo-qr img { width: 72px; height: 72px; padding: 4px; background: #fff; }
.screen-actions { width: min(100%, 920px); display: flex; justify-content: end; gap: 10px; margin: 16px auto 0; }
.screen-actions a, .screen-actions button { min-height: 40px; padding: 0 14px; border: 1px solid rgba(255,255,255,.3); background: transparent; color: #fff; font: inherit; font-weight: 800; text-decoration: none; cursor: pointer; }
@media (max-width: 700px) { body { padding: 0; } .promo-hero { grid-template-columns: 1fr; } .promo-hero img { max-height: 270px; } .promo-services { grid-template-columns: repeat(2, 1fr); } .promo-services article:nth-child(2n) { border-right: 0; } .promo-contact { grid-template-columns: 1fr; } .promo-header { padding: 18px; } .promo-contact .promo-qr { justify-items: start; } }
@media print { @page { size: A4 landscape; margin: 0; } body { padding: 0; background: #fff; } .promo-sheet { width: 100%; min-height: 100vh; box-shadow: none; } .screen-actions { display: none; } }
