/*
Theme Name: Borders Solar Premium
Author: OpenAI
Description: Premium Scottish Borders EcoFlow solar, battery and EV charging theme.
Version: 2.4
Text Domain: borders-solar
*/
:root{
  --green:#76b82a;
  --green-bright:#95cf24;
  --deep:#0b2c22;
  --deep-2:#123a2d;
  --ink:#102c36;
  --muted:#65737a;
  --soft:#f5f7f4;
  --line:#dde5df;
  --white:#fff;
  --shadow:0 24px 60px rgba(12,44,34,.10);
  --radius:20px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
button,input,select,textarea{font:inherit}
.wrap{width:min(1200px,calc(100% - 48px));margin:0 auto}
.eyebrow{font-size:12px;font-weight:850;letter-spacing:1.9px;text-transform:uppercase;color:var(--green)}
.eyebrow.light{color:#a8db67}
.section{padding:96px 0}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border:1px solid transparent;border-radius:999px;font-weight:800;font-size:14px;letter-spacing:.1px;transition:.2s ease;cursor:pointer}
.btn-primary{background:var(--green);color:#fff;box-shadow:0 10px 25px rgba(118,184,42,.20)}
.btn-primary:hover{background:#68a723;transform:translateY(-1px)}
.btn-ghost{border-color:rgba(255,255,255,.48);color:#fff;background:rgba(255,255,255,.04)}
.btn-ghost:hover{background:rgba(255,255,255,.10)}
.btn-light{background:#fff;color:var(--deep)}
.text-link{display:inline-block;margin-top:20px;font-weight:800;color:var(--deep)}

.topbar{background:#08271e;color:#dce8e1;font-size:12px}
.topbar-inner{display:flex;justify-content:space-between;align-items:center;min-height:38px;gap:24px}
.topbar a{color:#fff;font-weight:700}
.site-nav{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(16,44,54,.08)}
.nav-inner{height:96px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;flex-direction:column;line-height:1}
.brand-main{font-size:25px;font-weight:900;letter-spacing:.5px;color:#18303a}
.brand-main b{color:var(--green);font-weight:900}
.brand-sub{margin-top:7px;font-size:10px;letter-spacing:2.5px;font-weight:900;color:#244636}
.brand-logo{display:block;line-height:0;flex:0 0 auto}
.brand-logo img{display:block;width:500px;max-width:50vw;height:auto}
.menu{display:flex;align-items:center;gap:28px;font-size:13px;font-weight:750;color:#36505a}
.menu>a:not(.nav-cta):hover{color:var(--green)}
.nav-cta{padding:12px 19px;border-radius:999px;background:var(--deep);color:#fff}
.nav-cta:hover{background:var(--green)}

.hero{position:relative;min-height:720px;color:#fff;background:linear-gradient(90deg,rgba(6,32,23,.92) 0%,rgba(6,32,23,.73) 41%,rgba(6,32,23,.18) 70%,rgba(6,32,23,.03) 100%),url('assets/hero.png') center/cover no-repeat;display:flex;align-items:center}
.hero-inner{display:flex;align-items:center;min-height:720px}
.hero-copy{max-width:680px;padding:86px 0 92px}
.hero h1{font-size:clamp(43.2px,4.86vw,68.4px);line-height:.99;letter-spacing:-3px;margin:15px 0 24px;color:#fff}
.hero h1 span{color:var(--green-bright)}
.hero-lead{max-width:610px;margin:0;color:#e3ebe7;font-size:19px;line-height:1.7}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}
.hero-points{display:flex;gap:12px 28px;flex-wrap:wrap;margin-top:32px;padding-top:24px;border-top:1px solid rgba(255,255,255,.22);font-size:12px;font-weight:750;color:#dce8e1}
.hero-points span{position:relative;padding-left:15px}
.hero-points span:before{content:"";position:absolute;left:0;top:.45em;width:6px;height:6px;border-radius:50%;background:var(--green-bright)}

.proof-strip{background:#fff;border-bottom:1px solid var(--line)}
.proof-grid{display:grid;grid-template-columns:repeat(4,1fr);padding-top:22px;padding-bottom:22px}
.proof-grid>div{padding:6px 24px;border-right:1px solid var(--line)}
.proof-grid>div:first-child{padding-left:0}
.proof-grid>div:last-child{border-right:0}
.proof-grid strong,.proof-grid span{display:block}
.proof-grid strong{font-size:14px;color:var(--deep)}
.proof-grid span{margin-top:4px;font-size:12px;color:var(--muted)}

.section-heading{margin-bottom:46px}
.section-heading h2{font-size:clamp(38px,4vw,56px);line-height:1.04;letter-spacing:-2px;margin:10px 0;color:var(--ink)}
.section-heading p{font-size:17px;line-height:1.7;color:var(--muted)}
.split-heading{display:grid;grid-template-columns:1fr .8fr;gap:80px;align-items:end}
.split-heading p{margin:0 0 6px}
.centered-heading{text-align:center;max-width:800px;margin-left:auto;margin-right:auto}
.centered-heading p{max-width:650px;margin:14px auto 0}
.systems-section{background:#f8faf8}
.system-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.system-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:32px;min-height:380px;display:flex;flex-direction:column;transition:.25s ease}
.system-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.featured-card{background:var(--deep);color:#fff;border-color:var(--deep)}
.system-index{font-size:12px;font-weight:900;letter-spacing:1px;color:var(--green);margin-bottom:auto}
.system-card h3{font-size:30px;letter-spacing:-.8px;margin:34px 0 12px}
.system-card p{color:var(--muted);line-height:1.65;margin:0}
.featured-card p{color:#d0ddd6}
.system-card ul{list-style:none;padding:0;margin:22px 0 26px;display:grid;gap:9px}
.system-card li{font-size:13px;color:#48615a;position:relative;padding-left:17px}
.system-card li:before{content:"";position:absolute;left:0;top:.5em;width:6px;height:6px;border-radius:50%;background:var(--green)}
.featured-card li{color:#d9e4de}
.system-card>a{margin-top:auto;font-size:14px;font-weight:850;color:var(--deep)}
.featured-card>a{color:#fff}
.system-card>a span{color:var(--green);margin-left:6px}

.ocean-feature{padding:90px 0;background:linear-gradient(120deg,#08101a,#0c1623 70%,#14233a);color:#fff;overflow:hidden}
.ocean-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center}
.ocean-copy h2{font-size:clamp(44px,5vw,66px);line-height:1.02;letter-spacing:-2px;margin:12px 0 22px}
.ocean-copy>p{max-width:580px;color:#b9c4cf;line-height:1.7;font-size:18px}
.ocean-stats{display:flex;gap:50px;margin:34px 0}
.ocean-stats strong,.ocean-stats span{display:block}
.ocean-stats strong{font-size:27px;color:#b8d0ff}
.ocean-stats span{font-size:12px;color:#aab5c0;margin-top:5px}
.ocean-image img{display:block;width:100%;filter:drop-shadow(0 30px 45px rgba(0,0,0,.34))}

.compatibility-section{padding:54px 0;background:#fff;border-bottom:1px solid var(--line)}
.compatibility-wrap{text-align:center}
.compatibility-wrap img{width:min(620px,100%);display:block;margin:auto}

.why-section{background:#fff}
.why-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:90px;align-items:start}
.why-copy{position:sticky;top:125px}
.why-copy h2{font-size:clamp(42px,4.6vw,62px);line-height:1.02;letter-spacing:-2.2px;margin:12px 0 20px}
.why-copy p{font-size:18px;line-height:1.75;color:var(--muted)}
.why-list{border-top:1px solid var(--line)}
.why-list>div{display:grid;grid-template-columns:48px 1fr 1.25fr;gap:24px;padding:27px 0;border-bottom:1px solid var(--line);align-items:start}
.why-list span{font-size:12px;font-weight:900;color:var(--green)}
.why-list h3{margin:0;font-size:20px;letter-spacing:-.3px}
.why-list p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}

.area-section{background:#f4f7f4}
.town-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.town{position:relative;min-height:220px;border-radius:18px;overflow:hidden;padding:22px;color:#fff;display:flex;align-items:flex-end;background-size:cover!important;background-position:center!important;box-shadow:0 10px 30px rgba(0,0,0,.06)}
.town:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.12);border-radius:18px;pointer-events:none}
.town>div{position:relative;z-index:1}
.town strong,.town span{display:block}
.town strong{font-size:21px;letter-spacing:-.3px}
.town span{font-size:11px;margin-top:5px;color:#dce9e3}
.area-more{text-align:center;margin-top:24px;color:var(--muted);font-size:13px}

.demo-feature{padding:64px 0;background:var(--deep);color:#fff}
.demo-grid{display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center}
.demo-feature h2{font-size:clamp(34px,4vw,50px);line-height:1.08;letter-spacing:-1.6px;margin:10px 0 14px}
.demo-feature p{max-width:760px;margin:0;color:#cbd8d1;line-height:1.7}

.process-section{background:#fff}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.process-card{padding:30px 25px;border:1px solid var(--line);border-radius:18px;background:#fff}
.process-card>span{display:inline-flex;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;background:#eef5e7;color:var(--green);font-size:12px;font-weight:900}
.process-card h3{font-size:19px;line-height:1.25;margin:28px 0 11px}
.process-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}

.mcs-section{background:#f5f7f4}
.mcs-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:start}
.mcs-grid h2{font-size:clamp(38px,4vw,54px);line-height:1.05;letter-spacing:-1.8px;margin:12px 0 0}
.mcs-copy{padding-left:36px;border-left:3px solid var(--green)}
.mcs-copy p{font-size:17px;line-height:1.75;color:var(--muted);margin:0 0 18px}
.mcs-copy p:last-child{margin-bottom:0}

.quote-section{background:linear-gradient(135deg,#08291f,#0f3d2f);color:#fff}
.quote-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}
.quote-copy h2{font-size:clamp(42px,5vw,62px);line-height:1.03;letter-spacing:-2px;margin:12px 0 20px}
.quote-copy>p{color:#ccdad3;font-size:17px;line-height:1.75}
.quote-note{margin:28px 0;padding:20px 0;border-top:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16)}
.quote-note strong,.quote-note span{display:block}
.quote-note span{margin-top:7px;color:#b9ccc2;font-size:13px;line-height:1.6}
.quote-email{display:inline-block;margin-top:4px;font-weight:800;color:#fff}
.premium-form{background:#fff;color:var(--ink);border-radius:22px;padding:30px;box-shadow:0 24px 70px rgba(0,0,0,.20);display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field{min-width:0}
.field.full,.full{grid-column:1/-1}
.field label{display:block;margin:0 0 7px;font-size:12px;font-weight:850;color:#38505a}
.photo-upload{width:100%;padding:12px;border:1px solid #d8e1dd;border-radius:10px;background:#f8fbf9;color:var(--ink);font:inherit}
.field-help{display:block;margin-top:7px;color:#728078;font-size:11px;line-height:1.5}
input,select,textarea{width:100%;border:1px solid #d6dfd9;border-radius:11px;background:#fbfcfb;color:var(--ink);padding:13px 14px;outline:none;transition:.2s ease}
input:focus,select:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(118,184,42,.12);background:#fff}
textarea{resize:vertical;min-height:100px}
.address-field{min-height:82px}
.address-consent{margin:0;color:#728078;font-size:11px;line-height:1.55}
.form-message{padding:13px 15px;border-radius:10px;font-size:13px;line-height:1.5}
.form-message.success{background:#e9f7ed;border:1px solid #b7dfc0;color:#174b28}
.form-message.error{background:#fff0f0;border:1px solid #e6bcbc;color:#7b2020}
.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}

.footer{background:#061e17;color:#aebeb6;padding:58px 0 24px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px;padding-bottom:42px}
.footer-brand .brand-main{color:#fff}
.footer-brand .brand-sub{color:#9db0a6}
.footer p{max-width:430px;line-height:1.65;font-size:13px}
.footer h4{margin:0 0 14px;color:#fff;font-size:13px}
.footer a{display:block;margin:9px 0;font-size:13px}
.footer a:hover{color:#fff}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.10);font-size:11px;color:#7f968b}
.cookie{position:fixed;left:20px;right:20px;bottom:20px;z-index:100;display:none;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;background:#fff;color:var(--ink);border:1px solid var(--line);border-radius:14px;box-shadow:0 15px 40px rgba(0,0,0,.16)}
.cookie.show{display:flex}.small{font-size:11px;color:var(--muted)}

@media(max-width:1000px){
  .menu{display:none}
  .split-heading,.why-grid,.mcs-grid,.quote-grid{grid-template-columns:1fr;gap:42px}
  .why-copy{position:static}
  .system-grid{grid-template-columns:1fr}
  .system-card{min-height:auto}
  .process-grid{grid-template-columns:1fr 1fr}
  .ocean-grid{grid-template-columns:1fr;gap:20px}
  .ocean-image{max-width:760px;margin:auto}
  .mcs-copy{padding-left:24px}
}
@media(max-width:760px){
  .wrap{width:min(100% - 32px,1200px)}
  .section{padding:72px 0}
  .topbar-inner{justify-content:center;text-align:center;padding:7px 0;min-height:auto}.topbar a{display:none}
  .nav-inner{height:78px}
  .brand-main{font-size:22px}
  .brand-logo img{width:320px;max-width:76vw}
  .hero,.hero-inner{min-height:650px}
  .hero{background-position:62% center}
  .hero-copy{padding:72px 0 78px;max-width:590px}
  .hero h1{letter-spacing:-2px}
  .hero-lead{font-size:17px}
  .proof-grid{grid-template-columns:1fr 1fr}
  .proof-grid>div{border-right:0;border-bottom:1px solid var(--line);padding:16px 12px}
  .proof-grid>div:nth-last-child(-n+2){border-bottom:0}
  .proof-grid>div:nth-child(odd){padding-left:0;border-right:1px solid var(--line)}
  .split-heading{gap:12px}
  .town-grid{grid-template-columns:1fr 1fr}
  .town{min-height:190px}
  .demo-grid{grid-template-columns:1fr;gap:28px}
  .process-grid{grid-template-columns:1fr}
  .why-list>div{grid-template-columns:36px 1fr;gap:12px}
  .why-list p{grid-column:2}
  .premium-form{grid-template-columns:1fr;padding:22px}
  .field.full,.full{grid-column:auto}
  .footer-grid{grid-template-columns:1fr;gap:30px}
}
@media(max-width:520px){
  .hero,.hero-inner{min-height:620px}
  .hero{background-position:66% center;background-image:linear-gradient(90deg,rgba(6,32,23,.94) 0%,rgba(6,32,23,.78) 60%,rgba(6,32,23,.38) 100%),url('assets/hero.png')}
  .hero h1{font-size:44px}
  .hero-actions .btn{width:100%}
  .hero-points{gap:10px 18px}
  .proof-grid{grid-template-columns:1fr 1fr}
  .town-grid{grid-template-columns:1fr}
  .town{min-height:210px}
  .ocean-stats{gap:24px;flex-wrap:wrap}
  .compatibility-section{padding:38px 0}
  .cookie{flex-direction:column;align-items:flex-start}
}

/* Premium local town pages */
.town-page-hero{padding:110px 0;background:linear-gradient(135deg,#f5f8f5,#fff)}
.town-page-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:80px;align-items:center}
.town-page-hero h1{font-size:clamp(46px,5vw,70px);line-height:1.02;letter-spacing:-2.6px;margin:14px 0 22px;max-width:850px}
.town-page-hero h1 span{color:var(--green)}
.town-page-hero p{max-width:680px;color:var(--muted);font-size:18px;line-height:1.75}
.town-page-hero aside{padding:34px;border-radius:20px;background:var(--deep);color:#fff;box-shadow:var(--shadow)}
.town-page-hero aside strong{display:block;font-size:22px;line-height:1.3}
.town-page-hero aside p{font-size:14px;color:#cbd9d2;margin-bottom:0}
@media(max-width:850px){.town-page-grid{grid-template-columns:1fr;gap:35px}.town-page-hero{padding:78px 0}}


/* Home care trust statement */
.home-care-section{position:relative;isolation:isolate;padding:104px 0;background:#082f26;color:#fff;overflow:hidden}
.home-care-section:before{content:"";position:absolute;inset:0;z-index:-2;background:url('assets/hero.png') center/cover no-repeat;opacity:.26;filter:saturate(.82) contrast(1.05)}
.home-care-section:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(5,43,34,.98) 0%,rgba(5,43,34,.94) 43%,rgba(5,43,34,.78) 62%,rgba(5,43,34,.86) 100%)}
.home-care-wrap{display:grid;grid-template-columns:1.04fr .96fr;gap:72px;align-items:center}
.home-care-intro{position:relative;padding:6px 0}
.home-care-kicker{display:flex;align-items:center;gap:14px;color:#94dd31;font-size:13px;font-weight:850;letter-spacing:2.2px;text-transform:uppercase;margin-bottom:24px}
.home-care-kicker-icon{width:46px;height:46px;border:2px solid #78c51f;border-radius:50%;display:grid;place-items:center;color:#78c51f;font-size:23px;line-height:1;background:rgba(120,197,31,.06)}
.home-care-intro h2{font-size:clamp(50px,5.35vw,78px);line-height:.98;letter-spacing:-3.1px;margin:0;max-width:780px;color:#fff}
.home-care-intro h2 span{display:inline-block;color:#83d42b}
.home-care-accent{width:78px;height:4px;border-radius:999px;background:#83d42b;margin:26px 0 28px}
.home-care-intro p{color:#d9e6e1;font-size:17px;line-height:1.72;max-width:690px}
.home-care-intro .home-care-lead{font-size:21px;line-height:1.55;color:#fff;margin:0 0 32px;max-width:690px}
.home-care-intro .home-care-lead strong{font-weight:750}.home-care-intro .home-care-lead em{font-style:normal;color:#95df37}
.home-care-copy{border-top:1px solid rgba(255,255,255,.19);padding-top:26px;display:grid;grid-template-columns:70px 1fr;gap:22px;align-items:start;max-width:700px}
.home-care-copy-icon{width:62px;height:62px;border:2px solid #78c51f;border-radius:50%;display:grid;place-items:center;color:#86d62f;font-size:30px;background:rgba(120,197,31,.07)}
.home-care-copy p{margin:0;color:#e3ece8;font-size:16px;line-height:1.66}
.home-care-panel{background:rgba(255,255,255,.98);color:var(--deep);border-radius:28px;padding:42px 46px 30px;box-shadow:0 28px 70px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.42);backdrop-filter:blur(3px)}
.home-care-panel-heading{display:grid;grid-template-columns:70px 1fr;gap:20px;align-items:start;margin-bottom:26px}
.home-care-shield{width:64px;height:72px;display:grid;place-items:center;color:#6fbd20;font-size:32px;font-weight:900;border:4px solid #7dc82a;border-radius:22px 22px 30px 30px;clip-path:polygon(50% 0,100% 16%,93% 74%,50% 100%,7% 74%,0 16%)}
.home-care-panel h3{font-size:34px;line-height:1.04;letter-spacing:-1.2px;margin:4px 0 10px;color:#082f26}
.home-care-panel-rule{display:block;width:54px;height:3px;border-radius:999px;background:#82d12a}
.home-care-benefits{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #e2e9e5;border-bottom:1px solid #e2e9e5}
.home-care-benefit{display:grid;grid-template-columns:58px 1fr;gap:14px;padding:20px 14px 20px 0;min-height:126px;align-items:start}
.home-care-benefit:nth-child(odd){border-right:1px solid #e2e9e5;padding-right:22px}.home-care-benefit:nth-child(even){padding-left:22px}
.home-care-benefit:nth-child(n+3){border-top:1px solid #e2e9e5}
.home-care-benefit-icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#eef8df;color:#1f5b32;font-size:24px;font-weight:900}
.home-care-benefit strong{display:block;font-size:15.5px;line-height:1.25;color:#082f26;margin:1px 0 7px}.home-care-benefit small{display:block;font-size:13px;line-height:1.45;color:#64746c}
.home-care-statement{display:grid;grid-template-columns:54px 1fr;gap:16px;align-items:center;border:0;padding:22px 0 18px;margin:0}
.home-care-house-heart{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:#0a3a2e;color:#91db35;font-size:25px}
.home-care-statement p{margin:0;font-size:17px;line-height:1.45;color:#13382f;font-weight:650}.home-care-statement strong{color:#6ebc20}
.home-care-signoff{margin:0 -46px -30px;padding:20px 46px;background:#f2f7f1;display:flex;align-items:center;gap:24px;border-radius:0 0 28px 28px}
.home-care-signoff strong{font-size:23px;color:#0b352b}.home-care-signoff span{display:inline-block;color:#6fbd20;font-size:13px;text-transform:uppercase;letter-spacing:2px;font-weight:900;padding-left:24px;border-left:1px solid #cfd9d2}
@media(max-width:1080px){.home-care-wrap{grid-template-columns:1fr;gap:48px}.home-care-intro{max-width:820px}.home-care-panel{max-width:860px}}
@media(max-width:700px){.home-care-section{padding:78px 0}.home-care-intro h2{font-size:clamp(44px,12vw,62px);letter-spacing:-2px}.home-care-copy{grid-template-columns:1fr}.home-care-copy-icon{display:none}.home-care-panel{padding:30px 24px 22px;border-radius:22px}.home-care-panel-heading{grid-template-columns:52px 1fr;gap:14px}.home-care-shield{width:48px;height:54px;font-size:24px}.home-care-panel h3{font-size:28px}.home-care-benefits{grid-template-columns:1fr}.home-care-benefit,.home-care-benefit:nth-child(odd),.home-care-benefit:nth-child(even){border-right:0;padding:18px 0}.home-care-benefit:nth-child(n+2){border-top:1px solid #e2e9e5}.home-care-signoff{margin:0 -24px -22px;padding:18px 24px;flex-direction:column;align-items:flex-start;gap:7px;border-radius:0 0 22px 22px}.home-care-signoff span{padding-left:0;border-left:0}.home-care-intro .home-care-lead{font-size:19px}}

/* Compact partner compatibility logos */
.compatibility-section{padding:32px 0}
.compatibility-logos{display:flex;align-items:center;justify-content:center;gap:22px;flex-wrap:wrap}
.compatibility-logos img{display:block;width:auto;height:112px;max-width:calc(50% - 11px);object-fit:contain;margin:0}
@media(max-width:700px){
  .compatibility-section{padding:26px 0}
  .compatibility-logos{gap:12px}
  .compatibility-logos img{height:auto;width:calc(50% - 6px);max-width:260px}
}

/* V25: compact local-search content block */
.local-seo-section{padding-top:70px;padding-bottom:18px}
.local-seo-section .split-heading{border-top:1px solid rgba(9,50,37,.12);padding-top:46px}
.local-seo-section h2{max-width:620px}
.local-seo-section p{max-width:640px}

.photo-upload-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:8px}
.photo-slot{padding:12px;border:1px solid #e4ebe7;border-radius:12px;background:#fbfdfc}
.photo-slot label{display:block;margin-bottom:7px;font-size:12px;font-weight:700;color:var(--ink)}
@media(max-width:640px){.photo-upload-grid{grid-template-columns:1fr}}

/* V33 — premium homepage treatment around new Borders Solar logo */
:root{
  --brand-navy:#062b56;
  --brand-navy-2:#0a3c72;
  --brand-green:#4f9f1d;
  --brand-green-bright:#72bb28;
  --brand-orange:#f58212;
}
.premium-header{position:sticky;top:0;background:rgba(255,255,255,.98);box-shadow:0 8px 28px rgba(6,43,86,.07);border:0}
.premium-header .nav-inner{height:104px}
.premium-header .brand-logo img{width:455px;max-width:45vw;filter:drop-shadow(0 3px 10px rgba(6,43,86,.05))}
.premium-header .menu{gap:24px;color:#243e50;font-weight:800}
.premium-header .menu>a:not(.nav-cta){position:relative;padding:38px 0}
.premium-header .menu>a:not(.nav-cta):after{content:"";position:absolute;left:0;right:100%;bottom:28px;height:2px;background:var(--brand-green);transition:.2s ease}
.premium-header .menu>a:not(.nav-cta):hover:after{right:0}
.premium-header .nav-cta{background:var(--brand-navy);padding:13px 21px;box-shadow:0 8px 18px rgba(6,43,86,.14)}
.premium-header .nav-cta:hover{background:var(--brand-green)}
.brand-strip{border-top:1px solid #edf1ef;background:linear-gradient(90deg,#f8fbf7,#fff,#f8fbf7);color:#52646d;font-size:11px}
.brand-strip-inner{min-height:34px;display:flex;align-items:center;justify-content:flex-end;gap:10px;letter-spacing:.25px}
.brand-strip-inner span:first-child{margin-right:auto;color:#3b5058}
.brand-strip-inner b{color:var(--brand-green)}
.brand-strip-inner i{width:4px;height:4px;border-radius:50%;background:var(--brand-orange);display:block}

.premium-hero{min-height:720px;background-image:linear-gradient(90deg,rgba(4,31,55,.96) 0%,rgba(5,39,68,.89) 35%,rgba(6,38,59,.50) 58%,rgba(4,30,42,.10) 78%),url('assets/hero.png');background-position:center;background-size:cover;overflow:hidden}
.premium-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 55%,rgba(3,27,32,.24) 100%);pointer-events:none}
.premium-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.62fr);gap:68px;align-items:center;min-height:720px}
.premium-hero-copy{padding:76px 0 82px;max-width:710px}
.hero-kicker{display:inline-flex;align-items:center;gap:9px;padding:8px 13px;border:1px solid rgba(255,255,255,.23);border-radius:999px;background:rgba(255,255,255,.08);backdrop-filter:blur(10px);font-size:11px;font-weight:850;letter-spacing:1.15px;text-transform:uppercase;color:#eef6f0}
.hero-kicker-dot{width:8px;height:8px;border-radius:50%;background:var(--brand-green-bright);box-shadow:0 0 0 5px rgba(114,187,40,.14)}
.premium-hero h1{font-size:clamp(52px,5.4vw,78px);max-width:760px;margin:18px 0 22px;letter-spacing:-3.4px;text-shadow:0 3px 18px rgba(0,0,0,.12)}
.premium-hero h1 span{color:#a4dd57}
.premium-hero .hero-lead{font-size:18px;max-width:635px;color:#e8eff1}
.premium-hero .btn-primary{background:linear-gradient(135deg,var(--brand-green),#77bc2a);box-shadow:0 13px 30px rgba(71,148,27,.28)}
.premium-hero .btn-ghost{background:rgba(255,255,255,.08);backdrop-filter:blur(8px)}
.hero-assurance{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:36px;padding-top:26px;border-top:1px solid rgba(255,255,255,.20);max-width:650px}
.hero-assurance>div{padding-right:20px}
.hero-assurance>div+div{border-left:1px solid rgba(255,255,255,.16);padding-left:20px}
.hero-assurance strong,.hero-assurance span{display:block}
.hero-assurance strong{font-size:11px;letter-spacing:1.3px;color:#a4dd57}
.hero-assurance span{margin-top:5px;font-size:12px;color:#e1e9e5}
.generate .energy-icon{background:var(--brand-navy)}
.store .energy-icon{background:var(--brand-green)}
.save .energy-icon{background:var(--brand-orange)}
.energy-flow-item strong,.energy-flow-item small{display:block}
.energy-card-link span{color:var(--brand-green);margin-left:5px}
.premium-proof{position:relative;z-index:2;box-shadow:0 -8px 28px rgba(5,35,43,.06)}
.premium-proof .proof-grid>div{padding-top:10px;padding-bottom:10px}
.premium-proof .proof-grid strong{color:var(--brand-navy);font-size:15px}
.premium-proof .proof-grid strong:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--brand-green);margin-right:9px;vertical-align:1px}

@media(max-width:1050px){
  .premium-header .brand-logo img{width:390px;max-width:48vw}
  .premium-hero-inner{grid-template-columns:1fr;gap:0}
  .premium-hero-copy{max-width:720px}
}
@media(max-width:760px){
  .premium-header .nav-inner{height:86px}
  .premium-header .brand-logo img{width:330px;max-width:82vw}
  .brand-strip-inner{justify-content:center;min-height:31px}
  .brand-strip-inner span:first-child{margin:0}
  .brand-strip-inner span:not(:first-child),.brand-strip-inner i{display:none}
  .premium-hero,.premium-hero-inner{min-height:680px}
  .premium-hero{background-position:65% center;background-image:linear-gradient(90deg,rgba(4,31,55,.95) 0%,rgba(4,31,55,.80) 64%,rgba(4,31,55,.22) 100%),url('assets/hero.png')}
  .premium-hero-copy{padding:66px 0 72px}
  .premium-hero h1{font-size:48px;letter-spacing:-2.2px}
  .hero-assurance{grid-template-columns:1fr;gap:12px}
  .hero-assurance>div,.hero-assurance>div+div{border-left:0;padding:0}
}

/* V33 logo sizing refinement */
.premium-header .nav-inner{height:126px}
.premium-header .brand-logo img{width:320px;max-width:34vw;height:auto}
@media(max-width:1050px){.premium-header .brand-logo img{width:285px;max-width:40vw}}
@media(max-width:760px){.premium-header .nav-inner{height:106px}.premium-header .brand-logo img{width:265px;max-width:82vw}}

/* V34 — refined logo proportions + stronger homepage header */
.premium-trustbar{background:var(--brand-navy);color:#fff;font-size:11px;font-weight:800;letter-spacing:.35px}
.premium-trustbar-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.premium-trustbar-inner span{white-space:nowrap}
.premium-trustbar-inner span:before{color:var(--brand-green-bright)}

.premium-header{top:0}
.premium-header .nav-inner{height:126px;gap:32px}
.brand-lockup{display:flex;flex-direction:row;align-items:center;gap:13px;flex:0 0 auto;text-decoration:none;line-height:1}
.brand-emblem{display:block;width:88px;height:92px;object-fit:contain;flex:0 0 auto}
.brand-copy{display:flex;flex-direction:column;align-items:stretch;min-width:370px}
.brand-name{display:flex;align-items:baseline;gap:9px;white-space:nowrap;font-size:38px;line-height:.92;letter-spacing:-1.5px;font-weight:900}
.brand-name b{color:var(--brand-navy);font-weight:950}
.brand-name strong{color:var(--brand-green);font-weight:950}
.brand-solutions{display:flex;align-items:center;gap:12px;justify-content:center;margin-top:10px;color:var(--brand-navy);font-size:14px;font-weight:850;letter-spacing:8px;white-space:nowrap}
.brand-solutions i{display:block;height:2px;flex:1;background:var(--brand-green);min-width:38px}
.brand-energy{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:9px;font-size:9px;font-weight:900;letter-spacing:.4px;white-space:nowrap}
.brand-energy>span{display:flex;align-items:center;gap:5px}
.brand-energy b{width:20px;height:20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:11px;line-height:1}
.brand-energy .gen{color:var(--brand-navy)} .brand-energy .gen b{background:var(--brand-navy)}
.brand-energy .store{color:var(--brand-green)} .brand-energy .store b{background:var(--brand-green)}
.brand-energy .save{color:var(--brand-orange)} .brand-energy .save b{background:var(--brand-orange)}
.brand-energy em{height:20px;width:1px;background:#a9b3b8;display:block}
.premium-header .menu{gap:20px;font-size:12px}
.premium-header .menu>a:not(.nav-cta){padding:50px 0}
.premium-header .menu>a:not(.nav-cta):after{bottom:36px}
.premium-header .nav-cta{padding:13px 17px}

.premium-hero h1{line-height:1.03}
.premium-hero h1 .hero-generate{color:#fff}
.premium-hero h1 .hero-store{color:#a4dd57}
.premium-hero h1 .hero-save{color:#ff9b37}

@media(max-width:1180px){
  .brand-emblem{width:76px;height:82px}
  .brand-copy{min-width:315px}
  .brand-name{font-size:32px}
  .brand-solutions{font-size:12px;letter-spacing:6px}
  .brand-energy{font-size:8px;gap:8px}
  .premium-header .menu{gap:15px;font-size:11px}
}
@media(max-width:980px){
  .premium-trustbar-inner{justify-content:center}
  .premium-trustbar-inner span:nth-child(n+2){display:none}
  .premium-header .nav-inner{height:108px}
  .brand-emblem{width:72px;height:76px}
  .brand-copy{min-width:300px}
  .brand-name{font-size:31px}
  .brand-energy{display:none}
}
@media(max-width:760px){
  .premium-trustbar{font-size:10px}
  .premium-trustbar-inner{min-height:30px}
  .premium-header .nav-inner{height:95px}
  .brand-lockup{gap:8px;max-width:calc(100vw - 60px)}
  .brand-emblem{width:58px;height:64px}
  .brand-copy{min-width:0;flex:1}
  .brand-name{font-size:clamp(23px,7vw,30px);gap:6px;letter-spacing:-1px}
  .brand-solutions{font-size:9px;letter-spacing:4.5px;margin-top:7px;gap:7px}
  .brand-solutions i{min-width:18px}
}

/* V35 — homepage rebuilt to closely match the supplied screen capture */
/* Clean white header, large left logo lock-up, spacious navigation, dark hero,
   large three-line headline and an uncluttered hero image. */
.premium-trustbar{display:none}
.premium-header{position:relative;top:auto;background:#fff;box-shadow:none;border-bottom:1px solid #e7ecef}
.premium-header .nav-inner{height:154px;gap:36px;align-items:center}
.brand-lockup{gap:16px;align-items:center}
.brand-emblem{width:104px;height:112px}
.brand-copy{min-width:430px;width:430px;align-items:stretch}
.brand-name{justify-content:center;font-size:45px;letter-spacing:-1.9px;line-height:.92;gap:10px}
.brand-solutions{margin-top:11px;font-size:14px;letter-spacing:8.5px;gap:13px}
.brand-solutions i{min-width:52px;height:2px}
.brand-energy{margin-top:10px;font-size:9px;gap:11px}
.brand-energy b{width:22px;height:22px;font-size:11px}
.premium-header .menu{margin-left:auto;gap:26px;font-size:12px;color:#213d52}
.premium-header .menu>a:not(.nav-cta){padding:66px 0}
.premium-header .menu>a:not(.nav-cta):after{bottom:48px}
.premium-header .nav-cta{padding:15px 23px;border-radius:999px;background:var(--brand-navy);color:#fff;box-shadow:0 12px 25px rgba(6,43,86,.16)}

.brand-strip{background:#fff;border-top:1px solid #edf1f3;border-bottom:1px solid #edf1f3}
.brand-strip-inner{min-height:42px;font-size:12px}
.brand-strip-inner span:first-child{font-size:12px}

.premium-hero{position:relative;min-height:730px;background-image:linear-gradient(90deg,rgba(5,37,67,.94) 0%,rgba(5,39,69,.80) 36%,rgba(5,39,69,.36) 57%,rgba(5,39,69,.04) 78%),url('assets/hero.png');background-position:center 50%;background-size:cover;overflow:hidden}
.premium-hero:before{background:linear-gradient(180deg,rgba(0,0,0,.01) 0%,rgba(2,24,39,.04) 58%,rgba(2,24,39,.14) 100%)}
.premium-hero-inner{position:relative;z-index:1;display:block;min-height:730px}
.premium-hero-copy{max-width:760px;padding:43px 0 34px}
.hero-kicker{margin-top:0;padding:8px 14px;border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.07);font-size:11px}
.premium-hero h1{font-size:clamp(62px,5.8vw,90px);line-height:1.03;letter-spacing:-4.2px;margin:30px 0 28px;max-width:900px;text-shadow:0 2px 8px rgba(0,0,0,.10)}
.premium-hero .hero-lead{font-size:20px;line-height:1.72;max-width:720px;margin:0 0 30px;color:#eef4f6}
.premium-hero .hero-actions{gap:14px}
.premium-hero .hero-actions .btn{min-height:58px;padding:0 29px;font-size:15px}
.premium-hero .btn-primary{background:linear-gradient(135deg,#65b927,#82cd30)}
.premium-hero .btn-ghost{background:rgba(9,47,75,.45);border-color:rgba(255,255,255,.54)}
.hero-assurance{margin-top:42px;max-width:710px;padding-top:26px}
.hero-assurance strong{font-size:11px;color:#a9e759}
.hero-assurance span{font-size:13px}


.premium-proof{background:#fff;box-shadow:0 -8px 22px rgba(5,35,43,.08)}
.premium-proof .proof-grid{min-height:84px}
.premium-proof .proof-grid>div{padding-top:15px;padding-bottom:15px}

@media(max-width:1220px){
  .premium-header .nav-inner{height:138px}
  .brand-emblem{width:94px;height:100px}
  .brand-copy{min-width:390px;width:390px}
  .brand-name{font-size:40px}
  .premium-header .menu{gap:18px;font-size:11px}
}
@media(max-width:1030px){
  .premium-header .nav-inner{height:118px}
  .brand-emblem{width:80px;height:86px}
  .brand-copy{min-width:330px;width:330px}
  .brand-name{font-size:34px}
  .brand-solutions{font-size:11px;letter-spacing:6.5px}
  .brand-energy{display:none}
  .premium-header .menu{gap:14px;font-size:10.5px}
  .premium-header .menu>a:not(.nav-cta){padding:50px 0}
  .premium-header .menu>a:not(.nav-cta):after{bottom:35px}
  .premium-header .nav-cta{padding:12px 16px}
  .premium-hero h1{font-size:68px}
}
@media(max-width:900px){
  .premium-header .nav-inner{height:105px}
  .brand-lockup{max-width:calc(100vw - 90px)}
  .brand-emblem{width:70px;height:74px}
  .brand-copy{width:auto;min-width:295px}
  .brand-name{font-size:31px}
  .brand-solutions{font-size:10px;letter-spacing:5px;margin-top:8px}
  .premium-hero,.premium-hero-inner{min-height:680px}
  .premium-hero-copy{padding:55px 0 62px}
}
@media(max-width:760px){
  .premium-header .nav-inner{height:94px}
  .brand-lockup{max-width:calc(100vw - 62px)}
  .brand-emblem{width:58px;height:64px}
  .brand-copy{min-width:0;width:auto}
  .brand-name{font-size:clamp(23px,7vw,30px);gap:6px}
  .brand-solutions{font-size:9px;letter-spacing:4px;gap:7px}
  .brand-solutions i{min-width:18px}
  .brand-strip-inner{min-height:36px}
  .premium-hero{background-position:64% center}
  .premium-hero,.premium-hero-inner{min-height:660px}
  .premium-hero h1{font-size:50px;letter-spacing:-2.4px;margin-top:24px}
  .premium-hero .hero-lead{font-size:17px;line-height:1.6}
  .hero-assurance{grid-template-columns:1fr;gap:11px}
  .hero-assurance>div,.hero-assurance>div+div{border-left:0;padding:0}
}

/* V37 — dynamic Four Simple Steps journey */
.process-v37{padding:96px 0 110px;background:radial-gradient(circle at 50% 20%,#f7fbf5 0,#fff 42%,#fff 100%);overflow:hidden}
.process-heading{max-width:820px;margin:0 auto 64px;text-align:center}
.process-heading .eyebrow{color:var(--brand-green);font-weight:900;letter-spacing:.24em}
.process-heading h2{font-size:clamp(50px,6vw,82px);line-height:.96;letter-spacing:-3.4px;margin:14px 0 20px;color:#0b2833}
.process-heading h2 span{color:var(--brand-green)}
.process-heading p{max-width:760px;margin:0 auto;color:#61727c;font-size:18px;line-height:1.55}
.process-journey{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;align-items:stretch;padding-top:26px}
.process-line{position:absolute;z-index:0;left:8%;right:8%;top:53px;border-top:4px dotted #2791bd;opacity:.75}
.journey-card{--accent:#69ad22;position:relative;z-index:1;display:flex;flex-direction:column;min-height:595px;background:#fff;border:1px solid #e4ebe7;border-radius:22px;box-shadow:0 16px 42px rgba(7,41,50,.09);overflow:visible;transition:transform .28s ease,box-shadow .28s ease}
.journey-card:hover{transform:translateY(-8px);box-shadow:0 24px 58px rgba(7,41,50,.15)}
.step-three{--accent:#ff7a00}.step-four{--accent:#1264b7}
.journey-number{position:absolute;z-index:3;top:-32px;left:50%;transform:translateX(-50%);width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:#fff;border:2px solid var(--accent);color:var(--accent);font-size:24px;font-weight:950;box-shadow:0 8px 24px rgba(9,47,52,.09)}
.journey-icon{width:96px;height:96px;margin:62px auto 22px;border-radius:50%;display:grid;place-items:center;color:var(--accent);background:color-mix(in srgb,var(--accent) 7%,white);box-shadow:0 0 28px color-mix(in srgb,var(--accent) 22%,transparent)}
.journey-icon svg{width:56px;height:56px;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.journey-copy{text-align:center;padding:0 28px 28px;flex:1}
.journey-copy h3{font-size:25px;line-height:1.1;letter-spacing:-.8px;margin:0;color:#092b45}
.journey-copy i{display:block;width:38px;height:3px;border-radius:99px;background:var(--accent);margin:18px auto}
.journey-copy p{margin:0;color:#667884;font-size:15px;line-height:1.62}
.journey-photo{height:185px;margin:0;border-radius:0 0 21px 21px;background-size:cover;background-position:center;position:relative;overflow:hidden}
.journey-photo:after{content:"";position:absolute;inset:auto 0 0;height:5px;background:var(--accent)}
.photo-home{background-image:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.08)),url('assets/borders-home-before-solar.png');background-position:center 54%}
.photo-design{background-image:linear-gradient(135deg,rgba(4,43,78,.03),rgba(91,166,34,.02)),url('assets/proposal-design-workspace.png');background-position:center 58%}
.photo-install{background-image:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.04)),url('assets/survey-installation-team.png');background-position:center 46%}
.photo-support{background-image:linear-gradient(135deg,rgba(5,54,95,.06),rgba(255,255,255,.02)),url('https://images.unsplash.com/photo-1551650975-87deedd944c3?auto=format&fit=crop&w=900&q=82');background-position:center}
.journey-arrow{position:absolute;z-index:4;top:47%;left:-31px;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--accent);font-size:45px;font-weight:300;line-height:1;box-shadow:0 10px 30px rgba(9,47,52,.13);border:1px solid #edf1ef}
@media(max-width:1050px){.process-journey{grid-template-columns:repeat(2,1fr);gap:54px 20px}.process-line{display:none}.journey-arrow{display:none}.journey-card{min-height:560px}}
@media(max-width:620px){.process-v37{padding:76px 0 84px}.process-heading{margin-bottom:52px}.process-heading h2{letter-spacing:-2px}.process-heading p{font-size:16px}.process-journey{grid-template-columns:1fr;gap:54px}.journey-card{min-height:auto}.journey-photo{height:200px}.journey-copy h3 br{display:none}}

/* V42 — reduced homepage hero headline for better balance and more visible photography */
.premium-hero h1{
  font-size:clamp(42px,4.4vw,64px);
  line-height:1.05;
  letter-spacing:-2.6px;
  max-width:830px;
  margin:26px 0 24px;
}
@media(max-width:1030px){
  .premium-hero h1{font-size:54px;letter-spacing:-2.2px;max-width:760px}
}
@media(max-width:760px){
  .premium-hero h1{font-size:42px;line-height:1.06;letter-spacing:-1.8px;margin-top:22px}
}

/* V43 — further reduced homepage hero headline */
.premium-hero h1{
  font-size:clamp(34px,3.6vw,52px);
  line-height:1.08;
  letter-spacing:-1.9px;
  max-width:760px;
}
@media(max-width:1030px){
  .premium-hero h1{font-size:46px;letter-spacing:-1.7px;max-width:700px}
}
@media(max-width:760px){
  .premium-hero h1{font-size:36px;line-height:1.1;letter-spacing:-1.2px}
}

/* V44 — hero headline 10% smaller than V43 */
.premium-hero h1{
  font-size:clamp(30.6px,3.24vw,46.8px);
  max-width:740px;
}
@media(max-width:1030px){
  .premium-hero h1{font-size:41.4px;max-width:680px}
}
@media(max-width:760px){
  .premium-hero h1{font-size:32.4px}
}

/* V48 — stacked home-care + full MCS feature sections */
.home-care-section{padding:88px 0 90px}
.home-care-stack{max-width:1180px}
.home-care-stack-heading{max-width:760px;margin-bottom:42px}
.home-care-stack-heading h2{font-size:clamp(48px,5vw,76px);line-height:.99;letter-spacing:-3px;margin:0;color:#fff}
.home-care-stack-heading h2 span{color:#84d32b}
.home-care-stack-heading h2:after{content:"";display:block;width:90px;height:4px;background:#84d32b;border-radius:99px;margin-top:22px}
.home-care-stack-heading>p{max-width:680px;margin:24px 0 0;color:#e3ece8;font-size:19px;line-height:1.65}
.home-care-stack-benefits{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.22);border-bottom:1px solid rgba(255,255,255,.22)}
.home-care-stack-benefit{min-height:205px;padding:28px 30px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}
.home-care-stack-benefit:not(:nth-child(3n)){border-right:1px solid rgba(255,255,255,.2)}
.home-care-stack-benefit:nth-child(n+4){border-top:1px solid rgba(255,255,255,.2)}
.home-care-stack-benefit .home-care-benefit-icon{background:transparent;border:2px solid #88d62e;color:#91dd33;width:58px;height:58px;margin-bottom:17px}
.home-care-stack-benefit strong{font-size:17px;line-height:1.25;text-transform:uppercase;max-width:240px;color:#fff}
.home-care-stack-benefit small{display:block;margin-top:10px;max-width:235px;color:#d2dfda;font-size:14px;line-height:1.55}
.home-care-stack-statement{margin-top:30px;border:1px solid #84d32b;border-radius:14px;padding:19px 28px;display:flex;gap:22px;align-items:center;background:rgba(3,36,28,.35)}
.home-care-stack-statement p{margin:0;color:#fff;font-size:23px;font-weight:760;line-height:1.35}
.home-care-stack-statement strong{color:#8bd82e}

.mcs-feature-section{padding:92px 0 82px;background:linear-gradient(180deg,#fff 0%,#f6f8f3 100%);color:#092f26}
.mcs-feature-wrap{max-width:1180px}
.mcs-feature-top{display:grid;grid-template-columns:180px 1fr;gap:48px;align-items:center;max-width:970px;margin:0 auto 54px}
.mcs-badge{width:170px;height:190px;border:7px solid #0a3028;border-radius:44% 44% 50% 50% / 26% 26% 64% 64%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;box-shadow:0 12px 35px rgba(7,46,37,.08)}
.mcs-badge span{font-size:43px;line-height:1;font-weight:950;letter-spacing:-2px;color:#0a3028}
.mcs-badge b{font-size:38px;line-height:1;color:#68b922;margin:5px 0 4px}
.mcs-badge small{font-size:14px;font-weight:900;letter-spacing:2px;color:#0a3028}
.mcs-feature-heading .eyebrow{color:#68b922}
.mcs-feature-heading h2{font-size:clamp(48px,5vw,72px);line-height:1;letter-spacing:-2.8px;margin:9px 0 20px;color:#082f26}
.mcs-feature-heading h2 span{color:#64ad28}
.mcs-feature-heading p{font-size:18px;line-height:1.7;color:#4f625a;margin:0;max-width:800px}
.mcs-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #dbe3dd;border-bottom:1px solid #dbe3dd;margin:0 0 36px}
.mcs-benefit-grid article{text-align:center;padding:30px 28px 34px;min-height:250px}
.mcs-benefit-grid article:not(:last-child){border-right:1px solid #dbe3dd}
.mcs-benefit-icon{width:62px;height:62px;border:2px solid #2b7a34;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;color:#257331;font-size:26px;font-weight:900;background:#f8fbf5}
.mcs-benefit-grid h3{font-size:18px;line-height:1.2;margin:0 0 10px;color:#0a3028;text-transform:uppercase}
.mcs-benefit-grid p{margin:0;color:#55675f;font-size:14px;line-height:1.6}
.mcs-assurance-box{display:grid;grid-template-columns:86px 1fr;gap:24px;align-items:center;border:1px solid #bdd69e;border-radius:16px;background:#f8fbf3;padding:24px 30px;max-width:1050px;margin:0 auto}
.mcs-assurance-shield{width:72px;height:82px;display:grid;place-items:center;color:#26732e;font-size:36px;font-weight:900;border:5px solid #26732e;border-radius:20px 20px 30px 30px;clip-path:polygon(50% 0,100% 16%,93% 74%,50% 100%,7% 74%,0 16%)}
.mcs-assurance-box h3{font-size:23px;margin:0 0 6px;color:#0a3028}
.mcs-assurance-box p{font-size:16px;line-height:1.55;color:#53655d;margin:0}
.mcs-assurance-box strong{color:#5fae25}
.mcs-feature-signoff{display:flex;justify-content:space-between;gap:28px;align-items:center;margin-top:28px;padding-top:24px;border-top:1px solid #dde5df;color:#0a3028}
.mcs-feature-signoff strong{font-size:17px}

@media(max-width:900px){
  .home-care-stack-benefits{grid-template-columns:repeat(2,1fr)}
  .home-care-stack-benefit:not(:nth-child(3n)){border-right:0}
  .home-care-stack-benefit:nth-child(odd){border-right:1px solid rgba(255,255,255,.2)}
  .home-care-stack-benefit:nth-child(n+3){border-top:1px solid rgba(255,255,255,.2)}
  .mcs-feature-top{grid-template-columns:140px 1fr;gap:30px}
  .mcs-badge{width:130px;height:150px;border-width:6px}.mcs-badge span{font-size:34px}.mcs-badge b{font-size:30px}.mcs-badge small{font-size:11px}
  .mcs-benefit-grid{grid-template-columns:repeat(2,1fr)}
  .mcs-benefit-grid article:nth-child(2){border-right:0}.mcs-benefit-grid article:nth-child(n+3){border-top:1px solid #dbe3dd}
}
@media(max-width:620px){
  .home-care-section,.mcs-feature-section{padding:70px 0}
  .home-care-stack-heading h2,.mcs-feature-heading h2{letter-spacing:-2px}
  .home-care-stack-benefits{grid-template-columns:1fr}
  .home-care-stack-benefit,.home-care-stack-benefit:nth-child(odd){border-right:0!important;border-top:1px solid rgba(255,255,255,.2)}
  .home-care-stack-benefit:first-child{border-top:0}
  .home-care-stack-statement{align-items:flex-start;padding:18px}.home-care-stack-statement p{font-size:19px}
  .mcs-feature-top{grid-template-columns:1fr;text-align:left}.mcs-badge{margin:0 auto}
  .mcs-benefit-grid{grid-template-columns:1fr}.mcs-benefit-grid article{border-right:0!important;border-top:1px solid #dbe3dd}.mcs-benefit-grid article:first-child{border-top:0}
  .mcs-assurance-box{grid-template-columns:1fr;text-align:center}.mcs-assurance-shield{margin:0 auto}
  .mcs-feature-signoff{flex-direction:column;align-items:flex-start}
}


/* V49 — brand-colour home-care section with live solar installation photography */
.home-care-section{
  position:relative;
  isolation:isolate;
  padding:88px 0 90px;
  background:#062b56;
  color:#fff;
  overflow:hidden;
}
.home-care-section:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:url('assets/protecting-home-install-background.png') 72% center/cover no-repeat;
  opacity:1;
  filter:saturate(.96) contrast(1.03);
}
.home-care-section:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(90deg,rgba(4,31,60,.99) 0%,rgba(4,35,68,.97) 34%,rgba(4,36,69,.88) 52%,rgba(4,36,69,.34) 76%,rgba(4,36,69,.10) 100%),
    linear-gradient(180deg,rgba(2,26,50,.06) 0%,rgba(2,26,50,.20) 100%);
}
.home-care-stack{max-width:1180px}
.home-care-kicker{color:#8bd62d}
.home-care-kicker-icon{border-color:#8bd62d;color:#8bd62d;background:rgba(6,43,86,.45)}
.home-care-stack-heading{max-width:720px;margin-bottom:36px}
.home-care-stack-heading h2{font-size:clamp(48px,5vw,76px);line-height:.99;letter-spacing:-3px;text-shadow:0 3px 16px rgba(0,0,0,.24)}
.home-care-stack-heading h2 span{color:#7ecb28}
.home-care-stack-heading h2:after{background:linear-gradient(90deg,#75c428,#a4dc2e);width:92px}
.home-care-stack-heading>p{max-width:620px;color:#f0f5f8;text-shadow:0 2px 8px rgba(0,0,0,.22)}
.home-care-stack-benefits{max-width:760px;background:rgba(3,28,54,.42);backdrop-filter:blur(1px);border-color:rgba(255,255,255,.24)}
.home-care-stack-benefit{min-height:194px;padding:24px 24px}
.home-care-stack-benefit:not(:nth-child(3n)){border-color:rgba(255,255,255,.22)}
.home-care-stack-benefit:nth-child(n+4){border-color:rgba(255,255,255,.22)}
.home-care-stack-benefit .home-care-benefit-icon{border-color:#82d12a;color:#82d12a;background:rgba(4,35,68,.46)}
.home-care-stack-benefit:nth-child(4) .home-care-benefit-icon{border-color:#f58212;color:#f8a135}
.home-care-stack-benefit strong{color:#fff;text-shadow:0 2px 5px rgba(0,0,0,.16)}
.home-care-stack-benefit small{color:#e6edf1}
.home-care-stack-statement{max-width:760px;background:rgba(3,28,54,.78);border-color:rgba(126,203,40,.90);box-shadow:0 12px 30px rgba(0,0,0,.15)}
.home-care-stack-statement .home-care-house-heart{background:#062b56;color:#82d12a;border:2px solid #82d12a}
.home-care-stack-statement strong{color:#8bd62d}

/* MCS section — carry the Borders Solar navy/green palette through */
.mcs-feature-section{border-top:8px solid #062b56;background:linear-gradient(180deg,#ffffff 0%,#f5f8f2 100%)}
.mcs-badge{border-color:#062b56}
.mcs-badge span,.mcs-badge small{color:#062b56}
.mcs-badge b{color:#63ad22}
.mcs-feature-heading h2{color:#062b56}
.mcs-feature-heading h2 span{color:#4f9f1d}
.mcs-benefit-icon{color:#4f9f1d}
.mcs-assurance-box{border-left:5px solid #4f9f1d}

@media(max-width:900px){
  .home-care-section:before{background-position:62% center}
  .home-care-section:after{background:linear-gradient(90deg,rgba(4,31,60,.98) 0%,rgba(4,35,68,.94) 58%,rgba(4,36,69,.68) 100%)}
  .home-care-stack-benefits,.home-care-stack-statement{max-width:none}
}
@media(max-width:700px){
  .home-care-section:before{background-position:58% center}
  .home-care-section:after{background:rgba(4,31,60,.90)}
  .home-care-stack-heading h2{letter-spacing:-1.8px}
}


/* V50 — home-care section as the second screen, compact enough for one desktop viewport */
@media (min-width: 901px){
  .home-care-section{
    min-height:100svh;
    display:flex;
    align-items:center;
    padding:34px 0 38px;
  }
  .home-care-stack{width:100%;max-width:1180px}
  .home-care-kicker{margin-bottom:12px;font-size:11px;letter-spacing:1.8px}
  .home-care-kicker-icon{width:34px;height:34px;font-size:17px}
  .home-care-stack-heading{max-width:670px;margin-bottom:18px}
  .home-care-stack-heading h2{font-size:clamp(38px,4.1vw,58px);line-height:.98;letter-spacing:-2.2px}
  .home-care-stack-heading h2:after{width:72px;height:3px;margin-top:12px}
  .home-care-stack-heading>p{max-width:600px;margin:12px 0 0;font-size:14px;line-height:1.48}
  .home-care-stack-benefits{max-width:760px}
  .home-care-stack-benefit{min-height:118px;padding:13px 18px}
  .home-care-stack-benefit .home-care-benefit-icon{width:38px;height:38px;margin-bottom:8px;font-size:18px}
  .home-care-stack-benefit strong{font-size:13px;line-height:1.14;max-width:220px}
  .home-care-stack-benefit small{margin-top:5px;font-size:11px;line-height:1.32;max-width:220px}
  .home-care-stack-statement{max-width:760px;margin-top:15px;padding:11px 18px;gap:14px;border-radius:12px}
  .home-care-stack-statement .home-care-house-heart{width:42px;height:42px;min-width:42px;font-size:22px}
  .home-care-stack-statement p{font-size:17px;line-height:1.22}
}

@media (min-width: 901px) and (max-height: 760px){
  .home-care-section{padding:22px 0 26px}
  .home-care-kicker{margin-bottom:8px}
  .home-care-stack-heading{margin-bottom:12px}
  .home-care-stack-heading h2{font-size:clamp(34px,3.65vw,50px)}
  .home-care-stack-heading h2:after{margin-top:8px}
  .home-care-stack-heading>p{margin-top:8px;font-size:13px}
  .home-care-stack-benefit{min-height:100px;padding:10px 16px}
  .home-care-stack-benefit .home-care-benefit-icon{width:32px;height:32px;margin-bottom:6px;font-size:15px}
  .home-care-stack-benefit strong{font-size:12px}
  .home-care-stack-benefit small{font-size:10px;margin-top:4px}
  .home-care-stack-statement{margin-top:10px;padding:9px 16px}
  .home-care-stack-statement p{font-size:15px}
}

/* V52 — compact single-page MCS assurance section */
.mcs-feature-section.mcs-compact{padding:0;background:#fff;border-top:0}
.mcs-compact-wrap{padding-top:46px;padding-bottom:28px;max-width:1320px}
.mcs-compact-main{display:grid;grid-template-columns:1.15fr 1.85fr;gap:44px;align-items:center}
.mcs-compact-intro{display:grid;grid-template-columns:135px 1fr;gap:24px;align-items:center}
.mcs-compact .mcs-badge{width:122px;height:138px;border-width:5px;box-shadow:none;border-radius:42% 42% 50% 50% / 24% 24% 64% 64%}
.mcs-compact .mcs-badge span{font-size:31px;letter-spacing:-1px}
.mcs-compact .mcs-badge b{font-size:27px;margin:2px 0}
.mcs-compact .mcs-badge small{font-size:10px;letter-spacing:1.8px}
.mcs-compact .mcs-feature-heading .eyebrow{font-size:11px;letter-spacing:.08em;margin-bottom:5px}
.mcs-compact .mcs-feature-heading h2{font-size:clamp(32px,3vw,48px);line-height:1.02;letter-spacing:-1.8px;margin:4px 0 10px}
.mcs-compact .mcs-feature-heading p{font-size:13px;line-height:1.5;max-width:520px}
.mcs-benefit-grid.mcs-benefit-grid-compact{margin:0;border:0;grid-template-columns:repeat(4,1fr)}
.mcs-benefit-grid-compact article{min-height:0;padding:10px 20px 12px;border-top:0!important;border-bottom:0!important}
.mcs-benefit-grid-compact article:not(:last-child){border-right:1px solid #d8e0db}
.mcs-benefit-grid-compact .mcs-benefit-icon{width:38px;height:38px;font-size:18px;border:0;background:transparent;margin:0 auto 8px;color:#54a51e}
.mcs-benefit-grid-compact h3{font-size:12px;line-height:1.25;margin-bottom:6px}
.mcs-benefit-grid-compact p{font-size:11.5px;line-height:1.45}
.mcs-assurance-box.mcs-assurance-compact{margin-top:22px;max-width:none;padding:14px 20px;grid-template-columns:52px 1fr;gap:14px;border-radius:10px;border:1px solid #d7e6c9;background:#f8fbf4}
.mcs-assurance-compact .mcs-assurance-shield{width:46px;height:52px;border-width:3px;font-size:24px}
.mcs-assurance-compact h3{font-size:16px;margin-bottom:2px}
.mcs-assurance-compact p{font-size:12.5px;line-height:1.45}
.mcs-trust-bar{background:#062b56;color:#fff;padding:14px 0}
.mcs-trust-bar-inner{display:grid;grid-template-columns:1.35fr .8fr;gap:34px;align-items:center;max-width:1320px}
.mcs-trust-items{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;align-items:center}
.mcs-trust-items span{display:flex;flex-direction:column;gap:2px;color:#fff}
.mcs-trust-items b{font-size:18px;letter-spacing:.02em}
.mcs-trust-items small{font-size:8px;letter-spacing:.12em;color:#c7d7e5}
.mcs-trust-brand{display:flex;align-items:center;justify-content:flex-end;gap:18px;border-left:1px solid rgba(255,255,255,.25);padding-left:26px}
.mcs-trust-brand img{width:180px;height:auto;filter:brightness(0) invert(1)}
.mcs-trust-brand p{margin:0;font-size:11px;line-height:1.4;color:#e9f0f5}
.mcs-trust-brand p strong{color:#fff}
@media(max-width:1050px){
  .mcs-compact-main{grid-template-columns:1fr;gap:28px}
  .mcs-compact-intro{max-width:760px}
  .mcs-trust-bar-inner{grid-template-columns:1fr}
  .mcs-trust-brand{justify-content:flex-start;border-left:0;border-top:1px solid rgba(255,255,255,.2);padding:14px 0 0}
}
@media(max-width:760px){
  .mcs-compact-wrap{padding-top:34px}
  .mcs-compact-intro{grid-template-columns:92px 1fr;gap:16px}
  .mcs-compact .mcs-badge{width:82px;height:94px;border-width:4px}.mcs-compact .mcs-badge span{font-size:22px}.mcs-compact .mcs-badge b{font-size:20px}.mcs-compact .mcs-badge small{font-size:7px}
  .mcs-benefit-grid.mcs-benefit-grid-compact{grid-template-columns:repeat(2,1fr)}
  .mcs-benefit-grid-compact article{padding:14px 12px;border-top:1px solid #e0e7e2!important}
  .mcs-benefit-grid-compact article:nth-child(odd){border-right:1px solid #d8e0db!important}
  .mcs-benefit-grid-compact article:nth-child(even){border-right:0!important}
  .mcs-trust-items{grid-template-columns:repeat(2,1fr);gap:16px}
  .mcs-trust-brand{flex-direction:column;align-items:flex-start}
  .mcs-trust-brand img{width:160px}
}

/* V55 — brighter photography on homepage hero and Protecting Your Home section */
.premium-hero{
  background-image:
    linear-gradient(90deg,rgba(4,31,55,.76) 0%,rgba(5,39,68,.59) 34%,rgba(6,38,59,.22) 58%,rgba(4,30,42,.02) 80%),
    url('assets/hero.png');
}
.premium-hero:before{
  background:linear-gradient(180deg,rgba(0,0,0,0) 58%,rgba(3,27,32,.08) 100%);
}
.home-care-section:before{
  filter:brightness(1.14) saturate(1.04) contrast(1.01);
}
.home-care-section:after{
  background:
    linear-gradient(90deg,rgba(4,31,60,.88) 0%,rgba(4,35,68,.82) 31%,rgba(4,36,69,.62) 49%,rgba(4,36,69,.18) 74%,rgba(4,36,69,.02) 100%),
    linear-gradient(180deg,rgba(2,26,50,.01) 0%,rgba(2,26,50,.08) 100%);
}
@media(max-width:900px){
  .premium-hero{
    background-image:linear-gradient(90deg,rgba(4,31,55,.82) 0%,rgba(4,31,55,.66) 58%,rgba(4,31,55,.18) 100%),url('assets/hero.png');
  }
  .home-care-section:after{
    background:linear-gradient(90deg,rgba(4,31,60,.90) 0%,rgba(4,35,68,.78) 56%,rgba(4,36,69,.48) 100%);
  }
}
@media(max-width:700px){
  .home-care-section:after{background:rgba(4,31,60,.78)}
}

/* V56 — EcoFlow official product cards */
.system-grid-visual{gap:22px}
.system-card-visual{padding:20px;min-height:620px;overflow:hidden;isolation:isolate;box-shadow:0 14px 36px rgba(0,35,47,.06)}
.system-card-visual .system-card-hit{position:absolute;inset:0;z-index:1}
.system-card-visual>*:not(.system-card-hit){position:relative;z-index:2;pointer-events:none}
.system-card-visual .system-learn{pointer-events:auto;z-index:3}
.system-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
.system-card-visual .system-index{margin:0;font-size:14px;font-weight:900;color:var(--green)}
.system-chip{display:inline-flex;align-items:center;border-radius:999px;padding:7px 11px;background:#edf5e8;color:#3f6d22;font-size:11px;font-weight:850;letter-spacing:.02em}
.system-chip.popular{background:#72b61f;color:#fff}
.system-product-image{height:230px;border-radius:15px;overflow:hidden;background:#eef2ef;margin-bottom:18px}
.system-product-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
.system-card-visual:hover .system-product-image img{transform:scale(1.035)}
.system-card-visual h3{font-size:31px;margin:5px 0 9px}
.system-card-visual p{font-size:15px}
.system-specs{display:grid;grid-template-columns:1fr;gap:8px;margin:20px 0 24px}
.system-specs span{padding:10px 12px;border-radius:10px;background:#f2f6f3;color:#43564f;font-size:12px}
.system-specs b{color:var(--deep)}
.featured-card.system-card-visual .system-specs span{background:rgba(255,255,255,.085);color:rgba(255,255,255,.86)}
.featured-card.system-card-visual .system-specs b{color:#fff}
.system-card-visual .system-learn{display:inline-flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #8fc750;border-radius:11px;padding:13px 15px;color:var(--deep);font-weight:900;margin-top:auto}
.featured-card.system-card-visual .system-learn{background:#75bf1f;color:#fff;border-color:#75bf1f}
.system-card-visual:hover{transform:translateY(-6px);box-shadow:0 24px 54px rgba(0,35,47,.13)}
.systems-reassurance{display:grid;grid-template-columns:repeat(4,1fr);margin-top:22px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 10px 30px rgba(0,35,47,.05);overflow:hidden}
.systems-reassurance>div{padding:19px 22px;border-right:1px solid var(--line);display:grid;gap:3px}
.systems-reassurance>div:last-child{border-right:0}
.systems-reassurance strong{font-size:13px;color:var(--deep)}
.systems-reassurance span{font-size:12px;color:var(--muted)}
@media(max-width:900px){.systems-reassurance{grid-template-columns:1fr 1fr}.systems-reassurance>div:nth-child(2){border-right:0}.system-card-visual{min-height:auto}}
@media(max-width:600px){.systems-reassurance{grid-template-columns:1fr}.systems-reassurance>div{border-right:0;border-bottom:1px solid var(--line)}.systems-reassurance>div:last-child{border-bottom:0}}

/* Product detail pages */
.product-detail-page{background:#f7faf7;color:var(--deep)}
.product-detail-nav{background:#fff;border-bottom:1px solid var(--line)}
.product-detail-nav .wrap{display:flex;align-items:center;justify-content:space-between;padding:18px 0}
.product-detail-nav img{height:58px;width:auto}
.product-detail-nav a.back-link{font-size:13px;font-weight:850;color:var(--deep)}
.product-detail-hero{padding:58px 0 38px}
.product-detail-grid{display:grid;grid-template-columns:1fr 1.08fr;gap:52px;align-items:center}
.product-detail-kicker{color:var(--green);text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:900}
.product-detail-hero h1{font-size:clamp(42px,5.3vw,78px);line-height:.98;letter-spacing:-.055em;margin:12px 0 18px}
.product-detail-hero p{font-size:18px;line-height:1.65;color:var(--muted)}
.product-detail-image{border-radius:24px;overflow:hidden;box-shadow:0 24px 60px rgba(0,35,47,.14);background:#e8eeea}
.product-detail-image img{width:100%;height:520px;object-fit:cover;display:block}
.product-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:28px 0}
.product-stat{background:#fff;border:1px solid var(--line);border-radius:13px;padding:16px}
.product-stat strong{display:block;font-size:20px;color:var(--deep)}
.product-stat span{display:block;font-size:11px;color:var(--muted);margin-top:4px}
.product-actions{display:flex;gap:12px;flex-wrap:wrap}
.product-secondary{display:inline-flex;align-items:center;padding:13px 18px;border:1px solid #98b78c;border-radius:10px;font-weight:850;color:var(--deep);background:#fff}
.product-detail-section{padding:50px 0}
.product-detail-section.alt{background:#fff}
.product-detail-section h2{font-size:clamp(30px,4vw,48px);margin:0 0 24px}
.product-benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.product-benefit{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px}
.alt .product-benefit{background:#f7faf7}
.product-benefit h3{font-size:18px;margin:0 0 8px}
.product-benefit p{font-size:14px;line-height:1.6;color:var(--muted);margin:0}
.product-source-note{font-size:12px;color:var(--muted);margin-top:20px}
.product-cta-band{background:var(--deep);color:#fff;padding:44px 0}
.product-cta-band .wrap{display:flex;align-items:center;justify-content:space-between;gap:28px}
.product-cta-band h2{margin:0;font-size:34px;color:#fff}
.product-cta-band p{margin:7px 0 0;color:rgba(255,255,255,.76)}
@media(max-width:860px){.product-detail-grid{grid-template-columns:1fr}.product-detail-image img{height:360px}.product-benefit-grid{grid-template-columns:1fr 1fr}.product-cta-band .wrap{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.product-stat-grid,.product-benefit-grid{grid-template-columns:1fr}.product-detail-image img{height:280px}}

/* V59 — MCS section layout matched to approved design */
.mcs-feature-section.mcs-layout-v59{background:#fff;padding:18px 0 34px;border:0;color:#082c50}
.mcs-v59-wrap{max-width:1500px}
.mcs-v59-grid{display:grid;grid-template-columns:minmax(320px,390px) 1fr 170px;gap:42px;align-items:center;min-height:430px}
.mcs-v59-intro .eyebrow{font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:#66b719;margin-bottom:12px}
.mcs-v59-intro h2{font-size:clamp(46px,4.2vw,67px);line-height:.89;letter-spacing:-2.7px;margin:0 0 20px;color:#0a376c;font-weight:800}
.mcs-v59-intro h2 span{color:#48a91d}
.mcs-v59-intro p{max-width:350px;margin:0;color:#3d566a;font-size:16px;line-height:1.48}
.mcs-v59-benefits{display:grid;grid-template-columns:repeat(4,1fr);align-items:stretch}
.mcs-v59-benefits article{padding:24px 26px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:195px;border-left:1px solid #d9e0e5}
.mcs-v59-benefits article:first-child{border-left:0}
.mcs-v59-icon{display:flex;align-items:center;justify-content:center;height:34px;margin-bottom:14px;color:#54b416;font-size:25px;font-weight:800}
.mcs-v59-benefits h3{margin:0 0 8px;font-size:15px;line-height:1.18;text-transform:uppercase;color:#062b4d;font-weight:800}
.mcs-v59-benefits p{margin:0;max-width:175px;font-size:14px;line-height:1.45;color:#526778}
.mcs-v59-badge{display:flex;justify-content:center;align-items:center}
.mcs-v59-shield{width:150px;height:174px;border:6px solid #0a376c;border-radius:42% 42% 49% 49% / 23% 23% 64% 64%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;line-height:1;color:#0a376c}
.mcs-v59-shield strong{font-size:38px;letter-spacing:-2px}
.mcs-v59-shield span{font-size:32px;line-height:1;margin:5px 0 3px;color:#52b31b}
.mcs-v59-shield small{font-size:13px;letter-spacing:.16em;font-weight:800}
.mcs-v59-assurance{display:grid;grid-template-columns:70px 1fr;gap:18px;align-items:center;margin-top:4px;padding:20px 26px;border:1px solid #cfdfbf;border-radius:12px;background:#f8fbf4;color:#082c50}
.mcs-v59-assurance-icon{width:54px;height:64px;border:3px solid #268234;border-radius:38% 38% 48% 48% / 24% 24% 62% 62%;display:flex;align-items:center;justify-content:center;color:#19832b;font-size:31px;font-weight:700}
.mcs-v59-assurance h3{margin:0 0 3px;font-size:20px;line-height:1.2;color:#062b45}
.mcs-v59-assurance p{margin:0;font-size:15px;line-height:1.45;color:#354f62}
.mcs-v59-assurance strong{color:#43ae15}
@media(max-width:1180px){
  .mcs-v59-grid{grid-template-columns:330px 1fr;gap:28px;min-height:0;padding:28px 0}
  .mcs-v59-badge{display:none}
  .mcs-v59-benefits{grid-template-columns:repeat(2,1fr)}
  .mcs-v59-benefits article:nth-child(3){border-left:0;border-top:1px solid #d9e0e5}
  .mcs-v59-benefits article:nth-child(4){border-top:1px solid #d9e0e5}
}
@media(max-width:760px){
  .mcs-feature-section.mcs-layout-v59{padding:8px 0 28px}
  .mcs-v59-grid{grid-template-columns:1fr;gap:12px;padding:26px 0 18px}
  .mcs-v59-intro h2{font-size:48px;line-height:.94;letter-spacing:-2px}
  .mcs-v59-intro p{max-width:none;font-size:14px}
  .mcs-v59-benefits{grid-template-columns:1fr 1fr}
  .mcs-v59-benefits article{min-height:160px;padding:18px 12px;border-top:1px solid #d9e0e5}
  .mcs-v59-benefits article:nth-child(odd){border-left:0}
  .mcs-v59-assurance{grid-template-columns:52px 1fr;padding:16px 14px;gap:12px}
  .mcs-v59-assurance-icon{width:44px;height:52px;font-size:25px}
  .mcs-v59-assurance h3{font-size:17px}
  .mcs-v59-assurance p{font-size:13px}
}

/* V60 — product detail pages use the same Borders Solar logo scale as the main site */
.product-detail-nav img{
  width:455px;
  max-width:45vw;
  height:auto;
}
@media(max-width:760px){
  .product-detail-nav img{width:320px;max-width:68vw;height:auto}
}

/* V63 — quick product links in the homepage brand strip */
.brand-strip-inner .brand-strip-link{
  color:inherit;
  text-decoration:none;
  font:inherit;
  letter-spacing:inherit;
  transition:color .18s ease;
}
.brand-strip-inner .brand-strip-link:hover,
.brand-strip-inner .brand-strip-link:focus-visible{
  color:var(--brand-green);
  text-decoration:underline;
  text-underline-offset:3px;
}
@media(max-width:760px){
  .brand-strip-inner .brand-strip-link,
  .brand-strip-inner .brand-strip-link + i{display:none}
}

/* V68 — light-blue hover state for homepage system selections */
@media (hover:hover) and (pointer:fine){
  .system-card-visual:hover{
    background:#eaf6fb;
    border-color:#b9dce9;
  }
  .featured-card.system-card-visual:hover{
    background:#dff2fa;
    border-color:#9fcfdf;
    color:var(--deep);
  }
  .featured-card.system-card-visual:hover h3,
  .featured-card.system-card-visual:hover p,
  .featured-card.system-card-visual:hover .system-index,
  .featured-card.system-card-visual:hover .system-specs b{
    color:var(--deep);
  }
  .featured-card.system-card-visual:hover .system-specs span{
    background:rgba(255,255,255,.72);
    color:#48615a;
  }
}

/* V69 — homepage system cards light blue by default, darker blue on hover */
.system-card-visual,
.featured-card.system-card-visual{
  background:#dff2fa;
  border-color:#9fcfdf;
  color:var(--deep);
}
.featured-card.system-card-visual h3,
.featured-card.system-card-visual p,
.featured-card.system-card-visual .system-index,
.featured-card.system-card-visual .system-specs b{
  color:var(--deep);
}
.system-card-visual .system-specs span,
.featured-card.system-card-visual .system-specs span{
  background:rgba(255,255,255,.72);
  color:#48615a;
}
@media (hover:hover) and (pointer:fine){
  .system-card-visual:hover,
  .featured-card.system-card-visual:hover{
    background:#c7e7f3;
    border-color:#78bfd8;
  }
}


/* V70 — refine home-care headline and emphasis */
@media (min-width: 901px){
  .home-care-kicker{font-size:15px;letter-spacing:2px;font-weight:800}
  .home-care-kicker-icon{width:38px;height:38px;font-size:19px}
  .home-care-stack-heading{max-width:760px}
  .home-care-stack-heading h2{font-size:clamp(34px,3.65vw,52px);line-height:1.01;letter-spacing:-1.8px}
}
@media (min-width: 901px) and (max-height: 760px){
  .home-care-kicker{font-size:14px}
  .home-care-stack-heading h2{font-size:clamp(31px,3.35vw,47px)}
}
@media (max-width: 900px){
  .home-care-kicker{font-size:13px;font-weight:800}
  .home-care-stack-heading h2{font-size:clamp(34px,9vw,48px)}
}

/* V71 — homepage system cards turn green on hover */
@media (hover:hover) and (pointer:fine){
  .system-card-visual:hover,
  .featured-card.system-card-visual:hover{
    background:#e4f3d7;
    border-color:#73b92f;
    color:var(--deep);
  }
  .system-card-visual:hover h3,
  .system-card-visual:hover p,
  .system-card-visual:hover .system-index,
  .system-card-visual:hover .system-specs b,
  .featured-card.system-card-visual:hover h3,
  .featured-card.system-card-visual:hover p,
  .featured-card.system-card-visual:hover .system-index,
  .featured-card.system-card-visual:hover .system-specs b{
    color:var(--deep);
  }
  .system-card-visual:hover .system-specs span,
  .featured-card.system-card-visual:hover .system-specs span{
    background:rgba(255,255,255,.82);
    color:#48615a;
  }
}

/* V73 — proposal section: introduction above, form underneath */
.quote-section .quote-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:34px;
  align-items:start;
}
.quote-section .quote-copy{
  width:100%;
  max-width:none;
  display:grid;
  grid-template-columns:minmax(300px,.9fr) minmax(420px,1.4fr);
  column-gap:70px;
  align-items:start;
}
.quote-section .quote-copy .eyebrow,
.quote-section .quote-copy h2{grid-column:1}
.quote-section .quote-copy>p{grid-column:2;grid-row:1 / span 2;margin:0;padding-top:28px;max-width:760px}
.quote-section .quote-copy .quote-note{grid-column:1 / -1;margin:22px 0 0;padding:16px 0}
.quote-section .quote-copy .quote-email{grid-column:1 / -1;margin-top:0}
.quote-section .premium-form{width:100%;max-width:none}
@media(max-width:800px){
  .quote-section .quote-copy{display:block}
  .quote-section .quote-copy>p{padding-top:0}
  .quote-section .quote-grid{gap:26px}
}

/* V75 — more engaging, compact initial proposal section */
.quote-section{padding:54px 0 58px}
.quote-section .quote-grid{gap:22px}
.quote-section .quote-copy.quote-copy-compact{
  display:grid;
  grid-template-columns:minmax(320px,.82fr) minmax(520px,1.4fr);
  column-gap:52px;
  row-gap:14px;
  align-items:end;
}
.quote-title-block .eyebrow{font-size:12px;letter-spacing:.16em;margin-bottom:8px}
.quote-title-block h2{font-size:clamp(38px,4vw,54px);line-height:.98;letter-spacing:-1.8px;margin:0}
.quote-intro-block{align-self:end}
.quote-intro-block>p{margin:0;color:#d4e2db;font-size:15px;line-height:1.6;max-width:760px}
.quote-highlights{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.quote-highlights span{display:inline-flex;align-items:center;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14);color:#fff;font-size:11px;font-weight:800}
.quote-next-compact{grid-column:1 / 2;display:flex;flex-direction:column;gap:3px;padding-top:12px;border-top:1px solid rgba(255,255,255,.16)}
.quote-next-compact strong{font-size:13px;color:#fff}
.quote-next-compact span{font-size:11.5px;line-height:1.45;color:#b9ccc2}
.quote-section .quote-email{grid-column:2 / 3;align-self:center;justify-self:start;margin:0;font-size:13px}
.quote-section .premium-form{padding:22px 24px;border-radius:18px;gap:11px;box-shadow:0 18px 52px rgba(0,0,0,.16)}
.quote-section .field label{margin-bottom:5px;font-size:11px}
.quote-section input,.quote-section select,.quote-section textarea{padding:10px 12px;border-radius:9px}
.quote-section textarea{min-height:74px}
.quote-section .address-field{min-height:62px}
.quote-section .photo-upload-grid{gap:9px;margin-top:5px}
.quote-section .photo-upload{padding:8px}
.quote-section .photo-slot{padding:9px}
.quote-section .field-help,.quote-section .address-consent{font-size:10px;line-height:1.4}
.quote-section .btn{padding:12px 18px}
@media(max-width:900px){
  .quote-section .quote-copy.quote-copy-compact{grid-template-columns:1fr;gap:14px}
  .quote-section .quote-email,.quote-next-compact{grid-column:1}
  .quote-section{padding:42px 0}
}
@media(max-width:640px){
  .quote-section .premium-form{padding:18px 16px}
  .quote-highlights{gap:6px}
  .quote-highlights span{font-size:10px;padding:6px 9px}
}


/* V76 — place Four Simple Steps directly beneath the Simple Choices heading */
.systems-section .process-inline{padding:28px 0 54px;margin:0;}
.systems-section .process-inline .process-heading{margin-bottom:34px;}
.systems-section .process-inline + .system-grid{margin-top:6px;}
@media(max-width:760px){.systems-section .process-inline{padding:20px 0 38px;}}

/* V77 — homepage hero headline fades in line-by-line, 3 seconds per line */
.premium-hero h1 .hero-generate,
.premium-hero h1 .hero-store,
.premium-hero h1 .hero-save{
  display:inline-block;
  opacity:0;
  transform:translateY(8px);
  animation:heroLineFadeIn 3s ease forwards;
}
.premium-hero h1 .hero-generate{animation-delay:0s}
.premium-hero h1 .hero-store{animation-delay:3s}
.premium-hero h1 .hero-save{animation-delay:6s}
@keyframes heroLineFadeIn{
  from{opacity:0;transform:translateY(8px)}
  to{opacity:1;transform:translateY(0)}
}
@media (prefers-reduced-motion: reduce){
  .premium-hero h1 .hero-generate,
  .premium-hero h1 .hero-store,
  .premium-hero h1 .hero-save{
    opacity:1;
    transform:none;
    animation:none;
  }
}

/* V78 — rebalance MCS heading: smaller headline, stronger top line */
.mcs-compact .mcs-feature-heading .eyebrow{
  font-size:16px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.07em;
  margin-bottom:10px;
}
.mcs-compact .mcs-feature-heading h2{
  font-size:clamp(28px,2.45vw,40px);
  line-height:1.03;
  letter-spacing:-1.35px;
}
@media(max-width:760px){
  .mcs-compact .mcs-feature-heading .eyebrow{font-size:14px}
  .mcs-compact .mcs-feature-heading h2{font-size:clamp(27px,8vw,36px)}
}

/* V80 — stronger Our Systems hierarchy */
.systems-section .section-heading .eyebrow{
  font-size:clamp(22px,2.1vw,32px);
  line-height:1;
  letter-spacing:.08em;
  font-weight:900;
  margin-bottom:16px;
}
.systems-section .section-heading h2{
  font-size:clamp(52px,5.4vw,78px);
  line-height:.98;
  letter-spacing:-2.8px;
  margin:0;
  max-width:820px;
}
.systems-section .section-heading > p{
  font-size:14px;
  line-height:1.55;
  max-width:500px;
  color:var(--muted);
}
@media(max-width:760px){
  .systems-section .section-heading .eyebrow{font-size:20px;margin-bottom:12px}
  .systems-section .section-heading h2{font-size:clamp(40px,12vw,56px);letter-spacing:-1.8px}
  .systems-section .section-heading > p{font-size:13px;line-height:1.5}
}

/* V82 — larger, clearly sectioned and more dynamic enquiry form */
.quote-section .premium-form{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
  padding:28px;
}
.quote-section .premium-form > .form-status,
.quote-section .premium-form > .address-consent,
.quote-section .premium-form > .hp-field,
.quote-section .premium-form > .btn{grid-column:1}
.quote-section .form-panel{
  position:relative;
  padding:22px 22px 20px;
  border:1px solid #d9e5df;
  border-radius:16px;
  background:#fbfdfc;
  overflow:hidden;
  transition:border-color .25s ease,background .25s ease,box-shadow .25s ease,transform .25s ease;
}
.quote-section .form-panel:before{
  content:"";
  position:absolute;
  top:0;left:0;bottom:0;
  width:5px;
  background:#76c61c;
  opacity:.75;
  transition:width .25s ease,opacity .25s ease;
}
.quote-section .form-panel:focus-within{
  border-color:#7abf48;
  background:#f7fbf2;
  box-shadow:0 12px 30px rgba(12,63,46,.08);
  transform:translateY(-2px);
}
.quote-section .form-panel:focus-within:before{width:8px;opacity:1}
.quote-section .form-panel-heading{
  display:flex;
  align-items:flex-start;
  gap:14px;
  margin-bottom:18px;
}
.quote-section .form-panel-heading>span{
  display:grid;
  place-items:center;
  width:42px;height:42px;
  flex:0 0 42px;
  border-radius:50%;
  background:#e7f5d8;
  color:#4d9d17;
  font-size:16px;
  font-weight:900;
}
.quote-section .form-panel-heading h3{
  margin:0 0 2px;
  color:var(--deep);
  font-size:22px;
  line-height:1.1;
  letter-spacing:-.35px;
}
.quote-section .form-panel-heading p{
  margin:0;
  color:#60756d;
  font-size:14px;
  line-height:1.4;
}
.quote-section .form-panel-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px 18px;
}
.quote-section .form-panel-grid .full{grid-column:1/-1}
.quote-section .field label,
.quote-section .photo-upload-group>label{
  margin-bottom:7px;
  color:var(--deep);
  font-size:15px;
  line-height:1.25;
  font-weight:800;
}
.quote-section input,
.quote-section select,
.quote-section textarea{
  min-height:56px;
  padding:14px 15px;
  border:1px solid #cddbd4;
  border-radius:11px;
  background:#fff;
  color:var(--deep);
  font-size:17px;
  line-height:1.35;
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.quote-section textarea{min-height:100px}
.quote-section .address-field{min-height:90px}
.quote-section input:focus,
.quote-section select:focus,
.quote-section textarea:focus{
  outline:none;
  border-color:#69b92f;
  box-shadow:0 0 0 4px rgba(105,185,47,.13);
  background:#fff;
}
.quote-section .photo-upload-grid{gap:12px;margin-top:8px}
.quote-section .photo-slot{
  padding:13px;
  border:1px solid #d9e5df;
  border-radius:12px;
  background:#fff;
}
.quote-section .photo-slot label{font-size:14px;font-weight:800;margin-bottom:7px}
.quote-section .photo-upload{min-height:48px;padding:8px;font-size:15px}
.quote-section .field-help,
.quote-section .address-consent{font-size:12px;line-height:1.5}
.quote-section .btn.full{
  min-height:56px;
  font-size:17px;
  font-weight:900;
  border-radius:14px;
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
@media (hover:hover) and (pointer:fine){
  .quote-section .form-panel:hover{
    border-color:#b9d8aa;
    background:#f9fcf6;
    box-shadow:0 10px 26px rgba(12,63,46,.06);
  }
  .quote-section .form-panel:hover:before{width:7px;opacity:1}
  .quote-section .btn.full:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(83,159,24,.22);filter:brightness(1.02)}
}
@media(max-width:760px){
  .quote-section .premium-form{padding:18px;gap:12px}
  .quote-section .form-panel{padding:18px 16px 16px}
  .quote-section .form-panel-grid{grid-template-columns:1fr;gap:13px}
  .quote-section .form-panel-grid .full{grid-column:1}
  .quote-section .form-panel-heading h3{font-size:20px}
  .quote-section .form-panel-heading p{font-size:13px}
  .quote-section .field label,.quote-section .photo-upload-group>label{font-size:14px}
  .quote-section input,.quote-section select,.quote-section textarea{font-size:16px}
}

/* V83 — keep the main site header visible while scrolling */
.premium-header{
  position:sticky !important;
  top:0 !important;
  z-index:9999;
  background:rgba(255,255,255,.98) !important;
  box-shadow:0 8px 24px rgba(6,43,86,.10) !important;
  backdrop-filter:saturate(140%) blur(8px);
  -webkit-backdrop-filter:saturate(140%) blur(8px);
}

/* V84 — keep only the main logo/navigation row visible while scrolling */
.premium-header{
  transition:box-shadow .22s ease,background-color .22s ease;
}
.premium-header .brand-strip{
  max-height:44px;
  overflow:hidden;
  opacity:1;
  transition:max-height .24s ease,opacity .18s ease,border-color .18s ease;
}
body.bs-header-scrolled .premium-header .brand-strip{
  max-height:0;
  opacity:0;
  border-top-color:transparent;
  border-bottom-color:transparent;
}
body.bs-header-scrolled .premium-header{
  box-shadow:0 8px 24px rgba(6,43,86,.10) !important;
}
@media(max-width:760px){
  .premium-header .brand-strip{max-height:36px}
  body.bs-header-scrolled .premium-header .brand-strip{max-height:0}
}
@media(prefers-reduced-motion:reduce){
  .premium-header,.premium-header .brand-strip{transition:none}
}

/* V86 — scrolling header: navigation text only */
body.bs-header-scrolled .premium-header .brand-lockup{
  width:0 !important;
  max-width:0 !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  opacity:0;
  visibility:hidden;
  overflow:hidden;
  pointer-events:none;
  transform:translateY(-6px);
}
body.bs-header-scrolled .premium-header .nav-inner{
  height:72px !important;
  justify-content:center;
}
body.bs-header-scrolled .premium-header .menu{
  margin-left:0 !important;
  width:auto;
  justify-content:center;
}
body.bs-header-scrolled .premium-header .menu>a:not(.nav-cta){
  padding:25px 0 !important;
}
body.bs-header-scrolled .premium-header .menu>a:not(.nav-cta):after{
  bottom:16px !important;
}
.premium-header .brand-lockup{
  transition:opacity .2s ease,transform .2s ease,max-width .25s ease,width .25s ease,margin .25s ease;
}
.premium-header .nav-inner{
  transition:height .25s ease;
}
@media(max-width:760px){
  body.bs-header-scrolled .premium-header .nav-inner{height:64px !important}
  body.bs-header-scrolled .premium-header .menu{width:100%;justify-content:space-between;gap:10px}
  body.bs-header-scrolled .premium-header .menu>a:not(.nav-cta){padding:20px 0 !important}
}
@media(prefers-reduced-motion:reduce){
  .premium-header .brand-lockup,.premium-header .nav-inner{transition:none}
}

/* V88 — scrolling header: compact wordmark + navigation only */
body.bs-header-scrolled .premium-header .brand-lockup{
  width:auto !important;
  max-width:none !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  opacity:1 !important;
  visibility:visible !important;
  overflow:visible !important;
  pointer-events:auto !important;
  transform:none !important;
  gap:0 !important;
}
body.bs-header-scrolled .premium-header .brand-emblem,
body.bs-header-scrolled .premium-header .brand-energy{
  display:none !important;
}
body.bs-header-scrolled .premium-header .brand-copy{
  min-width:0 !important;
  width:auto !important;
}
body.bs-header-scrolled .premium-header .brand-name{
  font-size:34px !important;
  letter-spacing:-1.2px !important;
  line-height:.95 !important;
}
body.bs-header-scrolled .premium-header .brand-solutions{
  margin-top:8px !important;
  font-size:12px !important;
  letter-spacing:6px !important;
  gap:10px !important;
}
body.bs-header-scrolled .premium-header .brand-solutions i{
  min-width:42px !important;
}
body.bs-header-scrolled .premium-header .nav-inner{
  height:104px !important;
  justify-content:space-between !important;
  gap:28px !important;
}
body.bs-header-scrolled .premium-header .menu{
  width:auto !important;
  margin-left:auto !important;
  justify-content:flex-end !important;
  gap:26px !important;
}
body.bs-header-scrolled .premium-header .menu>a:not(.nav-cta){
  padding:38px 0 !important;
}
body.bs-header-scrolled .premium-header .menu>a:not(.nav-cta):after{
  bottom:27px !important;
}
@media(max-width:1050px){
  body.bs-header-scrolled .premium-header .brand-name{font-size:28px !important}
  body.bs-header-scrolled .premium-header .brand-solutions{font-size:10px !important;letter-spacing:5px !important}
  body.bs-header-scrolled .premium-header .menu{gap:16px !important;font-size:11px !important}
}
@media(max-width:760px){
  body.bs-header-scrolled .premium-header .brand-lockup{display:none !important}
  body.bs-header-scrolled .premium-header .nav-inner{height:64px !important;justify-content:center !important}
  body.bs-header-scrolled .premium-header .menu{width:100% !important;margin-left:0 !important;justify-content:space-between !important;gap:10px !important}
  body.bs-header-scrolled .premium-header .menu>a:not(.nav-cta){padding:20px 0 !important}
}

/* V89 — remove dark green featured-card background */
.featured-card,
.featured-card.system-card-visual{
  background:#dff2fa !important;
  color:var(--deep) !important;
  border-color:#8fd0e8 !important;
}
.featured-card p,
.featured-card li,
.featured-card>a,
.featured-card.system-card-visual h3,
.featured-card.system-card-visual p,
.featured-card.system-card-visual .system-index,
.featured-card.system-card-visual .system-specs b{
  color:var(--deep) !important;
}
.featured-card.system-card-visual .system-specs span{
  background:rgba(255,255,255,.72) !important;
  color:#43564f !important;
}
.featured-card.system-card-visual .system-learn{
  background:#75bf1f !important;
  color:#fff !important;
  border-color:#75bf1f !important;
}
@media(hover:hover){
  .featured-card.system-card-visual:hover{
    background:#e4f3d7 !important;
  }
}

/* V91 — Borders Solar logo green hover for homepage system cards */
@media (hover:hover) and (pointer:fine){
  .system-card-visual:hover,
  .featured-card.system-card-visual:hover{
    background:#4f9f1d !important;
    border-color:#4f9f1d !important;
    color:#fff !important;
  }
  .system-card-visual:hover h3,
  .system-card-visual:hover p,
  .system-card-visual:hover .system-index,
  .system-card-visual:hover .system-specs b,
  .featured-card.system-card-visual:hover h3,
  .featured-card.system-card-visual:hover p,
  .featured-card.system-card-visual:hover .system-index,
  .featured-card.system-card-visual:hover .system-specs b{
    color:#fff !important;
  }
  .system-card-visual:hover .system-specs span,
  .featured-card.system-card-visual:hover .system-specs span{
    background:rgba(255,255,255,.12) !important;
    color:#fff !important;
  }
}
\n\n/* V92 — OCEAN first + light-blue accents across product cards */\n.system-card-visual .system-index,\n.featured-card.system-card-visual .system-index{\n  color:#0a315c !important;\n}\n.system-chip,\n.system-chip.popular{\n  background:#cfeaf7 !important;\n  color:#0a315c !important;\n  border:1px solid #9fd3e8 !important;\n}\n.system-card-visual .system-learn,\n.featured-card.system-card-visual .system-learn{\n  background:#dff2fa !important;\n  color:#0a315c !important;\n  border-color:#8fcde5 !important;\n}\n.system-card-visual .system-learn span,\n.featured-card.system-card-visual .system-learn span{\n  color:#0a315c !important;\n}\n@media (hover:hover) and (pointer:fine){\n  .system-card-visual:hover,\n  .featured-card.system-card-visual:hover{\n    background:#c7e7f3 !important;\n    border-color:#78bfd8 !important;\n    color:var(--deep) !important;\n  }\n  .system-card-visual:hover h3,\n  .system-card-visual:hover p,\n  .system-card-visual:hover .system-index,\n  .system-card-visual:hover .system-specs b,\n  .featured-card.system-card-visual:hover h3,\n  .featured-card.system-card-visual:hover p,\n  .featured-card.system-card-visual:hover .system-index,\n  .featured-card.system-card-visual:hover .system-specs b{\n    color:var(--deep) !important;\n  }\n  .system-card-visual:hover .system-specs span,\n  .featured-card.system-card-visual:hover .system-specs span{\n    background:rgba(255,255,255,.82) !important;\n    color:#48615a !important;\n  }\n}\n
/* V94 — editorial Our Systems introduction */
.systems-section .systems-editorial-heading{
  display:block;
  margin-bottom:42px;
  padding:6px 0 0;
}
.systems-section .systems-editorial-heading .eyebrow{
  font-size:clamp(25px,2.35vw,36px);
  line-height:1;
  letter-spacing:.09em;
  margin-bottom:22px;
}
.systems-section .systems-editorial-heading h2{
  max-width:1200px;
  font-size:clamp(54px,6vw,88px);
  line-height:.9;
  letter-spacing:-4.5px;
  margin:0 0 30px;
}
.systems-support-copy{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:48px;
  max-width:1160px;
  padding-top:25px;
  border-top:1px solid #dce5df;
}
.systems-section .systems-editorial-heading .systems-support-copy p{
  max-width:none;
  margin:0;
  font-size:15px;
  line-height:1.65;
  color:var(--muted);
}
.systems-section .systems-editorial-heading .systems-support-copy .systems-support-lead{
  font-size:17px;
  line-height:1.55;
  color:var(--deep);
}
.systems-support-points{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.systems-support-points span{
  padding:10px 15px;
  border-radius:999px;
  background:#e8f6fb;
  border:1px solid #b8e0ee;
  color:#38545c;
  font-size:12px;
}
.systems-support-points b{color:var(--deep)}
@media(max-width:760px){
  .systems-section .systems-editorial-heading{margin-bottom:30px}
  .systems-section .systems-editorial-heading .eyebrow{font-size:22px;margin-bottom:16px}
  .systems-section .systems-editorial-heading h2{font-size:clamp(40px,12vw,58px);line-height:.94;letter-spacing:-2.2px;margin-bottom:22px}
  .systems-support-copy{grid-template-columns:1fr;gap:14px;padding-top:18px}
  .systems-section .systems-editorial-heading .systems-support-copy p{font-size:14px}
  .systems-section .systems-editorial-heading .systems-support-copy .systems-support-lead{font-size:16px}
}

/* V95 — shorten system/product cards by roughly 1cm on desktop */
@media (min-width:901px){
  .system-card-visual{min-height:580px;padding:17px 20px}
  .system-topline{margin-bottom:10px}
  .system-product-image{height:218px;margin-bottom:13px}
  .system-card-visual h3{margin:3px 0 6px}
  .system-card-visual p{line-height:1.48}
  .system-specs{gap:6px;margin:14px 0 17px}
  .system-specs span{padding:8px 12px}
  .system-card-visual .system-learn{padding:11px 15px}
}

/* V96 — consistent subpage wordmark and larger return link */
.product-detail-nav img{
  width:340px;
  max-width:42vw;
  height:auto;
}
.product-detail-nav a.back-link{
  font-size:18px;
  line-height:1.2;
  font-weight:900;
}
@media(max-width:760px){
  .product-detail-nav img{width:260px;max-width:66vw;height:auto}
  .product-detail-nav a.back-link{font-size:15px}
}

/* V97 — Four Simple Steps cards approximately 1cm shorter on desktop */
@media (min-width:1051px){
  .systems-section .process-inline .journey-card{min-height:557px;}
  .systems-section .process-inline .journey-icon{margin-top:52px;margin-bottom:18px;width:90px;height:90px;}
  .systems-section .process-inline .journey-icon svg{width:52px;height:52px;}
  .systems-section .process-inline .journey-copy{padding:0 26px 22px;}
  .systems-section .process-inline .journey-copy i{margin:14px auto;}
  .systems-section .process-inline .journey-photo{height:160px;}
}


/* V98 — stronger systems tagline, slightly smaller headline */
.systems-section .systems-editorial-heading h2{
  max-width:1180px;
  font-size:clamp(54px,6.15vw,90px);
  line-height:.92;
  letter-spacing:-3.8px;
}
@media(max-width:760px){
  .systems-section .systems-editorial-heading h2{
    font-size:clamp(40px,12vw,58px);
    line-height:.95;
    letter-spacing:-2px;
  }
}

/* V99 — systems tagline 25% smaller */
.systems-section .systems-editorial-heading h2{
  font-size:clamp(41px,4.61vw,68px);
  line-height:.94;
  letter-spacing:-2.9px;
}
@media(max-width:760px){
  .systems-section .systems-editorial-heading h2{
    font-size:clamp(30px,9vw,44px);
    line-height:.97;
    letter-spacing:-1.5px;
  }
}

/* V100 — proposal journey card + sample proposal page */
.journey-card-link{color:inherit;text-decoration:none}
.journey-card-link:hover .journey-view-sample{background:#48a91c;color:#fff;transform:translateY(-2px)}
.journey-view-sample{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);z-index:3;background:#fff;border:1px solid #9ed7ef;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:800;color:#0b3552;box-shadow:0 8px 20px rgba(7,41,50,.10);transition:.25s ease;white-space:nowrap}
.sample-proposal-page{background:#f6f9f7;color:#082f27}
.sample-proposal-hero{padding:70px 0 42px;text-align:center}
.sample-proposal-hero .eyebrow{font-size:14px;letter-spacing:.14em;color:#49a91c;font-weight:900;text-transform:uppercase}
.sample-proposal-hero h1{font-size:clamp(42px,6vw,78px);line-height:.98;letter-spacing:-3px;margin:12px auto 18px;max-width:950px;color:#092d3b}
.sample-proposal-hero p{font-size:19px;line-height:1.6;color:#637682;max-width:760px;margin:0 auto}
.sample-proposal-frame{max-width:1120px;margin:0 auto 34px;background:#fff;border:1px solid #dfe9e3;border-radius:24px;box-shadow:0 24px 70px rgba(7,41,50,.10);padding:18px}
.sample-proposal-sheet{border-radius:15px;overflow:hidden;border:1px solid #e5ece8;background:#fff}
.sample-proposal-top{background:#082f27;color:#fff;padding:34px 38px;display:flex;justify-content:space-between;gap:30px;align-items:flex-end}
.sample-proposal-top h2{font-size:38px;margin:0 0 6px}.sample-proposal-top p{margin:0;color:#dce9e3}.sample-proposal-badge{background:#72c719;color:#fff;border-radius:999px;padding:10px 16px;font-weight:900;white-space:nowrap}
.sample-proposal-content{padding:34px 38px}.sample-proposal-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:28px}.sample-roof{min-height:330px;border-radius:16px;background:linear-gradient(rgba(8,47,39,.06),rgba(8,47,39,.06)),url('assets/proposal-design-workspace.png') center/cover no-repeat}.sample-summary{display:grid;gap:12px}.sample-summary div{padding:18px;border-radius:14px;background:#f2f8fb}.sample-summary strong{display:block;font-size:24px;color:#092d3b}.sample-summary span{font-size:13px;color:#6b7b83}.sample-bars{margin-top:28px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.sample-bars div{background:#f7faf8;border:1px solid #e1e9e4;border-radius:14px;padding:18px}.sample-bars b{display:block;font-size:17px;margin-bottom:5px}.sample-note{text-align:center;max-width:850px;margin:0 auto 70px;color:#667984;font-size:14px;line-height:1.6}.sample-actions{text-align:center;margin:30px 0 70px}.sample-actions .btn{margin:0 5px}
@media(max-width:760px){.sample-proposal-grid,.sample-bars{grid-template-columns:1fr}.sample-proposal-top{align-items:flex-start;flex-direction:column}.sample-proposal-content{padding:22px}.sample-roof{min-height:240px}.sample-proposal-hero h1{letter-spacing:-2px}}

/* V101 — MCS installation-partner reassurance */
.mcs-partner-standard{margin-top:16px;border:1px solid #d8e4cf;border-radius:14px;background:#fff;overflow:hidden}
.mcs-partner-standard-head{display:grid;grid-template-columns:245px 1fr;gap:28px;align-items:center;padding:18px 24px;background:#f6faf3;border-bottom:1px solid #dbe7d2}
.mcs-partner-standard-head span{font-size:12px;line-height:1.2;font-weight:900;text-transform:uppercase;letter-spacing:.11em;color:#4cae1b}
.mcs-partner-standard-head h3{margin:0;font-size:18px;line-height:1.3;color:#082f4e}
.mcs-partner-standard-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.mcs-partner-standard-grid article{position:relative;padding:18px 24px 20px;min-height:145px}
.mcs-partner-standard-grid article+article{border-left:1px solid #e0e6e2}
.mcs-partner-standard-grid b{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;margin-bottom:9px;border-radius:50%;background:#eef8e8;color:#4da91e;font-size:12px}
.mcs-partner-standard-grid h4{margin:0 0 5px;font-size:15px;line-height:1.2;color:#062b45}
.mcs-partner-standard-grid p{margin:0;font-size:13px;line-height:1.5;color:#506778}
@media(max-width:900px){
  .mcs-partner-standard-head{grid-template-columns:1fr;gap:7px}
  .mcs-partner-standard-grid{grid-template-columns:1fr}
  .mcs-partner-standard-grid article+article{border-left:0;border-top:1px solid #e0e6e2}
}

/* V102 — Four Simple Steps: green interactive cards */
@media (hover:hover) and (pointer:fine){
  .systems-section .process-inline .journey-card-link:hover{
    background:#4f9f1d;
    border-color:#4f9f1d;
    color:#fff;
    transform:translateY(-7px);
    box-shadow:0 24px 58px rgba(31,101,15,.22);
  }
  .systems-section .process-inline .journey-card-link:hover .journey-copy h3,
  .systems-section .process-inline .journey-card-link:hover .journey-copy p{color:#fff}
  .systems-section .process-inline .journey-card-link:hover .journey-copy i{background:#fff}
  .systems-section .process-inline .journey-card-link:hover .journey-icon{
    color:#fff;background:rgba(255,255,255,.13);box-shadow:none;
  }
  .systems-section .process-inline .journey-card-link:hover .journey-number{
    color:#4f9f1d;border-color:#fff;background:#fff;
  }
  .systems-section .process-inline .journey-card-link:hover .journey-arrow{
    color:#4f9f1d;
  }
  .systems-section .process-inline .journey-card-link:hover .journey-view-sample{
    background:#fff;color:#17420e;border-color:#fff;
  }
}
.systems-section .process-inline .journey-card-link:focus-visible{
  outline:4px solid rgba(79,159,29,.35);outline-offset:5px;
}

/* V102 — process detail pages */
.process-detail-page{background:#fff;color:#0b2c2a}
.process-detail-hero{padding:70px 0 58px;background:linear-gradient(135deg,#f7fbf5 0%,#eef7ea 100%)}
.process-detail-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:center}
.process-detail-kicker{color:#4f9f1d;font-size:13px;font-weight:950;letter-spacing:.18em;text-transform:uppercase;margin-bottom:16px}
.process-detail-hero h1{font-size:clamp(48px,5.6vw,78px);line-height:.96;letter-spacing:-3px;margin:0 0 22px;color:#092b45}
.process-detail-hero .lead{font-size:20px;line-height:1.62;color:#566c78;max-width:720px}
.process-detail-image img{width:100%;height:500px;object-fit:cover;border-radius:28px;display:block;box-shadow:0 22px 54px rgba(7,41,50,.13)}
.process-detail-section{padding:72px 0}
.process-detail-section.alt{background:#f7faf8}
.process-detail-section h2{font-size:clamp(34px,4vw,54px);line-height:1.02;letter-spacing:-2px;margin:8px 0 28px;color:#092b45}
.process-detail-list{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.process-detail-list article{padding:24px;border:1px solid #dfe9e2;border-radius:18px;background:#fff}
.process-detail-list h3{font-size:19px;margin:0 0 9px;color:#12372f}
.process-detail-list p{font-size:15px;line-height:1.6;color:#62747e;margin:0}
.process-detail-assurance{margin-top:28px;padding:22px 24px;border-radius:18px;border:1px solid #cfe1c3;background:#f3f9ef;font-size:16px;line-height:1.6;color:#38554a}
@media(max-width:900px){.process-detail-grid{grid-template-columns:1fr}.process-detail-image img{height:360px}.process-detail-list{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.process-detail-hero{padding:48px 0 40px}.process-detail-hero h1{letter-spacing:-2px}.process-detail-image img{height:260px}.process-detail-list{grid-template-columns:1fr}.process-detail-hero .lead{font-size:17px}}

/* V103 — Our Installation Standard page */
.mcs-installation-standard-link{margin-top:22px;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:18px 22px;border:1px solid #b9dc9e;border-radius:14px;background:#f7fbf3;color:#082f2a;text-decoration:none;transition:.2s ease}
.mcs-installation-standard-link span{display:flex;flex-direction:column;gap:3px}.mcs-installation-standard-link b{font-size:17px}.mcs-installation-standard-link small{font-size:13px;color:#5c6f69}.mcs-installation-standard-link>strong{color:#4f9f1d;white-space:nowrap}.mcs-installation-standard-link:hover{background:#4f9f1d;color:#fff;border-color:#4f9f1d;transform:translateY(-2px)}.mcs-installation-standard-link:hover small,.mcs-installation-standard-link:hover>strong{color:#fff}
.installation-standard-page{background:#fff;color:#0a2e2a}.installation-standard-nav .wrap{display:flex;justify-content:space-between;align-items:center}.installation-standard-nav img{width:310px;height:auto}.installation-standard-hero{padding:74px 0 82px;background:linear-gradient(180deg,#f7fbf7 0%,#fff 100%)}.installation-standard-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:64px;align-items:center}.installation-standard-copy .eyebrow,.installation-standard-section-heading .eyebrow,.installation-standard-standard-inner .eyebrow,.installation-standard-cta .eyebrow{color:#4f9f1d;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.installation-standard-copy h1{font-size:clamp(58px,6.2vw,94px);line-height:.92;letter-spacing:-4px;margin:14px 0 24px;color:#082f2a}.installation-standard-copy h1 span{color:#4f9f1d}.installation-standard-copy h2{font-size:clamp(24px,2.2vw,34px);line-height:1.15;margin:0 0 22px;color:#0b315c;max-width:760px}.installation-standard-copy p{font-size:18px;line-height:1.7;color:#5a6f70;max-width:760px;margin:0 0 14px}.installation-standard-copy .btn{margin-top:16px}.installation-standard-hero-image{position:relative}.installation-standard-hero-image img{width:100%;aspect-ratio:1.05/1;object-fit:cover;border-radius:28px;display:block}.installation-standard-image-note{position:absolute;left:22px;right:22px;bottom:22px;padding:18px 20px;border-radius:14px;background:rgba(5,42,37,.92);color:#fff;display:flex;justify-content:space-between;gap:18px;align-items:center}.installation-standard-image-note b{font-size:18px}.installation-standard-image-note span{font-size:13px;color:#dce9e4}.installation-standard-pillars{padding:82px 0;background:#fff}.installation-standard-section-heading{max-width:850px;margin-bottom:38px}.installation-standard-section-heading h2{font-size:clamp(42px,4.5vw,68px);line-height:1;letter-spacing:-2px;margin:10px 0 18px;color:#082f2a}.installation-standard-section-heading>p{font-size:18px;line-height:1.65;color:#637879}.installation-standard-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.installation-standard-grid article{position:relative;padding:28px 24px 30px;border:1px solid #cce4eb;border-radius:20px;background:#eef9fd;min-height:330px}.installation-standard-number{font-size:16px;font-weight:900;color:#4f9f1d}.installation-standard-icon{width:60px;height:60px;border-radius:50%;display:grid;place-items:center;margin:24px 0 26px;background:#fff;border:1px solid #b8d9e4;color:#4f9f1d;font-weight:900;font-size:22px}.installation-standard-grid article:last-child .installation-standard-icon{font-size:14px}.installation-standard-grid h3{font-size:24px;line-height:1.1;margin:0 0 14px;color:#082f2a}.installation-standard-grid p{font-size:15px;line-height:1.6;color:#5e7275}.installation-standard-standard-panel{padding:0 0 84px}.installation-standard-standard-inner{padding:46px 48px;border-radius:26px;background:#082f2a;color:#fff;display:grid;grid-template-columns:.8fr 1.2fr;gap:42px}.installation-standard-standard-inner h2{font-size:clamp(36px,4vw,60px);line-height:1;letter-spacing:-2px;margin:10px 0 0;color:#fff}.installation-standard-standard-copy p{font-size:17px;line-height:1.7;color:#d9e7e4;margin:0 0 14px}.installation-standard-checks{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.installation-standard-checks span{padding:14px 16px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:rgba(255,255,255,.06);font-size:14px;font-weight:700}.installation-standard-closing{padding:0 0 88px}.installation-standard-quote{padding:38px 42px;border-left:6px solid #4f9f1d;background:#f5faf3;border-radius:0 20px 20px 0}.installation-standard-quote p{font-size:clamp(26px,3vw,42px);line-height:1.1;margin:0 0 8px;color:#0b315c;font-weight:800}.installation-standard-quote strong{display:block;font-size:20px;line-height:1.45;color:#4f9f1d}.installation-standard-cta{margin-top:32px;padding:34px 38px;border:1px solid #cfe0d8;border-radius:20px;display:flex;justify-content:space-between;align-items:center;gap:32px}.installation-standard-cta h2{font-size:clamp(30px,3vw,46px);line-height:1.04;margin:8px 0 0;color:#082f2a}.installation-standard-cta .btn{white-space:nowrap}
@media(max-width:1050px){.installation-standard-hero-grid{grid-template-columns:1fr}.installation-standard-grid{grid-template-columns:repeat(2,1fr)}.installation-standard-standard-inner{grid-template-columns:1fr}.installation-standard-checks{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.mcs-installation-standard-link{align-items:flex-start;flex-direction:column;gap:10px}.mcs-installation-standard-link>strong{white-space:normal}.installation-standard-nav img{width:220px}.installation-standard-hero{padding:46px 0 54px}.installation-standard-copy h1{font-size:52px;letter-spacing:-2.4px}.installation-standard-copy h2{font-size:23px}.installation-standard-copy p{font-size:16px}.installation-standard-pillars{padding:56px 0}.installation-standard-grid{grid-template-columns:1fr}.installation-standard-grid article{min-height:0}.installation-standard-standard-inner{padding:32px 24px}.installation-standard-checks{grid-template-columns:1fr}.installation-standard-quote{padding:28px 24px}.installation-standard-quote strong{font-size:17px}.installation-standard-cta{padding:28px 24px;align-items:flex-start;flex-direction:column}}

/* V105 — richer installation standard subpage */
.installation-standard-trust-strip{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}
.installation-standard-trust-strip span{display:flex;flex-direction:column;gap:5px;padding:18px 20px;border:1px solid #cfe0d8;border-radius:14px;background:#fff}
.installation-standard-trust-strip b{font-size:16px;color:#082f2a}.installation-standard-trust-strip small{font-size:13px;line-height:1.45;color:#607577}
.installation-standard-review{padding:0 0 80px;background:#fff}.installation-standard-review-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:start;padding:42px 46px;border:1px solid #d6e4df;border-radius:24px;background:#f8fbf8}.installation-standard-review .eyebrow{color:#4f9f1d;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.installation-standard-review h2{font-size:clamp(36px,4vw,58px);line-height:1;letter-spacing:-2px;margin:10px 0 18px;color:#082f2a}.installation-standard-review p{font-size:17px;line-height:1.65;color:#607577;margin:0}.installation-standard-review-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.installation-standard-review-list span{position:relative;padding:16px 16px 16px 42px;border-radius:12px;background:#fff;border:1px solid #d6e4df;color:#173a37;font-size:14px;font-weight:700;line-height:1.4}.installation-standard-review-list span:before{content:'✓';position:absolute;left:16px;top:15px;color:#4f9f1d;font-weight:900}
@media(max-width:900px){.installation-standard-trust-strip{grid-template-columns:1fr}.installation-standard-review-grid{grid-template-columns:1fr}.installation-standard-review-list{grid-template-columns:1fr}}
@media(max-width:600px){.installation-standard-review-grid{padding:28px 22px}.installation-standard-review{padding-bottom:56px}}


/* V107 — richer Survey & Installation / Optimise & Support subpages */
.process-detail-promise{padding:72px 0;background:#fff}
.process-promise-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:72px;align-items:start}
.process-detail-promise h2{font-size:clamp(36px,4.3vw,58px);line-height:1;letter-spacing:-2px;color:#092b45;margin:8px 0 20px;max-width:760px}
.process-detail-promise p{font-size:18px;line-height:1.7;color:#607480;max-width:760px}
.process-promise-points{border-top:1px solid #dbe5df}
.process-promise-points>div{display:grid;grid-template-columns:54px 1fr;gap:16px;align-items:center;padding:22px 0;border-bottom:1px solid #dbe5df}
.process-promise-points span{font-size:13px;font-weight:950;color:#55a91d;letter-spacing:.08em}
.process-promise-points strong{font-size:20px;line-height:1.25;color:#0a3046}
.process-detail-page .product-cta-band{background:#082f29}
@media(max-width:900px){.process-promise-grid{grid-template-columns:1fr;gap:36px}.process-detail-promise{padding:52px 0}}

/* V108 — expanded Installation Standard reassurance content */
.installation-standard-detail{padding:72px 0;background:#f7faf5;border-top:1px solid #e0e9dc}
.installation-standard-detail-wrap{display:grid;grid-template-columns:.85fr 1.55fr;gap:60px;align-items:start}
.installation-standard-detail-intro h2,.installation-standard-accountability h2,.installation-standard-journey h2{font-size:clamp(32px,3vw,48px);line-height:1.05;letter-spacing:-1.4px;color:#082f2b;margin:10px 0 20px}
.installation-standard-detail-intro p,.installation-standard-accountability p,.installation-standard-journey p{font-size:17px;line-height:1.7;color:#5c7180}
.installation-standard-detail-intro strong,.installation-standard-accountability strong{display:block;margin-top:22px;font-size:19px;line-height:1.5;color:#153d35}
.installation-standard-detail-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.installation-standard-detail-cards article{background:#fff;border:1px solid #dbe6d8;border-radius:18px;padding:26px;box-shadow:0 16px 40px rgba(16,54,45,.05)}
.installation-standard-detail-cards article>span{display:inline-flex;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;background:#eff8e9;color:#4cad21;font-weight:900}
.installation-standard-detail-cards h3{font-size:22px;line-height:1.15;color:#0a3150;margin:18px 0 12px}
.installation-standard-detail-cards p,.installation-standard-detail-cards li{font-size:14px;line-height:1.6;color:#607381}
.installation-standard-detail-cards ul{padding-left:18px;margin:16px 0 0}
.installation-standard-detail-cards strong{display:block;margin-top:16px;color:#183e36;line-height:1.5}
.installation-standard-accountability{padding:72px 0;background:#fff}
.installation-standard-accountability-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px}
.installation-standard-accountability-grid>div{padding-right:30px}
.installation-standard-journey{padding:66px 0;background:#072f29;color:#fff}
.installation-standard-journey .eyebrow{color:#9bdd43}.installation-standard-journey h2{color:#fff;max-width:900px}.installation-standard-journey p{color:#d6e3df;max-width:1050px}
.installation-standard-journey-steps{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:32px}
.installation-standard-journey-steps span{padding:12px 20px;border:1px solid rgba(255,255,255,.25);border-radius:999px;font-weight:800;background:rgba(255,255,255,.06)}
.installation-standard-journey-steps b{color:#8bd23e;font-size:22px}
@media(max-width:1000px){.installation-standard-detail-wrap{grid-template-columns:1fr}.installation-standard-detail-cards{grid-template-columns:1fr}.installation-standard-accountability-grid{grid-template-columns:1fr;gap:40px}}

/* V109 — new Borders Solar image logo in the top header */
.premium-header .brand-lockup-image{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  width:auto;
  max-width:none;
}
.premium-header .header-logo-image{
  display:block;
  width:510px;
  max-width:38vw;
  height:auto;
  object-fit:contain;
}
body.bs-header-scrolled .premium-header .brand-lockup-image{
  display:flex !important;
  width:auto !important;
  max-width:none !important;
  opacity:1 !important;
  visibility:visible !important;
}
body.bs-header-scrolled .premium-header .header-logo-image{
  width:455px;
  max-width:36vw;
  height:auto;
}
@media(max-width:1180px){
  .premium-header .header-logo-image{width:410px;max-width:36vw}
  body.bs-header-scrolled .premium-header .header-logo-image{width:365px;max-width:34vw}
}
@media(max-width:900px){
  .premium-header .header-logo-image{width:330px;max-width:48vw}
  body.bs-header-scrolled .premium-header .header-logo-image{width:290px;max-width:42vw}
}
@media(max-width:760px){
  .premium-header .brand-lockup-image{display:flex !important}
  .premium-header .header-logo-image{width:260px;max-width:68vw}
  body.bs-header-scrolled .premium-header .brand-lockup-image{display:none !important}
}

/* Why Borders Solar — dedicated page */
.why-bs-page{background:#fff;color:#13243b}.why-bs-hero{padding:92px 0 84px;background:linear-gradient(135deg,#f4f8fb 0%,#fff 62%);border-bottom:1px solid #e6edf2}.why-bs-hero-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);gap:70px;align-items:center}.why-bs-hero h1{font-size:clamp(46px,5.5vw,78px);line-height:.98;letter-spacing:-.045em;margin:18px 0 26px}.why-bs-hero h1 span,.why-bs-section-head h2 span,.why-bs-quote h2 span{color:#48a548}.why-bs-hero p{font-size:20px;line-height:1.65;max-width:760px;color:#536275}.why-bs-local-card{background:#102a47;color:#fff;border-radius:26px;padding:38px;box-shadow:0 24px 60px rgba(16,42,71,.18)}.why-bs-local-card strong{font-size:13px;letter-spacing:.18em;color:#8ed087}.why-bs-local-card span{display:block;font-size:30px;font-weight:800;margin:8px 0 22px}.why-bs-local-card hr{border:0;border-top:1px solid rgba(255,255,255,.18);margin:0 0 22px}.why-bs-local-card p{font-size:17px;color:#fff;margin:0 0 26px}.why-bs-local-card div{font-size:13px;line-height:1.8;color:#c9d5e1}.why-bs-intro,.why-bs-process{padding:96px 0}.why-bs-section-head{max-width:850px;margin-bottom:48px}.why-bs-section-head h2,.why-bs-standard h2,.why-bs-quote h2,.why-bs-cta h2{font-size:clamp(38px,4.2vw,60px);line-height:1.04;letter-spacing:-.035em;margin:14px 0 20px}.why-bs-section-head>p,.why-bs-standard p,.why-bs-quote p,.why-bs-cta p{font-size:18px;line-height:1.7;color:#607083;max-width:760px}.why-bs-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.why-bs-cards article{padding:32px 28px;border:1px solid #e2e9ee;border-radius:20px;background:#fff}.why-bs-cards b{color:#4da94d;font-size:14px}.why-bs-cards h3{font-size:22px;margin:22px 0 12px}.why-bs-cards p{color:#667589;line-height:1.65;margin:0}.why-bs-standard{padding:88px 0;background:#f4f8f6}.why-bs-standard-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.why-bs-checks{display:grid;gap:12px}.why-bs-checks span{display:block;background:#fff;border:1px solid #dde8e0;border-radius:14px;padding:17px 20px;font-weight:700}.why-bs-checks span::first-letter{color:#4da94d}.why-bs-no-pressure{padding:90px 0;background:#102a47;color:#fff}.why-bs-quote{max-width:900px;position:relative;padding-left:70px}.why-bs-quote-mark{position:absolute;left:0;top:-22px;font-size:100px;line-height:1;color:#4da94d}.why-bs-quote p{color:#d2dce5}.why-bs-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}.why-bs-steps article{border-top:3px solid #4da94d;padding-top:24px}.why-bs-steps span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#102a47;color:#fff;font-weight:800}.why-bs-steps h3{font-size:21px;margin:18px 0 10px}.why-bs-steps p{color:#68778a;line-height:1.6}.why-bs-cta{padding:90px 0;background:#eef5fb;text-align:center}.why-bs-cta .wrap>div{max-width:850px;margin:auto}.why-bs-cta p{margin:0 auto 30px}.menu a[aria-current="page"]{color:#4da94d}
@media(max-width:900px){.why-bs-hero-grid,.why-bs-standard-grid{grid-template-columns:1fr;gap:38px}.why-bs-cards,.why-bs-steps{grid-template-columns:repeat(2,1fr)}.why-bs-hero{padding:60px 0}.why-bs-intro,.why-bs-process,.why-bs-standard,.why-bs-no-pressure,.why-bs-cta{padding:64px 0}}
@media(max-width:620px){.why-bs-cards,.why-bs-steps{grid-template-columns:1fr}.why-bs-hero h1{font-size:44px}.why-bs-quote{padding-left:0}.why-bs-quote-mark{position:static;display:block;height:55px}.why-bs-local-card{padding:28px}.why-bs-hero p{font-size:17px}}

/* V111 — Why Borders Solar conversion-led redesign */
.why-bs-v2{background:#fff;color:#0b2c46}.why2-hero{padding:78px 0 70px;background:linear-gradient(135deg,#f7fbfd 0%,#fff 58%,#f2f8ef 100%);overflow:hidden}.why2-hero-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:64px;align-items:center}.why2-hero h1{font-size:clamp(48px,5.6vw,82px);line-height:.94;letter-spacing:-.055em;margin:15px 0 28px;color:#092d48}.why2-hero h1 span,.why2-heading-center h2 span,.why2-standard h2 span,.why2-no-pressure h2 span,.why2-final-card h2 span{color:#53ad25}.why2-lead{font-size:20px;line-height:1.65;color:#566c7c;max-width:760px}.why2-lead strong{color:#183c4c}.why2-hero .hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.why2-hero .btn-ghost{background:#fff;border:1px solid #cbdbe3;color:#0b3552}.why2-hero .btn-ghost:hover{border-color:#53ad25;color:#388c16}.why2-mini-proof{display:flex;gap:20px;flex-wrap:wrap;margin-top:32px;padding-top:24px;border-top:1px solid #dfe9ed}.why2-mini-proof span{font-size:12px;line-height:1.35;color:#657987}.why2-mini-proof b{display:block;color:#0a3550;font-size:11px;letter-spacing:.1em;margin-bottom:3px}.why2-hero-visual{position:relative;min-height:540px}.why2-hero-visual>img{width:100%;height:540px;object-fit:cover;border-radius:28px;box-shadow:0 30px 80px rgba(8,42,62,.16)}.why2-floating-card{position:absolute;left:-34px;bottom:30px;width:min(390px,84%);background:rgba(8,43,58,.96);color:#fff;padding:25px 27px;border-radius:19px;box-shadow:0 18px 45px rgba(0,0,0,.18)}.why2-floating-card small{display:block;color:#9dde59;font-size:11px;font-weight:900;letter-spacing:.12em}.why2-floating-card strong{display:block;font-size:24px;line-height:1.15;margin:8px 0}.why2-floating-card p{margin:0;color:#dce8eb;line-height:1.55;font-size:14px}.why2-proof-band{background:#082f29;color:#fff}.why2-proof-grid{display:grid;grid-template-columns:repeat(4,1fr)}.why2-proof-grid>div{padding:23px 25px;border-right:1px solid rgba(255,255,255,.12)}.why2-proof-grid>div:last-child{border-right:0}.why2-proof-grid strong{display:block;font-size:15px}.why2-proof-grid span{display:block;color:#b9d0ca;font-size:12px;margin-top:5px}.why2-difference{padding:92px 0 96px}.why2-heading-center{text-align:center;max-width:920px;margin:0 auto 50px}.why2-heading-center h2,.why2-compare h2,.why2-proposal h2,.why2-standard h2,.why2-local h2,.why2-no-pressure h2,.why2-final-card h2{font-size:clamp(38px,4.4vw,62px);line-height:1.02;letter-spacing:-.04em;margin:12px 0 20px}.why2-heading-center p{font-size:18px;line-height:1.7;color:#607584;max-width:760px;margin:0 auto}.why2-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.why2-feature-grid article{padding:31px 27px;border:1px solid #dde8e8;border-radius:20px;background:#fff;box-shadow:0 14px 38px rgba(7,43,57,.05);transition:.25s ease}.why2-feature-grid article:hover{transform:translateY(-5px);box-shadow:0 22px 50px rgba(7,43,57,.10);border-color:#c7dfc0}.why2-num{display:inline-flex;width:42px;height:42px;border-radius:50%;align-items:center;justify-content:center;background:#edf8e9;color:#4ca61f;font-size:12px;font-weight:950}.why2-feature-grid h3{font-size:22px;line-height:1.18;margin:20px 0 12px;color:#0b3150}.why2-feature-grid p{font-size:14px;line-height:1.65;color:#647986}.why2-feature-grid strong{display:block;margin-top:17px;color:#3e9519;font-size:13px}.why2-compare{padding:90px 0;background:#f4f8f6}.why2-compare-grid{display:grid;grid-template-columns:1fr .92fr;gap:72px;align-items:center}.why2-compare-copy>p,.why2-proposal p,.why2-standard p,.why2-local p,.why2-no-pressure p,.why2-final-card p{font-size:17px;line-height:1.7;color:#607584}.why2-check-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:28px}.why2-check-list span{padding:13px 15px;background:#fff;border:1px solid #dae6df;border-radius:10px;font-size:13px;font-weight:750;color:#24424a}.why2-vs-card{background:#fff;border:1px solid #d6e4df;border-radius:22px;padding:26px;box-shadow:0 18px 55px rgba(12,48,45,.09)}.why2-vs-top{font-size:11px;letter-spacing:.13em;font-weight:950;color:#4ea720;padding:4px 4px 19px}.why2-vs-row{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:15px 4px;border-top:1px solid #e5ece9;align-items:center}.why2-vs-row span{color:#859497;font-size:13px}.why2-vs-row b{color:#133e36;font-size:14px}.why2-vs-row.muted{background:#f9fbfa;margin:0 -8px;padding-left:12px;padding-right:12px}.why2-vs-card .btn{margin-top:22px;width:100%;text-align:center}.why2-proposal{padding:96px 0}.why2-proposal-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:72px;align-items:center}.why2-proposal-image img{width:100%;border-radius:24px;box-shadow:0 24px 60px rgba(8,43,60,.15)}.why2-proposal ul{list-style:none;padding:0;margin:25px 0}.why2-proposal li{position:relative;padding:12px 0 12px 32px;border-bottom:1px solid #e3ebed;color:#637985;line-height:1.55}.why2-proposal li:before{content:'✓';position:absolute;left:2px;top:12px;color:#52aa24;font-weight:950}.why2-proposal li strong{color:#173c47}.why2-proposal .hero-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.why2-text-link{font-weight:850;color:#0b4866;text-decoration:none}.why2-text-link:hover{color:#4ca51f}.why2-standard{padding:90px 0;background:#082f29;color:#fff}.why2-standard-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.why2-standard h2{color:#fff}.why2-standard p{color:#c7d8d3}.why2-standard .eyebrow.light{color:#9cdc5e}.why2-standard-link{display:inline-block;margin-top:18px;color:#fff;font-weight:900;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.35);padding-bottom:5px}.why2-standard-link b{color:#98dc55}.why2-standard-image{position:relative}.why2-standard-image>img{width:100%;height:440px;object-fit:cover;border-radius:22px}.why2-standard-image>div{position:absolute;left:22px;right:22px;bottom:20px;background:rgba(255,255,255,.95);color:#153936;border-radius:14px;padding:17px 19px}.why2-standard-image strong{display:block;color:#48a01d}.why2-standard-image span{display:block;font-size:12px;line-height:1.45;margin-top:4px}.why2-local{padding:90px 0;background:#fff}.why2-local-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:68px;align-items:center}.why2-place-card{background:#f2f8ee;border:1px solid #d9e8d1;border-radius:22px;padding:34px}.why2-place-card strong{font-size:26px;color:#113a35}.why2-place-card p{font-size:15px;margin:12px 0 20px}.why2-place-card span{font-size:11px;font-weight:950;letter-spacing:.14em;color:#4e9f25}.why2-no-pressure{padding:84px 0;background:#eef5fb}.why2-no-pressure-inner{text-align:center;max-width:900px}.why2-quote-mark{font-size:80px;line-height:.7;color:#57a929;font-family:Georgia,serif}.why2-no-pressure p{max-width:780px;margin:0 auto}.why2-final-cta{padding:78px 0 92px}.why2-final-card{background:linear-gradient(135deg,#0a3047 0%,#0a3a36 100%);color:#fff;border-radius:28px;padding:54px 58px;display:grid;grid-template-columns:1.3fr .7fr;gap:60px;align-items:center;box-shadow:0 28px 70px rgba(9,47,59,.16)}.why2-final-card h2{color:#fff}.why2-final-card p{color:#cfdee2;max-width:720px}.why2-final-actions{text-align:center}.why2-final-actions .btn{display:block;font-size:18px;padding:17px 28px}.why2-final-actions span{display:block;margin-top:13px;font-size:12px;color:#bdd0d4}
@media(max-width:1050px){.why2-hero-grid,.why2-compare-grid,.why2-proposal-grid,.why2-standard-grid,.why2-local-grid{grid-template-columns:1fr;gap:42px}.why2-feature-grid{grid-template-columns:repeat(2,1fr)}.why2-hero-visual{min-height:auto}.why2-floating-card{left:24px}.why2-final-card{grid-template-columns:1fr;gap:30px}.why2-final-actions{text-align:left}.why2-final-actions .btn{display:inline-block}.why2-standard-image>img{height:auto}}
@media(max-width:760px){.why2-hero{padding:52px 0}.why2-hero h1{font-size:clamp(43px,12.5vw,60px)}.why2-lead{font-size:17px}.why2-hero-visual>img{height:390px}.why2-floating-card{position:relative;left:auto;bottom:auto;width:auto;margin:-62px 18px 0}.why2-proof-grid{grid-template-columns:1fr 1fr}.why2-proof-grid>div:nth-child(2){border-right:0}.why2-proof-grid>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}.why2-feature-grid{grid-template-columns:1fr}.why2-check-list{grid-template-columns:1fr}.why2-difference,.why2-compare,.why2-proposal,.why2-standard,.why2-local,.why2-no-pressure,.why2-final-cta{padding:60px 0}.why2-final-card{padding:38px 26px;border-radius:22px}.why2-mini-proof{display:grid;grid-template-columns:1fr 1fr}.why2-vs-row{grid-template-columns:.9fr 1.1fr}.why2-standard-image>img{height:330px}.why2-heading-center h2,.why2-compare h2,.why2-proposal h2,.why2-standard h2,.why2-local h2,.why2-no-pressure h2,.why2-final-card h2{font-size:clamp(36px,10vw,48px)}}

/* Why Borders Solar — simple & smart */
.why-simple{background:#fff;color:#10243b}.ws-hero{padding:78px 0 70px;background:linear-gradient(180deg,#f6faf7 0%,#fff 100%)}.ws-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:68px;align-items:center}.ws-hero h1{font-size:clamp(52px,6vw,86px);line-height:.96;letter-spacing:-.055em;margin:16px 0 24px}.ws-hero h1 span,.ws-final h2 span{color:#63b84d}.ws-hero p{font-size:21px;line-height:1.55;max-width:610px;color:#526173}.ws-hero-image img{width:100%;height:430px;object-fit:cover;border-radius:24px;display:block}.ws-three{padding:86px 0}.ws-section-title{text-align:center;max-width:650px;margin:0 auto 46px}.ws-section-title h2,.ws-difference h2,.ws-local h2,.ws-final h2{font-size:clamp(34px,4vw,54px);line-height:1.06;letter-spacing:-.035em;margin:0 0 14px}.ws-section-title p{font-size:19px;color:#6a7684}.ws-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.ws-card-grid article{padding:34px 32px;border:1px solid #e5ebe7;border-radius:18px;background:#fff}.ws-card-grid article>span{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:50%;background:#edf8e9;color:#4b9e3d;font-weight:800;font-size:13px}.ws-card-grid h3{font-size:23px;margin:25px 0 10px}.ws-card-grid p{color:#687583;line-height:1.65;margin:0}.ws-difference{padding:88px 0;background:#0f2740;color:#fff}.ws-difference-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:center}.ws-difference .eyebrow{color:#9bdb74}.ws-difference p{font-size:19px;color:#c6d0d9;max-width:600px}.ws-ticks{display:grid;grid-template-columns:1fr 1fr;gap:13px 24px;margin-top:32px}.ws-ticks span{color:#eef4f7}.ws-statement{background:#fff;color:#10243b;border-radius:22px;padding:40px}.ws-statement small{font-weight:800;color:#58aa45;letter-spacing:.12em}.ws-statement strong{display:block;font-size:40px;line-height:1.08;letter-spacing:-.035em;margin:18px 0}.ws-statement p{color:#697684;font-size:16px;margin:0}.ws-local{padding:90px 0}.ws-local-inner{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.ws-local p{font-size:18px;line-height:1.7;color:#657381}.ws-local img{width:100%;height:360px;object-fit:cover;border-radius:22px}.ws-places{font-weight:650;color:#334b5f!important;font-size:15px!important}.ws-final{padding:35px 0 90px}.ws-final-inner{background:#eef8ea;border-radius:26px;padding:55px 60px;display:grid;grid-template-columns:1fr auto;gap:60px;align-items:center}.ws-final p{font-size:18px;color:#5e6d79;max-width:650px;margin-bottom:0}.ws-final-inner>div:last-child{display:flex;flex-direction:column;align-items:center;gap:12px}.ws-final-inner>div:last-child span{font-size:13px;color:#68766d}@media(max-width:850px){.ws-hero-grid,.ws-difference-grid,.ws-local-inner,.ws-final-inner{grid-template-columns:1fr;gap:35px}.ws-card-grid{grid-template-columns:1fr}.ws-hero{padding-top:45px}.ws-hero-image img{height:300px}.ws-ticks{grid-template-columns:1fr}.ws-final-inner{padding:38px 28px}.ws-final-inner>div:last-child{align-items:flex-start}}

/* V103 — Why Borders Solar dynamic visual refresh */
.why-dynamic{background:#fff;color:#102a3d;overflow:hidden}.wd-hero{position:relative;padding:82px 0 78px;background:linear-gradient(135deg,#f5faf6 0%,#edf7fb 55%,#fff 100%)}.wd-orb{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.wd-orb-a{width:360px;height:360px;right:-140px;top:-120px;background:radial-gradient(circle,rgba(102,190,74,.17),rgba(102,190,74,0) 70%)}.wd-orb-b{width:300px;height:300px;left:-160px;bottom:-170px;background:radial-gradient(circle,rgba(76,162,210,.13),rgba(76,162,210,0) 70%)}.wd-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:72px;align-items:center;position:relative;z-index:2}.wd-eyebrow{color:#58a63f}.wd-hero h1{font-size:clamp(58px,6.6vw,96px);line-height:.9;letter-spacing:-.06em;margin:17px 0 27px;color:#0d2e47}.wd-hero h1 span{color:#62b84a}.wd-hero-copy>p{font-size:21px;line-height:1.58;color:#526778;max-width:620px}.wd-primary b,.wd-final-actions b{font-size:18px;margin-left:8px}.wd-text-link{font-weight:850;color:#143f58;text-decoration:none;border-bottom:1px solid #9eb0bb;padding-bottom:4px}.wd-text-link:hover{color:#58a63f;border-color:#58a63f}.wd-trust-row{display:flex;gap:20px;flex-wrap:wrap;margin-top:27px;color:#536a79;font-size:13px;font-weight:750}.wd-trust-row b{color:#5cad44;margin-right:5px}.wd-hero-visual{position:relative;min-height:510px}.wd-hero-visual>img{width:100%;height:510px;object-fit:cover;border-radius:32px;display:block;box-shadow:0 30px 70px rgba(13,52,70,.18);transform:rotate(1.1deg)}.wd-float{position:absolute;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.8);box-shadow:0 18px 45px rgba(13,51,68,.16);border-radius:18px}.wd-float-top{right:-24px;top:34px;padding:19px 22px;animation:wdFloat 4.5s ease-in-out infinite}.wd-float-top small,.wd-float-bottom small,.wd-design-badge small{font-size:10px;letter-spacing:.14em;font-weight:950;color:#62a94a}.wd-float-top strong{display:block;font-size:24px;line-height:1.05;margin-top:7px}.wd-float-bottom{left:-30px;bottom:30px;padding:16px 20px;display:flex;gap:12px;align-items:center;animation:wdFloat 5.5s ease-in-out infinite reverse}.wd-float-bottom strong{display:block;font-size:15px;margin-top:4px}.wd-pulse{width:12px;height:12px;border-radius:50%;background:#62bb4c;box-shadow:0 0 0 0 rgba(98,187,76,.5);animation:wdPulse 2s infinite}@keyframes wdFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes wdPulse{0%{box-shadow:0 0 0 0 rgba(98,187,76,.5)}70%{box-shadow:0 0 0 10px rgba(98,187,76,0)}100%{box-shadow:0 0 0 0 rgba(98,187,76,0)}}
.wd-strip{background:#0d2f42;color:#fff}.wd-strip-grid{display:grid;grid-template-columns:repeat(4,1fr)}.wd-strip-grid>div{padding:23px 25px;border-right:1px solid rgba(255,255,255,.12)}.wd-strip-grid>div:last-child{border-right:0}.wd-strip strong{display:block;font-size:18px;color:#91db70}.wd-strip span{font-size:12px;color:#c5d4dc;display:block;margin-top:5px}.wd-reasons{padding:98px 0}.wd-heading{text-align:center;max-width:820px;margin:0 auto 52px}.wd-heading h2,.wd-design h2,.wd-local h2,.wd-final h2{font-size:clamp(40px,4.6vw,66px);line-height:1;letter-spacing:-.045em;margin:12px 0 17px}.wd-heading p{font-size:18px;line-height:1.7;color:#667987;max-width:700px;margin:0 auto}.wd-reason-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.wd-reason-card{position:relative;padding:34px 30px 32px;min-height:340px;border:1px solid #dee9e7;border-radius:24px;background:#fff;box-shadow:0 12px 36px rgba(10,47,63,.06);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;overflow:hidden}.wd-reason-card:after{content:'';position:absolute;width:150px;height:150px;border-radius:50%;right:-80px;bottom:-80px;background:rgba(101,188,72,.08);transition:.35s ease}.wd-reason-card:hover{transform:translateY(-9px);box-shadow:0 28px 60px rgba(10,47,63,.14);border-color:#c8e3c1}.wd-reason-card:hover:after{transform:scale(1.35)}.wd-card-dark{background:linear-gradient(145deg,#0e3247,#0e403b);color:#fff;border-color:transparent}.wd-card-dark h3,.wd-card-dark p,.wd-card-dark strong{color:#fff}.wd-card-dark p{opacity:.76}.wd-num{font-size:11px;font-weight:950;letter-spacing:.12em;color:#62ad49}.wd-icon{font-size:34px;margin:44px 0 18px;color:#64b84d}.wd-reason-card h3{font-size:25px;line-height:1.15;margin:0 0 13px;color:#12364b}.wd-reason-card p{font-size:15px;line-height:1.67;color:#687c89}.wd-reason-card strong{display:block;margin-top:18px;color:#4b9f39;font-size:13px}.wd-design{padding:98px 0;background:#f2f7f5}.wd-design-grid{display:grid;grid-template-columns:.96fr 1.04fr;gap:76px;align-items:center}.wd-design-visual{position:relative}.wd-design-visual>img{width:100%;height:470px;object-fit:cover;border-radius:28px;box-shadow:0 24px 65px rgba(7,44,58,.14)}.wd-design-badge{position:absolute;right:-24px;bottom:30px;background:#fff;border-radius:18px;padding:18px 20px;box-shadow:0 18px 45px rgba(7,44,58,.15);display:flex;align-items:center;gap:13px}.wd-design-badge>span{display:flex;width:40px;height:40px;border-radius:50%;background:#edf8e9;color:#56a83f;align-items:center;justify-content:center;font-weight:950}.wd-design-badge strong{display:block;font-size:15px;margin-top:4px}.wd-design-copy>p,.wd-local-copy>p,.wd-final p{font-size:17px;line-height:1.72;color:#607583}.wd-checks{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:28px}.wd-checks span{position:relative;background:#fff;border:1px solid #dbe7e2;border-radius:12px;padding:13px 14px 13px 39px;font-size:13px;font-weight:750;color:#294651}.wd-checks span:before{content:'✓';position:absolute;left:15px;color:#5bae45;font-weight:950}.wd-local{padding:100px 0}.wd-local-grid{display:grid;grid-template-columns:1fr 1fr;gap:78px;align-items:center}.wd-place-pills{display:flex;flex-wrap:wrap;gap:9px;margin-top:25px}.wd-place-pills span{border:1px solid #dbe7df;background:#f7faf8;border-radius:999px;padding:9px 13px;font-size:12px;font-weight:800;color:#3f5963;transition:.2s ease}.wd-place-pills span:hover{background:#edf8e9;color:#4f9d39;border-color:#cbe2c4;transform:translateY(-2px)}.wd-local-image{position:relative}.wd-local-image>img{width:100%;height:430px;object-fit:cover;border-radius:28px}.wd-local-caption{position:absolute;left:22px;right:22px;bottom:20px;background:rgba(255,255,255,.94);backdrop-filter:blur(6px);border-radius:14px;padding:17px 19px}.wd-local-caption b{display:block;color:#4f9f3c;font-size:15px}.wd-local-caption span{display:block;font-size:12px;color:#536a76;margin-top:4px}.wd-final{padding:18px 0 100px}.wd-final-card{position:relative;overflow:hidden;background:linear-gradient(135deg,#0c3047 0%,#0c403d 100%);border-radius:30px;color:#fff;padding:58px 62px;display:grid;grid-template-columns:1.25fr .75fr;gap:60px;align-items:center;box-shadow:0 28px 70px rgba(7,44,58,.18)}.wd-final-card:after{content:'';position:absolute;width:320px;height:320px;border-radius:50%;right:-100px;top:-140px;background:radial-gradient(circle,rgba(121,214,83,.22),rgba(121,214,83,0) 70%)}.wd-final h2{color:#fff}.wd-final p{color:#cedde2;max-width:720px}.wd-final .eyebrow.light{color:#98dc75}.wd-final-actions{position:relative;z-index:2;text-align:center}.wd-final-actions .btn{display:block;font-size:18px;padding:17px 28px}.wd-final-actions span{display:block;margin-top:13px;color:#bfd0d5;font-size:12px}
@media(max-width:1000px){.wd-hero-grid,.wd-design-grid,.wd-local-grid{grid-template-columns:1fr;gap:44px}.wd-hero-visual{min-height:auto}.wd-hero-visual>img{transform:none}.wd-float-top{right:16px}.wd-float-bottom{left:16px}.wd-reason-grid{grid-template-columns:1fr 1fr}.wd-final-card{grid-template-columns:1fr;gap:30px}.wd-final-actions{text-align:left}.wd-final-actions .btn{display:inline-block}.wd-design-badge{right:18px}}
@media(max-width:700px){.wd-hero{padding:50px 0 55px}.wd-hero h1{font-size:clamp(46px,13vw,62px)}.wd-hero-copy>p{font-size:17px}.wd-hero-visual>img{height:390px}.wd-float-top{top:18px}.wd-float-bottom{left:12px;right:12px;bottom:14px}.wd-strip-grid{grid-template-columns:1fr 1fr}.wd-strip-grid>div:nth-child(2){border-right:0}.wd-strip-grid>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}.wd-reasons,.wd-design,.wd-local,.wd-final{padding-top:62px;padding-bottom:62px}.wd-reason-grid{grid-template-columns:1fr}.wd-reason-card{min-height:auto}.wd-checks{grid-template-columns:1fr}.wd-design-visual>img,.wd-local-image>img{height:330px}.wd-design-badge{position:relative;right:auto;bottom:auto;margin:-50px 16px 0}.wd-heading h2,.wd-design h2,.wd-local h2,.wd-final h2{font-size:clamp(37px,10vw,49px)}.wd-final-card{padding:40px 27px;border-radius:23px}}
