/*  Best Solar Advice pillar page styles */

/* Jump nav */
.bsa-jump-box { background: #f5f5f5; border-radius: 8px; padding: 14px 16px; margin-bottom: 8px; }
.bsa-jump-box p { font-size: 11px; font-weight: 700; color: #666; text-transform: uppercase; letter-spacing: .06em; margin: 0 0 10px; }
.bsa-jump-box ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; }
.bsa-jump-box ul li a { font-size: 14px; color: #185FA5; text-decoration: none; display: flex; align-items: center; gap: 8px; }
.bsa-jump-box ul li a::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: #85B7EB; flex-shrink: 0; display: inline-block; }

/* Answer box */
.bsa-answer-box { background: #EAF3DE; border-left: 4px solid #1D9E75; border-radius: 0 8px 8px 0; padding: 14px 18px; margin-bottom: 16px; }
.bsa-answer-label { font-size: 10px; font-weight: 700; color: #3B6D11; text-transform: uppercase; letter-spacing: .06em; margin: 0 0 6px; }
.bsa-answer-box p { font-size: 15px; color: #27500A; line-height: 1.7; margin: 0; }

/* Section titles & prose */
.bsa-section-title { font-size: 20px; font-weight: 600; color: #1a1a1a; margin: 0 0 14px; padding-bottom: 10px; border-bottom: 1px solid #e5e5e5; }
.bsa-prose p { font-size: 15px; color: #333; line-height: 1.75; margin: 0 0 12px; }
.bsa-prose p:last-child { margin: 0; }

/* Pros & cons */
.bsa-pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 6px; }
.bsa-pc-col { border-radius: 8px; padding: 14px 16px; }
.bsa-pc-pros { background: #EAF3DE; border: 1px solid #C0DD97; }
.bsa-pc-cons { background: #f5f5f5; border: 1px solid #ddd; }
.bsa-pc-col h3 { font-size: 13px; font-weight: 700; margin: 0 0 10px; }
.bsa-pc-pros h3 { color: #27500A; }
.bsa-pc-cons h3 { color: #444; }
.bsa-pc-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 7px; }
.bsa-pc-list li { font-size: 13px; line-height: 1.5; display: flex; gap: 8px; align-items: flex-start; }
.bsa-pc-pros .bsa-pc-list li { color: #27500A; }
.bsa-pc-cons .bsa-pc-list li { color: #555; }
.bsa-pro-dot { width: 13px; height: 13px; border-radius: 50%; background: #1D9E75; flex-shrink: 0; margin-top: 2px; display: inline-block; }
.bsa-con-dot { width: 13px; height: 13px; border-radius: 50%; background: #aaa; flex-shrink: 0; margin-top: 2px; display: inline-block; }

/* Stat strip */
.bsa-stat-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 6px; }
.bsa-stat-card { background: #f5f5f5; border-radius: 8px; padding: 14px; text-align: center; }
.bsa-stat-num { font-size: 26px; font-weight: 700; color: #1a1a1a; margin: 0 0 4px; }
.bsa-stat-desc { font-size: 12px; color: #666; margin: 0; line-height: 1.4; }

/* Factors grid */
.bsa-factor-list { display: flex; flex-direction: column; gap: 10px; margin-top: 6px; }
.bsa-factor { background: #fff; border: 1px solid #e0e0e0; border-radius: 8px; padding: 14px 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.bsa-factor-name { font-size: 14px; font-weight: 700; color: #1a1a1a; margin: 0 0 4px; }
.bsa-factor-why { font-size: 13px; color: #444; margin: 0; line-height: 1.55; }
.bsa-factor-head { font-size: 10px; font-weight: 700; color: #666; text-transform: uppercase; letter-spacing: .05em; margin: 0 0 4px; }
.bsa-factor-impact { font-size: 13px; color: #555; margin: 0; line-height: 1.55; }
.bsa-factor-impact a { color: #185FA5; }

/* Bottom CTA band */
.bsa-cta-band { background: #EAF3DE; border: 1px solid #C0DD97; border-radius: 10px; padding: 28px; text-align: center; margin-top: 8px; }
.bsa-cta-band h2 { font-size: 20px; font-weight: 700; color: #27500A; margin: 0 0 8px; }
.bsa-cta-band p { font-size: 14px; color: #3B6D11; margin: 0 0 20px; line-height: 1.6; }
.bsa-cta-btn { display: inline-block; background: #1D9E75; color: #fff; font-size: 14px; font-weight: 700; padding: 12px 28px; border-radius: 7px; text-decoration: none; }
.bsa-cta-note { font-size: 11px; color: #3B6D11; margin: 10px 0 0; }

/* Related pillars grid */
.bsa-related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 6px; }
.bsa-rel-card { background: #fff; border: 1px solid #e0e0e0; border-radius: 8px; padding: 12px 14px; }
.bsa-rel-label { font-size: 11px; color: #888; margin: 0 0 4px; }
.bsa-rel-name { font-size: 13px; font-weight: 600; color: #185FA5; margin: 0; }
.bsa-rel-name a { color: #185FA5; text-decoration: none; }

/* Hero header */
.bsa-breadcrumb { font-size: 12px; color: #3B6D11; margin: 0 0 12px; }
.bsa-breadcrumb a { color: #3B6D11; text-decoration: none; border-bottom: 1px solid #C0DD97; }
.bsa-breadcrumb a:hover { border-color: #1D9E75; }
.bsa-hero-h1 { font-size: 34px; font-weight: 700; color: #27500A; margin: 0 0 12px; line-height: 1.25; }
.bsa-hero-intro { font-size: 16px; color: #3B6D11; margin: 0 0 20px; line-height: 1.75; max-width: 640px; }
.bsa-hero-meta { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.bsa-hero-badge { font-size: 12px; background: #C0DD97; color: #27500A; padding: 4px 12px; border-radius: 4px; font-weight: 600; }
.bsa-hero-date { font-size: 12px; color: #3B6D11; }

/* Sidebar CTA */
.bsa-sidebar-cta { background: #EAF3DE; border: 1px solid #C0DD97; border-radius: 10px; padding: 18px; margin-bottom: 16px; }
.bsa-sidebar-cta-eyebrow { font-size: 10px; font-weight: 700; color: #3B6D11; text-transform: uppercase; letter-spacing: .07em; margin: 0 0 7px; }
.bsa-sidebar-cta h3 { font-size: 15px; font-weight: 700; color: #27500A; margin: 0 0 7px; line-height: 1.4; }
.bsa-sidebar-cta p { font-size: 13px; color: #3B6D11; margin: 0 0 14px; line-height: 1.55; }
.bsa-sidebar-cta-btn { display: block; background: #1D9E75; color: #fff; font-size: 13px; font-weight: 700; padding: 11px; border-radius: 7px; text-decoration: none; text-align: center; }
.bsa-sidebar-cta-btn:hover { background: #0F6E56; color: #fff; }
.bsa-sidebar-cta-note { font-size: 11px; color: #3B6D11; text-align: center; margin: 8px 0 0; }

/* Sidebar stats */
.bsa-sidebar-stats { background: #f5f5f5; border-radius: 10px; padding: 14px 16px; }
.bsa-sidebar-stats-title { font-size: 10px; font-weight: 700; color: #666; text-transform: uppercase; letter-spacing: .07em; margin: 0 0 10px; }
.bsa-stat-row { display: flex; justify-content: space-between; align-items: baseline; padding: 7px 0; border-top: 1px solid #e0e0e0; }
.bsa-stat-row:first-of-type { border-top: none; padding-top: 0; }
.bsa-sr-label { font-size: 12px; color: #666; }
.bsa-sr-val { font-size: 14px; font-weight: 700; color: #1a1a1a; }

/* Responsive */
@media (max-width: 600px) {
  .bsa-pros-cons,
  .bsa-stat-strip,
  .bsa-factor,
  .bsa-related-grid { grid-template-columns: 1fr; }
}

.bsa-faq-list { display: flex; flex-direction: column; }
.bsa-faq-item { padding: 14px 0; border-top: 1px solid #e5e5e5; }
.bsa-faq-item:last-child { border-bottom: 1px solid #e5e5e5; }
.bsa-faq-q { font-size: 15px; font-weight: 700; color: #1a1a1a; margin: 0 0 6px; }
.bsa-faq-a { font-size: 14px; color: #444; line-height: 1.7; margin: 0; }

/*  Solar Cost & Savings — additional styles  */
.bsa-cost-table { width: 100%; border-collapse: collapse; font-size: 14px; margin-top: 8px; }
.bsa-cost-table th { font-size: 12px; font-weight: 700; color: #666; text-align: left; padding: 8px 12px; border-bottom: 2px solid #e0e0e0; }
.bsa-cost-table th:not(:first-child) { text-align: right; }
.bsa-cost-table td { padding: 10px 12px; border-bottom: 1px solid #efefef; color: #333; }
.bsa-cost-table td:not(:first-child) { text-align: right; }
.bsa-cost-table tr:last-child td { border-bottom: none; }
.bsa-cost-table tr.bsa-highlight td { background: #EAF3DE; color: #27500A; font-weight: 700; }

.bsa-finance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 8px; }
.bsa-finance-card { background: #fff; border: 1px solid #e0e0e0; border-radius: 10px; padding: 14px 16px; }
.bsa-finance-card.bsa-recommended { border: 2px solid #1D9E75; }
.bsa-fc-badge { font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 4px; display: inline-block; margin-bottom: 8px; }
.bsa-fc-badge-green { background: #E1F5EE; color: #0F6E56; }
.bsa-fc-badge-gray { background: #f1f1f1; color: #666; }
.bsa-fc-name { font-size: 15px; font-weight: 700; color: #1a1a1a; margin: 0 0 10px; }
.bsa-fc-pro { font-size: 12px; color: #27500A; margin: 0 0 5px; padding-left: 14px; position: relative; }
.bsa-fc-pro::before { content: '+'; position: absolute; left: 0; font-weight: 700; color: #1D9E75; }
.bsa-fc-con { font-size: 12px; color: #666; margin: 0 0 5px; padding-left: 14px; position: relative; }
.bsa-fc-con::before { content: '—'; position: absolute; left: 0; color: #aaa; }
.bsa-fc-best { font-size: 11px; color: #666; margin: 10px 0 0; padding-top: 10px; border-top: 1px solid #efefef; font-style: italic; }

.bsa-calc-wrap { background: #fff; border: 1px solid #e0e0e0; border-radius: 10px; padding: 20px; margin-top: 8px; }
.bsa-calc-title { font-size: 16px; font-weight: 700; color: #1a1a1a; margin: 0 0 16px; }
.bsa-calc-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 16px; }
.bsa-calc-field label { font-size: 12px; font-weight: 700; color: #555; display: block; margin-bottom: 5px; }
.bsa-calc-field select { width: 100%; font-size: 14px; padding: 8px 10px; border: 1px solid #ddd; border-radius: 6px; background: #fff; color: #222; }
.bsa-calc-result { background: #EAF3DE; border-radius: 8px; padding: 16px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 12px; }
.bsa-cr-item { text-align: center; }
.bsa-cr-label { font-size: 11px; color: #3B6D11; margin: 0 0 4px; }
.bsa-cr-val { font-size: 22px; font-weight: 700; color: #27500A; margin: 0; }
.bsa-cr-sub { font-size: 10px; color: #3B6D11; margin: 3px 0 0; }
.bsa-calc-note { font-size: 12px; color: #888; margin: 0; text-align: center; }

@media (max-width: 600px) {
  .bsa-finance-grid { grid-template-columns: 1fr; }
  .bsa-calc-fields { grid-template-columns: 1fr; }
  .bsa-calc-result { grid-template-columns: 1fr; }
}
/*  Solar Incentives & Tax Credits — additional styles  */
.bsa-inc-card { background: #fff; border: 1px solid #e0e0e0; border-radius: 10px; padding: 14px 16px; display: grid; grid-template-columns: 52px minmax(0,1fr); gap: 14px; align-items: start; margin-bottom: 10px; }
.bsa-inc-card:last-child { margin-bottom: 0; }
.bsa-inc-icon { width: 48px; height: 48px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; flex-shrink: 0; }
.bsa-inc-icon-green { background: #EAF3DE; color: #27500A; }
.bsa-inc-icon-blue { background: #E6F1FB; color: #185FA5; }
.bsa-inc-icon-amber { background: #FAEEDA; color: #854F0B; }
.bsa-inc-name { font-size: 14px; font-weight: 700; color: #1a1a1a; margin: 0 0 3px; }
.bsa-inc-val { font-size: 13px; font-weight: 700; color: #1D9E75; margin: 0 0 6px; }
.bsa-inc-desc { font-size: 13px; color: #555; margin: 0; line-height: 1.6; }

.bsa-inc-calc-wrap { background: #fff; border: 1px solid #e0e0e0; border-radius: 10px; padding: 20px; margin-top: 8px; }
.bsa-inc-calc-title { font-size: 16px; font-weight: 700; color: #1a1a1a; margin: 0 0 16px; }
.bsa-inc-calc-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 16px; }
.bsa-inc-calc-field label { font-size: 12px; font-weight: 700; color: #555; display: block; margin-bottom: 5px; }
.bsa-inc-calc-field select { width: 100%; font-size: 14px; padding: 8px 10px; border: 1px solid #ddd; border-radius: 6px; background: #fff; color: #222; }
.bsa-inc-calc-result { background: #EAF3DE; border-radius: 8px; padding: 16px; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 10px; }
.bsa-inc-cr-item { text-align: center; }
.bsa-inc-cr-label { font-size: 11px; color: #3B6D11; margin: 0 0 4px; }
.bsa-inc-cr-val { font-size: 22px; font-weight: 700; color: #27500A; margin: 0; }
.bsa-inc-cr-sub { font-size: 10px; color: #3B6D11; margin: 3px 0 0; }
.bsa-inc-calc-note { font-size: 12px; color: #888; margin: 0 0 8px; text-align: center; }
.bsa-inc-calc-disclaimer { font-size: 12px; color: #666; background: #f5f5f5; border-radius: 6px; padding: 10px 12px; margin: 0; }

.bsa-steps-list { display: flex; flex-direction: column; }
.bsa-step { display: grid; grid-template-columns: 36px minmax(0,1fr); gap: 12px; padding: 12px 0; border-top: 1px solid #efefef; align-items: start; }
.bsa-step:last-child { border-bottom: 1px solid #efefef; }
.bsa-step-num { width: 30px; height: 30px; border-radius: 50%; background: #EAF3DE; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: #27500A; flex-shrink: 0; margin-top: 1px; }
.bsa-step-title { font-size: 14px; font-weight: 700; color: #1a1a1a; margin: 0 0 4px; }
.bsa-step-desc { font-size: 13px; color: #555; margin: 0; line-height: 1.6; }

@media (max-width: 600px) {
  .bsa-inc-calc-fields { grid-template-columns: 1fr; }
  .bsa-inc-calc-result { grid-template-columns: 1fr; }
  .bsa-inc-card { grid-template-columns: 1fr; }
}
/*  Solar Panels & Equipment Guide — additional styles  */
.bsa-equip-section { border: 1px solid #e0e0e0; border-radius: 10px; overflow: hidden; margin-top: 8px; }
.bsa-equip-header { padding: 14px 16px; display: flex; align-items: center; gap: 12px; }
.bsa-equip-header-green { background: #EAF3DE; border-bottom: 1px solid #C0DD97; }
.bsa-equip-header-blue { background: #E6F1FB; border-bottom: 1px solid #B5D4F4; }
.bsa-equip-header-amber { background: #FAEEDA; border-bottom: 1px solid #FAC775; }
.bsa-equip-icon { width: 40px; height: 40px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.bsa-equip-header-title { font-size: 15px; font-weight: 700; margin: 0 0 3px; }
.bsa-equip-header-green .bsa-equip-header-title { color: #27500A; }
.bsa-equip-header-blue .bsa-equip-header-title { color: #0C447C; }
.bsa-equip-header-amber .bsa-equip-header-title { color: #633806; }
.bsa-equip-header-sub { font-size: 12px; margin: 0; }
.bsa-equip-header-green .bsa-equip-header-sub { color: #3B6D11; }
.bsa-equip-header-blue .bsa-equip-header-sub { color: #185FA5; }
.bsa-equip-header-amber .bsa-equip-header-sub { color: #854F0B; }
.bsa-equip-body { padding: 16px; background: #fff; }
.bsa-equip-body p { font-size: 14px; color: #333; line-height: 1.75; margin: 0 0 12px; }
.bsa-equip-body p:last-child { margin: 0; }

.bsa-type-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; }
.bsa-type-card { background: #f5f5f5; border-radius: 8px; padding: 12px 14px; }
.bsa-type-card-recommended { background: #EAF3DE; border: 1px solid #C0DD97; }
.bsa-type-name { font-size: 13px; font-weight: 700; color: #1a1a1a; margin: 0 0 4px; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.bsa-type-badge { font-size: 10px; font-weight: 700; background: #1D9E75; color: #fff; padding: 2px 7px; border-radius: 3px; }
.bsa-type-desc { font-size: 12px; color: #555; margin: 0 0 6px; line-height: 1.5; }
.bsa-type-pro { font-size: 12px; color: #27500A; margin: 0 0 3px; padding-left: 14px; position: relative; }
.bsa-type-pro::before { content: '+'; position: absolute; left: 0; font-weight: 700; color: #1D9E75; }
.bsa-type-con { font-size: 12px; color: #666; margin: 0; padding-left: 14px; position: relative; }
.bsa-type-con::before { content: '—'; position: absolute; left: 0; color: #aaa; }

.bsa-brand-table { width: 100%; border-collapse: collapse; margin-top: 8px; }
.bsa-brand-table th { font-size: 11px; font-weight: 700; color: #666; text-align: left; padding: 6px 10px; border-bottom: 2px solid #e0e0e0; }
.bsa-brand-table td { padding: 10px; border-bottom: 1px solid #efefef; vertical-align: top; }
.bsa-brand-table tr:last-child td { border-bottom: none; }
.bsa-brand-name { font-size: 13px; font-weight: 700; color: #1a1a1a; margin: 0 0 2px; }
.bsa-brand-desc { font-size: 12px; color: #555; margin: 0; line-height: 1.5; }
.bsa-brand-tier { font-size: 10px; font-weight: 700; padding: 3px 8px; border-radius: 4px; white-space: nowrap; display: inline-block; }
.bsa-tier-premium { background: #FAEEDA; color: #854F0B; }
.bsa-tier-mid { background: #E6F1FB; color: #185FA5; }
.bsa-tier-value { background: #EAF3DE; color: #3B6D11; }

@media (max-width: 600px) {
  .bsa-type-grid { grid-template-columns: 1fr; }
  .bsa-brand-table th:nth-child(3),
  .bsa-brand-table td:nth-child(3) { display: none; }
}
/*  Solar Installation Guide — additional styles  */
.bsa-timeline { display: flex; flex-direction: column; margin-top: 8px; }
.bsa-timeline-item { display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 14px; padding-bottom: 22px; }
.bsa-timeline-item:last-child { padding-bottom: 0; }
.bsa-timeline-left { display: flex; flex-direction: column; align-items: center; }
.bsa-timeline-num { width: 38px; height: 38px; border-radius: 50%; background: #1D9E75; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: #fff; flex-shrink: 0; }
.bsa-timeline-line { width: 2px; background: #C0DD97; flex: 1; margin-top: 5px; min-height: 20px; }
.bsa-timeline-item:last-child .bsa-timeline-line { display: none; }
.bsa-timeline-content { padding-top: 7px; }
.bsa-timeline-title { font-size: 14px; font-weight: 700; color: #1a1a1a; margin: 0 0 5px; }
.bsa-timeline-desc { font-size: 13px; color: #555; margin: 0 0 8px; line-height: 1.65; }
.bsa-timeline-duration { font-size: 11px; background: #f0f0f0; color: #666; padding: 3px 10px; border-radius: 4px; display: inline-block; }

.bsa-checklist-wrap { background: #fff; border: 1px solid #e0e0e0; border-radius: 10px; padding: 20px; margin-top: 8px; }
.bsa-checklist-title { font-size: 15px; font-weight: 700; color: #1a1a1a; margin: 0 0 4px; }
.bsa-checklist-sub { font-size: 13px; color: #666; margin: 0 0 16px; }
.bsa-checklist-items { display: flex; flex-direction: column; gap: 8px; }
.bsa-check-item { display: flex; align-items: flex-start; gap: 10px; padding: 10px 12px; border-radius: 7px; border: 1px solid #e0e0e0; background: #fff; cursor: pointer; }
.bsa-check-item.bsa-checked { background: #EAF3DE; border-color: #C0DD97; }
.bsa-check-box { width: 20px; height: 20px; border-radius: 4px; border: 2px solid #ccc; flex-shrink: 0; margin-top: 1px; display: flex; align-items: center; justify-content: center; font-size: 12px; color: transparent; }
.bsa-check-item.bsa-checked .bsa-check-box { background: #1D9E75; border-color: #1D9E75; color: #fff; }
.bsa-check-text { font-size: 13px; color: #333; line-height: 1.5; }
.bsa-check-item.bsa-checked .bsa-check-text { color: #27500A; }
.bsa-checklist-progress { margin-top: 16px; }
.bsa-progress-label { font-size: 12px; color: #666; margin: 0 0 6px; display: flex; justify-content: space-between; }
.bsa-progress-bg { background: #efefef; border-radius: 4px; height: 7px; }
.bsa-progress-fill { background: #1D9E75; border-radius: 4px; height: 7px; transition: width 0.3s ease; }
.bsa-checklist-cta { margin-top: 16px; text-align: center; padding-top: 16px; border-top: 1px solid #efefef; }
.bsa-checklist-cta p { font-size: 13px; color: #666; margin: 0 0 10px; }
.bsa-checklist-cta-btn { display: inline-block; background: #1D9E75; color: #fff; font-size: 13px; font-weight: 700; padding: 11px 24px; border-radius: 7px; text-decoration: none; border: none; cursor: pointer; }
.bsa-checklist-note { font-size: 11px; color: #888; margin: 8px 0 0; }

.bsa-red-flags { display: flex; flex-direction: column; gap: 10px; margin-top: 8px; }
.bsa-red-flag { background: #FCEBEB; border: 1px solid #F7C1C1; border-radius: 8px; padding: 12px 16px; display: flex; gap: 12px; align-items: flex-start; }
.bsa-rf-dot { width: 10px; height: 10px; border-radius: 50%; background: #E24B4A; flex-shrink: 0; margin-top: 3px; }
.bsa-rf-text { font-size: 13px; color: #501313; margin: 0; line-height: 1.6; }
/*  Solar Installation Guide — additional styles  */
.bsa-timeline { display: flex; flex-direction: column; margin-top: 8px; }
.bsa-timeline-item { display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 14px; padding-bottom: 22px; }
.bsa-timeline-item:last-child { padding-bottom: 0; }
.bsa-timeline-left { display: flex; flex-direction: column; align-items: center; }
.bsa-timeline-num { width: 38px; height: 38px; border-radius: 50%; background: #1D9E75; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: #fff; flex-shrink: 0; }
.bsa-timeline-line { width: 2px; background: #C0DD97; flex: 1; margin-top: 5px; min-height: 20px; }
.bsa-timeline-item:last-child .bsa-timeline-line { display: none; }
.bsa-timeline-content { padding-top: 7px; }
.bsa-timeline-title { font-size: 14px; font-weight: 700; color: #1a1a1a; margin: 0 0 5px; }
.bsa-timeline-desc { font-size: 13px; color: #555; margin: 0 0 8px; line-height: 1.65; }
.bsa-timeline-duration { font-size: 11px; background: #f0f0f0; color: #666; padding: 3px 10px; border-radius: 4px; display: inline-block; }

.bsa-checklist-wrap { background: #fff; border: 1px solid #e0e0e0; border-radius: 10px; padding: 20px; margin-top: 8px; }
.bsa-checklist-title { font-size: 15px; font-weight: 700; color: #1a1a1a; margin: 0 0 4px; }
.bsa-checklist-sub { font-size: 13px; color: #666; margin: 0 0 16px; }
.bsa-checklist-items { display: flex; flex-direction: column; gap: 8px; }
.bsa-check-item { display: flex; align-items: flex-start; gap: 10px; padding: 10px 12px; border-radius: 7px; border: 1px solid #e0e0e0; background: #fff; cursor: pointer; }
.bsa-check-item.bsa-checked { background: #EAF3DE; border-color: #C0DD97; }
.bsa-check-box { width: 20px; height: 20px; border-radius: 4px; border: 2px solid #ccc; flex-shrink: 0; margin-top: 1px; display: flex; align-items: center; justify-content: center; font-size: 12px; color: transparent; }
.bsa-check-item.bsa-checked .bsa-check-box { background: #1D9E75; border-color: #1D9E75; color: #fff; }
.bsa-check-text { font-size: 13px; color: #333; line-height: 1.5; }
.bsa-check-item.bsa-checked .bsa-check-text { color: #27500A; }
.bsa-checklist-progress { margin-top: 16px; }
.bsa-progress-label { font-size: 12px; color: #666; margin: 0 0 6px; display: flex; justify-content: space-between; }
.bsa-progress-bg { background: #efefef; border-radius: 4px; height: 7px; }
.bsa-progress-fill { background: #1D9E75; border-radius: 4px; height: 7px; transition: width 0.3s ease; }
.bsa-checklist-cta { margin-top: 16px; text-align: center; padding-top: 16px; border-top: 1px solid #efefef; }
.bsa-checklist-cta p { font-size: 13px; color: #666; margin: 0 0 10px; }
.bsa-checklist-cta-btn { display: inline-block; background: #1D9E75; color: #fff; font-size: 13px; font-weight: 700; padding: 11px 24px; border-radius: 7px; text-decoration: none; border: none; cursor: pointer; }
.bsa-checklist-note { font-size: 11px; color: #888; margin: 8px 0 0; }

.bsa-red-flags { display: flex; flex-direction: column; gap: 10px; margin-top: 8px; }
.bsa-red-flag { background: #FCEBEB; border: 1px solid #F7C1C1; border-radius: 8px; padding: 12px 16px; display: flex; gap: 12px; align-items: flex-start; }
.bsa-rf-dot { width: 10px; height: 10px; border-radius: 50%; background: #E24B4A; flex-shrink: 0; margin-top: 3px; }
.bsa-rf-text { font-size: 13px; color: #501313; margin: 0; line-height: 1.6; }

/*  Solar Maintenance & Troubleshooting — additional styles  */
.bsa-schedule-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 8px; }
.bsa-schedule-card { background: #fff; border: 1px solid #e0e0e0; border-radius: 10px; overflow: hidden; }
.bsa-schedule-header { padding: 9px 12px; font-size: 12px; font-weight: 700; text-align: center; }
.bsa-sch-monthly { background: #E6F1FB; color: #185FA5; }
.bsa-sch-annual { background: #EAF3DE; color: #27500A; }
.bsa-sch-periodic { background: #FAEEDA; color: #854F0B; }
.bsa-schedule-body { padding: 10px 12px; }
.bsa-schedule-item { font-size: 12px; color: #333; padding: 5px 0; border-bottom: 1px solid #efefef; display: flex; gap: 8px; align-items: flex-start; line-height: 1.5; }
.bsa-schedule-item:last-child { border-bottom: none; padding-bottom: 0; }
.bsa-sch-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; margin-top: 5px; }
.bsa-dot-blue { background: #185FA5; }
.bsa-dot-green { background: #1D9E75; }
.bsa-dot-amber { background: #EF9F27; }

.bsa-maint-checklist-wrap { background: #fff; border: 1px solid #e0e0e0; border-radius: 10px; padding: 20px; margin-top: 8px; }
.bsa-maint-checklist-title { font-size: 15px; font-weight: 700; color: #1a1a1a; margin: 0 0 4px; }
.bsa-maint-checklist-sub { font-size: 13px; color: #666; margin: 0 0 14px; }
.bsa-maint-cl-section { font-size: 11px; font-weight: 700; color: #888; text-transform: uppercase; letter-spacing: .06em; margin: 14px 0 7px; }
.bsa-maint-cl-section:first-of-type { margin-top: 0; }
.bsa-maint-items { display: flex; flex-direction: column; gap: 6px; }
.bsa-maint-check-item { display: flex; align-items: flex-start; gap: 10px; padding: 9px 12px; border-radius: 7px; border: 1px solid #e0e0e0; background: #fff; cursor: pointer; }
.bsa-maint-check-item.bsa-maint-checked { background: #EAF3DE; border-color: #C0DD97; }
.bsa-maint-check-box { width: 20px; height: 20px; border-radius: 4px; border: 2px solid #ccc; flex-shrink: 0; margin-top: 1px; display: flex; align-items: center; justify-content: center; font-size: 12px; color: transparent; }
.bsa-maint-check-item.bsa-maint-checked .bsa-maint-check-box { background: #1D9E75; border-color: #1D9E75; color: #fff; }
.bsa-maint-check-text { font-size: 13px; color: #333; line-height: 1.5; }
.bsa-maint-check-item.bsa-maint-checked .bsa-maint-check-text { color: #27500A; }
.bsa-maint-progress { margin-top: 16px; }
.bsa-maint-progress-label { font-size: 12px; color: #666; margin: 0 0 6px; display: flex; justify-content: space-between; }
.bsa-maint-progress-bg { background: #efefef; border-radius: 4px; height: 7px; }
.bsa-maint-progress-fill { background: #1D9E75; border-radius: 4px; height: 7px; transition: width 0.3s ease; }

.bsa-trouble-list { display: flex; flex-direction: column; gap: 10px; margin-top: 8px; }
.bsa-trouble-item { background: #fff; border: 1px solid #e0e0e0; border-radius: 10px; padding: 14px 16px; }
.bsa-trouble-problem { font-size: 14px; font-weight: 700; color: #1a1a1a; margin: 0 0 6px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.bsa-trouble-tag { font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 3px; }
.bsa-tag-common { background: #E6F1FB; color: #185FA5; }
.bsa-tag-urgent { background: #FAECE7; color: #993C1D; }
.bsa-trouble-cause { font-size: 13px; color: #666; margin: 0 0 8px; line-height: 1.6; }
.bsa-trouble-fix { font-size: 13px; color: #27500A; background: #EAF3DE; border-radius: 6px; padding: 8px 12px; margin: 0; line-height: 1.6; }

.bsa-warranty-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 8px; }
.bsa-warranty-card { background: #fff; border: 1px solid #e0e0e0; border-radius: 10px; padding: 14px 16px; }
.bsa-wc-type { font-size: 10px; font-weight: 700; color: #888; text-transform: uppercase; letter-spacing: .05em; margin: 0 0 4px; }
.bsa-wc-name { font-size: 14px; font-weight: 700; color: #1a1a1a; margin: 0 0 4px; }
.bsa-wc-term { font-size: 13px; color: #1D9E75; font-weight: 700; margin: 0 0 7px; }
.bsa-wc-covers { font-size: 12px; color: #555; margin: 0; line-height: 1.6; }

@media (max-width: 600px) {
  .bsa-schedule-grid { grid-template-columns: 1fr; }
  .bsa-warranty-grid { grid-template-columns: 1fr; }
}

.bsa-related-grid { grid-template-columns: 1fr 1fr 1fr; }

/*  Homepage styles  */

/* Trust bar */
.bsa-trust-bar { display: flex; justify-content: center; gap: 36px; flex-wrap: wrap; padding: 14px 24px; background: #f5f5f5; border-bottom: 1px solid #e0e0e0; }
.bsa-trust-item { display: flex; align-items: center; gap: 7px; font-size: 13px; color: #555; font-weight: 600; }
.bsa-trust-check { color: #1D9E75; font-size: 15px; font-weight: 700; }

/* Hero CTAs */
.bsa-hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }
.bsa-hero-btn-primary { display: inline-block; background: #1D9E75; color: #fff; font-size: 15px; font-weight: 700; padding: 14px 32px; border-radius: 8px; text-decoration: none; }
.bsa-hero-btn-secondary { display: inline-block; background: transparent; color: #fff; font-size: 15px; font-weight: 700; padding: 14px 32px; border-radius: 8px; border: 2px solid rgba(255,255,255,0.5); text-decoration: none; }
.bsa-hero-btn-primary:hover { background: #0F6E56; color: #fff; }
.bsa-hero-btn-secondary:hover { border-color: #fff; color: #fff; }

/* Section headers */
.bsa-section-eyebrow { font-size: 11px; font-weight: 700; color: #1D9E75; text-transform: uppercase; letter-spacing: .08em; margin: 0 0 8px; }
.bsa-section-heading { font-size: 28px; font-weight: 700; color: #1a1a1a; margin: 0 0 8px; line-height: 1.25; }
.bsa-section-sub { font-size: 15px; color: #666; margin: 0; line-height: 1.6; }

/* Pillar cards grid */
.bsa-pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 8px; }
.bsa-pillar-card { background: #fff; border: 1px solid #e0e0e0; border-radius: 12px; padding: 22px; display: flex; flex-direction: column; gap: 8px; }
.bsa-pillar-icon { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 4px; }
.bsa-pillar-num { font-size: 10px; font-weight: 700; color: #aaa; text-transform: uppercase; letter-spacing: .05em; margin: 0; }
.bsa-pillar-name { font-size: 16px; font-weight: 700; color: #1a1a1a; margin: 0; line-height: 1.3; }
.bsa-pillar-desc { font-size: 13px; color: #666; margin: 0; line-height: 1.6; flex: 1; }
.bsa-pillar-link { font-size: 13px; font-weight: 700; color: #1D9E75; text-decoration: none; margin-top: 4px; display: inline-block; }
.bsa-pillar-link:hover { color: #0F6E56; }

/* Mid CTA band */
.bsa-mid-cta { text-align: center; padding: 8px 0; }
.bsa-mid-cta h2 { font-size: 26px; font-weight: 700; color: #27500A; margin: 0 0 10px; line-height: 1.3; }
.bsa-mid-cta p { font-size: 15px; color: #3B6D11; margin: 0 0 22px; line-height: 1.6; max-width: 500px; margin-left: auto; margin-right: auto; margin-bottom: 22px; }
.bsa-mid-cta-btn { display: inline-block; background: #1D9E75; color: #fff; font-size: 15px; font-weight: 700; padding: 14px 36px; border-radius: 8px; text-decoration: none; }
.bsa-mid-cta-btn:hover { background: #0F6E56; color: #fff; }
.bsa-mid-cta-note { font-size: 12px; color: #3B6D11; margin: 10px 0 0; }

/* Footer */
.bsa-footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 32px; margin-bottom: 28px; }
.bsa-footer-col-title { font-size: 11px; font-weight: 700; color: #C0DD97; text-transform: uppercase; letter-spacing: .07em; margin: 0 0 14px; }
.bsa-footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.bsa-footer-links a { font-size: 13px; color: #888; text-decoration: none; }
.bsa-footer-links a:hover { color: #C0DD97; }
.bsa-footer-bottom { border-top: 1px solid #3a3a38; padding-top: 18px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.bsa-footer-copy { font-size: 12px; color: #666; margin: 0; }
.bsa-footer-legal { display: flex; gap: 16px; }
.bsa-footer-legal a { font-size: 12px; color: #666; text-decoration: none; }
.bsa-footer-legal a:hover { color: #888; }

@media (max-width: 700px) {
  .bsa-pillars-grid { grid-template-columns: 1fr; }
  .bsa-footer-grid { grid-template-columns: 1fr; }
  .bsa-trust-bar { gap: 16px; }
  .bsa-hero-ctas { flex-direction: column; }
}

/*  Article sidebar  */
.bsa-article-sidebar { display: flex; flex-direction: column; gap: 20px; }
.bsa-sidebar-related { background: #fff; border: 1px solid #e0e0e0; border-radius: 10px; padding: 14px 16px; }
.bsa-sidebar-related-title { font-size: 10px; font-weight: 700; color: #666; text-transform: uppercase; letter-spacing: .07em; margin: 0 0 10px; }
.bsa-sidebar-related-links { display: flex; flex-direction: column; gap: 6px; }
.bsa-sidebar-related-links a { font-size: 13px; color: #185FA5; text-decoration: none; padding: 5px 0; border-bottom: 1px solid #efefef; display: block; line-height: 1.4; }
.bsa-sidebar-related-links a:last-child { border-bottom: none; padding-bottom: 0; }
.bsa-sidebar-related-links a:hover { color: #0C447C; }

.bsa-sidebar-cta { padding: 14px; }
.bsa-sidebar-cta-eyebrow { font-size: 10px; letter-spacing: .05em; margin: 0 0 5px; }
.bsa-sidebar-cta h3 { font-size: 14px; line-height: 1.35; margin: 0 0 6px; }
.bsa-sidebar-cta p { font-size: 12px; line-height: 1.5; margin: 0 0 10px; }
.bsa-sidebar-cta-btn { color: white; padding: 9px 12px; font-size: 12px; border-radius: 6px; }
.bsa-sidebar-cta-note { font-size: 10px; margin: 5px 0 0; }

.bsa-sidebar-cta-btn,
.bsa-sidebar-cta-btn:hover,
.bsa-sidebar-cta-btn:visited,
.bsa-sidebar-cta-btn:active,
.bsa-sidebar-cta-btn:focus { color: #fff !important; text-decoration: none !important; }

.bsa-prose ul,
.bsa-prose ol { padding-left: 20px; }
.bsa-prose ul li,
.bsa-prose ol li { margin-bottom: 6px; }

.et_pb_text ul,
.et_pb_text ol { padding-left: 20px; }
.et_pb_text ul li,
.et_pb_text ol li { margin-bottom: 6px; }