
:root{
  --bg:#02070d;
  --dark:#06111f;
  --panel:#07141d;
  --panel2:#0b1f2c;
  --line:#263f4c;
  --lime:#8dff00;
  --lime2:#62cf00;
  --muted:#c4d1dc;
  --red:#ff3b3b;
}
*{box-sizing:border-box;scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:white;font-family:Inter,Segoe UI,Arial,sans-serif}
a{text-decoration:none;color:inherit}
.site-header{
  position:sticky;top:0;z-index:50;
  min-height:82px;background:#030a11;border-bottom:1px solid rgba(255,255,255,.06);
  display:flex;align-items:center;justify-content:space-between;gap:24px;padding:12px 46px;
}
.brand img{width:320px;display:block}
.main-nav{display:flex;align-items:center;gap:24px;font-size:15px;font-weight:850}
.main-nav a{white-space:nowrap}.main-nav .active{color:var(--lime);border-bottom:3px solid var(--lime);padding-bottom:13px}
.nav-btn{padding:13px 18px;border-radius:7px}.nav-btn.quote{background:linear-gradient(135deg,#9dff00,#65c900);color:#06111f}.nav-btn.demo{border:2px solid #009fbd}
.menu-toggle{display:none;background:#07141d;color:white;border:1px solid var(--line);border-radius:8px;padding:10px 12px;font-size:24px}

.hero{position:relative;min-height:610px;overflow:hidden;background:#06111f}
.hero-bg{position:absolute;inset:0;background:url('../assets/hero-cropped.png') center/cover no-repeat;filter:saturate(1.08) contrast(1.06)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#06111f 0%,#06111f 28%,rgba(6,17,31,.74) 48%,rgba(6,17,31,.04) 80%)}
.hero-content{position:relative;z-index:2;max-width:560px;padding:74px 0 0 58px}
.hero h1{font-size:68px;line-height:1.02;margin:0 0 24px;font-weight:950;text-shadow:0 8px 22px rgba(0,0,0,.6)}
.hero h1 span{color:var(--lime)}
.lead{font-size:22px;line-height:1.32;margin:0 0 18px}
.green-line{color:var(--lime);font-size:19px;font-weight:850;line-height:1.35}
.cta-row{display:flex;gap:25px;flex-wrap:wrap;margin-top:32px}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;padding:16px 26px;font-weight:950;font-size:16px}
.btn.primary{background:linear-gradient(135deg,#9dff00,#65c900);color:#06111f}.btn.secondary{border:2px solid #4f8b51;background:rgba(0,0,0,.24)}

.benefits{display:grid;grid-template-columns:repeat(6,1fr);background:#030a11;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);padding:0 36px}
.benefit{min-height:124px;border-right:1px solid #1b2c35;padding:26px 18px;display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:center}
.benefit:last-child{border-right:0}.benefit span{color:var(--lime);font-size:35px}.benefit b{display:block;font-size:16px}.benefit small{display:block;color:var(--muted);font-size:13px;line-height:1.35}

.section{padding:42px 46px}.section-head{text-align:center;max-width:950px;margin:0 auto 28px}.section h2,.section-head h2{font-size:36px;line-height:1.1;margin:0 0 10px}.section-head p{color:var(--muted);margin:0}
.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.product-card{border:1px solid #57707d;border-radius:13px;background:radial-gradient(circle at 73% 70%,rgba(0,185,255,.22),transparent 30%),linear-gradient(135deg,#07141d,#06131d);min-height:520px;padding:28px;display:grid;grid-template-columns:52% 48%;gap:16px;overflow:hidden}
.pill{display:inline-block;background:var(--lime);color:#06111f;border-radius:6px;padding:7px 11px;font-weight:950;font-size:12px;text-transform:uppercase}.product-card h3{font-size:41px;line-height:1.02;margin:14px 0 10px}.sub{color:var(--lime);font-size:18px;font-weight:900;line-height:1.35}
.product-card ul,.quote-copy ul{list-style:none;padding:0;margin:20px 0;line-height:1.7}.product-card li:before,.quote-copy li:before{content:"✓";color:var(--lime);font-weight:950;margin-right:10px}.price{font-size:40px;color:var(--lime);font-weight:950;margin:8px 0}.price small{display:block;color:white;font-size:13px;font-weight:500}.price em{color:white;font-size:14px;font-style:normal;font-weight:500}.text-link{color:var(--lime);font-weight:900}
.product-image{background-position:center;background-size:contain;background-repeat:no-repeat;min-height:360px}.product-image.aio{background-image:url('../assets/battery-all-in-one.jpg')}.product-image.cube{background-image:url('../assets/battery-powercube.jpg')}

.comparison-section{padding:0 46px 44px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.difference-card,.example-card{border:1px solid #57707d;border-radius:13px;background:linear-gradient(135deg,#07141d,#06131d);padding:30px}.difference-card h2,.example-card h2{font-size:28px;margin:0 0 22px}.compare-columns{display:grid;grid-template-columns:1fr 84px 1fr;gap:16px;align-items:center}.compare-columns ul{list-style:none;padding:0;margin:0;line-height:2}.compare-columns li:before{content:"✓";color:var(--lime);font-weight:950;margin-right:10px}.compare-columns .bad li:before{content:"✕";color:var(--red)}.vs{width:80px;height:80px;border:2px solid var(--lime);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:950;box-shadow:0 0 38px rgba(141,255,0,.46)}.green{color:var(--lime)}
.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;text-align:center}.metrics div{border-right:1px solid var(--line);padding:8px}.metrics div:last-child{border-right:0}.metrics b{display:block;color:var(--lime);font-size:28px}.metrics span{font-size:13px;color:var(--muted)}.recommend{border:1px solid var(--lime);border-radius:8px;text-align:center;padding:18px;font-weight:850}.recommend strong{color:var(--lime);font-size:28px}.saving{text-align:center;color:var(--lime);font-size:20px;font-weight:950}

.how-section{background:#f5f7f8;color:#06111f;padding:34px 46px}.how-section h2{text-align:center;margin:0 0 24px;font-size:32px}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}.steps div{display:grid;grid-template-columns:50px 1fr;gap:12px;align-items:center}.steps span{width:44px;height:44px;border:2px solid #06111f;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:950}.steps b{display:block}.steps small{font-size:12px;color:#26323a}

.quote-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:30px;padding:54px 46px;background:linear-gradient(135deg,#07141d,#0a1c29)}.quote-section h2{font-size:42px;margin:0 0 12px}.quote-copy p{font-size:20px;color:var(--muted)}
.quote-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.quote-form input,.quote-form select,.quote-form textarea{width:100%;padding:15px;border-radius:8px;border:1px solid var(--line);background:#030a11;color:white;font-size:15px}.quote-form textarea{grid-column:1/-1;min-height:120px}.quote-form button{grid-column:1/-1;border:0;border-radius:8px;padding:16px 20px;background:linear-gradient(135deg,#9dff00,#65c900);color:#06111f;font-weight:950;font-size:16px;cursor:pointer}

.footer{display:grid;grid-template-columns:repeat(5,1fr);gap:26px;padding:34px 46px;background:#06111f;border-top:1px solid #1b2c35}.footer b{display:block}.footer small{display:block;color:var(--muted);margin-top:6px}.copyright{padding:20px 46px;background:#030a11;color:#b7c7d3;display:flex;justify-content:space-between;gap:20px}

@media(max-width:1100px){
  .site-header{align-items:flex-start;flex-wrap:wrap;padding:14px 24px}.brand img{width:285px}.menu-toggle{display:block;margin-left:auto}.main-nav{display:none;width:100%;flex-direction:column;align-items:flex-start;gap:14px;padding:12px 0}.main-nav.open{display:flex}.main-nav .active{padding-bottom:4px}
  .hero{min-height:auto}.hero-content{padding:54px 24px 58px}.hero h1{font-size:48px}.hero-overlay{background:linear-gradient(90deg,#06111f 0%,rgba(6,17,31,.88) 58%,rgba(6,17,31,.2) 100%)}
  .benefits{grid-template-columns:repeat(2,1fr);padding:0}.benefit:nth-child(2n){border-right:0}
  .product-grid,.comparison-section,.quote-section{grid-template-columns:1fr}.product-card{grid-template-columns:1fr}.product-image{min-height:300px}.steps{grid-template-columns:1fr 1fr}.footer{grid-template-columns:1fr 1fr}.copyright{flex-direction:column}
}
@media(max-width:650px){
  .site-header{padding:12px 16px}.brand img{width:240px}.hero-content{padding:42px 18px 46px}.hero h1{font-size:40px}.lead{font-size:18px}.green-line{font-size:17px}.cta-row{gap:12px}.btn{width:100%}
  .benefits{grid-template-columns:1fr}.benefit{border-right:0;border-bottom:1px solid #1b2c35}
  .section,.comparison-section,.how-section,.quote-section{padding-left:18px;padding-right:18px}.section h2,.section-head h2{font-size:28px}.product-card h3{font-size:33px}.price{font-size:34px}.compare-columns,.metrics,.steps,.quote-form,.footer{grid-template-columns:1fr}.vs{margin:auto}.metrics div{border-right:0;border-bottom:1px solid var(--line)}.metrics div:last-child{border-bottom:0}
}


/* === EnergiFlux v9 polish patch === */

/* Overall polish */
body{
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

.site-header{
  box-shadow:0 8px 24px rgba(0,0,0,.24);
}

.main-nav a:not(.nav-btn):hover,
.text-link:hover{
  color:var(--lime);
}

.nav-btn,
.btn,
.quote-form button{
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.nav-btn:hover,
.btn:hover,
.quote-form button:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 26px rgba(141,255,0,.18);
}

/* Stronger desktop hero */
.hero{
  min-height:650px;
}

.hero-bg{
  background-position:center 45%;
  filter:saturate(1.18) contrast(1.12) brightness(.90);
  transform:scale(1.015);
}

.hero-overlay{
  background:
    radial-gradient(circle at 75% 45%, rgba(141,255,0,.08), transparent 30%),
    linear-gradient(90deg,#06111f 0%,#06111f 26%,rgba(6,17,31,.72) 47%,rgba(6,17,31,.06) 82%);
}

.hero-content{
  padding-top:88px;
}

.hero h1{
  letter-spacing:-1.5px;
}

.hero .lead{
  max-width:535px;
}

.cta-row .btn{
  min-width:220px;
}

/* Benefit strip closer to the mock-up */
.benefits{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05), inset 0 -1px 0 rgba(255,255,255,.05);
}

.benefit{
  transition:background .18s ease;
}

.benefit:hover{
  background:rgba(141,255,0,.045);
}

/* Product cards */
.product-card{
  box-shadow:0 20px 46px rgba(0,0,0,.28);
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.product-card:hover{
  transform:translateY(-2px);
  border-color:rgba(141,255,0,.55);
  box-shadow:0 28px 58px rgba(0,0,0,.34);
}

.product-image{
  filter:saturate(1.12) contrast(1.08) brightness(1.02);
}

.pill{
  box-shadow:0 0 0 1px rgba(255,255,255,.15) inset;
}

.price{
  line-height:1.05;
}

/* Comparison and example */
.difference-card,
.example-card{
  box-shadow:0 18px 42px rgba(0,0,0,.25);
}

.metrics div{
  border-radius:10px;
}

.recommend{
  background:rgba(141,255,0,.045);
}

/* Quote section */
.quote-section{
  border-top:1px solid rgba(255,255,255,.08);
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus{
  outline:2px solid rgba(141,255,0,.55);
  border-color:var(--lime);
}

.quote-contact-note{
  grid-column:1/-1;
  margin:12px 0 0;
  color:var(--muted);
  font-size:14px;
}

/* Better mobile experience */
@media(max-width:1100px){
  .site-header{
    position:sticky;
  }

  .main-nav.open{
    border-top:1px solid rgba(255,255,255,.08);
    margin-top:8px;
  }

  .main-nav.open a{
    width:100%;
  }

  .main-nav.open .nav-btn{
    text-align:center;
  }

  .hero{
    min-height:620px;
  }

  .hero-bg{
    background-position:center;
    opacity:.95;
  }

  .hero-overlay{
    background:
      linear-gradient(180deg, rgba(6,17,31,.84) 0%, rgba(6,17,31,.62) 42%, rgba(6,17,31,.94) 100%);
  }

  .hero-content{
    max-width:720px;
  }

  .product-image{
    min-height:340px;
    background-position:center;
  }

  .comparison-section{
    padding-top:0;
  }
}

@media(max-width:650px){
  .site-header{
    gap:10px;
  }

  .menu-toggle{
    line-height:1;
  }

  .hero{
    min-height:auto;
  }

  .hero-bg{
    background-position:61% center;
  }

  .hero-content{
    padding-top:48px;
    padding-bottom:54px;
  }

  .hero h1{
    font-size:42px;
    line-height:1.04;
  }

  .lead{
    font-size:18px;
  }

  .benefit{
    min-height:auto;
    padding:18px;
  }

  .product-card{
    padding:22px;
    min-height:auto;
  }

  .product-image{
    min-height:270px;
  }

  .quote-section h2{
    font-size:34px;
  }

  .footer{
    gap:16px;
  }
}

/* === End EnergiFlux v9 polish patch === */


/* === Hero clean background fix === */
/* Removes ghost text and duplicate benefit strip from the old mock-up crop */
.hero{
  min-height:650px !important;
  background:#06111f !important;
  isolation:isolate;
}

.hero-bg{
  background-image:url('../assets/hero-energy-home-clean.jpg') !important;
  background-size:cover !important;
  background-position:right center !important;
  background-repeat:no-repeat !important;
  filter:saturate(1.18) contrast(1.10) brightness(.92) !important;
  transform:none !important;
  opacity:1 !important;
}

/* Stronger dark left panel so no background text can bleed through */
.hero-overlay{
  background:
    linear-gradient(90deg,
      #06111f 0%,
      #06111f 31%,
      rgba(6,17,31,.92) 43%,
      rgba(6,17,31,.30) 66%,
      rgba(6,17,31,.06) 100%
    ) !important;
}

/* Keep the real benefits strip clearly separated from hero */
.benefits{
  position:relative !important;
  z-index:5 !important;
  margin-top:0 !important;
  border-top:1px solid rgba(141,255,0,.18) !important;
}

/* Ensure hero content sits above background cleanly */
.hero-content{
  position:relative !important;
  z-index:3 !important;
}

/* Mobile: use the clean image but keep text readable */
@media(max-width:1100px){
  .hero-bg{
    background-position:65% center !important;
  }

  .hero-overlay{
    background:
      linear-gradient(180deg,
        rgba(6,17,31,.88) 0%,
        rgba(6,17,31,.70) 42%,
        rgba(6,17,31,.96) 100%
      ) !important;
  }
}

@media(max-width:650px){
  .hero-bg{
    background-position:70% center !important;
  }
}
/* === End hero clean background fix === */

/* === Safe restore hero image and hide ghost text / duplicate strip === */

/* Use the original hero image again */
.hero{
  position:relative !important;
  overflow:hidden !important;
  min-height:650px !important;
  background:#06111f !important;
}

.hero-bg{
  background-image:url('../assets/hero-cropped.png') !important;
  background-size:cover !important;
  background-position:center top !important;
  background-repeat:no-repeat !important;
  filter:saturate(1.12) contrast(1.08) brightness(.92) !important;
  transform:none !important;
  opacity:1 !important;
}

/* Darken the left/centre enough to hide the faint old text in the image */
.hero-overlay{
  background:
    linear-gradient(90deg,
      #06111f 0%,
      #06111f 33%,
      rgba(6,17,31,.96) 48%,
      rgba(6,17,31,.55) 63%,
      rgba(6,17,31,.10) 100%
    ) !important;
}

/* Mask the duplicate benefits strip that is baked into the old image */
.hero::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  height:92px !important;
  z-index:2 !important;
  background:linear-gradient(
    180deg,
    rgba(6,17,31,0) 0%,
    rgba(6,17,31,.92) 38%,
    #06111f 100%
  ) !important;
  pointer-events:none !important;
}

.hero-content{
  position:relative !important;
  z-index:3 !important;
}

/* Keep real benefits above the hero mask */
.benefits{
  position:relative !important;
  z-index:5 !important;
}

/* Mobile */
@media(max-width:1100px){
  .hero-bg{
    background-position:center top !important;
  }

  .hero-overlay{
    background:
      linear-gradient(180deg,
        rgba(6,17,31,.88) 0%,
        rgba(6,17,31,.72) 48%,
        #06111f 100%
      ) !important;
  }

  .hero::before{
    height:70px !important;
  }
}

@media(max-width:650px){
  .hero{
    min-height:auto !important;
  }

  .hero-bg{
    background-position:62% top !important;
  }

  .hero::before{
    height:55px !important;
  }
}

/* === End safe restore hero fix === */

/* === Softer hero fix - less crop / less darkness === */

.hero{
  min-height:650px !important;
  overflow:hidden !important;
}

/* Bring image back stronger */
.hero-bg{
  background-image:url('../assets/hero-cropped.png') !important;
  background-size:cover !important;
  background-position:center top !important;
  filter:saturate(1.16) contrast(1.08) brightness(1.02) !important;
  opacity:1 !important;
  transform:none !important;
}

/* Less aggressive overlay so image remains visible */
.hero-overlay{
  background:
    linear-gradient(90deg,
      rgba(6,17,31,.96) 0%,
      rgba(6,17,31,.92) 27%,
      rgba(6,17,31,.58) 45%,
      rgba(6,17,31,.18) 68%,
      rgba(6,17,31,.04) 100%
    ) !important;
}

/* Reduce bottom mask height so it does not feel cropped */
.hero::before{
  height:38px !important;
  background:linear-gradient(
    180deg,
    rgba(6,17,31,0) 0%,
    rgba(6,17,31,.45) 55%,
    #06111f 100%
  ) !important;
}

/* Keep content readable */
.hero-content{
  position:relative !important;
  z-index:3 !important;
}

@media(max-width:1100px){
  .hero-bg{
    background-position:center top !important;
    filter:saturate(1.14) contrast(1.05) brightness(.98) !important;
  }

  .hero-overlay{
    background:
      linear-gradient(180deg,
        rgba(6,17,31,.80) 0%,
        rgba(6,17,31,.54) 45%,
        rgba(6,17,31,.86) 100%
      ) !important;
  }

  .hero::before{
    height:28px !important;
  }
}

@media(max-width:650px){
  .hero-bg{
    background-position:60% top !important;
  }

  .hero::before{
    height:20px !important;
  }
}

/* === End softer hero fix === */

/* === Final clean hero image override === */
.hero{
  min-height:650px !important;
  background:#06111f !important;
  overflow:hidden !important;
}

.hero-bg{
  background-image:url('../assets/hero-cropped.png') !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  filter:saturate(1.08) contrast(1.04) brightness(.94) !important;
  opacity:1 !important;
  transform:none !important;
}

/* Remove previous dark mask/crop effects */
.hero::before{
  display:none !important;
  content:none !important;
}

/* Keep text readable but allow the new image to show properly */
.hero-overlay{
  background:
    linear-gradient(90deg,
      #06111f 0%,
      rgba(6,17,31,.96) 28%,
      rgba(6,17,31,.70) 45%,
      rgba(6,17,31,.16) 68%,
      rgba(6,17,31,.02) 100%
    ) !important;
}

.hero-content{
  position:relative !important;
  z-index:3 !important;
}

@media(max-width:1100px){
  .hero-bg{
    background-position:62% center !important;
  }

  .hero-overlay{
    background:
      linear-gradient(180deg,
        rgba(6,17,31,.86) 0%,
        rgba(6,17,31,.62) 48%,
        rgba(6,17,31,.94) 100%
      ) !important;
  }
}

@media(max-width:650px){
  .hero{
    min-height:auto !important;
  }

  .hero-bg{
    background-position:67% center !important;
  }
}
/* === End final clean hero image override === */

/* === Emergency hero image fix === */
.hero{
  min-height:650px !important;
  position:relative !important;
  background:#06111f !important;
  overflow:hidden !important;
}

.hero-bg{
  position:absolute !important;
  inset:0 !important;
  display:block !important;
  background:url('/new/assets/hero-cropped.png') center center / cover no-repeat !important;
  opacity:1 !important;
  filter:none !important;
  transform:none !important;
  z-index:0 !important;
}

.hero-overlay{
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  background:linear-gradient(90deg,#06111f 0%,rgba(6,17,31,.94) 28%,rgba(6,17,31,.62) 45%,rgba(6,17,31,.08) 72%) !important;
}

.hero-content{
  position:relative !important;
  z-index:2 !important;
}
/* === End emergency hero image fix === */

/* === Hero zoom fix - show full uploaded image better === */
.hero{
  min-height:650px !important;
  background:#06111f !important;
  overflow:hidden !important;
}

.hero-bg{
  background-image:url('/new/assets/hero-cropped.png') !important;
  background-size:auto 100% !important;
  background-position:right center !important;
  background-repeat:no-repeat !important;
  opacity:1 !important;
  filter:saturate(1.05) contrast(1.04) brightness(.96) !important;
  transform:none !important;
}

/* Keep the left side dark for the text */
.hero-overlay{
  background:
    linear-gradient(90deg,
      #06111f 0%,
      #06111f 30%,
      rgba(6,17,31,.88) 44%,
      rgba(6,17,31,.38) 62%,
      rgba(6,17,31,.06) 100%
    ) !important;
}

@media(max-width:1100px){
  .hero{
    min-height:600px !important;
  }

  .hero-bg{
    background-size:auto 100% !important;
    background-position:70% center !important;
  }
}

@media(max-width:650px){
  .hero{
    min-height:560px !important;
  }

  .hero-bg{
    background-size:auto 100% !important;
    background-position:67% center !important;
  }
}
/* === End hero zoom fix === */

/* === Benefits strip tidy === */
.benefits{
  display:grid !important;
  grid-template-columns:repeat(6,1fr) !important;
  gap:0 !important;
  background:#030a11 !important;
  border-top:1px solid rgba(141,255,0,.16) !important;
  border-bottom:1px solid rgba(255,255,255,.08) !important;
  padding:0 34px !important;
}

.benefit{
  min-height:126px !important;
  padding:24px 18px !important;
  display:grid !important;
  grid-template-columns:48px 1fr !important;
  gap:14px !important;
  align-items:center !important;
  border-right:1px solid rgba(255,255,255,.08) !important;
}

.benefit:last-child{
  border-right:0 !important;
}

.benefit-icon{
  width:42px !important;
  height:42px !important;
  border:1px solid rgba(141,255,0,.55) !important;
  border-radius:999px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#8dff00 !important;
  font-size:19px !important;
  font-weight:950 !important;
  background:rgba(141,255,0,.07) !important;
  box-shadow:0 0 20px rgba(141,255,0,.08) !important;
}

.benefit b{
  display:block !important;
  font-size:16px !important;
  line-height:1.2 !important;
  margin-bottom:5px !important;
  color:#ffffff !important;
}

.benefit small{
  display:block !important;
  color:#c4d1dc !important;
  font-size:13px !important;
  line-height:1.35 !important;
}

.benefit:hover{
  background:rgba(141,255,0,.045) !important;
}

@media(max-width:1100px){
  .benefits{
    grid-template-columns:repeat(2,1fr) !important;
    padding:0 !important;
  }

  .benefit{
    border-right:1px solid rgba(255,255,255,.08) !important;
    border-bottom:1px solid rgba(255,255,255,.08) !important;
  }

  .benefit:nth-child(2n){
    border-right:0 !important;
  }
}

@media(max-width:650px){
  .benefits{
    grid-template-columns:1fr !important;
  }

  .benefit{
    grid-template-columns:44px 1fr !important;
    min-height:auto !important;
    padding:18px !important;
    border-right:0 !important;
  }

  .benefit-icon{
    width:38px !important;
    height:38px !important;
    font-size:17px !important;
  }
}
/* === End benefits strip tidy === */

/* === Product detail page links patch === */
.product-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  align-items:center;
  margin-top:12px;
}

.product-actions .secondary-link{
  color:#c4d1dc !important;
}

.clickable-product-image{
  display:block;
  cursor:pointer;
  border-radius:12px;
  transition:transform .18s ease, filter .18s ease;
}

.clickable-product-image:hover{
  transform:scale(1.015);
  filter:saturate(1.16) contrast(1.08) brightness(1.06);
}
/* === End product detail page links patch === */

/* === Product detail click-through links === */
.product-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  align-items:center;
  margin-top:12px;
}

.product-actions .secondary-link{
  color:#c4d1dc !important;
}

.product-card{
  cursor:pointer;
}

.product-card:hover .text-link{
  text-decoration:underline;
}
/* === End product detail click-through links === */

/* === Real-world savings section === */
.savings-section{
  padding:54px 46px;
  background:
    radial-gradient(circle at 86% 10%, rgba(141,255,0,.10), transparent 28%),
    linear-gradient(135deg,#06111f,#07141d);
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}

.savings-head{
  max-width:980px;
  margin:0 auto 30px;
  text-align:center;
}

.eyebrow{
  display:inline-block;
  color:#8dff00;
  font-weight:950;
  letter-spacing:.6px;
  text-transform:uppercase;
  font-size:12px;
  margin-bottom:10px;
}

.savings-head h2{
  font-size:38px;
  line-height:1.12;
  margin:0 0 14px;
  letter-spacing:-.7px;
}

.savings-head p{
  color:#c4d1dc;
  font-size:18px;
  line-height:1.45;
  margin:0;
}

.savings-grid{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:18px;
  max-width:1450px;
  margin:0 auto;
}

.saving-card{
  background:
    radial-gradient(circle at 90% 0%, rgba(16,217,255,.07), transparent 30%),
    linear-gradient(135deg,#07141d,#06131d);
  border:1px solid rgba(87,112,125,.58);
  border-radius:16px;
  padding:26px;
  box-shadow:0 20px 46px rgba(0,0,0,.26);
}

.saving-card h3{
  font-size:25px;
  margin:0 0 8px;
}

.saving-intro{
  color:#c4d1dc;
  margin:0 0 20px;
}

.saving-maths{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin:20px 0;
}

.saving-maths div{
  border:1px solid rgba(141,255,0,.22);
  border-radius:13px;
  padding:18px;
  background:rgba(3,10,17,.62);
}

.saving-maths span,
.headline-saving small,
.payback-row span{
  display:block;
  color:#c4d1dc;
  font-size:13px;
  line-height:1.35;
}

.saving-maths b{
  display:block;
  color:#8dff00;
  font-size:34px;
  line-height:1.05;
  margin:8px 0 2px;
}

.saving-maths small{
  color:#dceeff;
}

.headline-saving{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:18px;
}

.headline-saving div{
  background:linear-gradient(135deg,rgba(141,255,0,.13),rgba(141,255,0,.045));
  border:1px solid rgba(141,255,0,.30);
  border-radius:13px;
  padding:18px;
}

.headline-saving strong{
  display:block;
  color:#8dff00;
  font-size:30px;
  line-height:1.08;
  margin-top:6px;
}

.saving-note{
  color:#9fb1bd;
  font-size:13px;
  line-height:1.45;
  margin:18px 0 0;
}

.payback-card{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.payback-row{
  display:grid;
  grid-template-columns:1fr auto;
  gap:12px;
  align-items:center;
  border:1px solid rgba(255,255,255,.08);
  border-radius:13px;
  padding:17px;
  background:rgba(3,10,17,.55);
}

.payback-row b{
  display:block;
  color:#fff;
  margin-bottom:4px;
}

.payback-row strong{
  color:#8dff00;
  font-size:26px;
  white-space:nowrap;
}

.payback-row em{
  grid-column:1/-1;
  color:#dceeff;
  font-style:normal;
  font-weight:850;
  border-top:1px solid rgba(255,255,255,.08);
  padding-top:10px;
}

.energiflux-upside{
  max-width:1450px;
  margin:18px auto 0;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:18px;
  align-items:stretch;
}

.energiflux-upside > div{
  background:linear-gradient(135deg,#07141d,#06131d);
  border:1px solid rgba(87,112,125,.58);
  border-radius:16px;
  padding:26px;
}

.energiflux-upside h3{
  font-size:28px;
  line-height:1.18;
  margin:0 0 12px;
}

.energiflux-upside p{
  color:#c4d1dc;
  line-height:1.5;
  margin:0;
}

.upside-box{
  border-color:rgba(141,255,0,.34) !important;
}

.upside-box b{
  color:#8dff00;
  font-size:20px;
}

.upside-box ul{
  list-style:none;
  padding:0;
  margin:14px 0 0;
  line-height:1.7;
}

.upside-box li{
  color:#dceeff;
}

.upside-box li:before{
  content:"✓";
  color:#8dff00;
  font-weight:950;
  margin-right:10px;
}

@media(max-width:1100px){
  .savings-section{
    padding:42px 24px;
  }

  .savings-grid,
  .energiflux-upside{
    grid-template-columns:1fr;
  }

  .saving-maths,
  .headline-saving{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:650px){
  .savings-section{
    padding:36px 18px;
  }

  .savings-head h2{
    font-size:30px;
  }

  .savings-head p{
    font-size:16px;
  }

  .saving-card,
  .energiflux-upside > div{
    padding:20px;
  }

  .saving-maths,
  .headline-saving{
    grid-template-columns:1fr;
  }

  .headline-saving strong,
  .saving-maths b{
    font-size:28px;
  }

  .payback-row{
    grid-template-columns:1fr;
  }

  .payback-row strong{
    font-size:28px;
  }
}
/* === End real-world savings section === */

/* === Real-world savings table section === */
.savings-section{
  padding:54px 46px;
  background:
    radial-gradient(circle at 86% 10%, rgba(141,255,0,.10), transparent 28%),
    linear-gradient(135deg,#06111f,#07141d);
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}

.savings-head{
  max-width:980px;
  margin:0 auto 30px;
  text-align:center;
}

.eyebrow{
  display:inline-block;
  color:#8dff00;
  font-weight:950;
  letter-spacing:.6px;
  text-transform:uppercase;
  font-size:12px;
  margin-bottom:10px;
}

.savings-head h2{
  font-size:38px;
  line-height:1.12;
  margin:0 0 14px;
  letter-spacing:-.7px;
}

.savings-head p{
  color:#c4d1dc;
  font-size:18px;
  line-height:1.45;
  margin:0;
}

.assumption-card,
.savings-table-card,
.summary-card,
.energiflux-upside > div{
  background:
    radial-gradient(circle at 90% 0%, rgba(16,217,255,.07), transparent 30%),
    linear-gradient(135deg,#07141d,#06131d);
  border:1px solid rgba(87,112,125,.58);
  border-radius:16px;
  padding:26px;
  box-shadow:0 20px 46px rgba(0,0,0,.26);
}

.assumption-card,
.savings-table-card,
.savings-summary-grid,
.energiflux-upside{
  max-width:1450px;
  margin:0 auto 18px;
}

.assumption-card h3,
.savings-table-card h3,
.summary-card h3{
  font-size:24px;
  margin:0 0 16px;
}

.assumption-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:10px;
}

.assumption-grid div{
  background:rgba(3,10,17,.58);
  border:1px solid rgba(141,255,0,.22);
  border-radius:12px;
  padding:14px;
}

.assumption-grid span{
  display:block;
  color:#c4d1dc;
  font-size:12px;
  line-height:1.3;
  min-height:32px;
}

.assumption-grid b{
  display:block;
  color:#8dff00;
  font-size:20px;
  line-height:1.1;
  margin-top:8px;
}

.assumption-card p{
  color:#c4d1dc;
  margin:18px 0 0;
  line-height:1.45;
}

.assumption-card strong{
  color:#8dff00;
}

.table-wrap{
  overflow-x:auto;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
}

.savings-table{
  width:100%;
  border-collapse:collapse;
  min-width:980px;
  background:rgba(3,10,17,.48);
}

.savings-table th,
.savings-table td{
  padding:14px 13px;
  text-align:left;
  border-bottom:1px solid rgba(255,255,255,.08);
  vertical-align:top;
  font-size:14px;
}

.savings-table th{
  background:#030a11;
  color:#fff;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.3px;
}

.savings-table td{
  color:#dceeff;
}

.savings-table tr:last-child td{
  border-bottom:0;
}

.savings-table strong{
  color:#8dff00;
  white-space:nowrap;
}

.saving-note{
  color:#9fb1bd;
  font-size:13px;
  line-height:1.45;
  margin:16px 0 0;
}

.savings-summary-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.summary-card b{
  display:block;
  color:#8dff00;
  font-size:30px;
  margin-bottom:10px;
}

.summary-card p{
  color:#c4d1dc;
  line-height:1.45;
  margin:0;
}

.summary-card strong{
  color:#fff;
}

.energiflux-upside{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:18px;
  align-items:stretch;
}

.energiflux-upside h3{
  font-size:28px;
  line-height:1.18;
  margin:0 0 12px;
}

.energiflux-upside p{
  color:#c4d1dc;
  line-height:1.5;
  margin:0;
}

.upside-box{
  border-color:rgba(141,255,0,.34) !important;
}

.upside-box b{
  color:#8dff00;
  font-size:20px;
}

.upside-box ul{
  list-style:none;
  padding:0;
  margin:14px 0 0;
  line-height:1.7;
}

.upside-box li{
  color:#dceeff;
}

.upside-box li:before{
  content:"✓";
  color:#8dff00;
  font-weight:950;
  margin-right:10px;
}

@media(max-width:1200px){
  .assumption-grid{
    grid-template-columns:repeat(3,1fr);
  }
}

@media(max-width:1100px){
  .savings-section{
    padding:42px 24px;
  }

  .savings-summary-grid,
  .energiflux-upside{
    grid-template-columns:1fr;
  }
}

@media(max-width:650px){
  .savings-section{
    padding:36px 18px;
  }

  .savings-head h2{
    font-size:30px;
  }

  .savings-head p{
    font-size:16px;
  }

  .assumption-card,
  .savings-table-card,
  .summary-card,
  .energiflux-upside > div{
    padding:20px;
  }

  .assumption-grid{
    grid-template-columns:1fr;
  }

  .summary-card b{
    font-size:28px;
  }
}
/* === End real-world savings table section === */

/* === Solar-aware savings update === */

.table-intro{
  color:#c4d1dc;
  margin:0 0 16px;
  line-height:1.45;
}

.solar-optimisation-section{
  max-width:1450px;
  margin:18px auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  align-items:stretch;
}

.solar-copy,
.solar-example-card,
.solar-decision-table-card{
  background:
    radial-gradient(circle at 90% 0%, rgba(16,217,255,.07), transparent 30%),
    linear-gradient(135deg,#07141d,#06131d);
  border:1px solid rgba(87,112,125,.58);
  border-radius:16px;
  padding:26px;
  box-shadow:0 20px 46px rgba(0,0,0,.26);
}

.solar-copy h2{
  font-size:34px;
  line-height:1.14;
  margin:0 0 14px;
  letter-spacing:-.6px;
}

.solar-copy p,
.solar-example-card p{
  color:#c4d1dc;
  line-height:1.5;
}

.solar-example-card h3,
.solar-decision-table-card h3{
  font-size:25px;
  margin:0 0 14px;
}

.solar-example-card strong{
  color:#8dff00;
}

.solar-maths{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin:18px 0;
}

.solar-maths div{
  background:rgba(3,10,17,.58);
  border:1px solid rgba(141,255,0,.24);
  border-radius:12px;
  padding:16px;
}

.solar-maths span{
  display:block;
  color:#c4d1dc;
  font-size:13px;
  line-height:1.35;
  min-height:34px;
}

.solar-maths b{
  display:block;
  color:#8dff00;
  font-size:28px;
  margin-top:8px;
  line-height:1.05;
}

.solar-decision-table-card{
  max-width:1450px;
  margin:0 auto 18px;
}

.solar-table{
  min-width:760px;
}

.solar-table td:nth-child(1){
  width:22%;
}

.solar-table td:nth-child(2),
.solar-table td:nth-child(3){
  width:39%;
}

@media(max-width:1100px){
  .solar-optimisation-section{
    grid-template-columns:1fr;
  }
}

@media(max-width:650px){
  .solar-copy,
  .solar-example-card,
  .solar-decision-table-card{
    padding:20px;
  }

  .solar-copy h2{
    font-size:29px;
  }

  .solar-maths{
    grid-template-columns:1fr;
  }

  .solar-maths span{
    min-height:auto;
  }
}

/* === End solar-aware savings update === */

/* === Larger solar savings update === */
.solar-value-table-card{
  max-width:1450px;
  margin:0 auto 18px;
  background:
    radial-gradient(circle at 90% 0%, rgba(141,255,0,.09), transparent 30%),
    linear-gradient(135deg,#07141d,#06131d);
  border:1px solid rgba(141,255,0,.32);
  border-radius:16px;
  padding:26px;
  box-shadow:0 20px 46px rgba(0,0,0,.26);
}

.solar-value-table-card h3{
  font-size:25px;
  margin:0 0 12px;
}

.solar-value-table{
  min-width:780px;
}

.solar-value-table td span{
  color:#9fb1bd;
  font-size:13px;
}

.solar-value-table td:nth-child(1){
  width:34%;
}

.solar-value-table td:nth-child(4) strong{
  color:#8dff00;
  font-size:18px;
}

.solar-example-card{
  border-color:rgba(141,255,0,.32) !important;
}

.solar-example-card h3:before{
  content:"☀ ";
  color:#8dff00;
}

@media(max-width:650px){
  .solar-value-table-card{
    padding:20px;
  }
}
/* === End larger solar savings update === */

/* === Battery comparison table === */
.battery-comparison-block{
  margin-top:34px;
}

.battery-comparison-block .section-head{
  margin-top:18px;
}

.table-wrap{
  overflow-x:auto;
}

.battery-comparison-table{
  width:100%;
  min-width:980px;
  border-collapse:collapse;
  background:rgba(3,10,17,.58);
  border:1px solid rgba(87,112,125,.58);
  border-radius:14px;
  overflow:hidden;
}

.battery-comparison-table th,
.battery-comparison-table td{
  padding:14px 13px;
  border-bottom:1px solid rgba(255,255,255,.08);
  text-align:left;
  vertical-align:top;
  font-size:14px;
}

.battery-comparison-table th{
  background:#030a11;
  color:#fff;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.3px;
}

.battery-comparison-table td{
  color:#dceeff;
}

.battery-comparison-table td:first-child{
  color:#fff;
  font-weight:850;
  width:19%;
}

.battery-comparison-table strong{
  color:#8dff00;
}

.battery-comparison-table tr:last-child td{
  border-bottom:0;
}

.comparison-note{
  margin:14px 0 0;
  color:#9fb1bd;
  font-size:13px;
  line-height:1.45;
}

@media(max-width:650px){
  .battery-comparison-block{
    margin-top:26px;
  }
}
/* === End battery comparison table === */

/* === Blended EnergiFlux value section === */
.blended-value-table-card{
  max-width:1450px;
  margin:0 auto 18px;
  background:
    radial-gradient(circle at 90% 0%, rgba(141,255,0,.09), transparent 30%),
    linear-gradient(135deg,#07141d,#06131d);
  border:1px solid rgba(141,255,0,.32);
  border-radius:16px;
  padding:26px;
  box-shadow:0 20px 46px rgba(0,0,0,.26);
}

.blended-value-table-card h3{
  font-size:25px;
  margin:0 0 12px;
}

.blended-value-table{
  min-width:860px;
}

.blended-value-table th span{
  color:#9fb1bd;
  font-weight:700;
  text-transform:none;
  letter-spacing:0;
}

.blended-value-table td:nth-child(3),
.blended-value-table th:nth-child(3){
  background:rgba(141,255,0,.06);
}

.blended-value-table td:nth-child(3) strong{
  color:#8dff00;
  font-size:18px;
}

.solar-example-card{
  border-color:rgba(141,255,0,.32) !important;
}

.solar-example-card h3:before{
  content:"⚡ ";
  color:#8dff00;
}

@media(max-width:650px){
  .blended-value-table-card{
    padding:20px;
  }
}
/* === End blended EnergiFlux value section === */

/* === Battery-only + solar uplift savings section === */
.savings-section{
  padding:78px 46px;
  background:
    radial-gradient(circle at 10% 10%, rgba(141,255,0,.08), transparent 24%),
    linear-gradient(180deg,#06131d,#030a11);
}

.saving-route-grid{
  max-width:1450px;
  margin:30px auto 22px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.saving-route-card{
  background:
    radial-gradient(circle at 90% 0%, rgba(16,217,255,.07), transparent 30%),
    linear-gradient(135deg,#07141d,#06131d);
  border:1px solid rgba(87,112,125,.58);
  border-radius:16px;
  padding:26px;
  box-shadow:0 20px 46px rgba(0,0,0,.24);
}

.saving-route-card.featured-route{
  border-color:rgba(141,255,0,.42);
  box-shadow:0 20px 52px rgba(0,0,0,.28), 0 0 34px rgba(141,255,0,.07);
}

.saving-route-card h3{
  font-size:27px;
  margin:0 0 10px;
}

.saving-route-card p{
  color:#c4d1dc;
  line-height:1.5;
  margin:0 0 16px;
}

.saving-route-card ul{
  list-style:none;
  padding:0;
  margin:0;
  line-height:1.75;
}

.saving-route-card li{
  color:#dceeff;
}

.saving-route-card li:before{
  content:"✓";
  color:#8dff00;
  font-weight:950;
  margin-right:10px;
}

.assumption-card{
  max-width:1450px;
  margin:0 auto 22px;
  background:linear-gradient(135deg,#07141d,#06131d);
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  padding:24px;
}

.assumption-card h3{
  margin:0 0 16px;
  font-size:23px;
}

.assumption-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
}

.assumption-grid div{
  background:#030a11;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  padding:15px;
}

.assumption-grid span{
  display:block;
  color:#9fb1bd;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.3px;
  margin-bottom:7px;
}

.assumption-grid strong{
  display:block;
  color:#8dff00;
  font-size:19px;
}

.savings-table-card{
  max-width:1450px;
  margin:0 auto 22px;
  background:
    radial-gradient(circle at 90% 0%, rgba(141,255,0,.08), transparent 30%),
    linear-gradient(135deg,#07141d,#06131d);
  border:1px solid rgba(87,112,125,.58);
  border-radius:16px;
  padding:26px;
  box-shadow:0 20px 46px rgba(0,0,0,.24);
}

.savings-table-card h3{
  font-size:27px;
  margin:0 0 10px;
}

.table-intro{
  color:#c4d1dc;
  margin:0 0 16px;
  line-height:1.5;
}

.table-wrap{
  width:100%;
  overflow-x:auto;
}

.savings-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  min-width:760px;
  overflow:hidden;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
}

.savings-table th{
  background:#030a11;
  color:#fff;
  text-align:left;
  padding:14px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.3px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.savings-table td{
  padding:15px 14px;
  color:#dceeff;
  border-bottom:1px solid rgba(255,255,255,.08);
  border-right:1px solid rgba(255,255,255,.06);
  vertical-align:top;
}

.savings-table tr:last-child td{
  border-bottom:0;
}

.savings-table td:last-child,
.savings-table th:last-child{
  border-right:0;
}

.savings-table strong{
  color:#8dff00;
}

.battery-only-table td:nth-child(3),
.battery-only-table th:nth-child(3),
.solar-uplift-table td:nth-child(3),
.solar-uplift-table th:nth-child(3),
.combined-saving-table td:nth-child(4),
.combined-saving-table th:nth-child(4){
  background:rgba(141,255,0,.06);
}

.combined-saving-card{
  border-color:rgba(141,255,0,.35);
}

.saving-note{
  color:#9fb1bd;
  font-size:13px;
  line-height:1.45;
  margin:16px 0 0;
}

.energiflux-optimisation-card{
  max-width:1450px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:20px;
  align-items:center;
  background:
    radial-gradient(circle at 90% 0%, rgba(16,217,255,.10), transparent 30%),
    linear-gradient(135deg,#07141d,#06131d);
  border:1px solid rgba(141,255,0,.32);
  border-radius:16px;
  padding:28px;
  box-shadow:0 20px 46px rgba(0,0,0,.24);
}

.energiflux-optimisation-card h3{
  font-size:30px;
  margin:8px 0 12px;
}

.energiflux-optimisation-card p{
  color:#c4d1dc;
  line-height:1.5;
  margin:0;
}

.optimisation-mini-grid{
  display:grid;
  gap:12px;
}

.optimisation-mini-grid div{
  background:#030a11;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  padding:16px;
}

.optimisation-mini-grid span{
  display:block;
  color:#9fb1bd;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.3px;
  margin-bottom:7px;
}

.optimisation-mini-grid strong{
  display:block;
  color:#8dff00;
  font-size:18px;
}

@media(max-width:1100px){
  .saving-route-grid,
  .energiflux-optimisation-card{
    grid-template-columns:1fr;
  }

  .assumption-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:650px){
  .savings-section{
    padding:54px 18px;
  }

  .saving-route-card,
  .assumption-card,
  .savings-table-card,
  .energiflux-optimisation-card{
    padding:20px;
  }

  .assumption-grid{
    grid-template-columns:1fr;
  }

  .savings-table-card h3,
  .saving-route-card h3,
  .energiflux-optimisation-card h3{
    font-size:24px;
  }
}
/* === End battery-only + solar uplift savings section === */

/* === Tidier battery / solar route cards === */
.saving-route-card{
  position:relative;
  overflow:hidden;
}

.saving-route-card h3{
  letter-spacing:-.4px;
}

.route-highlight{
  background:rgba(141,255,0,.07);
  border:1px solid rgba(141,255,0,.22);
  border-radius:14px;
  padding:14px 15px;
  margin:16px 0;
}

.route-highlight strong{
  display:block;
  color:#8dff00;
  font-size:17px;
  margin-bottom:4px;
}

.route-highlight span{
  display:block;
  color:#c4d1dc;
  font-size:14px;
  line-height:1.4;
}

.saving-route-card .choice-label{
  margin-bottom:16px;
}

.saving-route-card ul{
  margin-top:12px;
}
/* === End tidier battery / solar route cards === */

/* === Boxed route-card tidy === */
.saving-route-grid-polished{
  align-items:stretch;
}

.route-card-polished{
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:30px;
}

.route-card-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:14px;
  margin-bottom:12px;
}

.route-card-number{
  color:rgba(255,255,255,.12);
  font-size:42px;
  line-height:1;
  font-weight:950;
  letter-spacing:-2px;
}

.route-card-polished h3{
  font-size:30px;
  line-height:1.1;
  margin:0 0 14px;
}

.route-main-copy{
  color:#c4d1dc;
  line-height:1.55;
  margin:0 0 18px;
  font-size:16px;
}

.boxed-highlight{
  background:linear-gradient(135deg,rgba(141,255,0,.12),rgba(141,255,0,.04));
  border:1px solid rgba(141,255,0,.36);
  border-radius:16px;
  padding:18px;
  margin:0 0 18px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03);
}

.boxed-highlight strong{
  display:block;
  color:#8dff00;
  font-size:20px;
  margin-bottom:6px;
}

.boxed-highlight span{
  display:block;
  color:#e3edf5;
  font-size:15px;
  line-height:1.45;
}

.route-list-box{
  margin-top:auto;
  background:rgba(3,10,17,.62);
  border:1px solid rgba(255,255,255,.09);
  border-radius:16px;
  padding:18px;
}

.route-list-box p{
  margin:0 0 10px;
  color:#fff;
  font-weight:950;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:.35px;
}

.route-list-box ul{
  margin:0;
  padding:0;
  list-style:none;
}

.route-list-box li{
  display:flex;
  gap:10px;
  color:#dceeff;
  line-height:1.45;
  padding:8px 0;
  border-bottom:1px solid rgba(255,255,255,.06);
}

.route-list-box li:last-child{
  border-bottom:0;
  padding-bottom:0;
}

.route-list-box li:before{
  content:"✓";
  flex:0 0 auto;
  width:22px;
  height:22px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(141,255,0,.12);
  color:#8dff00;
  font-size:13px;
  font-weight:950;
  margin:0;
}

@media(max-width:650px){
  .route-card-polished{
    padding:22px;
  }

  .route-card-polished h3{
    font-size:26px;
  }

  .route-card-number{
    font-size:34px;
  }

  .boxed-highlight,
  .route-list-box{
    padding:15px;
  }
}
/* === End boxed route-card tidy === */

/* === FORCE polished Battery First / Solar Uplift cards === */
#savings .ef-route-wrapper{
  max-width:1450px !important;
  margin:32px auto 26px !important;
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:22px !important;
}

#savings .ef-route-card{
  position:relative !important;
  display:flex !important;
  flex-direction:column !important;
  min-height:100% !important;
  padding:30px !important;
  border-radius:22px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(16,217,255,.12), transparent 32%),
    linear-gradient(145deg,#071722,#041018) !important;
  border:1px solid rgba(126,151,166,.38) !important;
  box-shadow:0 24px 60px rgba(0,0,0,.32) !important;
  overflow:hidden !important;
}

#savings .ef-route-card-primary{
  border:1px solid rgba(141,255,0,.48) !important;
  box-shadow:0 24px 60px rgba(0,0,0,.34), 0 0 38px rgba(141,255,0,.08) !important;
}

#savings .ef-route-header{
  display:flex !important;
  align-items:flex-start !important;
  justify-content:space-between !important;
  gap:16px !important;
  margin-bottom:14px !important;
}

#savings .ef-pill{
  display:inline-flex !important;
  align-items:center !important;
  width:max-content !important;
  color:#06111f !important;
  background:linear-gradient(135deg,#9dff00,#68d100) !important;
  font-size:12px !important;
  line-height:1 !important;
  font-weight:950 !important;
  text-transform:uppercase !important;
  letter-spacing:.4px !important;
  padding:9px 12px !important;
  border-radius:999px !important;
}

#savings .ef-route-num{
  color:rgba(255,255,255,.13) !important;
  font-size:48px !important;
  line-height:.85 !important;
  font-weight:950 !important;
  letter-spacing:-3px !important;
}

#savings .ef-route-card h3{
  color:#fff !important;
  font-size:32px !important;
  line-height:1.08 !important;
  letter-spacing:-.6px !important;
  margin:0 0 14px !important;
}

#savings .ef-route-copy{
  color:#c8d7e2 !important;
  font-size:16px !important;
  line-height:1.55 !important;
  margin:0 0 20px !important;
}

#savings .ef-key-box{
  display:block !important;
  background:linear-gradient(135deg,rgba(141,255,0,.14),rgba(141,255,0,.045)) !important;
  border:1px solid rgba(141,255,0,.42) !important;
  border-radius:18px !important;
  padding:18px 18px !important;
  margin:0 0 20px !important;
}

#savings .ef-key-box strong{
  display:block !important;
  color:#8dff00 !important;
  font-size:21px !important;
  line-height:1.15 !important;
  margin:0 0 7px !important;
}

#savings .ef-key-box span{
  display:block !important;
  color:#e5f0f8 !important;
  font-size:15px !important;
  line-height:1.45 !important;
}

#savings .ef-list-panel{
  margin-top:auto !important;
  background:rgba(2,8,14,.68) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  border-radius:18px !important;
  padding:18px !important;
}

#savings .ef-list-panel h4{
  color:#ffffff !important;
  font-size:14px !important;
  line-height:1 !important;
  font-weight:950 !important;
  letter-spacing:.4px !important;
  text-transform:uppercase !important;
  margin:0 0 12px !important;
}

#savings .ef-list-panel ul{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
}

#savings .ef-list-panel li{
  display:flex !important;
  align-items:flex-start !important;
  gap:10px !important;
  color:#dceeff !important;
  font-size:15px !important;
  line-height:1.4 !important;
  padding:9px 0 !important;
  border-bottom:1px solid rgba(255,255,255,.07) !important;
}

#savings .ef-list-panel li:last-child{
  border-bottom:0 !important;
  padding-bottom:0 !important;
}

#savings .ef-list-panel li:before{
  content:"✓" !important;
  flex:0 0 22px !important;
  width:22px !important;
  height:22px !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:rgba(141,255,0,.14) !important;
  color:#8dff00 !important;
  font-size:13px !important;
  font-weight:950 !important;
  margin-top:-2px !important;
}

@media(max-width:900px){
  #savings .ef-route-wrapper{
    grid-template-columns:1fr !important;
  }
}

@media(max-width:650px){
  #savings .ef-route-wrapper{
    gap:16px !important;
    margin:24px auto 20px !important;
  }

  #savings .ef-route-card{
    padding:22px !important;
    border-radius:18px !important;
  }

  #savings .ef-route-card h3{
    font-size:27px !important;
  }

  #savings .ef-route-num{
    font-size:38px !important;
  }

  #savings .ef-key-box,
  #savings .ef-list-panel{
    padding:15px !important;
  }
}
/* === END FORCE polished Battery First / Solar Uplift cards === */
