.home-video-products { --video-orange:#ff6b00; padding: 32px 0 72px; overflow: hidden; background: #fff; }
.home-video-products__shell { position: relative; overflow: hidden; padding: clamp(28px,4vw,56px); border-radius: 28px; color: #fff; background: radial-gradient(circle at 90% 0,rgba(113,70,255,.24),transparent 30%), radial-gradient(circle at 5% 100%,rgba(255,107,0,.2),transparent 28%),#101115; }
.home-video-products__header { display:flex; align-items:flex-end; justify-content:space-between; gap:30px; margin-bottom:32px; }
.home-video-products__eyebrow { display:inline-flex; align-items:center; gap:8px; margin-bottom:10px; color:#ffab70; font-size:12px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; }
.home-video-products__header h2 { margin:0; max-width:680px; color:#fff; font-size:clamp(28px,3.2vw,48px); line-height:1.04; letter-spacing:-.025em; }
.home-video-products__header h2 em { color:#ff8c3a; font-family:inherit; font-style:normal; }
.home-video-products__header p { margin:12px 0 0; color:rgba(255,255,255,.6); font-size:15px; }
.home-video-products__all { flex:none; display:inline-flex; align-items:center; gap:9px; padding:12px 16px; border:1px solid rgba(255,255,255,.16); border-radius:999px; color:#fff; font-size:13px; font-weight:700; text-decoration:none; transition:.2s ease; }
.home-video-products__all:hover { color:#fff; border-color:var(--video-orange); background:var(--video-orange); transform:translateY(-2px); }
.home-video-products__rail { position:relative; }
.home-video-products__viewport { overflow:hidden; margin:0 -7px; padding:0 7px; }
.home-video-products__swiper { overflow:visible; }
.home-video-products__swiper .swiper-slide { height:auto; }
.home-video-card { position:relative; height:100%; min-height:430px; overflow:hidden; border:1px solid rgba(255,255,255,.12); border-radius:20px; background:#222328; box-shadow:0 20px 40px rgba(0,0,0,.2); transform:translateZ(0); }
.home-video-card__media { position:absolute; inset:0; display:block; overflow:hidden; }
.home-video-card__media img { width:100%; height:100%; object-fit:cover; transition:transform .55s cubic-bezier(.2,.7,.2,1); }
.home-video-card:hover .home-video-card__media img { transform:scale(1.055); }
.home-video-card__shade { position:absolute; inset:0; background:linear-gradient(180deg,rgba(0,0,0,.38),transparent 31%,transparent 48%,rgba(0,0,0,.93)); }
.home-video-card__watch { position:absolute; z-index:2; left:50%; top:43%; display:grid; place-items:center; width:54px; height:54px; border:1px solid rgba(255,255,255,.5); border-radius:50%; color:#fff; background:rgba(10,10,12,.34); backdrop-filter:blur(12px); transform:translate(-50%,-50%); transition:.25s ease; }
.home-video-card__watch i { margin-left:3px; }
.home-video-card:hover .home-video-card__watch { color:#fff; border-color:var(--video-orange); background:var(--video-orange); transform:translate(-50%,-50%) scale(1.08); }
.home-video-card__index,.home-video-card__discount { position:absolute; z-index:2; top:16px; padding:7px 9px; border-radius:999px; color:#fff; background:rgba(10,10,12,.46); backdrop-filter:blur(12px); font-size:11px; font-weight:700; }
.home-video-card__index { left:16px; letter-spacing:.08em; }
.home-video-card__discount { right:16px; background:var(--video-orange); }
.home-video-card__content { position:absolute; z-index:3; left:0; right:0; bottom:0; padding:22px; pointer-events:none; }
.home-video-card__product { display:flex; align-items:center; gap:12px; margin-bottom:15px; padding:10px; border:1px solid rgba(255,255,255,.15); border-radius:15px; background:rgba(17,18,22,.62); backdrop-filter:blur(14px); pointer-events:auto; }
.home-video-card__product-image { flex:none; display:block; width:58px; height:58px; overflow:hidden; border-radius:11px; background:#fff; }
.home-video-card__product-image img { width:100%; height:100%; object-fit:contain; }
.home-video-card__product-info { min-width:0; }
.home-video-card__content p { margin:0 0 4px; color:#ffad73; font-size:10px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.home-video-card__content h3 { margin:0; min-height:0; color:#fff; font-size:14px; line-height:1.3; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.home-video-card__content h3 a { color:inherit; text-decoration:none; pointer-events:auto; }
.home-video-card__footer { display:flex; align-items:flex-end; justify-content:space-between; gap:12px; }
.home-video-card__price { display:flex; flex-direction:column; }
.home-video-card__price del { color:rgba(255,255,255,.52); font-size:12px; }
.home-video-card__price strong { color:#fff; font-size:18px; }
.home-video-card__footer button { pointer-events:auto; flex:none; display:grid; place-items:center; width:44px; height:44px; border:0; border-radius:13px; color:#fff; background:var(--video-orange); box-shadow:0 9px 20px rgba(255,107,0,.3); transition:.2s ease; }
.home-video-card__footer button:hover { background:#e75f00; transform:translateY(-2px); }
.home-video-card__footer button:disabled { color:#ccc; background:#686a70; box-shadow:none; cursor:not-allowed; }
.home-video-products__controls { display:grid; grid-template-columns:42px minmax(100px,220px) 42px; justify-content:center; align-items:center; gap:14px; margin-top:28px; }
.home-video-products__controls button { width:42px; height:42px; border:1px solid rgba(255,255,255,.16); border-radius:50%; color:#fff; background:rgba(255,255,255,.07); transition:.2s ease; }
.home-video-products__controls button:hover { border-color:var(--video-orange); background:var(--video-orange); }
.home-video-products__controls button.swiper-button-disabled { opacity:.3; }
.home-video-products__progress { position:relative; height:3px; overflow:hidden; border-radius:999px; background:rgba(255,255,255,.13); }
.home-video-products__progress .swiper-pagination-progressbar-fill { position:absolute; inset:0; background:linear-gradient(90deg,var(--video-orange),#ffad73); transform:scaleX(0); transform-origin:left top; }
.home-video-products__mobile-all { display:none; }
@media(max-width:767px){
    .home-video-products { padding:18px 0 40px; }
    .home-video-products__shell { margin:0 -6px; padding:28px 18px; border-radius:22px; }
    .home-video-products__header { margin-bottom:22px; }
    .home-video-products__header h2 { font-size:30px; }
    .home-video-products__header p { max-width:290px; }
    .home-video-products__all { display:none; }
    .home-video-products__viewport { margin-right:-18px; padding-right:18px; }
    .home-video-card { min-height:420px; }
    .home-video-products__controls { display:none; }
    .home-video-products__mobile-all { display:flex; align-items:center; justify-content:center; gap:8px; height:46px; margin-top:22px; border:1px solid rgba(255,255,255,.16); border-radius:13px; color:#fff; font-size:13px; font-weight:700; text-decoration:none; }
}
@media(prefers-reduced-motion:reduce){.home-video-card__media img,.home-video-card__watch,.home-video-card__footer button{transition:none}}
