body{ outline:10px solid hotpink !important; }
/*
Theme Name: Poop Savvy Blog
Theme URI: https://poop-savvy.com
Author: Poop Savvy
Description: A clean, fun, conversion-focused WordPress blog theme for Poop Savvy.
Version: 1.0
*/
/* Poop Savvy Blog Header (Fun + Clean) */
.ps-header{
  position: sticky; top: 0; z-index: 999;
  color: #fff;
  background: linear-gradient(135deg,#12b35b,#0ea34f);
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
}

/* subtle “confetti” dots */
.ps-header::before{
  content:"";
  position:absolute; inset:0;
  background-image: radial-gradient(rgba(255,255,255,.22) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity:.25;
  pointer-events:none;
}

.ps-wrap{
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px 20px;
  position: relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 18px;
}

.ps-brand{
  display:flex;
  align-items:center;
  gap:14px;
  text-decoration:none;
  color:#fff;
}

.ps-logo{
  height: 52px;
  width: auto;
  border-radius: 14px;
  background: rgba(255,255,255,.18);
  padding: 8px;
  box-shadow: 0 14px 24px rgba(0,0,0,.15);
  transition: transform .18s ease, box-shadow .18s ease;
}

.ps-brand:hover .ps-logo{
  transform: translateY(-2px) rotate(-1deg);
  box-shadow: 0 18px 30px rgba(0,0,0,.20);
}

.ps-kicker{
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .9;
}

.ps-title{
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
  text-shadow: 0 2px 0 rgba(0,0,0,.10);
}

.ps-actions{
  display:flex;
  align-items:center;
  gap: 10px;
}

.ps-chip{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.22);
  font-weight: 800;
  font-size: 12px;
  backdrop-filter: blur(10px);
}

.ps-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 16px;
  border-radius: 999px;
  background:#ffffff;
  color:#0f172a;
  font-weight: 900;
  text-decoration:none;
  box-shadow: 0 16px 26px rgba(0,0,0,.18);
  transition: transform .18s ease, box-shadow .18s ease;
}

.ps-cta:hover{
  transform: translateY(-2px);
  box-shadow: 0 20px 34px rgba(0,0,0,.22);
}

/* white “nav strip” like your main site */
.ps-subnav{
  background: rgba(255,255,255,.92);
  border-top: 1px solid rgba(255,255,255,.35);
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.ps-subnav-inner{
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 18px;
  justify-content:flex-start;
}

.ps-subnav a{
  color:#0f172a;
  text-decoration:none;
  font-weight: 800;
  font-size: 14px;
  opacity: .9;
}

.ps-subnav a:hover{
  opacity: 1;
  text-decoration: underline;
}

/* mobile */
@media (max-width: 700px){
  .ps-title{ font-size: 18px; }
  .ps-chip{ display:none; }
  .ps-logo{ height: 46px; }
}

:root {
  --green: #1fb655;
  --green-dark: #0f8f3f;
  --orange: #ff7a18;
  --navy: #0f172a;
  --bg: #f8fafc;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bg);
  color: var(--navy);
}

a {
  text-decoration: none;
}
/* ---------- Poop Savvy Fun Header ---------- */
body{
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

.ps-header{
  position: sticky; top: 0; z-index: 9999;
  background: linear-gradient(135deg, #18b657, #0ea34f);
  box-shadow: 0 18px 45px rgba(0,0,0,.16);
  overflow: hidden;
}

/* subtle pattern like “fun confetti” */
.ps-header::before{
  content:"";
  position:absolute; inset:0;
  background-image:
    radial-gradient(rgba(255,255,255,.28) 1px, transparent 1px),
    radial-gradient(rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 22px 22px, 34px 34px;
  background-position: 0 0, 10px 12px;
  opacity:.28;
  pointer-events:none;
}

.ps-wrap{
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px 20px;
  position: relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

.ps-top{
  padding-top: 18px;
  padding-bottom: 14px;
}

.ps-brand{
  display:flex;
  align-items:center;
  gap:14px;
  color:#fff;
  text-decoration:none;
}

.ps-logo{
  height: 56px;
  width: auto;
  border-radius: 16px;
  padding: 8px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.20);
  box-shadow: 0 16px 30px rgba(0,0,0,.18);
  transition: transform .18s ease, box-shadow .18s ease;
}

.ps-brand:hover .ps-logo{
  transform: translateY(-2px) rotate(-1deg);
  box-shadow: 0 22px 42px rgba(0,0,0,.22);
}

.ps-kicker{
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .95;
}

.ps-title{
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
  text-shadow: 0 2px 0 rgba(0,0,0,.12);
}

.ps-actions{
  display:flex;
  align-items:center;
  gap:10px;
}

.ps-badge{
  display:inline-flex;
  align-items:center;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.20);
  border: 1px solid rgba(255,255,255,.22);
  font-weight: 900;
  font-size: 12px;
  backdrop-filter: blur(10px);
}

.ps-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 11px 16px;
  border-radius: 999px;
  background: #ffffff;
  color:#0f172a;
  font-weight: 900;
  text-decoration:none;
  box-shadow: 0 16px 30px rgba(0,0,0,.18);
  transition: transform .18s ease, box-shadow .18s ease;
}

.ps-cta:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(0,0,0,.22);
}

.ps-subnav{
  background: rgba(255,255,255,.92);
  border-top: 1px solid rgba(255,255,255,.35);
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.ps-sub{
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content:flex-start;
  gap: 18px;
}

.ps-sub a{
  color:#0f172a;
  text-decoration:none;
  font-weight: 900;
  font-size: 14px;
  opacity: .9;
}

.ps-sub a:hover{
  opacity: 1;
  text-decoration: underline;
}

.ps-main{
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
}

/* Mobile polish */
@media (max-width: 720px){
  .ps-title{ font-size: 18px; }
  .ps-badge{ display:none; }
  .ps-logo{ height: 48px; }
}
.ps-blog-hero {
  background: linear-gradient(135deg, #16a34a, #22c55e);
  padding: 70px 20px 60px;
  border-radius: 24px;
  margin: 40px auto 60px;
  max-width: 1200px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.ps-blog-hero-inner {
  max-width: 720px;
}

.ps-blog-badge {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
}

.ps-blog-hero h1 {
  font-size: 42px;
  line-height: 1.1;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 16px;
}

.ps-blog-hero p {
  font-size: 18px;
  color: rgba(255,255,255,0.95);
  max-width: 600px;
  margin-bottom: 28px;
}

.ps-blog-cta {
  display: inline-block;
  background: #ffffff;
  color: #16a34a;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  transition: all 0.2s ease;
}

.ps-blog-cta:hover {
  background: #f0fdf4;
  transform: translateY(-2px);
}

/* Mobile */
@media (max-width: 768px) {
  .ps-blog-hero {
    padding: 50px 20px;
    border-radius: 18px;
  }

  .ps-blog-hero h1 {
    font-size: 32px;
  }

  .ps-blog-hero p {
    font-size: 16px;
  }
}
