/* =============================================
   BAYSTATE SHREDDING CO. — MAIN STYLESHEET
   v4.0 — Final Developer Build
   ============================================= */

:root {
  --forest:        #0D3B26;
  --forest-mid:    #1A5C3A;
  --forest-bright: #2A8A58;
  --sage:          #7BBF9A;
  --sage-light:    #C2E0CF;
  --sage-dark:     #4A8F68;
  --gold:          #C49A2A;
  --gold-light:    #F5E9C8;
  --cream:         #F7F3EC;
  --warm-white:    #FDFBF8;
  --ink:           #1A1A18;
  --ink-mid:       #3D3D38;
  --ink-light:     #7A7A72;
  --border:        #E2DDD4;
}

/* BASE */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  font-family: 'Barlow', sans-serif;
  background: var(--warm-white);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; }
a { transition: color 0.2s; }

/* SPACING */
.py-6 { padding-top: 5rem; padding-bottom: 5rem; }
.section-light  { background: var(--warm-white); }
.section-cream  { background: var(--cream); }
.section-forest { background: var(--forest); }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
.section-title {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.15;
  color: var(--ink);
  font-weight: 700;
}
.section-title em { font-style: italic; color: var(--forest-bright); }
.eyebrow-text {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--forest-bright);
  margin-bottom: 0.5rem;
}
.body-text    { font-size: 15px; color: var(--ink-light); line-height: 1.75; font-weight: 300; }
.text-sage    { color: var(--sage) !important; }
.text-gold    { color: var(--gold) !important; }

/* ============================================================
   NAVIGATION
   ============================================================ */
.bss-nav {
  background: rgba(13,59,38,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.7rem 0;
}
.bss-logo-mark { flex-shrink: 0; }
.brand-name {
  font-family: 'Libre Baskerville', serif;
  font-size: 15px; font-weight: 700; color: #fff;
  letter-spacing: 0.01em;
}
.brand-co  { font-family:'Barlow',sans-serif; font-weight:400; opacity:0.65; font-size:0.9em; }
.brand-sub {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--sage); opacity: 0.6;
}
.bss-nav .nav-link {
  font-size: 13px; font-weight: 500;
  color: rgba(255,255,255,0.7) !important;
  padding: 0.5rem 0.75rem !important;
  transition: color 0.2s;
}
.bss-nav .nav-link:hover, .bss-nav .nav-link.active { color: #fff !important; }
.bss-nav .dropdown-menu {
  background: #0a2818;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 0.5rem;
  min-width: 220px;
}
.bss-nav .dropdown-item {
  color: rgba(255,255,255,0.65);
  font-size: 13px; border-radius: 6px;
  padding: 0.5rem 0.75rem;
  transition: all 0.15s;
}
.bss-nav .dropdown-item:hover { background: rgba(255,255,255,0.07); color: #fff; }
.bss-nav .dropdown-divider { border-color: rgba(255,255,255,0.08); }
.bss-breadcrumb { margin-bottom: 1rem; }
.bss-breadcrumb .breadcrumb-item a { color: var(--sage); opacity: 0.7; font-size: 13px; text-decoration:none; }
.bss-breadcrumb .breadcrumb-item.active { color: rgba(255,255,255,0.5); font-size: 13px; }
.bss-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.25); }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn-sage {
  background: var(--sage); color: var(--forest);
  font-weight: 700; border: none;
  font-family: 'Barlow', sans-serif;
  transition: background 0.2s, transform 0.15s;
}
.btn-sage:hover { background: #a0d4b5; color: var(--forest); transform: translateY(-1px); }
.btn-forest { background: var(--forest); color: #fff; border: none; font-weight: 600; transition: background 0.2s; }
.btn-forest:hover { background: var(--forest-mid); color: #fff; }
.btn-gold { background: var(--gold); color: #fff; border: none; font-weight: 700; border-radius: 8px; transition: background 0.2s; }
.btn-gold:hover { background: #b08920; color: #fff; }
.btn-outline-forest {
  border: 1.5px solid var(--forest); color: var(--forest);
  background: transparent; font-weight: 600; font-size: 13px;
  border-radius: 8px; transition: all 0.2s;
}
.btn-outline-forest:hover { background: var(--forest); color: #fff; }

/* Hero buttons */
.btn-hero-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--sage); color: var(--forest);
  font-family: 'Barlow', sans-serif;
  font-size: 14px; font-weight: 700; letter-spacing: 0.04em;
  padding: 14px 28px; border-radius: 8px;
  text-decoration: none; white-space: nowrap;
  transition: background 0.2s, transform 0.15s;
}
.btn-hero-primary:hover { background: #a0d4b5; color: var(--forest); transform: translateY(-1px); }
.btn-hero-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: rgba(255,255,255,0.75);
  border: 1.5px solid rgba(255,255,255,0.22);
  font-family: 'Barlow', sans-serif;
  font-size: 14px; font-weight: 600;
  padding: 14px 24px; border-radius: 8px;
  text-decoration: none; white-space: nowrap;
  transition: all 0.2s;
}
.btn-hero-ghost:hover { border-color: rgba(255,255,255,0.5); color: #fff; background: rgba(255,255,255,0.07); }

/* ============================================================
   CERTIFICATION BAR
   ============================================================ */
.cert-bar {
  background: var(--cream);
  border-bottom: 1px solid var(--border);
  padding: 10px 0; overflow: hidden;
}
.cert-bar-inner { display:flex; align-items:center; gap:1.5rem; flex-wrap:wrap; }
.cert-bar-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--ink-light);
  white-space: nowrap; flex-shrink: 0;
}
.cert-bar-items { display:flex; align-items:center; gap:1.25rem; flex-wrap:wrap; }
.cert-bar-item {
  font-size: 12px; font-weight: 600; color: var(--ink-mid);
  display: flex; align-items: center; gap: 5px; white-space: nowrap;
}
.cert-bar-item .bi { color: var(--forest); font-size: 13px; }

/* ============================================================
   HERO SECTION
   ============================================================ */
.hero-section {
  background: var(--forest);
  position: relative; overflow: hidden;
}
.hero-bg-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #061510 0%, #0D3B26 55%, #1a5c3a 100%);
}
.hero-grid-lines {
  position: absolute; inset: 0; opacity: 0.022;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(255,255,255,1) 39px, rgba(255,255,255,1) 40px),
    repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(255,255,255,1) 39px, rgba(255,255,255,1) 40px);
}
.hero-eyebrow {
  display: flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--sage); margin-bottom: 1.25rem;
}
.hero-eyebrow-pip {
  width: 28px; height: 2px;
  background: var(--sage); flex-shrink: 0; border-radius: 1px;
}
.hero-title {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: clamp(40px, 5.5vw, 68px);
  line-height: 1.06; color: #fff; font-weight: 700; margin: 0;
}
.hero-title-accent { color: var(--sage); }
.hero-title-em     { font-style: italic; color: rgba(255,255,255,0.65); }
.hero-body {
  font-size: 16px; color: rgba(255,255,255,0.58);
  line-height: 1.78; font-weight: 300; max-width: 520px;
}
.hero-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.hero-badge {
  font-size: 11px; font-weight: 600;
  color: rgba(255,255,255,0.5);
  display: flex; align-items: center; gap: 5px;
}
.hero-badge .bi { color: var(--sage); font-size: 12px; }

/* Quote card */
.quote-card {
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px; overflow: hidden;
  backdrop-filter: blur(8px);
}
.quote-card-header {
  background: rgba(255,255,255,0.065);
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 1rem 1.5rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}
.form-label-sm {
  font-size: 10px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: rgba(255,255,255,0.4);
  display: block; margin-bottom: 5px;
}
.bss-input {
  background: rgba(255,255,255,0.07) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 6px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-family: 'Barlow', sans-serif !important;
  transition: border-color 0.2s !important;
}
.bss-input::placeholder { color: rgba(255,255,255,0.28) !important; }
.bss-input:focus { box-shadow: none !important; border-color: var(--sage) !important; background: rgba(255,255,255,0.1) !important; }
.bss-input option { background: var(--forest); color: #fff; }

/* Hero trust bar */
.hero-trust-row {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.hero-trust-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.04em;
  color: rgba(255,255,255,0.55); padding: 6px 0;
}
.hero-trust-item .bi { color: var(--sage); font-size: 14px; }
.hero-trust-sep {
  width: 1px; height: 16px; background: rgba(255,255,255,0.12);
  margin: 0 16px; flex-shrink: 0;
}

/* ============================================================
   SERVICE CARDS (homepage grid)
   ============================================================ */
.svc-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: 12px; padding: 2rem 1.75rem;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative; overflow: hidden;
}
.svc-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,0.08); }
.svc-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 0.15em;
  color: var(--ink-light); opacity: 0.45; margin-bottom: 1rem;
}
.svc-icon-wrap {
  width: 48px; height: 48px; border-radius: 10px;
  background: var(--sage-light);
  display: flex; align-items: center; justify-content: center;
}
.svc-icon-wrap .bi { font-size: 22px; color: var(--forest); }
.svc-title {
  font-family: 'Libre Baskerville', serif;
  font-size: 17px; font-weight: 700; color: var(--ink);
  line-height: 1.3; margin-bottom: 0.75rem;
}
.svc-body { font-size: 13px; color: var(--ink-light); line-height: 1.7; font-weight: 300; flex: 1; }
.svc-price {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px; font-weight: 700; letter-spacing: 0.06em;
  color: var(--forest-bright); margin-top: 1.25rem;
  padding-top: 1rem; border-top: 1px solid var(--border);
}

/* ============================================================
   WHY US
   ============================================================ */
.why-points { display: flex; flex-direction: column; gap: 1.5rem; }
.why-point  { display: flex; gap: 1.25rem; align-items: flex-start; }
.why-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: rgba(123,191,154,0.12);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.why-icon .bi { font-size: 18px; color: var(--sage); }
.why-title { font-size: 15px; font-weight: 600; color: #fff; margin-bottom: 4px; }
.why-body  { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.65; font-weight: 300; }

.stat-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px; padding: 1.5rem 1.75rem;
}
.stat-card.stat-gold { border-color: rgba(196,154,42,0.3); background: rgba(196,154,42,0.07); }
.stat-num {
  font-family: 'Libre Baskerville', serif;
  font-size: 38px; font-weight: 700; color: #fff; line-height: 1;
}
.stat-label { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.55; font-weight: 300; margin-top: 8px; }

/* ============================================================
   COMPLIANCE CARDS (homepage)
   ============================================================ */
.reg-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: 10px; padding: 1.25rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.reg-card:hover { border-color: var(--forest); box-shadow: 0 4px 16px rgba(13,59,38,0.07); }
.reg-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px; font-weight: 700;
  color: var(--forest); letter-spacing: 0.05em;
}
.reg-desc { font-size: 11px; color: var(--ink-light); margin-top: 4px; line-height: 1.4; }
.compliance-highlight {
  background: var(--cream); border-left: 3px solid var(--forest);
  border-radius: 0 8px 8px 0; padding: 1.25rem 1.5rem;
}
.compliance-highlight p { font-size: 15px; color: var(--ink-light); line-height: 1.8; margin: 0; }

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.process-step { text-align: center; padding: 1.5rem 1rem; }
.step-bubble {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--forest); color: #fff;
  font-family: 'Libre Baskerville', serif;
  font-size: 20px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.25rem;
}
.step-title { font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 0.5rem; }
.step-body  { font-size: 13px; color: var(--ink-light); line-height: 1.7; font-weight: 300; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonial-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: 12px; padding: 1.5rem;
  display: flex; flex-direction: column;
}
.stars .bi { color: var(--gold); font-size: 13px; }
.testimonial-quote {
  font-size: 14px; color: var(--ink-light);
  line-height: 1.75; font-weight: 300; font-style: italic;
  flex: 1; margin: 0.75rem 0;
}
.testimonial-author  { font-size: 13px; font-weight: 700; color: var(--ink); }
.testimonial-company { font-size: 11px; color: var(--ink-light); margin-top: 2px; }

/* Google rating bar */
.google-rating-bar {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; border: 1px solid var(--border);
  border-radius: 50px; padding: 10px 22px; margin-top: 1rem;
  flex-wrap: wrap; justify-content: center;
}
.rating-number { font-family:'Libre Baskerville',serif; font-size:20px; font-weight:700; color:var(--ink); }
.rating-stars  { color: #f59e0b; font-size: 14px; }
.rating-count  { font-size: 12px; color: var(--ink-light); }
.rating-link   {
  font-size: 11px; font-weight: 700; color: var(--forest-bright);
  text-decoration: none; border-left: 1px solid var(--border); padding-left: 12px;
}
.rating-link:hover { color: var(--forest); }

/* Pre-launch notice */
.pre-launch-note {
  background: rgba(196,154,42,0.07);
  border: 1px solid rgba(196,154,42,0.25);
  border-radius: 8px; padding: 12px 16px;
  font-size: 12px; color: var(--gold);
}
.pre-launch-note code {
  background: rgba(196,154,42,0.15);
  padding: 1px 5px; border-radius: 3px; font-size: 11px;
}

/* ============================================================
   BLOG PREVIEW CARDS
   ============================================================ */
.blog-preview-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: 12px; padding: 1.5rem;
  display: flex; flex-direction: column; gap: 10px;
  transition: transform 0.2s, box-shadow 0.2s;
  color: var(--ink);
}
.blog-preview-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.08); color: var(--ink);
}
.blog-preview-tag {
  display: inline-block; font-size: 10px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 3px 10px; border-radius: 20px;
  background: var(--sage-light); color: var(--forest); width: fit-content;
}
.blog-preview-title {
  font-family: 'Libre Baskerville', serif;
  font-size: 17px; font-weight: 700; color: var(--ink); line-height: 1.35; margin: 0;
}
.blog-preview-excerpt { font-size: 13px; color: var(--ink-light); line-height: 1.65; font-weight: 300; margin: 0; flex: 1; }
.blog-preview-link    { font-size: 13px; font-weight: 600; color: var(--forest-bright); margin-top: auto; }

/* ============================================================
   CTA SECTION
   ============================================================ */
.cta-section {
  background: var(--forest);
  position: relative; overflow: hidden;
}
.cta-circles::before, .cta-circles::after {
  content: ''; position: absolute; border-radius: 50%;
  background: rgba(255,255,255,0.02);
}
.cta-circles::before { width: 600px; height: 600px; top: -200px; left: -100px; }
.cta-circles::after  { width: 400px; height: 400px; bottom: -150px; right: -80px; }
.cta-title {
  font-family: 'Libre Baskerville', serif;
  font-size: clamp(32px, 4vw, 52px); font-weight: 700; line-height: 1.1;
}
.cta-body { font-size: 16px; color: rgba(255,255,255,0.5); max-width: 520px; margin: 0 auto; font-weight: 300; }

/* ============================================================
   FOOTER
   ============================================================ */
.bss-footer { background: #060e09; }
.footer-upper { padding: 4rem 0 3rem; border-bottom: 1px solid rgba(255,255,255,0.055); }
.footer-lower { padding: 1.25rem 0; }
.footer-brand-sub {
  font-size: 11px; color: rgba(255,255,255,0.3); letter-spacing: 0.08em;
}
.footer-brand {
  font-family: 'Libre Baskerville', serif;
  font-size: 15px; font-weight: 700; color: #fff;
}
.footer-desc {
  font-size: 13px; color: rgba(255,255,255,0.3);
  line-height: 1.72; font-weight: 300; max-width: 270px;
}
.footer-cert-badge {
  font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(255,255,255,0.22); background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08); border-radius: 4px; padding: 3px 8px;
}
.footer-col-title {
  font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.22); margin-bottom: 1rem;
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links a {
  font-size: 13px; color: rgba(255,255,255,0.38); text-decoration: none;
  font-weight: 300; transition: color 0.2s; line-height: 1;
}
.footer-links a:hover { color: rgba(255,255,255,0.85); }
.footer-contact { font-style: normal; display: flex; flex-direction: column; gap: 8px; }
.footer-contact-link {
  font-size: 13px; color: rgba(255,255,255,0.38); text-decoration: none;
  display: flex; align-items: center; gap: 8px;
  font-weight: 300; transition: color 0.2s;
}
.footer-contact-link:hover { color: var(--sage); }
.footer-contact-link .bi { color: var(--sage); opacity: 0.5; font-size: 13px; flex-shrink: 0; }
.footer-contact-text { display:flex; align-items:flex-start; gap:8px; 
  font-size: 13px; color: rgba(255,255,255,0.32);
  display: flex; align-items: flex-start; gap: 8px;
  font-weight: 300; line-height: 1.6;
}
.footer-contact-text .bi { color: var(--sage); opacity: 0.45; font-size: 13px; flex-shrink: 0; margin-top: 2px; }
.footer-copy { font-size: 11px; color: rgba(255,255,255,0.16); }
.footer-legal-link {
  font-size: 11px; color: rgba(255,255,255,0.18); text-decoration: none; transition: color 0.2s;
}
.footer-legal-link:hover { color: rgba(255,255,255,0.55); }
.footer-legal-sep { color: rgba(255,255,255,0.1); font-size: 11px; }

/* ============================================================
   PAGE HEADER (interior pages)
   ============================================================ */
.page-header {
  background: var(--forest);
  padding: 8rem 0 4rem;
  position: relative; overflow: hidden;
}
.page-header::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, #061510 0%, #0D3B26 60%, #1a5c3a 100%);
}
.page-header .container { position: relative; z-index: 1; }
.page-header-title {
  font-family: 'Libre Baskerville', serif;
  font-size: clamp(32px, 4.5vw, 54px);
  font-weight: 700; color: #fff; line-height: 1.1; margin-top: 1rem;
}
.page-header-title em { font-style: italic; color: var(--sage); }
.page-header-sub { font-size: 16px; color: rgba(255,255,255,0.55); margin-top: 1rem; font-weight: 300; max-width: 560px; }
.svc-hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(123,191,154,0.1); border: 1px solid rgba(123,191,154,0.22);
  border-radius: 20px; padding: 4px 14px;
  font-size: 11px; font-weight: 600; color: var(--sage); letter-spacing: 0.04em;
}

/* ============================================================
   SERVICES DETAIL PAGE
   ============================================================ */
.svc-detail-number {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 72px; font-weight: 700;
  color: var(--sage-light); opacity: 0.6;
  line-height: 1; letter-spacing: -2px;
  margin-bottom: -0.5rem;
}
.svc-detail-benefits { display: flex; flex-direction: column; gap: 10px; margin-top: 1.25rem; }
.benefit-item {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px; color: var(--ink-mid); line-height: 1.5;
}
.benefit-item .bi { font-size: 16px; flex-shrink: 0; margin-top: 1px; }
.price-highlight {
  background: var(--cream); border: 1px solid var(--border);
  border-left: 3px solid var(--forest);
  border-radius: 0 8px 8px 0;
  padding: 12px 16px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px; font-weight: 700; color: var(--forest);
  letter-spacing: 0.04em;
}
.info-callout {
  background: var(--forest); border-radius: 12px; padding: 2rem;
  color: rgba(255,255,255,0.6);
}
.info-callout h5 { color: #fff; font-weight: 600; margin-bottom: 0.75rem; font-size: 14px; letter-spacing: 0.04em; text-transform: uppercase; }
.info-callout p  { font-size: 13px; line-height: 1.72; font-weight: 300; margin-bottom: 0; }
.best-for-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.best-for-list li {
  font-size: 13px; color: rgba(255,255,255,0.55);
  padding-left: 1.25rem; position: relative; line-height: 1.55;
}
.best-for-list li::before {
  content: '→'; position: absolute; left: 0;
  color: var(--sage); opacity: 0.7; font-size: 12px;
}
.industry-tag {
  background: var(--cream); border: 1px solid var(--border);
  border-radius: 8px; padding: 8px 12px;
  font-size: 12px; font-weight: 600; color: var(--ink-mid);
  display: flex; align-items: center;
}
.compliance-card {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px; padding: 1.75rem;
}
.compliance-reg-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px; font-weight: 700; color: var(--sage); letter-spacing: 0.06em;
}
.compliance-card h5 { color: #fff; margin-top: 0.5rem; font-weight: 600; font-size: 15px; }
.compliance-card p  { font-size: 13px; line-height: 1.72; font-weight: 300; margin-top: 0.75rem; color: rgba(255,255,255,0.5); }

/* ============================================================
   BLOG PAGES
   ============================================================ */
.blog-hero { background: var(--forest); padding: 8rem 0 4rem; position: relative; }
.blog-hero::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, #061510 0%, #0D3B26 60%, #1a5c3a 100%);
}
.blog-hero .container { position: relative; z-index: 1; }
.blog-content h2 { font-family:'Libre Baskerville',Georgia,serif; font-size:clamp(20px,2.5vw,26px); font-weight:700; color:var(--ink); margin:2.5rem 0 1rem; line-height:1.25; }
.blog-content h3 { font-family:'Barlow Condensed',sans-serif; font-size:17px; font-weight:700; letter-spacing:0.06em; text-transform:uppercase; color:var(--forest-bright); margin:2rem 0 0.75rem; }
.blog-content p   { font-size:15px; color:var(--ink-light); line-height:1.85; margin-bottom:1.25rem; font-weight:300; }
.blog-content strong { color:var(--ink-mid); font-weight:600; }
.blog-content ul, .blog-content ol { font-size:15px; color:var(--ink-light); line-height:1.85; font-weight:300; padding-left:1.5rem; margin-bottom:1.25rem; }
.callout { background:var(--sage-light); border-left:4px solid var(--forest-bright); border-radius:0 8px 8px 0; padding:1.25rem 1.5rem; margin:1.5rem 0; }
.callout p { margin:0; color:var(--forest); font-size:14px; }
.retention-table { width:100%; border-collapse:collapse; font-size:13px; }
.retention-table th { background:var(--forest); color:#fff; padding:10px 14px; text-align:left; font-weight:600; font-size:11px; letter-spacing:0.08em; text-transform:uppercase; }
.retention-table td { padding:9px 14px; border-bottom:1px solid var(--border); color:var(--ink-light); }
.retention-table tr:nth-child(even) td { background:var(--cream); }
.period { font-weight:600; color:var(--forest); }
.blog-sidebar .sidebar-widget { background:var(--cream); border:1px solid var(--border); border-radius:12px; padding:1.5rem; margin-bottom:1.5rem; }
.blog-sidebar .sidebar-widget h5 { font-size:14px; font-weight:700; color:var(--ink); margin-bottom:1rem; }
.blog-sidebar .sidebar-widget ul { list-style:none; padding:0; }
.blog-sidebar .sidebar-widget li { padding:6px 0; border-bottom:1px solid var(--border); font-size:13px; }
.blog-sidebar .sidebar-widget li:last-child { border-bottom:none; }
.blog-sidebar .sidebar-widget a { color:var(--forest-bright); text-decoration:none; font-weight:500; }
.blog-sidebar .sidebar-cta { background:var(--forest); color:#fff; border-radius:12px; padding:1.5rem; text-align:center; }
.blog-sidebar .sidebar-cta h5 { color:var(--sage); font-size:14px; margin-bottom:0.75rem; }
.blog-sidebar .sidebar-cta p { font-size:13px; color:rgba(255,255,255,0.55); line-height:1.6; margin-bottom:1rem; }

/* ============================================================
   LOCATION PAGES
   ============================================================ */
.location-hero { background:var(--forest); padding:8rem 0 4rem; position:relative; }
.location-hero::before { content:''; position:absolute; inset:0; background:linear-gradient(135deg,#061510 0%,#0D3B26 60%,#1a5c3a 100%); }
.location-hero .container { position:relative; z-index:1; }

/* ============================================================
   FAQ PAGE
   ============================================================ */
.faq-section { padding: 5rem 0; }
.accordion-item { border: 1px solid var(--border); border-radius: 10px !important; margin-bottom: 0.75rem; overflow: hidden; }
.accordion-button {
  font-size: 15px; font-weight: 600; color: var(--ink);
  background: #fff; padding: 1.25rem 1.5rem;
}
.accordion-button:not(.collapsed) { color: var(--forest); background: var(--cream); box-shadow: none; }
.accordion-button::after { filter: none; }
.accordion-body { font-size: 14px; color: var(--ink-light); line-height: 1.8; padding: 0 1.5rem 1.5rem; }

/* ============================================================
   CALCULATOR PAGE
   ============================================================ */
.calc-hero { background:var(--forest); padding:8rem 0 4rem; position:relative; }
.calc-hero::before { content:''; position:absolute; inset:0; background:linear-gradient(135deg,#061510 0%,#0D3B26 60%,#1a5c3a 100%); }
.calc-hero .container { position:relative; z-index:1; }
.calc-wrap { background:#fff; border:1px solid var(--border); border-radius:16px; overflow:hidden; box-shadow:0 20px 60px rgba(0,0,0,0.1); }
.calc-sidebar { background:var(--forest); padding:2.5rem; }
.service-btn { display:flex; align-items:center; gap:12px; width:100%; background:transparent; border:1px solid rgba(255,255,255,0.12); border-radius:10px; padding:14px 16px; color:rgba(255,255,255,0.6); text-align:left; cursor:pointer; transition:all 0.2s; margin-bottom:8px; font-family:'Barlow',sans-serif; }
.service-btn:hover, .service-btn.active { background:rgba(123,191,154,0.12); border-color:var(--sage); color:#fff; }
.service-btn .bi { font-size:18px; }
.service-btn-text { flex:1; }
.service-btn-label { font-size:13px; font-weight:600; display:block; }
.service-btn-sub   { font-size:11px; opacity:0.55; }
.service-price-tag { font-size:11px; color:var(--sage); font-weight:600; }
.calc-main { padding:2.5rem; }
.service-panel { display:none; }
.service-panel.active { display:block; }
.slider-wrap { margin-bottom:1.5rem; }
.slider-label { display:flex; justify-content:space-between; align-items:center; margin-bottom:8px; }
.slider-label span { font-size:12px; font-weight:600; letter-spacing:0.06em; text-transform:uppercase; color:var(--ink-light); }
.slider-value { font-family:'Libre Baskerville',serif; font-size:22px; font-weight:700; color:var(--forest); }
input[type=range].bss-range { width:100%; height:6px; border-radius:3px; background:var(--border); outline:none; -webkit-appearance:none; cursor:pointer; }
input[type=range].bss-range::-webkit-slider-thumb { -webkit-appearance:none; width:22px; height:22px; border-radius:50%; background:var(--forest); border:3px solid white; box-shadow:0 2px 8px rgba(0,0,0,0.2); cursor:pointer; }
.price-display { background:var(--forest); border-radius:12px; padding:2rem; margin-top:1.5rem; text-align:center; }
.price-total { font-family:'Libre Baskerville',serif; font-size:52px; font-weight:700; color:var(--sage); line-height:1; margin:0.5rem 0; }
.price-label { font-size:12px; color:rgba(255,255,255,0.4); font-weight:600; letter-spacing:0.1em; text-transform:uppercase; }
.price-breakdown { margin-top:1rem; }
.price-line { display:flex; justify-content:space-between; align-items:center; padding:6px 0; border-bottom:1px solid rgba(255,255,255,0.07); font-size:13px; color:rgba(255,255,255,0.55); }
.price-line:last-child { border-bottom:none; color:rgba(255,255,255,0.85); }
.book-btn { background:var(--sage); color:var(--forest); border:none; border-radius:8px; padding:16px 32px; font-family:'Barlow',sans-serif; font-size:15px; font-weight:700; width:100%; cursor:pointer; letter-spacing:0.03em; transition:all 0.2s; text-transform:uppercase; margin-top:1.25rem; }
.book-btn:hover { background:#a0d4b5; }
.coverage-note { background:rgba(123,191,154,0.1); border-radius:8px; padding:12px 16px; font-size:12px; color:var(--forest); margin-top:1rem; display:flex; align-items:flex-start; gap:8px; }
.addon-check { display:flex; align-items:center; gap:12px; padding:12px 14px; border:1px solid var(--border); border-radius:8px; cursor:pointer; transition:all 0.2s; margin-bottom:8px; background:#fff; }
.addon-check:hover { border-color:var(--forest); }
.addon-check.checked { border-color:var(--forest); background:rgba(13,59,38,0.03); }
.addon-box { width:20px; height:20px; border:2px solid var(--border); border-radius:4px; flex-shrink:0; display:flex; align-items:center; justify-content:center; transition:all 0.2s; }
.addon-check.checked .addon-box { background:var(--forest); border-color:var(--forest); }

/* ============================================================
   EVENTS PAGE
   ============================================================ */
.events-hero { background:var(--forest); padding:8rem 0 4rem; position:relative; }
.events-hero::before { content:''; position:absolute; inset:0; background:linear-gradient(135deg,#061510 0%,#0D3B26 60%,#1a5c3a 100%); }
.events-hero .container { position:relative; z-index:1; }
.event-card { background:#fff; border:1px solid var(--border); border-radius:14px; overflow:hidden; transition:transform 0.2s,box-shadow 0.2s; height:100%; }
.event-card:hover { transform:translateY(-3px); box-shadow:0 12px 36px rgba(0,0,0,0.08); }
.event-header { padding:1.25rem 1.5rem; border-bottom:1px solid var(--border); display:flex; justify-content:space-between; align-items:flex-start; gap:12px; }
.event-date-badge { background:var(--forest); border-radius:10px; padding:10px 14px; text-align:center; flex-shrink:0; min-width:56px; }
.event-date-month { font-size:10px; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; color:var(--sage); display:block; }
.event-date-day   { font-family:'Libre Baskerville',serif; font-size:24px; font-weight:700; color:#fff; line-height:1; }
.event-title { font-family:'Libre Baskerville',serif; font-size:17px; font-weight:700; color:var(--ink); line-height:1.3; }
.event-badge { display:inline-block; font-size:10px; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; padding:3px 9px; border-radius:20px; }
.tag-free     { background:var(--sage-light); color:var(--forest); }
.tag-low-cost { background:var(--gold-light); color:var(--gold); }
.tag-upcoming { background:var(--sage-light); color:var(--forest); }
.event-detail { display:flex; align-items:flex-start; gap:8px; font-size:13px; color:var(--ink-mid); }
.event-detail i { color:var(--forest-bright); font-size:13px; flex-shrink:0; margin-top:2px; }
.event-footer { padding:1rem 1.5rem; border-top:1px solid var(--border); background:var(--cream); }
.past-event .event-date-badge { background:var(--ink-light); }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-form-card { background:#fff; border:1px solid var(--border); border-radius:14px; padding:2.5rem; }
.contact-info-item { display:flex; align-items:flex-start; gap:16px; }
.contact-info-icon { width:44px; height:44px; border-radius:10px; background:var(--sage-light); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.contact-info-icon .bi { font-size:20px; color:var(--forest); }
.contact-info-title { font-size:11px; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; color:var(--ink-light); margin-bottom:4px; }
.contact-info-value { font-size:15px; font-weight:600; color:var(--ink); }
.contact-info-sub   { font-size:13px; color:var(--ink-light); }

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-section .col-lg-6:first-child > * { animation: fadeInUp 0.6s ease forwards; }
.hero-section .col-lg-6:first-child > *:nth-child(1) { animation-delay: 0.1s; }
.hero-section .col-lg-6:first-child > *:nth-child(2) { animation-delay: 0.2s; }
.hero-section .col-lg-6:first-child > *:nth-child(3) { animation-delay: 0.3s; }
.hero-section .col-lg-6:first-child > *:nth-child(4) { animation-delay: 0.4s; }
.quote-card { animation: fadeInUp 0.6s 0.3s ease both; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991px) {
  .hero-title { font-size: clamp(36px, 8vw, 56px); }
  .stat-num   { font-size: 30px; }
  .calc-sidebar { padding: 1.5rem; }
  .calc-main    { padding: 1.5rem; }
}
@media (max-width: 767px) {
  .py-6 { padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .hero-title { font-size: 36px; }
  .section-title { font-size: 26px; }
  .cta-title { font-size: 30px; }
  .cert-bar-inner { gap: 0.75rem; }
  .cert-bar-item  { font-size: 11px; }
  .cert-bar-label { display: none; }
}
@media (max-width: 575px) {
  .hero-title { font-size: 32px; }
  .price-total { font-size: 40px; }
  .svc-detail-number { font-size: 52px; }
}

/* ============================================================
   WORDPRESS-SPECIFIC ADDITIONS
   ============================================================ */

/* Ensure body content clears the fixed navbar */
body { padding-top: 70px; }
.page-header { margin-top: 0; }

/* Post content styles */
.bss-post-content h2 { font-family:'Libre Baskerville',Georgia,serif; font-size:clamp(20px,2.5vw,26px); font-weight:700; color:var(--ink); margin:2.5rem 0 1rem; line-height:1.25; }
.bss-post-content h3 { font-family:'Barlow Condensed',sans-serif; font-size:17px; font-weight:700; letter-spacing:0.06em; text-transform:uppercase; color:var(--forest-bright); margin:2rem 0 0.75rem; }
.bss-post-content p  { font-size:15px; color:var(--ink-light); line-height:1.85; margin-bottom:1.25rem; font-weight:300; }
.bss-post-content strong { color:var(--ink-mid); font-weight:600; }
.bss-post-content ul, .bss-post-content ol { font-size:15px; color:var(--ink-light); line-height:1.85; font-weight:300; padding-left:1.5rem; margin-bottom:1.25rem; }
.bss-post-content img { border-radius:8px; margin:1.5rem 0; width:100%; height:auto; }
.bss-post-content a { color:var(--forest-bright); }
.bss-post-content blockquote { border-left:4px solid var(--sage); padding:1rem 1.5rem; background:var(--cream); border-radius:0 8px 8px 0; margin:1.5rem 0; }
.bss-post-content blockquote p { color:var(--forest-mid); font-style:italic; margin:0; }

/* WordPress pagination */
.page-numbers { display:inline-flex; align-items:center; justify-content:center; width:36px; height:36px; border-radius:6px; text-decoration:none; font-size:13px; font-weight:600; color:var(--ink); border:1px solid var(--border); transition:all 0.2s; }
.page-numbers.current { background:var(--forest); color:#fff; border-color:var(--forest); }
.page-numbers:hover:not(.current) { background:var(--cream); }
.page-numbers.prev, .page-numbers.next { width:auto; padding:0 12px; }

/* Form success/error states */
.form-success-message { display:none; background:rgba(42,138,88,0.08); border:1px solid rgba(42,138,88,0.25); border-radius:10px; padding:2rem; text-align:center; }
.form-success-message .bi { font-size:40px; color:var(--forest-bright); }
.form-success-message h4 { color:var(--forest); margin-top:0.75rem; font-weight:700; }
.form-success-message p  { color:var(--ink-light); font-size:14px; margin:0; }

/* Service areas page */
.county-section-title { font-family:'Barlow Condensed',sans-serif; font-size:11px; font-weight:700; letter-spacing:0.18em; text-transform:uppercase; color:var(--forest-bright); padding:8px 0; margin-bottom:0.5rem; border-bottom:2px solid var(--sage-light); }
.county-city-link { display:inline-block; font-size:13px; color:var(--ink-mid); text-decoration:none; padding:4px 10px; border:1px solid var(--border); border-radius:6px; margin:3px; transition:all 0.2s; background:#fff; }
.county-city-link:hover { border-color:var(--forest); color:var(--forest); background:rgba(13,59,38,0.03); }

/* FAQ specific */
.faq-category-label { font-family:'Barlow Condensed',sans-serif; font-size:11px; font-weight:700; letter-spacing:0.18em; text-transform:uppercase; color:var(--forest-bright); margin-bottom:1rem; margin-top:0.5rem; }
.faq-cta { background:var(--cream); border-radius:12px; padding:2.5rem; }
.faq-cta h3 { font-family:'Libre Baskerville',serif; font-size:clamp(20px,2.5vw,28px); color:var(--forest); }

/* Shred events */
.guarantee-strip { display:flex; flex-wrap:wrap; justify-content:center; gap:16px; margin-top:1rem; }
.guarantee-item  { font-size:11px; color:rgba(255,255,255,0.45); display:flex; align-items:center; gap:5px; }
.guarantee-item .bi { color:var(--sage); font-size:12px; }

/* Calculator slider track */
.slider-track { margin-bottom:1.5rem; }
.price-note { font-size:12px; color:rgba(255,255,255,0.4); margin-top:0.5rem; }

/* Service icon block on services page */
.service-icon { width:36px; height:36px; flex-shrink:0; display:flex; align-items:center; justify-content:center; }
.service-icon .bi { font-size:18px; }

/* Text helper */
.text-forest-bright { color:var(--forest-bright) !important; }
.text-sage-light    { color:var(--sage-light) !important; }

/* ============================================================
   CONTACT FORM 7 — BRAND OVERRIDES
   ============================================================ */
.wpcf7 .form-control,
.wpcf7 .form-select {
  border: 1px solid var(--border);
  border-radius: 8px;
  font-size: 14px;
  font-family: 'Barlow', sans-serif;
  color: var(--ink);
  padding: 10px 14px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.wpcf7 .form-control:focus,
.wpcf7 .form-select:focus {
  border-color: var(--forest);
  box-shadow: 0 0 0 3px rgba(13,59,38,0.08);
  outline: none;
}
/* Submit button inside CF7 */
.wpcf7 .btn.btn-sage {
  background: var(--sage);
  color: var(--forest);
  font-weight: 700;
  border: none;
  border-radius: 8px;
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  letter-spacing: 0.03em;
  transition: background 0.2s;
  cursor: pointer;
}
.wpcf7 .btn.btn-sage:hover { background: #a0d4b5; }
/* CF7 response output */
.wpcf7-response-output {
  border: none !important;
  border-radius: 8px !important;
  padding: 10px 14px !important;
  font-size: 13px !important;
  margin: 1rem 0 0 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  background: rgba(42,138,88,0.08);
  border: 1px solid rgba(42,138,88,0.25) !important;
  color: var(--forest);
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed  .wpcf7-response-output {
  background: rgba(220,53,69,0.06);
  border: 1px solid rgba(220,53,69,0.2) !important;
  color: #b02a37;
}
/* Validation messages */
.wpcf7-not-valid-tip {
  font-size: 12px !important;
  color: #b02a37 !important;
  margin-top: 4px !important;
}
.wpcf7-not-valid { border-color: #f5c6cb !important; }
/* Spinner */
.wpcf7 .ajax-loader {
  display: none !important; /* we use Bootstrap's native submit state */
}


