.promo-main{min-height:690px}
.nav-menu a.active{color:#c084fc}
.promo-hero{padding:85px 0 115px}
.promo-content{display:flex;flex-direction:column;align-items:center;text-align:center}
.promo-brand{margin-bottom:22px}
.promo-badge{display:inline-flex;align-items:center;gap:9px;margin-bottom:25px;padding:9px 16px;border:1px solid rgba(236,72,153,.22);border-radius:999px;background:rgba(236,72,153,.07);color:#f9a8d4;font-size:11px;font-weight:800;letter-spacing:.12em}
.promo-content>h1{max-width:850px;font-size:62px;line-height:1.08;letter-spacing:-2px}
.promo-content>h1 span{background:linear-gradient(90deg,var(--primary),var(--secondary));background-clip:text;-webkit-background-clip:text;color:transparent}
.promo-description{max-width:650px;margin:20px auto 42px;color:var(--muted);font-size:17px;line-height:1.7}
.promo-update{display:flex;align-items:center;justify-content:center;gap:8px;margin:-20px auto 34px;padding:11px 17px;border:1px solid rgba(255,255,255,.07);border-radius:999px;background:rgba(19,22,28,.75);color:#777d89;font-size:12px}.promo-update i{color:#f472b6}.promo-update strong{color:#b9bdc7;font-weight:600}
.promo-grid{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;text-align:left}.promo-grid:empty{display:none}
.promo-card{position:relative;overflow:hidden;padding:25px;border:1px solid rgba(255,255,255,.07);border-radius:25px;background:linear-gradient(145deg,rgba(19,22,28,.95),rgba(14,16,21,.9));box-shadow:0 20px 45px rgba(0,0,0,.2);transition:.3s;animation:promoAppear .5s ease both}.promo-card:hover{transform:translateY(-5px);border-color:rgba(236,72,153,.3);box-shadow:0 25px 55px rgba(0,0,0,.32)}.promo-card.flash-sale{border-color:rgba(251,191,36,.32);background:linear-gradient(145deg,rgba(35,25,20,.95),rgba(19,17,23,.93))}.promo-card.flash-sale:before{content:"";position:absolute;width:170px;height:170px;right:-95px;top:-95px;border-radius:50%;background:#f59e0b;filter:blur(65px);opacity:.13}.promo-card-head{position:relative;display:flex;align-items:flex-start;gap:14px;margin-bottom:22px}.promo-product-icon{width:49px;height:49px;display:grid;place-items:center;flex:0 0 auto;border-radius:15px;background:rgba(236,72,153,.11);color:#f472b6;font-size:19px}.flash-sale .promo-product-icon{background:rgba(245,158,11,.12);color:#fbbf24}.promo-title{min-width:0;flex:1}.promo-title h2{font-size:21px;line-height:1.25;overflow-wrap:anywhere}.flash-badge{display:inline-flex;align-items:center;gap:5px;margin-top:7px;padding:5px 8px;border:1px solid rgba(251,191,36,.22);border-radius:999px;background:rgba(245,158,11,.1);color:#fbbf24;font-size:9px;font-weight:800;letter-spacing:.08em}.promo-prices{position:relative;display:grid;gap:11px}.promo-price-row{padding:15px;border:1px solid rgba(255,255,255,.055);border-radius:16px;background:rgba(255,255,255,.025)}.promo-price-label{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;color:#9297a2;font-size:11px;font-weight:650}.discount-label{padding:4px 7px;border-radius:7px;background:rgba(236,72,153,.1);color:#f472b6;font-size:9px}.promo-price-values{display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.old-price{color:#6f7480;font-size:12px;text-decoration:line-through}.new-price{color:#fff;font-size:19px;font-weight:800}.flash-sale .new-price{color:#fbbf24}.promo-empty{display:none;margin-top:5px}.promo-empty.show{display:block}.promo-loading{margin-bottom:0}.promo-skeleton{height:255px;border-radius:25px;background:linear-gradient(90deg,#13161c 25%,#1d212a 50%,#13161c 75%);background-size:200% 100%;animation:skeletonMove 1.4s infinite}.promo-error .empty-icon{color:#f87171;border-color:rgba(248,113,113,.2);background:rgba(239,68,68,.08)}
.promo-empty{position:relative;width:min(700px,100%);padding:55px 35px;border:1px solid rgba(255,255,255,.08);border-radius:29px;background:linear-gradient(145deg,rgba(19,22,28,.9),rgba(13,15,20,.82));box-shadow:0 30px 75px rgba(0,0,0,.3);overflow:hidden}
.promo-empty:before{content:"";position:absolute;width:250px;height:250px;left:50%;top:-170px;transform:translateX(-50%);border-radius:50%;background:var(--primary);filter:blur(90px);opacity:.16}
.empty-icon{position:relative;width:84px;height:84px;display:grid;place-items:center;margin:0 auto 25px;border:1px solid rgba(236,72,153,.2);border-radius:25px;background:linear-gradient(145deg,rgba(236,72,153,.13),rgba(139,92,246,.1));color:#f9a8d4;font-size:32px}
.empty-icon span{position:absolute;right:-7px;bottom:-7px;width:31px;height:31px;display:grid;place-items:center;border:4px solid #12151b;border-radius:50%;background:var(--secondary);color:#fff;font-size:11px}
.promo-empty h2{font-size:29px;margin-bottom:12px}
.promo-empty>p{max-width:500px;margin:auto;color:var(--muted);font-size:14px;line-height:1.7}
.empty-info{display:inline-flex;align-items:center;gap:9px;margin-top:26px;padding:11px 15px;border-radius:12px;background:rgba(255,255,255,.035);color:#8f949f;font-size:12px}
.empty-info i{color:#c084fc}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:none}
@keyframes promoAppear{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes skeletonMove{to{background-position:-200% 0}}
@media(max-width:900px){.promo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.promo-main{min-height:auto}.promo-hero{padding:58px 0 80px}.promo-brand{font-size:29px;gap:11px}.promo-brand .hero-logo{width:66px;height:66px}.promo-content>h1{font-size:42px;letter-spacing:-1.2px}.promo-description{font-size:14px;margin-bottom:32px}.promo-update{flex-wrap:wrap;margin-top:-12px}.promo-grid{grid-template-columns:1fr}.promo-empty{padding:43px 20px;border-radius:24px}.promo-empty h2{font-size:24px}.empty-info{font-size:11px}}
@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}
.promo-product-description{margin-top:6px;color:#858a95;font-size:12px;line-height:1.5;overflow-wrap:anywhere}
.promo-cta-section{width:100%;padding:0 0 100px}.promo-cta-card{padding:75px 35px}.promo-cta-card .cta-badge{text-transform:none}.promo-cta-card h2{max-width:760px}.promo-cta-card p{max-width:760px}
@media(max-width:640px){.promo-cta-section{padding:0 0 70px}.promo-cta-card{padding:50px 21px}.promo-cta-card .cta-badge{font-size:11px;padding:8px 14px}.promo-cta-card h2{font-size:32px}.promo-cta-card p{font-size:14px;line-height:1.7}.promo-cta-card .cta-btn{width:100%;padding:16px 20px;font-size:14px}}
