/*
Theme Name: Shoptimizer
Theme URI: https://marketingmarvel.com/shoptimizer
Author: Marketing Marvel, Inc.
Author URI: https://marketingmarvel.com
Description: A clean, lightweight theme with built-in estimator and SaaS-style illustrations.
Version: 1.1.0
License: GPL-2.0+
Text Domain: shoptimizer
*/
:root{--ink:#111827;--muted:#6b7280;--line:#e5e7eb;--bg:#ffffff;--soft:#f9fafb;--accent:#4f46e5}
html,body{margin:0;padding:0;background:#fff;color:var(--ink);font:16px/1.5 system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,'Helvetica Neue',Arial}
a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:1100px;margin:0 auto;padding:0 24px}
.site-header{border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:20}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;padding:14px 0}
.brand{display:flex;align-items:center;gap:10px;font-weight:700}
.brand img.logo{height:28px;width:auto;display:block}
.nav a{margin-left:18px;color:#111827}
.hero{padding:60px 0 40px;background:#fff}
.hero .wrapper{display:grid;gap:24px;align-items:center}
@media(min-width:980px){.hero .wrapper{grid-template-columns:1.1fr 1fr}}
.hero h1{font-size:44px;line-height:1.1;margin:0 0 12px}
.hero p{color:var(--muted);font-size:18px;max-width:560px;margin:0 0 18px}
.cta-input{max-width:560px;display:flex;gap:.5rem}
.cta-input input[type=url]{flex:1;border:1px solid #d1d5db;border-radius:12px;padding:14px}
.cta-input .btn{background:#111827;color:#fff;border-radius:12px;padding:14px 18px;display:inline-block}
.section{padding:50px 0}
.grid{display:grid;gap:18px}
@media(min-width:980px){.grid.two{grid-template-columns:1.2fr 1fr}.grid.three{grid-template-columns:repeat(3,1fr)}}
.card{border:1px solid var(--line);border-radius:14px;padding:18px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.03);text-align:left}
.card .icon{width:56px;height:56px;margin-bottom:8px}
.illustration{width:100%;height:auto;display:block}
.footer{border-top:1px solid var(--line);padding:24px 0;color:var(--muted);text-align:center;display:flex;align-items:center;justify-content:center;gap:10px}
.h2{font-size:28px;margin:0 0 8px}
.small{font-size:13px;color:var(--muted)}
