:root{--pe-border:rgba(15,23,42,.08);--pe-text:#0b1320;}
html{scroll-behavior:smooth}
body{margin:0;font:16px/1.6 "Chivo",system-ui,-apple-system,Segoe UI,Roboto,Arial;color:var(--pe-text);}
.pe-container{max-width:1100px;margin:0 auto;padding:0 16px;}
.pe-header{background:#fff;border-bottom:1px solid var(--pe-border);position:sticky;top:0;z-index:20;}
.pe-header__inner{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;}
.pe-site-name{font-weight:900;font-size:1.125rem;margin-left:8px;}
.pe-main{padding:0 0 24px;}
.pe-footer{border-top:1px solid var(--pe-border);padding:16px 0;margin-top:24px;}
/* Forms uniform */
input,select,textarea,button{font:inherit}
.wp-block-button .wp-block-button__link, /*button,*/ input[type=submit]{border-radius:12px;padding:12px 16px;font-weight:700}
/* Hero utility (if used in theme) */
.hero-full{min-height:100vh;background-size:cover;background-position:center}


/* === NIU brand variables v0.5.16 === */
:root{
  --niua-brand: #001E8C;
  --niu-btn-bg: var(--niua-brand);
  --niu-btn-bg-hover: #00197a;
  --niu-btn-fg: #ffffff;
  --niu-btn-bd: var(--niua-brand);
  --niu-btn-radius: 12px;
}