.products-hero{min-height:400px;text-align:center;justify-content:center;padding:6rem 5% 4rem}.products-hero .hero-content{max-width:800px;text-align:center}.product-features{padding:4rem 5%;background:var(--card-background)}.product-card{display:flex;align-items:center;gap:4rem;padding:4rem;margin-bottom:3rem;background:var(--background-color);border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:transform .3s ease}.product-card:hover{transform:translateY(-5px)}.product-card.reverse{flex-direction:row-reverse}.product-content{flex:1}.product-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.product-icon{width:48px;height:48px;-o-object-fit:contain;object-fit:contain}.product-content h2{font-size:2rem;color:var(--primary-blue);margin:0}.product-content h3{font-size:1.5rem;color:var(--secondary-blue);margin-bottom:1rem;line-height:1.4}.product-content p{font-size:1.1rem;line-height:1.6;color:var(--text-color);margin-bottom:1.5rem}.feature-list{list-style-type:none;padding:0;margin:0 0 1.5rem}.feature-list li{position:relative;padding-left:1.8rem;margin-bottom:.8rem;font-size:1.1rem;color:var(--text-color)}.feature-list li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;background:url(https://deliverably.co/_next/static/media/check.e792e764.svg) no-repeat 50%;background-size:contain}.product-image{flex:1;display:flex;justify-content:center;align-items:center}.product-image img{max-width:100%;height:auto;border-radius:10px;box-shadow:0 4px 20px rgba(0,0,0,.15)}.coming-soon{background:var(--card-background);padding:0 5% 4rem}.coming-soon-content{text-align:center;padding:3rem;background:linear-gradient(135deg,rgba(22,40,200,.05),rgba(246,90,242,.05));border-radius:20px;max-width:800px;margin:0 auto}.coming-soon-content i{font-size:2.5rem;color:var(--primary-blue);margin-bottom:1rem;background:linear-gradient(135deg,var(--primary-blue),var(--primary-pink));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.coming-soon-content h2{font-size:2rem;color:var(--primary-blue);margin-bottom:1rem}.coming-soon-content p{font-size:1.1rem;color:var(--text-color);max-width:600px;margin:0 auto}@media (max-width:1024px){.product-card{padding:3rem;gap:3rem}.product-content h2{font-size:1.8rem}.product-content h3{font-size:1.3rem}}@media (max-width:768px){.products-hero{padding:4rem 5% 2rem}.product-card,.product-card.reverse{flex-direction:column;padding:2rem;gap:2rem}.product-content{text-align:center}.product-header{justify-content:center}.feature-list li{text-align:left}.product-image{order:-1}}