:root {
  --navy: #061b49;
  --blue: #0864ef;
  --blue-dark: #0055dc;
  --yellow: #ffc400;
  --text: #0b1f49;
  --muted: #536078;
  --line: #dfe6f0;
  --soft: #f4f8fd;
  --white: #fff;
  --shadow: 0 10px 28px rgba(20, 53, 104, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: #fff;
  font-size: 14px;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.container { width: min(940px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 25px 0 17px; }
.eyebrow {
  margin: 0 0 7px;
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .18em;
}
h1, h2, h3, h4, p { margin-top: 0; }
h2 { margin-bottom: 0; font-size: 23px; line-height: 1.15; letter-spacing: -.025em; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 54px;
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid #e9edf3;
  box-shadow: 0 3px 14px rgba(18, 42, 80, .05);
}
.nav-shell { height: 54px; display: flex; align-items: center; gap: 24px; }
.brand { width: 166px; flex: 0 0 auto; overflow: hidden; }
.brand img { width: 166px; object-fit: cover; object-position: center; }
.main-nav { display: flex; align-items: stretch; height: 100%; margin-left: auto; }
.main-nav a { position: relative; display: grid; place-items: center; padding: 0 14px; font-size: 10px; font-weight: 650; }
.main-nav a.active::after { content: ""; position: absolute; bottom: 0; left: 15px; right: 15px; height: 2px; background: var(--blue); }
.chev { font-size: 10px; margin-left: 2px; }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.phone { display: inline-flex; align-items: center; gap: 7px; font-size: 10px; font-weight: 750; white-space: nowrap; }
.phone svg { width: 14px; fill: none; stroke: currentColor; stroke-width: 2.2; }
.btn {
  min-height: 36px;
  border: 0;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 22px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .01em;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(0, 91, 228, .18); }
.btn-primary { color: #fff; background: linear-gradient(90deg, #0870f8, #065ce0); }
.btn-outline { color: var(--text); border: 1.5px solid var(--blue); background: #fff; }
.btn-yellow { background: var(--yellow); color: #081f4e; }
.btn-small { min-height: 32px; padding-inline: 15px; border-radius: 9px; }
.menu-toggle { display: none; margin-left: auto; background: transparent; border: 0; padding: 6px; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--navy); margin: 4px; }

.hero { position: relative; overflow: hidden; background: linear-gradient(90deg, #fff 0 39%, rgba(255,255,255,.92) 45%, #eef7ff 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 36% 10%, rgba(8,100,239,.05), transparent 45%); pointer-events: none; }
.hero-grid { position: relative; min-height: 382px; display: grid; grid-template-columns: 44% 56%; align-items: stretch; }
.hero-copy { padding: 43px 0 38px; position: relative; z-index: 2; }
.hero h1 { margin: 0 0 10px; color: #0b214e; font-size: 48px; line-height: .99; letter-spacing: -.045em; }
.hero h1 span { color: var(--blue); }
.hero-lead { margin-bottom: 21px; color: #33415d; font-size: 14px; line-height: 1.55; }
.hero-features { display: flex; gap: 25px; margin: 7px 0 26px; }
.hero-feature { display: flex; align-items: center; gap: 9px; min-width: 112px; }
.hero-feature strong { display: block; font-size: 10px; }
.hero-feature small { display: block; color: #55647b; font-size: 9px; white-space: nowrap; }
.feature-icon { width: 27px; text-align: center; font-size: 33px; line-height: 1; }
.sun-icon, .bolt-icon { color: var(--yellow); }
.battery-icon { color: var(--blue); font-size: 26px; }
.hero-buttons { display: flex; gap: 23px; }
.hero-visual { align-self: stretch; position: relative; margin-right: calc((100vw - min(940px, calc(100% - 48px))) / -14); overflow: hidden; min-width: 0; }
.hero-visual::before { content: ""; position: absolute; z-index: 2; inset: 0 auto 0 0; width: 130px; background: linear-gradient(90deg, #fff 4%, rgba(255,255,255,.85) 34%, transparent 100%); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.stats-wrap { position: relative; margin-top: -23px; z-index: 5; }
.stats-card { min-height: 75px; border: 1px solid #e8edf3; border-radius: 16px; background: rgba(255,255,255,.97); box-shadow: var(--shadow); display: grid; grid-template-columns: repeat(4,1fr); align-items: center; padding: 10px 22px; }
.stat-item { display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 48px; border-right: 1px solid #e6ebf1; }
.stat-item:last-child { border-right: 0; }
.stat-icon { color: var(--blue); font-size: 30px; line-height: 1; }
.stat-item strong { display: block; font-size: 22px; line-height: 1; }
.stat-item small { color: #4a5770; font-size: 9px; }

.section-heading { margin-bottom: 10px; }
.split-heading { display: flex; align-items: end; justify-content: space-between; }
.text-link { color: var(--blue); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .02em; }
.text-link span { font-size: 16px; margin-left: 6px; }
.service-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 13px; }
.service-card { min-height: 146px; border: 1px solid #dfe5ed; border-radius: 8px; padding: 13px 12px 10px; text-align: center; background: #fff; transition: .2s; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #bdd3f5; }
.service-icon { width: 43px; height: 43px; margin: 0 auto 7px; }
.service-icon svg { width: 100%; height: 100%; fill: none; stroke: var(--blue); stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.service-icon.yellow-stroke svg { stroke: var(--yellow); }
.service-card h3 { margin: 0 0 5px; font-size: 11px; }
.service-card p { min-height: 40px; margin: 0; color: #5c6679; font-size: 8.5px; line-height: 1.45; }
.service-card > a { display: inline-block; margin-top: 5px; color: var(--blue); font-size: 17px; }

.calculator-section { padding: 0 0 15px; }
.calculator-card { min-height: 180px; display: grid; grid-template-columns: 26% 46% 28%; gap: 20px; padding: 14px 28px; border-radius: 8px; background: linear-gradient(110deg,#f3f8fe,#eef7ff 65%,#f6f9fd); overflow: hidden; }
.calculator-intro { padding-top: 10px; position: relative; }
.calculator-intro h2 { font-size: 25px; margin-bottom: 11px; }
.calculator-intro > p:not(.eyebrow) { max-width: 200px; color: #4d5b73; font-size: 9px; }
.scribble { position: absolute; right: 4px; bottom: 2px; color: var(--yellow); font-size: 28px; transform: rotate(7deg); }
.calculator-form { display: grid; grid-template-columns: 1fr 1fr; align-content: center; gap: 10px 28px; }
.calculator-form label, .calculator-form legend { color: #30415d; font-size: 8px; font-weight: 650; }
.calculator-form label { display: grid; gap: 4px; }
.calculator-form input, .calculator-form select { width: 100%; height: 27px; border: 1px solid #d8e1ec; border-radius: 5px; background: #fff; color: #30415d; padding: 0 10px; font-size: 9px; outline: none; }
.input-prefix { position: relative; }
.input-prefix span { position: absolute; z-index: 2; left: 10px; top: 6px; font-size: 9px; }
.input-prefix input { padding-left: 24px; }
.calculator-form fieldset { margin: 0; padding: 0; border: 0; min-width: 0; }
.segmented { display: grid; grid-template-columns: 1fr 1fr; height: 27px; border: 1px solid #d8e1ec; border-radius: 5px; overflow: hidden; background: #fff; margin-top: 4px; }
.segmented input { display: none; }
.segmented label { display: grid; place-items: center; cursor: pointer; color: #30415d; }
.segmented input:checked + label { background: var(--blue); color: #fff; }
.calculator-button { grid-column: 1 / 3; min-height: 35px; border-radius: 5px; }
.savings-result { position: relative; align-self: center; min-height: 150px; padding: 16px 19px 11px; background: #fff; border-radius: 10px; box-shadow: 0 5px 18px rgba(30,64,110,.08); }
.savings-result p { margin-bottom: 4px; font-size: 10px; font-weight: 700; }
.savings-result strong { display: block; color: var(--blue); font-size: 38px; line-height: 1.15; letter-spacing: -.04em; }
.savings-result small { display: block; max-width: 145px; margin: 5px 0 12px; color: #364660; font-size: 9px; line-height: 1.4; }
.savings-result .trend { position: absolute; top: 35px; right: 16px; color: #47c11d; font-size: 31px; transform: rotate(-8deg); }
.savings-result .btn { min-height: 29px; width: 100%; font-size: 8px; border-radius: 5px; }

.projects { padding-top: 4px; }
.projects-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 11px; }
.project-card { position: relative; height: 126px; border-radius: 7px; overflow: hidden; background: #143562; }
.project-card::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent,rgba(3,16,43,.92)); }
.project-card img { width: 100%; height: 100%; object-fit: cover; }
.project-card div { position: absolute; z-index: 2; left: 10px; right: 8px; bottom: 7px; color: #fff; }
.project-card strong { display: block; font-size: 9px; line-height: 1.25; }
.project-card span { font-size: 7.5px; }

.why-band { margin-top: 9px; background: linear-gradient(100deg,#08428f,#0055ae 75%,#074489); color: #fff; overflow: hidden; }
.why-grid { min-height: 106px; display: grid; grid-template-columns: 1.2fr repeat(5,1fr); align-items: center; }
.why-title { padding-left: 4px; }
.why-title .yellow { color: var(--yellow); }
.why-title h2 { font-size: 22px; line-height: 1.15; }
.why-title i { display: block; width: 22px; height: 3px; margin-top: 8px; background: var(--yellow); }
.why-item { min-height: 69px; border-left: 1px solid rgba(255,255,255,.17); text-align: center; padding: 0 6px; }
.why-item > span { display: block; width: 32px; margin: 0 auto 2px; font-size: 28px; line-height: 1; }
.why-item strong { display: block; font-size: 9px; }
.why-item small { display: block; margin-top: 4px; color: #d7e6fa; font-size: 7.5px; line-height: 1.35; }

.reviews { padding-top: 15px; background: #fff; }
.reviews-top { display: flex; justify-content: space-between; align-items: end; margin-bottom: 10px; }
.trust-row { display: flex; align-items: center; gap: 8px; font-size: 8px; }
.trust-row b { color: #fff; background: #08ad79; padding: 3px 5px; letter-spacing: 2px; }
.trust-row strong { color: #05a96d; font-size: 9px; }
.review-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.review-card { min-height: 100px; border: 1px solid #dfe5ed; border-radius: 7px; padding: 10px 20px; box-shadow: 0 5px 15px rgba(20,53,104,.04); }
.review-card .stars { color: var(--yellow); letter-spacing: 1px; font-size: 12px; }
.review-card p { margin: 4px 0 7px; color: #4d5a70; font-size: 8px; line-height: 1.45; }
.review-card strong { display: block; color: #3e64a5; font-size: 7.5px; }
.review-card span { color: #657087; font-size: 7px; }

.quote-strip { margin-top: 0; background: linear-gradient(90deg,#f3f8ff,#eaf5ff); border-top: 1px solid #e0ecf8; border-bottom: 1px solid #e0ecf8; }
.quote-strip-inner { min-height: 51px; display: grid; grid-template-columns: 1fr 2fr auto; align-items: center; gap: 25px; }
.quote-strip h3 { margin: 0; font-size: 14px; }
.quote-strip p { margin: 0; color: #667288; font-size: 8px; }
.quote-benefits { display: grid; grid-template-columns: repeat(3,1fr); }
.quote-benefits span { padding: 0 18px; border-left: 1px solid #cddcea; color: #32435f; font-size: 8px; text-align: center; }
.quote-strip .btn { min-height: 32px; }

.site-footer { padding: 10px 0 14px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(4,1fr); gap: 31px; }
.footer-brand img { width: 140px; object-fit: cover; }
.footer-grid h4 { margin: 5px 0 6px; font-size: 8px; text-transform: uppercase; }
.footer-grid a, .footer-grid p { display: block; margin: 0 0 2px; color: #3e4e67; font-size: 7px; line-height: 1.5; }
.footer-brand p { max-width: 170px; margin: 3px 0 8px; }
.socials { display: flex; gap: 9px; }
.socials a { width: 17px; height: 17px; display: grid; place-items: center; border: 1px solid var(--blue); border-radius: 50%; color: var(--blue); font-weight: 700; font-size: 7px; }

.modal { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; padding: 20px; background: rgba(3,18,46,.62); }
.modal.open { display: grid; }
.modal-card { width: min(460px,100%); padding: 28px; background: #fff; border-radius: 14px; position: relative; box-shadow: 0 24px 70px rgba(0,0,0,.25); }
.modal-card h2 { margin-bottom: 18px; }
.modal-close { position: absolute; right: 14px; top: 10px; border: 0; background: transparent; font-size: 28px; color: #45536c; cursor: pointer; }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.quote-form label { display: grid; gap: 5px; font-size: 10px; font-weight: 700; }
.quote-form input, .quote-form select { height: 40px; border: 1px solid #dbe3ee; border-radius: 7px; padding: 0 11px; }
.quote-form label:nth-child(3), .quote-form label:nth-child(4), .quote-form .btn { grid-column: 1 / 3; }
.toast { position: fixed; z-index: 120; right: 24px; bottom: 24px; padding: 13px 18px; border-radius: 8px; background: #082758; color: #fff; opacity: 0; transform: translateY(20px); pointer-events: none; transition: .25s; }
.toast.show { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .container { width: min(92%, 760px); }
  .site-header, .nav-shell { height: 62px; }
  .brand { width: 150px; }
  .main-nav { display: none; position: absolute; top: 62px; left: 0; right: 0; height: auto; flex-direction: column; background: #fff; box-shadow: 0 12px 25px rgba(0,0,0,.12); padding: 10px 5%; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 0; justify-content: start; }
  .main-nav a.active::after { display: none; }
  .menu-toggle { display: block; }
  .nav-actions .phone { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 20px; }
  .hero-visual { margin-right: 0; height: 340px; border-radius: 16px 16px 0 0; }
  .hero-visual::before { display: none; }
  .stats-wrap { margin-top: -16px; }
  .service-grid { grid-template-columns: repeat(3,1fr); }
  .calculator-card { grid-template-columns: 1fr 1.8fr; }
  .savings-result { grid-column: 1 / 3; display: grid; grid-template-columns: 1fr auto; align-items: center; min-height: auto; }
  .savings-result small { grid-column: 1; }
  .savings-result .btn { grid-column: 2; grid-row: 1 / 4; width: 180px; }
  .savings-result .trend { display: none; }
  .projects-grid { grid-template-columns: repeat(3,1fr); }
  .project-card:nth-child(4), .project-card:nth-child(5) { display: none; }
  .why-grid { grid-template-columns: repeat(3,1fr); padding: 18px 0; }
  .why-title { grid-row: span 2; }
  .review-grid { grid-template-columns: repeat(2,1fr); }
  .quote-strip-inner { grid-template-columns: 1fr auto; padding: 12px 0; }
  .quote-benefits { grid-column: 1 / 3; grid-row: 2; }
  .footer-grid { grid-template-columns: 1.5fr repeat(2,1fr); }
}

@media (max-width: 620px) {
  body { font-size: 13px; }
  .container { width: calc(100% - 30px); }
  .nav-actions { display: none; }
  .hero h1 { font-size: clamp(38px, 12vw, 50px); }
  .hero-lead br { display: none; }
  .hero-features { flex-direction: column; gap: 10px; }
  .hero-buttons { flex-direction: column; gap: 10px; align-items: stretch; }
  .hero-visual { height: 260px; }
  .stats-card { grid-template-columns: 1fr 1fr; padding: 12px; }
  .stat-item { border-right: 0; border-bottom: 1px solid #e6ebf1; justify-content: start; padding-left: 16px; }
  .stat-item:nth-child(3), .stat-item:nth-child(4) { border-bottom: 0; }
  .split-heading { align-items: start; gap: 10px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .calculator-card { display: block; padding: 18px; }
  .calculator-intro { margin-bottom: 15px; }
  .scribble { display: none; }
  .calculator-form { gap: 12px; }
  .savings-result { display: block; margin-top: 18px; }
  .savings-result .btn { width: 100%; }
  .projects-grid { grid-template-columns: 1fr 1fr; }
  .project-card:nth-child(3) { display: none; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .why-title { grid-column: 1 / 3; grid-row: auto; margin-bottom: 15px; }
  .reviews-top { display: block; }
  .trust-row { margin-top: 10px; flex-wrap: wrap; }
  .review-grid { grid-template-columns: 1fr; }
  .quote-strip-inner { grid-template-columns: 1fr; }
  .quote-benefits { grid-column: 1; grid-row: auto; grid-template-columns: 1fr; gap: 6px; }
  .quote-benefits span { border: 0; text-align: left; padding: 0; }
  .quote-strip .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / 3; }
  .quote-form { grid-template-columns: 1fr; }
  .quote-form label:nth-child(3), .quote-form label:nth-child(4), .quote-form .btn { grid-column: 1; }
}

/* LARGE DESKTOP SCALE FIX START
   The original layout was drawn for an approximately 1024px-wide reference.
   On 1920px desktop screens this block enlarges the full UI to match the
   appearance previously seen only at 175% browser zoom.
*/
@media (min-width: 1750px) {
:root {
  --navy: #061b49;
  --blue: #0864ef;
  --blue-dark: #0055dc;
  --yellow: #ffc400;
  --text: #0b1f49;
  --muted: #536078;
  --line: #dfe6f0;
  --soft: #f4f8fd;
  --white: #fff;
  --shadow: 0 17.5px 49px rgba(20, 53, 104, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: #fff;
  font-size: 24.5px;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.container { width: min(1645px, calc(100% - 84px)); margin-inline: auto; }
.section { padding: 43.75px 0 29.75px; }
.eyebrow {
  margin: 0 0 12.25px;
  color: var(--blue);
  font-size: 15.75px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .18em;
}
h1, h2, h3, h4, p { margin-top: 0; }
h2 { margin-bottom: 0; font-size: 40.25px; line-height: 1.15; letter-spacing: -.025em; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 94.5px;
  background: rgba(255,255,255,.98);
  border-bottom: 1.75px solid #e9edf3;
  box-shadow: 0 5.25px 24.5px rgba(18, 42, 80, .05);
}
.nav-shell { height: 94.5px; display: flex; align-items: center; gap: 42px; }
.brand { width: 290.5px; flex: 0 0 auto; overflow: hidden; }
.brand img { width: 290.5px; object-fit: cover; object-position: center; }
.main-nav { display: flex; align-items: stretch; height: 100%; margin-left: auto; }
.main-nav a { position: relative; display: grid; place-items: center; padding: 0 24.5px; font-size: 17.5px; font-weight: 650; }
.main-nav a.active::after { content: ""; position: absolute; bottom: 0; left: 26.25px; right: 26.25px; height: 3.5px; background: var(--blue); }
.chev { font-size: 17.5px; margin-left: 3.5px; }
.nav-actions { display: flex; align-items: center; gap: 31.5px; }
.phone { display: inline-flex; align-items: center; gap: 12.25px; font-size: 17.5px; font-weight: 750; white-space: nowrap; }
.phone svg { width: 24.5px; fill: none; stroke: currentColor; stroke-width: 2.2; }
.btn {
  min-height: 63px;
  border: 0;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 31.5px;
  padding: 0 38.5px;
  text-transform: uppercase;
  font-size: 17.5px;
  font-weight: 800;
  letter-spacing: .01em;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-1.75px); box-shadow: 0 14px 35px rgba(0, 91, 228, .18); }
.btn-primary { color: #fff; background: linear-gradient(90deg, #0870f8, #065ce0); }
.btn-outline { color: var(--text); border: 2.625px solid var(--blue); background: #fff; }
.btn-yellow { background: var(--yellow); color: #081f4e; }
.btn-small { min-height: 56px; padding-inline: 26.25px; border-radius: 15.75px; }
.menu-toggle { display: none; margin-left: auto; background: transparent; border: 0; padding: 10.5px; }
.menu-toggle span { display: block; width: 38.5px; height: 3.5px; background: var(--navy); margin: 7px; }

.hero { position: relative; overflow: hidden; background: linear-gradient(90deg, #fff 0 39%, rgba(255,255,255,.92) 45%, #eef7ff 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 36% 10%, rgba(8,100,239,.05), transparent 45%); pointer-events: none; }
.hero-grid { position: relative; min-height: 668.5px; display: grid; grid-template-columns: 44% 56%; align-items: stretch; }
.hero-copy { padding: 75.25px 0 66.5px; position: relative; z-index: 2; }
.hero h1 { margin: 0 0 17.5px; color: #0b214e; font-size: 84px; line-height: .99; letter-spacing: -.045em; }
.hero h1 span { color: var(--blue); }
.hero-lead { margin-bottom: 36.75px; color: #33415d; font-size: 24.5px; line-height: 1.55; }
.hero-features { display: flex; gap: 43.75px; margin: 12.25px 0 45.5px; }
.hero-feature { display: flex; align-items: center; gap: 15.75px; min-width: 196px; }
.hero-feature strong { display: block; font-size: 17.5px; }
.hero-feature small { display: block; color: #55647b; font-size: 15.75px; white-space: nowrap; }
.feature-icon { width: 47.25px; text-align: center; font-size: 57.75px; line-height: 1; }
.sun-icon, .bolt-icon { color: var(--yellow); }
.battery-icon { color: var(--blue); font-size: 45.5px; }
.hero-buttons { display: flex; gap: 40.25px; }
.hero-visual { align-self: stretch; position: relative; margin-right: calc((100vw - min(45px, calc(100% - 84px))) / -14); overflow: hidden; min-width: 0; }
.hero-visual::before { content: ""; position: absolute; z-index: 2; inset: 0 auto 0 0; width: 227.5px; background: linear-gradient(90deg, #fff 4%, rgba(255,255,255,.85) 34%, transparent 100%); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.stats-wrap { position: relative; margin-top: -40.25px; z-index: 5; }
.stats-card { min-height: 131.25px; border: 1.75px solid #e8edf3; border-radius: 28px; background: rgba(255,255,255,.97); box-shadow: var(--shadow); display: grid; grid-template-columns: repeat(4,1fr); align-items: center; padding: 17.5px 38.5px; }
.stat-item { display: flex; align-items: center; justify-content: center; gap: 22.75px; min-height: 84px; border-right: 1.75px solid #e6ebf1; }
.stat-item:last-child { border-right: 0; }
.stat-icon { color: var(--blue); font-size: 52.5px; line-height: 1; }
.stat-item strong { display: block; font-size: 38.5px; line-height: 1; }
.stat-item small { color: #4a5770; font-size: 15.75px; }

.section-heading { margin-bottom: 17.5px; }
.split-heading { display: flex; align-items: end; justify-content: space-between; }
.text-link { color: var(--blue); font-size: 15.75px; font-weight: 800; text-transform: uppercase; letter-spacing: .02em; }
.text-link span { font-size: 28px; margin-left: 10.5px; }
.service-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 22.75px; }
.service-card { min-height: 255.5px; border: 1.75px solid #dfe5ed; border-radius: 14px; padding: 22.75px 21px 17.5px; text-align: center; background: #fff; transition: .2s; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: #bdd3f5; }
.service-icon { width: 75.25px; height: 75.25px; margin: 0 auto 12.25px; }
.service-icon svg { width: 100%; height: 100%; fill: none; stroke: var(--blue); stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.service-icon.yellow-stroke svg { stroke: var(--yellow); }
.service-card h3 { margin: 0 0 8.75px; font-size: 19.25px; }
.service-card p { min-height: 70px; margin: 0; color: #5c6679; font-size: 14.875px; line-height: 1.45; }
.service-card > a { display: inline-block; margin-top: 8.75px; color: var(--blue); font-size: 29.75px; }

.calculator-section { padding: 0 0 26.25px; }
.calculator-card { min-height: 315px; display: grid; grid-template-columns: 26% 46% 28%; gap: 35px; padding: 24.5px 49px; border-radius: 14px; background: linear-gradient(110deg,#f3f8fe,#eef7ff 65%,#f6f9fd); overflow: hidden; }
.calculator-intro { padding-top: 17.5px; position: relative; }
.calculator-intro h2 { font-size: 43.75px; margin-bottom: 19.25px; }
.calculator-intro > p:not(.eyebrow) { max-width: 350px; color: #4d5b73; font-size: 15.75px; }
.scribble { position: absolute; right: 7px; bottom: 3.5px; color: var(--yellow); font-size: 49px; transform: rotate(7deg); }
.calculator-form { display: grid; grid-template-columns: 1fr 1fr; align-content: center; gap: 17.5px 49px; }
.calculator-form label, .calculator-form legend { color: #30415d; font-size: 14px; font-weight: 650; }
.calculator-form label { display: grid; gap: 7px; }
.calculator-form input, .calculator-form select { width: 100%; height: 47.25px; border: 1.75px solid #d8e1ec; border-radius: 8.75px; background: #fff; color: #30415d; padding: 0 17.5px; font-size: 15.75px; outline: none; }
.input-prefix { position: relative; }
.input-prefix span { position: absolute; z-index: 2; left: 17.5px; top: 10.5px; font-size: 15.75px; }
.input-prefix input { padding-left: 42px; }
.calculator-form fieldset { margin: 0; padding: 0; border: 0; min-width: 0; }
.segmented { display: grid; grid-template-columns: 1fr 1fr; height: 47.25px; border: 1.75px solid #d8e1ec; border-radius: 8.75px; overflow: hidden; background: #fff; margin-top: 7px; }
.segmented input { display: none; }
.segmented label { display: grid; place-items: center; cursor: pointer; color: #30415d; }
.segmented input:checked + label { background: var(--blue); color: #fff; }
.calculator-button { grid-column: 1 / 3; min-height: 61.25px; border-radius: 8.75px; }
.savings-result { position: relative; align-self: center; min-height: 262.5px; padding: 28px 33.25px 19.25px; background: #fff; border-radius: 17.5px; box-shadow: 0 8.75px 31.5px rgba(30,64,110,.08); }
.savings-result p { margin-bottom: 7px; font-size: 17.5px; font-weight: 700; }
.savings-result strong { display: block; color: var(--blue); font-size: 66.5px; line-height: 1.15; letter-spacing: -.04em; }
.savings-result small { display: block; max-width: 253.75px; margin: 8.75px 0 21px; color: #364660; font-size: 15.75px; line-height: 1.4; }
.savings-result .trend { position: absolute; top: 61.25px; right: 28px; color: #47c11d; font-size: 54.25px; transform: rotate(-8deg); }
.savings-result .btn { min-height: 50.75px; width: 100%; font-size: 14px; border-radius: 8.75px; }

.projects { padding-top: 7px; }
.projects-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 19.25px; }
.project-card { position: relative; height: 220.5px; border-radius: 12.25px; overflow: hidden; background: #143562; }
.project-card::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent,rgba(3,16,43,.92)); }
.project-card img { width: 100%; height: 100%; object-fit: cover; }
.project-card div { position: absolute; z-index: 2; left: 17.5px; right: 14px; bottom: 12.25px; color: #fff; }
.project-card strong { display: block; font-size: 15.75px; line-height: 1.25; }
.project-card span { font-size: 13.125px; }

.why-band { margin-top: 15.75px; background: linear-gradient(100deg,#08428f,#0055ae 75%,#074489); color: #fff; overflow: hidden; }
.why-grid { min-height: 185.5px; display: grid; grid-template-columns: 1.2fr repeat(5,1fr); align-items: center; }
.why-title { padding-left: 7px; }
.why-title .yellow { color: var(--yellow); }
.why-title h2 { font-size: 38.5px; line-height: 1.15; }
.why-title i { display: block; width: 38.5px; height: 5.25px; margin-top: 14px; background: var(--yellow); }
.why-item { min-height: 120.75px; border-left: 1.75px solid rgba(255,255,255,.17); text-align: center; padding: 0 10.5px; }
.why-item > span { display: block; width: 56px; margin: 0 auto 3.5px; font-size: 49px; line-height: 1; }
.why-item strong { display: block; font-size: 15.75px; }
.why-item small { display: block; margin-top: 7px; color: #d7e6fa; font-size: 13.125px; line-height: 1.35; }

.reviews { padding-top: 26.25px; background: #fff; }
.reviews-top { display: flex; justify-content: space-between; align-items: end; margin-bottom: 17.5px; }
.trust-row { display: flex; align-items: center; gap: 14px; font-size: 14px; }
.trust-row b { color: #fff; background: #08ad79; padding: 5.25px 8.75px; letter-spacing: 3.5px; }
.trust-row strong { color: #05a96d; font-size: 15.75px; }
.review-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 26.25px; }
.review-card { min-height: 175px; border: 1.75px solid #dfe5ed; border-radius: 12.25px; padding: 17.5px 35px; box-shadow: 0 8.75px 26.25px rgba(20,53,104,.04); }
.review-card .stars { color: var(--yellow); letter-spacing: 1.75px; font-size: 21px; }
.review-card p { margin: 7px 0 12.25px; color: #4d5a70; font-size: 14px; line-height: 1.45; }
.review-card strong { display: block; color: #3e64a5; font-size: 13.125px; }
.review-card span { color: #657087; font-size: 12.25px; }

.quote-strip { margin-top: 0; background: linear-gradient(90deg,#f3f8ff,#eaf5ff); border-top: 1.75px solid #e0ecf8; border-bottom: 1.75px solid #e0ecf8; }
.quote-strip-inner { min-height: 89.25px; display: grid; grid-template-columns: 1fr 2fr auto; align-items: center; gap: 43.75px; }
.quote-strip h3 { margin: 0; font-size: 24.5px; }
.quote-strip p { margin: 0; color: #667288; font-size: 14px; }
.quote-benefits { display: grid; grid-template-columns: repeat(3,1fr); }
.quote-benefits span { padding: 0 31.5px; border-left: 1.75px solid #cddcea; color: #32435f; font-size: 14px; text-align: center; }
.quote-strip .btn { min-height: 56px; }

.site-footer { padding: 17.5px 0 24.5px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(4,1fr); gap: 54.25px; }
.footer-brand img { width: 245px; object-fit: cover; }
.footer-grid h4 { margin: 8.75px 0 10.5px; font-size: 14px; text-transform: uppercase; }
.footer-grid a, .footer-grid p { display: block; margin: 0 0 3.5px; color: #3e4e67; font-size: 12.25px; line-height: 1.5; }
.footer-brand p { max-width: 297.5px; margin: 5.25px 0 14px; }
.socials { display: flex; gap: 15.75px; }
.socials a { width: 29.75px; height: 29.75px; display: grid; place-items: center; border: 1.75px solid var(--blue); border-radius: 50%; color: var(--blue); font-weight: 700; font-size: 12.25px; }

.modal { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; padding: 35px; background: rgba(3,18,46,.62); }
.modal.open { display: grid; }
.modal-card { width: min(805px,100%); padding: 49px; background: #fff; border-radius: 24.5px; position: relative; box-shadow: 0 42px 122.5px rgba(0,0,0,.25); }
.modal-card h2 { margin-bottom: 31.5px; }
.modal-close { position: absolute; right: 24.5px; top: 17.5px; border: 0; background: transparent; font-size: 49px; color: #45536c; cursor: pointer; }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 21px; }
.quote-form label { display: grid; gap: 8.75px; font-size: 17.5px; font-weight: 700; }
.quote-form input, .quote-form select { height: 70px; border: 1.75px solid #dbe3ee; border-radius: 12.25px; padding: 0 19.25px; }
.quote-form label:nth-child(3), .quote-form label:nth-child(4), .quote-form .btn { grid-column: 1 / 3; }
.toast { position: fixed; z-index: 120; right: 42px; bottom: 42px; padding: 22.75px 31.5px; border-radius: 14px; background: #082758; color: #fff; opacity: 0; transform: translateY(35px); pointer-events: none; transition: .25s; }
.toast.show { opacity: 1; transform: translateY(0); }

}
/* LARGE DESKTOP SCALE FIX END */
