/* BLACK STUDIO — PREMIUM HERO BANNER */
.hero-section{width:100%;padding:14px 0 8px;overflow:hidden}
.hero-section>.container{position:relative;width:100%}
.hero-slider{position:relative;width:100%;min-height:270px;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:radial-gradient(circle at 84% 42%,rgba(255,59,48,.18),transparent 34%),radial-gradient(circle at 20% 100%,rgba(0,230,161,.07),transparent 38%),linear-gradient(135deg,#080909 0%,#0c1010 52%,#140807 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 20px 55px rgba(0,0,0,.28);touch-action:pan-y;overscroll-behavior-x:contain;-webkit-user-select:none;user-select:none}
.hero-track{display:flex;flex-direction:row;width:100%;transform:translate3d(0,0,0);transition:transform .55s cubic-bezier(.22,.61,.36,1);will-change:transform}
.hero-slide{position:relative;flex:0 0 100%;width:100%;min-width:100%;height:270px;display:grid;grid-template-columns:60% 40%;align-items:center;overflow:hidden;box-sizing:border-box}
.hero-slide::after{content:"";position:absolute;width:360px;height:360px;right:-100px;top:50%;transform:translateY(-50%);border-radius:50%;background:radial-gradient(circle,rgba(255,59,48,.14),rgba(255,59,48,.035) 48%,transparent 72%);filter:blur(18px);pointer-events:none}
.hero-content{position:relative;z-index:5;min-width:0;padding:30px 18px 32px 42px;box-sizing:border-box}
.hero-badge{display:inline-flex;align-items:center;padding:7px 16px;margin-bottom:14px;border:1px solid rgba(255,70,65,.68);border-radius:999px;color:#ff6a61;background:rgba(255,40,40,.035);font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase;box-shadow:0 0 18px rgba(255,59,48,.08)}
.hero-content h1{margin:0 0 19px;max-width:650px;color:#fff;font-size:clamp(28px,3.7vw,46px);line-height:1.04;font-weight:850;letter-spacing:-1px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;overflow-wrap:anywhere}
.hero-view-button{display:inline-flex;align-items:center;justify-content:center;gap:15px;min-width:150px;min-height:46px;padding:11px 19px;border:none;border-radius:11px;color:#fff;background:linear-gradient(135deg,#ff3434,#ff5145);font-size:14px;font-weight:850;text-decoration:none;box-shadow:0 10px 28px rgba(255,45,45,.18),inset 0 1px 0 rgba(255,255,255,.18);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;-webkit-tap-highlight-color:transparent}
.hero-view-button:hover{filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 14px 32px rgba(255,45,45,.26)}
.hero-button-arrow{font-size:20px;line-height:1}
.hero-image-wrapper{position:relative;z-index:4;width:100%;height:100%;min-height:270px;display:flex;align-items:center;justify-content:center;padding:14px 28px 22px 0;box-sizing:border-box}
/* No dark/black circle behind the product image. */
.hero-image-wrapper::before{display:none!important}
.hero-product-image{display:block;width:275px;height:275px;max-width:100%;max-height:100%;object-fit:contain;border-radius:14px;position:relative;z-index:3;pointer-events:none;animation:heroImageIn .55s ease both;filter:drop-shadow(0 18px 28px rgba(0,0,0,.42))}
@keyframes heroImageIn{from{opacity:0;transform:scale(.92) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}
.hero-image-placeholder{width:190px;height:190px;display:flex;align-items:center;justify-content:center;border-radius:20px;background:linear-gradient(145deg,#101716,#090c0c);border:1px solid rgba(0,230,161,.12);font-size:56px}
.hero-arrow{position:absolute;top:50%;z-index:30;width:42px;height:42px;display:flex;align-items:center;justify-content:center;transform:translateY(-50%);border:1px solid rgba(0,255,190,.30);border-radius:50%;background:rgba(5,15,13,.72);backdrop-filter:blur(10px);color:#fff;font-size:28px;line-height:1;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease;-webkit-tap-highlight-color:transparent}
.hero-arrow:hover{background:#00c990;border-color:#00c990;transform:translateY(-50%) scale(1.05)}
.hero-prev{left:10px}.hero-next{right:10px}
.hero-dots{position:absolute;z-index:35;bottom:10px;left:50%;display:flex;align-items:center;gap:7px;transform:translateX(-50%)}
.hero-dot{width:8px;height:8px;padding:0;border:none;border-radius:999px;background:rgba(255,255,255,.38);cursor:pointer;transition:width .25s ease,background .25s ease,opacity .25s ease;opacity:.9}
.hero-dot.active{width:27px;background:#ff4b42;opacity:1;box-shadow:0 0 12px rgba(255,59,48,.3)}
.hero-empty-content{min-height:270px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:35px;text-align:center;background:linear-gradient(145deg,#080909,#100908);box-sizing:border-box}.hero-empty-content h1{margin-bottom:10px}.hero-empty-content p{margin:0;color:#999;font-size:15px}
@media(max-width:900px){.hero-slider{min-height:255px}.hero-slide{height:255px;min-height:255px;grid-template-columns:60% 40%}.hero-content{padding:27px 12px 29px 32px}.hero-content h1{font-size:34px}.hero-image-wrapper{min-height:255px}.hero-product-image{width:250px;height:250px}}
@media(max-width:820px){.hero-section{padding:10px 0 6px}.hero-section>.container{padding:0}.hero-slider{min-height:235px;border-radius:16px}.hero-slide{height:235px;min-height:235px;grid-template-columns:61% 39%}.hero-content{padding:22px 3px 24px 24px}.hero-badge{padding:6px 11px;margin-bottom:10px;font-size:9px;letter-spacing:1.45px}.hero-content h1{margin-bottom:14px;font-size:24px;line-height:1.06;letter-spacing:-.4px}.hero-view-button{min-width:108px;min-height:37px;padding:8px 11px;gap:9px;border-radius:8px;font-size:11px}.hero-button-arrow{font-size:16px}.hero-image-wrapper{min-height:235px;height:235px;padding:10px 15px 18px 0}.hero-product-image{width:172px;height:172px;max-width:172px;max-height:172px;border-radius:9px}.hero-image-placeholder{width:145px;height:145px;font-size:43px}.hero-arrow{width:32px;height:32px;font-size:22px}.hero-prev{left:4px}.hero-next{right:4px}.hero-dots{bottom:7px;gap:5px}.hero-dot{width:6px;height:6px}.hero-dot.active{width:22px}}
@media(max-width:390px){.hero-slider{min-height:220px}.hero-slide{height:220px;min-height:220px;grid-template-columns:62% 38%}.hero-content{padding-left:20px}.hero-content h1{font-size:21px;margin-bottom:12px}.hero-product-image{width:158px;height:158px}.hero-image-wrapper{min-height:220px;height:220px}}
