.featured-section{max-width:1400px;margin:var(--space-3xl) auto;padding:0 var(--space-lg)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-xl)}.section-title{font-size:3rem;font-weight:700;color:var(--text-primary)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:var(--space-lg);gap:var(--space-lg)}@media (max-width:768px){.product-grid{grid-template-columns:1fr}.section-title{font-size:2rem}}.hero{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;padding:80px 40px;max-width:1400px;margin:0 auto;align-items:center;width:100%}.hero-content{z-index:10;max-width:600px}.hero-badge{display:inline-block;padding:8px 16px;background:rgba(255,107,53,.1);color:#ff6b35;border:1px solid rgba(255,107,53,.3);border-radius:20px;font-size:12px;font-weight:600;letter-spacing:1.5px;margin-bottom:24px}.hero-title{font-size:56px;font-weight:700;line-height:1.1;margin-bottom:24px;color:var(--accent-secondary)}.hero-highlight{color:#ff6b35}.hero-description{font-size:18px;line-height:1.6;color:#666;margin-bottom:32px;max-width:500px;opacity:1}.hero-actions{display:flex;gap:16px;flex-wrap:wrap}.hero-image{position:relative;width:100%;max-width:600px;height:500px;border-radius:12px;overflow:hidden}.hero-accent{display:none}.hero-slideshow{position:relative;overflow:hidden}.hero-slideshow,.slideshow-image{width:100%;height:100%;border-radius:12px}.slideshow-image{position:absolute;top:0;left:0;object-fit:cover;object-position:center;opacity:0;transition:opacity 1.5s ease-in-out}.slideshow-image.active{opacity:1;z-index:1}.slideshow-indicators{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:10}.slideshow-indicators .indicator{width:12px;height:12px;border-radius:50%;border:2px solid white;background:rgba(255,255,255,.3);cursor:pointer;transition:all .3s ease;padding:0}.slideshow-indicators .indicator:hover{background:rgba(255,255,255,.6);transform:scale(1.1)}.slideshow-indicators .indicator.active{background:#ff6b35;border-color:#ff6b35;width:32px;border-radius:6px}.hero-slideshow:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,rgba(0,0,0,.3) 0,rgba(0,0,0,.1) 50%,rgba(0,0,0,.2));z-index:2;pointer-events:none}@media (max-width:968px){.hero{grid-template-columns:1fr;gap:40px;padding:60px 24px}.hero-title{font-size:42px}.hero-image{height:400px;max-width:100%}}@media (max-width:768px){.hero{padding:40px 20px}.hero-title{font-size:36px}.hero-description{font-size:16px}.hero-image{height:300px}.slideshow-indicators{bottom:16px}.slideshow-indicators .indicator{width:8px;height:8px}.slideshow-indicators .indicator.active{width:24px}}@media (max-width:480px){.hero-actions{flex-direction:column}.hero-actions button{width:100%}}