@charset "UTF-8";.products-hero{background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary) 100%);padding:72px 0 60px;text-align:center}.products-hero h1{font-size:44px;color:#fff;margin-bottom:16px}.products-hero p{font-size:18px;color:rgba(255,255,255,.75);max-width:600px;margin:0 auto;line-height:1.65}.products-grid-section{padding:72px 0}.product-category-title{font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--secondary);margin-bottom:8px}.product-category-desc{font-size:16px;color:var(--gray-500);margin-bottom:36px;max-width:600px}.products-category-section{margin-bottom:64px}.products-category-section h2{font-size:28px;margin-bottom:10px}.products-3col-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.p-card{border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition);cursor:pointer}.p-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px);border-color:var(--primary-light)}.p-card .p-card-img{aspect-ratio:3/2;background:var(--gray-100);overflow:hidden}.p-card .p-card-img ai-img,.p-card .p-card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s}.p-card:hover .p-card-img ai-img,.p-card:hover .p-card-img img{transform:scale(1.05)}.p-card .p-card-body{padding:20px}.p-card h3{font-size:16px;margin-bottom:8px}.p-card p{font-size:13px;color:var(--gray-500);line-height:1.55;margin-bottom:16px}.p-card .p-cta{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--primary);background:var(--gray-50);border:1px solid var(--gray-200);padding:8px 16px;border-radius:var(--radius);transition:all var(--transition);cursor:pointer;width:100%;justify-content:center}.p-card .p-cta:hover{background:var(--primary);border-color:var(--primary);color:#fff}.p-card .p-cta svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}@media (max-width:991.98px){.products-3col-grid{grid-template-columns:repeat(2,1fr)}.products-hero h1{font-size:34px}}@media (max-width:767.98px){.products-3col-grid{grid-template-columns:1fr}.products-hero h1{font-size:28px}.products-hero p{font-size:16px}}