.product-hero{text-align:center;border-bottom:1px solid var(--surface-border);background:#fff;padding:6rem 0 4rem}.product-hero-title{color:var(--secondary);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:3rem;font-weight:800}.product-hero-desc{max-width:700px;color:var(--foreground-muted);margin:0 auto 2.5rem;font-size:1.15rem;line-height:1.6}.product-icon-large{background:var(--primary-light);width:90px;height:90px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:2rem;display:inline-flex}.product-details-section{background:var(--background);padding:5rem 0}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.feature-box{border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);border:1px solid var(--surface-border);transition:transform var(--transition-normal), box-shadow var(--transition-normal);background:#fff;padding:2.5rem}.feature-box:hover{box-shadow:var(--shadow-md);border-color:var(--border);transform:translateY(-4px)}.feature-icon{background:var(--primary-light);width:54px;height:54px;color:var(--primary);border-radius:var(--radius-md);justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.feature-title{color:var(--secondary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.feature-desc{color:var(--foreground-muted);font-size:.95rem;line-height:1.6}.cta-section{text-align:center;border-top:1px solid var(--surface-border);background:#fff;padding:5rem 0}.cta-title{color:var(--secondary);margin-bottom:1.25rem;font-size:2.5rem;font-weight:800}.cta-desc{color:var(--foreground-muted);max-width:600px;margin:0 auto 2.5rem;font-size:1.1rem}
