/* =========================================================
   ROTO-ROOTER HOMEPAGE MASTER CSS v2 CLEAN
   Scope: Section 1-11 + Sticky CTA
========================================================= */

.rr-section{
  --rr-blue:#0a4a96;
  --rr-dark:#08295a;
  --rr-red:#e31e24;
  --rr-green:#16a34a;
  --rr-text:#25364a;
  --rr-muted:#617184;
  --rr-line:#dbe8f6;
  --rr-soft:#f6f9fc;
  --rr-white:#ffffff;
  --rr-shadow:0 14px 34px rgba(8,41,90,.08);
  --rr-radius:22px;
  font-family:Arial,Helvetica,sans-serif!important;
  color:var(--rr-text)!important;
  box-sizing:border-box;
}

.rr-section *,
.rr-section *:before,
.rr-section *:after{
  box-sizing:border-box;
}

.rr-container{
  width:min(1180px,calc(100% - 32px));
  margin:0 auto;
}

.rr-section h1,
.rr-section h2,
.rr-section h3,
.rr-section p{
  font-family:Arial,Helvetica,sans-serif!important;
}

.rr-section h1,
.rr-section h2,
.rr-section h3{
  color:var(--rr-dark)!important;
  font-weight:900!important;
}

.rr-section p{
  color:var(--rr-muted)!important;
  line-height:1.65!important;
}

.rr-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-bottom:14px;
  color:var(--rr-red)!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  line-height:1.3!important;
  text-transform:uppercase;
}

.rr-eyebrow--pill{
  padding:8px 13px;
  border:1px solid rgba(10,74,150,.18);
  border-radius:999px;
  background:rgba(255,255,255,.78);
  box-shadow:0 8px 20px rgba(8,41,90,.06);
}

.rr-dot{
  display:inline-block;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--rr-green);
}

.rr-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
}

.rr-btn,
.rr-btn:link,
.rr-btn:visited,
.rr-btn:focus,
.rr-btn:active{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:13px 18px;
  border-radius:12px;
  font-size:15px!important;
  font-weight:900!important;
  line-height:1.35!important;
  text-decoration:none!important;
  box-shadow:0 12px 24px rgba(8,41,90,.12);
}

.rr-btn:hover{
  text-decoration:underline!important;
  text-underline-offset:4px!important;
}

.rr-btn--wa{
  background:var(--rr-green)!important;
  color:#fff!important;
}

.rr-btn--wa:hover{
  background:#12843d!important;
  color:#fff!important;
}

.rr-btn--blue,
.rr-btn--ghost{
  background:var(--rr-blue)!important;
  color:#fff!important;
}

.rr-btn--blue:hover,
.rr-btn--ghost:hover{
  background:var(--rr-dark)!important;
  color:#fff!important;
}

.rr-btn--light{
  border:1px solid var(--rr-line);
  background:#fff!important;
  color:var(--rr-dark)!important;
}

.rr-chip,
.rr-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 10px;
  border-radius:999px;
  background:#eef6ff;
  color:var(--rr-dark)!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1.3!important;
}

.rr-card{
  position:relative;
  overflow:hidden;
  border:1px solid var(--rr-line);
  border-radius:var(--rr-radius);
  background:#fff;
  box-shadow:var(--rr-shadow);
}

.rr-card:before,
.rr-hub__card:before,
.rr-industry__card:before,
.rr-trust__card:before,
.rr-articles__card:before{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,var(--rr-red),var(--rr-blue));
  content:"";
}

.rr-section-head,
.rr-quick__head,
.rr-hub__head,
.rr-industry__head,
.rr-problems__head,
.rr-trust__head,
.rr-social__head,
.rr-process__head,
.rr-faq__head,
.rr-articles__head{
  max-width:930px;
  margin:0 auto 34px;
  text-align:center;
}

.rr-section-head h2,
.rr-quick h2,
.rr-hub h2,
.rr-industry h2,
.rr-problems h2,
.rr-trust h2,
.rr-social h2,
.rr-process h2,
.rr-faq h2,
.rr-articles h2{
  margin:0 0 14px!important;
  font-size:clamp(30px,4vw,44px)!important;
  line-height:1.18!important;
  letter-spacing:-.025em!important;
}

.rr-section-head p,
.rr-quick__head p,
.rr-hub__head p,
.rr-industry__head p,
.rr-problems__head p,
.rr-trust__head p,
.rr-social__head p,
.rr-process__head p,
.rr-faq__head p,
.rr-articles__head p{
  margin:0!important;
  font-size:17px!important;
}

/* =========================
   SECTION 1 HERO
========================= */

.rr-hero{
  padding:72px 0;
  background:
    radial-gradient(circle at 12% 10%,rgba(227,30,36,.10),transparent 34%),
    linear-gradient(135deg,#f4f9ff 0%,#ffffff 100%);
}

.rr-hero__wrap{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);
  gap:34px;
  align-items:center;
}

.rr-hero h1{
  margin:0 0 18px!important;
  font-size:clamp(38px,5vw,64px)!important;
  line-height:1.04!important;
  letter-spacing:-.045em!important;
}

.rr-hero__lead{
  margin:0 0 16px!important;
  font-size:19px!important;
}

.rr-hero__lead strong{
  color:var(--rr-dark)!important;
  font-weight:900!important;
}

.rr-hero__note{
  margin:0 0 22px!important;
  padding:13px 16px;
  border-left:4px solid var(--rr-green);
  border-radius:12px;
  background:#eef6ff;
  font-size:14px!important;
}

.rr-hero__proof-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:0 0 24px;
}

.rr-hero__proof{
  display:flex;
  gap:9px;
  align-items:flex-start;
  padding:14px;
  border:1px solid var(--rr-line);
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 22px rgba(8,41,90,.06);
}

.rr-hero__proof span{
  color:var(--rr-red)!important;
  font-weight:900!important;
}

.rr-hero__proof strong{
  color:var(--rr-dark)!important;
  font-size:13px!important;
  line-height:1.45!important;
}

.rr-hero__image-card{
  overflow:hidden;
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 42px rgba(8,41,90,.14);
}

.rr-hero__image-card img{
  display:block;
  width:100%;
  height:auto;
}

.rr-hero__media-caption{
  display:grid;
  gap:5px;
  padding:16px 18px;
}

.rr-hero__media-caption strong{
  color:var(--rr-dark)!important;
  font-size:15px!important;
  font-weight:900!important;
}

.rr-hero__media-caption span{
  color:var(--rr-muted)!important;
  font-size:14px!important;
}

.rr-hero__service-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}

.rr-hero__service-tags span{
  padding:8px 11px;
  border-radius:999px;
  background:#eef6ff;
  color:var(--rr-dark)!important;
  font-size:12px!important;
  font-weight:900!important;
}

/* =========================
   SECTION 2 QUICK ACTION
========================= */

.rr-quick{
  padding:64px 0;
  background:#fff;
}

.rr-quick__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.rr-quick__card,
.rr-quick a.rr-quick__card{
  display:flex;
  gap:14px;
  min-height:112px;
  padding:18px;
  border:1px solid var(--rr-line);
  border-radius:18px;
  background:#fff;
  color:var(--rr-text)!important;
  text-decoration:none!important;
  box-shadow:0 10px 26px rgba(8,41,90,.06);
}

.rr-quick__card:hover{
  border-color:rgba(10,74,150,.35);
  box-shadow:0 16px 34px rgba(8,41,90,.10);
}

.rr-icon,
.rr-quick__icon{
  flex:0 0 38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border-radius:12px;
  background:#eef6ff;
  color:var(--rr-blue)!important;
  font-weight:900!important;
}

.rr-quick__card h3{
  margin:0 0 6px!important;
  font-size:17px!important;
  line-height:1.25!important;
}

.rr-quick__card p{
  margin:0!important;
  font-size:13px!important;
  line-height:1.5!important;
}

.rr-quick__hint{
  display:block;
  margin-top:8px;
  color:var(--rr-blue)!important;
  font-size:12px!important;
  font-weight:900!important;
}

/* =========================
   SECTION 3 SHARED SERVICE CARD
========================= */

.rr-hub,
.rr-faq{
  padding:72px 0;
  background:var(--rr-soft);
}

.rr-industry,
.rr-trust,
.rr-social,
.rr-process,
.rr-articles{
  padding:72px 0;
  background:#fff;
}

.rr-hub__grid,
.rr-industry__grid,
.rr-trust__grid,
.rr-articles__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.rr-hub__card,
.rr-industry__card,
.rr-trust__card,
.rr-articles__card{
  position:relative;
  overflow:hidden;
  padding:24px;
  border:1px solid var(--rr-line);
  border-radius:var(--rr-radius);
  background:#fff;
  box-shadow:var(--rr-shadow);
}

.rr-hub__card h3,
.rr-industry__card h3,
.rr-trust__card h3,
.rr-articles__card h3{
  margin:0 0 10px!important;
  font-size:21px!important;
  line-height:1.25!important;
}

.rr-hub__card p,
.rr-industry__card p,
.rr-trust__card p,
.rr-articles__card p{
  margin:0 0 14px!important;
  font-size:15px!important;
}

.rr-list,
.rr-hub__list,
.rr-industry__list,
.rr-trust__list{
  display:grid;
  gap:9px;
  margin:14px 0 0!important;
  padding:0!important;
  list-style:none!important;
}

.rr-list li,
.rr-hub__list li,
.rr-industry__list li,
.rr-trust__list li{
  position:relative;
  margin:0!important;
  padding-left:18px;
  color:var(--rr-text)!important;
  font-size:14px!important;
  line-height:1.55!important;
}

.rr-list li:before,
.rr-hub__list li:before,
.rr-industry__list li:before,
.rr-trust__list li:before{
  position:absolute;
  left:0;
  top:.62em;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--rr-red);
  content:"";
}

.rr-card-tags,
.rr-hub__tags,
.rr-industry__tags,
.rr-articles__meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}

/* =========================
   SECTION 4 INDUSTRY
========================= */

.rr-industry__notice,
.rr-industry__method,
.rr-trust__proof,
.rr-process__note,
.rr-articles__note{
  margin:24px 0 0;
  padding:22px;
  border:1px solid #d9e8f8;
  border-radius:20px;
  background:#eef6ff;
}

.rr-industry__cities{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
  margin:18px 0 0;
}

.rr-industry__intro{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,480px);
  gap:22px;
  align-items:center;
  margin-bottom:22px;
  padding:22px;
  border:1px solid var(--rr-line);
  border-radius:20px;
  background:#fff;
  box-shadow:var(--rr-shadow);
}

.rr-industry__intro h3{
  margin:0 0 10px!important;
  font-size:24px!important;
  line-height:1.25!important;
}

.rr-industry__intro p{
  margin:0!important;
  font-size:15px!important;
}

.rr-industry__image-slot{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  max-width:480px;
  aspect-ratio:8/5;
  min-height:240px;
  border:2px dashed #b9d2ee;
  border-radius:18px;
  background:linear-gradient(135deg,#eef6ff,#ffffff);
  text-align:center;
}

.rr-industry__image-slot-inner{
  padding:20px;
}

.rr-industry__image-slot strong{
  display:block;
  margin-bottom:6px;
  color:var(--rr-dark)!important;
  font-size:16px!important;
  font-weight:900!important;
  line-height:1.35!important;
}

.rr-industry__image-slot span{
  display:block;
  color:var(--rr-muted)!important;
  font-size:13px!important;
  line-height:1.5!important;
}

.rr-industry__coverage{
  margin:0 0 24px;
  padding:22px;
  border:1px solid #d9e8f8;
  border-radius:20px;
  background:#eef6ff;
}

.rr-industry__coverage h3{
  margin:0 0 10px!important;
  color:var(--rr-dark)!important;
  font-size:22px!important;
  font-weight:900!important;
  line-height:1.25!important;
}

.rr-industry__coverage p{
  margin:0 0 14px!important;
  font-size:15px!important;
}

.rr-industry__card-top{
  display:flex;
  gap:12px;
  align-items:flex-start;
  margin-bottom:10px;
}

.rr-industry__card-top h3{
  margin:0!important;
}

.rr-industry__icon{
  flex:0 0 42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:14px;
  background:#eef6ff;
  color:var(--rr-blue)!important;
  font-size:20px!important;
  line-height:1!important;
}

@media(max-width:680px){
  .rr-industry__intro{
    grid-template-columns:1fr;
    padding:20px;
  }

  .rr-industry__image-slot{
    max-width:100%;
    min-height:190px;
  }

  .rr-industry__card-top{
    gap:10px;
  }

  .rr-industry__icon{
    width:38px;
    height:38px;
    flex-basis:38px;
    font-size:18px!important;
  }
}

/* =========================
   SECTION 5 PROBLEM SCANNER
========================= */

.rr-problems{
  padding:72px 0;
  background:linear-gradient(180deg,#f6f9fc 0%,#ffffff 100%);
}

.rr-problems__head{
  max-width:900px;
  margin:0 auto 32px;
  text-align:center;
}

.rr-problems__head h2{
  margin:0 0 14px!important;
  font-size:clamp(30px,4vw,44px)!important;
  line-height:1.18!important;
  letter-spacing:-.025em!important;
}

.rr-problems__head p{
  margin:0!important;
  color:var(--rr-muted)!important;
  font-size:17px!important;
  line-height:1.65!important;
}

.rr-problems__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.rr-problems__card{
  position:relative;
  overflow:hidden;
  min-height:100%;
  padding:22px;
  border:1px solid var(--rr-line);
  border-radius:22px;
  background:#ffffff;
  box-shadow:0 12px 28px rgba(8,41,90,.06);
}

.rr-problems__card:before{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,var(--rr-red),var(--rr-blue));
  content:"";
}

.rr-problems__top{
  display:flex;
  gap:12px;
  align-items:flex-start;
  margin-bottom:12px;
}

.rr-problems__icon{
  flex:0 0 42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:14px;
  background:#eef6ff;
  color:var(--rr-blue)!important;
  font-size:20px!important;
  line-height:1!important;
}

.rr-problems__card h3{
  margin:0!important;
  color:var(--rr-dark)!important;
  font-size:20px!important;
  font-weight:900!important;
  line-height:1.25!important;
}

.rr-problems__label{
  display:block;
  margin:0 0 6px;
  color:var(--rr-red)!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.06em!important;
  line-height:1.3!important;
  text-transform:uppercase;
}

.rr-problems__desc{
  margin:0 0 14px!important;
  color:var(--rr-muted)!important;
  font-size:14px!important;
  line-height:1.6!important;
}

.rr-problems__tags{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:auto;
}

.rr-problems__tags .rr-chip{
  padding:7px 10px;
  font-size:12px!important;
}

.rr-problems__scan{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  margin-top:22px;
  padding:22px;
  border:1px solid #d9e8f8;
  border-radius:20px;
  background:#eef6ff;
}

.rr-problems__scan h3{
  margin:0 0 8px!important;
  color:var(--rr-dark)!important;
  font-size:22px!important;
  font-weight:900!important;
  line-height:1.25!important;
}

.rr-problems__scan p{
  margin:0!important;
  color:var(--rr-muted)!important;
  font-size:15px!important;
  line-height:1.6!important;
}

.rr-problems__mini-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  justify-content:flex-end;
}

@media(max-width:1000px){
  .rr-problems__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .rr-problems__scan{
    grid-template-columns:1fr;
  }

  .rr-problems__mini-tags{
    justify-content:flex-start;
  }
}

@media(max-width:680px){
  .rr-problems{
    padding:52px 0;
  }

  .rr-problems__head{
    text-align:left;
    margin-bottom:24px;
  }

  .rr-problems__grid{
    grid-template-columns:1fr;
  }

  .rr-problems__card{
    padding:20px;
  }

  .rr-problems__icon{
    width:38px;
    height:38px;
    flex-basis:38px;
    font-size:18px!important;
  }

  .rr-problems__scan{
    padding:20px;
  }
}
/* =========================
   SECTION 6 TRUST - 3 COLUMN UX VERSION
========================= */

.rr-trust{
  padding:72px 0;
  background:#fff;
}

.rr-trust__grid3{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.rr-trust__box{
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:24px;
  border:1px solid var(--rr-line);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--rr-shadow);
}

.rr-trust__box:before{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,var(--rr-red),var(--rr-blue));
  content:"";
}

.rr-trust__top{
  display:flex;
  gap:12px;
  align-items:flex-start;
  margin-bottom:14px;
}

.rr-trust__icon{
  flex:0 0 44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:15px;
  background:#eef6ff;
  color:var(--rr-blue)!important;
  font-size:21px!important;
  line-height:1!important;
}

.rr-trust__box h3{
  margin:0!important;
  color:var(--rr-dark)!important;
  font-size:21px!important;
  font-weight:900!important;
  line-height:1.25!important;
}

.rr-trust__box p{
  margin:0 0 16px!important;
  color:var(--rr-muted)!important;
  font-size:14px!important;
  line-height:1.6!important;
}

.rr-trust__mini-stats{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
  margin-top:auto;
}

.rr-trust__mini-stat{
  padding:12px;
  border:1px solid #d9e8f8;
  border-radius:15px;
  background:#eef6ff;
}

.rr-trust__mini-stat strong{
  display:block;
  margin-bottom:3px;
  color:var(--rr-blue)!important;
  font-size:19px!important;
  font-weight:900!important;
  line-height:1.1!important;
}

.rr-trust__mini-stat span{
  display:block;
  color:var(--rr-muted)!important;
  font-size:12px!important;
  font-weight:700!important;
  line-height:1.4!important;
}

.rr-trust__chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:auto;
}

.rr-trust__logo-mini{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:auto;
}

.rr-trust__logo-mini-item{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:72px;
  padding:10px;
  border:1px solid #d9e8f8;
  border-radius:15px;
  background:#f6f9fc;
}

.rr-trust__logo-mini-item img{
  display:block;
  max-width:100%;
  max-height:52px;
  width:auto;
  height:auto;
}

@media(max-width:1000px){
  .rr-trust__grid3{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .rr-trust__box--wide{
    grid-column:1 / -1;
  }
}

@media(max-width:680px){
  .rr-trust{
    padding:52px 0;
  }

  .rr-trust__grid3{
    grid-template-columns:1fr;
  }

  .rr-trust__box{
    padding:20px;
  }

  .rr-trust__box--wide{
    grid-column:auto;
  }

  .rr-trust__icon{
    width:40px;
    height:40px;
    flex-basis:40px;
    font-size:19px!important;
  }
}

@media(max-width:420px){
  .rr-trust__mini-stats,
  .rr-trust__logo-mini{
    grid-template-columns:1fr;
  }
}

/* =========================
   SECTION 7 SOCIAL PROOF
========================= */

.rr-social__summary{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-bottom:18px;
}

.rr-social__summary-item,
.rr-social__panel{
  padding:20px;
  border:1px solid var(--rr-line);
  border-radius:20px;
  background:#fff;
  box-shadow:var(--rr-shadow);
}

.rr-social__wrap{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:18px;
}

.rr-social__client-logo{
  display:block;
  width:100%;
  height:auto;
  margin-top:16px;
  border-radius:14px;
}

.rr-social__review{
  margin-top:18px;
  padding:22px;
  border:1px solid var(--rr-line);
  border-radius:22px;
  background:#fff;
  box-shadow:var(--rr-shadow);
}
/* =========================
   SECTION 8 PROCESS - SIMPLE LEAD UX
========================= */

.rr-process{
  padding:72px 0;
  background:#fff;
}

.rr-process__wrap{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);
  gap:22px;
  align-items:stretch;
}

.rr-process__steps{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.rr-process__step{
  position:relative;
  overflow:hidden;
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:22px;
  border:1px solid var(--rr-line);
  border-radius:22px;
  background:#fff;
  box-shadow:var(--rr-shadow);
}

.rr-process__step:before{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,var(--rr-red),var(--rr-blue));
  content:"";
}

.rr-process__icon{
  flex:0 0 44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:15px;
  background:#eef6ff;
  color:var(--rr-blue)!important;
  font-size:21px!important;
  line-height:1!important;
}

.rr-process__step h3{
  margin:0 0 7px!important;
  color:var(--rr-dark)!important;
  font-size:19px!important;
  font-weight:900!important;
  line-height:1.25!important;
}

.rr-process__step p{
  margin:0!important;
  color:var(--rr-muted)!important;
  font-size:14px!important;
  line-height:1.55!important;
}

.rr-process__lead-card{
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:24px;
  border-radius:24px;
  background:
    radial-gradient(circle at 90% 10%,rgba(227,30,36,.18),transparent 34%),
    linear-gradient(135deg,#08295a 0%,#0a4a96 100%);
  box-shadow:0 18px 42px rgba(8,41,90,.18);
}

.rr-process__lead-card h3{
  margin:0 0 10px!important;
  color:#fff!important;
  font-size:24px!important;
  font-weight:900!important;
  line-height:1.25!important;
}

.rr-process__lead-card p{
  margin:0 0 16px!important;
  color:#eaf3ff!important;
  font-size:15px!important;
  line-height:1.6!important;
}

.rr-process__checklist{
  display:grid;
  gap:9px;
  margin:0 0 20px!important;
  padding:0!important;
  list-style:none!important;
}

.rr-process__checklist li{
  position:relative;
  margin:0!important;
  padding:10px 12px 10px 34px;
  border-radius:14px;
  background:rgba(255,255,255,.12);
  color:#fff!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.45!important;
}

.rr-process__checklist li:before{
  position:absolute;
  left:13px;
  top:15px;
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--rr-green);
  content:"";
}

.rr-process__lead-actions{
  display:grid;
  gap:10px;
  margin-top:auto;
}

.rr-process__lead-btn,
.rr-process__lead-btn:link,
.rr-process__lead-btn:visited{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:13px 16px;
  border-radius:13px;
  background:var(--rr-green)!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:900!important;
  line-height:1.35!important;
  text-align:center;
  text-decoration:none!important;
  box-shadow:0 12px 26px rgba(0,0,0,.18);
}

.rr-process__lead-btn:hover{
  background:#12843d!important;
  color:#fff!important;
  text-decoration:underline!important;
  text-underline-offset:4px!important;
}

.rr-process__lead-note{
  display:block;
  color:#d9eaff!important;
  font-size:12px!important;
  font-weight:700!important;
  line-height:1.45!important;
  text-align:center;
}

@media(max-width:1000px){
  .rr-process__wrap{
    grid-template-columns:1fr;
  }
}

@media(max-width:680px){
  .rr-process{
    padding:52px 0;
  }

  .rr-process__steps{
    grid-template-columns:1fr;
  }

  .rr-process__step{
    padding:20px;
  }

  .rr-process__icon{
    width:40px;
    height:40px;
    flex-basis:40px;
    font-size:19px!important;
  }

  .rr-process__lead-card{
    padding:22px;
  }
}
/* =========================
   SECTION 9 FAQ
========================= */

.rr-faq__intro,
.rr-articles__intro{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  margin-bottom:24px;
  padding:22px;
  border:1px solid var(--rr-line);
  border-radius:20px;
  background:#fff;
  box-shadow:var(--rr-shadow);
}

.rr-faq__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.rr-faq details{
  border:1px solid var(--rr-line);
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 24px rgba(8,41,90,.05);
}

.rr-faq summary{
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:18px 20px;
  color:var(--rr-dark)!important;
  font-size:15px!important;
  font-weight:900!important;
  line-height:1.45!important;
  list-style:none;
}

.rr-faq summary::-webkit-details-marker{
  display:none;
}

.rr-faq summary:after{
  flex:0 0 auto;
  content:"+";
  color:var(--rr-blue);
  font-size:20px;
  font-weight:900;
}

.rr-faq details[open] summary:after{
  content:"−";
}

.rr-faq details p{
  margin:0!important;
  padding:0 20px 18px;
  font-size:14px!important;
}

/* =========================
   SECTION 10 ARTICLES
========================= */

.rr-articles__card{
  display:flex;
  flex-direction:column;
}

.rr-articles__card-footer{
  margin-top:auto;
  padding-top:6px;
}

.rr-articles__link,
.rr-articles__link:link,
.rr-articles__link:visited{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 14px;
  border-radius:10px;
  background:var(--rr-blue)!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:900!important;
  text-decoration:none!important;
}

.rr-articles__link:hover{
  background:var(--rr-dark)!important;
  color:#fff!important;
  text-decoration:underline!important;
  text-underline-offset:4px!important;
}

/* =========================
   SECTION 11 FINAL CTA
========================= */

.rr-final{
  padding:78px 0;
  background:
    radial-gradient(circle at 12% 12%,rgba(227,30,36,.18),transparent 32%),
    linear-gradient(135deg,#071f49 0%,#0a4a96 100%);
}

.rr-final__wrap{
  display:grid;
  grid-template-columns:minmax(0,1.06fr) minmax(320px,.94fr);
  gap:28px;
  align-items:stretch;
}

.rr-final .rr-eyebrow{
  color:#fff!important;
}

.rr-final h2{
  margin:0 0 18px!important;
  color:#fff!important;
  font-size:clamp(34px,4.8vw,52px)!important;
  line-height:1.1!important;
  letter-spacing:-.035em!important;
}

.rr-final__lead,
.rr-final p.rr-final__lead{
  margin:0 0 24px!important;
  color:#eaf3ff!important;
  font-size:19px!important;
  font-weight:500!important;
}

.rr-final__lead strong{
  color:#fff!important;
  font-weight:900!important;
}

.rr-final__microcopy,
.rr-final p.rr-final__microcopy{
  margin:0!important;
  color:#d9eaff!important;
  font-size:14px!important;
  font-weight:600!important;
}

.rr-final__btn,
.rr-final__btn:link,
.rr-final__btn:visited{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:14px 20px;
  border-radius:12px;
  font-size:16px!important;
  font-weight:900!important;
  text-decoration:none!important;
  box-shadow:0 14px 28px rgba(0,0,0,.18);
}

.rr-final__btn--wa{
  background:var(--rr-green)!important;
  color:#fff!important;
}

.rr-final__btn--contact{
  border:1px solid rgba(255,255,255,.36);
  background:rgba(255,255,255,.14)!important;
  color:#fff!important;
}

.rr-final__card{
  position:relative;
  overflow:hidden;
  padding:26px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:26px;
  background:#fff;
  box-shadow:0 20px 46px rgba(0,0,0,.22);
}

.rr-final__card:before{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:5px;
  background:linear-gradient(90deg,var(--rr-red),var(--rr-blue));
  content:"";
}

.rr-final__card h3{
  margin:0 0 10px!important;
  font-size:25px!important;
}

.rr-final__card p{
  margin:0 0 18px!important;
  font-size:15px!important;
}

.rr-final__paths{
  display:grid;
  gap:12px;
}

.rr-final__path{
  padding:16px;
  border:1px solid var(--rr-line);
  border-radius:18px;
  background:linear-gradient(135deg,#fff,#f6f9fc);
}

.rr-final__path strong{
  display:block;
  margin-bottom:5px;
  color:var(--rr-dark)!important;
  font-size:16px!important;
  font-weight:900!important;
}

.rr-final__path span{
  display:block;
  color:var(--rr-muted)!important;
  font-size:14px!important;
  line-height:1.5!important;
}

.rr-final__checklist{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin:20px 0 0;
  padding:0;
  list-style:none;
}

.rr-final__checklist li{
  position:relative;
  margin:0!important;
  padding:10px 10px 10px 28px;
  border-radius:14px;
  background:#eef6ff;
  color:var(--rr-dark)!important;
  font-size:13px!important;
  font-weight:800!important;
}

.rr-final__checklist li:before{
  position:absolute;
  left:12px;
  top:16px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--rr-red);
  content:"";
}

.rr-final__servicebar{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:24px;
}

.rr-final__chip{
  padding:7px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  color:#fff!important;
  font-size:13px!important;
  font-weight:900!important;
}

/* =========================
   STICKY CTA MOBILE
========================= */

.rr-mobile-sticky{
  display:none;
}

@media(max-width:768px){
  body{
    padding-bottom:82px!important;
  }

  .rr-mobile-sticky{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:99999;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    padding:10px 12px;
    border-top:1px solid var(--rr-line);
    background:rgba(255,255,255,.96);
    box-shadow:0 -10px 28px rgba(8,41,90,.16);
    backdrop-filter:blur(10px);
  }

  .rr-mobile-sticky a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:52px;
    padding:12px 10px;
    border-radius:12px;
    color:#fff!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:15px!important;
    font-weight:900!important;
    text-decoration:none!important;
  }

  .rr-mobile-sticky__wa{
    background:var(--rr-green)!important;
  }

  .rr-mobile-sticky__phone{
    background:var(--rr-red)!important;
  }
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1000px){
  .rr-hero__wrap,
  .rr-final__wrap,
  .rr-social__wrap,
  .rr-trust__profile{
    grid-template-columns:1fr;
  }

  .rr-quick__grid,
  .rr-hub__grid,
  .rr-industry__grid,
  .rr-trust__grid,
  .rr-articles__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .rr-process__steps{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .rr-trust__stats{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:680px){
  .rr-container{
    width:min(100% - 24px,1180px);
  }

  .rr-hero,
  .rr-quick,
  .rr-hub,
  .rr-industry,
  .rr-trust,
  .rr-social,
  .rr-process,
  .rr-faq,
  .rr-articles,
  .rr-final{
    padding:52px 0;
  }

  .rr-section-head,
  .rr-quick__head,
  .rr-hub__head,
  .rr-industry__head,
  .rr-trust__head,
  .rr-social__head,
  .rr-process__head,
  .rr-faq__head,
  .rr-articles__head{
    text-align:left;
    margin-bottom:24px;
  }

  .rr-hero h1{
    font-size:clamp(36px,10vw,46px)!important;
  }

  .rr-hero__lead,
  .rr-final__lead,
  .rr-final p.rr-final__lead{
    font-size:17px!important;
  }

  .rr-hero__proof-grid,
  .rr-quick__grid,
  .rr-hub__grid,
  .rr-industry__grid,
  .rr-trust__grid,
  .rr-social__summary,
  .rr-articles__grid,
  .rr-faq__grid,
  .rr-process__prep,
  .rr-final__checklist{
    grid-template-columns:1fr;
  }

  .rr-process__steps{
    grid-template-columns:1fr;
  }

  .rr-faq__intro,
  .rr-articles__intro,
  .rr-process__intro{
    grid-template-columns:1fr;
  }

  .rr-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .rr-btn,
  .rr-final__btn{
    width:100%;
  }

  .rr-hub__card,
  .rr-industry__card,
  .rr-trust__card,
  .rr-articles__card,
  .rr-final__card{
    padding:22px;
  }

  .rr-trust__stats{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .rr-social__media-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:420px){
  .rr-trust__stats,
  .rr-social__media-grid{
    grid-template-columns:1fr;
  }
}
/***/
```css
/* =====================================================
   ROTO-ROOTER FOOTER CONTRAST FIX
   Fix warna teks footer agar terbaca jelas
===================================================== */

footer,
.site-footer,
.footer,
#footer,
.footer-area,
.footer-wrapper,
.footer-widgets{
  background:#ffffff!important;
  color:#5f7488!important;
}

/* Heading footer: ABOUT US, QUICK LINKS, SERVICES */
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
.footer-area h1,
.footer-area h2,
.footer-area h3,
.footer-area h4,
.footer-area h5,
.footer-area h6,
.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6{
  color:#08295a!important;
  opacity:1!important;
  font-weight:900!important;
}

/* Garis kecil di bawah judul footer */
footer h1:after,
footer h2:after,
footer h3:after,
footer h4:after,
footer h5:after,
footer h6:after,
.site-footer h1:after,
.site-footer h2:after,
.site-footer h3:after,
.site-footer h4:after,
.site-footer h5:after,
.site-footer h6:after,
.footer h1:after,
.footer h2:after,
.footer h3:after,
.footer h4:after,
.footer h5:after,
.footer h6:after,
#footer h1:after,
#footer h2:after,
#footer h3:after,
#footer h4:after,
#footer h5:after,
#footer h6:after{
  background:#0a4a96!important;
  opacity:1!important;
}
```css
/* =====================================================
   ROTO-ROOTER FOOTER DARK CONTRAST FIX
   Untuk footer background biru gelap
===================================================== */

/* Background footer */
footer,
.site-footer,
.footer,
#footer,
.footer-area,
.footer-wrapper,
.footer-widgets{
  background:#17285b!important;
  color:#d9e8f6!important;
}

/* Judul footer: ABOUT US, QUICK LINKS, SERVICES */
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
.footer-area h1,
.footer-area h2,
.footer-area h3,
.footer-area h4,
.footer-area h5,
.footer-area h6,
.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6{
  color:#ffffff!important;
  opacity:1!important;
  font-weight:900!important;
  letter-spacing:.03em!important;
}

/* Garis kecil di bawah judul footer */
footer h1:after,
footer h2:after,
footer h3:after,
footer h4:after,
footer h5:after,
footer h6:after,
.site-footer h1:after,
.site-footer h2:after,
.site-footer h3:after,
.site-footer h4:after,
.site-footer h5:after,
.site-footer h6:after,
.footer h1:after,
.footer h2:after,
.footer h3:after,
.footer h4:after,
.footer h5:after,
.footer h6:after,
#footer h1:after,
#footer h2:after,
#footer h3:after,
#footer h4:after,
#footer h5:after,
#footer h6:after{
  background:#4fb3ff!important;
  opacity:1!important;
}

/* Paragraf footer */
footer p,
.site-footer p,
.footer p,
#footer p,
.footer-area p,
.footer-widgets p{
  color:#d9e8f6!important;
  opacity:1!important;
  font-size:16px!important;
  line-height:1.7!important;
}

/* Link footer */
footer a,
.site-footer a,
.footer a,
#footer a,
.footer-area a,
.footer-widgets a{
  color:#eaf3ff!important;
  opacity:1!important;
  text-decoration:none!important;
}

/* Link hover */
footer a:hover,
.site-footer a:hover,
.footer a:hover,
#footer a:hover,
.footer-area a:hover,
.footer-widgets a:hover{
  color:#ffffff!important;
  text-decoration:underline!important;
  text-underline-offset:4px!important;
}

/* Icon panah/list footer */
footer li,
.site-footer li,
.footer li,
#footer li,
.footer-area li,
.footer-widgets li{
  color:#d9e8f6!important;
  opacity:1!important;
}

footer li:before,
.site-footer li:before,
.footer li:before,
#footer li:before,
.footer-area li:before,
.footer-widgets li:before{
  color:#4fb3ff!important;
  opacity:1!important;
}

/* Social media icon */
footer .social a,
.site-footer .social a,
.footer .social a,
#footer .social a,
footer .social-icons a,
.site-footer .social-icons a,
.footer .social-icons a,
#footer .social-icons a,
footer a[href*="facebook"],
footer a[href*="twitter"],
footer a[href*="instagram"],
footer a[href*="youtube"],
footer a[href*="linkedin"]{
  border-color:rgba(234,243,255,.75)!important;
  color:#ffffff!important;
  opacity:1!important;
}

/* Hover social icon */
footer .social a:hover,
.site-footer .social a:hover,
.footer .social a:hover,
#footer .social a:hover,
footer .social-icons a:hover,
.site-footer .social-icons a:hover,
.footer .social-icons a:hover,
#footer .social-icons a:hover{
  border-color:#ffffff!important;
  background:rgba(255,255,255,.12)!important;
  color:#ffffff!important;
}

/* Copyright */
footer .copyright,
.site-footer .copyright,
.footer .copyright,
#footer .copyright,
footer .copy-right,
.site-footer .copy-right,
.footer .copy-right,
#footer .copy-right,
footer .footer-bottom,
.site-footer .footer-bottom,
.footer .footer-bottom,
#footer .footer-bottom{
  color:#d9e8f6!important;
  opacity:1!important;
}

/* Copyright link/text */
footer .footer-bottom a,
.site-footer .footer-bottom a,
.footer .footer-bottom a,
#footer .footer-bottom a{
  color:#ffffff!important;
}