/*
Theme Name: PureShine OnePage
Theme URI: https://bookpureshine.com
Author: PureShine Cleaning
Description: Lightweight one-page WordPress theme for PureShine Cleaning (Gutenberg-friendly).
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: pureshine-onepage
*/

:root{
  --blue:#1E4E8C;
  --blue2:#3DA9FC;
  --green:#7BC96F;
  --ink:#0b1220;
  --muted:#5b677a;
  --bg:#ffffff;
  --card:#f7fbff;
  --line: rgba(30,78,140,.18);
  --radius: 18px;
}

*{box-sizing:border-box}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Inter,Arial,sans-serif;color:var(--ink);background:var(--bg)}
a{color:var(--blue);text-decoration:none}
a:hover{text-decoration:underline}

.wrap{max-width:1100px;margin:0 auto;padding:0 20px}
.brand img{height:32px;width:auto}
.cta{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:10px 14px;background:var(--blue);color:white;font-weight:700;border:0}
.cta:hover{filter:brightness(.95);text-decoration:none}

.hero{padding:56px 0 36px;background:linear-gradient(180deg, rgba(61,169,252,.12), rgba(123,201,111,.05) 55%, rgba(255,255,255,1) 100%)}
.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:center}
@media (max-width:900px){.hero-grid{grid-template-columns:1fr}}
.h1{font-size:44px;line-height:1.05;margin:0 0 10px}
@media (max-width:520px){.h1{font-size:36px}}
.sub{font-size:18px;color:var(--muted);margin:0 0 18px}
.chips{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0 0}
.chip{font-size:13px;padding:8px 10px;border:1px solid var(--line);border-radius:999px;background:white}

.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:18px}
.card h3{margin:0 0 8px}
.grid{display:grid;gap:14px}
.grid-4{grid-template-columns:repeat(4,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
@media (max-width:900px){.grid-4{grid-template-columns:repeat(2,1fr)} .grid-3{grid-template-columns:1fr}}

section{padding:44px 0}
.section-title{font-size:28px;margin:0 0 14px}
.muted{color:var(--muted)}

.footer{border-top:1px solid var(--line);padding:22px 0 34px;color:var(--muted);font-size:14px}
.btnrow{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:10px 14px;border:1px solid var(--line);background:white;font-weight:700}
.btn:hover{text-decoration:none;background:#fff}

.qr{display:flex;gap:12px;align-items:center}
.qr img{width:120px;height:120px;border-radius:14px;border:1px solid var(--line);background:white}
.kicker{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:var(--muted)}

.chip-btn{cursor:pointer}
.chip-btn.active{background:rgba(30,78,140,.10);border-color:rgba(30,78,140,.35)}
.counter{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border:1px solid var(--line);border-radius:16px;background:white}
.counter .label{display:flex;align-items:center;gap:10px;font-weight:800}
.counter .value{font-size:18px;font-weight:900;color:var(--blue)}
.counter .controls{display:flex;gap:8px;align-items:center}
.icon{width:22px;height:22px;display:inline-block}
.icon svg{width:22px;height:22px}
.btn-icon{width:34px;height:34px;border-radius:999px;border:1px solid var(--line);background:white;font-weight:900;cursor:pointer}
.btn-icon[disabled]{opacity:.45;cursor:not-allowed}
.toggle{display:flex;gap:10px;flex-wrap:wrap}
.toggle .btn{cursor:pointer}
.toggle .btn.active{background:rgba(123,201,111,.14);border-color:rgba(123,201,111,.5);text-decoration:none}

body{padding-bottom:86px}
.fixedbar{
  position:fixed;left:0;right:0;bottom:0;
  background:rgba(255,255,255,.94);
  border-top:1px solid var(--line);
  backdrop-filter:saturate(160%) blur(10px);
  z-index:1000;
}
.fixedbar-inner{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0}
.fixedbar-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:var(--ink)}
.fixedbar-left a{font-weight:800}
.fixedbar-sep{color:var(--muted)}
.fixedbar-cta{padding:12px 18px}
