:root{
  --bg:#fbfdff!important;
  --surface:#ffffff!important;
  --surface-2:#f3fbff!important;
  --ink:#172536!important;
  --muted:#687789!important;
  --primary:#12b8a6!important;
  --primary-dark:#0b7f7a!important;
  --accent:#60a5fa!important;
  --border:#e7edf5!important;
}
body{background:linear-gradient(180deg,#ffffff 0%,#fbfdff 42%,#f7fbff 100%)!important;color:var(--ink)!important}
.site-header,.admin-header{background:rgba(255,255,255,.97)!important;border-bottom:1px solid var(--border)!important}
.hero{background:linear-gradient(145deg,#ffffff 0%,#f3fbff 56%,#f6fffc 100%)!important}
.page-hero{background:linear-gradient(145deg,#ffffff,#f3fbff)!important}
.about-preview,.process-band,.testimonials{background:#f8fcff!important}
.stats div,.service-card,.product-card,.contact-card,.contact-form,.content-card,.testimonial-card,.admin-card{background:rgba(255,255,255,.94)!important;border-color:var(--border)!important}
.footer{background:#eef8fb!important;color:#5d6d7d!important;border-top:1px solid var(--border)!important}
.footer h3,.footer h4,.contact-card strong{color:var(--ink)!important}
.nav-links a.active{background:linear-gradient(135deg,#d8fff7,#e3f2ff)!important;color:#062232!important}
.nav-cta,.icon{background:#e8fbf8!important;color:var(--primary-dark)!important;border-color:#c8f1ea!important}
.primary{background:linear-gradient(135deg,var(--primary),var(--accent))!important;color:#062232!important}
.text-link,.eyebrow{color:var(--primary-dark)!important}
.theme-swatches{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px}
.theme-swatches span{min-height:70px;border:1px solid var(--border);border-radius:8px;display:grid;place-items:center;font-weight:900;color:#172536}
pre{white-space:pre-wrap;background:#f7fbff;border:1px solid var(--border);border-radius:8px;padding:14px;color:#172536}
@media (max-width:620px){.theme-swatches{grid-template-columns:1fr 1fr}}
