/* theme-scl-classic.css */
:root{
  --bg-page:#ffffff;
  --text-main:#111827;
  --text-muted:#374151;
  --accent:#16a34a;
  --border:#11111120;
  --shadow:0 6px 18px rgba(0,0,0,.08);
  --radius:12px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",Arial,sans-serif;
}
body{background:#fff;color:var(--text-main);font-family:var(--sans);}
header{position:sticky;top:0;background:#fff;border-bottom:1px solid var(--border);backdrop-filter:none;}
.nav-links a{color:#334155}.nav-links a:hover{color:var(--accent);background:#0001}
.nav-btn{border:1px solid var(--accent);background:#fff;color:var(--accent);box-shadow:none}
.nav-btn:hover{background:#f0fdf4}
.hero{margin:24px auto 18px}
.hero-title{color:#0b1220;font-family:var(--serif);font-weight:700}
.hero-subtitle{color:#1f2937}.hero-supporting{color:#334155}
.hero-kicker{color:#0b1220;background:#f9fafb;border-color:#e5e7eb}
.btn-primary{background:var(--accent);color:#fff;box-shadow:var(--shadow)}
.btn-primary:hover{background:#22c55e}
.btn-ghost{border-color:#e5e7eb;color:#0b1220;background:#fff}
.btn-ghost:hover{border-color:var(--accent);color:var(--accent);background:#f0fdf4}
.feature-card,.price-card,.why-item,.step,.testimonial{background:#fff;border:1px solid #e5e7eb;box-shadow:var(--shadow);color:#334155;border-radius:var(--radius)}
.section-title{color:#0b1220;font-family:var(--serif)}.section-text{color:#334155}
.hero-trust{gap:10px}.trust-pill{background:#fff;border:1px solid #e5e7eb;color:#0b1220;box-shadow:none}
.trust-pill .icon{color:var(--accent)}
.no-more{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:12px 0 0}
.no-more .item{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e5e7eb;padding:10px 12px;border-radius:10px}
.no-more .check{width:16px;height:16px;border-radius:3px;display:inline-grid;place-items:center;color:#fff;background:var(--accent);font-weight:700}
.no-more .txt{font-family:var(--serif);color:#0b1220;font-size:12px;line-height:1.2}
@media(max-width:720px){.no-more{grid-template-columns:repeat(2,1fr)}}
.price-label{color:#0b1220}.price-range{color:#0b1220}.price-note{color:#4b5563}
footer{background:#fafafa;border-top:1px solid #e5e7eb}.footer-nav a{color:#334155}.footer-nav a:hover{color:var(--accent)}
.footer-contact a{color:var(--accent)}.mini-badge{border-color:#e5e7eb;color:#475569}.mini-badge .icon{color:var(--accent)}
.gallery-item{border:1px solid #e5e7eb;box-shadow:var(--shadow)}.gallery-item::after{background:linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,0))}
.gallery-caption{color:#0b1220;text-shadow:none}
input,select,textarea{background:#fff;border:1px solid #e5e7eb;color:#0b1220}
input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #22c55e20}
.btn-submit{background:var(--accent);color:#fff;box-shadow:var(--shadow)}.btn-submit:hover{background:#22c55e}
.form-note{color:#475569}.microcopy{color:#16a34a}
.page-wrap{background:#fff}
