/*
Theme Name: Boston Shine Child
Theme URI: https://bostonshinecleaners.com
Description: Boston Shine Cleaning Services custom child theme for Blocksy.
Author: Boston Shine Cleaning Services
Template: blocksy
Version: 1.0.0
*/

/* ============================================
   CSS CUSTOM PROPERTIES
   ============================================ */
:root {
  --bs-navy:      #0a1628;
  --bs-blue:      #4fa8d5;
  --bs-mint:      #3ecf8e;
  --bs-white:     #ffffff;
  --bs-light:     #f4f7fc;
  --bs-gray:      #6b7280;
  --bs-dark:      #111827;
  --bs-radius:    8px;
  --bs-shadow:    0 4px 24px rgba(10,22,40,0.10);
  --bs-transition: 0.3s ease;
}

/* ============================================
   GLOBAL HOMEPAGE OVERRIDES
   ============================================ */
body.home .entry-content,
body.home .site-main {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
body.home .ct-container,
body.home .ct-section-inner-container {
  max-width: 100%;
  padding: 0;
}
body.home .entry-header,
body.home .page-header,
body.home .ct-sidebar-wrap {
  display: none !important;
}
body.home #content {
  width: 100%;
}

/* ============================================
   HERO
   ============================================ */
.bs-hero {
  background-color: var(--bs-navy);
  background-image: linear-gradient(135deg, #0a1628 0%, #0f2340 60%, #1a3558 100%);
  padding: 110px 20px 90px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.bs-hero::before {
  content: '';
  position: absolute;
  top: -50%; left: -50%;
  width: 200%; height: 200%;
  background: radial-gradient(ellipse at center, rgba(79,168,213,0.08) 0%, transparent 60%);
  pointer-events: none;
}
.bs-hero-content {
  position: relative;
  z-index: 1;
  max-width: 840px;
  margin: 0 auto;
}
.bs-hero-badge {
  display: inline-block;
  background: rgba(79,168,213,0.15);
  border: 1px solid rgba(79,168,213,0.30);
  color: var(--bs-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 6px 20px;
  border-radius: 100px;
  margin-bottom: 30px;
}
.bs-hero h1 {
  font-size: clamp(2rem, 5.5vw, 3.6rem);
  font-weight: 800;
  color: var(--bs-white);
  line-height: 1.13;
  margin: 0 0 22px;
  letter-spacing: -0.5px;
}
.bs-hero h1 span { color: var(--bs-mint); }
.bs-hero p {
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  color: rgba(255,255,255,0.72);
  max-width: 600px;
  margin: 0 auto 40px;
  line-height: 1.75;
}
.bs-btn-group {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
.bs-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 32px;
  border-radius: var(--bs-radius);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none !important;
  transition: all var(--bs-transition);
  cursor: pointer;
  border: 2px solid transparent;
  white-space: nowrap;
  line-height: 1;
}
.bs-btn-primary {
  background: var(--bs-mint);
  color: var(--bs-navy) !important;
}
.bs-btn-primary:hover {
  background: #2bb87a;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(62,207,142,0.38);
}
.bs-btn-outline {
  background: transparent;
  color: var(--bs-white) !important;
  border-color: rgba(255,255,255,0.32);
}
.bs-btn-outline:hover {
  border-color: var(--bs-blue);
  background: rgba(79,168,213,0.12);
  transform: translateY(-2px);
}
.bs-trust-badges {
  display: flex;
  gap: 28px;
  justify-content: center;
  flex-wrap: wrap;
}
.bs-trust-badge {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,0.58);
  font-size: 0.875rem;
  font-weight: 500;
}
.bs-trust-badge .bs-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(62,207,142,0.18);
  border: 1px solid rgba(62,207,142,0.38);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--bs-mint);
  font-size: 11px;
  font-weight: 700;
}

/* ============================================
   STATS BAR
   ============================================ */
.bs-stats {
  background: var(--bs-white);
  border-bottom: 1px solid #edf0f7;
}
.bs-stats-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 52px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.bs-stat-number {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--bs-navy);
  line-height: 1;
  margin-bottom: 10px;
}
.bs-stat-number span { color: var(--bs-mint); }
.bs-stat-label {
  font-size: 0.875rem;
  color: var(--bs-gray);
  font-weight: 500;
}

/* ============================================
   SECTION SHARED
   ============================================ */
.bs-section {
  padding: 84px 20px;
}
.bs-section-inner {
  max-width: 1140px;
  margin: 0 auto;
}
.bs-section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--bs-blue);
  margin-bottom: 12px;
  display: block;
}
.bs-section-title {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: var(--bs-navy);
  margin: 0 0 16px;
  line-height: 1.2;
}
.bs-section-subtitle {
  font-size: 1.05rem;
  color: var(--bs-gray);
  line-height: 1.72;
  max-width: 560px;
}
.bs-section-header { margin-bottom: 52px; }
.bs-section-header.centered { text-align: center; }
.bs-section-header.centered .bs-section-subtitle { margin: 0 auto; }

/* ============================================
   SERVICES GRID
   ============================================ */
.bs-services { background: var(--bs-light); }
.bs-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
.bs-service-card {
  background: var(--bs-white);
  border-radius: 14px;
  padding: 32px 28px;
  box-shadow: var(--bs-shadow);
  transition: all var(--bs-transition);
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}
.bs-service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--bs-blue), var(--bs-mint));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--bs-transition);
}
.bs-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 52px rgba(10,22,40,0.14);
  border-color: rgba(79,168,213,0.2);
}
.bs-service-card:hover::before { transform: scaleX(1); }
.bs-service-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(79,168,213,0.13), rgba(62,207,142,0.13));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.bs-service-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--bs-navy);
  margin: 0 0 10px;
}
.bs-service-card p {
  font-size: 0.925rem;
  color: var(--bs-gray);
  line-height: 1.68;
  margin: 0 0 20px;
}
.bs-service-link {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--bs-blue);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap var(--bs-transition), color var(--bs-transition);
}
.bs-service-link:hover {
  gap: 10px;
  text-decoration: none;
  color: var(--bs-navy);
}

/* ============================================
   WHY US
   ============================================ */
.bs-why { background: var(--bs-white); }
.bs-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}
.bs-why-card {
  background: var(--bs-light);
  border-radius: 14px;
  padding: 32px 24px;
  text-align: center;
  border: 1px solid transparent;
  transition: all var(--bs-transition);
}
.bs-why-card:hover {
  border-color: rgba(79,168,213,0.25);
  transform: translateY(-3px);
  box-shadow: var(--bs-shadow);
}
.bs-why-icon { font-size: 34px; margin-bottom: 16px; display: block; }
.bs-why-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--bs-navy);
  margin: 0 0 10px;
}
.bs-why-card p {
  font-size: 0.875rem;
  color: var(--bs-gray);
  line-height: 1.65;
  margin: 0;
}

/* ============================================
   QUOTE FORM
   ============================================ */
.bs-quote {
  background: var(--bs-navy);
  background-image: linear-gradient(135deg, #0a1628, #0f2340);
}
.bs-quote .bs-section-label  { color: var(--bs-mint); }
.bs-quote .bs-section-title  { color: var(--bs-white); }
.bs-quote .bs-section-subtitle { color: rgba(255,255,255,0.62); }
.bs-quote-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}
.bs-quote-features {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.bs-quote-feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.bs-quote-feature-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(62,207,142,0.13);
  border: 1px solid rgba(62,207,142,0.24);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 17px;
}
.bs-quote-feature-text h4 {
  color: var(--bs-white);
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 4px;
}
.bs-quote-feature-text p {
  color: rgba(255,255,255,0.52);
  font-size: 0.85rem;
  margin: 0;
}
.bs-form {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 16px;
  padding: 36px;
}
.bs-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.bs-form-group { margin-bottom: 16px; }
.bs-form-group label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: 0.9px;
  margin-bottom: 8px;
}
.bs-form-group input,
.bs-form-group select,
.bs-form-group textarea {
  width: 100%;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: var(--bs-radius);
  padding: 12px 16px;
  color: var(--bs-white);
  font-size: 0.95rem;
  font-family: inherit;
  transition: border-color var(--bs-transition), background var(--bs-transition);
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.bs-form-group input::placeholder,
.bs-form-group textarea::placeholder { color: rgba(255,255,255,0.28); }
.bs-form-group input:focus,
.bs-form-group select:focus,
.bs-form-group textarea:focus {
  outline: none;
  border-color: var(--bs-mint);
  background: rgba(255,255,255,0.10);
}
.bs-form-group select option {
  background: #0f2340;
  color: var(--bs-white);
}
.bs-form-group textarea {
  resize: vertical;
  min-height: 100px;
}
.bs-form-submit {
  width: 100%;
  padding: 15px;
  background: var(--bs-mint);
  color: var(--bs-navy);
  border: none;
  border-radius: var(--bs-radius);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all var(--bs-transition);
  margin-top: 8px;
  font-family: inherit;
  letter-spacing: 0.3px;
}
.bs-form-submit:hover {
  background: #2bb87a;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(62,207,142,0.38);
}
.bs-form-note {
  text-align: center;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.3);
  margin-top: 12px;
  margin-bottom: 0;
}
.bs-form-success {
  background: rgba(62,207,142,0.14);
  border: 1px solid rgba(62,207,142,0.34);
  border-radius: var(--bs-radius);
  padding: 16px 20px;
  color: var(--bs-mint);
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.bs-form-error {
  background: rgba(239,68,68,0.12);
  border: 1px solid rgba(239,68,68,0.28);
  border-radius: var(--bs-radius);
  padding: 14px 18px;
  color: #fca5a5;
  font-weight: 500;
  margin-bottom: 20px;
}

/* ============================================
   SERVICE AREAS
   ============================================ */
.bs-areas { background: var(--bs-light); }
.bs-areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
  margin-top: 0;
}
.bs-area-card {
  background: var(--bs-white);
  border-radius: 12px;
  padding: 22px 16px;
  text-align: center;
  border: 1px solid transparent;
  transition: all var(--bs-transition);
  box-shadow: 0 2px 8px rgba(10,22,40,0.06);
}
.bs-area-card:hover {
  border-color: var(--bs-blue);
  background: rgba(79,168,213,0.05);
  transform: translateY(-3px);
  box-shadow: var(--bs-shadow);
}
.bs-area-pin {
  font-size: 22px;
  margin-bottom: 8px;
  display: block;
}
.bs-area-name {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--bs-navy);
  display: block;
}
.bs-areas-cta {
  margin-top: 36px;
  text-align: center;
  color: var(--bs-gray);
  font-size: 0.95rem;
}
.bs-areas-cta a {
  color: var(--bs-blue);
  font-weight: 600;
  text-decoration: none;
}
.bs-areas-cta a:hover { text-decoration: underline; }

/* ============================================
   CUSTOM FOOTER
   ============================================ */
.bs-footer {
  background: var(--bs-navy);
  padding: 64px 20px 32px;
  color: rgba(255,255,255,0.60);
  font-size: 0.9rem;
}
.bs-footer-inner {
  max-width: 1140px;
  margin: 0 auto;
}
.bs-footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 52px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  margin-bottom: 32px;
}
.bs-footer-brand h3 {
  color: var(--bs-white);
  font-size: 1.15rem;
  font-weight: 800;
  margin: 0 0 12px;
  letter-spacing: -0.2px;
}
.bs-footer-brand > p {
  font-size: 0.875rem;
  line-height: 1.72;
  margin: 0 0 20px;
}
.bs-footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 9px;
  font-size: 0.875rem;
}
.bs-footer-contact-item a {
  color: rgba(255,255,255,0.60);
  text-decoration: none;
  transition: color var(--bs-transition);
}
.bs-footer-contact-item a:hover { color: var(--bs-mint); text-decoration: none; }
.bs-footer-col h4 {
  color: var(--bs-white);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.bs-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bs-footer-col ul li { margin-bottom: 11px; }
.bs-footer-col ul li a {
  color: rgba(255,255,255,0.52);
  text-decoration: none;
  font-size: 0.875rem;
  transition: color var(--bs-transition);
}
.bs-footer-col ul li a:hover { color: var(--bs-mint); text-decoration: none; }
.bs-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.35);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 960px) {
  .bs-quote-layout { grid-template-columns: 1fr; gap: 44px; }
  .bs-footer-top { grid-template-columns: 1fr 1fr; }
  .bs-footer-brand { grid-column: 1 / -1; }
  .bs-stats-inner { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .bs-hero { padding: 72px 16px 60px; }
  .bs-section { padding: 60px 16px; }
  .bs-form-row { grid-template-columns: 1fr; }
  .bs-footer-top { grid-template-columns: 1fr; gap: 32px; }
  .bs-stats-inner { grid-template-columns: repeat(2, 1fr); padding: 36px 16px; }
  .bs-services-grid { grid-template-columns: 1fr; }
  .bs-form { padding: 24px 18px; }
  .bs-areas-grid { grid-template-columns: repeat(2, 1fr); }
  .bs-footer-bottom { flex-direction: column; text-align: center; }
  .bs-trust-badges { gap: 16px; }
  .bs-btn-group { flex-direction: column; align-items: center; }
}

/* ============================================
   INNER PAGE — HERO
   ============================================ */
.bs-inner-hero {
  background: var(--bs-navy);
  background-image: linear-gradient(135deg, #0a1628 0%, #0f2340 60%, #1a3558 100%);
  padding: 72px 40px 64px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.bs-inner-hero::before {
  content: '';
  position: absolute;
  top: -50%; left: -50%;
  width: 200%; height: 200%;
  background: radial-gradient(ellipse at center, rgba(79,168,213,0.07) 0%, transparent 60%);
  pointer-events: none;
}
.bs-inner-hero-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
}
.bs-inner-hero .bs-section-label { color: var(--bs-mint); }
.bs-inner-hero-title {
  font-size: clamp(1.75rem, 4vw, 2.8rem);
  font-weight: 800;
  color: var(--bs-white);
  margin: 8px 0 18px;
  letter-spacing: -0.3px;
  line-height: 1.15;
}
.bs-inner-hero p {
  color: rgba(255,255,255,0.70);
  font-size: 1.05rem;
  line-height: 1.72;
  max-width: 600px;
  margin: 0 auto;
}
.bs-hero-badges-mt { margin-top: 32px; }

/* Full-bleed breakout from Blocksy's content container */
.bs-full-bleed {
  margin-left:  calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  max-width: 100vw;
  box-sizing: border-box;
}

/* ============================================
   INNER PAGE — MAIN CONTENT WRAPPER
   ============================================ */
.bs-page-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px 80px;
}

/* ============================================
   CHECK LISTS
   ============================================ */
.bs-check-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 8px 28px;
}
.bs-check-list li {
  font-size: 0.92rem;
  color: var(--bs-dark);
  padding: 7px 0;
  border-bottom: 1px solid #edf0f7;
  display: flex;
  align-items: flex-start;
  gap: 9px;
}
.bs-check-list li::before {
  content: '✓';
  color: var(--bs-mint);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}
.bs-check-list-sm {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}
.bs-check-list-sm li {
  font-size: 0.875rem;
  color: var(--bs-gray);
  padding: 5px 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.bs-check-list-sm li::before {
  content: '✓';
  color: var(--bs-mint);
  font-weight: 700;
  flex-shrink: 0;
}

/* ============================================
   SERVICES PAGE
   ============================================ */
.bs-price-badge {
  display: inline-block;
  background: rgba(62,207,142,0.11);
  border: 1px solid rgba(62,207,142,0.28);
  color: #1a7a52;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 100px;
  white-space: nowrap;
}
.bs-service-detail {
  padding: 56px 0;
  border-bottom: 1px solid #edf0f7;
}
.bs-service-detail:last-of-type { border-bottom: none; }
.bs-service-detail h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--bs-navy);
  margin: 24px 0 12px;
}
.bs-service-detail p {
  color: var(--bs-gray);
  line-height: 1.75;
  margin: 0 0 14px;
}
.bs-service-detail-head {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.bs-service-detail-head h2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--bs-navy);
  margin: 0 0 8px;
}
.bs-service-detail-icon {
  font-size: 28px;
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(79,168,213,0.13), rgba(62,207,142,0.13));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Recurring Plans grid */
.bs-plan-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin: 24px 0;
}
.bs-plan-card {
  background: var(--bs-light);
  border-radius: 14px;
  padding: 28px 22px;
  border: 1px solid transparent;
  position: relative;
}
.bs-plan-card.bs-plan-featured {
  background: var(--bs-white);
  border-color: var(--bs-mint);
  box-shadow: 0 4px 20px rgba(62,207,142,0.12);
}
.bs-plan-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--bs-mint);
  color: var(--bs-navy);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 100px;
  white-space: nowrap;
}
.bs-plan-name {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--bs-navy);
  margin-bottom: 8px;
}
.bs-plan-desc {
  font-size: 0.875rem;
  color: var(--bs-gray);
  line-height: 1.65;
  margin-bottom: 12px;
}

/* ============================================
   ABOUT PAGE
   ============================================ */
.bs-about-block {
  padding: 56px 0;
  border-bottom: 1px solid #edf0f7;
}
.bs-about-block:last-of-type { border-bottom: none; }
.bs-about-block h2 {
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  font-weight: 800;
  color: var(--bs-navy);
  margin: 8px 0 20px;
}
.bs-about-block p { color: var(--bs-gray); line-height: 1.75; margin: 0 0 16px; }
.bs-about-block p strong { color: var(--bs-navy); }
.bs-lead-text {
  font-size: 1.1rem !important;
  color: var(--bs-navy) !important;
  font-weight: 500;
}
.bs-bg-light { background: var(--bs-light); border-radius: 16px; padding: 52px 40px; margin: 0 -40px; }

/* Mission block */
.bs-mission-block {
  background: var(--bs-navy);
  background-image: linear-gradient(135deg, #0a1628, #0f2340);
  border-radius: 16px;
  padding: 56px 48px;
  margin: 48px 0;
}
.bs-mission-inner .bs-section-label { color: var(--bs-mint); }
.bs-mission-inner h2 { font-size: clamp(1.35rem, 2.5vw, 2rem); font-weight: 800; color: var(--bs-white); margin: 8px 0 20px; }
.bs-mission-inner p { color: rgba(255,255,255,0.70); line-height: 1.75; margin: 0 0 16px; }

/* Values grid */
.bs-values-block { padding: 56px 0; border-bottom: 1px solid #edf0f7; }
.bs-values-block h2 { font-size: clamp(1.35rem, 2.5vw, 2rem); font-weight: 800; color: var(--bs-navy); margin: 8px 0 32px; }
.bs-values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.bs-value-card {
  background: var(--bs-white);
  border-radius: 14px;
  padding: 28px 22px;
  border: 1px solid #edf0f7;
  box-shadow: var(--bs-shadow);
  transition: all var(--bs-transition);
}
.bs-value-card:hover { transform: translateY(-3px); box-shadow: 0 12px 36px rgba(10,22,40,0.12); }
.bs-value-icon { font-size: 28px; display: block; margin-bottom: 14px; }
.bs-value-card h3 { font-size: 1rem; font-weight: 700; color: var(--bs-navy); margin: 0 0 8px; }
.bs-value-card p { font-size: 0.875rem; color: var(--bs-gray); line-height: 1.65; margin: 0; }

/* Differentiators grid */
.bs-diff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  margin-top: 32px;
}
.bs-diff-item { position: relative; }
.bs-diff-num {
  font-size: 2.5rem;
  font-weight: 900;
  color: rgba(79,168,213,0.18);
  line-height: 1;
  margin-bottom: 4px;
  font-variant-numeric: tabular-nums;
}
.bs-diff-item h3 { font-size: 1rem; font-weight: 700; color: var(--bs-navy); margin: 0 0 8px; }
.bs-diff-item p { font-size: 0.875rem; color: var(--bs-gray); line-height: 1.68; margin: 0; }

/* Business info cards */
.bs-biz-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 28px;
}
.bs-biz-card {
  background: var(--bs-light);
  border-radius: 14px;
  padding: 24px 20px;
  border-left: 3px solid var(--bs-mint);
}
.bs-biz-icon { font-size: 24px; margin-bottom: 10px; display: block; }
.bs-biz-card h3 { font-size: 0.85rem; font-weight: 700; color: var(--bs-gray); text-transform: uppercase; letter-spacing: 0.8px; margin: 0 0 8px; }
.bs-biz-card p { font-size: 0.9rem; color: var(--bs-navy); margin: 0; line-height: 1.5; }

/* ============================================
   CONTACT PAGE
   ============================================ */
.bs-contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 60px;
  align-items: start;
  padding: 56px 0;
}
.bs-contact-info-panel {
  background: var(--bs-navy);
  background-image: linear-gradient(160deg, #0a1628, #0f2340);
  border-radius: 16px;
  padding: 40px 32px;
  position: sticky;
  top: 100px;
}
.bs-contact-info-panel h2 {
  color: var(--bs-white);
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0 0 10px;
}
.bs-contact-info-panel > p {
  color: rgba(255,255,255,0.60);
  font-size: 0.875rem;
  line-height: 1.68;
  margin: 0 0 32px;
}
.bs-contact-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 24px;
}
.bs-contact-detail-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.bs-contact-detail-item h4 {
  color: rgba(255,255,255,0.50);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 5px;
}
.bs-contact-detail-item a,
.bs-contact-detail-item p {
  color: rgba(255,255,255,0.80);
  font-size: 0.9rem;
  margin: 0;
  text-decoration: none;
  line-height: 1.5;
}
.bs-contact-detail-item a:hover { color: var(--bs-mint); }
.bs-hours {
  width: 100%;
  border-collapse: collapse;
}
.bs-hours td {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.70);
  padding: 4px 0;
}
.bs-hours td:first-child { color: rgba(255,255,255,0.90); font-weight: 600; }
.bs-contact-note {
  background: rgba(255,255,255,0.06);
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
  margin-top: 28px;
  line-height: 1.6;
}
.bs-contact-note strong { color: rgba(255,255,255,0.85); }
.bs-contact-form-wrap h2 { font-size: 1.35rem; font-weight: 800; color: var(--bs-navy); margin: 0 0 8px; }
.bs-contact-form-wrap > p { color: var(--bs-gray); font-size: 0.9rem; margin: 0 0 24px; }

/* Service area tags strip on contact page */
.bs-contact-areas {
  padding: 56px 0 0;
  border-top: 1px solid #edf0f7;
}
.bs-contact-areas h2 { font-size: 1.5rem; font-weight: 800; color: var(--bs-navy); margin: 8px 0 12px; }
.bs-contact-areas > p { color: var(--bs-gray); margin: 0 0 20px; }
.bs-contact-area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}
.bs-contact-area-tags span {
  background: var(--bs-light);
  border: 1px solid #dde4f0;
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--bs-navy);
  transition: all var(--bs-transition);
}
.bs-contact-area-tags span:hover { border-color: var(--bs-blue); background: rgba(79,168,213,0.07); }
.bs-contact-area-note { font-size: 0.875rem; color: var(--bs-gray); }
.bs-contact-area-note a { color: var(--bs-blue); font-weight: 600; text-decoration: none; }

/* ============================================
   BOOK NOW PAGE
   ============================================ */
.bs-book-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 48px;
  align-items: start;
  padding: 56px 0;
}
.bs-book-info-card {
  background: var(--bs-navy);
  background-image: linear-gradient(160deg, #0a1628, #0f2340);
  border-radius: 16px;
  padding: 32px 26px;
  margin-bottom: 24px;
}
.bs-book-info-card h3 { color: var(--bs-white); font-size: 1rem; font-weight: 700; margin: 0 0 24px; }
.bs-steps { list-style: none; margin: 0; padding: 0; }
.bs-steps li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
  color: rgba(255,255,255,0.70);
  font-size: 0.875rem;
  line-height: 1.55;
}
.bs-steps li strong { color: var(--bs-white); display: block; margin-bottom: 3px; font-weight: 700; }
.bs-steps li p { margin: 0; }
.bs-step-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--bs-mint);
  color: var(--bs-navy);
  font-size: 0.8rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bs-book-trust {
  background: var(--bs-light);
  border-radius: 14px;
  padding: 22px 20px;
  margin-bottom: 20px;
}
.bs-book-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--bs-dark);
  padding: 7px 0;
  border-bottom: 1px solid #edf0f7;
}
.bs-book-trust-item:last-child { border-bottom: none; }
.bs-book-contact {
  text-align: center;
  padding: 20px;
  background: rgba(79,168,213,0.07);
  border-radius: 12px;
  border: 1px solid rgba(79,168,213,0.18);
}
.bs-book-contact p { color: var(--bs-gray); font-size: 0.8rem; margin: 0 0 8px; }
.bs-book-phone {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--bs-navy);
  text-decoration: none;
  display: block;
}
.bs-book-phone:hover { color: var(--bs-blue); }

/* ============================================
   SERVICE AREAS PAGE
   ============================================ */
.bs-area-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 28px 0;
  border-bottom: 1px solid #edf0f7;
  margin-bottom: 8px;
}
.bs-area-nav a {
  background: var(--bs-light);
  border: 1px solid #dde4f0;
  border-radius: 100px;
  padding: 7px 18px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--bs-navy);
  text-decoration: none;
  transition: all var(--bs-transition);
}
.bs-area-nav a:hover {
  background: var(--bs-navy);
  border-color: var(--bs-navy);
  color: var(--bs-white);
  text-decoration: none;
}
.bs-city-section { padding: 52px 0; border-bottom: 1px solid #edf0f7; }
.bs-city-section:last-of-type { border-bottom: none; }
.bs-city-header {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 20px;
}
.bs-city-icon {
  font-size: 24px;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(79,168,213,0.13), rgba(62,207,142,0.13));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bs-city-header h2 { font-size: 1.4rem; font-weight: 800; color: var(--bs-navy); margin: 0 0 5px; }
.bs-city-sub { font-size: 0.85rem; font-weight: 600; color: var(--bs-blue); }
.bs-city-section p { color: var(--bs-gray); line-height: 1.75; margin: 0 0 14px; font-size: 0.95rem; }
.bs-city-section p strong { color: var(--bs-navy); }
.bs-city-section h3 { font-size: 0.95rem; font-weight: 700; color: var(--bs-navy); margin: 20px 0 12px; }

/* ============================================
   PAGE CTA BLOCK (shared)
   ============================================ */
.bs-page-cta {
  background: var(--bs-navy);
  background-image: linear-gradient(135deg, #0a1628, #0f2340);
  border-radius: 16px;
  padding: 56px 40px;
  text-align: center;
  margin-top: 64px;
}
.bs-page-cta h2 {
  color: var(--bs-white);
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  font-weight: 800;
  margin: 0 0 14px;
}
.bs-page-cta p { color: rgba(255,255,255,0.65); font-size: 1rem; margin: 0 0 32px; line-height: 1.65; }
.bs-page-cta .bs-btn-group { justify-content: center; }
.bs-btn-navy-outline {
  background: transparent;
  color: rgba(255,255,255,0.85) !important;
  border: 2px solid rgba(255,255,255,0.28);
  border-radius: var(--bs-radius);
  padding: 15px 32px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none !important;
  transition: all var(--bs-transition);
  white-space: nowrap;
}
.bs-btn-navy-outline:hover {
  border-color: var(--bs-blue);
  background: rgba(79,168,213,0.12);
  transform: translateY(-2px);
}
.bs-mt { margin-top: 24px; display: inline-flex; }

/* ============================================
   WPFORMS OVERRIDES (match color scheme)
   ============================================ */
.bs-contact-form-wrap .wpforms-container .wpforms-field input,
.bs-contact-form-wrap .wpforms-container .wpforms-field textarea,
.bs-contact-form-wrap .wpforms-container .wpforms-field select,
.bs-book-form-wrap .wpforms-container .wpforms-field input,
.bs-book-form-wrap .wpforms-container .wpforms-field textarea,
.bs-book-form-wrap .wpforms-container .wpforms-field select {
  border-color: #d1d9e8;
  border-radius: var(--bs-radius);
  font-size: 0.95rem;
  padding: 11px 14px;
  transition: border-color var(--bs-transition);
}
.bs-contact-form-wrap .wpforms-container .wpforms-field input:focus,
.bs-contact-form-wrap .wpforms-container .wpforms-field textarea:focus,
.bs-book-form-wrap .wpforms-container .wpforms-field input:focus,
.bs-book-form-wrap .wpforms-container .wpforms-field textarea:focus {
  border-color: var(--bs-blue);
  outline: none;
  box-shadow: 0 0 0 3px rgba(79,168,213,0.15);
}
.bs-contact-form-wrap .wpforms-submit,
.bs-book-form-wrap .wpforms-submit {
  background: var(--bs-mint) !important;
  color: var(--bs-navy) !important;
  border: none !important;
  border-radius: var(--bs-radius) !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  padding: 14px 28px !important;
  transition: all var(--bs-transition) !important;
  cursor: pointer;
}
.bs-contact-form-wrap .wpforms-submit:hover,
.bs-book-form-wrap .wpforms-submit:hover {
  background: #2bb87a !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(62,207,142,0.35) !important;
}

/* ============================================
   RESPONSIVE — INNER PAGES
   ============================================ */
@media (max-width: 900px) {
  .bs-contact-layout { grid-template-columns: 1fr; gap: 40px; }
  .bs-contact-info-panel { position: static; }
  .bs-book-layout { grid-template-columns: 1fr; }
  .bs-book-sidebar { order: 2; }
  .bs-book-form-wrap { order: 1; }
  .bs-bg-light { margin: 0; padding: 40px 28px; }
}

@media (max-width: 640px) {
  .bs-inner-hero { padding: 56px 20px 48px; }
  .bs-page-content { padding: 0 16px 60px; }
  .bs-page-cta { padding: 40px 20px; }
  .bs-mission-block { padding: 40px 24px; }
  .bs-check-list { grid-template-columns: 1fr; }
  .bs-plan-grid { grid-template-columns: 1fr; }
  .bs-diff-grid { grid-template-columns: 1fr; }
  .bs-biz-info { grid-template-columns: 1fr; }
  .bs-values-grid { grid-template-columns: 1fr; }
  .bs-service-detail-head { flex-direction: column; gap: 12px; }
  .bs-city-header { flex-direction: column; gap: 10px; }
}
