/* ============================================
   RESIDENTIAL ROOFING — Divided Sky
   Extends homepage-v2.css design system
   ============================================ */

/* ---- Hero ---- */
.rr-hero {
  position: relative;
  min-height: 600px;
  background: var(--ds-dark);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.rr-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.rr-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}

.rr-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(25,25,25,0.25) 0%, rgba(25,25,25,0.5) 50%, rgba(25,25,25,0.7) 100%);
  z-index: 1;
}

.rr-hero .ds-container {
  position: relative;
  z-index: 3;
  min-height: 600px;
  display: flex;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 60px;
}

.rr-hero-content {
  max-width: 680px;
}

.rr-hero h1 {
  font-size: clamp(40px, 5vw, 62px);
  font-weight: 800;
  line-height: 1.08;
  color: var(--ds-white);
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.rr-hero-sub {
  font-size: 18px;
  color: var(--ds-gray-300);
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 560px;
}

.rr-hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.rr-hero-stats {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.rr-hero-stat {
  text-align: center;
}

.rr-hero-stat-number {
  font-size: 22px;
  font-weight: 800;
  color: var(--ds-white);
  line-height: 1.2;
}

.rr-hero-stat-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ds-gray-400);
  margin-top: 2px;
}

/* ---- Services Grid ---- */
.rr-services {
  padding: var(--ds-section-pad) 0;
  background: var(--ds-cream);
}

.rr-services-header {
  text-align: center;
  margin-bottom: 64px;
}

.rr-services-header h2 {
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  color: var(--ds-dark);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.rr-services-sub {
  font-size: 17px;
  color: var(--ds-gray-600);
  max-width: 500px;
  margin: 0 auto;
}

.rr-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.rr-service-card {
  background: var(--ds-white);
  border-radius: 16px;
  padding: 40px 32px;
  border: 1px solid var(--ds-gray-200);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.rr-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.rr-service-icon {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: rgba(119, 232, 6, 0.15);
  border: 1.5px solid rgba(119, 232, 6, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: var(--ds-green);
}
.rr-service-icon svg {
  stroke-width: 2;
}

.rr-service-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--ds-dark);
  margin-bottom: 12px;
}

.rr-service-card > p {
  font-size: 15px;
  color: var(--ds-gray-600);
  line-height: 1.7;
  margin-bottom: 20px;
}

.rr-service-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  flex-grow: 1;
}

.rr-service-features li {
  font-size: 14px;
  color: var(--ds-gray-600);
  padding: 6px 0 6px 24px;
  position: relative;
  line-height: 1.5;
}

.rr-service-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--ds-green);
  font-weight: 700;
}

.rr-service-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--ds-green);
  text-decoration: none;
  transition: color 0.2s;
  margin-top: auto;
}

.rr-service-link:hover {
  color: var(--ds-green-dark);
}

/* ---- Why Divided Sky ---- */
.rr-why {
  padding: var(--ds-section-pad) 0;
  background: var(--ds-charcoal);
  color: var(--ds-white);
}

.rr-why-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  margin-bottom: 72px;
}

.rr-why-content {
  margin-bottom: 0;
}

.rr-why-photo img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  border: 2px solid rgba(119, 232, 6, 0.2);
}

.rr-why-content h2 {
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.rr-why-sub {
  font-size: 17px;
  color: var(--ds-gray-400);
  max-width: 560px;
  line-height: 1.7;
}

.rr-why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 64px;
}

.rr-why-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.rr-why-number {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(119, 232, 6, 0.1);
  border: 1px solid rgba(119, 232, 6, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  color: var(--ds-green);
}

.rr-why-item h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--ds-white);
}

.rr-why-item p {
  font-size: 14px;
  color: var(--ds-gray-400);
  line-height: 1.7;
}

/* ---- How It Works / Process ---- */
.rr-process {
  padding: var(--ds-section-pad) 0;
  background: var(--ds-white);
}

.rr-process-header {
  text-align: center;
  margin-bottom: 64px;
}

.rr-process-header h2 {
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  color: var(--ds-dark);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.rr-process-sub {
  font-size: 17px;
  color: var(--ds-gray-600);
}

.rr-process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 48px;
}

.rr-step {
  position: relative;
  text-align: center;
  padding: 0 8px;
}

.rr-step-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--ds-green);
  color: var(--ds-dark);
  font-size: 22px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  position: relative;
  z-index: 2;
}

.rr-step-connector {
  position: absolute;
  top: 28px;
  left: calc(50% + 28px);
  width: calc(100% - 56px);
  height: 2px;
  background: var(--ds-gray-200);
  z-index: 1;
}

.rr-step:last-child .rr-step-connector {
  display: none;
}

.rr-step h4 {
  font-size: 17px;
  font-weight: 700;
  color: var(--ds-dark);
  margin-bottom: 8px;
}

.rr-step p {
  font-size: 14px;
  color: var(--ds-gray-600);
  line-height: 1.6;
}

.rr-process-cta {
  text-align: center;
}

/* ---- Materials ---- */
.rr-materials {
  padding: var(--ds-section-pad) 0;
  background: var(--ds-gray-100);
}

.rr-materials-header {
  text-align: center;
  margin-bottom: 64px;
}

.rr-materials-header h2 {
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  color: var(--ds-dark);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.rr-materials-sub {
  font-size: 17px;
  color: var(--ds-gray-600);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.7;
}

.rr-materials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.rr-material-card {
  background: var(--ds-white);
  border-radius: 16px;
  padding: 0;
  border: 1px solid var(--ds-gray-200);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}
.rr-material-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.rr-material-body {
  padding: 28px 32px 36px;
}

.rr-material-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.06);
}

.rr-material-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ds-white);
  background: var(--ds-dark);
  border: none;
  padding: 6px 14px;
  border-radius: 6px;
  margin-bottom: 16px;
}

.rr-material-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--ds-dark);
  margin-bottom: 10px;
}

.rr-material-card p {
  font-size: 14px;
  color: var(--ds-gray-600);
  line-height: 1.7;
}

/* ---- Reviews ---- */
.rr-reviews {
  padding: var(--ds-section-pad) 0;
  background: var(--ds-charcoal);
  color: var(--ds-white);
}

.rr-reviews-header {
  text-align: center;
  margin-bottom: 64px;
}

.rr-reviews-header h2 {
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.rr-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 48px;
}

.rr-review-card {
  background: var(--ds-gray-900);
  border: 1px solid var(--ds-gray-800);
  border-radius: 16px;
  padding: 36px 28px;
}

.rr-review-stars {
  font-size: 18px;
  color: #fbbf24;
  margin-bottom: 16px;
  letter-spacing: 2px;
}

.rr-review-card p {
  font-size: 15px;
  color: var(--ds-gray-300);
  line-height: 1.7;
  margin-bottom: 16px;
  font-style: italic;
}

.rr-review-author {
  font-size: 13px;
  font-weight: 600;
  color: var(--ds-gray-500);
}

.rr-reviews-badges {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
}

.rr-badge {
  height: 56px;
  width: auto;
  opacity: 0.7;
  filter: grayscale(20%);
  transition: opacity 0.3s, filter 0.3s;
}

.rr-badge:hover {
  opacity: 1;
  filter: grayscale(0%);
}

/* ---- FAQ ---- */
.rr-faq {
  padding: var(--ds-section-pad) 0;
  background: var(--ds-white);
}

.rr-faq-header {
  text-align: center;
  margin-bottom: 48px;
}

.rr-faq-header h2 {
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  color: var(--ds-dark);
  letter-spacing: -0.02em;
}

.rr-faq-list {
  max-width: 760px;
  margin: 0 auto;
}

.rr-faq-item {
  border-bottom: 1px solid var(--ds-gray-200);
}

.rr-faq-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: var(--ds-dark);
  text-align: left;
  font-family: var(--ds-font);
  gap: 16px;
}

.rr-faq-trigger:hover {
  color: var(--ds-green);
}

.rr-faq-icon {
  font-size: 22px;
  font-weight: 300;
  color: var(--ds-gray-500);
  transition: transform 0.3s;
  flex-shrink: 0;
}

.rr-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.rr-faq-answer p {
  font-size: 15px;
  color: var(--ds-gray-600);
  line-height: 1.7;
  padding-bottom: 20px;
}

.rr-faq-open .rr-faq-answer {
  max-height: 300px;
}

.rr-faq-open .rr-faq-icon {
  transform: rotate(45deg);
}

.rr-faq-open .rr-faq-trigger {
  color: var(--ds-green);
}

/* ---- Service Area ---- */
.rr-service-area {
  padding: var(--ds-section-pad) 0;
  background: var(--ds-gray-100);
}

.rr-service-area .ds-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.rr-area-content h2 {
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  color: var(--ds-dark);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.rr-area-sub {
  font-size: 15px;
  color: var(--ds-gray-600);
  line-height: 1.8;
  margin-bottom: 24px;
}

.rr-area-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--ds-green);
  text-decoration: none;
}

.rr-area-link:hover {
  color: var(--ds-green-dark);
}

.rr-map-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.08);
}

/* ---- Final CTA ---- */
.rr-final-cta {
  padding: var(--ds-section-pad) 0;
  background: var(--ds-dark);
  text-align: center;
  color: var(--ds-white);
}

.rr-final-cta h2 {
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.rr-final-cta p {
  font-size: 17px;
  color: var(--ds-gray-400);
  max-width: 520px;
  margin: 0 auto 32px;
  line-height: 1.7;
}

.rr-final-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ---- Active nav link ---- */
.ds-nav-active {
  color: var(--ds-green) !important;
}

/* ---- 360° Inspection Section ---- */
.rr-inspection {
  padding: var(--ds-section-pad) 0;
  background: var(--ds-cream);
  overflow: hidden;
}

.rr-inspection-header {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 56px;
}

.rr-inspection-badge {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
}

.rr-inspection-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rr-inspection-intro h2 {
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  color: var(--ds-dark);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.rr-inspection-intro .ds-section-label {
  margin-bottom: 8px;
}

.rr-inspection-intro p {
  font-size: 16px;
  color: var(--ds-gray-600);
  line-height: 1.7;
  max-width: 640px;
  margin-bottom: 24px;
}

.rr-inspection-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.rr-inspection-visual {
  position: relative;
}

.rr-inspection-house {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  display: block;
  aspect-ratio: 4 / 5;
}

/* Floating icons on the house image */
.rr-inspection-markers {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.rr-inspect-marker {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--ds-green);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(119, 232, 6, 0.4);
  animation: rr-marker-pulse 2.5s ease-in-out infinite;
}

.rr-inspect-marker svg {
  width: 24px;
  height: 24px;
  stroke: var(--ds-dark);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rr-inspect-marker:nth-child(1) { top: 18%; left: 22%; animation-delay: 0s; }
.rr-inspect-marker:nth-child(2) { top: 30%; right: 18%; animation-delay: 0.5s; }
.rr-inspect-marker:nth-child(3) { top: 55%; left: 12%; animation-delay: 1s; }
.rr-inspect-marker:nth-child(4) { bottom: 20%; right: 22%; animation-delay: 1.5s; }

@keyframes rr-marker-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 4px 20px rgba(119, 232, 6, 0.4); }
  50% { transform: scale(1.08); box-shadow: 0 6px 28px rgba(119, 232, 6, 0.6); }
}

/* Stacked detail cards */
.rr-inspection-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.rr-inspect-card {
  background: var(--ds-dark);
  border-radius: 14px;
  padding: 24px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rr-inspect-card:hover {
  transform: translateX(4px);
  box-shadow: -4px 4px 24px rgba(0,0,0,0.15);
}

.rr-inspect-card-img {
  flex-shrink: 0;
  width: 100px;
  height: 80px;
  border-radius: 10px;
  object-fit: cover;
}

.rr-inspect-card-body {
  flex: 1;
}

.rr-inspect-card-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.rr-inspect-card-title svg {
  width: 20px;
  height: 20px;
  stroke: var(--ds-green);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.rr-inspect-card-title h4 {
  font-size: 17px;
  font-weight: 700;
  color: var(--ds-white);
  margin: 0;
}

.rr-inspect-card p {
  font-size: 14px;
  color: var(--ds-gray-400);
  line-height: 1.6;
  margin: 0;
}

/* ---- Blog Section ---- */
.rr-blog {
  padding: var(--ds-section-pad) 0;
  background: var(--ds-white);
}

.rr-blog-header {
  text-align: center;
  margin-bottom: 48px;
}

.rr-blog-header h2 {
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  color: var(--ds-dark);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.rr-blog-header .rr-blog-cta-top {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--ds-dark);
  border: 2px solid var(--ds-dark);
  padding: 10px 28px;
  border-radius: 8px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: background 0.2s, color 0.2s;
}

.rr-blog-header .rr-blog-cta-top:hover {
  background: var(--ds-dark);
  color: var(--ds-white);
}

.rr-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.rr-blog-card {
  background: var(--ds-white);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rr-blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.08);
}

.rr-blog-card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.rr-blog-card-body {
  padding: 24px;
}

.rr-blog-card-date {
  font-size: 12px;
  color: var(--ds-gray-500);
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

.rr-blog-card h3 {
  font-size: 19px;
  font-weight: 700;
  color: var(--ds-dark);
  margin-bottom: 10px;
  line-height: 1.3;
}

.rr-blog-card p {
  font-size: 14px;
  color: var(--ds-gray-600);
  line-height: 1.7;
  margin-bottom: 16px;
}

.rr-blog-card-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--ds-green);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}

.rr-blog-card-link:hover {
  color: var(--ds-green-dark);
}

/* ============================================
   RESPONSIVE — TABLET
   ============================================ */
@media (max-width: 1024px) {
  .rr-services-grid,
  .rr-materials-grid,
  .rr-reviews-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rr-services-grid .rr-service-card:last-child {
    grid-column: 1 / -1;
    max-width: 500px;
    margin: 0 auto;
  }

  .rr-materials-grid .rr-material-card:last-child {
    grid-column: 1 / -1;
    max-width: 500px;
    margin: 0 auto;
  }

  .rr-reviews-grid .rr-review-card:last-child {
    grid-column: 1 / -1;
    max-width: 500px;
    margin: 0 auto;
  }

  .rr-why-header {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 48px;
  }
  .rr-why-photo img {
    max-height: 300px;
  }

  .rr-why-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .rr-process-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .rr-step-connector {
    display: none;
  }

  /* Inspection tablet */
  .rr-inspection-layout {
    gap: 32px;
  }
  .rr-inspect-card-img {
    width: 80px;
    height: 65px;
  }

  /* Blog tablet */
  .rr-blog-grid {
    grid-template-columns: 1fr 1fr;
  }
  .rr-blog-grid .rr-blog-card:last-child {
    grid-column: 1 / -1;
    max-width: 500px;
    margin: 0 auto;
  }
}

/* ============================================
   RESPONSIVE — MOBILE
   ============================================ */
@media (max-width: 768px) {
  .rr-hero {
    min-height: 500px;
  }

  .rr-hero .ds-container {
    min-height: 500px;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .rr-hero-overlay {
    background: linear-gradient(to bottom, rgba(25,25,25,0.25) 0%, rgba(25,25,25,0.5) 50%, rgba(25,25,25,0.7) 100%);
  }

  .rr-hero-sub {
    font-size: 16px;
  }

  .rr-hero-buttons {
    flex-direction: column;
    margin-bottom: 32px;
  }

  .rr-hero-stats {
    gap: 20px;
  }

  .rr-hero-stat-number {
    font-size: 18px;
  }

  .rr-services-grid,
  .rr-materials-grid,
  .rr-reviews-grid {
    grid-template-columns: 1fr;
  }

  .rr-services-grid .rr-service-card:last-child,
  .rr-materials-grid .rr-material-card:last-child,
  .rr-reviews-grid .rr-review-card:last-child {
    grid-column: auto;
    max-width: none;
  }

  .rr-process-steps {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .rr-step-connector {
    display: none;
  }

  .rr-service-area .ds-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* Inspection section mobile */
  .rr-inspection-header {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    align-items: center;
  }
  .rr-inspection-badge {
    width: 80px;
    height: 80px;
  }
  .rr-inspection-intro p {
    margin: 0 auto 20px;
  }
  .rr-inspection-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .rr-inspection-visual {
    max-width: 400px;
    margin: 0 auto;
  }
  .rr-inspect-marker {
    width: 40px;
    height: 40px;
  }
  .rr-inspect-marker svg {
    width: 18px;
    height: 18px;
  }
  .rr-inspect-card {
    flex-direction: column;
    gap: 14px;
  }
  .rr-inspect-card-img {
    width: 100%;
    height: 140px;
  }

  /* Blog mobile */
  .rr-blog-grid {
    grid-template-columns: 1fr;
  }

  .rr-reviews-badges {
    gap: 24px;
    flex-wrap: wrap;
  }

  .rr-badge {
    height: 44px;
  }

  .rr-final-buttons {
    flex-direction: column;
    align-items: center;
  }

  /* Section padding */
  .rr-services,
  .rr-why,
  .rr-process,
  .rr-materials,
  .rr-reviews,
  .rr-faq,
  .rr-service-area,
  .rr-final-cta,
  .rr-inspection,
  .rr-blog {
    padding: var(--ds-section-pad-mobile) 0;
  }
}
