:root {
  --ink: #151515;
  --muted: #69665f;
  --orange: #f59a19;
  --orange-deep: #d97800;
  --cream: #f7f1e7;
  --paper: #fffdf9;
  --line: #e9e0d3;
  --white: #fff;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(28, 22, 12, .13);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 88px; }
body { max-width: 100%; overflow-x: hidden; margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; line-height: 1.55; }
@supports (overflow: clip) {
  html, body { overflow-x: clip; }
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", sans-serif; line-height: 1.08; letter-spacing: -.035em; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.honeypot { position: absolute !important; left: -9999px !important; }

.site-header { height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 9px clamp(20px, 5vw, 72px); background: rgba(255,253,249,.92); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(34,29,21,.08); position: sticky; top: 0; z-index: 20; }
.neutral-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--orange); color: #17120b; font-size: 1.45rem; }
.brand-mark img { width: 27px; height: 36px; object-fit: contain; object-position: center; filter: drop-shadow(0 2px 2px rgba(70,42,4,.18)); }
.neutral-brand > span:last-child { display: flex; flex-direction: column; line-height: 1.05; }
.neutral-brand b { font-family: "Manrope"; font-size: 1.02rem; letter-spacing: -.03em; }
.neutral-brand small { margin-top: 4px; color: var(--muted); font-size: .63rem; text-transform: uppercase; letter-spacing: .15em; font-weight: 700; }
.header-cta, .text-link { font-weight: 800; text-decoration: none; }
.header-cta { background: var(--ink); color: #fff; padding: 13px 18px; border-radius: 999px; }

.hero { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0,1.12fr) minmax(380px,.88fr); gap: clamp(36px,6vw,92px); align-items: center; max-width: 1440px; margin: auto; padding: clamp(52px,7vw,96px) clamp(20px,5vw,72px) 86px; }
.hero-glow { position: absolute; width: 520px; height: 520px; border-radius: 50%; left: -240px; top: -220px; background: radial-gradient(circle,rgba(245,154,25,.16),transparent 68%); pointer-events: none; }
.eyebrow { display: flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; font-weight: 800; color: var(--orange-deep); margin-bottom: 18px; }
.eyebrow > span { width: 28px; height: 3px; background: var(--orange); border-radius: 3px; }
.hero h1 { font-size: clamp(2.6rem,5.7vw,5.25rem); max-width: 850px; margin-bottom: 24px; }
.hero-lede { font-size: clamp(1.05rem,1.5vw,1.25rem); color: #55514b; max-width: 680px; margin-bottom: 25px; }
.trust-row { display: flex; gap: 10px 22px; flex-wrap: wrap; font-weight: 700; font-size: .93rem; }
.trust-row b { color: var(--orange-deep); }
.hero-image { position: relative; max-width: 640px; margin: 34px 0 0; border-radius: 20px; overflow: hidden; background: #171717; box-shadow: 0 18px 45px rgba(20,17,13,.16); }
.hero-image img { width: 100%; aspect-ratio: 1.9/1; object-fit: cover; }
.hero-image figcaption { position: absolute; left: 14px; bottom: 14px; background: rgba(17,17,17,.84); color: #fff; font-size: .76rem; font-weight: 700; padding: 8px 11px; border-radius: 8px; backdrop-filter: blur(8px); }

.form-card { position: relative; background: #fff; border: 1px solid rgba(39,32,20,.09); border-radius: var(--radius); padding: clamp(24px,3.2vw,40px); box-shadow: var(--shadow); }
.form-card::before { content: ""; position: absolute; inset: 0 28px auto; height: 5px; background: linear-gradient(90deg,var(--orange-deep),#ffbf5c,var(--orange-deep)); border-radius: 0 0 8px 8px; box-shadow: 0 3px 10px rgba(217,120,0,.2); }
.form-heading h2 { font-size: clamp(1.65rem,2.6vw,2.2rem); margin-bottom: 7px; }
.form-heading p:not(.step-kicker) { color: var(--muted); margin-bottom: 18px; }
.step-kicker { text-transform: uppercase; letter-spacing: .12em; color: var(--orange-deep); font-size: .7rem; font-weight: 800; margin: 4px 0 7px; }
.progress { height: 6px; border-radius: 9px; background: #eee8df; overflow: hidden; }
.progress span { display: block; width: 50%; height: 100%; background: var(--orange); transition: width .3s ease; }
.step-count { text-align: right; color: var(--muted); font-size: .74rem; font-weight: 700; margin: 7px 0 16px; }
.form-step { display: none; border: 0; padding: 0; margin: 0; }
.form-step.is-active { display: block; animation: fade .24s ease; }
@keyframes fade { from { opacity: 0; transform: translateY(5px); } }
label { display: block; font-weight: 700; font-size: .84rem; margin: 0 0 7px; }
input:not([type=checkbox]), select { width: 100%; height: 52px; border: 1px solid #d9d1c6; border-radius: 12px; padding: 0 14px; line-height: 1.2; background: #fff; color: var(--ink); outline: 0; margin-bottom: 16px; transition: .18s; }
input:focus, select:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(245,154,25,.14); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.primary-button { border: 0; background: linear-gradient(135deg,#ffa828,var(--orange-deep)); color: #16110a; font-family: "Manrope", sans-serif; font-weight: 800; text-decoration: none; min-height: 54px; padding: 0 20px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; box-shadow: 0 12px 24px rgba(217,120,0,.22); cursor: pointer; transition: .18s; }
.form-step > .primary-button { width: 100%; margin-top: 4px; }
.primary-button:hover { transform: translateY(-1px); filter: brightness(1.03); }
.primary-button:disabled { opacity: .62; cursor: wait; transform: none; }
.microcopy { text-align: center; color: #7a756d; font-size: .7rem; margin: 10px 0 0; }
.consent { display: flex; align-items: flex-start; gap: 10px; font-size: .68rem; font-weight: 500; color: #69645d; line-height: 1.35; margin: 3px 0 16px; }
.consent input { margin-top: 2px; accent-color: var(--orange-deep); width: 16px; height: 16px; flex: 0 0 auto; }
.button-row { display: grid; grid-template-columns: 88px 1fr; gap: 10px; }
.back-button { border: 1px solid #d9d1c6; background: #fff; border-radius: 12px; font-weight: 700; cursor: pointer; }
.form-result { display: none; text-align: center; padding: 25px 8px 8px; }
.form-result.show { display: block; }
.form-result h3 { font-size: 1.55rem; margin-bottom: 8px; }
.form-result p { color: var(--muted); }

.proof-strip { max-width: 1300px; margin: 0 auto 30px; background: var(--cream); border: 1px solid var(--line); border-radius: 18px; display: grid; grid-template-columns: repeat(3,1fr); padding: 26px clamp(20px,4vw,52px); }
.proof-strip div { display: flex; flex-direction: column; padding: 0 34px; border-right: 1px solid #ddd2c2; }
.proof-strip div:first-child { padding-left: 0; }
.proof-strip div:last-child { border: 0; }
.proof-strip strong { font-family: "Manrope"; font-size: 1rem; }
.proof-strip span { color: var(--muted); font-size: .83rem; }
.section-pad { max-width: 1300px; margin: auto; padding: 100px clamp(20px,4vw,52px); }
.section-heading { max-width: 690px; margin-bottom: 42px; }
.wide-heading { max-width: 930px; }
.section-heading h2, .comparison h2, .final-cta h2, .info-card h2 { font-size: clamp(2rem,4vw,3.55rem); margin-bottom: 16px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }

.process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.process-grid article { position: relative; border: 1px solid var(--line); background: #fff; border-radius: 18px; padding: 28px; min-height: 270px; }
.process-grid article > b { position: absolute; right: 22px; top: 18px; color: #d9d0c5; font-family: "Manrope"; }
.icon { width: 48px; height: 48px; border-radius: 13px; background: var(--cream); color: var(--orange-deep); display: grid; place-items: center; font-size: 1.4rem; font-weight: 800; margin: 36px 0 28px; }
.process-grid h3 { font-size: 1.2rem; margin-bottom: 9px; }
.process-grid p { color: var(--muted); margin: 0; }

.education { padding-top: 40px; }
.education-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px,6vw,75px); align-items: center; }
.education-layout > img { width: 100%; border-radius: 24px; box-shadow: var(--shadow); }
.education-copy h3 { font-size: 2rem; margin-bottom: 26px; }
.number-list { list-style: none; counter-reset: steps; padding: 0; margin: 0; }
.number-list li { counter-increment: steps; position: relative; padding: 0 0 22px 52px; }
.number-list li::before { content: counter(steps); position: absolute; left: 0; top: 0; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--orange); font-family: "Manrope"; font-weight: 800; }
.number-list b, .number-list span { display: block; }
.number-list span { color: var(--muted); font-size: .9rem; margin-top: 4px; }

.comparison { padding-top: 26px; }
.comparison-card { background: var(--ink); color: #fff; border-radius: 30px; padding: clamp(30px,5vw,65px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px,6vw,80px); align-items: center; overflow: hidden; }
.eyebrow.light { color: #ffb13b; }
.comparison-copy > p:not(.eyebrow) { color: #c6c1ba; }
.comparison ul { list-style: none; padding: 0; margin: 28px 0; }
.comparison li { margin: 12px 0; font-weight: 600; }
.comparison li span { color: #ffad33; margin-right: 8px; }
.text-link { display: inline-flex; color: #ffb13b; gap: 8px; }
.stat-panel { display: grid; gap: 12px; }
.stat-panel > div { display: grid; grid-template-columns: 54px 1fr; gap: 0 14px; background: #242321; border: 1px solid #383632; border-radius: 16px; padding: 18px; }
.stat-panel span { grid-row: 1/3; color: #ffad33; font-family: "Manrope"; font-size: 1.2rem; font-weight: 800; align-self: center; }
.stat-panel strong { font-family: "Manrope"; }
.stat-panel small { color: #aaa49c; }

.nj-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.info-card { border-radius: 28px; padding: clamp(30px,5vw,58px); }
.info-card h2 { font-size: clamp(1.9rem,3.2vw,3rem); }
.orange-card { background: #f5a020; color: #211709; }
.orange-card .eyebrow { color: #33210c; }
.orange-card .eyebrow > span { background: #2d1d0a; }
.roof-card { background: var(--cream); border: 1px solid var(--line); }
.roof-card ul { padding-left: 20px; margin-bottom: 0; }
.roof-card li { margin: 7px 0; }

.priority-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.priority-grid article { border-top: 3px solid var(--orange); background: #fff; border-radius: 6px 6px 18px 18px; padding: 26px; box-shadow: 0 12px 35px rgba(28,22,12,.07); }
.priority-grid span { font-family: "Manrope"; font-weight: 800; color: var(--orange-deep); }
.priority-grid h3 { font-size: 1.15rem; margin: 18px 0 8px; }
.priority-grid p { color: var(--muted); margin: 0; }

.faq { padding-top: 80px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); background: #fff; border-radius: 16px; padding: 0 20px; box-shadow: 0 7px 22px rgba(29,23,14,.04); }
summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; font-family: "Manrope"; font-weight: 700; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
.question { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.most-asked { display: inline-flex; background: #fff0d7; color: #9a5700; border-radius: 999px; padding: 4px 8px; font-size: .58rem; text-transform: uppercase; letter-spacing: .12em; }
.toggle { width: 32px; height: 32px; flex: 0 0 32px; border-radius: 50%; background: var(--cream); display: grid; place-items: center; font-size: 1.25rem; color: var(--orange-deep); transition: .2s; }
.faq-list details[open] .toggle { transform: rotate(45deg); background: var(--orange); color: var(--ink); }
details p { max-width: 850px; color: var(--muted); padding: 0 0 23px; margin: 0; }

.final-cta { text-align: center; margin: 20px auto 80px; max-width: 1190px; padding: 80px 20px; border-radius: 30px; background: linear-gradient(135deg,#1c1b19,#0e0d0c); color: #fff; }
.final-cta .eyebrow { justify-content: center; }
.final-cta > p:not(.eyebrow) { color: #c8c2b8; }
.final-cta .primary-button { margin-top: 14px; }
.contact-intro { margin-bottom: 22px; padding-right: 42px; }
.contact-intro h2 { font-size: clamp(2rem,4vw,3.55rem); margin-bottom: 16px; }
.contact-intro > p:last-child { color: var(--muted); font-size: 1.05rem; max-width: 470px; }
.contact-form { position: relative; background: #fff; border: 1px solid rgba(39,32,20,.09); border-radius: var(--radius); padding: clamp(22px,3.2vw,36px); }
.contact-form::before { content: ""; position: absolute; inset: 0 28px auto; height: 5px; background: linear-gradient(90deg,var(--orange-deep),#ffbf5c,var(--orange-deep)); border-radius: 0 0 8px 8px; box-shadow: 0 3px 10px rgba(217,120,0,.2); }
.contact-form textarea { width: 100%; min-height: 138px; resize: vertical; border: 1px solid #d9d1c6; border-radius: 12px; padding: 14px; background: #fff; color: var(--ink); outline: 0; margin-bottom: 16px; transition: .18s; }
.contact-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(245,154,25,.14); }
.contact-submit { width: 100%; }
.contact-result { display: none; text-align: center; margin-top: 18px; padding: 18px; border-radius: 12px; background: #fff7e9; color: #5e4a2c; }
.contact-result.show { display: block; }
.contact-result.success { background: #f0f8ee; color: #264d28; }
.field-error { display: none; color: #b42318; font-size: .76rem; font-weight: 700; line-height: 1.35; margin: -8px 0 14px; }
.field-error.show { display: block; }
input.field-invalid { border-color: #d92d20 !important; background: #fff7f6 !important; box-shadow: 0 0 0 4px rgba(217,45,32,.12) !important; }
footer { text-align: center; background: #efe8dd; padding: 48px 20px 110px; color: #5e5a54; font-size: .8rem; }
.footer-brand { margin: 0 auto 16px; }
.legal { max-width: 860px; margin: 22px auto; }
.mobile-cta { display: none; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 48px; }
  .form-card { max-width: 650px; width: 100%; margin: auto; }
  .proof-strip { margin-left: 20px; margin-right: 20px; }
  .process-grid, .priority-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 0; }
  .education-layout, .comparison-card, .nj-grid { grid-template-columns: 1fr; }
  .education-layout > img { order: 2; }
  .section-pad { padding-top: 75px; padding-bottom: 75px; }
}

@media (max-width: 600px) {
  .site-header { height: 68px; padding: 7px 16px; }
  .brand-mark { width: 36px; height: 36px; }
  .neutral-brand b { font-size: .85rem; }
  .neutral-brand small { font-size: .52rem; }
  .header-cta { font-size: .72rem; padding: 10px 11px; }
  .hero { padding: 38px 16px 58px; gap: 28px; }
  .hero h1 { font-size: 2.5rem; }
  .hero-lede { font-size: 1rem; }
  .trust-row { font-size: .78rem; gap: 8px 13px; }
  .hero-image { margin-top: 25px; }
  .hero-image figcaption { font-size: .67rem; }
  .form-card { padding: 25px 18px; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .proof-strip { grid-template-columns: 1fr; margin: 0 16px; padding: 6px 20px; }
  .proof-strip div, .proof-strip div:first-child { padding: 16px 0; border-right: 0; border-bottom: 1px solid #ddd2c2; }
  .proof-strip div:last-child { border: 0; }
  .section-pad { padding: 68px 18px; }
  .process-grid article { padding: 24px; }
  .comparison-card, .info-card { border-radius: 22px; padding: 28px 20px; }
  .faq-list details { padding: 0 16px; }
  .question { font-size: .93rem; }
  .final-cta { margin: 10px 16px 30px; border-radius: 22px; padding: 58px 20px; }
  footer { padding-bottom: 100px; }
  .mobile-cta { display: flex; position: fixed; isolation: isolate; overflow: hidden; z-index: 30; left: 14px; right: 14px; bottom: max(12px,env(safe-area-inset-bottom)); min-height: 58px; align-items: center; justify-content: center; text-align: center; text-decoration: none; background: linear-gradient(135deg,#ffbc52 0%,var(--orange) 48%,#e98300 100%); color: #17120b; border: 1px solid rgba(255,255,255,.52); padding: 8px 56px; border-radius: 17px; font-family: "Manrope"; font-weight: 800; letter-spacing: -.01em; box-shadow: 0 16px 42px rgba(97,53,0,.34),inset 0 1px 0 rgba(255,255,255,.6),inset 0 -1px 0 rgba(113,59,0,.18); opacity: 0; transform: translateY(calc(100% + 32px)); pointer-events: none; transition: transform .24s ease,opacity .18s ease,box-shadow .18s ease; }
  .mobile-cta.show { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .mobile-cta.is-form-visible { opacity: 0; transform: translateY(calc(100% + 32px)); pointer-events: none; }
  .mobile-cta::before { content: ""; position: absolute; inset: 1px 1px auto; z-index: -1; height: 48%; border-radius: 16px 16px 50% 50%; background: linear-gradient(180deg,rgba(255,255,255,.22),transparent); pointer-events: none; }
  .mobile-cta span { display: grid; position: absolute; right: 9px; top: 50%; width: 40px; height: 40px; place-items: center; border-radius: 12px; background: rgba(23,18,11,.92); color: #fff; font-size: 1.15rem; box-shadow: 0 7px 16px rgba(70,35,0,.24),inset 0 1px 0 rgba(255,255,255,.16); transform: translateY(-50%); }
  .mobile-cta:active { transform: translateY(1px) scale(.995); box-shadow: 0 10px 28px rgba(97,53,0,.3),inset 0 1px 0 rgba(255,255,255,.55); }
  .mobile-cta:focus-visible { outline: 3px solid #17120b; outline-offset: 3px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .energy-particles { display: none; }
}

/* Live-site flow */
.simple-hero { min-height: calc(100vh - 82px); }
.simple-hero .hero-copy { max-width: 760px; }
.vertical-benefits { flex-direction: column; align-items: flex-start; gap: 10px; }
.compact-top { padding-top: 55px; }
.centered { text-align: center; margin-left: auto; margin-right: auto; }
.centered .eyebrow { justify-content: center; }
.benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.benefit-grid article { min-height: 180px; padding: 25px; border-radius: 18px; background: #fff; border: 1px solid var(--line); box-shadow: 0 10px 30px rgba(29,23,14,.05); }
.benefit-grid article > span { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: var(--cream); color: var(--orange-deep); font-family: "Manrope"; font-weight: 800; }
.benefit-grid h3 { margin: 32px 0 0; font-size: 1.12rem; }
.section-note, .fine-print { color: var(--muted); font-size: .76rem; }
.section-note { max-width: 780px; margin: 18px auto 0; text-align: center; }

.content-section { border-top: 1px solid rgba(30,26,19,.06); }
.alt-section, .roof-section { max-width: none; padding-left: max(clamp(20px,4vw,52px),calc((100vw - 1300px)/2 + 52px)); padding-right: max(clamp(20px,4vw,52px),calc((100vw - 1300px)/2 + 52px)); background: var(--cream); }
.split-content { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(30px,6vw,75px); align-items: center; }
.body-copy { color: #4f4b45; font-size: 1.02rem; }
.body-copy p { margin-bottom: 18px; }
.fitted-image { margin: 0; width: 100%; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 22px; }
.fitted-image img { display: block; width: 100%; height: auto; max-width: 100%; object-fit: contain; object-position: center; }
.fitted-image.landscape, .net-metering-image, .faq-image { background: #fff; padding: 12px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.fitted-image.landscape img { aspect-ratio: 1005/519; }
.net-metering-image { max-width: 980px; margin: 0 auto 45px; }
.net-metering-image img { aspect-ratio: 1027/685; }
.portrait-split { grid-template-columns: minmax(280px,.7fr) minmax(0,1.3fr); }
.fitted-image.portrait { max-width: 430px; min-height: 580px; margin: auto; background: transparent; }
.fitted-image.portrait img { width: auto; max-height: 700px; aspect-ratio: 509/925; }
.roof-split { grid-template-columns: minmax(260px,.75fr) minmax(0,1.25fr); }
.badge-image { max-width: 420px; margin: auto; background: #fff; padding: 20px; box-shadow: var(--shadow); }
.badge-image img { width: 100%; max-width: 360px; aspect-ratio: 1/1; }
.check-list { list-style: none; padding: 0; margin: 25px 0 16px; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 28px; font-weight: 700; color: var(--ink); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--orange-deep); }

.steps-grid { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; max-width: 1050px; margin: auto; }
.steps-grid li { display: flex; gap: 16px; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 22px; }
.steps-grid li > span { flex: 0 0 38px; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--orange); font-family: "Manrope"; font-weight: 800; }
.steps-grid h3 { font-size: 1rem; margin: 3px 0 7px; }
.steps-grid p { color: var(--muted); font-size: .88rem; margin: 0; }

.value-section { text-align: center; }
.value-section .section-heading { margin-left: auto; margin-right: auto; }
.credit-visual { display: flex; justify-content: center; align-items: center; gap: clamp(15px,5vw,55px); margin: 25px auto 38px; }
.credit-visual > div:not(.equal) { width: min(220px,38vw); padding: 25px 15px; background: var(--ink); color: #fff; border-radius: 20px; display: grid; }
.credit-visual span { color: #ffb13b; text-transform: uppercase; letter-spacing: .15em; font-size: .7rem; font-weight: 800; }
.credit-visual b { font-family: "Manrope"; font-size: 3.2rem; line-height: 1; margin: 8px 0; }
.credit-visual small { color: #c9c4bc; }
.credit-visual .equal { font-family: "Manrope"; font-size: 2.5rem; font-weight: 800; color: var(--orange-deep); }
.energy-flow-visual { position: relative; width: min(1180px,100%); aspect-ratio: 1672/941; margin: 28px auto 42px; overflow: hidden; border: 1px solid rgba(42,31,13,.1); border-radius: 28px; background: #fffaf3; box-shadow: 0 28px 80px rgba(38,27,11,.16),0 0 0 1px rgba(255,255,255,.75) inset; }
.energy-flow-visual::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.65),inset 0 -60px 90px rgba(245,154,25,.035); }
.energy-flow-visual img { width: 100%; height: 100%; object-fit: cover; }
.flow-label { position: absolute; z-index: 2; display: inline-flex; align-items: center; gap: .42em; transform: translate(-50%,-50%); padding: .52em .78em; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: linear-gradient(180deg,rgba(37,32,25,.92),rgba(18,16,13,.94)); color: #fff; font-family: "Manrope",sans-serif; font-size: clamp(.5rem,.72vw,.66rem); font-weight: 800; letter-spacing: .005em; line-height: 1; white-space: nowrap; pointer-events: none; box-shadow: 0 6px 16px rgba(28,20,8,.16),inset 0 1px 0 rgba(255,255,255,.12); }
.flow-label::before { content: ""; width: .46em; height: .46em; flex: 0 0 auto; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 3px rgba(245,154,25,.12); }
.flow-label-export { left: 59%; top: 30%; border-color: rgba(245,154,25,.48); }
.flow-label-return { left: 52%; top: 84%; background: linear-gradient(180deg,rgba(255,255,255,.94),rgba(250,244,235,.95)); color: #17120b; border-color: rgba(23,18,11,.13); box-shadow: 0 6px 16px rgba(28,20,8,.13),inset 0 1px 0 #fff; }
.flow-label-return::before { background: #17120b; box-shadow: 0 0 0 3px rgba(23,18,11,.08); }
.energy-flow-overlay { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.flow-line { fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 5; stroke-dasharray: 14 17; animation: energyPath 1.1s linear infinite; }
.export-line { stroke: rgba(245,154,25,.78); }
.return-line { stroke: rgba(23,18,11,.72); }
.live-sun-rays path { fill: none; stroke: rgba(255,183,62,.72); stroke-width: 4; stroke-linecap: round; stroke-dasharray: 13 18; animation: sunEnergy 2s ease-in-out infinite; }
.flow-node circle { fill: #fff; stroke: var(--orange); stroke-width: 5; animation: nodePulse 2s ease-in-out infinite; transform-box: fill-box; transform-origin: center; }
.energy-particles path { fill: none; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; animation: directionPulse .8s ease-in-out infinite alternate; }
.energy-particles path:nth-child(2), .energy-particles path:nth-child(4) { animation-delay: -.4s; }
.export-particles path { stroke: #f59a19; filter: drop-shadow(0 0 4px rgba(245,154,25,.72)); }
.return-particles path { stroke: #17120b; filter: drop-shadow(0 0 3px rgba(255,255,255,.9)); }
@keyframes energyPath { to { stroke-dashoffset: -34; } }
@keyframes directionPulse { from { opacity: .62; } to { opacity: 1; } }
@keyframes sunEnergy { 50% { opacity: .42; stroke-width: 6; } to { stroke-dashoffset: -31; } }
@keyframes nodePulse { 50% { transform: scale(1.45); opacity: .55; } }
.centered-copy { max-width: 900px; margin: auto; }
.mid-cta { max-width: 1190px; margin: 0 auto 70px; padding: 50px clamp(20px,5vw,70px); background: var(--orange); border-radius: 24px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.mid-cta h2 { margin: 0; max-width: 700px; font-size: clamp(1.7rem,3vw,2.7rem); }
.mid-cta .primary-button { flex: 0 0 auto; background: var(--ink); color: #fff; box-shadow: none; }

.faq-image { max-width: 900px; margin: 0 auto 58px; }
.faq-image img { aspect-ratio: 900/473; }
.faq-list summary { display: grid; grid-template-columns: 46px 1fr 32px; }
.faq-icon { width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; background: rgba(245,154,25,.10); border: 1px solid rgba(245,154,25,.18); }

.inline-link, .legal-nav button { border: 0; padding: 0; background: transparent; color: inherit; text-decoration: underline; cursor: pointer; font: inherit; }
.legal-nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; margin: 20px 0; }
.legal-dialog { width: min(760px,calc(100vw - 30px)); max-height: 82vh; border: 0; border-radius: 22px; padding: clamp(24px,5vw,45px); color: var(--ink); box-shadow: 0 25px 80px rgba(0,0,0,.35); }
.legal-dialog::backdrop, .contact-dialog::backdrop, .success-dialog::backdrop { background: rgba(10,10,10,.68); backdrop-filter: blur(5px); }
.legal-dialog h2 { font-size: 2rem; padding-right: 40px; }
.legal-dialog h3 { margin: 26px 0 8px; font-size: 1rem; }
.legal-dialog p { color: var(--muted); line-height: 1.65; }
.dialog-close { position: absolute; top: 18px; right: 18px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: var(--cream); font-size: 1.4rem; cursor: pointer; }
.contact-dialog { width: min(680px,calc(100vw - 24px)); max-height: var(--contact-dialog-max-height,90dvh); overflow-y: auto; overscroll-behavior: contain; scroll-padding: 28px 0 42vh; border: 1px solid rgba(245,154,25,.28); border-radius: 26px; padding: clamp(24px,4vw,38px); background: #fffaf2; color: var(--ink); box-shadow: 0 28px 90px rgba(0,0,0,.38); }
.success-dialog { width: min(460px,calc(100vw - 30px)); border: 1px solid rgba(245,154,25,.28); border-radius: 24px; padding: 42px 30px 30px; text-align: center; background: #fffaf2; color: var(--ink); box-shadow: 0 28px 90px rgba(0,0,0,.38); }
.success-mark { width: 58px; height: 58px; margin: 0 auto 18px; border-radius: 50%; display: grid; place-items: center; background: var(--orange); color: #17120b; font-size: 1.7rem; font-weight: 800; }
.success-dialog h2 { font-size: 2rem; margin-bottom: 10px; }
.success-dialog p { color: var(--muted); margin-bottom: 24px; }
.success-dialog .success-close { min-width: 150px; }

@media (max-width: 900px) {
  .benefit-grid { grid-template-columns: repeat(2,1fr); }
  .split-content, .portrait-split, .roof-split { grid-template-columns: 1fr; }
  .fitted-image.portrait { min-height: 0; max-width: 350px; }
  .mid-cta { margin-left: 20px; margin-right: 20px; }
}

@media (max-width: 600px) {
  .simple-hero { min-height: auto; }
  .benefit-grid, .steps-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: 135px; }
  .benefit-grid h3 { margin-top: 22px; }
  .fitted-image { border-radius: 16px; }
  .fitted-image.landscape, .net-metering-image, .faq-image { padding: 7px; }
  .fitted-image.portrait { max-width: 270px; }
  .fitted-image.portrait img { max-height: 490px; }
  .badge-image { max-width: 310px; }
  .mid-cta { margin: 0 16px 50px; padding: 36px 22px; flex-direction: column; align-items: flex-start; border-radius: 20px; }
  .credit-visual { gap: 10px; }
  .credit-visual > div:not(.equal) { padding: 20px 8px; }
  .credit-visual b { font-size: 2.5rem; }
  .energy-flow-visual { width: calc(100% + 8px); margin: 24px -4px 34px; border-radius: 18px; }
  .faq-list summary { grid-template-columns: 42px 1fr 32px; gap: 12px; }
  .faq-icon { width: 40px; height: 40px; }
}

/* Premium visual layer */
h1, h2, h3 { font-weight: 800; }
.scroll-progress { position: fixed; inset: 0 0 auto; height: 4px; z-index: 80; background: transparent; }
.scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg,#ffb53e,#f47a1f); box-shadow: 0 0 14px rgba(245,154,25,.8); }
.quick-nav { position: sticky; top: 82px; z-index: 18; display: flex; justify-content: center; gap: 8px; padding: 9px 16px; overflow-x: auto; background: rgba(21,21,21,.94); backdrop-filter: blur(14px); scrollbar-width: none; }
.quick-nav::-webkit-scrollbar { display: none; }
.quick-nav a, .quick-nav > button { flex: 0 0 auto; color: #eee9e1; text-decoration: none; font-size: .72rem; font-weight: 800; letter-spacing: .04em; padding: 7px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: transparent; transition: .2s ease; cursor: pointer; }
.quick-nav a:hover, .quick-nav a:focus-visible, .quick-nav > button:hover, .quick-nav > button:focus-visible { color: #17120b; background: var(--orange); border-color: var(--orange); }
.simple-hero { isolation: isolate; background: radial-gradient(circle at 10% 20%,rgba(245,154,25,.16),transparent 34%), linear-gradient(180deg,#fffdf9 0%,#fff8ee 100%); }
.simple-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .24; background-image: linear-gradient(rgba(35,27,15,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(35,27,15,.08) 1px,transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom,#000,transparent 82%); }
.simple-hero::after { content: ""; position: absolute; width: 380px; height: 380px; right: 24%; top: 8%; z-index: -1; border: 1px solid rgba(245,154,25,.22); border-radius: 50%; box-shadow: 0 0 0 55px rgba(245,154,25,.045),0 0 0 110px rgba(245,154,25,.025); animation: solarPulse 7s ease-in-out infinite; }
@keyframes solarPulse { 50% { transform: scale(1.06); opacity: .65; } }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; padding: 9px 14px; border: 1px solid rgba(245,154,25,.48); border-radius: 999px; background: linear-gradient(135deg,#241c12,#11100e); color: #ffb13b; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 900; box-shadow: 0 10px 28px rgba(30,22,10,.18),inset 0 1px rgba(255,255,255,.08); }
.hero-badge::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: #ffad2f; box-shadow: 0 0 0 5px rgba(245,154,25,.17),0 0 14px rgba(245,154,25,.48); }
.hero h1 { text-wrap: balance; text-shadow: 0 1px 0 #fff; }
.section-heading h2, .content-section h2, .value-section h2, .faq h2 { font-weight: 800; text-wrap: balance; position: relative; }
.section-heading h2::after { content: ""; display: block; width: 76px; height: 6px; margin-top: 18px; border-radius: 99px; background: linear-gradient(90deg,var(--orange),#ffd08c); }
.section-heading.centered h2::after, .value-section .section-heading h2::after { margin-left: auto; margin-right: auto; }
.benefit-grid article, .steps-grid li, .faq-list details, .fitted-image { transition: transform .25s ease,box-shadow .25s ease,border-color .25s ease; }
.benefit-grid article:hover, .steps-grid li:hover { transform: translateY(-6px); border-color: rgba(245,154,25,.5); box-shadow: 0 20px 44px rgba(33,24,10,.11); }
.benefit-grid article:nth-child(2), .benefit-grid article:nth-child(4) { transform: translateY(14px); }
.benefit-grid article:nth-child(2):hover, .benefit-grid article:nth-child(4):hover { transform: translateY(8px); }
.fitted-image { position: relative; }
.fitted-image::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.35); }
.fitted-image:hover { transform: translateY(-4px); box-shadow: 0 28px 75px rgba(28,22,12,.18); }
.steps-grid { position: relative; }
.steps-grid::before { content: ""; position: absolute; left: 50%; top: 50%; width: 72%; height: 2px; transform: translate(-50%,-50%); background: linear-gradient(90deg,transparent,var(--orange),transparent); opacity: .35; z-index: 0; }
.steps-grid li { position: relative; z-index: 1; }
.steps-grid li > span { box-shadow: 0 0 0 6px rgba(245,154,25,.12); }
.accuracy-note { display: flex; flex-direction: column; gap: 3px; margin-top: 22px; padding: 15px 17px; border-left: 4px solid var(--orange); border-radius: 0 12px 12px 0; background: #fff5e6; color: #604416; font-size: .82rem; }
.accuracy-note b { font-family: "Manrope"; color: #2a2115; }
.credit-visual > div:not(.equal) { position: relative; overflow: hidden; }
.credit-visual > div:not(.equal)::before { content: ""; position: absolute; width: 90px; height: 220%; top: -60%; left: -120px; transform: rotate(22deg); background: linear-gradient(90deg,transparent,rgba(255,255,255,.13),transparent); animation: creditShine 5s ease-in-out infinite; }
@keyframes creditShine { 55%,100% { left: calc(100% + 90px); } }
.credit-visual .equal { animation: equalGlow 2.4s ease-in-out infinite; }
@keyframes equalGlow { 50% { transform: scale(1.12); text-shadow: 0 0 18px rgba(245,154,25,.55); } }
.mid-cta { position: relative; overflow: hidden; box-shadow: 0 24px 65px rgba(217,120,0,.25); }
.mid-cta::before { content: ""; position: absolute; width: 220px; height: 220px; right: -80px; bottom: -110px; border-radius: 50%; border: 34px solid rgba(255,255,255,.13); }
.mid-cta > * { position: relative; z-index: 1; }
.faq-list details:hover { border-color: rgba(245,154,25,.48); box-shadow: 0 12px 30px rgba(29,23,14,.08); }
.back-to-top { position: fixed; right: 22px; bottom: 22px; z-index: 28; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(23,23,23,.72); color: rgba(255,255,255,.82); font-size: 1rem; box-shadow: 0 8px 20px rgba(0,0,0,.14); opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .2s ease,transform .2s ease,background .2s ease; cursor: pointer; backdrop-filter: blur(8px); }
.back-to-top.show { opacity: .7; transform: translateY(0); pointer-events: auto; }
.back-to-top.show:hover, .back-to-top.show:focus-visible { opacity: 1; background: rgba(23,23,23,.9); }
.js .reveal { opacity: 0; transform: translateY(32px); transition: opacity .7s ease,transform .7s cubic-bezier(.2,.75,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .quick-nav { top: 68px; justify-content: flex-start; }
  .benefit-grid article:nth-child(2), .benefit-grid article:nth-child(4) { transform: none; }
  .benefit-grid article:nth-child(2):hover, .benefit-grid article:nth-child(4):hover { transform: translateY(-6px); }
}

@media (max-width: 600px) {
  .quick-nav { padding: 7px 12px; }
  .quick-nav a, .quick-nav > button { font-size: .66rem; }
  .simple-hero::after { width: 230px; height: 230px; right: -90px; top: 90px; }
  .section-heading h2, .content-section h2, .value-section h2, .faq h2 { font-size: 2.15rem; }
  .steps-grid::before { display: none; }
  .back-to-top { right: 18px; bottom: 82px; }
}

/* Premium refinement — presentation only */
.eyebrow > span { display: none !important; }
.eyebrow { gap: 0; width: fit-content; padding: 7px 11px; border: 1px solid rgba(217,120,0,.16); border-radius: 999px; background: rgba(255,249,239,.82); box-shadow: 0 7px 20px rgba(41,29,9,.05); }
.section-heading > .eyebrow { padding: 8px 13px; border-color: rgba(178,95,0,.24); background: linear-gradient(135deg,#ffbc55,var(--orange)); color: #241606; font-weight: 900; box-shadow: 0 9px 24px rgba(217,120,0,.22),inset 0 1px rgba(255,255,255,.42); }
.centered .eyebrow, .value-section .eyebrow, .final-cta .eyebrow { margin-left: auto; margin-right: auto; }
.eyebrow.light { background: rgba(255,255,255,.06); border-color: rgba(255,177,59,.25); }

body { background-image: radial-gradient(circle at 20% 15%,rgba(245,154,25,.045),transparent 26%),radial-gradient(circle at 80% 60%,rgba(245,154,25,.04),transparent 28%); }
.site-header { box-shadow: 0 8px 28px rgba(25,20,12,.055); }
.quick-nav a.active { color: #17120b; background: linear-gradient(135deg,#ffb648,var(--orange)); border-color: transparent; box-shadow: 0 5px 18px rgba(245,154,25,.28); }

.form-card { isolation: isolate; background: linear-gradient(#fff,#fff) padding-box,linear-gradient(145deg,rgba(245,154,25,.7),rgba(255,255,255,.2),rgba(245,154,25,.25)) border-box; border: 1px solid transparent; box-shadow: 0 28px 80px rgba(35,26,12,.16),0 0 0 1px rgba(255,255,255,.8) inset; }
.form-card::after { content: ""; position: absolute; z-index: -1; width: 170px; height: 170px; right: -70px; bottom: -70px; border-radius: 50%; background: radial-gradient(circle,rgba(245,154,25,.16),transparent 70%); pointer-events: none; }
.form-card input:not([type=checkbox]), .form-card select { background: linear-gradient(180deg,#fff,#fffcf7); box-shadow: inset 0 1px 3px rgba(33,25,12,.04); }
.form-card input:not([type=checkbox]):hover, .form-card select:hover { border-color: #c9bda9; }
.form-card input:not([type=checkbox]):focus, .form-card select:focus { box-shadow: 0 0 0 4px rgba(245,154,25,.13),0 8px 18px rgba(42,28,8,.07); }
.primary-button { position: relative; overflow: hidden; }
.primary-button::before { content: ""; position: absolute; width: 70px; height: 180%; top: -40%; left: -110px; transform: rotate(22deg); background: linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent); transition: left .7s ease; }
.primary-button:hover::before { left: calc(100% + 80px); }

.content-section, .value-section, .switching, .faq { position: relative; isolation: isolate; }
.content-section::before, .value-section::before, .switching::before, .faq::before { content: ""; position: absolute; z-index: -1; width: 280px; height: 280px; border-radius: 50%; pointer-events: none; background: radial-gradient(circle,rgba(245,154,25,.07),transparent 68%); }
.content-section::before { right: -110px; top: 12%; }
.content-section:nth-of-type(even)::before { right: auto; left: -120px; top: 38%; }
.value-section::before { left: 5%; top: 15%; }
.switching::before { right: 8%; bottom: 0; }
.faq::before { right: 4%; top: 22%; }

.benefit-grid article, .steps-grid li, .faq-list details, .fitted-image, .credit-visual > div:not(.equal) { --mx: 50%; --my: 50%; }
.benefit-grid article::after, .steps-grid li::after { content: ""; position: absolute; inset: 0; border-radius: inherit; opacity: 0; pointer-events: none; background: radial-gradient(180px circle at var(--mx) var(--my),rgba(245,154,25,.15),transparent 70%); transition: opacity .2s; }
.benefit-grid article:hover::after, .steps-grid li:hover::after { opacity: 1; }
.benefit-grid article { position: relative; overflow: hidden; }
.fitted-image img { transition: transform .55s cubic-bezier(.2,.75,.2,1),filter .35s ease; }
.fitted-image:hover img { transform: scale(1.018); filter: saturate(1.05) contrast(1.02); }
.fitted-image.zoomable { cursor: zoom-in; }

.section-heading h2 { letter-spacing: -.045em; }
.body-copy p { max-width: 68ch; }
.alt-section { box-shadow: inset 0 1px rgba(255,255,255,.75),inset 0 -1px rgba(42,31,13,.05); }
.credit-visual > div:not(.equal) { border: 1px solid rgba(255,255,255,.1); box-shadow: 0 22px 55px rgba(20,17,12,.2); }
.faq-list details[open] { border-color: rgba(245,154,25,.48); box-shadow: 0 15px 38px rgba(30,22,10,.1),0 0 0 1px rgba(245,154,25,.08); }
.faq-list details[open] .faq-icon { background: var(--orange); transform: scale(1.04); }
.faq-icon { transition: transform .2s,background .2s; }

.image-lightbox { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 28px; background: rgba(11,10,8,.88); backdrop-filter: blur(14px); opacity: 0; pointer-events: none; transition: opacity .22s ease; }
.image-lightbox.open { opacity: 1; pointer-events: auto; }
.image-lightbox img { max-width: min(1100px,94vw); max-height: 88vh; width: auto; height: auto; object-fit: contain; border-radius: 18px; box-shadow: 0 35px 100px rgba(0,0,0,.5); transform: scale(.96); transition: transform .25s ease; }
.image-lightbox.open img { transform: scale(1); }
.image-lightbox button { position: absolute; top: 20px; right: 20px; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(255,255,255,.1); color: #fff; font-size: 1.65rem; cursor: pointer; }

.reveal:nth-child(2) { transition-delay: .06s; }
.reveal:nth-child(3) { transition-delay: .12s; }
.reveal:nth-child(4) { transition-delay: .18s; }

@media (max-width: 600px) {
  .eyebrow { padding: 6px 9px; line-height: 1.2; }
  .image-lightbox { padding: 14px; }
  .image-lightbox button { top: 12px; right: 12px; }
  .site-header, .quick-nav { -webkit-backdrop-filter: none; backdrop-filter: none; }
  .credit-visual > div:not(.equal)::before, .credit-visual .equal { animation: none; }
}
