.products-page{width:100%;padding:5.5rem 1.25rem 4rem;position:relative}.products-inner{flex-direction:column;gap:2rem;width:100%;max-width:72rem;margin-inline:auto;display:flex}.products-header{flex-direction:column;gap:.75rem;max-width:36rem;padding-top:.5rem;animation:.7s cubic-bezier(.22,1,.36,1) both products-rise;display:flex}.products-title{letter-spacing:-.03em;color:var(--foreground);margin:0;font-size:clamp(1.75rem,1.2rem + 2vw,2.75rem);font-weight:450;line-height:1.15}.products-sub{letter-spacing:-.01em;color:color-mix(in oklab, var(--foreground) 58%, transparent);margin:0;font-size:clamp(1rem,.92rem + .4vw,1.15rem);font-weight:400;line-height:1.55}.products-grid{grid-template-columns:1fr;gap:1.25rem;margin:0;padding:0;list-style:none;display:grid}.product-card{background:#f7f8fa;border-radius:1.5rem;flex-direction:column;transition:box-shadow .25s,transform .25s;animation:.7s cubic-bezier(.22,1,.36,1) both products-rise;display:flex;overflow:hidden;box-shadow:0 1px 2px #0f172a0a}.product-card:first-child{animation-delay:60ms}.product-card:nth-child(2){animation-delay:.1s}.product-card:nth-child(3){animation-delay:.14s}.product-card:nth-child(4){animation-delay:.18s}.product-card:nth-child(5){animation-delay:.22s}.product-card:nth-child(6){animation-delay:.26s}.product-card:nth-child(7){animation-delay:.3s}.product-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px #0f172a14}.product-card-media{aspect-ratio:16/10;background:color-mix(in oklab, var(--foreground) 4%, #fff);width:100%;position:relative;overflow:hidden}.product-card-img{object-fit:cover;transition:transform .45s cubic-bezier(.22,1,.36,1)}.product-card:hover .product-card-img{transform:scale(1.03)}.product-card-body{flex-direction:column;flex:1;gap:.75rem;padding:1.35rem 1.35rem 1.4rem;display:flex}.product-card-name{letter-spacing:-.025em;color:var(--foreground);margin:0;font-size:clamp(1.15rem,1rem + .6vw,1.35rem);font-weight:500;line-height:1.25}.product-card-subtitle{letter-spacing:-.01em;color:color-mix(in oklab, var(--foreground) 48%, transparent);margin-top:.2rem;font-size:.85rem;font-weight:450;line-height:1.35;display:block}.product-card-desc{letter-spacing:-.01em;color:color-mix(in oklab, var(--foreground) 58%, transparent);margin:0;font-size:.95rem;font-weight:400;line-height:1.55}.product-card-tags{flex-wrap:wrap;gap:.4rem;margin:.15rem 0 0;padding:0;list-style:none;display:flex}.product-card-tag{letter-spacing:-.01em;color:color-mix(in oklab, var(--foreground) 62%, transparent);background:#fff;border:1px solid #0f172a0f;border-radius:999px;padding:.28rem .65rem;font-size:.72rem;font-weight:500;line-height:1.2}.product-card-actions{flex-wrap:wrap;align-items:center;gap:.65rem 1.1rem;margin-top:auto;padding-top:1rem;display:flex}.product-card-link{letter-spacing:-.01em;color:#3a5fd4;align-items:center;gap:.4rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:opacity .2s;display:inline-flex}.product-card-link:hover{opacity:.7}.product-card-link-icon{width:1.05rem;height:1.05rem}.product-card-demo{letter-spacing:-.01em;min-height:2.25rem;color:var(--foreground);background:#fff;border-color:#0f172a1a;font-weight:550;transition:background-color .2s,box-shadow .2s,border-color .2s;box-shadow:0 4px 14px #0f172a0f}.product-card-demo:hover{background:#fff;border-color:#0f172a29;box-shadow:0 6px 18px #0f172a1a}@keyframes products-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.products-header,.product-card{animation:none}.product-card:hover,.product-card:hover .product-card-img{transform:none}}@media (min-width:640px){.products-page{padding-inline:2rem}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.35rem}.product-card-body{padding:1.45rem 1.5rem 1.5rem}}@media (min-width:900px){.products-page{padding:6rem 2.5rem 5rem}.products-inner{gap:2.25rem}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}}@media (min-width:1100px){.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
