.hero-section{height:550px;padding-top:6px;position:relative;overflow:hidden}.hero-slides{height:100%;position:relative}.hero-slide{opacity:0;transition:opacity .7s var(--ease);align-items:center;padding-top:30px;padding-bottom:30px;display:flex;position:absolute;inset:0}.hero-slide.active{opacity:1}.hero-content{justify-content:space-between;align-items:center;gap:40px;width:100%;padding-bottom:30px;display:flex}.hero-tag{color:#ffffffe6;border-radius:var(--r-full);text-wrap:nowrap;letter-spacing:.5px;margin-bottom:var(--s4);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff26;border:1px solid #ffffff40;padding:5px 16px;font-size:12.5px;display:inline-block}.hero-headline{font-family:var(--font-display);color:var(--white);letter-spacing:-1.5px;margin-bottom:var(--s4);font-size:clamp(50px,5vw,58px);font-weight:600;line-height:1.1}.hero-sub{color:#ffffffbf;margin-bottom:var(--s7);max-width:440px;font-size:15.5px;line-height:1.6}.hero-btns{gap:var(--s3);flex-wrap:wrap;display:flex}.hero-products{gap:var(--s3);flex-shrink:0;display:flex}.hero-product-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--r-lg);padding:var(--s3);gap:var(--s2);cursor:pointer;background:#ffffff1a;border:1px solid #fff3;flex-direction:column;width:120px;transition:transform .3s;display:flex}.hero-product-card:hover{transform:translateY(-4px)}.hpc-img{aspect-ratio:1;border-radius:var(--r);background:#ffffff1a;justify-content:center;align-items:center;width:100%;font-size:40px;display:flex;overflow:hidden}.hpc-img img{object-fit:cover;width:100%;height:100%}.hpc-info{text-align:center}.hpc-info span{color:#fffc;margin-bottom:3px;font-size:11px;line-height:1.3;display:block}.hpc-info strong{color:var(--gold-light);font-size:14px}.hero-arrow{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--white);z-index:10;cursor:pointer;background:#ffffff26;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:26px;line-height:1;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hero-arrow:hover{background:#ffffff47}.hero-arrow.prev{left:20px}.hero-arrow.next{right:20px}.hero-dots{z-index:10;gap:8px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.hero-dot{cursor:pointer;background:#ffffff59;border:none;border-radius:4px;width:8px;height:8px;transition:all .3s}.hero-dot.active{background:var(--gold);width:28px}@media (max-width:1024px){.hero-section{height:420px}.hero-products{display:none}}@media (max-width:768px){.hero-section{min-height:400px}.hero-headline{letter-spacing:-.5px;font-size:40px;line-height:-10px}.hero-sub{font-size:14px}.hero-arrow{display:none}}@media (max-width:480px){.hero-headline{letter-spacing:-.5px;font-size:32px}.hero-tag{padding:4px 12px;font-size:9px}}
