.products-page{padding:5rem 0 8rem}.products-hero{padding-bottom:4rem}.products-hero__copy{max-width:880px}.products-hero__copy h1{margin:0;font-size:clamp(2rem,3vw,3.5rem);font-weight:300;color:var(--color-text)}.products-hero__copy p{margin:1.4rem 0 0;max-width:680px;font-size:1.05rem;font-weight:500;line-height:1.8;color:var(--color-text-muted)}.products-showcase-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.product-card{border-radius:1.5rem;background:#000;display:flex;flex-direction:column;overflow:hidden}.product-card:nth-child(2n){background:var(--color-band)}.product-card:nth-child(2n) .product-card__status{color:rgba(0,0,0,.5)}.product-card:nth-child(2n) .product-card__badge{background:rgba(0,0,0,.1);color:#000}.product-card:nth-child(2n) .product-card__logo{filter:invert(1)}.product-card:nth-child(2n) .product-card__name{color:#000}.product-card:nth-child(2n) .product-card__summary{color:rgba(0,0,0,.7)}.product-card:nth-child(2n) .product-card__points li{color:#000}.product-card:nth-child(2n) .product-card__points li:before{background:#000}.product-card__content{padding:2.4rem 2.2rem 2.8rem}.product-card__top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem}.product-card__status{gap:.5rem;color:hsla(0,0%,100%,.45);font-size:.9rem}.product-card__badge,.product-card__status{display:inline-flex;align-items:center;font-weight:500}.product-card__badge{padding:.4rem 1rem;border-radius:999px;background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.7);font-size:.85rem;white-space:nowrap}.product-card__logo-slot{height:52px;display:flex;align-items:center;margin-bottom:1.4rem}.product-card__logo{display:block;height:36px;width:auto}.product-card__name{margin:0 0 1.2rem;color:#fff;font-size:clamp(1.8rem,2.5vw,2.8rem);font-weight:300;line-height:1.05}.product-card__summary{margin:0 0 1.6rem;color:hsla(0,0%,100%,.65);font-size:1rem;font-weight:500;line-height:1.8;max-width:520px}.product-card__points{padding:0;list-style:none;display:grid;grid-gap:.7rem;gap:.7rem;margin:1.6rem 0 0}.product-card__points li{position:relative;padding-left:1.1rem;color:hsla(0,0%,100%,.5);font-size:.95rem;font-weight:500;line-height:1.6}.product-card__points li:before{content:"";position:absolute;left:0;top:.6rem;width:.28rem;height:.28rem;border-radius:999px;background:hsla(0,0%,100%,.4)}@media(max-width:900px){.products-showcase-list{grid-template-columns:1fr}}@media(max-width:760px){.products-page{padding:3rem 0 6rem}.product-card{border-radius:1.2rem}.product-card__content{padding:1.8rem 1.6rem 2.2rem}.product-card__top{flex-wrap:wrap;gap:.6rem}.product-card__name{font-size:1.7rem}}