: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(3,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(3,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 */



.page-intro {
    padding: 70px 0 24px;
    background: linear-gradient(180deg, #f5f8ff 0%, #fff 100%);
}

.breadcrumb {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 13px;
    color: #7b8799;
    font-size: 13px;
}

.page-intro p {
    max-width: 760px;
    margin: 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7;
}
.eyebrow {
    margin: 0 0 8px;
    color: var(--blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.page-intro h1 {
    margin: 5px 0 12px;
    color: var(--navy);
    font-size: clamp(2.35rem, 5vw, 4.3rem);
    line-height: 1.05;
    letter-spacing: -.035em;
}
.page-section-shell {
    padding-top: 18px;
}

.page-section-shell > section:first-child {
    scroll-margin-top: 90px;
}
.rexlite-intro {
    padding: 88px 0 34px;
    background: #ffffff;
}


.page-section-shell > section:first-child {
    scroll-margin-top: 90px;
}
.contact-page-section {
    padding: 72px 0 92px;
    background: #fff;
}

.contact-page-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 44px;
    align-items: start;
}


.contact-info-card {
    background: var(--navy);
    color: #fff;
}
.contact-info-card, .contact-form-card {
    padding: 34px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--shadow);
}

.eyebrow.yellow {
    color: var(--yellow);
}
.contact-info-card p {
    color: rgba(255, 255, 255, .75);
}
.eyebrow {
    margin: 0 0 8px;
    color: var(--blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.contact-info-card {
    background: var(--navy) !important;
    color: #fff;
    font-size: 16px;
}
.contact-info-card, .contact-form-card {
    padding: 34px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--shadow);
}

.contact-info-card h2, .contact-form-card h2 {
    margin: 0 0 14px;
    font-size: 30px;
}

.contact-info-card p {
    color: rgba(255, 255, 255, .75);
}
* {
    box-sizing: border-box;
}

.contact-list {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}

.contact-list strong {
    display: block;
    margin-bottom: 4px;
    color: var(--yellow);
}




    /* FAQ section */
    .faq-section {
      padding: 88px 0;
      background: #f7f9fc;
    }

    .faq-heading {
      max-width: 760px;
      margin: 0 auto 38px;
      text-align: center;
    }

    .faq-heading h2 {
      margin: 8px 0 14px;
      color: #0b1f3a;
      font-size: clamp(2rem, 4vw, 3rem);
      line-height: 1.12;
    }

    .faq-heading > p:last-child {
      margin: 0;
      color: #657084;
      line-height: 1.7;
      font-size: 18px;
    }

    .faq-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
      max-width: 1100px;
      margin: 0 auto;
    }

    .faq-item {
      overflow: hidden;
      border: 1px solid #e2e8f0;
      border-radius: 16px;
      background: #ffffff;
      box-shadow: 0 10px 32px rgba(11, 31, 58, 0.06);
      transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    }

    .faq-item:hover,
    .faq-item[open] {
      border-color: #f0c800;
      box-shadow: 0 14px 38px rgba(11, 31, 58, 0.1);
      transform: translateY(-2px);
    }

    .faq-item summary {
      position: relative;
      display: flex;
      align-items: center;
      min-height: 76px;
      padding: 20px 62px 20px 24px;
      color: #0b1f3a;
      font-weight: 700;
      line-height: 1.45;
      cursor: pointer;
      list-style: none;
      font-size: 18px;
    }

    .faq-item summary::-webkit-details-marker {
      display: none;
    }

    .faq-item summary::after {
      content: "+";
      position: absolute;
      top: 50%;
      right: 22px;
      display: grid;
      width: 32px;
      height: 32px;
      place-items: center;
      border-radius: 50%;
      background: #ffd400;
      color: #0b1f3a;
      font-size: 1.35rem;
      font-weight: 800;
      transform: translateY(-50%);
      transition: transform 0.2s ease, background 0.2s ease;
    }

    .faq-item[open] summary::after {
      content: "−";
      background: #0b5cff;
      color: #ffffff;
      transform: translateY(-50%) rotate(180deg);
    }

    .faq-answer {
      padding: 0 24px 24px;
      color: #657084;
      line-height: 1.75;
    }

    .faq-answer p {
      margin: 0;
      font-size: 16px;
    }

    .faq-cta {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      margin-top: 34px;
      text-align: center;
      color: #657084;
    }

    .faq-cta p {
      margin: 0;
    }

    @media (max-width: 820px) {
      .faq-section {
        padding: 64px 0;
      }

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

    @media (max-width: 520px) {
      .faq-item summary {
        min-height: 68px;
        padding: 18px 56px 18px 18px;
        font-size: 0.96rem;
      }

      .faq-item summary::after {
        right: 16px;
        width: 30px;
        height: 30px;
      }

      .faq-answer {
        padding: 0 18px 20px;
      }

      .faq-cta {
        flex-direction: column;
      }
    }
  

    /* Techno Solar inspired package, brand and process sections */
    .solar-packages-section {
      padding: 88px 0;
      background: #ffffff;
    }

    .solar-packages-heading {
      max-width: 760px;
      margin: 0 auto 42px;
      text-align: center;
    }

    .solar-packages-heading h2,
    .brand-section h2,
    .process-section h2 {
      margin: 8px 0 14px;
      color: #0b1f3a;
      font-size: clamp(2rem, 4vw, 3rem);
      line-height: 1.12;
    }

    .solar-packages-heading > p:last-child,
    .brand-section .section-copy,
    .process-section .section-copy {
      margin: 0;
      color: #657084;
      line-height: 1.7;
      font-size: 18px;
    }

    .solar-package-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 26px;
    }

    .solar-package-card {
      position: relative;
      min-height: 500px;
      overflow: hidden;
      border-radius: 24px;
      background: #0b1f3a;
      box-shadow: 0 22px 55px rgba(11, 31, 58, 0.16);
      isolation: isolate;
    }

    .solar-package-card > img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -2;
      transition: transform 0.45s ease;
    }

    .solar-package-card::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background: linear-gradient(180deg, rgba(5, 20, 42, 0.12) 12%, rgba(5, 20, 42, 0.92) 86%);
    }

    .solar-package-card:hover > img {
      transform: scale(1.05);
    }

    .solar-package-content {
      display: flex;
      min-height: 500px;
      flex-direction: column;
      justify-content: flex-end;
      padding: 34px;
      color: #ffffff;
    }

    .solar-package-label {
      display: inline-flex;
      align-self: flex-start;
      margin-bottom: 12px;
      padding: 8px 13px;
      border-radius: 999px;
      background: #ffd400;
      color: #0b1f3a;
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .solar-package-content h3 {
      margin: 0 0 10px;
      font-size: clamp(1.7rem, 3vw, 2.35rem);
    }

    .solar-package-content > p {
      max-width: 560px;
      margin: 0 0 22px;
      color: rgba(255, 255, 255, 0.82);
      line-height: 1.65;
      font-size: 18px;
    }

    .package-size-list {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 24px;
    }

    .package-size-list span {
      padding: 9px 12px;
      border: 1px solid rgba(255, 255, 255, 0.28);
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.12);
      font-weight: 700;
      backdrop-filter: blur(8px);
    }

    .package-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .package-actions .btn-light {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 13px 20px;
      border-radius: 10px;
      background: #ffffff;
      color: #0b1f3a;
      font-weight: 800;
      text-decoration: none;
      font-size: 20px;
    }

    .brand-section {
      padding: 72px 0;
      background: #f6f8fb;
      text-align: center;
    }

    .brand-heading {
      max-width: 720px;
      margin: 0 auto 32px;
    }

    .brand-logo-grid {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 14px;
    }

    .brand-logo-card {
      display: grid;
      min-height: 94px;
      place-items: center;
      padding: 18px;
      border: 1px solid #e4e9f1;
      border-radius: 14px;
      background: #ffffff;
      color: #0b1f3a;
      font-size: 1.05rem;
      font-weight: 800;
      letter-spacing: 0.025em;
      box-shadow: 0 10px 28px rgba(11, 31, 58, 0.05);
      transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .brand-logo-card:hover {
      border-color: #ffd400;
      box-shadow: 0 14px 34px rgba(11, 31, 58, 0.1);
      transform: translateY(-4px);
    }

    .brand-note {
      margin: 22px 0 0;
      color: #7a8495;
      font-size: 0.9rem;
    }

    .process-section {
      padding: 88px 0;
      background: #ffffff;
    }

    .process-heading {
      max-width: 760px;
      margin: 0 auto 42px;
      text-align: center;
    }

    .process-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
    }

    .process-card {
      position: relative;
      padding: 30px 24px 26px;
      border: 1px solid #e4e9f1;
      border-radius: 18px;
      background: #ffffff;
      box-shadow: 0 12px 34px rgba(11, 31, 58, 0.06);
    }

    .process-number {
      display: grid;
      width: 52px;
      height: 52px;
      margin-bottom: 20px;
      place-items: center;
      border-radius: 15px;
      background: #0b5cff;
      color: #ffffff;
      font-size: 1.15rem;
      font-weight: 800;
      box-shadow: 0 10px 22px rgba(11, 92, 255, 0.24);
    }

    .process-card:nth-child(even) .process-number {
      background: #ffd400;
      color: #0b1f3a;
      box-shadow: 0 10px 22px rgba(255, 212, 0, 0.24);
    }

    .process-card h3 {
      margin: 0 0 10px;
      color: #0b1f3a;
      font-size: 1.22rem;
    }

    .process-card p {
      margin: 0;
      color: #657084;
      line-height: 1.65;
      font-size: 18px;
    }

    @media (max-width: 1050px) {
      .brand-logo-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

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

    @media (max-width: 760px) {
      .solar-packages-section,
      .process-section {
        padding: 64px 0;
      }

      .brand-section {
        padding: 58px 0;
      }

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

      .solar-package-card,
      .solar-package-content {
        min-height: 440px;
      }
    }

    @media (max-width: 560px) {
      .solar-package-content {
        padding: 26px 22px;
      }

      .brand-logo-grid,
      .process-grid {
        grid-template-columns: 1fr;
      }

      .brand-logo-card {
        min-height: 78px;
      }
    }
    
    
    /* =================================================
   SOLAR / BATTERY PRICING PACKAGES
================================================= */

.package-pricing-section {
  padding: 90px 0;
  background:
    radial-gradient(
      circle at 10% 10%,
      rgba(255, 212, 0, 0.08),
      transparent 30%
    ),
    #ffffff;
}


/* 3 Cards */

.energy-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
  max-width: 1240px;
  margin: 0 auto;
}


/* Card */

.energy-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e4e9f1;
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(11, 31, 58, 0.09);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.energy-price-card:hover {
  transform: translateY(-8px);
  border-color: #ffd400;
  box-shadow: 0 26px 65px rgba(11, 31, 58, 0.15);
}


/* Image */

.energy-card-image {
  position: relative;
  height: 230px;
  overflow: hidden;
  background: #0b1f3a;
}

.energy-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(11, 31, 58, 0.05),
    rgba(11, 31, 58, 0.45)
  );
}

.energy-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.energy-price-card:hover .energy-card-image img {
  transform: scale(1.06);
}


/* Image Tag */

.energy-card-tag {
  position: absolute;
  left: 20px;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  padding: 7px 13px;
  color: #0b1f3a;
  background: #ffd400;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}


/* Content */

.energy-card-content {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 30px 28px 28px;
}


/* Icon */

.energy-card-icon {
  display: grid;
  width: 50px;
  height: 50px;
  margin-top: -55px;
  margin-bottom: 20px;
  place-items: center;
  position: relative;
  z-index: 5;
  color: #0b1f3a;
  background: #ffd400;
  border: 5px solid #ffffff;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(11, 31, 58, 0.15);
  font-size: 22px;
  font-weight: 800;
}

.battery-icon-card {
  color: #ffffff;
  background: #0b5cff;
}

.combo-icon-card {
  color: #ffffff;
  background: #0b1f3a;
}


/* Headings */

.energy-card-content h3 {
  margin: 0 0 12px;
  color: #0b1f3a;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 800;
}

.energy-card-description {
  min-height: 80px;
  margin: 0 0 22px;
  color: #657084;
  font-size: 15px;
  line-height: 1.65;
}


/* Price Box */

.energy-price-block {
  padding: 20px;
  margin-bottom: 22px;
  background: #f6f8fb;
  border: 1px solid #e8edf3;
  border-radius: 15px;
}

.energy-price-label {
  display: block;
  margin-bottom: 4px;
  color: #657084;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.energy-price {
  display: flex;
  align-items: flex-start;
  color: #0b1f3a;
  line-height: 1;
}

.energy-price sup {
  position: relative;
  top: 8px;
  margin-right: 3px;
  color: #0b5cff;
  font-size: 21px;
  font-weight: 800;
}

.energy-price strong {
  font-size: clamp(36px, 3vw, 46px);
  font-weight: 900;
  letter-spacing: -2px;
}


/* Features */

.energy-features {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.energy-features li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #4d596b;
  font-size: 14px;
  line-height: 1.5;
}

.energy-features li span {
  display: grid;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  place-items: center;
  color: #0b1f3a;
  background: #ffd400;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}


/* Button */

.energy-package-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 51px;
  margin-top: auto;
  border-radius: 10px;
}

.energy-package-btn span {
  transition: transform 0.2s ease;
}

.energy-package-btn:hover span {
  transform: translateX(4px);
}


/* Featured Package */

.energy-price-featured {
  border: 2px solid #ffd400;
  box-shadow: 0 24px 65px rgba(11, 31, 58, 0.14);
}

.featured-package-label {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 10;
  padding: 8px 14px;
  color: #ffffff;
  background: #0b5cff;
  border-radius: 50px;
  box-shadow: 0 8px 20px rgba(11, 92, 255, 0.25);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.energy-price-featured .energy-price-block {
  background: #fffbea;
  border-color: #ffe56c;
}

.energy-price-featured .energy-price strong {
  color: #0b1f3a;
}


/* Disclaimer */

.energy-pricing-note {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  max-width: 950px;
  margin: 28px auto 0;
  padding: 16px 20px;
  color: #657084;
  background: #f7f9fc;
  border: 1px solid #e4e9f1;
  border-radius: 12px;
}

.energy-pricing-note > span {
  color: #0b5cff;
  font-weight: 800;
}

.energy-pricing-note p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}


/* Tablet */

@media (max-width: 1050px) {

  .energy-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .energy-price-featured {
    grid-column: 1 / -1;
    width: calc(50% - 12px);
    margin: 0 auto;
  }
}


/* Mobile */

@media (max-width: 760px) {

  .package-pricing-section {
    padding: 64px 0;
  }

  .energy-pricing-grid {
    grid-template-columns: 1fr;
  }

  .energy-price-featured {
    grid-column: auto;
    width: 100%;
  }

  .energy-card-image {
    height: 220px;
  }

  .energy-card-description {
    min-height: 0;
  }
}


@media (max-width: 480px) {

  .energy-card-image {
    height: 195px;
  }

  .energy-card-content {
    padding: 27px 20px 22px;
  }

  .energy-card-content h3 {
    font-size: 22px;
  }

  .energy-price strong {
    font-size: 39px;
  }

  .energy-pricing-note {
    padding: 14px;
  }
}


    /* Document-content integration */
    .hero-supporting-copy {
      max-width: 680px;
      margin: -8px 0 24px;
      color: rgba(255,255,255,.82);
      line-height: 1.7;
      font-size: 16px;
    }

    .rexlite-intro {
      padding: 88px 0 34px;
      background: #ffffff;
    }

    .rexlite-intro-grid {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 58px;
      align-items: start;
    }

    .rexlite-intro-heading h2,
    .rexlite-residential h2,
    .rexlite-areas h2 {
      margin: 8px 0 14px;
      color: #0b1f3a;
      font-size: clamp(2rem, 4vw, 3rem);
      line-height: 1.12;
    }

    .rexlite-intro-copy p,
    .rexlite-residential-copy p,
    .rexlite-areas p {
      margin: 0 0 16px;
      color: #657084;
      line-height: 1.75;
      font-size: 17px;
    }

    .rexlite-service-strip {
      display: grid;
      grid-template-columns: repeat(4, minmax(0,1fr));
      gap: 14px;
      margin-top: 42px;
    }

    .rexlite-service-strip > div {
      padding: 22px 18px;
      border: 1px solid #e4e9f1;
      border-radius: 16px;
      background: #f8fafd;
      text-align: center;
    }

    .rexlite-service-strip strong,
    .rexlite-service-strip small {
      display: block;
    }

    .rexlite-service-strip strong {
      color: #0b1f3a;
      font-size: 1.08rem;
    }

    .rexlite-service-strip small {
      margin-top: 5px;
      color: #657084;
    }

    .rexlite-why-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0,1fr));
      gap: 16px;
      margin-top: 34px;
    }

    .rexlite-why-card {
      padding: 24px 20px;
      border: 1px solid #e4e9f1;
      border-radius: 16px;
      background: #fff;
      text-align: left;
      box-shadow: 0 10px 28px rgba(11,31,58,.05);
    }

    .rexlite-why-card > span {
      display: grid;
      width: 42px;
      height: 42px;
      margin-bottom: 16px;
      place-items: center;
      border-radius: 12px;
      background: #ffd400;
      color: #0b1f3a;
      font-weight: 900;
    }

    .rexlite-why-card h3 {
      margin: 0 0 9px;
      color: #0b1f3a;
      font-size: 1.04rem;
    }

    .rexlite-why-card p {
      margin: 0;
      color: #657084;
      line-height: 1.6;
      font-size: 14px;
    }

    .rexlite-process-grid {
      grid-template-columns: repeat(5, minmax(0,1fr));
    }

    .rexlite-residential {
      padding: 88px 0;
      background: #f7f9fc;
    }

    .rexlite-residential-grid {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 48px;
      align-items: center;
    }

    .rexlite-residential-list {
      padding: 32px;
      border-radius: 22px;
      background: #0b1f3a;
      color: #fff;
      box-shadow: 0 22px 55px rgba(11,31,58,.16);
    }

    .rexlite-residential-list h3 {
      margin: 0 0 20px;
      font-size: 1.4rem;
    }

    .rexlite-residential-list ul {
      display: grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap: 12px 18px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .rexlite-residential-list li {
      position: relative;
      padding-left: 24px;
      line-height: 1.45;
    }

    .rexlite-residential-list li::before {
      content: "✓";
      position: absolute;
      left: 0;
      color: #ffd400;
      font-weight: 900;
    }

    .rexlite-areas {
      padding: 82px 0;
      background: #0b1f3a;
    }

    .rexlite-areas-grid {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 48px;
      align-items: center;
    }

    .rexlite-areas h2,
    .rexlite-areas p {
      color: #fff;
    }

    .rexlite-areas p {
      color: rgba(255,255,255,.76);
    }

    .rexlite-area-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .rexlite-area-tags span {
      padding: 12px 16px;
      border: 1px solid rgba(255,255,255,.18);
      border-radius: 999px;
      background: rgba(255,255,255,.08);
      color: #fff;
      font-weight: 700;
      backdrop-filter: blur(8px);
    }

    @media (max-width: 1100px) {
      .rexlite-why-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
      .rexlite-process-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
    }

    @media (max-width: 820px) {
      .rexlite-intro-grid,
      .rexlite-residential-grid,
      .rexlite-areas-grid { grid-template-columns: 1fr; gap: 30px; }
      .rexlite-service-strip { grid-template-columns: repeat(2, minmax(0,1fr)); }
      .rexlite-why-grid,
      .rexlite-process-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
      .hero-supporting-copy { font-size: 15px; }
    }

    @media (max-width: 560px) {
      .rexlite-intro,
      .rexlite-residential,
      .rexlite-areas { padding: 60px 0; }
      .rexlite-service-strip,
      .rexlite-why-grid,
      .rexlite-process-grid,
      .rexlite-residential-list ul { grid-template-columns: 1fr; }
      .rexlite-residential-list { padding: 25px 22px; }
      .rexlite-area-tags span { width: 100%; text-align: center; }
    }
/* =========================================
   ENERGY PROJECT GALLERY
========================================= */

.energy-gallery-section {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background: #f7f9fc;
}

.energy-gallery-section::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -180px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(255, 212, 0, 0.08);
    pointer-events: none;
}


/* Heading */

.energy-gallery-heading {
    position: relative;
    max-width: 850px;
    margin: 0 auto 45px;
    text-align: center;
    z-index: 2;
}

.energy-gallery-heading .eyebrow {
    margin-bottom: 8px;
}

.energy-gallery-heading h2 {
    margin: 0 0 16px;
    color: #0b1f3a;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.12;
}

.energy-gallery-heading > p:last-child {
    max-width: 780px;
    margin: 0 auto;
    color: #657084;
    font-size: 17px;
    line-height: 1.7;
}


/* Grid */

.energy-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}


/* Gallery Item */

.energy-gallery-item {
    position: relative;
    display: block;
    height: 300px;
    overflow: hidden;
    border-radius: 18px;
    background: #0b1f3a;
    box-shadow: 0 15px 35px rgba(11, 31, 58, 0.09);
    text-decoration: none;
    isolation: isolate;
}


/* Make selected images larger */

.energy-gallery-item:nth-child(1),
.energy-gallery-item:nth-child(6) {
    grid-column: span 2;
}


.energy-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform 0.5s ease,
        filter 0.5s ease;
}


.energy-gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            180deg,
            rgba(5, 20, 42, 0.02) 25%,
            rgba(5, 20, 42, 0.9) 100%
        );
    transition: background 0.3s ease;
}


.energy-gallery-item:hover img {
    transform: scale(1.08);
}


.energy-gallery-item:hover::after {
    background:
        linear-gradient(
            180deg,
            rgba(5, 20, 42, 0.08) 10%,
            rgba(5, 20, 42, 0.94) 100%
        );
}


/* Overlay */

.energy-gallery-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 24px;
    color: #ffffff;
}


.gallery-category {
    display: inline-flex;
    margin-bottom: 9px;
    padding: 6px 11px;
    color: #0b1f3a;
    background: #ffd400;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}


.energy-gallery-overlay h3 {
    max-width: calc(100% - 50px);
    margin: 0;
    color: #ffffff;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 800;
}


/* Plus Button */

.gallery-view-icon {
    position: absolute;
    right: 22px;
    bottom: 22px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #0b1f3a;
    background: #ffffff;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 400;
    transition:
        color 0.25s ease,
        background 0.25s ease,
        transform 0.25s ease;
}


.energy-gallery-item:hover .gallery-view-icon {
    color: #0b1f3a;
    background: #ffd400;
    transform: rotate(90deg);
}


/* Bottom CTA */

.energy-gallery-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 38px;
}


.energy-gallery-bottom p {
    margin: 0;
    color: #657084;
    font-size: 15px;
}


.energy-gallery-bottom .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}


/* =========================================
   LIGHTBOX
========================================= */

.energy-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 85px;
    background: rgba(2, 10, 22, 0.94);
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.25s ease,
        visibility 0.25s ease;
}


.energy-lightbox.active {
    opacity: 1;
    visibility: visible;
}


.energy-lightbox-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}


.energy-lightbox-content img {
    display: block;
    max-width: 1100px;
    max-height: 88vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 14px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.45);
}


/* Close */

.energy-lightbox-close {
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 5;
    display: grid;
    width: 46px;
    height: 46px;
    padding: 0;
    place-items: center;
    color: #0b1f3a;
    background: #ffd400;
    border: 0;
    border-radius: 50%;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}


/* Navigation */

.energy-lightbox-nav {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: grid;
    width: 50px;
    height: 50px;
    padding: 0;
    place-items: center;
    color: #0b1f3a;
    background: #ffffff;
    border: 0;
    border-radius: 50%;
    font-size: 36px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
}


.energy-lightbox-prev {
    left: 24px;
}


.energy-lightbox-next {
    right: 24px;
}


.energy-lightbox-nav:hover {
    background: #ffd400;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .energy-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .energy-gallery-item:nth-child(1),
    .energy-gallery-item:nth-child(6) {
        grid-column: span 1;
    }

    .energy-gallery-item {
        height: 280px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

    .energy-gallery-section {
        padding: 60px 0;
    }

    .energy-gallery-heading {
        margin-bottom: 30px;
    }

    .energy-gallery-heading h2 {
        font-size: 30px;
    }

    .energy-gallery-heading > p:last-child {
        font-size: 14px;
    }

    .energy-gallery-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .energy-gallery-item,
    .energy-gallery-item:nth-child(1),
    .energy-gallery-item:nth-child(6) {
        grid-column: auto;
        height: 245px;
    }

    .energy-gallery-overlay {
        padding: 18px;
    }

    .energy-gallery-overlay h3 {
        font-size: 17px;
    }

    .gallery-view-icon {
        right: 17px;
        bottom: 17px;
        width: 38px;
        height: 38px;
        font-size: 22px;
    }

    .energy-gallery-bottom {
        flex-direction: column;
        text-align: center;
    }

    .energy-lightbox {
        padding: 60px 15px;
    }

    .energy-lightbox-content img {
        max-width: 100%;
        max-height: 78vh;
    }

    .energy-lightbox-nav {
        top: auto;
        bottom: 18px;
        width: 44px;
        height: 44px;
        font-size: 30px;
        transform: none;
    }

    .energy-lightbox-prev {
        left: calc(50% - 52px);
    }

    .energy-lightbox-next {
        right: calc(50% - 52px);
    }

}
  

    /* =========================================================
       FULL DOCUMENT SERVICE CONTENT + CONTACT SECTION
       ========================================================= */
    .service-details-section {
      padding: 92px 0;
      background: #f7f9fc;
    }

    .service-details-heading {
      max-width: 820px;
      margin: 0 auto 48px;
      text-align: center;
    }

    .service-details-heading h2,
    .service-detail-title h2,
    .document-cta h2,
    .contact-details-copy h2 {
      margin: 8px 0 14px;
      color: #0b1f3a;
      font-size: clamp(2rem, 4vw, 3rem);
      line-height: 1.12;
    }

    .service-details-heading > p:last-child {
      margin: 0;
      color: #657084;
      font-size: 18px;
      line-height: 1.7;
    }

    .service-detail-row {
      display: grid;
      grid-template-columns: .82fr 1.18fr;
      gap: 58px;
      padding: 52px 0;
      border-top: 1px solid #dfe6ef;
      scroll-margin-top: 110px;
    }

    .service-detail-row:last-child {
      border-bottom: 1px solid #dfe6ef;
    }

    .service-detail-title {
      position: sticky;
      top: 112px;
      align-self: start;
    }

    .service-detail-title .eyebrow {
      margin-top: 18px;
    }

    .service-detail-title h2 {
      font-size: clamp(1.65rem, 3vw, 2.35rem);
    }

    .service-detail-index {
      display: grid;
      width: 58px;
      height: 58px;
      place-items: center;
      border-radius: 16px;
      background: #ffd400;
      color: #0b1f3a;
      font-weight: 900;
      box-shadow: 0 12px 26px rgba(255, 212, 0, .24);
    }

    .service-detail-content {
      padding: 30px;
      border: 1px solid #e1e7ef;
      border-radius: 22px;
      background: #fff;
      box-shadow: 0 16px 42px rgba(11, 31, 58, .06);
    }

    .service-detail-content p {
      margin: 0 0 16px;
      color: #657084;
      font-size: 16px;
      line-height: 1.75;
    }

    .service-detail-content h3 {
      margin: 26px 0 14px;
      color: #0b1f3a;
      font-size: 1.1rem;
    }

    .service-detail-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px 18px;
      margin: 0 0 26px;
      padding: 0;
      font-size: 16px;
      list-style: none;
    }

    .service-detail-list li {
      position: relative;
      padding: 12px 12px 12px 38px;
      border: 1px solid #e8edf3;
      border-radius: 12px;
      color: #4d596b;
      background: #f9fbfd;
      line-height: 1.45;
    }

    .service-detail-list li::before {
      content: "✓";
      position: absolute;
      left: 14px;
      top: 12px;
      color: #0b5cff;
      font-weight: 900;
    }

    .document-cta {
      padding: 78px 0;
      background: #0b1f3a;
      color: #fff;
    }

    .document-cta-inner {
      display: grid;
      grid-template-columns: 1.25fr .75fr;
      gap: 44px;
      align-items: center;
    }

    .document-cta h2 {
      color: #fff;
      max-width: 760px;
    }

    .document-cta p {
      max-width: 800px;
      margin: 0 0 12px;
      color: rgba(255,255,255,.78);
      font-size: 17px;
      line-height: 1.7;
    }

    .document-cta .document-cta-note {
      color: #fff;
      font-weight: 700;
    }

    .document-cta-actions {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      gap: 14px;
    }

    .document-phone-link {
      display: flex;
      min-height: 52px;
      align-items: center;
      justify-content: center;
      padding: 12px 18px;
      border: 1px solid rgba(255,255,255,.3);
      border-radius: 10px;
      color: #fff;
      font-weight: 800;
      text-decoration: none;
    }

    .contact-details-section {
      padding: 92px 0;
      background: #fff;
      scroll-margin-top: 100px;
    }

    .contact-details-grid {
      display: grid;
      grid-template-columns: .8fr 1.2fr;
      gap: 58px;
      align-items: start;
    }

    .contact-details-copy > p {
      margin: 0 0 12px;
      color: #657084;
      font-size: 17px;
      line-height: 1.7;
    }

    .contact-business-card {
      display: grid;
      gap: 10px;
      margin-top: 30px;
      padding: 26px;
      border-radius: 18px;
      background: #0b1f3a;
      color: #fff;
    }

    .contact-business-card h3,
    .contact-business-card p {
      margin: 0;
      color: #fff;
    }

    .contact-business-card p {
      color: rgba(255,255,255,.72);
    }

    .contact-business-card a {
      color: #fff;
      text-decoration: none;
    }

    .contact-project-form {
      display: grid;
      gap: 18px;
      padding: 32px;
      border: 1px solid #e2e8f0;
      border-radius: 22px;
      background: #f8fafd;
      box-shadow: 0 18px 50px rgba(11,31,58,.07);
    }

    .contact-form-row {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }

    .contact-project-form label {
      display: grid;
      gap: 8px;
      color: #0b1f3a;
      font-weight: 800;
      font-size: 14px;
    }

    .contact-project-form input,
    .contact-project-form select,
    .contact-project-form textarea {
      width: 100%;
      padding: 14px 15px;
      border: 1px solid #d8e0ea;
      border-radius: 10px;
      outline: none;
      background: #fff;
      color: #0b1f3a;
      font: inherit;
      font-weight: 500;
    }

    .contact-project-form textarea {
      resize: vertical;
    }

    .contact-project-form input:focus,
    .contact-project-form select:focus,
    .contact-project-form textarea:focus {
      border-color: #0b5cff;
      box-shadow: 0 0 0 3px rgba(11,92,255,.1);
    }

    .contact-form-note {
      margin: 0;
      color: #7a8495;
      font-size: 12px;
      line-height: 1.55;
    }

    @media (max-width: 900px) {
      .service-detail-row,
      .document-cta-inner,
      .contact-details-grid {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .service-detail-title {
        position: static;
      }
    }

    @media (max-width: 640px) {
      .service-details-section,
      .contact-details-section {
        padding: 64px 0;
      }

      .service-detail-row {
        padding: 38px 0;
      }

      .service-detail-content,
      .contact-project-form {
        padding: 24px 20px;
      }

      .service-detail-list,
      .contact-form-row {
        grid-template-columns: 1fr;
      }

      .document-cta {
        padding: 60px 0;
      }
    }

  

    .service-detail-title h2 {
      margin: 8px 0 10px;
      color: #0b1f3a;
      font-size: clamp(1.7rem, 3vw, 2.45rem);
      line-height: 1.12;
    }

    .service-detail-title h3 {
      margin: 0;
      color: #657084;
      font-size: 1.05rem;
      line-height: 1.5;
      font-weight: 700;
    }

    .major-section-subhead {
      margin: -2px 0 14px;
      color: #0b1f3a;
      font-size: clamp(1.25rem, 2vw, 1.65rem);
      line-height: 1.35;
    }

    .light-subhead,
    .cta-subhead {
      color: #ffffff;
    }

    .document-cta .cta-subhead {
      margin: -2px 0 14px;
      color: #ffd400;
    }
