/* SoftKeys custom styles (Styled Demo) */
body { font-family: Arial, Helvetica, sans-serif; background:#f7f7f7; color:#222; margin:0; }
.container { max-width:1100px; margin:0 auto; padding:20px; }
.site-header { background:#fff; border-bottom:1px solid #e6e6e6; padding:15px 0; }
.header-inner { display:flex; align-items:center; justify-content:space-between; }
.logo img { height:42px; }
.main-nav { flex:1; margin-left:20px; }
.site-footer { background:#f3f3f3; padding:30px 0; text-align:center; margin-top:40px; }
.hero { background:#fff; padding:40px 0; margin-bottom:20px; border-radius:8px; }
.hero-inner { display:flex; align-items:center; gap:30px; }
.hero-text h1 { margin:0 0 10px 0; font-size:28px; }
.hero-text p { margin:0 0 15px 0; color:#555; }
.hero .button { background:#0073aa; color:#fff; padding:10px 18px; text-decoration:none; border-radius:6px; }
.product-grid h2 { margin-top:0; }
.steps { display:flex; gap:20px; margin-top:15px; }
.step { background:#fff; padding:18px; border-radius:8px; flex:1; text-align:center; border:1px solid #eee; }
.woocommerce ul.products li.product { background:#fff; border:1px solid #eaeaea; padding:15px; border-radius:8px; text-align:center; }
.woocommerce ul.products li.product .price { color:#0073aa; font-weight:700; }
