.products-page{background:var(--mx-home-bg);min-height:100vh}.products-hero{background:linear-gradient(135deg,#090d18eb,#1b345cd1),url(../img/bg-main-black.jpg) 50%/cover no-repeat;color:var(--mx-home-main-text-light);overflow:hidden;padding:8rem 0 5rem;position:relative}.products-hero:after{background:linear-gradient(150deg,var(--mx-home-gradient-start),var(--mx-home-gradient-end));border-radius:50%;bottom:-5rem;content:"";height:18rem;opacity:.18;position:absolute;right:8vw;width:18rem}.products-hero-content{max-width:760px;position:relative;z-index:1}.products-hero-content h1{font-size:clamp(2.4rem,6vw,4.6rem);font-weight:700;line-height:1.05;margin:.5rem 0 1rem;max-width:780px}.products-kicker{color:var(--mx-home-gradient-end);font-size:.85rem;font-weight:700;letter-spacing:0;text-transform:uppercase}.products-subtitle{color:#ffffffc7;font-size:1.15rem;line-height:1.7;max-width:690px}.products-family{padding:4rem 0 5rem}.products-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(3,minmax(0,1fr))}.product-card{background:#fff;border:1px solid var(--mx-home-border);border-radius:.5rem;box-shadow:0 1rem 2.5rem #00000014;color:var(--mx-home-main-text);display:flex;flex-direction:column;justify-content:space-between;min-height:23rem;padding:1.5rem}.product-card h2{color:var(--mx-home-color-text);font-size:1.35rem;font-weight:700;margin:1.5rem 0 .75rem}.product-card p{color:var(--mx-home-sub-text);font-size:.95rem;line-height:1.7}.product-card-mark{background:linear-gradient(150deg,var(--mx-home-gradient-start),var(--mx-home-gradient-end));border-radius:.5rem;display:flex;font-weight:700;height:3.25rem;justify-content:center;width:3.25rem}.product-card-link,.product-card-mark{align-items:center;color:var(--mx-home-btn-text)}.product-card-link{align-self:flex-start;background:var(--mx-home-main-text);border-radius:.35rem;display:inline-flex;font-size:.9rem;font-weight:600;margin-top:2rem;min-height:2.5rem;padding:.4rem 1rem;text-decoration:none;transition:background-color .2s ease,transform .2s ease}.product-card-link:hover{background:var(--mx-home-base);color:var(--mx-home-btn-text);transform:translateY(-2px)}.products-coming-soon{color:var(--mx-home-sub-text);font-size:.95rem;margin-top:2rem;text-align:center}@media (max-width:1024px){.products-grid{grid-template-columns:1fr}.product-card{min-height:18rem}}@media (max-width:768px){.products-hero{padding:6rem 0 3.5rem}.products-family{padding:2.5rem 0 3.5rem}.products-subtitle{font-size:1rem}}
