.hss-review-page{
  --hss-green:#759b2c;
  --hss-green-dark:#5f7f20;
  --hss-dark:#26282b;
  --hss-soft:#f5f6f2;
  --hss-line:#d9dcd4;
  --hss-text:#202124;
  --hss-muted:#626661;
  font-family:inherit;
  color:var(--hss-text);
  background:#fff;
  overflow:hidden;
}
.hss-review-page *{box-sizing:border-box}
.hss-review-page a{text-decoration:none}
.hss-review-page img{display:block;max-width:100%}
.hss-r-wrap{width:min(1240px,calc(100% - 48px));margin:auto}
.hss-r-eyebrow{margin:0 0 13px;color:var(--hss-green);font-size:13px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.hss-r-h1,.hss-r-h2{font-weight:900;text-transform:uppercase;letter-spacing:-.045em;color:var(--hss-dark)}
.hss-r-h1{font-size:clamp(46px,5.4vw,74px);line-height:.95;margin:0}
.hss-r-h2{font-size:clamp(30px,3.3vw,44px);line-height:1;margin:0}
.hss-r-copy{font-size:16px;line-height:1.65;color:var(--hss-muted)}
.hss-r-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:14px 22px;border:1px solid var(--hss-green);background:var(--hss-green);color:#fff!important;font-size:12px;font-weight:900;letter-spacing:.055em;text-transform:uppercase;transition:.2s}
.hss-r-btn:hover{background:var(--hss-green-dark);border-color:var(--hss-green-dark);transform:translateY(-2px)}
.hss-r-btn--light{background:#fff;border-color:#c8cbc4;color:var(--hss-dark)!important}
.hss-r-btn--light:hover{background:var(--hss-soft);border-color:var(--hss-green)}
.hss-r-link{font-size:12px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;color:var(--hss-green)!important}
.hss-r-stars{color:#f5a900;letter-spacing:.04em;font-size:20px;line-height:1}

/* HERO */
.hss-r-hero{
  min-height:525px;
  display:flex;
  align-items:center;
  background:
    linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.94) 41%,rgba(255,255,255,.22) 69%,rgba(255,255,255,0) 100%),
    url('https://homeservicesolutions.ca/wp-content/uploads/2026/08/unnamed-1-scaled.webp') center right/cover no-repeat;
}
.hss-r-hero__content{padding:70px 0;max-width:670px}
.hss-r-hero__content .hss-r-copy{max-width:610px;margin:20px 0 22px}
.hss-r-google-badge{
  width:max-content;
  max-width:100%;
  display:flex;align-items:center;gap:13px;
  background:#fff;border:1px solid #e1e3de;
  box-shadow:0 7px 18px rgba(0,0,0,.09);
  padding:12px 16px;margin:0 0 16px
}
.hss-r-google-badge img{width:44px!important;height:44px;object-fit:contain}
.hss-r-google-score{font-size:28px;font-weight:900;line-height:1;color:#b83424}
.hss-r-google-meta{display:flex;align-items:center;gap:10px}
.hss-r-google-count{font-size:13px;font-weight:800;color:#1a73e8!important}
.hss-r-hero__actions{display:flex;gap:12px;flex-wrap:wrap}

/* TRUST */
.hss-r-trust{background:#fff;border-top:1px solid #e9ebe6;border-bottom:1px solid #e4e6e1}
.hss-r-trust__grid{display:grid;grid-template-columns:repeat(4,1fr)}
.hss-r-trust__item{min-height:78px;display:flex;align-items:center;gap:14px;padding:14px 28px;border-right:1px solid var(--hss-line)}
.hss-r-trust__item:last-child{border-right:0}
.hss-r-trust__icon{width:38px;height:38px;flex:0 0 auto;display:grid;place-items:center;color:var(--hss-green);font-size:27px}
.hss-r-trust__item strong{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--hss-dark)}
.hss-r-trust__item small{display:block;margin-top:4px;font-size:11px;color:#666}

/* GENERAL SECTIONS */
.hss-r-section{padding:72px 0}
.hss-r-section--soft{background:var(--hss-soft)}
.hss-r-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:26px}
.hss-r-section-head--center{display:block;text-align:center;max-width:800px;margin:0 auto 34px}

/* FEATURED REVIEWS */
.hss-r-featured{display:grid;grid-template-columns:1.35fr .8fr .8fr;gap:22px}
.hss-r-review-card{border:1px solid var(--hss-line);background:#fff;padding:27px;min-height:255px;display:flex;flex-direction:column}
.hss-r-review-card--large{padding:30px;min-height:280px}
.hss-r-quote{font-size:15px;line-height:1.65;color:#3f433f;margin:17px 0 0}
.hss-r-review-card--large .hss-r-quote{font-size:16px}
.hss-r-review-foot{margin-top:auto;padding-top:22px;display:flex;align-items:center;gap:12px}
.hss-r-avatar{width:44px;height:44px;border-radius:50%;background:#e9ece4;color:var(--hss-green);display:grid;place-items:center;font-weight:900}
.hss-r-review-name{font-size:13px;font-weight:900;color:var(--hss-dark)}
.hss-r-review-source{display:block;margin-top:3px;font-size:11px;color:#737771}

/* BEFORE AFTER */
.hss-r-project{display:grid;grid-template-columns:1.55fr .75fr;gap:34px;align-items:center}
.hss-r-ba{position:relative;display:grid;grid-template-columns:1fr 1fr;height:320px;overflow:hidden;border:1px solid var(--hss-line)}
.hss-r-ba img{width:100%;height:320px;object-fit:cover}
.hss-r-tag{position:absolute;top:14px;padding:8px 12px;color:#fff;font-size:10px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}
.hss-r-tag--before{left:14px;background:var(--hss-dark)}
.hss-r-tag--after{right:14px;background:var(--hss-green)}
.hss-r-ba-divider{position:absolute;left:50%;top:0;bottom:0;width:2px;background:#fff;transform:translateX(-50%)}
.hss-r-ba-knob{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--hss-green);font-weight:900;box-shadow:0 3px 14px rgba(0,0,0,.18)}
.hss-r-project-copy .hss-r-stars{margin-bottom:14px}
.hss-r-project-copy h3{margin:0 0 5px;font-size:22px;text-transform:uppercase;color:var(--hss-dark)}
.hss-r-project-copy small{font-size:12px;color:#666}
.hss-r-project-copy blockquote{margin:18px 0 10px;font-size:15px;line-height:1.65;font-style:italic;color:#4f534f}
.hss-r-project-copy strong{font-size:13px}

/* TRUSTINDEX */
.hss-r-trustindex{position:relative}
.hss-r-trustindex-slot{width:100%;margin-top:4px}
.hss-r-trustindex-slot .ti-widget,
.hss-r-trustindex-slot .ti-widget-container{max-width:100%!important}

/* WHY */
.hss-r-why{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.hss-r-why-card{display:flex;gap:16px;align-items:flex-start;border:1px solid var(--hss-line);background:#fff;padding:24px}
.hss-r-why-icon{width:48px;height:48px;display:grid;place-items:center;color:var(--hss-green);font-size:30px;flex:0 0 auto}
.hss-r-why-card strong{display:block;font-size:15px;text-transform:uppercase;margin-bottom:6px}
.hss-r-why-card span{font-size:13px;line-height:1.5;color:#666}

/* ALUREX + FAQ */
.hss-r-authority{background:#f7f8f4;border-top:1px solid #e5e7e1;border-bottom:1px solid #e5e7e1}
.hss-r-authority__grid{display:grid;grid-template-columns:1fr 1.05fr;gap:46px;align-items:start}
.hss-r-authority__left{display:grid;grid-template-columns:.72fr 1.28fr;gap:22px;align-items:center}
.hss-r-master img{width:180px!important;margin-top:18px}
.hss-r-video{position:relative;aspect-ratio:16/10;background:#111;overflow:hidden}
.hss-r-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.hss-r-faq details{background:#fff;border:1px solid var(--hss-line);margin-bottom:8px}
.hss-r-faq summary{list-style:none;cursor:pointer;padding:15px 42px 15px 16px;font-size:17px;font-weight:800;position:relative}
.hss-r-faq summary::-webkit-details-marker{display:none}
.hss-r-faq summary:after{content:'+';position:absolute;right:16px;top:50%;transform:translateY(-50%);color:var(--hss-green);font-size:22px;font-weight:400}
.hss-r-faq details[open] summary:after{content:'–'}
.hss-r-faq p{padding:0 16px 16px;margin:0;color:#666;font-size:15px;line-height:1.6}

/* FINAL CTA */
.hss-r-final{background:linear-gradient(100deg,#759b2c,#8bb632);padding:28px 0;color:#fff}
.hss-r-final__grid{display:grid;grid-template-columns:.85fr 1.55fr;gap:34px;align-items:center}
.hss-r-final h2{color:#fff;margin:0 0 8px;font-size:32px;line-height:1;text-transform:uppercase}
.hss-r-final p{margin:0;color:#fff;font-size:14px;line-height:1.55}
.hss-r-form{display:grid;grid-template-columns:1fr 1fr 1fr;gap:9px}
.hss-r-form input,.hss-r-form select{width:100%;height:44px;border:0;background:#fff;padding:0 12px;font:inherit;font-size:12px;color:#333}
.hss-r-form button{height:44px;border:0;background:#161718;color:#fff;font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}
.hss-r-form button:hover{background:#000}

@media(max-width:1050px){
  .hss-r-featured{grid-template-columns:1fr 1fr}
  .hss-r-review-card--large{grid-column:1/-1}
  .hss-r-trust__grid{grid-template-columns:1fr 1fr}
  .hss-r-project,.hss-r-authority__grid,.hss-r-final__grid{grid-template-columns:1fr}
  .hss-r-authority__left{grid-template-columns:1fr 1fr}
  .hss-r-form{grid-template-columns:1fr 1fr}
}
@media(max-width:767px){
  .hss-r-wrap{width:min(100% - 30px,1240px)}
  .hss-r-hero{
    min-height:auto;
    background:
      linear-gradient(
        90deg,
        rgba(255,255,255,.97) 0%,
        rgba(255,255,255,.94) 45%,
        rgba(255,255,255,.84) 72%,
        rgba(255,255,255,.72) 100%
      ),
      url('https://homeservicesolutions.ca/wp-content/uploads/2026/08/unnamed-1-scaled.webp') center right/cover no-repeat !important;
    background-position:65% center, center right;
  }
  .hss-r-hero__content{padding:60px 0}
  .hss-r-h1{font-size:46px}
  .hss-r-section{padding:58px 0}
  .hss-r-section-head{display:block}
  .hss-r-section-head .hss-r-link{display:inline-block;margin-top:14px}
  .hss-r-featured,.hss-r-why{grid-template-columns:1fr}
  .hss-r-review-card--large{grid-column:auto}
  .hss-r-trust__grid{grid-template-columns:1fr}
  .hss-r-trust__item{border-right:0;border-bottom:1px solid var(--hss-line)}
  .hss-r-ba,.hss-r-ba img{height:240px}
  .hss-r-authority__left{grid-template-columns:1fr}
  .hss-r-form{grid-template-columns:1fr}
}

/* ===== HSS REVIEWS APP SHORTCODE WRAPPERS ===== */
.hss-latest-shortcode-wrap{
  width:min(1240px,calc(100% - 48px)) !important;
  max-width:1240px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.hss-latest-shortcode-wrap .elementor-widget-container{
  width:100%;
}
@media(max-width:767px){
  .hss-latest-shortcode-wrap{
    width:min(100% - 30px,1240px) !important;
  }
}


/* ===== GOOGLE RATING SHORTCODE ===== */
.hss-google-rating-shortcode-wrap{
  width:max-content!important;
  max-width:100%!important;
  margin:0 0 16px!important;
}
.hss-google-rating-shortcode-wrap .elementor-widget-container{
  width:auto!important;
}

/* ===== MASTER INSTALLER + VIDEO + FAQ ===== */
.hss-r-authority__grid--wide{
  display:grid;
  grid-template-columns:.78fr 1.35fr 1.25fr;
  gap:38px;
  align-items:start;
}
.hss-r-authority__grid--wide .hss-r-master{
  min-width:0;
}
.hss-r-authority__grid--wide .hss-r-master .hss-r-copy{
  margin:14px 0 0;
}
.hss-r-authority__grid--wide .hss-r-master img{
  width:165px!important;
  margin-top:26px;
}
.hss-r-video--large{
  width:100%;
  aspect-ratio:16/9;
  min-height:320px;
  background:#111;
  overflow:hidden;
  box-shadow:0 12px 28px rgba(0,0,0,.10);
}
.hss-r-video--large iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
}
.hss-r-authority__grid--wide .hss-r-faq{
  min-width:0;
}

@media(max-width:1100px){
  .hss-r-authority__grid--wide{
    grid-template-columns:1fr 1.25fr;
  }
  .hss-r-authority__grid--wide .hss-r-faq{
    grid-column:1/-1;
  }
}
@media(max-width:767px){
  .hss-r-authority__grid--wide{
    grid-template-columns:1fr;
    gap:28px;
  }
  .hss-r-authority__grid--wide .hss-r-faq{
    grid-column:auto;
  }
  .hss-r-video--large{
    min-height:0;
  }
}


/* ===== FINAL ALU-REX / FAQ LAYOUT ===== */
.hss-r-authority__grid--two{
  display:grid;
  grid-template-columns:1.15fr 1fr;
  gap:54px;
  align-items:start;
}
.hss-r-authority__main{
  min-width:0;
}
.hss-r-master--above-video{
  margin-bottom:24px;
}
.hss-r-master--above-video .hss-r-copy{
  max-width:620px;
  margin:14px 0 0;
}
.hss-r-master--above-video img{
  display:none!important;
}
.hss-r-video--large{
  width:100%;
  aspect-ratio:16/9;
  min-height:0;
  background:#111;
  overflow:hidden;
  box-shadow:0 12px 28px rgba(0,0,0,.10);
}
.hss-r-video--large iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
}
.hss-r-authority__grid--two .hss-r-faq{
  min-width:0;
}
@media(max-width:900px){
  .hss-r-authority__grid--two{
    grid-template-columns:1fr;
    gap:36px;
  }
}


/* ===== HERO RATING / CTA FIX ===== */
.hss-r-hero{
  position:relative;
}
.hss-r-hero__content{
  position:relative;
  z-index:3;
}
.hss-r-google-rating-slot{
  display:block;
  width:max-content;
  max-width:100%;
  margin:0 0 16px;
}
.hss-google-rating-shortcode-wrap{
  width:max-content!important;
  max-width:100%!important;
  margin:0!important;
}
.hss-google-rating-shortcode-wrap .elementor-widget-container{
  width:auto!important;
}
.hss-r-hero__actions{
  position:relative;
  z-index:3;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:0;
}
.hss-r-hero__actions .hss-r-btn{
  min-width:210px;
}

/* ===== FINAL CTA FIX ===== */
.hss-r-final{
  padding:34px 0;
}
.hss-r-final__grid--clean{
  display:grid;
  grid-template-columns:.8fr 1.45fr;
  gap:44px;
  align-items:center;
}
.hss-r-final__copy{
  max-width:420px;
}
.hss-r-final__copy h2{
  margin:0 0 10px;
}
.hss-r-form--clean{
  display:block;
}
.hss-r-form__row{
  display:grid;
  gap:10px;
}
.hss-r-form__row--top{
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-bottom:10px;
}
.hss-r-form__row--bottom{
  grid-template-columns:1.35fr .85fr;
}
.hss-r-form--clean input,
.hss-r-form--clean select,
.hss-r-form--clean button{
  width:100%;
  height:46px;
}
.hss-r-form--clean select{
  background:#fff;
  border:1px solid rgba(255,255,255,.5);
}
.hss-r-form--clean button{
  white-space:nowrap;
  padding:0 18px;
}

@media(max-width:980px){
  .hss-r-final__grid--clean{
    grid-template-columns:1fr;
    gap:24px;
  }
  .hss-r-final__copy{
    max-width:none;
  }
}
@media(max-width:767px){
  .hss-r-hero__actions .hss-r-btn{
    width:100%;
    min-width:0;
  }
  .hss-r-form__row--top,
  .hss-r-form__row--bottom{
    grid-template-columns:1fr;
  }
}


/* ===== HERO SPACING FIX ===== */
.hss-r-hero__content{
  padding:70px 0 58px;
}
.hss-r-google-rating-slot{
  margin:0 0 18px;
}
.hss-r-hero__actions{
  margin-top:0;
  margin-bottom:34px;
}
.hss-r-trust{
  margin-top:0;
}
@media(max-width:767px){
  .hss-r-hero__content{
    padding:60px 0 42px;
  }
  .hss-r-hero__actions{
    margin-bottom:26px;
  }
}


/* ===== MASTER INSTALLER BADGE BESIDE TITLE ===== */
.hss-r-master__title-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  margin:0 0 14px;
}
.hss-r-master__title-row .hss-r-h2{
  margin:0;
}
.hss-r-master__title-badge{
  display:block!important;
  width:92px!important;
  max-width:92px!important;
  height:auto!important;
  margin:0!important;
  flex:0 0 92px;
}
@media(max-width:767px){
  .hss-r-master__title-row{
    align-items:flex-start;
  }
  .hss-r-master__title-badge{
    width:78px!important;
    max-width:78px!important;
    flex-basis:78px;
  }
}


/* ===== LATEST GOOGLE REVIEWS — DARK SECTION ===== */
.hss-r-trustindex{
  background:#26282b!important;
  color:#fff;
  padding-top:72px!important;
  padding-bottom:24px!important;
  position:relative;
  overflow:visible;
}

/* full-bleed dark background behind the centered Elementor content */
.hss-r-trustindex::before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:50%;
  width:100vw;
  transform:translateX(-50%);
  background:#26282b;
  z-index:-1;
}

.hss-r-trustindex .hss-r-h2{
  color:#fff!important;
}

.hss-r-trustindex .hss-r-link{
  color:#b8d56f!important;
}

.hss-r-trustindex .hss-r-copy{
  color:rgba(255,255,255,.72)!important;
}

/* Continue the same dark background behind the review carousel */
.hss-latest-shortcode-wrap{
  position:relative!important;
  margin-top:0!important;
  padding-top:0!important;
  padding-bottom:72px!important;
  background:#26282b!important;
}

.hss-latest-shortcode-wrap::before{
  content:"";
  position:absolute;
  top:-1px;
  bottom:0;
  left:50%;
  width:100vw;
  transform:translateX(-50%);
  background:#26282b;
  z-index:-1;
}

/* Cards stay light for contrast/readability */
.hss-latest-shortcode-wrap .hss-app-review{
  background:#fff!important;
  color:#26282b!important;
  border-color:rgba(255,255,255,.16)!important;
}

.hss-latest-shortcode-wrap .hss-app-review-text{
  color:#4e524e!important;
}

.hss-latest-shortcode-wrap .hss-app-reviewer strong{
  color:#26282b!important;
}

.hss-latest-shortcode-wrap .hss-app-reviewer small,
.hss-latest-shortcode-wrap .hss-app-google-label{
  color:#737771!important;
}

/* Rectangular arrows with better contrast on dark background */
.hss-latest-shortcode-wrap .hss-app-carousel__prev,
.hss-latest-shortcode-wrap .hss-app-carousel__next{
  background:#fff!important;
  color:#26282b!important;
  border-color:#fff!important;
  border-radius:0!important;
}

@media(max-width:767px){
  .hss-r-trustindex{
    padding-top:58px!important;
    padding-bottom:20px!important;
  }
  .hss-latest-shortcode-wrap{
    padding-bottom:58px!important;
  }
}





/* ===== FEATURED PLUGIN — NATIVE LAYOUT ONLY ===== */
.hss-featured-native-wrap{
  width:min(1240px,calc(100% - 48px))!important;
  max-width:1240px!important;
  margin:0 auto!important;
  padding:0!important;
  background:transparent!important;
  overflow:visible!important;
}
.hss-featured-native-wrap > .elementor-element,
.hss-featured-native-wrap .elementor-widget-container{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
}
@media(max-width:767px){
  .hss-featured-native-wrap{
    width:min(100% - 30px,1240px)!important;
  }
}


/* ===== 4-POINT REVIEWS PAGE UPDATE ===== */

/* TRUST STRIP ICONS */
.hss-r-trust__icon{
  width:42px!important;
  height:42px!important;
  display:flex!important;
  align-items:center;
  justify-content:center;
  color:var(--hss-green)!important;
}
.hss-r-trust__icon svg{
  width:34px;
  height:34px;
  display:block;
}
.hss-r-trust__item{
  gap:16px!important;
}

/* PROJECTS SHOWCASE */
.hss-r-projects-showcase{
  background:#f6f7f3!important;
}
.hss-r-projects-link{
  white-space:nowrap;
  border-bottom:1px solid var(--hss-green);
  padding-bottom:5px;
}
.hss-r-project--featured{
  margin-bottom:26px;
}
.hss-r-project-gallery{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:28px;
}
.hss-r-project-thumb{
  display:block;
  border:1px solid var(--hss-line);
  background:#fff;
  color:var(--hss-dark)!important;
  transition:.2s ease;
}
.hss-r-project-thumb:hover{
  transform:translateY(-3px);
  border-color:var(--hss-green);
  box-shadow:0 10px 24px rgba(0,0,0,.06);
}
.hss-r-project-thumb__images{
  display:grid;
  grid-template-columns:1fr 1fr;
  height:150px;
  overflow:hidden;
}
.hss-r-project-thumb__images img{
  width:100%;
  height:150px;
  object-fit:cover;
}
.hss-r-project-thumb span{
  display:block;
  padding:15px 16px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
}

/* WHY HOMEOWNERS — HIGHER VISUAL PRIORITY */
.hss-r-why-section{
  position:relative;
  background:#fff!important;
  overflow:hidden;
}
.hss-r-why-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(117,155,44,.06),transparent 42%),
    linear-gradient(180deg,#fff,#f7f8f4);
  pointer-events:none;
}
.hss-r-why-section .hss-r-wrap{
  position:relative;
  z-index:1;
}
.hss-r-why-head{
  display:grid;
  grid-template-columns:1.1fr .7fr;
  gap:48px;
  align-items:end;
  margin-bottom:34px;
}
.hss-r-why-head .hss-r-copy{
  margin:0;
  max-width:520px;
}
.hss-r-why{
  gap:18px!important;
}
.hss-r-why-card{
  position:relative;
  display:block!important;
  padding:30px 28px 28px!important;
  min-height:220px;
  border:1px solid var(--hss-line)!important;
  background:#fff!important;
  box-shadow:0 10px 24px rgba(0,0,0,.035);
  overflow:hidden;
}
.hss-r-why-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  background:var(--hss-green);
}
.hss-r-why-icon{
  width:54px!important;
  height:54px!important;
  margin-bottom:20px;
  color:var(--hss-green)!important;
  background:#f2f6e9;
  border:1px solid #dce7c9;
}
.hss-r-why-icon svg{
  width:30px;
  height:30px;
}
.hss-r-why-card strong{
  font-size:16px!important;
  margin-bottom:10px!important;
}
.hss-r-why-card span{
  display:block;
  font-size:14px!important;
  line-height:1.65!important;
}

/* MASTER INSTALLER BADGE BESIDE TITLE */
.hss-r-master__title-row{
  display:flex!important;
  align-items:center!important;
  gap:22px!important;
  margin:0 0 12px!important;
}
.hss-r-master__title-row .hss-r-h2{
  margin:0!important;
}
.hss-r-master__title-badge{
  display:block!important;
  width:92px!important;
  max-width:92px!important;
  height:auto!important;
  margin:0!important;
  flex:0 0 92px!important;
}

@media(max-width:900px){
  .hss-r-project-gallery{
    grid-template-columns:1fr 1fr;
  }
  .hss-r-why-head{
    grid-template-columns:1fr;
    gap:14px;
  }
}
@media(max-width:767px){
  .hss-r-project-gallery{
    grid-template-columns:1fr;
  }
  .hss-r-project-thumb__images,
  .hss-r-project-thumb__images img{
    height:130px;
  }
  .hss-r-master__title-row{
    align-items:flex-start!important;
  }
  .hss-r-master__title-badge{
    width:76px!important;
    max-width:76px!important;
    flex-basis:76px!important;
  }
}


/* ===== PROJECT CAROUSEL — HOMEPAGE STYLE ===== */
.hss-r-project-carousel{
  padding:78px 0;
  background:#fff;
}
.hss-r-project-carousel__grid{
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  gap:54px;
  align-items:start;
}
.hss-r-project-carousel__intro{
  padding-top:10px;
}
.hss-r-project-carousel__mark{
  display:block;
  width:30px;
  height:4px;
  margin-bottom:22px;
  background:var(--hss-green);
}
.hss-r-project-carousel__intro .hss-r-h2{
  margin-bottom:18px;
  font-size:clamp(38px,4.2vw,54px);
  line-height:1.02;
}
.hss-r-project-carousel__intro .hss-r-copy{
  margin:0;
}
.hss-r-project-carousel__stage{
  min-width:0;
}
.hss-r-project-carousel__slide{
  display:grid;
  grid-template-columns:minmax(0,1.42fr) minmax(220px,.72fr);
  gap:34px;
  align-items:center;
}
.hss-r-project-carousel__media{
  position:relative;
  min-width:0;
}
.hss-r-project-carousel__ba{
  position:relative;
  display:grid;
  grid-template-columns:1fr 1fr;
  width:100%;
  height:320px;
  overflow:hidden;
  border:1px solid var(--hss-line);
  background:#eee;
}

.hss-r-project-carousel__ba img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  height:320px!important;
}
.hss-r-project-carousel__tag{
  position:absolute;
  top:14px;
  z-index:3;
  padding:9px 14px;
  color:#fff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.hss-r-project-carousel__tag--before{
  left:14px;
  background:var(--hss-dark);
}
.hss-r-project-carousel__tag--after{
  right:14px;
  background:var(--hss-green);
}
.hss-r-project-carousel__divider{
  position:absolute;
  left:50%;
  top:0;
  bottom:0;
  width:2px;
  background:#fff;
  transform:translateX(-50%);
}
.hss-r-project-carousel__handle{
  position:absolute;
  left:50%;
  top:50%;
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:#fff;
  color:var(--hss-dark);
  font-size:15px;
  font-weight:900;
  box-shadow:0 5px 18px rgba(0,0,0,.16);
}
.hss-r-project-carousel__prev,
.hss-r-project-carousel__next{
  position:absolute;
  top:50%;
  z-index:8;
  width:42px;
  height:42px;
  transform:translateY(-50%);
  border:1px solid var(--hss-line);
  border-radius:0;
  background:#fff;
  color:var(--hss-dark);
  cursor:pointer;
  font-size:18px;
}
.hss-r-project-carousel__prev{left:-21px}
.hss-r-project-carousel__next{right:-21px}
.hss-r-project-carousel__prev:hover,
.hss-r-project-carousel__next:hover{
  border-color:var(--hss-green);
  color:var(--hss-green);
}
.hss-r-project-carousel__info small{
  display:block;
  margin-bottom:12px;
  color:#666;
  font-size:12px;
  font-weight:800;
}
.hss-r-project-carousel__info small::first-letter{
  color:var(--hss-green);
}
.hss-r-project-carousel__info h3{
  margin:0 0 10px;
  color:var(--hss-dark);
  font-size:22px;
  line-height:1.1;
  text-transform:uppercase;
}
.hss-r-project-carousel__info p{
  margin:0 0 20px;
  color:#555;
  font-size:15px;
  line-height:1.6;
}
.hss-r-project-carousel__info a,
.hss-r-project-carousel__all{
  color:var(--hss-dark)!important;
  font-size:12px;
  font-weight:900;
  letter-spacing:.045em;
  text-transform:uppercase;
  border-bottom:2px solid var(--hss-green);
  padding-bottom:6px;
}
.hss-r-project-carousel__info a span{
  margin-left:10px;
  color:var(--hss-green);
}
.hss-r-project-carousel__nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:20px;
  padding-left:calc(67.5% - 45px);
}
.hss-r-project-carousel__count{
  min-width:90px;
  color:#515551;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  text-align:center;
}
.hss-r-project-carousel__all{
  margin-left:auto;
}

/* ===== WHY HOMEOWNERS — GREEN ICONS ===== */
.hss-r-why-section .hss-r-why-icon{
  background:var(--hss-green)!important;
  border-color:var(--hss-green)!important;
  color:#fff!important;
  box-shadow:0 6px 16px rgba(117,155,44,.20);
}
.hss-r-why-section .hss-r-why-icon svg{
  stroke:currentColor!important;
}

/* ===== MASTER INSTALLER BADGE — FORCE VISIBLE ===== */
.hss-r-master--above-video .hss-r-master__title-badge{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  width:92px!important;
  max-width:92px!important;
  height:auto!important;
  margin:0!important;
  flex:0 0 92px!important;
  object-fit:contain!important;
}
.hss-r-master--above-video .hss-r-master__title-row{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:24px!important;
}
.hss-r-master--above-video .hss-r-master__title-row .hss-r-h2{
  flex:0 1 auto;
}

@media(max-width:1000px){
  .hss-r-project-carousel__grid{
    grid-template-columns:1fr;
    gap:34px;
  }
  .hss-r-project-carousel__intro{
    max-width:650px;
  }
  .hss-r-project-carousel__slide{
    grid-template-columns:minmax(0,1.4fr) minmax(220px,.8fr);
  }
}
@media(max-width:767px){
  .hss-r-project-carousel{
    padding:58px 0;
  }
  .hss-r-project-carousel__grid{
    gap:28px;
  }
  .hss-r-project-carousel__slide{
    grid-template-columns:1fr;
    gap:24px;
  }
  .hss-r-project-carousel__ba,
  .hss-r-project-carousel__ba img{
    height:235px;
  }
  .hss-r-project-carousel__prev{left:0}
  .hss-r-project-carousel__next{right:0}
  .hss-r-project-carousel__nav{
    padding-left:0;
    gap:20px;
    flex-wrap:wrap;
  }
  .hss-r-project-carousel__count{
    text-align:left;
  }
  .hss-r-master--above-video .hss-r-master__title-badge{
    width:76px!important;
    max-width:76px!important;
    flex-basis:76px!important;
  }
}


/* ===== FIX PROJECT CAROUSEL / WHY ICONS / MASTER BADGE ===== */

/* Project carousel: hidden attribute must win over display:grid */
.hss-r-project-carousel__slide[hidden]{
  display:none!important;
}
.hss-r-project-carousel__slide.is-active{
  display:grid!important;
}

/* Why Homeowners: force visible green line icons using CSS masks */
.hss-r-why-section .hss-r-why-icon{
  position:relative!important;
  display:grid!important;
  place-items:center!important;
  width:54px!important;
  height:54px!important;
  margin-bottom:20px!important;
  background:#f3f7ea!important;
  border:1px solid #d5e2bd!important;
  color:var(--hss-green)!important;
  box-shadow:none!important;
}
.hss-r-why-section .hss-r-why-icon svg{
  display:none!important;
}
.hss-r-why-section .hss-r-why-icon::before{
  content:"";
  display:block;
  width:28px;
  height:28px;
  background:var(--hss-green);
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  -webkit-mask-position:center;
  mask-position:center;
  -webkit-mask-size:contain;
  mask-size:contain;
}
.hss-r-why-section .hss-r-why-card:nth-child(1) .hss-r-why-icon::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Ccircle cx='24' cy='15' r='7' fill='none' stroke='black' stroke-width='3'/%3E%3Cpath d='M10 40c2-9 6.7-13 14-13s12 4 14 13' fill='none' stroke='black' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Ccircle cx='24' cy='15' r='7' fill='none' stroke='black' stroke-width='3'/%3E%3Cpath d='M10 40c2-9 6.7-13 14-13s12 4 14 13' fill='none' stroke='black' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
}
.hss-r-why-section .hss-r-why-card:nth-child(2) .hss-r-why-icon::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M7 9h34v24H24l-10 8v-8H7V9Z' fill='none' stroke='black' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M15 18h18M15 25h12' stroke='black' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M7 9h34v24H24l-10 8v-8H7V9Z' fill='none' stroke='black' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M15 18h18M15 25h12' stroke='black' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
}
.hss-r-why-section .hss-r-why-card:nth-child(3) .hss-r-why-icon::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='m24 5 5.6 11.3 12.4 1.8-9 8.8 2.1 12.4L24 33.5l-11.1 5.8L15 26.9l-9-8.8 12.4-1.8L24 5Z' fill='none' stroke='black' stroke-width='3' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='m24 5 5.6 11.3 12.4 1.8-9 8.8 2.1 12.4L24 33.5l-11.1 5.8L15 26.9l-9-8.8 12.4-1.8L24 5Z' fill='none' stroke='black' stroke-width='3' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Master Installer: badge on LEFT of eyebrow + title */
.hss-r-master--above-video .hss-r-master__brand-row{
  display:flex!important;
  align-items:center!important;
  gap:18px!important;
  margin:0 0 14px!important;
}
.hss-r-master--above-video .hss-r-master__brand-badge{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  width:118px!important;
  max-width:118px!important;
  height:auto!important;
  margin:0!important;
  flex:0 0 118px!important;
  object-fit:contain!important;
}
.hss-r-master--above-video .hss-r-master__brand-copy{
  min-width:0;
}
.hss-r-master--above-video .hss-r-master__brand-copy .hss-r-eyebrow{
  margin:0 0 5px!important;
}
.hss-r-master--above-video .hss-r-master__brand-copy .hss-r-h2{
  margin:0!important;
}
.hss-r-master--above-video > .hss-r-copy{
  margin:8px 0 0!important;
  max-width:620px;
}

/* Kill any old title-row badge rules from earlier versions */
.hss-r-master--above-video .hss-r-master__title-row,
.hss-r-master--above-video .hss-r-master__title-badge{
  display:none!important;
}

@media(max-width:767px){
  .hss-r-master--above-video .hss-r-master__brand-row{
    gap:14px!important;
    align-items:flex-start!important;
  }
  .hss-r-master--above-video .hss-r-master__brand-badge{
    width:92px!important;
    max-width:92px!important;
    flex-basis:92px!important;
  }
}


/* ===== WHY HOMEOWNERS ICONS — DIRECT SVG BACKGROUNDS ===== */
.hss-r-why-section .hss-r-why-icon{
  display:grid!important;
  place-items:center!important;
  width:56px!important;
  height:56px!important;
  background:#f4f8ec!important;
  border:1px solid #d8e5c4!important;
  color:var(--hss-green)!important;
  box-shadow:none!important;
  position:relative!important;
}
.hss-r-why-section .hss-r-why-icon svg{
  display:none!important;
}
.hss-r-why-section .hss-r-why-icon::before{
  content:""!important;
  display:block!important;
  width:31px!important;
  height:31px!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-size:contain!important;
  -webkit-mask-image:none!important;
  mask-image:none!important;
}

/* Professional Crews */
.hss-r-why-section .hss-r-why-card:nth-child(1) .hss-r-why-icon::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Ccircle cx='24' cy='15' r='7' fill='none' stroke='%23759b2c' stroke-width='3'/%3E%3Cpath d='M10 40c2-9 6.7-13 14-13s12 4 14 13' fill='none' stroke='%23759b2c' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E")!important;
}

/* Clear Communication */
.hss-r-why-section .hss-r-why-card:nth-child(2) .hss-r-why-icon::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M7 9h34v24H24l-10 8v-8H7V9Z' fill='none' stroke='%23759b2c' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M15 18h18M15 25h12' fill='none' stroke='%23759b2c' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E")!important;
}

/* Quality Workmanship */
.hss-r-why-section .hss-r-why-card:nth-child(3) .hss-r-why-icon::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='m24 5 5.6 11.3 12.4 1.8-9 8.8 2.1 12.4L24 33.5l-11.1 5.8L15 26.9l-9-8.8 12.4-1.8L24 5Z' fill='none' stroke='%23759b2c' stroke-width='3' stroke-linejoin='round'/%3E%3C/svg%3E")!important;
}


/* ===== PROJECT CAROUSEL ARROW BUTTON FIX ===== */
.hss-r-project-carousel__prev,
.hss-r-project-carousel__next{
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  line-height:1!important;
}


/* ===== PROJECT CAROUSEL ARROW HOVER GREEN ===== */
.hss-r-project-carousel__prev:hover,
.hss-r-project-carousel__next:hover{
  background:var(--hss-green)!important;
  border-color:var(--hss-green)!important;
  color:#fff!important;
}


/* ===== GLOBAL LINK HOVER — HSS GREEN ===== */
/* Any link that is dark/black by default should visibly react on hover. */
.hss-review-page a{
  transition:color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.hss-review-page a:hover{
  color:var(--hss-green)!important;
}

/* Text links with arrows/underlines */
.hss-review-page .hss-r-link:hover,
.hss-review-page .hss-r-project-carousel__info a:hover,
.hss-review-page .hss-r-project-carousel__all:hover,
.hss-review-page .hss-r-projects-link:hover{
  color:var(--hss-green)!important;
  border-color:var(--hss-green)!important;
}

/* Keep filled green CTA buttons behaving like buttons, not turning text green */
.hss-review-page .hss-r-btn:not(.hss-r-btn--light):hover{
  color:#fff!important;
}

/* Light/white buttons can use the green hover treatment */
.hss-review-page .hss-r-btn--light:hover{
  color:var(--hss-green)!important;
}

/* Project cards/linked cards */
.hss-review-page .hss-r-project-thumb:hover{
  color:var(--hss-green)!important;
}


/* ===== LINK HOVER CONTRAST RULES ===== */
/* Dark text links: hover to HSS green. */
.hss-review-page a:not(.hss-r-btn):not(.hss-r-project-carousel__prev):not(.hss-r-project-carousel__next):hover{
  color:var(--hss-green)!important;
}

/* White/light buttons: hover to dark theme, keeping contrast. */
.hss-review-page .hss-r-btn--light:hover{
  background:var(--hss-dark)!important;
  border-color:var(--hss-dark)!important;
  color:#fff!important;
}

/* Green filled buttons: hover darker, still white text. */
.hss-review-page .hss-r-btn:not(.hss-r-btn--light):hover{
  background:var(--hss-dark)!important;
  border-color:var(--hss-dark)!important;
  color:#fff!important;
}

/* Project carousel arrow buttons: white -> green on hover. */
.hss-r-project-carousel__prev,
.hss-r-project-carousel__next{
  background:#fff!important;
  color:var(--hss-dark)!important;
}
.hss-r-project-carousel__prev:hover,
.hss-r-project-carousel__next:hover{
  background:var(--hss-green)!important;
  border-color:var(--hss-green)!important;
  color:#fff!important;
}

/* Before / After labels must always be readable. */
.hss-r-project-carousel__tag{
  color:#fff!important;
  opacity:1!important;
  mix-blend-mode:normal!important;
}
.hss-r-project-carousel__tag--before{
  background:var(--hss-dark)!important;
}
.hss-r-project-carousel__tag--after{
  background:var(--hss-green)!important;
}

/* Keep dark text-link hovers visible when underline/border is present. */
.hss-review-page .hss-r-project-carousel__info a:hover,
.hss-review-page .hss-r-project-carousel__all:hover,
.hss-review-page .hss-r-link:hover{
  color:var(--hss-green)!important;
  border-color:var(--hss-green)!important;
}


/* ===== ALU-REX MASTER INSTALLER PROOF BLOCK ===== */
.hss-r-master--above-video{
  margin-bottom:24px!important;
}
.hss-r-master__brand-row{
  display:flex!important;
  align-items:center!important;
  gap:18px!important;
  margin:0 0 12px!important;
}
.hss-r-master__brand-badge{
  display:block!important;
  width:112px!important;
  max-width:112px!important;
  height:auto!important;
  flex:0 0 112px!important;
  margin:0!important;
  object-fit:contain!important;
}
.hss-r-master__brand-copy .hss-r-eyebrow{
  margin:0 0 5px!important;
}
.hss-r-master__brand-copy .hss-r-h2{
  margin:0!important;
}
.hss-r-master__lead{
  margin:8px 0 8px;
  max-width:660px;
  color:var(--hss-dark);
  font-size:17px;
  line-height:1.55;
  font-weight:800;
}
.hss-r-master--above-video > .hss-r-copy{
  margin:0 0 18px!important;
  max-width:660px;
}

.hss-r-alurex-proof{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:18px;
  margin:20px 0 26px;
  padding:14px;
  background:#fff;
  border:1px solid var(--hss-line);
  box-shadow:0 8px 24px rgba(0,0,0,.045);
}
.hss-r-alurex-proof__image{
  position:relative;
  display:block;
  overflow:hidden;
  border:1px solid #e3e5df;
  background:#f4f5f1;
}
.hss-r-alurex-proof__image img{
  display:block;
  width:100%;
  height:100%;
  min-height:180px;
  object-fit:cover;
}
.hss-r-alurex-proof__image-label{
  position:absolute;
  left:10px;
  bottom:10px;
  display:inline-block;
  padding:7px 10px;
  background:rgba(38,40,43,.92);
  color:#fff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.045em;
  text-transform:uppercase;
}
.hss-r-alurex-proof__copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:6px 8px 6px 2px;
}
.hss-r-alurex-proof__status{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:12px;
  color:var(--hss-green);
  font-size:11px;
  font-weight:900;
  letter-spacing:.035em;
  text-transform:uppercase;
}
.hss-r-alurex-proof__check{
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  flex:0 0 24px;
  border-radius:50%;
  background:var(--hss-green);
  color:#fff;
  font-size:14px;
}
.hss-r-alurex-proof__copy strong{
  display:block;
  margin-bottom:7px;
  color:var(--hss-dark);
  font-size:16px;
}
.hss-r-alurex-proof__copy p{
  margin:0 0 14px;
  color:#666;
  font-size:13px;
  line-height:1.6;
}
.hss-r-alurex-proof__link{
  width:max-content;
  max-width:100%;
  padding-bottom:5px;
  border-bottom:2px solid var(--hss-green);
  color:var(--hss-dark)!important;
  font-size:11px;
  font-weight:900;
  letter-spacing:.045em;
  text-transform:uppercase;
}
.hss-r-alurex-proof__link:hover{
  color:var(--hss-green)!important;
}
@media(max-width:767px){
  .hss-r-master__brand-row{
    align-items:flex-start!important;
  }
  .hss-r-master__brand-badge{
    width:88px!important;
    max-width:88px!important;
    flex-basis:88px!important;
  }
  .hss-r-alurex-proof{
    grid-template-columns:1fr;
  }
  .hss-r-alurex-proof__copy{
    padding:4px 2px;
  }
}


/* ===== ALU-REX LAYOUT — VIDEO RIGHT / FAQ BELOW ===== */
.hss-r-authority__top{
  display:grid!important;
  grid-template-columns:1.08fr .92fr!important;
  gap:44px!important;
  align-items:start!important;
}
.hss-r-authority__main{
  min-width:0;
}
.hss-r-video--authority{
  width:100%!important;
  aspect-ratio:16/9!important;
  min-height:0!important;
  margin-top:4px!important;
  box-shadow:0 12px 28px rgba(0,0,0,.10)!important;
}
.hss-r-video--authority iframe{
  width:100%!important;
  height:100%!important;
  display:block!important;
}
.hss-r-faq--full{
  margin-top:48px!important;
  padding-top:42px!important;
  border-top:1px solid #dfe2da!important;
}
.hss-r-faq__head{
  display:grid!important;
  grid-template-columns:.9fr 1.1fr!important;
  gap:40px!important;
  align-items:end!important;
  margin-bottom:24px!important;
}
.hss-r-faq__head .hss-r-eyebrow{
  margin:0!important;
}
.hss-r-faq__head .hss-r-h2{
  margin:0!important;
}
.hss-r-faq__list{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:8px!important;
}
.hss-r-faq__list details{
  margin:0!important;
}

@media(max-width:900px){
  .hss-r-authority__top{
    grid-template-columns:1fr!important;
    gap:30px!important;
  }
  .hss-r-video--authority{
    order:2;
  }
  .hss-r-faq--full{
    margin-top:36px!important;
    padding-top:32px!important;
  }
  .hss-r-faq__head{
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
}


/* ===== ALU-REX CLEAN AUTHORITY + PROOF STRIP ===== */
.hss-r-authority__top--clean{
  display:grid!important;
  grid-template-columns:.92fr 1.08fr!important;
  gap:48px!important;
  align-items:center!important;
}
.hss-r-master--clean{
  padding-right:10px;
}
.hss-r-master--clean .hss-r-master__brand-row{
  display:flex!important;
  align-items:center!important;
  gap:18px!important;
  margin:0 0 16px!important;
}
.hss-r-master--clean .hss-r-master__brand-badge{
  display:block!important;
  width:118px!important;
  max-width:118px!important;
  height:auto!important;
  flex:0 0 118px!important;
  margin:0!important;
  object-fit:contain!important;
}
.hss-r-master--clean .hss-r-master__brand-copy .hss-r-eyebrow{
  margin:0 0 5px!important;
}
.hss-r-master--clean .hss-r-master__brand-copy .hss-r-h2{
  margin:0!important;
}
.hss-r-master--clean .hss-r-master__lead{
  margin:0 0 10px!important;
  max-width:630px;
  color:var(--hss-dark);
  font-size:18px;
  line-height:1.55;
  font-weight:800;
}
.hss-r-master--clean > .hss-r-copy{
  margin:0!important;
  max-width:630px;
}

.hss-r-video--authority{
  width:100%!important;
  aspect-ratio:16/9!important;
  min-height:0!important;
  margin:0!important;
  box-shadow:0 12px 28px rgba(0,0,0,.10)!important;
}
.hss-r-video--authority iframe{
  width:100%!important;
  height:100%!important;
  display:block!important;
}

.hss-r-alurex-proof-strip{
  display:grid;
  grid-template-columns:280px minmax(0,1fr) auto;
  gap:26px;
  align-items:center;
  margin:36px 0 0;
  padding:16px;
  background:#fff;
  border:1px solid var(--hss-line);
  box-shadow:0 8px 24px rgba(0,0,0,.04);
}
.hss-r-alurex-proof-strip__image{
  display:block;
  overflow:hidden;
  border:1px solid #e1e4dc;
  background:#f4f5f1;
}
.hss-r-alurex-proof-strip__image img{
  width:100%;
  height:100%!important;
  object-fit:cover;
}
.hss-r-alurex-proof-strip__content{
  min-width:0;
}
.hss-r-alurex-proof-strip__meta{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:8px;
  color:var(--hss-green);
  font-size:10px;
  font-weight:900;
  letter-spacing:.045em;
  text-transform:uppercase;
}
.hss-r-alurex-proof-strip__check{
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  flex:0 0 22px;
  border-radius:50%;
  background:var(--hss-green);
  color:#fff;
  font-size:13px;
}
.hss-r-alurex-proof-strip__date{
  padding-left:10px;
  margin-left:4px;
  border-left:1px solid #d9dcd4;
  color:#747872;
}
.hss-r-alurex-proof-strip__content h3{
  margin:0 0 7px;
  color:var(--hss-dark);
  font-size:18px;
  line-height:1.25;
}
.hss-r-alurex-proof-strip__content p{
  margin:0;
  max-width:620px;
  color:#666;
  font-size:13px;
  line-height:1.6;
}
.hss-r-alurex-proof-strip__link{
  white-space:nowrap;
  align-self:center;
  padding-bottom:6px;
  border-bottom:2px solid var(--hss-green);
  color:var(--hss-dark)!important;
  font-size:11px;
  font-weight:900;
  letter-spacing:.045em;
  text-transform:uppercase;
}
.hss-r-alurex-proof-strip__link:hover{
  color:var(--hss-green)!important;
}

.hss-r-faq--full{
  margin-top:58px!important;
  padding-top:46px!important;
  border-top:1px solid #dfe2da!important;
}
.hss-r-faq__head{
  display:grid!important;
  grid-template-columns:.85fr 1.15fr!important;
  gap:42px!important;
  align-items:end!important;
  margin-bottom:24px!important;
}
.hss-r-faq__head .hss-r-eyebrow,
.hss-r-faq__head .hss-r-h2{
  margin:0!important;
}
.hss-r-faq__list{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:8px!important;
}
.hss-r-faq__list details{
  margin:0!important;
}

@media(max-width:950px){
  .hss-r-authority__top--clean{
    grid-template-columns:1fr!important;
    gap:30px!important;
  }
  .hss-r-alurex-proof-strip{
    grid-template-columns:220px 1fr!important;
  }
  .hss-r-alurex-proof-strip__link{
    grid-column:2;
    justify-self:start;
  }
}
@media(max-width:767px){
  .hss-r-master--clean .hss-r-master__brand-row{
    align-items:flex-start!important;
  }
  .hss-r-master--clean .hss-r-master__brand-badge{
    width:90px!important;
    max-width:90px!important;
    flex-basis:90px!important;
  }
  .hss-r-alurex-proof-strip{
    grid-template-columns:1fr!important;
    gap:16px!important;
  }
  .hss-r-alurex-proof-strip__image{
    height:170px;
  }
  .hss-r-alurex-proof-strip__link{
    grid-column:auto;
  }
  .hss-r-faq--full{
    margin-top:42px!important;
    padding-top:34px!important;
  }
  .hss-r-faq__head{
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
}


/* ===== MASTER INSTALLER COPY HIERARCHY FIX ===== */
.hss-r-authority__top--clean{
  grid-template-columns:1fr 1.18fr!important;
  gap:42px!important;
}

.hss-r-master--clean{
  padding-right:0!important;
  max-width:none!important;
}

.hss-r-master--clean .hss-r-master__brand-row{
  align-items:center!important;
  gap:16px!important;
  margin-bottom:18px!important;
}

.hss-r-master--clean .hss-r-master__brand-badge{
  width:108px!important;
  max-width:108px!important;
  flex-basis:108px!important;
}

.hss-r-master--clean .hss-r-master__lead{
  margin:0 0 10px!important;
  max-width:560px!important;
  color:var(--hss-dark)!important;
  font-size:20px!important;
  line-height:1.38!important;
  font-weight:900!important;
  letter-spacing:-.01em!important;
}

.hss-r-master--clean .hss-r-master__support{
  margin:0 0 9px!important;
  max-width:570px!important;
  color:#484d49!important;
  font-size:15px!important;
  line-height:1.55!important;
  font-weight:700!important;
}

.hss-r-master--clean > .hss-r-copy{
  margin:0!important;
  max-width:590px!important;
  color:#6b6f6a!important;
  font-size:14px!important;
  line-height:1.65!important;
  font-weight:400!important;
}

@media(max-width:950px){
  .hss-r-authority__top--clean{
    grid-template-columns:1fr!important;
  }
}


/* ===== ALU-REX PROOF CHECK + TOP COPY CLEANUP ===== */
.hss-r-alurex-proof-strip__check{
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  display:inline-block!important;
  background:transparent!important;
  border-radius:0!important;
  color:var(--hss-green)!important;
  font-size:20px!important;
  line-height:1!important;
  font-weight:900!important;
  flex:0 0 auto!important;
}
.hss-r-alurex-proof-strip__meta{
  color:var(--hss-dark)!important;
}
.hss-r-alurex-proof-strip__meta > span:not(.hss-r-alurex-proof-strip__check):not(.hss-r-alurex-proof-strip__date){
  color:var(--hss-dark)!important;
}
.hss-r-alurex-proof-strip__date{
  color:#747872!important;
}
.hss-r-master--clean .hss-r-master__support{
  margin-top:0!important;
}


/* ===== MASTER INSTALLER BADGE SIZE / SPACING ===== */
.hss-r-master--clean .hss-r-master__brand-row{
  gap:14px!important;
}

.hss-r-master--clean .hss-r-master__brand-badge{
  width:145px!important;
  max-width:145px!important;
  flex-basis:145px!important;
}

@media(max-width:767px){
  .hss-r-master--clean .hss-r-master__brand-badge{
    width:112px!important;
    max-width:112px!important;
    flex-basis:112px!important;
  }
}


/* ===== MASTER INSTALLER BADGE — LARGER / TIGHTER ===== */
.hss-r-master--clean .hss-r-master__brand-row{
  gap:8px!important;
}

.hss-r-master--clean .hss-r-master__brand-badge{
  width:165px!important;
  max-width:165px!important;
  flex-basis:142px!important;
  transform:scale(1.12)!important;
  transform-origin:center center!important;
  margin-left:-10px!important;
  margin-right:-6px!important;
}

@media(max-width:767px){
  .hss-r-master--clean .hss-r-master__brand-badge{
    width:126px!important;
    max-width:126px!important;
    flex-basis:112px!important;
    transform:scale(1.08)!important;
    margin-left:-6px!important;
    margin-right:-4px!important;
  }
}


/* ===== MASTER INSTALLER BADGE — FINAL MARGINS ===== */
.hss-r-master--clean .hss-r-master__brand-badge{
  margin-left:0!important;
  margin-right:20px!important;
}


/* ===== FAQ HEADING ALIGNMENT ===== */
.hss-r-faq__head{
  display:block!important;
  margin-bottom:24px!important;
}
.hss-r-faq__head .hss-r-eyebrow{
  margin:0 0 8px!important;
}
.hss-r-faq__head .hss-r-h2{
  margin:0!important;
  text-align:left!important;
}


/* ===== FINAL HOVER + FAQ ALIGNMENT FIXES ===== */

/* Project carousel arrows: never transparent on hover */
.hss-r-project-carousel__prev,
.hss-r-project-carousel__next{
  background:#fff!important;
  color:var(--hss-dark)!important;
  border:1px solid var(--hss-line)!important;
  opacity:1!important;
}
.hss-r-project-carousel__prev:hover,
.hss-r-project-carousel__next:hover,
.hss-r-project-carousel__prev:focus,
.hss-r-project-carousel__next:focus{
  background:var(--hss-green)!important;
  border-color:var(--hss-green)!important;
  color:#fff!important;
  opacity:1!important;
}

/* VIEW PROJECT + VIEW ALL PROJECTS -> green on hover */
.hss-r-project-carousel__info a:hover,
.hss-r-project-carousel__all:hover{
  color:var(--hss-green)!important;
  border-color:var(--hss-green)!important;
}

/* Latest Reviews dark section: View More on Google stays white on hover */
.hss-r-trustindex .hss-r-link:hover{
  color:#fff!important;
  border-color:#fff!important;
}

/* Alu-Rex proof link -> green on hover */
.hss-r-alurex-proof-strip__link:hover,
.hss-r-alurex-proof__link:hover{
  color:var(--hss-green)!important;
  border-color:var(--hss-green)!important;
}

/* FAQ heading alignment: eyebrow, title, and questions share same left edge */
.hss-r-faq--full{
  padding-left:0!important;
  padding-right:0!important;
}
.hss-r-faq__head{
  display:block!important;
  margin:0 0 24px!important;
  padding:0!important;
}
.hss-r-faq__head .hss-r-eyebrow{
  margin:0 0 8px!important;
  padding:0 16px!important;
}
.hss-r-faq__head .hss-r-h2{
  margin:0!important;
  padding:0 16px!important;
  text-align:left!important;
}
.hss-r-faq__list{
  padding:0!important;
  margin:0!important;
}
.hss-r-faq__list details{
  margin-left:0!important;
  margin-right:0!important;
}


/* ===== FINAL FORCED LINK HOVERS ===== */

/* VIEW ALL PROJECTS */
.hss-review-page .hss-r-project-carousel .hss-r-project-carousel__all,
.hss-review-page .hss-r-project-carousel .hss-r-project-carousel__all:visited{
  color:var(--hss-dark)!important;
}
.hss-review-page .hss-r-project-carousel .hss-r-project-carousel__all:hover,
.hss-review-page .hss-r-project-carousel .hss-r-project-carousel__all:focus{
  color:var(--hss-green)!important;
  border-bottom-color:var(--hss-green)!important;
}

/* VIEW PROJECT */
.hss-review-page .hss-r-project-carousel .hss-r-project-carousel__info a,
.hss-review-page .hss-r-project-carousel .hss-r-project-carousel__info a:visited{
  color:var(--hss-dark)!important;
}
.hss-review-page .hss-r-project-carousel .hss-r-project-carousel__info a:hover,
.hss-review-page .hss-r-project-carousel .hss-r-project-carousel__info a:focus{
  color:var(--hss-green)!important;
  border-bottom-color:var(--hss-green)!important;
}

/* VIEW OFFICIAL LISTING */
.hss-review-page .hss-r-authority .hss-r-alurex-proof-strip__link,
.hss-review-page .hss-r-authority .hss-r-alurex-proof-strip__link:visited{
  color:var(--hss-dark)!important;
}
.hss-review-page .hss-r-authority .hss-r-alurex-proof-strip__link:hover,
.hss-review-page .hss-r-authority .hss-r-alurex-proof-strip__link:focus{
  color:var(--hss-green)!important;
  border-bottom-color:var(--hss-green)!important;
}

/* Make arrows/icons inside these links follow the link text color too */
.hss-review-page .hss-r-project-carousel__all:hover *,
.hss-review-page .hss-r-project-carousel__info a:hover *,
.hss-review-page .hss-r-alurex-proof-strip__link:hover *{
  color:inherit!important;
}

/* In case the theme applies a pseudo-element/underline on links */
.hss-review-page .hss-r-project-carousel__all:hover::before,
.hss-review-page .hss-r-project-carousel__all:hover::after,
.hss-review-page .hss-r-project-carousel__info a:hover::before,
.hss-review-page .hss-r-project-carousel__info a:hover::after,
.hss-review-page .hss-r-alurex-proof-strip__link:hover::before,
.hss-review-page .hss-r-alurex-proof-strip__link:hover::after{
  color:var(--hss-green)!important;
  border-color:var(--hss-green)!important;
}


/* ===== BEFORE / AFTER TAG FILLS ===== */
.hss-r-project-carousel__tag{
  color:#fff!important;
  opacity:1!important;
  mix-blend-mode:normal!important;
  padding:8px 12px!important;
  line-height:1!important;
}
.hss-r-project-carousel__tag--before{
  background:#26282b!important;
}
.hss-r-project-carousel__tag--after{
  background:#759b2c!important;
}


/* ===== PROJECT CAROUSEL ARROWS — SUBTLE HOVER ===== */
.hss-r-project-carousel__prev,
.hss-r-project-carousel__next{
  padding:0 !important;
  background:#fff !important;
  color:#26282b !important;
  transform:scale(1) !important;
  box-shadow:none !important;
  transition:
    transform .16s ease,
    box-shadow .16s ease,
    border-color .16s ease !important;
}

.hss-r-project-carousel__prev:hover,
.hss-r-project-carousel__next:hover{
  background:#fff !important;
  color:#26282b !important;
  transform:scale(1.035) !important;
  box-shadow:0 4px 12px rgba(0,0,0,.10) !important;
  border-color:#cfd2cb !important;
  z-index:20 !important;
}


/* ===== MOBILE BEFORE / AFTER SWIPE =====
   Desktop keeps the existing side-by-side comparison.
   Mobile overlays both existing images and clips BEFORE as the handle moves.
*/
@media (max-width:767px){
  .hss-r-project-carousel__ba{
    --hss-ba-position:50%;
    position:relative!important;
    display:block!important;
    height:235px!important;
    overflow:hidden!important;
    touch-action:pan-y!important;
    cursor:ew-resize;
    user-select:none;
    -webkit-user-select:none;
  }

  .hss-r-project-carousel__ba img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    object-fit:cover!important;
    object-position:center!important;
    pointer-events:none!important;
  }

  /* AFTER is the full image underneath */
  .hss-r-project-carousel__ba img:nth-of-type(2){
    z-index:1!important;
  }

  /* BEFORE sits on top and is revealed according to finger position */
  .hss-r-project-carousel__ba img:nth-of-type(1){
    z-index:2!important;
    clip-path:inset(0 calc(100% - var(--hss-ba-position)) 0 0)!important;
    -webkit-clip-path:inset(0 calc(100% - var(--hss-ba-position)) 0 0)!important;
  }

  .hss-r-project-carousel__divider{
    left:var(--hss-ba-position)!important;
    z-index:4!important;
    pointer-events:none!important;
  }

  .hss-r-project-carousel__handle{
    left:var(--hss-ba-position)!important;
    z-index:5!important;
    pointer-events:none!important;
  }

  .hss-r-project-carousel__tag{
    z-index:6!important;
    pointer-events:none!important;
  }
}
