/* ============================================
   Riley's Roofing — Service Detail Page CSS
   Shared by all 11 service pages.
   Load AFTER riley-roofing.css and inner-pages.css.
   ============================================ */

.rr-service-hero { min-height: 280px; }

/* ── Intro + CTA strip ── */
.rr-service-intro-grid { display: grid; grid-template-columns: 1.4fr 0.9fr; gap: 40px; align-items: start; }
.rr-service-intro-copy p { font-size: 15px; line-height: 1.7; color: #333; margin-bottom: 16px; }
.rr-service-intro-copy a { color: var(--rr-green-dark); font-weight: 700; text-decoration: underline; }
.rr-cta-strip { background: #050607; border: 2px solid var(--rr-green); border-radius: 8px; padding: 26px 24px; text-align: center; position: sticky; top: 100px; }
.rr-cta-strip i { font-size: 30px; color: var(--rr-green); margin-bottom: 10px; display: block; }
.rr-cta-strip p { color: #fff; font-weight: 800; font-size: 15px; margin: 0 0 16px; line-height: 1.4; }
.rr-cta-strip .rr-btn { width: 100%; }

/* ── Professional services section ── */
.rr-service-about { background: var(--rr-gray); }
.rr-service-about-copy p { font-size: 14.5px; line-height: 1.7; color: #3a3a3a; margin-bottom: 14px; max-width: 880px; }
.rr-service-about-copy p:last-child { margin-bottom: 0; }

/* ── Signs list ── */
.rr-signs-intro, .rr-signs-outro, .rr-weather-intro { font-size: 14.5px; color: #555; max-width: 760px; }
.rr-signs-intro { margin: 0 0 18px; }
.rr-signs-outro { margin: 18px 0 0; font-weight: 700; color: #333; }
.rr-signs-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; }
.rr-signs-list li { display: flex; gap: 12px; align-items: flex-start; }
.rr-signs-list i { color: #c4791a; font-size: 16px; margin-top: 3px; flex-shrink: 0; }
.rr-signs-list p { margin: 0; font-size: 13.5px; line-height: 1.55; color: #3a3a3a; }
.rr-signs-list strong { color: #111; }

/* ── Weather / reason grid (dark section) ── */
.rr-weather-section { padding: 56px 0; background: #050607; }
.rr-weather-section h2 { color: #fff; }
.rr-weather-intro { color: #ccc; margin: 0 0 26px; }
.rr-reason-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.rr-reason-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: 8px; padding: 22px 20px; }
.rr-reason-icon { width: 46px; height: 46px; border-radius: 999px; background: rgba(147,201,18,.15); border: 2px solid var(--rr-green); display: flex; align-items: center; justify-content: center; color: var(--rr-green); font-size: 18px; margin-bottom: 12px; }
.rr-reason-card h3 { font-family: var(--rr-font-head); text-transform: uppercase; font-size: 14px; color: #fff; margin: 0 0 6px; letter-spacing: .3px; }
.rr-reason-card p { font-size: 13px; line-height: 1.6; color: #bbb; margin: 0; }
.rr-weather-outro { margin-top: 26px; }
.rr-weather-outro p { font-size: 13.5px; line-height: 1.7; color: #ccc; max-width: 880px; }

/* ── 5-step process (vertical timeline) ── */
.rr-five-step-list { list-style: none; margin: 26px 0 0; padding: 0; max-width: 760px; position: relative; }
.rr-five-step-list li { display: flex; gap: 18px; padding-bottom: 28px; position: relative; }
.rr-five-step-list li:not(:last-child)::before { content: ""; position: absolute; left: 21px; top: 44px; bottom: 0; width: 2px; background: repeating-linear-gradient(to bottom, var(--rr-green) 0 6px, transparent 6px 12px); }
.rr-five-step-num { flex-shrink: 0; width: 44px; height: 44px; border-radius: 999px; background: var(--rr-green); color: #050607; font-family: var(--rr-font-head); font-weight: 900; font-size: 18px; display: flex; align-items: center; justify-content: center; }
.rr-five-step-list h3 { font-family: var(--rr-font-head); text-transform: uppercase; font-size: 15px; margin: 4px 0 4px; color: #111; }
.rr-five-step-list p { margin: 0; font-size: 13.5px; line-height: 1.6; color: #555; }

/* ── Trust grid ── */
.rr-trust-section { background: var(--rr-gray); }
.rr-trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.rr-trust-card { background: #fff; border-radius: 8px; padding: 22px; display: flex; gap: 14px; align-items: flex-start; box-shadow: 0 2px 10px rgba(0,0,0,.05); }
.rr-trust-icon { width: 42px; height: 42px; flex-shrink: 0; border-radius: 999px; background: rgba(147,201,18,.12); border: 2px solid var(--rr-green); color: var(--rr-green-dark); display: flex; align-items: center; justify-content: center; font-size: 16px; }
.rr-trust-card h3 { font-family: var(--rr-font-head); text-transform: uppercase; font-size: 13.5px; margin: 0 0 5px; color: #111; }
.rr-trust-card p { margin: 0; font-size: 12.5px; line-height: 1.55; color: #555; }

/* ── FAQ accordion ── */
.rr-faq-container { max-width: 820px; }
.rr-faq-list { margin-top: 22px; }
.rr-faq-item { border-bottom: 1px solid #e6e6e6; }
.rr-faq-q { width: 100%; background: none; border: 0; padding: 18px 4px; display: flex; align-items: center; justify-content: space-between; gap: 14px; text-align: left; font-family: var(--rr-font-body); font-size: 15px; font-weight: 700; color: #111; cursor: pointer; }
.rr-faq-q i { flex-shrink: 0; color: var(--rr-green-dark); transition: transform .25s ease; }
.rr-faq-item.is-open .rr-faq-q i { transform: rotate(180deg); }
.rr-faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.rr-faq-item.is-open .rr-faq-a { max-height: 800px; }
.rr-faq-a p { margin: 0 4px 18px; font-size: 14px; line-height: 1.65; color: #444; }

/* ── Final CTA card ── */
.rr-final-cta-section { padding: 0 0 60px; background: #fff; }
.rr-final-cta-card { border-radius: 10px; padding: 40px 36px; text-align: center; max-width: 760px; margin: 0 auto; }
.rr-final-cta-card h2 { font-family: var(--rr-font-head); text-transform: uppercase; font-size: 26px; color: #fff; margin: 0 0 14px; }
.rr-final-cta-copy p { font-size: 14px; line-height: 1.65; color: #ccc; margin-bottom: 10px; }
.rr-final-cta-line { font-weight: 800; color: #fff; font-size: 14px; margin: 8px 0 18px; }

@media (max-width: 1024px) {
  .rr-service-intro-grid { grid-template-columns: 1fr; }
  .rr-cta-strip { position: static; }
  .rr-signs-list { grid-template-columns: 1fr; }
  .rr-trust-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .rr-trust-grid { grid-template-columns: 1fr; }
  .rr-reason-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .rr-reason-grid { grid-template-columns: 1fr; }
}