.page-container{min-height:100vh}.page-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:100px 0 60px;text-align:center}.page-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.page-hero p{font-size:1.25rem;opacity:.95}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2.5rem;gap:2.5rem}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-8px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.product-image{width:100%;height:250px;overflow:hidden}.placeholder-image{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem}.product-content{padding:2rem}.product-content h3{font-size:1.75rem;margin-bottom:1rem;color:var(--text-color)}.product-content>p{color:var(--text-light);margin-bottom:1.5rem;line-height:1.8}.product-features{list-style:none;margin-bottom:2rem}.product-features li{color:var(--text-light);position:relative;padding:.5rem 0 .5rem 1.5rem}.product-features li:before{content:"✓";position:absolute;left:0;color:var(--primary-color);font-weight:700}.cta-section{background-color:var(--bg-light);margin-top:4rem}.cta-section .section-subtitle,.cta-section .section-title{color:var(--text-color)}.btn-large{padding:16px 48px;font-size:1.1rem}@media (max-width:768px){.page-hero{padding:80px 0 40px}.page-hero h1{font-size:2rem}.products-grid{grid-template-columns:1fr;gap:2rem}}