/* =========================================================
   Roof Cleaning Service Page — post-500.css
   Page ID: 500 | Route: /roof-cleaning-fort-myers
   Brand palette: navy #213a51 | steel blue #3c7e9d | amber #FDB615
   ========================================================= */

/* ── SHARED BUTTONS ── */
.rhs-rc-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.75rem;
  border-radius: 4px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.15s;
  white-space: nowrap;
}
.rhs-rc-btn:hover { opacity: 0.88; transform: translateY(-1px); }
.rhs-rc-btn--primary { background: #FDB615; color: #213a51 !important; }
.rhs-rc-btn--outline { background: #fff; color: #213a51 !important; border: 2px solid #fff; }
.rhs-rc-btn--dark { background: #213a51; color: #fff !important; }
.rhs-rc-btn--teal { background: #3c7e9d; color: #fff !important; }

/* ── S1: HERO ── */
.breakdance .bde-section-500-100 {
  background-image: url(/images/soft-wash-roof-cleaning-fort-myers-and-south-west-florida.webp);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
.breakdance .bde-section-500-100::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(60,126,157,0.61) 0%, rgba(0,0,0,0) 0%, rgba(60,126,157,0.06) 67.17948717948718%, rgba(253,182,21,0.67) 100%);
  z-index: 0;
}
.breakdance .bde-section-500-100 .section-container {
  position: relative;
  z-index: 1;
  min-height: 72vh;
  align-items: flex-start;
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 5rem;
}
.breakdance .bde-div-500-101 { max-width: 720px; gap: 1.25rem; }
.breakdance .bde-heading-500-102 {
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
}
.breakdance .bde-text-500-103 { color: rgba(255,255,255,0.9); font-size: 1.15rem; line-height: 1.7; }
.breakdance .bde-div-500-104 { flex-direction: row; flex-wrap: wrap; gap: 1rem; margin-top: 0.5rem; }

/* ── S2: TRUST BAR ── */
.breakdance .bde-section-500-110 { background: #213a51; }
.breakdance .bde-section-500-110 .section-container { padding-top: 1.1rem; padding-bottom: 1.1rem; }
.breakdance .bde-div-500-111 {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
  width: 100%;
}
.rhs-rc-trust-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 500;
}
.rhs-rc-trust-item svg { width: 20px; height: 20px; flex-shrink: 0; fill: #FDB615; }

/* ── S3: PROBLEM SECTION ── */
.breakdance .bde-section-500-120 { background: #f8fafc; }
.breakdance .bde-section-500-120 .section-container { padding-top: 4.5rem; padding-bottom: 4.5rem; }
.rhs-rc-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
  width: 100%;
}
.rhs-rc-two-col__text { display: flex; flex-direction: column; gap: 1.25rem; }
.rhs-rc-two-col__image img {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 8px 32px rgba(33,58,81,0.15);
}
.rhs-rc-section-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3c7e9d;
}
.breakdance .bde-heading-500-122 { color: #213a51; font-size: clamp(1.6rem, 3.5vw, 2.4rem); line-height: 1.25; margin: 0; }
.breakdance .bde-text-500-123 { color: #545454; font-size: 1.05rem; line-height: 1.75; }
.breakdance .bde-text-500-123 p { margin: 0 0 0.75rem; }
.breakdance .bde-text-500-123 p:last-child { margin-bottom: 0; }

/* ── S4: SOFT WASH vs PRESSURE ── */
.breakdance .bde-section-500-130 { background: #fff; }
.breakdance .bde-section-500-130 .section-container {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  align-items: center;
  gap: 2.5rem;
}
.breakdance .bde-heading-500-131 {
  color: #213a51;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  line-height: 1.25;
  text-align: center;
  max-width: 700px;
}
.rhs-rc-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  width: 100%;
  max-width: 900px;
}
.rhs-rc-compare__col {
  border-radius: 8px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.rhs-rc-compare__col--bad { background: #fff5f5; border: 1px solid #fecaca; }
.rhs-rc-compare__col--good { background: #eff7fb; border: 1px solid #93c5d8; }
.rhs-rc-compare__col h3 { margin: 0; font-size: 1.1rem; font-weight: 700; }
.rhs-rc-compare__col--bad h3 { color: #dc2626; }
.rhs-rc-compare__col--good h3 { color: #213a51; }
.rhs-rc-compare-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.6rem; }
.rhs-rc-compare-list li {
  font-size: 0.95rem;
  color: #374151;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  line-height: 1.5;
}
.rhs-rc-compare__col--bad .rhs-rc-compare-list li::before { content: '✗'; color: #dc2626; flex-shrink: 0; }
.rhs-rc-compare__col--good .rhs-rc-compare-list li::before { content: '✓'; color: #3c7e9d; flex-shrink: 0; }

/* ── S5: ROOF TYPES ── */
.breakdance .bde-section-500-140 { background: #eef2f7; }
.breakdance .bde-section-500-140 .section-container { padding-top: 4.5rem; padding-bottom: 4.5rem; align-items: center; gap: 2.5rem; }
.breakdance .bde-heading-500-141 { color: #213a51; font-size: clamp(1.6rem, 3.5vw, 2.4rem); text-align: center; }
.rhs-rc-type-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; width: 100%; }
.rhs-rc-type-card {
  background: #fff;
  border-radius: 8px;
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border-top: 4px solid #3c7e9d;
  box-shadow: 0 2px 12px rgba(33,58,81,0.08);
}
.rhs-rc-type-card h3 { color: #213a51; font-size: 1.15rem; font-weight: 700; margin: 0; }
.rhs-rc-type-card p { color: #545454; font-size: 0.97rem; line-height: 1.65; margin: 0; }

/* ── S6: PROCESS ── */
.breakdance .bde-section-500-160 { background: #213a51; }
.breakdance .bde-section-500-160 .section-container { padding-top: 4.5rem; padding-bottom: 4.5rem; align-items: center; gap: 2.5rem; }
.breakdance .bde-heading-500-161 { color: #fff; font-size: clamp(1.6rem, 3.5vw, 2.4rem); text-align: center; }
.rhs-rc-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; width: 100%; }
.rhs-rc-process-step { display: flex; flex-direction: column; gap: 0.75rem; align-items: flex-start; }
.rhs-rc-process-num {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: #3c7e9d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.rhs-rc-process-step h3 { color: #FDB615; font-size: 1rem; font-weight: 700; margin: 0; }
.rhs-rc-process-step p { color: rgba(255,255,255,0.82); font-size: 0.93rem; line-height: 1.6; margin: 0; }

/* ── S7: PRICING ── */
.breakdance .bde-section-500-180 { background: #fff; }
.breakdance .bde-section-500-180 .section-container { padding-top: 4.5rem; padding-bottom: 4.5rem; align-items: center; gap: 2rem; }
.breakdance .bde-heading-500-181 { color: #213a51; font-size: clamp(1.6rem, 3.5vw, 2.4rem); text-align: center; }
.breakdance .bde-text-500-182 { color: #545454; font-size: 1.05rem; text-align: center; max-width: 640px; }
.rhs-rc-price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; width: 100%; max-width: 860px; }
.rhs-rc-price-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  text-align: center;
}
.rhs-rc-price-card h3 { color: #213a51; font-size: 1rem; font-weight: 700; margin: 0; }
.rhs-rc-price { font-size: 1.9rem; font-weight: 800; color: #213a51; line-height: 1; }
.rhs-rc-price span { font-size: 0.95rem; font-weight: 500; color: #6b7280; }
.rhs-rc-price-card p { color: #6b7280; font-size: 0.88rem; line-height: 1.5; margin: 0; }
.rhs-rc-price-note { color: #6b7280; font-size: 0.9rem; text-align: center; max-width: 580px; line-height: 1.6; }

/* ── S8: HOA SECTION ── */
.breakdance .bde-section-500-200 { background: #3c7e9d; }
.breakdance .bde-section-500-200 .section-container {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.breakdance .bde-div-500-201 { max-width: 600px; gap: 0.75rem; }
.breakdance .bde-heading-500-202 { color: #fff; font-size: clamp(1.4rem, 3vw, 2rem); margin: 0; line-height: 1.25; }
.breakdance .bde-text-500-203 { color: rgba(255,255,255,0.9); font-size: 1.05rem; line-height: 1.65; }

/* ── S9: BEFORE/AFTER GALLERY ── */
.breakdance .bde-section-500-210 { background: #f8fafc; }
.breakdance .bde-section-500-210 .section-container { padding-top: 4.5rem; padding-bottom: 4.5rem; align-items: center; gap: 2.5rem; }
.breakdance .bde-heading-500-211 { color: #213a51; font-size: clamp(1.6rem, 3.5vw, 2.4rem); text-align: center; }
.rhs-rc-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; width: 100%; }
.rhs-rc-gallery-item { border-radius: 6px; overflow: hidden; position: relative; }
.rhs-rc-gallery-item img { width: 100%; height: 300px; object-fit: cover; display: block; }
.rhs-rc-gallery-label {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(33,58,81,0.85) 0%, transparent 100%);
  color: #fff;
  padding: 1.5rem 1rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 600;
}

/* ── S10: TESTIMONIALS ── */
.breakdance .bde-section-500-220 { background: #fff; }
.breakdance .bde-section-500-220 .section-container { padding-top: 4.5rem; padding-bottom: 4.5rem; align-items: center; gap: 2.5rem; }
.breakdance .bde-heading-500-221 { color: #213a51; font-size: clamp(1.6rem, 3.5vw, 2.4rem); text-align: center; }
.rhs-rc-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; width: 100%; }
.rhs-rc-review-card {
  background: #f8fafc;
  border-radius: 8px;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-left: 4px solid #3c7e9d;
}
.rhs-rc-stars { color: #f59e0b; font-size: 1rem; letter-spacing: 0.1em; }
.rhs-rc-review-text { color: #374151; font-size: 0.97rem; line-height: 1.7; font-style: italic; margin: 0; }
.rhs-rc-reviewer { font-weight: 700; color: #213a51; font-size: 0.9rem; }
.rhs-rc-reviewer span { font-weight: 400; color: #6b7280; }

/* ── S11: FAQ ── */
.breakdance .bde-section-500-230 { background: #eef2f7; }
.breakdance .bde-section-500-230 .section-container { padding-top: 4.5rem; padding-bottom: 4.5rem; align-items: center; gap: 2.5rem; }
.breakdance .bde-heading-500-231 { color: #213a51; font-size: clamp(1.6rem, 3.5vw, 2.4rem); text-align: center; }
.breakdance .bde-frequently-asked-questions-500-232 { width: 100%; max-width: 780px; }

/* ── S12: AREAS SERVED ── */
.breakdance .bde-section-500-250 { background: #213a51; }
.breakdance .bde-section-500-250 .section-container { padding-top: 3rem; padding-bottom: 3rem; align-items: center; gap: 1.5rem; }
.breakdance .bde-heading-500-251 { color: #fff; font-size: 1.4rem; text-align: center; }
.rhs-rc-areas { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem; }
.rhs-rc-area-tag {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  font-size: 0.9rem;
}

/* ── CONTACT FORM SECTION ── */
.breakdance .bde-section-500-260 { background: #f8fafc; }
.breakdance .bde-section-500-260 .section-container { padding-top: 4.5rem; padding-bottom: 4.5rem; align-items: center; gap: 1.5rem; }
.breakdance .bde-heading-500-261 { color: #213a51; font-size: clamp(1.6rem, 3vw, 2.2rem); text-align: center; }
.breakdance .bde-text-500-262 { color: #545454; font-size: 1.05rem; text-align: center; max-width: 540px; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .rhs-rc-two-col,
  .rhs-rc-compare,
  .rhs-rc-type-grid,
  .rhs-rc-price-grid,
  .rhs-rc-reviews { grid-template-columns: 1fr; }
  .rhs-rc-process-grid { grid-template-columns: 1fr 1fr; }
  .rhs-rc-gallery { grid-template-columns: 1fr; }
  .breakdance .bde-section-500-200 .section-container { flex-direction: column; align-items: flex-start; }
  .breakdance .bde-div-500-104 { flex-direction: column; }
}
@media (max-width: 480px) {
  .rhs-rc-process-grid { grid-template-columns: 1fr; }
}
