
/*
Theme Name: Water Heater Landing — Light (Schema + Preload)
Theme URI: https://example.com/water-heater-landing-light
Author: ChatGPT
Author URI: https://chat.openai.com
Description: Light, uploadable landing theme for Emergency Water Heater Repair. Includes JSON-LD (LocalBusiness + Service), image preloads, and auto token replacement for [This Site].
Version: 1.2.0
License: GPL-2.0-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: water-heater-landing-light
*/
:root{
  --bg:#ffffff;
  --surface:#ffffff;
  --muted:#f4f6f8;
  --text:#0c1a26;
  --sub:#4a5a6a;
  --brand:#e65a2b; /* hot-water orange */
  --accent:#007a5a;
  --border:#e5e9ef;
  --shadow:0 10px 30px rgba(12,26,38,.07);
  --radius:16px;
  --maxw:1200px;
  --font: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
}
*{box-sizing:border-box}
html,body{padding:0;margin:0;background:var(--bg);color:var(--text);font-family:var(--font);line-height:1.65}
a{color:var(--brand);text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:var(--maxw);margin:0 auto;padding:0 20px}

.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.9);backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--border)}
/* Make header logo flush-left by removing left padding only in header container */
.site-header .container{padding-left:0}
.nav{display:flex;align-items:center;justify-content:space-between;min-height:68px}
.brand{display:flex;align-items:center;gap:12px;font-weight:800;font-size:18px;color:var(--text);margin-left:0}
.brand img{height:36px;width:auto;border-radius:8px}
.menu{display:flex;gap:18px;align-items:center;margin-left:auto}
.menu a{color:#213140;font-weight:600}
.btn{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:12px 18px;border:1px solid var(--border);background:#fff;color:#10212e;box-shadow:var(--shadow)}
.btn.primary{background:linear-gradient(180deg,var(--brand),#b4451f);border:none;color:#fff;font-weight:900}
.btn.ghost{background:#fff}

.hero{padding:80px 0;background:radial-gradient(1200px 600px at 70% -100px, rgba(230,90,43,.12), transparent)}
.kicker{display:inline-block;font-weight:800;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--brand);background:rgba(230,90,43,.12);border:1px solid rgba(230,90,43,.3);padding:6px 10px;border-radius:999px}
.hero h1{font-size:46px;line-height:1.1;margin:16px 0 12px}
.hero p.sub{color:#3a4a5a;font-size:18px;margin:0 0 20px}
.hero-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:10px}

.section{padding:64px 0}
.section h2{font-size:30px;margin:0 0 10px}
.section h3{font-size:20px;margin:14px 0 8px}
.section p.lead{color:#3a4a5a;margin:0 0 24px}
ul{padding-left:18px}
li{margin:6px 0}

.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
@media (max-width:900px){.cards{grid-template-columns:repeat(2,1fr)}}
@media (max-width:600px){.cards{grid-template-columns:1fr}}
.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow)}
.card img{width:100%;height:160px;object-fit:cover;border-radius:12px;margin-bottom:12px;background:var(--muted)}
.card h3{margin:6px 0 8px;font-size:18px}
.badge{display:inline-block;padding:4px 10px;border-radius:999px;background:rgba(0,122,90,.09);color:var(--accent);border:1px solid rgba(0,122,90,.3);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}

.split{display:grid;grid-template-columns:1.2fr .8fr;gap:24px}
@media (max-width:900px){.split{grid-template-columns:1fr}}

.testimonials,.faq{background:var(--muted);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.quote{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow)}

.faq-item{border:1px solid var(--border);border-radius:12px;padding:14px;margin:10px 0;background:#fff}

.cta{padding:64px 0;background:radial-gradient(1000px 500px at 30% 120%, rgba(0,122,90,.08), transparent)}
.footer{padding:32px 0;color:#5a6a7a;border-top:1px solid var(--border)}
.small{font-size:13px;color:#5a6a7a}
.hide{display:none}
