.products{padding:var(--space-4xl) 0;background:#f8fafc}.products__grid{gap:var(--space-lg);margin-top:var(--space-3xl);grid-template-columns:1fr;display:grid}@media (min-width:720px){.products__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1100px){.products__grid{grid-template-columns:repeat(3,1fr)}.products__grid>:first-child,.products__grid>:nth-child(2){grid-column:span 1}}.products__card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;overflow:hidden;box-shadow:0 10px 30px #0f172a0a}.products__media{aspect-ratio:16/10;background:#0f172a;position:relative}.products__photo{object-fit:cover;object-position:center}.products__body{padding:var(--space-xl)}.products__body h3{margin:0 0 .4rem;font-size:1.35rem}.products__body p{color:var(--color-text-secondary);margin:0}.products__industry{letter-spacing:.06em;text-transform:uppercase;font-size:.75rem;font-weight:700;color:#0369a1!important;margin:0 0 .35rem!important}.products__actions{gap:var(--space-md);margin-top:var(--space-lg);flex-wrap:wrap;display:flex}.products__actions a{align-items:center;gap:.35rem;min-height:44px;font-weight:600;display:inline-flex}
