.rcg-concrete-hero::before {
  background:
    linear-gradient(90deg, rgba(20, 20, 22, .96), rgba(20, 20, 22, .68) 54%, rgba(20, 20, 22, .88)),
    url("../images/concrete/concrete-contractor-cape-coral-hero.webp") right center / cover no-repeat;
  filter: grayscale(1) contrast(.94) brightness(.78);
  transform: scale(1.01);
}

.rcg-concrete-hero .banner-three-content {
  max-width: 900px;
}

.rcg-concrete-hero .banner-three-content .title {
  max-width: 900px;
}

.rcg-concrete-hero-copy {
  max-width: 770px;
  margin: 18px 0 24px;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 1.72;
}

.rcg-concrete-hero .hero-service-list {
  max-width: 880px;
}

.rcg-concrete-section-heading {
  max-width: 900px;
  margin: 0 auto 44px;
  text-align: center;
}

.rcg-concrete-section-heading .pre,
.rcg-concrete-copy .pre,
.rcg-concrete-local-copy .pre {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--color-primary);
  font-weight: 800;
  text-transform: uppercase;
}

.rcg-concrete-section-heading h2,
.rcg-concrete-copy h2,
.rcg-concrete-local-copy h2 {
  color: #19191d;
  font-size: clamp(36px, 4.6vw, 58px);
  line-height: 1.08;
}

.rcg-concrete-section-heading p,
.rcg-concrete-copy p,
.rcg-concrete-local-copy p {
  color: #54545c;
  font-size: 16px;
  line-height: 1.78;
}

.rcg-concrete-services {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(204, 48, 48, .07), transparent 28%),
    #f7f4f0;
}

.rcg-concrete-intro {
  max-width: 900px;
  margin: 0 auto 42px;
  text-align: center;
}

.rcg-concrete-intro p {
  color: #505058;
  font-size: 17px;
  line-height: 1.8;
}

.rcg-concrete-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.rcg-concrete-service-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(20, 20, 22, .08);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(20, 20, 22, .1);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.rcg-concrete-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 76px rgba(20, 20, 22, .15);
}

.rcg-concrete-service-card__media {
  position: relative;
  aspect-ratio: 16 / 8;
  overflow: hidden;
  background: #171719;
}

.rcg-concrete-service-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(20, 20, 22, .7));
}

.rcg-concrete-service-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.88) contrast(1.04);
  transition: transform 420ms ease;
}

.rcg-concrete-service-card:hover .rcg-concrete-service-card__media img {
  transform: scale(1.035);
}

.rcg-concrete-service-card__body {
  padding: 28px 30px 32px;
}

.rcg-concrete-service-card__body h3 {
  margin-bottom: 14px;
  color: #1d1d21;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.18;
}

.rcg-concrete-service-card__body p {
  margin-bottom: 18px;
  color: #56565e;
  font-size: 15px;
  line-height: 1.75;
}

.rcg-concrete-service-card__body a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--color-primary);
  font-weight: 800;
}

.rcg-concrete-evidence {
  position: relative;
  overflow: hidden;
  background: #171719;
}

.rcg-concrete-evidence .rcg-concrete-section-heading h2,
.rcg-concrete-evidence .rcg-concrete-section-heading p {
  color: #fff;
}

.rcg-concrete-evidence .rcg-concrete-section-heading p {
  color: rgba(255, 255, 255, .72);
}

.rcg-concrete-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.rcg-concrete-stat {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
  text-align: center;
}

.rcg-concrete-stat strong {
  display: block;
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 900;
  line-height: 1;
}

.rcg-concrete-stat span {
  color: rgba(255, 255, 255, .74);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.rcg-concrete-benefits {
  background: #fff;
}

.rcg-concrete-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.rcg-concrete-benefit {
  position: relative;
  min-height: 100%;
  padding: 34px 34px 34px 88px;
  border: 1px solid rgba(20, 20, 22, .09);
  border-radius: 8px;
  background: #f8f6f3;
}

.rcg-concrete-benefit__number {
  position: absolute;
  top: 34px;
  left: 30px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.rcg-concrete-benefit h3 {
  margin-bottom: 12px;
  color: #1d1d21;
  font-size: 24px;
  line-height: 1.2;
}

.rcg-concrete-benefit p {
  margin: 0;
  color: #56565e;
  line-height: 1.75;
}

.rcg-concrete-process {
  background:
    linear-gradient(180deg, rgba(239, 235, 231, .96), rgba(247, 244, 240, .96)),
    url("../images/rcg-decor/bg-line1.png") center / cover no-repeat;
}

.rcg-concrete-process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.rcg-concrete-process-step {
  position: relative;
  min-height: 100%;
  padding: 28px 24px;
  border-top: 4px solid var(--color-primary);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(20, 20, 22, .08);
}

.rcg-concrete-process-step > span {
  display: block;
  margin-bottom: 20px;
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.rcg-concrete-process-step h3 {
  margin-bottom: 12px;
  color: #202025;
  font-size: 21px;
  line-height: 1.25;
}

.rcg-concrete-process-step p {
  margin: 0;
  color: #5a5a62;
  font-size: 14px;
  line-height: 1.7;
}

.rcg-concrete-authority {
  background: #fff;
}

.rcg-concrete-authority-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(36px, 6vw, 84px);
  align-items: center;
}

.rcg-concrete-authority-media {
  position: relative;
  overflow: hidden;
  border-radius: 9px;
  box-shadow: 0 26px 74px rgba(20, 20, 22, .16);
}

.rcg-concrete-authority-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
}

.rcg-concrete-copy p + p {
  margin-top: 18px;
}

.rcg-concrete-copy .rts-btn {
  margin-top: 14px;
}

.rcg-concrete-local {
  background: #f6f3ef;
}

.rcg-concrete-local-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
}

.rcg-concrete-local-copy address {
  margin: 28px 0 0;
  padding: 22px 24px;
  border-left: 4px solid var(--color-primary);
  background: #fff;
  color: #33333a;
  font-style: normal;
  line-height: 1.75;
  box-shadow: 0 18px 48px rgba(20, 20, 22, .08);
}

.rcg-concrete-local-copy address a {
  color: var(--color-primary);
  font-weight: 800;
}

.rcg-concrete-map {
  height: 450px;
  overflow: hidden;
  border-radius: 10px;
  background: #171719;
  box-shadow: 0 24px 70px rgba(20, 20, 22, .16);
}

.rcg-concrete-map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.rcg-concrete-faq {
  background: #fff;
}

.rcg-concrete-faq-list {
  max-width: 980px;
  display: grid;
  gap: 14px;
  margin: 0 auto;
}

.rcg-concrete-faq-list details {
  overflow: hidden;
  border: 1px solid rgba(20, 20, 22, .1);
  border-radius: 8px;
  background: #f8f6f3;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.rcg-concrete-faq-list details[open] {
  border-color: rgba(204, 48, 48, .3);
  background: #fff;
  box-shadow: 0 18px 46px rgba(20, 20, 22, .08);
}

.rcg-concrete-faq-list summary {
  position: relative;
  min-height: 64px;
  padding: 20px 60px 20px 24px;
  color: #202025;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.rcg-concrete-faq-list summary::-webkit-details-marker {
  display: none;
}

.rcg-concrete-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  transform: translateY(-50%);
}

.rcg-concrete-faq-list details[open] summary::after {
  content: "\2212";
}

.rcg-concrete-faq-list details p {
  margin: 0;
  padding: 0 24px 24px;
  color: #55555d;
  font-size: 16px;
  line-height: 1.75;
}

.rcg-concrete-closing .rcg-values-cta__inner {
  display: block;
  min-height: 0;
}

.rcg-concrete-closing .rcg-values-cta__copy {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.rcg-concrete-closing .rcg-values-cta__copy h2,
.rcg-concrete-closing .rcg-values-cta__copy p {
  margin-right: auto;
  margin-left: auto;
}

.rcg-concrete-closing .button-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.rcg-concrete-closing .button-wrapper .rts-btn {
  min-height: 52px;
}

.rcg-footer-address {
  margin: 16px 0 20px;
  color: rgba(255, 255, 255, .72);
  font-style: normal;
  line-height: 1.7;
}

.rcg-footer-address a {
  color: rgba(255, 255, 255, .82);
}

.rcg-mobile-call-sticky {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .rcg-concrete-stat-grid,
  .rcg-concrete-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 991px) {
  .rcg-concrete-authority-grid,
  .rcg-concrete-local-grid {
    grid-template-columns: 1fr;
  }

  .rcg-concrete-authority-media {
    max-width: 620px;
  }
}

@media only screen and (max-width: 767px) {
  .rcg-concrete-hero::before {
    background:
      linear-gradient(180deg, rgba(20, 20, 22, .97), rgba(20, 20, 22, .82)),
      url("../images/concrete/concrete-contractor-cape-coral-hero.webp") 64% center / cover no-repeat;
  }

  .rcg-concrete-hero-copy {
    font-size: 16px;
  }

  .rcg-concrete-service-grid,
  .rcg-concrete-stat-grid,
  .rcg-concrete-benefit-grid,
  .rcg-concrete-process-grid {
    grid-template-columns: 1fr;
  }

  .rcg-concrete-service-card__body {
    padding: 24px;
  }

  .rcg-concrete-benefit {
    padding: 78px 24px 28px;
  }

  .rcg-concrete-benefit__number {
    top: 24px;
    left: 24px;
  }

  .rcg-concrete-map,
  .rcg-concrete-map iframe {
    height: 340px;
  }

  .rcg-concrete-faq-list summary {
    padding: 18px 54px 18px 18px;
    font-size: 16px;
  }

  .rcg-concrete-faq-list details p {
    padding: 0 18px 20px;
  }
}

@media only screen and (max-width: 480px) {
  body {
    padding-bottom: 58px;
  }

  .rcg-mobile-call-sticky {
    position: fixed;
    right: 12px;
    bottom: 10px;
    left: 12px;
    z-index: 999999;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    background: var(--color-primary);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    box-shadow: 0 14px 36px rgba(0, 0, 0, .32);
  }

  .rcg-mobile-call-sticky:hover,
  .rcg-mobile-call-sticky:focus-visible {
    color: #fff;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rcg-concrete-service-card,
  .rcg-concrete-service-card__media img,
  .rcg-concrete-faq-list details {
    transition: none;
  }
}


/* ==========================================================================
   HOMEPAGE REFERENCE TYPOGRAPHY SYSTEM (RABEIROCG.COM SOURCE OF TRUTH)
   ========================================================================== */

/* 1. All Headings & Title Symbols (Gantari, sans-serif) */
h1, h2, h3, h4, h5, h6,
.title,
.rcg-reviews-heading,
.rcg-commercial-heading h2,
.rcg-exact-copy h2,
.rcg-property-intro__copy h2,
.rcg-editorial-split__copy h2,
.rcg-commercial-scope h3,
.rcg-commercial-intake h3,
.rcg-commercial-control-grid h3,
.rcg-commercial-process-list h3,
.rcg-commercial-closeout h3,
.rcg-service-suite-card__body h3,
.rcg-pillar-service-link strong,
.single-service-area-3 a .title {
  font-family: "Gantari", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

/* 2. All Body Copy, Paragraphs, Lists & Interactive UI Elements (Inter, sans-serif) */
body, p, li, span, a, input, select, textarea, label, address, figcaption,
.disc,
.rcg-exact-copy > p,
.rcg-content-disclosure__body,
.rcg-content-disclosure__body p,
.rcg-content-disclosure__body li,
.rcg-commercial-copy > p,
.rcg-commercial-scope p,
.rcg-commercial-control-grid p,
.rcg-commercial-process-list p,
.rcg-commercial-closeout li,
.rcg-commercial-intake li,
.rcg-commercial-faq-list details p,
.rcg-service-suite-card__body p,
.rcg-pillar-service-link p {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

/* 3. All Buttons & Action CTAs (Inter, sans-serif) */
.rts-btn,
button,
.btn-primary,
.btn-white,
.btn-subscribe,
a.rts-btn {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-weight: 800 !important;
}


/* ==========================================================================
   MOBILE HERO BANNERS & CREDENTIAL PANEL OVERFLOW FIXES (TABLET & MOBILE)
   ========================================================================== */

@media only screen and (max-width: 991px) {
  /* A. Clean Compact Padding on All Top Banners */
  .rcg-services-hero,
  .rts-banner-three,
  .rcg-about-hero,
  .rcg-contact-hero,
  .rcg-commercial-hero {
    min-height: auto !important;
    height: auto !important;
    padding: 105px 0 40px !important;
  }

  .banner-three-content,
  .rcg-services-hero .banner-three-content {
    margin-top: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
  }

  /* B. Fix Info Box / Credential Panel Mobile Overflow */
  .hero-credential-panel,
  .rcg-services-hero .hero-credential-panel,
  .banner-three-content + .hero-credential-panel {
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 24px 0 0 0 !important;
    padding: 20px !important;
    box-sizing: border-box !important;
    display: block !important;
    background: rgba(15, 15, 17, 0.78) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 12px !important;
  }

  .hero-credential-panel strong {
    font-size: 17px !important;
    line-height: 1.3 !important;
    margin: 6px 0 !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }

  .hero-credential-panel span,
  .hero-credential-panel a {
    font-size: 13px !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }
}

@media only screen and (max-width: 767px) {
  .rcg-services-hero,
  .rts-banner-three,
  .rcg-about-hero,
  .rcg-contact-hero,
  .rcg-commercial-hero {
    padding: 95px 0 30px !important;
  }

  .banner-three-content .title,
  .rcg-services-hero .banner-three-content .title {
    font-size: clamp(24px, 6.2vw, 32px) !important;
    line-height: 1.22 !important;
    margin-bottom: 14px !important;
  }

  .hero-proof-row,
  .hero-service-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    margin-bottom: 16px !important;
  }

  .hero-proof-row span,
  .hero-service-list span {
    font-size: 12px !important;
    padding: 5px 11px !important;
  }
}


/* Hide Floating Credential / Address Box on Mobile Screens (< 992px) */
@media only screen and (max-width: 991px) {
  .hero-credential-panel,
  .rcg-services-hero .hero-credential-panel,
  .rcg-about-hero .hero-credential-panel,
  .rcg-contact-hero .hero-credential-panel,
  .banner-three-content + .hero-credential-panel {
    display: none !important;
  }
}
