﻿.section-products{padding:30px 0;background:linear-gradient(to bottom,#f8fafc,#ffffff)}.section-title{font-size:36px;font-weight:700;letter-spacing:-.5px;margin-bottom:10px}.section-desc{color:#6c757d;font-size:16px;max-width:600px;margin:auto}.product-card{background:#fff;border-radius:20px;overflow:hidden;transition:all 0.35s ease;box-shadow:0 8px 30px rgb(0 0 0 / .05);height:100%;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px rgb(0 0 0 / .12)}.product-image{position:relative;height:180px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.product-card:hover .product-image img{transform:scale(1.08)}.product-image::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgb(0 0 0 / .4),transparent)}.product-body{padding:20px;display:flex;flex-direction:column;flex-grow:1}.product-logo{display:flex;justify-content:center}.product-logo img{height:40px;margin-bottom:15px}.product-title{font-size:18px;font-weight:600;margin-bottom:15px;min-height:48px}.product-features{padding-left:0;list-style:none;margin-bottom:auto}.product-features li{font-size:14px;color:#555;margin-bottom:8px;position:relative;padding-left:22px}.product-features li::before{content:"✔";position:absolute;left:0;top:0;font-size:12px;color:#0d6efd}.product-card .btn{border-radius:10px;font-weight:500;transition:all 0.25s ease}.product-card .btn:hover{background:#0d6efd;color:#fff}@media (max-width:768px){.section-title{font-size:28px}.product-title{text-align:center}}