.hero-wrapper{width:calc(100% - 0px);background:#403347;padding:40px 20px;border-radius:0;margin:15px auto auto}.hero-container{max-width:1300px;margin:auto;display:grid;grid-template-columns:1.2fr 1fr;grid-gap:40px;gap:40px;align-items:center}.hero-left h1{font-size:44px;line-height:1.2;color:#fff;margin-bottom:16px}.hero-left h1 span{background:#ffc107;color:#1d1b3a;padding:0 9px;border-radius:10px;font-size:inherit}.hero-left p{color:#d6d6e8;font-size:16px;max-width:520px;margin-bottom:30px}.hero-stats{display:flex;gap:30px}.hero-stats div{display:flex;flex-direction:column}.hero-stats strong{font-size:22px;color:#fff}.hero-stats span{font-size:13px;color:#c7c7dd}.hero-right{width:100%;position:relative}.hero-slider{position:relative;inset:0;overflow:hidden;border-radius:18px;background:#e9e6ff;z-index:5}.hero-slider-track{display:flex;height:100%;transition:transform .6s ease-in-out}.hero-slide{width:100%;height:100%;object-fit:cover;flex-shrink:0}@media (max-width:900px){.hero-container{grid-template-columns:1fr}.hero-left h1{font-size:34px}.hero-right{height:260px}}@media (max-width:480px){.hero-wrapper{padding:26px 21px;border-radius:0;width:calc(100% - 0px);margin:0}.hero-left h1{font-size:26px}.hero-stats{gap:18px}.hero-right{aspect-ratio:16/9;border-radius:14px;width:90%;height:90%;margin:auto auto 16px}}.stacked-carousel{position:relative;width:100%;aspect-ratio:16/9;perspective:1200px}.stacked-card{position:absolute;inset:0;width:100%;height:100%;border-radius:18px;object-fit:cover;transition:transform .8s cubic-bezier(.4,0,.2,1),opacity .6s ease,z-index .6s ease;box-shadow:0 8px 20px rgba(0,0,0,.08),0 2px 6px rgba(0,0,0,.05)}.stacked-card.active{z-index:3;transform:translate(0) rotate(0deg) scale(1);opacity:1;box-shadow:0 16px 40px rgba(0,0,0,.12),0 6px 14px rgba(0,0,0,.08)}.stacked-card.next{z-index:2;transform:translate(26px,-18px) rotate(6deg) scale(.96);opacity:.75;box-shadow:0 10px 24px rgba(0,0,0,.09)}.stacked-card.prev{z-index:1;transform:translate(-30px,10px) rotate(-8deg) scale(.93);opacity:.55;box-shadow:0 6px 18px rgba(0,0,0,.07)}.stacked-card.back{opacity:0;transform:scale(.85);z-index:0}.carousel-dots{position:absolute;right:-32px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:10px}.carousel-dots .dot{width:6px;height:6px;border-radius:50%;background:hsla(0,0%,100%,.45);transition:all .3s ease}.carousel-dots .dot.active{height:16px;width:6px;border-radius:6px;background:#ffc107}@media (max-width:480px){.carousel-dots{right:-25px}.carousel-dots .dot.active{height:14px}}