.featured-products-section{padding:100px 0;background:linear-gradient(135deg,#f8fafb 0,#fff 100%);position:relative;overflow:hidden}.featured-products-section::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,#0f8a8c,transparent)}.featured-products-header{text-align:center;margin-bottom:60px}.section-pill{display:inline-block;padding:10px 24px;background:linear-gradient(135deg,#0f8a8c,#0a6b6d);color:#fff;border-radius:50px;font-size:14px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:20px;box-shadow:0 4px 15px rgba(15,138,140,.3)}.section-heading{font-size:42px;font-weight:700;color:#1a1a1a;margin-bottom:16px;line-height:1.2}.section-subtitle{font-size:18px;color:#666;max-width:700px;margin:0 auto;line-height:1.6}.featured-products-carousel-wrapper{position:relative;padding:0 60px}.featured-products-carousel{display:flex;gap:24px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:20px 0}.featured-products-carousel::-webkit-scrollbar{display:none}.featured-product-category{flex:0 0 calc(33.333% - 16px);min-width:340px;background:#fff;border-radius:20px;padding:32px;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid transparent;cursor:pointer}.featured-product-category:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(15,138,140,.15);border-color:#0f8a8c}.featured-category-header{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:20px;border-bottom:2px solid #f0f0f0}.featured-category-icon{width:56px;height:56px;background:linear-gradient(135deg,#0f8a8c,#0a6b6d);border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 15px rgba(15,138,140,.3)}.featured-category-icon svg{width:28px;height:28px;color:#fff;stroke-width:2}.featured-category-title{font-size:22px;font-weight:700;color:#1a1a1a;line-height:1.3;margin:0}.featured-products-list{list-style:none;padding:0;margin:0}.featured-products-list li{font-size:16px;color:#444;line-height:1.6;border-bottom:1px solid #f0f0f0;position:relative;padding:14px 0 14px 24px;transition:all .3s ease}.featured-products-list li:last-child{border-bottom:none}.featured-products-list li::before{content:"✓";position:absolute;left:0;color:#fff;font-weight:700;font-size:13px;transition:transform .3s ease}.featured-products-list li:hover{color:#0f8a8c;padding-left:28px}.featured-products-list li:hover::before{transform:translateX(4px)}.featured-carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:#fff;border:2px solid #0f8a8c;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;box-shadow:0 4px 15px rgba(0,0,0,.1);outline:0}.featured-carousel-nav:hover:not(:disabled){background:#0f8a8c;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px rgba(15,138,140,.3)}.featured-carousel-nav:hover:not(:disabled) svg{color:#fff}.featured-carousel-nav:disabled{opacity:.3;cursor:not-allowed}.featured-carousel-nav svg{width:24px;height:24px;color:#0f8a8c;transition:color .3s ease}.featured-carousel-nav.prev{left:0}.featured-carousel-nav.next{right:0}.featured-carousel-indicators{display:flex;justify-content:center;gap:12px;margin-top:40px}.featured-indicator{width:12px;height:12px;border-radius:50%;background:#d0d0d0;border:0;cursor:pointer;transition:all .3s ease;padding:0}.featured-indicator:hover{background:#0f8a8c;transform:scale(1.2)}.featured-indicator.active{background:#0f8a8c;width:32px;border-radius:6px}@media (max-width:1024px){.featured-product-category{flex:0 0 calc(50% - 12px);min-width:300px}.section-heading{font-size:36px}.featured-products-carousel-wrapper{padding:0 50px}}@media (max-width:768px){.featured-products-section{padding:60px 0}.featured-product-category{flex:0 0 100%;min-width:280px}.section-heading{font-size:28px}.section-subtitle{font-size:16px}.featured-products-carousel-wrapper{padding:0 40px}.featured-carousel-nav{width:40px;height:40px}.featured-carousel-nav svg{width:20px;height:20px}.featured-category-title{font-size:18px}.featured-products-list li{font-size:14px;padding:12px 0 12px 20px}}@media (max-width:480px){.featured-products-carousel-wrapper{padding:0 30px}.featured-product-category{padding:24px;min-width:260px}.featured-category-icon{width:48px;height:48px}.featured-category-icon svg{width:24px;height:24px}}@media (prefers-reduced-motion:reduce){.featured-products-carousel{scroll-behavior:auto}.featured-carousel-nav,.featured-indicator,.featured-product-category{transition:none}}@media print{.featured-carousel-indicators,.featured-carousel-nav{display:none}.featured-products-carousel{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}}