:root {
  --green-950: #062d24;
  --green-800: #0f5f4a;
  --green-600: #148565;
  --amber-500: #f5a400;
  --amber-400: #ffc247;
  --ink: #15201d;
  --muted: #65716d;
  --line: #dbe8e3;
  --paper: #fbf8ef;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(6, 45, 36, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 248, 239, 0.92);
  border-bottom: 1px solid rgba(15, 95, 74, 0.12);
  backdrop-filter: blur(16px);
}

.topbar,
.nav,
.hero,
.metrics,
.section,
.quote-band,
.footer {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.topbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  color: var(--green-800);
  font-size: 14px;
  font-weight: 700;
}

.nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 14px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  color: var(--green-950);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  color: var(--green-950);
  background: linear-gradient(135deg, var(--amber-400), #e8f6f0 54%, var(--green-600));
  border-radius: 8px;
  font-size: 18px;
  font-weight: 950;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.72);
}

.brand-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  flex: 0 0 58px;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 28px;
  color: var(--green-950);
  font-size: 15px;
  font-weight: 800;
}

.nav-links a:hover {
  color: var(--green-600);
}

.nav-links .crm-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-block: -7px;
  padding: 0 14px;
  color: var(--white);
  background: var(--green-800);
  border: 1px solid var(--green-800);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(15, 95, 74, 0.18);
}

.nav-links .crm-login:hover {
  color: var(--white);
  background: var(--green-950);
  border-color: var(--green-950);
  transform: translateY(-1px);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
}

.nav-cta,
.button.primary {
  color: var(--green-950);
  background: var(--amber-500);
  box-shadow: 0 12px 26px rgba(245, 164, 0, 0.28);
}

.button.secondary {
  color: var(--white);
  background: var(--green-800);
}

.menu-toggle {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  gap: 52px;
  align-items: center;
  min-height: calc(100vh - 122px);
  padding: 54px 0 70px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green-600);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  color: var(--green-950);
  font-size: clamp(44px, 7vw, 82px);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  color: var(--green-950);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  color: var(--green-950);
  font-size: 22px;
}

.lead {
  max-width: 640px;
  color: #40504b;
  font-size: 20px;
}

.hero-actions,
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.trust-row span {
  padding: 10px 14px;
  color: var(--green-950);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
}

.hero-media {
  position: relative;
  min-height: 560px;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(20, 133, 101, 0.18), rgba(245, 164, 0, 0.2));
  box-shadow: var(--shadow);
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.savings-card {
  position: absolute;
  right: 20px;
  bottom: 20px;
  max-width: 250px;
  padding: 18px;
  color: var(--green-950);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(6, 45, 36, 0.2);
}

.savings-card strong,
.savings-card span {
  display: block;
}

.savings-card strong {
  margin-bottom: 6px;
  font-size: 22px;
  line-height: 1.1;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  margin-bottom: 78px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.metrics div {
  padding: 28px;
  background: var(--white);
}

.metrics strong,
.metrics span {
  display: block;
}

.metrics strong {
  color: var(--green-800);
  font-size: 30px;
}

.metrics span {
  color: var(--muted);
  font-weight: 700;
}

.section,
.quote-band {
  padding: 82px 0;
}

.split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  border-top: 1px solid var(--line);
}

.split p:not(.eyebrow),
.quote-band p,
.project-strip p {
  color: var(--muted);
  font-size: 18px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-card,
.testimonial-grid figure,
.lead-form,
.calculator,
.faq details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(6, 45, 36, 0.08);
}

.service-card {
  overflow: hidden;
}

.service-card img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
}

.service-card div {
  padding: 24px;
}

.service-card p,
.steps p,
.testimonial-grid blockquote,
.faq p,
.footer p {
  color: var(--muted);
}

.quote-band {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 50px;
  align-items: center;
  padding-inline: 42px;
  color: var(--white);
  background: radial-gradient(circle at 15% 20%, rgba(255, 194, 71, 0.28), transparent 28%), linear-gradient(135deg, var(--green-950), var(--green-800));
  border-radius: 8px;
}

.quote-band h2,
.quote-band .eyebrow {
  color: var(--white);
}

.quote-band p {
  color: rgba(255, 255, 255, 0.78);
}

.calculator {
  display: grid;
  gap: 16px;
  padding: 24px;
  color: var(--ink);
}

label {
  display: grid;
  gap: 8px;
  color: var(--green-950);
  font-size: 14px;
  font-weight: 900;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 14px;
  color: var(--ink);
  background: #fbfdfb;
  font: inherit;
}

input:focus,
textarea:focus {
  outline: 3px solid rgba(245, 164, 0, 0.28);
  border-color: var(--amber-500);
}

.calc-result {
  padding: 16px;
  color: var(--green-950);
  background: #eef8f3;
  border-radius: 8px;
}

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

.steps div {
  padding: 24px;
  background: transparent;
  border-top: 4px solid var(--amber-500);
}

.steps span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--green-800);
  font-weight: 950;
}

.project-strip {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 46px;
  align-items: center;
  padding-inline: 42px;
  background: #eaf5ef;
  border-radius: 8px;
}

.project-strip img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 8px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.testimonial-grid figure {
  margin: 0;
  padding: 26px;
}

.testimonial-grid blockquote {
  margin: 0 0 18px;
  font-size: 18px;
}

.testimonial-grid figcaption {
  color: var(--green-800);
  font-weight: 950;
}

.faq {
  max-width: 920px;
}

.faq details {
  margin-bottom: 14px;
  padding: 20px 22px;
}

.faq summary {
  color: var(--green-950);
  font-size: 18px;
  font-weight: 950;
  cursor: pointer;
}

.faq p {
  margin: 14px 0 0;
}

.contact {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: start;
}

.contact-cards {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-cards a,
.contact-cards .office-card {
  display: grid;
  gap: 4px;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.contact-cards strong {
  color: var(--green-800);
}

.contact-cards span {
  color: var(--muted);
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 26px;
}

.full {
  grid-column: 1 / -1;
}

.footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 42px 0 92px;
  border-top: 1px solid var(--line);
}

.footer strong {
  color: var(--green-950);
  font-size: 22px;
}

.footer div:first-child p {
  max-width: 680px;
  margin: 7px 0 0;
  color: var(--muted);
}

.footer div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--green-800);
  font-weight: 900;
}

.footer > p {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 14px;
}

.sticky-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: flex;
  gap: 10px;
}

.sticky-actions a {
  min-width: 94px;
  padding: 13px 16px;
  color: var(--white);
  background: var(--green-800);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(6, 45, 36, 0.22);
  text-align: center;
  font-weight: 950;
}

.sticky-actions a:last-child {
  color: var(--green-950);
  background: var(--amber-500);
}

@media (max-width: 980px) {
  .nav {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    display: inline-flex;
    justify-self: end;
    min-height: 42px;
    padding: 0 14px;
    color: var(--white);
    background: var(--green-800);
    border: 0;
    border-radius: 8px;
    font-weight: 900;
  }

  .nav-links,
  .nav-cta {
    display: none;
  }

  .nav-links.open {
    display: grid;
    grid-column: 1 / -1;
    justify-content: start;
    gap: 14px;
    padding: 18px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
  }

  .nav-links.open .crm-login {
    width: 100%;
    min-height: 46px;
    margin: 4px 0 0;
  }

  .hero,
  .split,
  .quote-band,
  .project-strip,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media,
  .hero-media img {
    min-height: 420px;
  }

  .metrics,
  .service-grid,
  .steps,
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .topbar,
  .nav,
  .hero,
  .metrics,
  .section,
  .quote-band,
  .footer {
    width: min(100% - 28px, 1180px);
  }

  .topbar {
    display: none;
  }

  .brand span {
    max-width: 140px;
  }

  h1 {
    font-size: 46px;
  }

  .hero {
    padding-top: 36px;
  }

  .hero-media,
  .hero-media img {
    min-height: 360px;
  }

  .savings-card {
    left: 14px;
    right: 14px;
    max-width: none;
  }

  .metrics,
  .service-grid,
  .steps,
  .testimonial-grid,
  .lead-form,
  .footer {
    grid-template-columns: 1fr;
  }

  .quote-band,
  .project-strip {
    padding-inline: 22px;
  }

  .sticky-actions {
    left: 14px;
    right: 14px;
  }

.sticky-actions a {
    flex: 1;
  }
}

/* Premium visual polish layer */
body {
  background:
    linear-gradient(135deg, rgba(16, 185, 129, 0.06) 0 1px, transparent 1px 24px),
    linear-gradient(45deg, rgba(245, 158, 11, 0.05) 0 1px, transparent 1px 28px),
    var(--paper);
}

.site-header {
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
}

.topbar {
  padding-top: 12px;
  padding-bottom: 8px;
}

.nav {
  padding: 12px 0 16px;
}

.brand {
  font-size: 18px;
}

.brand-mark {
  position: relative;
  overflow: hidden;
  width: 62px;
  height: 62px;
  border-radius: 18px;
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: 13px;
  border: 2px solid rgba(2, 6, 23, 0.36);
  border-radius: 8px;
  transform: skew(-10deg);
}

.nav-links a {
  position: relative;
  padding: 10px 0;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 3px;
  background: var(--amber-500);
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.nav-cta,
.button.primary {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.nav-cta:hover,
.button.primary:hover,
.button.secondary:hover {
  transform: translateY(-2px);
}

.button.secondary {
  background: linear-gradient(135deg, #047857, #065f46);
  transition: transform 180ms ease, box-shadow 180ms ease;
  box-shadow: 0 12px 26px rgba(5, 150, 105, 0.22);
}

.announcement {
  position: relative;
  overflow: hidden;
}

.announcement::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 35%, rgba(255, 255, 255, 0.14) 35% 48%, transparent 48% 100%);
  transform: translateX(-70%);
  animation: sheen 5s ease-in-out infinite;
}

.announcement > * {
  position: relative;
  z-index: 1;
}

.hero {
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 18px -28px auto;
  height: 84%;
  z-index: -1;
  background: linear-gradient(135deg, rgba(236, 253, 245, 0.9), rgba(255, 251, 235, 0.84) 52%, rgba(239, 246, 255, 0.74));
  border-radius: 28px;
}

.hero-copy {
  padding: 18px 0;
}

.hero-badge {
  box-shadow: 0 10px 22px rgba(5, 150, 105, 0.1);
}

h1 {
  text-wrap: balance;
}

.lead,
.split p:not(.eyebrow),
.quote-band p,
.project-strip p {
  text-wrap: pretty;
}

.feature-row div {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.feature-row div:hover,
.service-card:hover,
.why-grid article:hover,
.testimonial-grid figure:hover,
.subsidy-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(16, 185, 129, 0.36);
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.12);
}

.hero-media {
  isolation: isolate;
  transform: perspective(1200px) rotateY(-3deg);
  border: 1px solid rgba(255, 255, 255, 0.78);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(2, 6, 23, 0.04), rgba(2, 6, 23, 0.18)),
    linear-gradient(120deg, transparent 0 40%, rgba(255, 255, 255, 0.26) 40% 48%, transparent 48% 100%);
}

.hero-stat-card,
.savings-card {
  z-index: 2;
  backdrop-filter: blur(14px);
}

.metrics {
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.metrics div {
  position: relative;
  min-height: 132px;
}

.metrics div::before {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  margin-bottom: 14px;
  background: linear-gradient(90deg, var(--green-600), var(--amber-500));
  border-radius: 999px;
}

.section-heading {
  position: relative;
}

.section-heading::after {
  content: "";
  display: block;
  width: 74px;
  height: 5px;
  margin-top: 18px;
  background: linear-gradient(90deg, var(--green-600), var(--amber-500));
  border-radius: 999px;
}

.service-card,
.why-grid article,
.testimonial-grid figure,
.subsidy-grid article,
.lead-form,
.calculator {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card img {
  transition: transform 240ms ease;
}

.service-card:hover img {
  transform: scale(1.04);
}

.service-card h3::before,
.why-grid h3::before,
.subsidy-grid h3::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 9px;
  background: var(--amber-500);
  border-radius: 999px;
  vertical-align: 2px;
}

.quote-band {
  position: relative;
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(2, 6, 23, 0.16);
}

.quote-band::after {
  content: "";
  position: absolute;
  inset: auto -15% -42% 42%;
  height: 78%;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,0.18) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.12) 0 1px, transparent 1px 28px);
  transform: rotate(-8deg);
}

.quote-band > * {
  position: relative;
  z-index: 1;
}

.calc-result {
  border: 1px solid #bbf7d0;
}

.steps div {
  border-top: 0;
  background: linear-gradient(180deg, var(--white), rgba(236, 253, 245, 0.66));
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.steps span {
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: #065f46;
  background: #d1fae5;
  border-radius: 12px;
}

.project-strip {
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.project-strip img {
  box-shadow: 0 22px 56px rgba(15, 23, 42, 0.16);
}

.testimonial-grid figure {
  position: relative;
}

.testimonial-grid figure::before {
  content: "“";
  position: absolute;
  top: 6px;
  right: 20px;
  color: rgba(245, 158, 11, 0.24);
  font-size: 86px;
  line-height: 1;
  font-family: Georgia, serif;
}

.faq details {
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.faq details[open] {
  border-color: rgba(5, 150, 105, 0.36);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.contact {
  padding-inline: 34px;
  background: linear-gradient(135deg, #ffffff, #ecfdf5);
  border: 1px solid var(--line);
  border-radius: 22px;
}

.contact-cards a {
  transition: transform 180ms ease, border-color 180ms ease;
}

.contact-cards a:hover {
  transform: translateX(4px);
  border-color: rgba(5, 150, 105, 0.36);
}

.sticky-actions a {
  transition: transform 180ms ease;
}

.sticky-actions a:hover {
  transform: translateY(-3px);
}

@keyframes sheen {
  0%, 55% {
    transform: translateX(-70%);
  }
  100% {
    transform: translateX(90%);
  }
}

@media (max-width: 980px) {
  .hero-media {
    transform: none;
  }

  .contact {
    padding-inline: 24px;
  }
}

@media (max-width: 640px) {
  .hero::before {
    inset: 0 -14px auto;
    height: 92%;
    border-radius: 20px;
  }

  .feature-row div {
    width: 100%;
  }

  .metrics div {
    min-height: auto;
  }

  .contact {
    padding-inline: 18px;
    border-radius: 18px;
  }
}

/* Satya Solar inspired polish: cleaner header, trust blocks, and service-first flow. */
:root {
  --green-950: #020617;
  --green-800: #059669;
  --green-600: #10b981;
  --amber-500: #f59e0b;
  --amber-400: #fbbf24;
  --ink: #0f172a;
  --muted: #64748b;
  --line: #e2e8f0;
  --paper: #f8fafc;
}

.site-header {
  background: rgba(255, 255, 255, 0.92);
  border-bottom-color: rgba(2, 6, 23, 0.08);
}

.topbar,
.nav,
.announcement,
.hero,
.metrics,
.section,
.quote-band,
.footer {
  width: min(1200px, calc(100% - 40px));
}

.nav {
  gap: 18px;
}

.nav-links {
  gap: 20px;
  font-size: 14px;
}

.nav-cta,
.button {
  border-radius: 12px;
}

.announcement {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin: 22px auto 0;
  padding: 18px 22px;
  color: var(--white);
  background: linear-gradient(135deg, var(--green-950), #064e3b 58%, #92400e);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.announcement div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
}

.announcement span {
  padding: 8px 12px;
  color: #065f46;
  background: #d1fae5;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 950;
}

.announcement a {
  flex: 0 0 auto;
  padding: 10px 14px;
  color: var(--green-950);
  background: var(--amber-400);
  border-radius: 12px;
  font-weight: 950;
}

.hero {
  min-height: calc(100vh - 166px);
  padding-top: 42px;
}

.hero-badge {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 8px 14px;
  color: #047857;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(44px, 7vw, 78px);
  line-height: 1;
}

.feature-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.feature-row div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 2px 12px;
  align-items: center;
  min-width: 178px;
  padding: 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.feature-row span {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #065f46;
  background: #d1fae5;
  border-radius: 12px;
  font-weight: 950;
}

.feature-row strong,
.feature-row small {
  display: block;
}

.feature-row small {
  color: var(--muted);
}

.hero-media,
.project-strip,
.quote-band,
.metrics,
.service-card,
.testimonial-grid figure,
.lead-form,
.calculator,
.faq details {
  border-radius: 18px;
}

.hero-stat-card {
  position: absolute;
  top: 20px;
  left: 20px;
  max-width: 280px;
  padding: 18px;
  color: var(--green-950);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(6, 45, 36, 0.2);
}

.hero-stat-card strong,
.hero-stat-card span {
  display: block;
}

.hero-stat-card span {
  color: var(--muted);
}

.savings-card {
  border-radius: 16px;
}

.milestone {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 34px;
  align-items: stretch;
  padding-inline: 34px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.milestone-card {
  display: grid;
  align-content: center;
  padding: 30px;
  color: var(--white);
  background: linear-gradient(135deg, #020617, #065f46 68%, #b45309);
  border-radius: 18px;
}

.milestone-card span {
  margin-bottom: 12px;
  color: #fef3c7;
  font-weight: 950;
  text-transform: uppercase;
}

.milestone-card strong {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
}

.milestone-card p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

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

.why-grid article,
.subsidy-grid article {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.why-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 10px;
  color: #065f46;
  background: #d1fae5;
  border-radius: 10px;
  font-weight: 950;
}

.project-strip {
  background: linear-gradient(135deg, #ecfdf5, #eff6ff);
}

.project-strip img {
  border-radius: 18px;
}

.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.project-tags span {
  padding: 10px 12px;
  color: #075985;
  background: #e0f2fe;
  border-radius: 999px;
  font-weight: 900;
}

.subsidy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.subsidy-grid a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--green-800);
  font-weight: 950;
}

@media (max-width: 980px) {
  .announcement,
  .hero,
  .milestone {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .announcement {
    display: grid;
    width: min(100% - 28px, 1200px);
  }

  .feature-row,
  .why-grid,
  .subsidy-grid {
    grid-template-columns: 1fr;
  }

  .why-grid,
  .subsidy-grid {
    display: grid;
  }

  .hero-stat-card {
    left: 14px;
    right: 14px;
    max-width: none;
  }
}
