.products-list{flex-direction:column;gap:6rem;display:flex}.product-section{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.product-section.reverse .product-info{order:2}.product-section.reverse .product-preview{order:1}.product-header{margin-bottom:1.5rem}.product-badge{background:var(--txt);color:var(--site-bg);text-transform:uppercase;border-radius:100px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.8rem;font-weight:700;display:inline-block}.product-header h2{letter-spacing:-.02em;color:var(--txt);font-size:3rem;font-weight:800}.product-desc{color:var(--muted);margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.product-features{margin-bottom:2.5rem;padding:0;list-style:none}.product-features li{color:var(--txt);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1.05rem;font-weight:500;display:flex}.product-features li:before{content:"✓";color:var(--hl);font-weight:700}.product-actions{gap:1rem;display:flex}.product-preview{aspect-ratio:16/10;border:1px solid var(--border);background:var(--input-bg);border-radius:12px;overflow:hidden;box-shadow:0 20px 40px #0000000d}[data-theme=dark] .product-preview{box-shadow:0 20px 40px #0003}.preview-placeholder{width:100%;height:100%;color:var(--muted);justify-content:center;align-items:center;font-size:1.25rem;font-weight:600;display:flex}.mb-12{margin-bottom:3rem}.coming-soon-grid{text-align:left;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}@media (max-width:900px){.product-section{grid-template-columns:1fr;gap:3rem}.product-section.reverse .product-info,.product-section.reverse .product-preview{order:0}}
