.icar-products-hero{background:linear-gradient(135deg,#0d1317 0,#212629 70%);padding:160px 0 72px}.icar-products-hero h1{color:#fff}.icar-products-hero p{color:rgba(255,255,255,.88);max-width:760px}.icar-products-catalog{padding:64px 0 96px;background:#fff}.icar-product-category{margin-bottom:64px}.icar-product-category__heading{margin-bottom:24px;max-width:760px}.icar-product-category__heading h2{margin-bottom:8px}.icar-product-category__heading p{color:var(--brand-text-secondary);margin:0}.icar-product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.icar-product-card{border:1px solid var(--brand-border);background:#fff;transition:transform .2s,box-shadow .2s}.icar-product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}.icar-product-card button{display:block;width:100%;padding:0;border:0;background:0 0;text-align:left;cursor:pointer}.icar-product-card__image{display:block;aspect-ratio:4/3;background:#f0f4f8;overflow:hidden}.icar-product-card__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.icar-product-card__name{display:block;padding:20px 20px 8px;color:var(--brand-primary);font-weight:700;font-size:1.05rem}.icar-product-card__action{display:block;padding:0 20px 20px;color:var(--brand-accent);font-weight:650;font-size:.92rem}@media (max-width:991.98px){.icar-product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575.98px){.icar-product-grid{grid-template-columns:1fr}}