:root {
  --ink: #29322b;
  --muted: #6e786f;
  --surface: #f5f6f3;
  --surface-2: #e9ede7;
  --panel: rgba(255,255,255,.68);
  --line: rgba(36,50,40,.11);
  --acid: #55aa4e;
  --acid-2: #41973d;
  --dark: #121713;
  --header: rgba(245,246,243,.91);
  --shadow: 0 28px 74px rgba(45,68,51,.11);
}

:root[data-theme="night"] {
  --ink: #e8ece9;
  --muted: #98a29a;
  --surface: #111612;
  --surface-2: #181e19;
  --panel: rgba(255,255,255,.035);
  --line: rgba(255,255,255,.085);
  --acid: #68b85d;
  --acid-2: #50a94a;
  --dark: #0d120e;
  --header: rgba(14,19,15,.87);
  --shadow: 0 28px 74px rgba(0,0,0,.27);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--surface); }
body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: Inter, "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  transition: color .45s ease, background .45s ease;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; border-radius: 0 0 10px 10px; background: var(--acid); color: #0a120d; }
.skip-link:focus { top: 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 78px;
  padding: 0 clamp(22px, 4vw, 68px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: var(--header);
  backdrop-filter: blur(18px);
  transition: background .45s ease, border .45s ease;
}

.brand { display: flex; align-items: center; min-width: 174px; }
.official-logo { position: relative; display: block; width: 104px; height: 68px; }
.brand-logo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.brand-logo-night { display: none; }
.brand-logo-day { display: block; }
:root[data-theme="night"] .brand-logo-night { display: block; }
:root[data-theme="night"] .brand-logo-day { display: none; }
.footer-brand .brand-logo-day { display: none; }
.footer-brand .brand-logo-night { display: block; }

.nav { display: flex; align-items: center; gap: clamp(22px, 2.6vw, 44px); }
.nav a { position: relative; color: var(--muted); font-size: 14px; font-weight: 670; letter-spacing: .018em; transition: color .2s ease; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--acid); transition: right .25s ease; }
.nav a:hover { color: var(--ink); }
.nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.theme-toggle { border: 0; background: none; display: flex; align-items: center; gap: 8px; cursor: pointer; padding: 4px; }
.theme-label { width: 31px; color: var(--muted); font-size: 11px; font-weight: 720; text-transform: uppercase; letter-spacing: .07em; }
.theme-track { width: 41px; height: 22px; border: 1px solid var(--line); border-radius: 20px; padding: 2px; display: block; background: var(--panel); }
.theme-track i { display: block; width: 16px; height: 16px; border-radius: 50%; transition: transform .35s ease, background .35s ease; }
.theme-track .moon { background: #dce7e0; box-shadow: inset -5px 1px 0 #69736e; }
.theme-track .sun { transform: translateX(18px); background: var(--acid); box-shadow: 0 0 10px rgba(71,150,63,.38); }
.menu-button { display: none; border: 0; background: transparent; padding: 6px; }
.menu-button span { width: 24px; height: 2px; display: block; margin: 6px 0; background: var(--ink); }

.button { min-height: 56px; padding: 0 23px; border: 1px solid transparent; border-radius: 7px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; font-size: 14px; font-weight: 780; letter-spacing: .01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--acid); color: #101611; box-shadow: 0 12px 32px rgba(59,132,54,.12); }
.button-primary:hover { box-shadow: 0 16px 36px rgba(59,132,54,.19); }
.button-small { min-height: 42px; padding: 0 17px; font-size: 12px; gap: 10px; }
.button-ghost { border-color: var(--line); color: var(--ink); background: rgba(255,255,255,.025); padding-left: 17px; }
.button-ghost small { display: block; margin-bottom: 3px; color: var(--muted); font-size: 10px; line-height: 1; text-transform: uppercase; letter-spacing: .09em; }
.phone-icon { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: var(--panel); color: var(--acid); font-size: 14px; }

.hero { position: relative; min-height: 760px; overflow: hidden; padding: 78px clamp(22px, 4vw, 68px) 0; background: radial-gradient(circle at 73% 38%, color-mix(in srgb, var(--acid) 10%, transparent), transparent 30%), linear-gradient(135deg, var(--surface), color-mix(in srgb, var(--surface-2) 94%, #dce8d9)); transition: background .45s ease; }
.hero::before { content: ""; position: absolute; inset: 78px 0 0; opacity: .22; pointer-events: none; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 86px 86px; mask-image: linear-gradient(to right, #000, transparent 46%, #000); }
.hero-grid { position: relative; z-index: 2; max-width: 1480px; min-height: 610px; margin: 0 auto; display: grid; grid-template-columns: minmax(500px, .96fr) minmax(520px, 1.04fr); align-items: center; }
.hero-copy { position: relative; z-index: 3; padding: 66px 0 38px; }
.eyebrow, .kicker { color: var(--muted); font-size: 11px; font-weight: 790; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 25px; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 6px rgba(89,167,77,.09); }
.hero h1 { margin: 0; max-width: 650px; font-size: clamp(54px, 5.35vw, 84px); font-weight: 450; line-height: 1.025; letter-spacing: -.058em; text-wrap: balance; }
.hero h1 em { color: var(--acid); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lead { max-width: 590px; margin: 28px 0 0; color: var(--muted); font-size: 17px; font-weight: 470; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 31px; }
.hero-proof { display: flex; gap: 26px; margin-top: 32px; color: var(--muted); font-size: 11px; font-weight: 690; text-transform: uppercase; letter-spacing: .07em; }
.hero-proof span { display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.hero-proof b { color: var(--acid); font-size: 9px; }

.hero-visual { position: relative; align-self: stretch; min-height: 620px; margin-right: -3vw; }
.home-image-frame { position: absolute; inset: 50px 0 44px; overflow: hidden; border: 1px solid rgba(255,255,255,.62); border-radius: 26px 0 0 26px; background: #dfe5dc; box-shadow: 0 34px 78px rgba(37,58,42,.16); }
.home-image-frame img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 58% center; filter: saturate(.82) contrast(.96); transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .45s ease; }
.home-image-frame:hover img { transform: scale(1.025); }
.home-image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 53%, rgba(13,24,16,.46) 100%); pointer-events: none; }
.home-image-caption { position: absolute; left: 28px; bottom: 25px; display: flex; align-items: center; gap: 13px; color: #f5f7f4; }
.home-image-caption > span { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.46); border-radius: 50%; font-size: 9px; font-weight: 780; }
.home-image-caption p { margin: 0; display: flex; flex-direction: column; gap: 3px; }
.home-image-caption b { font-size: 12px; letter-spacing: .01em; }
.home-image-caption small { color: rgba(255,255,255,.72); font-size: 8px; font-weight: 690; letter-spacing: .1em; text-transform: uppercase; }
.home-scope-card { position: absolute; z-index: 3; left: -34px; top: 80px; min-width: 248px; padding: 16px 18px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(35,57,40,.1); border-radius: 12px; background: rgba(250,251,248,.9); color: #29322b; box-shadow: 0 20px 52px rgba(34,55,39,.14); backdrop-filter: blur(12px); }
.home-scope-card > span { display: grid; place-items: center; width: 31px; height: 31px; flex: 0 0 31px; border-radius: 50%; background: #e0eddc; color: #3f9340; font-size: 13px; }
.home-scope-card p { margin: 0; display: flex; flex-direction: column; gap: 3px; }
.home-scope-card b { font-size: 12px; }
.home-scope-card small { color: #778178; font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.hero-bottom { position: relative; z-index: 3; max-width: 1480px; min-height: 71px; margin: 0 auto; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 10px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.hero-bottom p span { margin-right: 8px; color: var(--acid); }
.region-list { display: flex; gap: clamp(15px,1.8vw,29px); font-size: 9px; }

.proof-strip { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(3, 1fr) 1.1fr; min-height: 154px; background: var(--surface-2); color: var(--ink); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-strip > div { display: flex; align-items: center; justify-content: center; gap: 16px; border-right: 1px solid var(--line); padding: 25px; }
.proof-strip strong { color: var(--acid); font-size: clamp(34px, 3vw, 54px); font-weight: 470; letter-spacing: -.06em; }
.proof-strip span { font-size: 11px; font-weight: 770; line-height: 1.5; letter-spacing: .07em; text-transform: uppercase; }
.proof-strip .proof-cta { justify-content: space-between; padding-inline: clamp(28px,4vw,64px); background: color-mix(in srgb, var(--acid) 11%, var(--surface-2)); color: var(--ink); }
.proof-cta a { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--ink); color: var(--surface); font-size: 19px; transition: transform .2s ease; }
.proof-cta a:hover { transform: rotate(45deg); }

.quick-lead-section { padding: 42px clamp(22px,4vw,68px); border-bottom: 1px solid var(--line); background: #151c17; color: #e9edea; scroll-margin-top: 78px; }
.quick-lead-inner { max-width: 1480px; margin: 0 auto; display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(40px,6vw,90px); align-items: center; }
.quick-lead-copy > span { color: var(--acid); font-size: 10px; font-weight: 790; letter-spacing: .12em; text-transform: uppercase; }
.quick-lead-copy h2 { margin: 9px 0 8px; font-size: clamp(27px,2.7vw,41px); font-weight: 500; line-height: 1.05; letter-spacing: -.045em; }
.quick-lead-copy p { max-width: 500px; margin: 0; color: #a3aea6; font-size: 14px; font-weight: 470; line-height: 1.65; }
.quick-lead-form { display: grid; grid-template-columns: .8fr 1fr 1.2fr auto; gap: 10px; align-items: end; }
.quick-lead-form > label:not(.quick-consent) { display: block; }
.quick-lead-form label > span { display: block; margin-bottom: 7px; color: #a3aea6; font-size: 10px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.quick-lead-form input[type="text"], .quick-lead-form input[type="tel"], .quick-lead-form select { width: 100%; height: 54px; padding: 0 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 7px; outline: 0; background: rgba(255,255,255,.035); color: #eef2ef; font-size: 14px; font-weight: 500; }
.quick-lead-form input:focus, .quick-lead-form select:focus { border-color: var(--acid); }
.quick-lead-form input::placeholder { color: #68746c; }
.quick-lead-form select { min-width: 190px; appearance: none; background-image: linear-gradient(45deg,transparent 50%,var(--acid) 50%),linear-gradient(135deg,var(--acid) 50%,transparent 50%); background-position: calc(100% - 15px) 50%,calc(100% - 10px) 50%; background-size: 5px 5px,5px 5px; background-repeat: no-repeat; }
.quick-lead-form option { color: #111813; }
.quick-lead-form .button { min-height: 54px; border: 0; cursor: pointer; white-space: nowrap; }
.quick-consent { grid-column: 1 / -1; display: grid !important; grid-template-columns: 15px 1fr; gap: 8px; align-items: start; margin-top: 2px; }
.quick-consent input { width: 14px; height: 14px; margin: 0; accent-color: var(--acid); }
.quick-consent span { margin: 0 !important; color: #8e9a92 !important; font-size: 9px !important; line-height: 1.5; letter-spacing: .01em !important; text-transform: none !important; }
.quick-consent a { color: #aeb9b1; text-decoration: underline; }

.section { max-width: 1480px; margin: 0 auto; padding: 120px clamp(22px, 4vw, 68px); }
.section-heading { display: grid; grid-template-columns: 1.5fr .7fr; gap: 70px; align-items: end; }
.section-heading h2 { margin: 17px 0 0; font-size: clamp(43px, 5vw, 76px); line-height: 1.03; font-weight: 480; letter-spacing: -.055em; }
.section-heading h2 em { color: var(--acid-2); font-family: Georgia, serif; font-weight: 400; }
.section-heading > p { max-width: 440px; margin: 0; color: var(--muted); font-size: 17px; font-weight: 470; line-height: 1.7; }

.services-grid { margin-top: 68px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 12px; }
.service-card { position: relative; min-height: 380px; grid-column: span 4; padding: 25px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(145deg, color-mix(in srgb, var(--panel) 94%, white), color-mix(in srgb, var(--surface-2) 82%, transparent)); transition: transform .25s ease, border-color .25s ease, background .45s ease; }
.service-card::before { content: ""; position: absolute; inset: 0; opacity: .32; pointer-events: none; background-image: radial-gradient(circle, color-mix(in srgb, var(--ink) 20%, transparent) .8px, transparent .8px); background-size: 18px 18px; mask-image: linear-gradient(to bottom, #000, transparent 63%); }
.service-card:hover { transform: translateY(-5px); border-color: color-mix(in srgb, var(--acid) 55%, transparent); }
.service-card:nth-child(2), .service-card:nth-child(3) { grid-column: span 4; min-height: 380px; }
.service-featured { grid-column: span 8; grid-row: span 2; min-height: 772px; background: linear-gradient(145deg, color-mix(in srgb, var(--surface-2) 94%, white), color-mix(in srgb, var(--panel) 88%, transparent)); }
.service-top { position: relative; z-index: 3; display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 11px; font-weight: 780; }
.service-top > a { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; color: var(--acid); font-size: 15px; transition: transform .25s ease, background .25s ease; }
.service-card:hover .service-top > a { transform: rotate(45deg); background: var(--acid); color: #0b140d; }
.service-content { position: relative; z-index: 3; max-width: 440px; }
.service-content h3 { margin: 0 0 13px; font-size: clamp(24px,2vw,34px); font-weight: 510; line-height: 1.08; letter-spacing: -.04em; }
.service-content p { max-width: 410px; margin: 0; color: var(--muted); font-size: 15px; font-weight: 470; line-height: 1.65; }
.service-tags { margin-top: 22px; display: flex; gap: 7px; flex-wrap: wrap; }
.service-tags span { padding: 6px 9px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); font-size: 10px; font-weight: 740; letter-spacing: .07em; text-transform: uppercase; }
.service-sketch-shell { position: absolute; z-index: 1; top: 48px; right: 19px; width: calc(100% - 58px); height: 145px; color: var(--ink); opacity: .86; transition: transform .5s cubic-bezier(.2,.7,.2,1), opacity .35s ease; }
.service-featured .service-sketch-shell { top: 74px; right: 28px; width: 72%; height: 340px; }
.service-featured .service-content { max-width: 560px; }
.service-card:hover .service-sketch-shell { transform: translateY(-4px) scale(1.012); opacity: 1; }
.service-sketch { width: 100%; height: 100%; display: block; overflow: visible; }
.sketch-grid, .sketch-line, .sketch-accent, .sketch-dash { vector-effect: non-scaling-stroke; stroke-linecap: round; stroke-linejoin: round; }
.sketch-grid { stroke: color-mix(in srgb, var(--ink) 12%, transparent); stroke-width: 1; stroke-dasharray: 2 8; }
.sketch-line { stroke: currentColor; stroke-width: 1.7; opacity: .54; }
.sketch-line.sketch-strong { stroke-width: 2.25; opacity: .82; }
.sketch-line.sketch-fine { stroke-width: 1.1; opacity: .31; }
.sketch-accent { stroke: var(--acid-2); stroke-width: 2.7; }
.sketch-accent.sketch-fill { fill: color-mix(in srgb, var(--acid) 13%, transparent); }
.sketch-dash { stroke: var(--acid-2); stroke-width: 1.25; stroke-dasharray: 4 7; opacity: .72; }
.sketch-node { fill: var(--acid); stroke: color-mix(in srgb, var(--surface) 86%, transparent); stroke-width: 4; }

.pv-calculator-section { padding: 120px clamp(22px,4vw,68px); background: var(--surface-2); color: var(--ink); }
.pv-calculator-inner { max-width: 1344px; margin: 0 auto; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px,8vw,130px); align-items: center; }
.pv-calculator-copy h2 { max-width: 620px; margin: 17px 0 25px; font-size: clamp(45px,4.7vw,72px); font-weight: 470; line-height: 1.01; letter-spacing: -.057em; }
.pv-calculator-copy h2 em { color: var(--acid-2); font-family: Georgia,serif; font-weight: 400; }
.pv-calculator-copy > p { max-width: 550px; margin: 0; color: var(--muted); font-size: 16px; font-weight: 470; line-height: 1.76; }
.pv-calculator-benefits { margin-top: 35px; padding-top: 24px; display: flex; flex-wrap: wrap; gap: 14px 26px; border-top: 1px solid var(--line); }
.pv-calculator-benefits span { display: flex; align-items: center; gap: 8px; color: var(--ink); font-size: 10px; font-weight: 760; letter-spacing: .06em; text-transform: uppercase; }
.pv-calculator-benefits i { color: var(--acid-2); font-style: normal; font-size: 9px; }
.pv-calculator-card { position: relative; padding: clamp(27px,4vw,48px); overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: color-mix(in srgb, var(--panel) 92%, white); box-shadow: var(--shadow); }
.pv-calculator-card::before { content: "PV"; position: absolute; right: -14px; top: -46px; color: color-mix(in srgb, var(--acid) 6%, transparent); font-size: 190px; font-weight: 850; line-height: 1; letter-spacing: -.11em; pointer-events: none; }
.pv-input-head { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: end; gap: 24px; }
.pv-input-head > label { max-width: 240px; color: var(--muted); font-size: 11px; font-weight: 770; letter-spacing: .08em; line-height: 1.45; text-transform: uppercase; }
.pv-number-input { min-width: 218px; height: 65px; padding: 0 17px; display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.pv-number-input:focus-within { border-color: var(--acid); box-shadow: 0 0 0 3px color-mix(in srgb, var(--acid) 13%, transparent); }
.pv-number-input input { width: 118px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 30px; font-weight: 560; letter-spacing: -.045em; }
.pv-number-input span { color: var(--muted); font-size: 11px; font-weight: 740; white-space: nowrap; }
.pv-range { position: relative; z-index: 1; width: 100%; height: 5px; margin: 33px 0 0; border-radius: 99px; accent-color: var(--acid); cursor: pointer; }
.pv-range-scale { margin-top: 8px; display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; font-weight: 710; }
.pv-result { position: relative; margin-top: 30px; padding: clamp(25px,3vw,38px); overflow: hidden; display: block; border-radius: 12px; background: #151c17; color: #e9edea; }
.pv-result::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 92% 13%, rgba(86,170,78,.18), transparent 32%); pointer-events: none; }
.pv-result-main { position: relative; z-index: 2; }
.pv-result-main > span { color: #aeb8b1; font-size: 10px; font-weight: 770; letter-spacing: .09em; text-transform: uppercase; }
.pv-result-main strong { margin-top: 7px; display: block; color: #f2f5f2; font-size: clamp(56px,6vw,82px); font-weight: 450; line-height: .95; letter-spacing: -.075em; }
.pv-result-main strong small { color: var(--acid); font-size: .28em; font-weight: 720; letter-spacing: .02em; }
.pv-result-main p { margin: 11px 0 0; color: #a4afa7; font-size: 11px; font-weight: 520; }
.pv-array-visual { position: absolute; z-index: 1; right: 28px; top: 35px; width: 154px; display: grid; grid-template-columns: repeat(4,1fr); gap: 4px; transform: skewY(-8deg); opacity: .7; }
.pv-array-visual i { aspect-ratio: 1.45; border: 1px solid rgba(104,184,93,.42); background: linear-gradient(145deg,rgba(82,151,77,.28),rgba(43,76,49,.08)); }
.pv-result-grid { position: relative; z-index: 2; margin-top: 28px; padding-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px 25px; border-top: 1px solid rgba(255,255,255,.11); }
.pv-result-grid span { display: flex; flex-direction: column; gap: 5px; }
.pv-result-grid small { color: #98a49c; font-size: 10px; font-weight: 730; letter-spacing: .07em; text-transform: uppercase; }
.pv-result-grid b { color: #e5ebe7; font-size: 15px; font-weight: 650; }
.pv-storage-result { position: relative; z-index: 2; margin-top: 24px; padding: 19px 20px; display: grid; grid-template-columns: 1fr auto; align-items: center; column-gap: 24px; border: 1px solid rgba(104,184,93,.28); border-radius: 9px; background: rgba(104,184,93,.075); }
.pv-storage-result > span { color: #b3beb6; font-size: 10px; font-weight: 770; letter-spacing: .08em; text-transform: uppercase; }
.pv-storage-result strong { grid-row: 1 / 3; grid-column: 2; color: #f0f4f1; font-size: 34px; font-weight: 520; letter-spacing: -.05em; white-space: nowrap; }
.pv-storage-result strong small { color: var(--acid); font-size: 13px; font-weight: 760; letter-spacing: .02em; }
.pv-storage-result p { margin: 6px 0 0; color: #96a299; font-size: 10px; line-height: 1.45; }
.pv-calculator-cta { position: relative; z-index: 1; width: 100%; margin-top: 14px; border: 0; cursor: pointer; }
.pv-transfer-status { min-height: 18px; margin: 10px 0 0; color: var(--acid-2); text-align: center; font-size: 11px; font-weight: 730; }
.pv-disclaimer { margin: 16px 0 0; color: var(--muted); font-size: 10px; font-weight: 470; line-height: 1.58; }

.grant-section { padding: 120px clamp(22px,4vw,68px); overflow: hidden; background: color-mix(in srgb, var(--surface-2) 92%, #dce8d9); color: var(--ink); }
.grant-inner { position: relative; max-width: 1344px; margin: 0 auto; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(70px,9vw,150px); align-items: center; }
.grant-inner::before { content: "DOTACJA"; position: absolute; left: -6vw; bottom: -118px; color: color-mix(in srgb, var(--ink) 4%, transparent); font-size: 170px; font-weight: 840; letter-spacing: -.08em; pointer-events: none; }
.grant-copy .kicker { color: var(--muted); }
.grant-copy h2 { margin: 17px 0 25px; font-size: clamp(45px,4.6vw,71px); font-weight: 470; line-height: 1.02; letter-spacing: -.055em; }
.grant-copy h2 em { color: var(--acid); font-family: Georgia, serif; font-weight: 400; }
.grant-copy > p { max-width: 570px; margin: 0; color: var(--muted); font-size: 16px; font-weight: 470; line-height: 1.76; }
.check-list { margin: 31px 0 0; padding: 0; display: flex; gap: 18px; flex-wrap: wrap; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 8px; color: var(--ink); font-size: 11px; font-weight: 720; text-transform: uppercase; letter-spacing: .055em; }
.check-list span { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: var(--acid); color: #081009; }
.grant-card { position: relative; z-index: 2; padding: clamp(28px,4vw,52px); border: 1px solid var(--line); border-radius: 14px; background: var(--panel); box-shadow: var(--shadow); }
.grant-card::after { content: ""; position: absolute; inset: -1px; z-index: -1; border-radius: inherit; background: radial-gradient(circle at 100% 0, rgba(87,164,77,.12), transparent 36%); }
.grant-card-head { padding-bottom: 22px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 760; text-transform: uppercase; letter-spacing: .1em; }
.grant-card-head b { color: var(--acid); }
.grant-question { margin: 29px 0 20px; font-size: 22px; font-weight: 520; letter-spacing: -.025em; }
.grant-options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.grant-options a { min-height: 68px; padding: 0 17px; display: flex; align-items: center; gap: 11px; border: 1px solid var(--line); border-radius: 7px; color: var(--ink); background: color-mix(in srgb, var(--surface) 72%, transparent); font-size: 13px; font-weight: 690; transition: border .2s ease, background .2s ease; }
.grant-options a:hover { border-color: var(--acid); background: rgba(83,160,74,.06); }
.grant-options a span { color: var(--acid); font-size: 10px; }
.grant-options a b { margin-left: auto; font-size: 15px; }
.grant-card > small { display: block; margin-top: 19px; color: var(--muted); font-size: 11px; font-weight: 470; line-height: 1.55; }

.process-section { padding-bottom: 135px; }
.process-list { position: relative; margin-top: 73px; display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid var(--line); }
.process-list::before { content: ""; position: absolute; left: 0; top: -1px; width: 100%; height: 2px; background: linear-gradient(90deg,var(--acid),color-mix(in srgb,var(--acid) 40%,var(--line))); }
.process-list article { position: relative; min-height: 265px; padding: 29px 25px 25px 0; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); transition: background .35s ease, box-shadow .35s ease; animation: process-highlight 12.5s ease-in-out infinite; }
.process-list article:not(:first-child) { padding-left: 25px; }
.process-list article:nth-child(2) { animation-delay: 2.5s; }
.process-list article:nth-child(3) { animation-delay: 5s; }
.process-list article:nth-child(4) { animation-delay: 7.5s; }
.process-list article:nth-child(5) { animation-delay: 10s; }
.process-list article:hover { background: color-mix(in srgb,var(--acid) 9%,transparent); box-shadow: inset 0 3px 0 var(--acid); }
.process-number { color: var(--muted); font-size: 11px; font-weight: 770; letter-spacing: .09em; }
.process-list h3 { margin: 0 0 12px; font-size: 29px; font-weight: 520; letter-spacing: -.04em; }
.process-list p { max-width: 220px; margin: 0; color: var(--muted); font-size: 14px; font-weight: 470; line-height: 1.6; }
.process-dot { position: absolute; top: -5px; left: -1px; width: 9px; height: 9px; border-radius: 50%; border: 2px solid var(--surface); background: var(--acid); box-shadow: 0 0 0 1px var(--acid); }
@keyframes process-highlight { 0%,15% { background: color-mix(in srgb,var(--acid) 9%,transparent); box-shadow: inset 0 3px 0 var(--acid); } 22%,100% { background: transparent; box-shadow: inset 0 0 0 transparent; } }

.reels-section { padding: 120px clamp(22px,4vw,68px) 130px; background: var(--surface-2); color: var(--ink); }
.reels-heading { max-width: 1344px; margin: 0 auto 59px; display: grid; grid-template-columns: 1.3fr .6fr; gap: 70px; align-items: end; }
.reels-heading h2 { margin: 17px 0 0; font-size: clamp(45px,5vw,76px); line-height: 1.02; font-weight: 470; letter-spacing: -.055em; }
.reels-heading h2 em { color: var(--acid); font-family: Georgia, serif; font-weight: 400; }
.reels-intro p { margin: 0; color: var(--muted); font-size: 16px; font-weight: 470; line-height: 1.7; }
.reels-intro > a { margin-top: 24px; display: inline-flex; align-items: center; gap: 10px; padding-bottom: 8px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 11px; font-weight: 770; letter-spacing: .06em; text-transform: uppercase; }
.reels-intro > a > span:first-child { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--ink); color: var(--surface-2); font-size: 13px; }
.reels-intro > a > span:last-child { margin-left: 6px; color: var(--acid-2); }
.reel-grid { max-width: 1344px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.reel-card { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); transition: transform .25s ease, border-color .25s ease; }
.reel-card:hover { transform: translateY(-6px); border-color: color-mix(in srgb, var(--acid) 48%, transparent); }
.reel-visual { position: relative; height: 350px; overflow: hidden; display: grid; place-items: center; background: radial-gradient(circle at 50% 60%, rgba(91,166,80,.12), transparent 37%), linear-gradient(145deg,#18221b,#0e1310); }
.reel-two .reel-visual { background: radial-gradient(circle at 50% 58%, rgba(174,135,72,.09), transparent 37%), linear-gradient(145deg,#1c1c17,#10110e); }
.reel-three .reel-visual { background: radial-gradient(circle at 50% 55%, rgba(78,146,160,.09), transparent 40%), linear-gradient(145deg,#142023,#0d1214); }
.reel-visual::before { content: ""; position: absolute; inset: 0; opacity: .19; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px); background-size: 45px 45px; }
.play { position: absolute; z-index: 4; display: grid; place-items: center; width: 64px; height: 64px; padding-left: 4px; border-radius: 50%; background: var(--acid); color: #071008; box-shadow: 0 20px 40px rgba(0,0,0,.35); transition: transform .25s ease; }
.reel-card:hover .play { transform: scale(1.1); }
.reel-visual > small { position: absolute; right: 16px; bottom: 15px; padding: 5px 7px; border-radius: 4px; background: rgba(0,0,0,.56); font-size: 9px; }
.reel-fallback-image img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: 70% center; filter: saturate(.72) brightness(.68); transition: transform .6s ease, filter .4s ease; }
.reel-fallback-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(5,10,7,.03),rgba(5,10,7,.46)); }
.reel-card:hover .reel-fallback-image img { transform: scale(1.045); filter: saturate(.82) brightness(.74); }
.reel-home-thumb img { object-position: 58% center; }
.reel-energy-thumb img { object-position: 72% center; filter: saturate(.58) brightness(.42); }
.reel-energy-thumb .mini-screen { z-index: 2; width: 190px; height: 125px; font-size: 43px; }
.mini-pump { position: absolute; width: 210px; height: 230px; border: 1px solid rgba(255,255,255,.2); border-radius: 15px; background: linear-gradient(135deg,#1c2a23,#0b100d); box-shadow: 0 30px 60px rgba(0,0,0,.45); transform: rotate(-5deg); }
.mini-pump::before { content: ""; position: absolute; width: 130px; height: 130px; left: 39px; top: 35px; border: 9px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: inset 0 0 0 18px #101a15; }
.mini-pump i { position: absolute; bottom: 28px; width: 52px; height: 5px; border-radius: 3px; background: rgba(255,255,255,.1); }
.mini-pump i:first-child { left: 34px; }.mini-pump i:last-child { right: 34px; }
.mini-boiler { position: absolute; width: 178px; height: 260px; border-radius: 16px 16px 7px 7px; background: linear-gradient(90deg,#2a2a25,#11120e 40%,#25251f); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 30px 60px rgba(0,0,0,.5); transform: rotate(4deg); }
.mini-boiler::before { content: ""; position: absolute; width: 84px; height: 49px; top: 42px; left: 46px; border: 1px solid rgba(255,255,255,.2); border-radius: 5px; background: #090b08; }
.mini-boiler i { position: absolute; width: 70%; height: 1px; left: 15%; background: rgba(255,255,255,.13); }.mini-boiler i:nth-child(1){top:130px}.mini-boiler i:nth-child(2){top:158px}.mini-boiler i:nth-child(3){top:186px}
.mini-screen { position: absolute; width: 240px; height: 158px; display: grid; place-items: center; border: 1px solid rgba(89,216,255,.35); border-radius: 14px; background: linear-gradient(145deg,#142429,#081014); color: #e9fbff; font-size: 54px; font-weight: 380; letter-spacing: -.06em; box-shadow: 0 30px 60px rgba(0,0,0,.48); transform: rotate(-4deg); }
.mini-screen em { margin-left: 5px; color: #67d9fa; font-size: 11px; font-style: normal; letter-spacing: .08em; }.mini-screen i { position: absolute; left: 22px; right: 22px; bottom: 23px; height: 29px; border-bottom: 2px solid #66d8fa; clip-path: polygon(0 65%,17% 45%,28% 76%,45% 20%,62% 49%,78% 8%,100% 34%,100% 100%,0 100%); background: rgba(84,210,246,.12); }
.reel-copy { min-height: 192px; padding: 27px; display: flex; flex-direction: column; }
.reel-copy > span { color: var(--acid); font-size: 10px; font-weight: 770; text-transform: uppercase; letter-spacing: .1em; }
.reel-copy h3 { margin: 13px 0 25px; max-width: 310px; font-size: 25px; line-height: 1.14; font-weight: 510; letter-spacing: -.035em; }
.reel-copy b { margin-top: auto; display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.reel-live-card { display: flex; flex-direction: column; }
.reel-embed-visual { height: 540px; background: #0d110e; }
.reel-embed-visual::before { display: none; }
.reel-embed-visual iframe { width: 100%; height: 100%; border: 0; display: block; background: #0d110e; }
.reel-embed-trigger { position: relative; width: 100%; height: 100%; padding: 0; overflow: hidden; border: 0; display: block; cursor: pointer; background: radial-gradient(circle at 50% 55%, rgba(85,170,78,.18), transparent 42%), #101612; color: #fff; }
.reel-embed-trigger::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,12,9,.02), rgba(8,12,9,.32)); }
.reel-embed-cover { width: 100%; height: 100%; display: block; object-fit: cover; }
.reel-embed-trigger .play { inset: 50% auto auto 50%; transform: translate(-50%,-50%); }
.reel-embed-trigger:hover .play { transform: translate(-50%,-50%) scale(1.09); }
.reel-embed-trigger > small { position: absolute; z-index: 3; right: 15px; bottom: 14px; padding: 6px 8px; border-radius: 4px; background: rgba(8,12,9,.7); font-size: 8px; font-weight: 720; letter-spacing: .08em; text-transform: uppercase; }
.reel-live-number { position: absolute; z-index: 3; top: 13px; left: 13px; min-width: 33px; height: 33px; padding: 0 8px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 99px; background: rgba(10,14,11,.72); color: #eef2ef; backdrop-filter: blur(8px); font-size: 9px; font-weight: 780; letter-spacing: .08em; pointer-events: none; }
.reel-live-copy { min-height: 238px; }
.reel-live-copy h3 { margin-bottom: 18px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.reel-stats { margin-bottom: 22px; display: flex; align-items: center; gap: 13px; color: var(--muted); font-size: 10px; font-weight: 720; letter-spacing: .045em; }
.reel-stats span:last-child { margin-left: auto; }
.reel-live-copy > a { margin-top: auto; padding-top: 17px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: var(--acid-2); font-size: 10px; font-weight: 780; letter-spacing: .07em; text-transform: uppercase; }

.reviews-section { padding: 125px clamp(22px,4vw,68px); background: var(--surface); color: var(--ink); }
.reviews-inner { max-width: 1344px; margin: 0 auto; display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(70px,9vw,145px); align-items: center; }
.reviews-copy h2 { margin: 17px 0 25px; max-width: 700px; font-size: clamp(45px,4.8vw,72px); font-weight: 470; line-height: 1.02; letter-spacing: -.055em; }
.reviews-copy h2 em { color: var(--acid-2); font-family: Georgia,serif; font-weight: 400; }
.reviews-copy > p { max-width: 570px; margin: 0; color: var(--muted); font-size: 16px; font-weight: 470; line-height: 1.76; }
.reviews-points { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px 20px; }
.reviews-points span { display: flex; align-items: center; gap: 8px; color: var(--ink); font-size: 10px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.reviews-points i { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: color-mix(in srgb, var(--acid) 18%, var(--surface-2)); color: var(--acid-2); font-size: 10px; font-style: normal; }
.google-review-card { position: relative; min-height: 430px; padding: clamp(28px,4vw,52px); overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg, color-mix(in srgb, var(--panel) 90%, white), color-mix(in srgb, var(--surface-2) 80%, white)); box-shadow: var(--shadow); transition: transform .25s ease, border-color .25s ease; }
.google-review-card::after { content: "G"; position: absolute; right: -28px; bottom: -104px; color: color-mix(in srgb, var(--acid) 7%, transparent); font-family: Georgia,serif; font-size: 350px; line-height: 1; pointer-events: none; }
.google-review-card:hover { transform: translateY(-6px); border-color: color-mix(in srgb, var(--acid) 45%, transparent); }
.google-review-head { position: relative; z-index: 2; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; }
.google-mark { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); color: var(--acid-2); font-family: Georgia,serif; font-size: 24px; font-weight: 700; }
.google-review-head > span:nth-child(2) { display: flex; flex-direction: column; gap: 4px; }
.google-review-head b { font-size: 12px; }
.google-review-head small { color: var(--muted); font-size: 10px; font-weight: 730; letter-spacing: .08em; text-transform: uppercase; }
.google-review-head > span:last-child { color: var(--acid-2); font-size: 21px; }
.google-review-message { position: relative; z-index: 2; max-width: 580px; margin: 48px 0; font-family: Georgia,serif; font-size: clamp(28px,3vw,43px); line-height: 1.18; letter-spacing: -.035em; }
.google-review-bottom { position: relative; z-index: 2; padding-top: 20px; display: flex; align-items: center; justify-content: space-between; gap: 22px; border-top: 1px solid var(--line); }
.google-review-bottom > span { color: var(--muted); font-size: 10px; font-weight: 690; letter-spacing: .055em; text-transform: uppercase; }
.google-review-bottom b { display: flex; align-items: center; gap: 12px; color: var(--acid-2); font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
.google-live-rating { position: relative; z-index: 2; margin: 27px 0 34px; display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 22px; }
.google-live-rating strong { grid-row: 1 / 3; color: var(--ink); font-size: clamp(82px,9vw,132px); font-weight: 430; line-height: .82; letter-spacing: -.085em; }
.google-stars { align-self: end; color: #e0a526; font-size: clamp(20px,2.2vw,29px); letter-spacing: .12em; }
.google-live-rating p { align-self: start; margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.google-live-rating p b { color: var(--ink); }

.integration-page { min-height: 100vh; padding: clamp(34px,6vw,84px) 22px; background: radial-gradient(circle at 82% 8%, rgba(85,170,78,.12), transparent 32%), var(--surface); }
.integration-shell { max-width: 1100px; margin: 0 auto; }
.integration-back { display: inline-flex; padding-bottom: 7px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 760; letter-spacing: .09em; text-transform: uppercase; }
.integration-heading { max-width: 760px; margin-top: 72px; }
.integration-heading > span { color: var(--acid-2); font-size: 9px; font-weight: 780; letter-spacing: .16em; }
.integration-heading h1 { margin: 18px 0 20px; font-size: clamp(48px,7vw,82px); font-weight: 470; line-height: .98; letter-spacing: -.06em; }
.integration-heading p { max-width: 680px; color: var(--muted); font-size: 15px; line-height: 1.72; }
.integration-alert { margin-top: 42px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 9px; color: var(--ink); background: var(--panel); font-size: 12px; line-height: 1.6; }
.integration-alert.warning { border-color: rgba(184,135,31,.32); background: rgba(184,135,31,.07); }
.integration-alert.success { border-color: rgba(62,145,55,.34); background: rgba(62,145,55,.08); }
.integration-alert.error { border-color: rgba(182,72,63,.34); background: rgba(182,72,63,.08); }
.integration-alert code, .integration-card code { padding: 2px 5px; border-radius: 4px; background: var(--surface-2); color: var(--ink); font-size: .92em; }
.integration-grid { margin-top: 42px; display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.integration-card { min-height: 440px; padding: clamp(26px,4vw,42px); display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 14px; background: var(--panel); box-shadow: var(--shadow); }
.integration-card-head { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 9px; font-weight: 780; letter-spacing: .1em; text-transform: uppercase; }
.integration-card-head b { padding: 6px 8px; border-radius: 99px; font-size: 8px; }
.integration-card-head .ready { color: var(--acid-2); background: rgba(85,170,78,.12); }
.integration-card-head .missing { color: #9c6e24; background: rgba(184,135,31,.1); }
.integration-card h2 { margin: 45px 0 15px; font-size: clamp(29px,3vw,39px); font-weight: 500; line-height: 1.05; letter-spacing: -.045em; }
.integration-card > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.68; }
.integration-card ul { margin: 28px 0 30px; padding: 21px 0 0 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; line-height: 1.8; }
.integration-connect, .integration-disabled { margin-top: auto; min-height: 50px; padding: 0 17px; display: flex; align-items: center; justify-content: center; border-radius: 7px; font-size: 10px; font-weight: 780; letter-spacing: .07em; text-transform: uppercase; }
.integration-connect { background: var(--acid); color: #0b120d; }
.integration-disabled { border: 1px solid var(--line); color: var(--muted); text-align: center; }
.integration-footer { margin-top: 44px; padding-top: 23px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; }
.integration-footer a { color: var(--ink); text-decoration: underline; }

.promise-section { padding-block: 135px; }
.promise-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(70px,9vw,150px); align-items: center; }
.promise-copy h2 { margin: 17px 0 24px; font-size: clamp(44px,4.7vw,70px); line-height: 1.03; font-weight: 470; letter-spacing: -.055em; }
.promise-copy h2 em { color: var(--acid-2); font-family: Georgia,serif; font-weight: 400; }
.promise-copy p { max-width: 520px; color: var(--muted); font-size: 16px; font-weight: 470; line-height: 1.75; }
.text-link { margin-top: 24px; display: inline-flex; gap: 20px; align-items: center; padding-bottom: 8px; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.text-link span { color: var(--acid-2); }
.promise-table { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: var(--panel); }
.promise-table > div { min-height: 75px; padding: 0 25px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 14px; font-weight: 470; }
.promise-table > div:last-child { border-bottom: 0; }
.promise-table span:nth-child(2) { color: var(--ink); }
.promise-table span:nth-child(2) b { margin-right: 9px; color: var(--acid-2); }
.promise-table .promise-head { min-height: 52px; background: var(--surface-2); color: var(--muted); font-size: 10px; font-weight: 770; text-transform: uppercase; letter-spacing: .08em; }

.faq-section { padding: 125px clamp(22px,4vw,68px); background: var(--surface-2); }
.faq-inner { max-width: 1344px; margin: 0 auto; display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(70px,8vw,140px); }
.faq-intro { position: sticky; top: 120px; align-self: start; }
.faq-intro h2 { margin: 17px 0 23px; font-size: clamp(41px,4vw,62px); line-height: 1.04; font-weight: 470; letter-spacing: -.05em; }
.faq-intro h2 em { color: var(--acid-2); font-family: Georgia,serif; font-weight: 400; }
.faq-intro p { color: var(--muted); font-size: 16px; font-weight: 470; line-height: 1.7; }
.faq-intro > a { margin-top: 22px; display: inline-flex; align-items: center; gap: 20px; color: var(--ink); font-size: 23px; font-weight: 520; }
.faq-intro > a span { color: var(--acid-2); font-size: 15px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 91px; display: grid; grid-template-columns: 42px 1fr 30px; align-items: center; gap: 15px; color: var(--ink); cursor: pointer; list-style: none; font-size: 18px; font-weight: 570; letter-spacing: -.02em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--acid-2); font-size: 10px; font-weight: 730; letter-spacing: .08em; }
.faq-list summary i { justify-self: end; color: var(--acid-2); font-size: 24px; font-style: normal; font-weight: 300; transition: transform .25s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { max-width: 690px; margin: -4px 45px 30px 57px; color: var(--muted); font-size: 15px; font-weight: 470; line-height: 1.75; }

.contact-section { padding: 125px clamp(22px,4vw,68px); background: #e5eae3; color: #283229; }
.contact-inner { max-width: 1344px; margin: 0 auto; display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(60px,7vw,115px); align-items: start; }
.contact-copy .kicker { color: #54814f; }
.contact-copy h2 { margin: 17px 0 25px; font-size: clamp(50px,5vw,76px); font-weight: 470; line-height: .99; letter-spacing: -.058em; }
.contact-copy h2 em { font-family: Georgia,serif; font-weight: 400; }
.contact-copy > p { max-width: 500px; font-size: 16px; font-weight: 470; line-height: 1.7; color: #606b62; }
.contact-directory { margin-top: 35px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(40,50,41,.17); border-bottom: 1px solid rgba(40,50,41,.17); }
.contact-group { min-width: 0; padding: 22px 20px 22px 0; display: flex; flex-direction: column; gap: 12px; }
.contact-group + .contact-group { padding-left: 22px; border-left: 1px solid rgba(40,50,41,.17); }
.contact-group > span, .office-address > span { color: #6b756d; font-size: 10px; font-weight: 780; letter-spacing: .09em; text-transform: uppercase; }
.contact-phone-list { display: flex; flex-direction: column; gap: 5px; }
.contact-phone-list a { width: fit-content; color: #283229; font-size: 18px; font-weight: 690; letter-spacing: -.02em; }
.contact-phone-list a:hover, .contact-email:hover { color: #3f8e3d; }
.contact-email { width: fit-content; overflow-wrap: anywhere; color: #556159; font-size: 13px; font-weight: 590; text-decoration: underline; text-decoration-color: rgba(40,50,41,.25); text-underline-offset: 4px; }
.office-address { margin-top: 24px; display: flex; flex-direction: column; gap: 7px; }
.office-address b { font-size: 15px; font-weight: 690; }
.office-address small { color: #68736a; font-size: 12px; font-weight: 550; }
.office-map { position: relative; margin-top: 20px; overflow: hidden; border: 1px solid rgba(40,50,41,.15); border-radius: 12px; background: #d9e0d7; box-shadow: 0 18px 46px rgba(41,59,44,.1); }
.office-map iframe { width: 100%; height: 240px; display: block; border: 0; filter: saturate(.72) contrast(.94); }
.office-map > a { position: absolute; right: 12px; bottom: 12px; min-height: 39px; padding: 0 13px; display: flex; align-items: center; gap: 10px; border-radius: 6px; background: rgba(21,28,23,.92); color: #f0f3f0; font-size: 10px; font-weight: 770; letter-spacing: .06em; text-transform: uppercase; backdrop-filter: blur(8px); }
.office-map > a span { color: var(--acid); }
.lead-form { padding: clamp(27px,3vw,45px); border-radius: 14px; background: #151c17; color: #e9edea; box-shadow: 0 28px 68px rgba(28,45,32,.16); }
.form-head { padding-bottom: 22px; margin-bottom: 28px; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 11px; font-weight: 760; text-transform: uppercase; letter-spacing: .09em; }
.form-head b { color: var(--acid); }
.lead-form fieldset { margin: 0 0 25px; padding: 0; border: 0; }
.lead-form legend, .lead-form label > span, .message-field > span { display: block; margin-bottom: 9px; color: #aab5ad; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.choice-grid label { cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid label span { min-height: 49px; margin: 0; padding: 0 13px; display: flex; align-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 6px; color: #d0d8d2; background: rgba(255,255,255,.025); font-size: 11px; font-weight: 680; text-transform: none; letter-spacing: 0; transition: border .2s ease, background .2s ease, color .2s ease; }
.choice-grid input:checked + span { border-color: var(--acid); background: rgba(86,165,76,.09); color: #edf1ee; }
.choice-grid input:focus-visible + span { outline: 2px solid #fff; outline-offset: 2px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 17px; }
.lead-form label { display: block; }
.lead-form input[type="text"], .lead-form input[type="tel"], .lead-form select, .lead-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.22); border-radius: 0; padding: 11px 0 12px; outline: 0; background: transparent; color: #edf2ee; font-size: 15px; font-weight: 500; transition: border .2s ease; }
.lead-form textarea { resize: vertical; min-height: 80px; line-height: 1.5; }
.lead-form select { appearance: none; background-image: linear-gradient(45deg,transparent 50%,var(--acid) 50%),linear-gradient(135deg,var(--acid) 50%,transparent 50%); background-position: calc(100% - 11px) 50%,calc(100% - 6px) 50%; background-size: 5px 5px,5px 5px; background-repeat: no-repeat; }
.lead-form option { color: #101913; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--acid); }
.lead-form input::placeholder, .lead-form textarea::placeholder { color: #68736c; }
.message-field { margin-top: 5px; }
.message-field small { color: #657069; font-size: 8px; }
.consent { margin: 20px 0 22px; display: grid !important; grid-template-columns: 17px 1fr; align-items: start; gap: 9px; }
.consent input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--acid); }
.consent span { margin: 0 !important; color: #9ba69e !important; font-size: 9px !important; line-height: 1.55; text-transform: none !important; letter-spacing: .01em !important; }
.consent a { color: #bac6be; text-decoration: underline; }
.form-submit { width: 100%; border: 0; cursor: pointer; }
.form-status { margin: 14px 0 0; color: var(--acid); font-size: 10px; line-height: 1.5; text-align: center; }
.form-footnote { margin: 12px 0 0; color: #869188; font-size: 10px; line-height: 1.5; text-align: center; }

footer { padding: 72px clamp(22px,4vw,68px) 30px; background: #101511; color: #e8ece9; }
.footer-top { max-width: 1344px; min-height: 150px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; }
.footer-top > p { margin: 0; color: #77827b; font-size: 20px; line-height: 1.4; letter-spacing: -.02em; }
.footer-phone { justify-self: end; display: flex; gap: 24px; align-items: center; font-size: clamp(20px,2.3vw,34px); letter-spacing: -.035em; }
.footer-phone span { color: var(--acid); font-size: 18px; }
.footer-bottom { max-width: 1344px; margin: 0 auto; padding-top: 28px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; border-top: 1px solid rgba(255,255,255,.11); color: #7a867e; font-size: 10px; font-weight: 710; text-transform: uppercase; letter-spacing: .07em; }
.footer-bottom a { color: #a9b3ac; }
.footer-links { display: flex; gap: 17px; align-items: center; }
.mobile-cta { display: none; }

@media (max-width: 1120px) {
  .header-cta, .theme-label { display: none; }
  .brand { min-width: auto; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: clamp(50px, 6.15vw, 69px); }
  .hero-visual { margin-right: -10vw; }
  .hero-proof { gap: 14px; flex-wrap: wrap; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip > div:nth-child(2) { border-right: 0; }
  .quick-lead-inner { grid-template-columns: 1fr; gap: 25px; }
  .quick-lead-form { grid-template-columns: 1fr 1fr 1fr auto; }
  .services-grid { grid-template-columns: repeat(8,1fr); }
  .service-card { grid-column: span 4; }
  .service-featured { grid-column: span 8; }
  .grant-inner { gap: 55px; }
  .process-list article { padding-right: 15px; }
  .process-list article:not(:first-child) { padding-left: 15px; }
  .process-list h3 { font-size: 25px; }
  .process-list p { font-size: 14px; }
  .reel-visual { height: 300px; }
  .reel-embed-visual { height: 480px; }
  .reviews-inner, .promise-grid, .contact-inner { gap: 55px; }
}

@media (max-width: 820px) {
  .site-header { height: 70px; padding-inline: 20px; }
  .official-logo { width: 92px; height: 60px; }
  .nav { position: fixed; inset: 70px 0 auto; padding: 24px; background: var(--surface); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; transform: translateY(-130%); transition: transform .3s ease; }
  .nav-open { transform: translateY(0); }
  .nav a { font-size: 16px; }
  .menu-button { display: block; }
  .hero { min-height: auto; padding: 70px 20px 0; }
  .hero::before { inset: 70px 0 0; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { padding: 58px 0 12px; }
  .hero h1 { max-width: 680px; font-size: clamp(47px, 12.5vw, 66px); line-height: 1.035; letter-spacing: -.052em; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-proof { display: none; }
  .hero-visual { min-height: 430px; margin: 14px -20px 0; }
  .home-image-frame { inset: 0; border-radius: 22px 22px 0 0; }
  .home-image-frame img { object-position: 62% center; }
  .home-scope-card { left: 18px; top: 18px; min-width: 226px; }
  .hero-bottom { min-height: 74px; }
  .hero-bottom p { max-width: 240px; line-height: 1.5; }
  .region-list { display: none; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip > div { justify-content: flex-start; min-height: 120px; padding: 22px; }
  .proof-strip .proof-cta { grid-column: 1 / -1; min-height: 106px; }
  .proof-strip > div:nth-child(3) { border-top: 1px solid var(--line); }
  .quick-lead-section { padding: 48px 20px; scroll-margin-top: 70px; }
  .quick-lead-form { grid-template-columns: 1fr 1fr; }
  .quick-lead-form .button { align-self: end; }
  .section { padding-block: 82px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .services-grid { margin-top: 45px; grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(2), .service-card:nth-child(3), .service-featured { grid-column: auto; grid-row: auto; min-height: 390px; }
  .service-sketch-shell, .service-featured .service-sketch-shell { top: 52px; right: 24px; width: min(62%, 430px); height: 190px; }
  .service-featured .service-content { max-width: 560px; }
  .pv-calculator-section, .grant-section, .reels-section, .reviews-section, .faq-section, .contact-section { padding: 82px 20px; }
  .pv-calculator-inner { grid-template-columns: 1fr; gap: 46px; }
  .grant-inner, .reels-heading, .reviews-inner, .promise-grid, .faq-inner, .contact-inner { grid-template-columns: 1fr; gap: 46px; }
  .grant-inner::before { font-size: 100px; bottom: -90px; }
  .process-section { overflow: hidden; }
  .process-list { margin-top: 45px; grid-template-columns: 1fr; border-top: 0; border-left: 1px solid var(--line); }
  .process-list::before { left: -1px; top: 0; width: 2px; height: 100%; background: linear-gradient(180deg,var(--acid),color-mix(in srgb,var(--acid) 35%,var(--line))); }
  .process-list article { min-height: 155px; padding: 22px 15px 25px 28px !important; display: grid; grid-template-columns: 40px 1fr; align-items: start; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-list article > div { align-self: center; }
  .process-list h3 { font-size: 28px; }
  .process-list p { max-width: 500px; font-size: 14px; }
  .process-dot { top: 25px; left: -5px; }
  .reels-heading { margin-bottom: 38px; }
  .reel-grid { grid-template-columns: 1fr; }
  .reel-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .reel-visual { height: 290px; }
  .reel-copy { min-height: 290px; }
  .reel-live-card { display: grid; grid-template-columns: minmax(280px,.85fr) 1.15fr; }
  .reel-embed-visual { height: 500px; }
  .reel-live-copy { min-height: 500px; }
  .google-review-card { min-height: 380px; }
  .integration-grid { grid-template-columns: 1fr; }
  .faq-intro { position: static; }
  .contact-copy h2 { max-width: 620px; }
  .lead-form { max-width: 700px; }
  .footer-top { min-height: 250px; grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-top > p { grid-row: 2; }
  .footer-phone { justify-self: end; }
  .footer-bottom { grid-template-columns: 1fr; gap: 12px; }
  footer { padding-bottom: 110px; }
  .mobile-cta { position: fixed; inset: auto 0 0; z-index: 60; height: 64px; padding: 8px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 7px; background: rgba(16,21,17,.94); backdrop-filter: blur(14px); border-top: 1px solid rgba(255,255,255,.1); }
  .mobile-cta a { display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.16); border-radius: 6px; color: #edf2ed; font-size: 11px; font-weight: 760; text-transform: uppercase; letter-spacing: .045em; }
  .mobile-cta a:last-child { gap: 10px; border-color: var(--acid); background: var(--acid); color: #081009; }
}

@media (max-width: 480px) {
  .theme-toggle { display: none; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-strip .proof-cta { grid-column: auto; }
  .quick-lead-form { grid-template-columns: 1fr; }
  .quick-consent { grid-column: auto; }
  .service-card, .service-card:nth-child(2), .service-card:nth-child(3), .service-featured { min-height: 390px; padding: 22px 20px; }
  .service-sketch-shell, .service-featured .service-sketch-shell { top: 50px; right: 7%; width: 86%; height: 165px; }
  .service-content h3 { font-size: 27px; }
  .service-content p { font-size: 14px; }
  .pv-calculator-card { padding: 25px 18px; }
  .pv-input-head { align-items: stretch; flex-direction: column; gap: 13px; }
  .pv-number-input { min-width: 0; width: 100%; }
  .pv-number-input input { width: 100%; }
  .pv-array-visual { right: 18px; top: 36px; width: 112px; opacity: .48; }
  .pv-result-grid { grid-template-columns: 1fr; gap: 13px; }
  .pv-storage-result { grid-template-columns: 1fr; gap: 8px; }
  .pv-storage-result strong { grid-row: auto; grid-column: auto; }
  .grant-options, .choice-grid, .field-row { grid-template-columns: 1fr; }
  .grant-card { padding: 25px 18px; }
  .reel-card { display: block; }
  .reel-visual, .reel-copy { height: auto; min-height: 285px; }
  .reel-live-card { display: block; }
  .reel-embed-visual { height: 560px; min-height: 0; }
  .reel-live-copy { min-height: 255px; }
  .google-review-card { min-height: 410px; padding: 25px 20px; }
  .google-live-rating { grid-template-columns: 1fr; }
  .google-live-rating strong { grid-row: auto; }
  .google-stars { margin-top: 17px; }
  .integration-page { padding-inline: 14px; }
  .integration-heading { margin-top: 48px; }
  .integration-card { min-height: 410px; }
  .google-review-bottom { align-items: flex-start; flex-direction: column; }
  .promise-table > div { padding-inline: 14px; gap: 14px; font-size: 13px; }
  .faq-list summary { min-height: 84px; grid-template-columns: 27px 1fr 22px; font-size: 16px; }
  .faq-list details p { margin: -3px 23px 26px 42px; }
  .contact-section { padding-inline: 14px; }
  .contact-copy { padding-inline: 6px; }
  .contact-directory { grid-template-columns: 1fr; }
  .contact-group { padding: 20px 0; }
  .contact-group + .contact-group { padding-left: 0; border-left: 0; border-top: 1px solid rgba(40,50,41,.16); }
  .office-map iframe { height: 220px; }
  .lead-form { padding: 25px 18px; }
  .footer-top { display: flex; flex-direction: column; min-height: 0; padding-bottom: 45px; }
  .footer-phone { justify-self: auto; font-size: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}


/* Zenbox/PHP enhancements */
.hp-field { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.form-status { margin: 14px 0 0; font-size: 13px; line-height: 1.55; font-weight: 650; }
.form-status.is-success { color: var(--acid-2); }
.form-status.is-error { color: #b83b37; }
button[disabled] { cursor: wait; opacity: .65; }
.legal-page { min-height: 100vh; padding: 48px 22px 80px; background: var(--surface); }
.legal-shell { max-width: 900px; margin: 0 auto; }
.legal-back { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 38px; color: var(--muted); font-size: 14px; font-weight: 700; }
.legal-card { padding: clamp(28px, 5vw, 64px); border: 1px solid var(--line); border-radius: 22px; background: var(--panel); box-shadow: var(--shadow); }
.legal-card h1 { margin: 0 0 12px; font-size: clamp(38px, 7vw, 66px); line-height: 1; letter-spacing: -.055em; font-weight: 480; }
.legal-card h2 { margin: 42px 0 12px; font-size: 24px; letter-spacing: -.025em; }
.legal-card p, .legal-card li { color: var(--muted); font-size: 16px; line-height: 1.75; }
.legal-card a { color: var(--acid-2); text-decoration: underline; text-underline-offset: 3px; }
.legal-card ul { padding-left: 22px; }
.legal-meta { margin-bottom: 34px; color: var(--muted); font-size: 13px; }
