.featured-products{padding:100px 0;background:#fff}.section-header{text-align:center;max-width:700px;margin:0 auto 60px}.section-tag{display:inline-block;padding:8px 18px;background:#EEF6EE;border-radius:30px;color:#1D3A6E;font-size:13px;font-weight:600;letter-spacing:.5px;margin-bottom:20px;border:1px solid rgb(29 58 110 / .08)}.section-header h2{font-size:42px;color:#1D3A6E;margin-bottom:18px;letter-spacing:-.01em;line-height:1.2}.section-header p{color:#666;line-height:1.8}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.product-card{position:relative;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 12px rgb(16 24 40 / .05),0 12px 40px rgb(16 24 40 / .08);transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s cubic-bezier(.22,1,.36,1)}.product-card:hover{transform:translateY(-10px);box-shadow:0 8px 20px rgb(16 24 40 / .08),0 28px 56px rgb(16 24 40 / .14)}.product-card .product-image{position:relative;overflow:hidden}.product-card img{width:100%;height:250px;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.22,1,.36,1)}.product-card:hover img{transform:scale(1.06)}.product-content{padding:26px 25px 28px}.product-content h3{margin-bottom:12px;color:#1D3A6E;font-size:20px;letter-spacing:-.01em}.product-content a{position:relative;display:inline-flex;align-items:center;gap:6px;color:#F2B679;font-weight:600;text-decoration:none;transition:gap .3s cubic-bezier(.22,1,.36,1),color .3s ease}.product-content a::after{content:'→';transition:transform .3s cubic-bezier(.22,1,.36,1)}.product-content a:hover{color:#e0a05f;gap:10px}@media(max-width:992px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.products-grid{grid-template-columns:1fr}.section-header h2{font-size:32px}}