:root {
  --ink: #10251f;
  --muted: #55706a;
  --blue: #0877b9;
  --blue-deep: #064e7d;
  --green: #12a66a;
  --green-deep: #087a52;
  --green-soft: #dff8e9;
  --leaf: #ecfff3;
  --sky: #e6f7ff;
  --line: #cde8df;
  --paper: #f3fbf6;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(8, 83, 82, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 8% 12%, rgba(18, 166, 106, 0.16), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(8, 119, 185, 0.13), transparent 30%),
    linear-gradient(180deg, #f6fff9 0%, #eefaf7 48%, #f7fbf8 100%),
    var(--paper);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(247, 251, 248, 0.9);
  border-bottom: 1px solid rgba(205, 232, 223, 0.9);
  backdrop-filter: blur(16px);
}

.brand,
nav,
.language-switch,
.hero-actions,
.hero-service-strip,
.hero-stats,
.trust-strip,
.contact-lines {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  min-width: 178px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--green));
  border-radius: 8px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

nav {
  gap: clamp(6px, 1.2vw, 12px);
  color: #29454b;
  font-weight: 650;
  font-size: 0.94rem;
}

nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  color: var(--blue-deep);
  background: linear-gradient(135deg, #d8efff, #d9f8e8);
  border: 1px solid rgba(8, 119, 185, 0.26);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(15, 60, 68, 0.06);
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

nav a:hover,
nav a[aria-current="page"] {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--green));
  box-shadow: 0 10px 22px rgba(15, 60, 68, 0.12);
  transform: translateY(-1px);
}

.contact-lines a:hover {
  color: var(--green);
}

.language-switch {
  gap: 4px;
  padding: 4px;
  background: var(--leaf);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.language-switch button {
  min-height: 34px;
  padding: 0 10px;
  color: var(--blue-deep);
  background: transparent;
  border: 0;
  border-radius: 6px;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 900;
  cursor: pointer;
}

.language-switch button[aria-pressed="true"] {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--green));
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta {
  padding: 0 18px;
  color: var(--white);
  background: var(--blue);
}

.button {
  padding: 0 22px;
  border: 1px solid transparent;
}

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

.button.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue) 0%, #079f91 45%, var(--green) 100%);
  box-shadow: 0 16px 32px rgba(8, 119, 185, 0.2);
}

.button.secondary {
  color: var(--blue-deep);
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(255, 255, 255, 0.8);
}

.button.outline {
  color: var(--green-deep);
  background: var(--leaf);
  border-color: rgba(18, 166, 106, 0.25);
}

.hero {
  position: relative;
  min-height: 640px;
  display: grid;
  justify-items: start;
  align-items: center;
  padding: clamp(34px, 7vw, 82px) clamp(18px, 5vw, 72px);
  overflow: hidden;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 32, 45, 0.72) 0%, rgba(4, 62, 68, 0.28) 40%, rgba(3, 32, 45, 0.04) 100%),
    linear-gradient(0deg, rgba(6, 78, 125, 0.62), rgba(18, 166, 106, 0.12) 42%, transparent 68%);
}

.hero-content {
  max-width: 720px;
  padding: 0;
  color: var(--white);
  background: transparent;
  border: 0;
  border-radius: 0;
  backdrop-filter: none;
  text-shadow: 0 3px 18px rgba(3, 32, 45, 0.72);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #78f0bd;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin: 0 0 14px;
  padding: 0 13px;
  color: #073b3f;
  background: rgba(236, 255, 243, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 900;
}

.consult-badge {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin: 0 0 14px 8px;
  padding: 0 13px;
  color: var(--white);
  background: rgba(18, 166, 106, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 900;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  max-width: 800px;
  font-size: clamp(2.25rem, 5.4vw, 4.8rem);
}

.hero-title span {
  display: block;
}

h2 {
  font-size: clamp(2rem, 4.3vw, 4rem);
}

h3 {
  font-size: 1.2rem;
}

.hero-copy {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-stats {
  flex-wrap: wrap;
  gap: 12px;
  margin: 32px 0 0;
}

.hero-stats div {
  min-width: 128px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  backdrop-filter: blur(10px);
}

.hero-stats dt {
  font-size: 1.24rem;
  font-weight: 900;
}

.hero-stats dd {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.74);
}

.hero-scheme-card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 14px;
  max-width: 560px;
  margin-top: 26px;
  padding: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(3, 32, 45, 0.22);
}

.hero-scheme-card img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border: 3px solid var(--green-soft);
  border-radius: 50%;
}

.hero-scheme-card strong {
  display: block;
  color: var(--blue-deep);
  font-size: 1.05rem;
}

.hero-scheme-card p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.hero-scheme-card a {
  display: inline-flex;
  margin-top: 8px;
  color: var(--green-deep);
  font-weight: 900;
}

.hero-service-strip {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-service-strip span {
  padding: 12px 15px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.trust-strip {
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  color: var(--blue-deep);
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.trust-strip span,
.check-list span,
.area-panel span {
  border-radius: 999px;
  font-weight: 800;
}

.trust-strip span {
  padding: 9px 14px;
  background: linear-gradient(135deg, var(--sky), var(--leaf));
}

.section,
.feature-band,
.contact-section,
.page-hero {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
}

.section {
  padding: clamp(58px, 9vw, 102px) 0;
}

.scheme-section {
  display: grid;
  grid-template-columns: minmax(230px, 0.46fr) minmax(300px, 1fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: center;
  width: min(1160px, calc(100% - 36px));
  margin: clamp(50px, 8vw, 90px) auto 0;
  padding: clamp(24px, 4vw, 42px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(236, 255, 243, 0.94)),
    radial-gradient(circle at 100% 0, rgba(8, 119, 185, 0.11), transparent 36%);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.scheme-photo {
  margin: 0;
  padding: 18px;
  text-align: center;
  background: linear-gradient(180deg, var(--sky), var(--leaf));
  border: 1px solid var(--line);
  border-radius: 8px;
}

.scheme-photo img {
  width: min(220px, 100%);
  margin: 0 auto;
  aspect-ratio: 1;
  object-fit: cover;
  border: 6px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 16px 32px rgba(6, 78, 125, 0.18);
}

.scheme-photo p {
  margin: 14px 0 0;
  color: var(--blue-deep);
  font-weight: 900;
}

.scheme-copy p:not(.eyebrow):not(.scheme-note) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.subsidy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.subsidy-grid div {
  padding: 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.subsidy-grid strong,
.subsidy-grid span {
  display: block;
}

.subsidy-grid strong {
  color: var(--green-deep);
  font-size: 1.4rem;
}

.subsidy-grid span {
  margin-top: 4px;
  color: var(--blue-deep);
  font-weight: 900;
}

.scheme-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.scheme-note {
  margin: 18px 0 0;
  color: #637575;
  font-size: 0.92rem;
}

.showroom-section {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 0.9fr);
  gap: clamp(24px, 5vw, 62px);
  align-items: center;
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto clamp(58px, 8vw, 94px);
  padding: clamp(20px, 3vw, 28px);
  background: linear-gradient(145deg, var(--white), var(--leaf));
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.showroom-photo {
  min-height: 340px;
  margin: 0;
  overflow: hidden;
  background: var(--sky);
  border-radius: 8px;
}

.showroom-photo img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}

.showroom-copy p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.showroom-copy .button {
  margin-top: 24px;
}

.intro,
.areas,
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
}

.intro p,
.areas p,
.feature-content p,
.contact-copy p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 28px;
}

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

.service-card,
.product-card {
  min-height: 250px;
  padding: 22px;
  background: linear-gradient(180deg, var(--white), #f8fffb);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(15, 60, 68, 0.08);
}

.icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 30px;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
  font-weight: 900;
}

.service-card:nth-child(even) .icon {
  background: var(--blue);
}

.service-card p,
.timeline p {
  margin: 14px 0 0;
  color: var(--muted);
}

.solution-links {
  padding-bottom: 0;
}

.solution-links .service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--green-deep);
  font-weight: 900;
}

.detail-section {
  padding-bottom: clamp(42px, 7vw, 78px);
}

.detail-grid {
  max-width: 860px;
}

.detail-note {
  max-width: 900px;
  margin: 18px 0 0;
  color: var(--muted);
}

.rate-highlight {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  color: #05373c;
  background: #bff3d5;
  border: 1px solid rgba(18, 166, 106, 0.32);
  border-radius: 8px;
  font-weight: 900;
}

.rate-highlight.inline {
  padding: 2px 7px;
}

.savings-section {
  padding-top: 0;
}

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

.savings-grid article {
  padding: clamp(22px, 4vw, 34px);
  background: linear-gradient(145deg, var(--white), var(--leaf));
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(15, 60, 68, 0.08);
}

.savings-grid strong {
  display: block;
  color: var(--blue-deep);
  font-size: clamp(2rem, 5vw, 3.3rem);
  line-height: 1;
}

.savings-grid span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-weight: 800;
}

.savings-grid h3 {
  margin-top: 18px;
  color: var(--green-deep);
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.savings-grid p {
  margin: 14px 0 0;
  color: var(--muted);
}

.commercial-gallery {
  padding-top: 0;
}

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

.gallery-grid article {
  overflow: hidden;
  background: linear-gradient(180deg, var(--white), #f8fffb);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(15, 60, 68, 0.08);
}

.gallery-grid img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.gallery-grid h3,
.gallery-grid p {
  padding: 0 20px;
}

.gallery-grid h3 {
  margin-top: 20px;
}

.gallery-grid p {
  margin: 12px 0 22px;
  color: var(--muted);
}

.mounting-section {
  padding-top: 0;
}

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

.mounting-card {
  overflow: hidden;
  background: linear-gradient(180deg, var(--white), #f8fffb);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(15, 60, 68, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.mounting-card:hover {
  transform: translateY(-4px);
  border-color: rgba(18, 166, 106, 0.36);
  box-shadow: 0 22px 52px rgba(15, 60, 68, 0.14);
}

.mounting-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  background: linear-gradient(135deg, var(--sky), var(--green-soft));
}

.mounting-card div {
  padding: 20px;
}

.mounting-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.mounting-card span {
  display: block;
  margin-top: 14px;
  color: var(--blue-deep);
  font-weight: 900;
}

.mounting-card ul {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.mounting-card li {
  position: relative;
  padding-left: 20px;
  color: #244741;
  font-weight: 700;
}

.mounting-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
}

.section-cta {
  margin-top: 24px;
}

.feature-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: clamp(36px, 6vw, 68px);
  color: var(--white);
  background: linear-gradient(135deg, #064e7d 0%, #078d94 48%, #12a66a 100%);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature-band .eyebrow,
.feature-content p {
  color: rgba(255, 255, 255, 0.78);
}

.check-list {
  display: grid;
  gap: 12px;
}

.check-list span {
  padding: 14px 16px;
  color: #05373c;
  background: rgba(255, 255, 255, 0.86);
}

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

.timeline article {
  padding: 22px;
  border-top: 4px solid var(--green);
  background: linear-gradient(180deg, var(--white), #fbfffc);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(15, 60, 68, 0.08);
}

.timeline strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 20px;
  color: var(--blue-deep);
  background: var(--green-soft);
  border-radius: 50%;
}

.household-steps {
  padding-top: 0;
}

.household-steps .section-heading p:last-child {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
}

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

.household-grid article {
  min-height: 250px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(236, 255, 243, 0.92)),
    radial-gradient(circle at 100% 0, rgba(8, 119, 185, 0.1), transparent 34%);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(15, 60, 68, 0.08);
}

.household-grid strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 36px;
  margin-bottom: 22px;
  padding: 0 10px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--green));
  border-radius: 999px;
  font-size: 0.88rem;
}

.household-grid p {
  margin: 14px 0 0;
  color: var(--muted);
}

.solar-flow {
  position: relative;
  min-height: 760px;
  padding: 24px 18px 12px;
  counter-reset: solar-flow;
}

.flow-route {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.flow-route path {
  fill: none;
  stroke: rgba(22, 55, 55, 0.5);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.flow-step {
  position: absolute;
  top: var(--step-top);
  left: var(--step-left);
  z-index: 1;
  width: min(230px, 20vw);
  min-height: 142px;
  padding: 0 16px;
  text-align: center;
  transform: translateX(-50%);
  transition: transform 180ms ease;
}

.flow-step:hover {
  transform: translate(-50%, -4px);
}

.flow-step::after {
  display: none;
}

.flow-step:nth-of-type(1) {
  --step-left: 35%;
  --step-top: 56px;
}

.flow-step:nth-of-type(2) {
  --step-left: 60%;
  --step-top: 56px;
}

.flow-step:nth-of-type(3) {
  --step-left: 84%;
  --step-top: 326px;
}

.flow-step:nth-of-type(4) {
  --step-left: 60%;
  --step-top: 326px;
}

.flow-step:nth-of-type(5) {
  --step-left: 35%;
  --step-top: 326px;
}

.flow-step:nth-of-type(6) {
  --step-left: 13%;
  --step-top: 551px;
}

.flow-step:nth-of-type(7) {
  --step-left: 37%;
  --step-top: 551px;
}

.flow-step strong {
  position: absolute;
  top: 54px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  height: 30px;
  margin: 0;
  padding: 0 10px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--green));
  border-radius: 999px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  transform: translateX(-50%);
}

.flow-step h3 {
  margin: 33px 0 0;
  color: var(--ink);
  font-size: clamp(1.02rem, 1.4vw, 1.22rem);
  line-height: 1.08;
}

.flow-step p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.flow-icon {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  margin: 0 auto 22px;
  color: var(--blue-deep);
  background: linear-gradient(135deg, var(--white), var(--green-soft));
  border: 4px solid rgba(22, 55, 55, 0.62);
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(15, 60, 68, 0.11);
  font-size: 1.55rem;
  font-weight: 900;
}

.area-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 28px;
  background: linear-gradient(180deg, var(--white), var(--leaf));
  border: 1px solid var(--line);
  border-radius: 8px;
}

.area-panel span {
  padding: 12px 15px;
  color: var(--blue-deep);
  background: linear-gradient(135deg, var(--sky), var(--green-soft));
}

.contact-section {
  margin-bottom: 72px;
  padding: clamp(30px, 5vw, 54px);
  background: linear-gradient(180deg, var(--white), #f8fffb);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-lines {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
  color: var(--blue-deep);
  font-weight: 900;
}

.lead-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: #26454b;
  font-weight: 800;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  color: var(--ink);
  background: #f2fbf7;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

.lead-form select {
  appearance: none;
  padding-right: 42px;
  cursor: pointer;
  background:
    linear-gradient(45deg, transparent 50%, var(--blue-deep) 50%) calc(100% - 22px) 52% / 7px 7px no-repeat,
    linear-gradient(135deg, var(--blue-deep) 50%, transparent 50%) calc(100% - 16px) 52% / 7px 7px no-repeat,
    linear-gradient(135deg, rgba(232, 246, 255, 0.88), rgba(233, 255, 242, 0.84));
  border-color: rgba(8, 119, 185, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 12px 28px rgba(15, 60, 68, 0.06);
}

.lead-form select:hover {
  border-color: rgba(18, 166, 106, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 16px 34px rgba(15, 60, 68, 0.1);
}

.lead-form select option {
  color: var(--ink);
  background: rgba(248, 255, 251, 0.96);
}

.lead-form textarea {
  min-height: 96px;
  padding: 12px;
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  outline: 3px solid rgba(17, 156, 115, 0.18);
  border-color: var(--green);
}

.full-row,
.form-button,
.form-note {
  grid-column: 1 / -1;
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.78);
  background: #073b3f;
}

.page-hero {
  display: grid;
  align-items: end;
  min-height: 520px;
  margin-top: 24px;
  padding: clamp(36px, 7vw, 76px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(6, 78, 125, 0.95), rgba(18, 166, 106, 0.86)),
    url("https://commons.wikimedia.org/wiki/Special:Redirect/file/Panneaux_solaires_dans_le_d%C3%A9sert_du_Thar_%28Rajasthan%29.jpg") center / cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.domestic-hero {
  background:
    linear-gradient(90deg, rgba(4, 36, 50, 0.94) 0%, rgba(4, 48, 62, 0.74) 42%, rgba(4, 48, 62, 0.2) 100%),
    url("images/solar/domestic-person-hero.png") center / cover;
}

.pump-hero {
  background:
    linear-gradient(90deg, rgba(4, 36, 50, 0.94) 0%, rgba(4, 48, 62, 0.74) 42%, rgba(4, 48, 62, 0.2) 100%),
    url("images/solar/pump-farmer-hero.png") center / cover;
}

.commercial-hero {
  background:
    linear-gradient(90deg, rgba(4, 36, 50, 0.94) 0%, rgba(4, 48, 62, 0.74) 42%, rgba(4, 48, 62, 0.2) 100%),
    url("images/solar/commercial-person-hero.png") center / cover;
}

.page-hero h1 {
  max-width: 900px;
}

.product-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
}

.product-intro p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.products-section {
  padding-top: 0;
}

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

.product-card {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.featured-product {
  background: linear-gradient(145deg, #e8f8ff, #eafff1);
  border-color: rgba(18, 166, 106, 0.28);
}

.product-photo {
  position: relative;
  height: 178px;
  margin: -22px -22px 20px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--sky), var(--green-soft));
  border-bottom: 1px solid var(--line);
}

.product-photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 54px;
  background: linear-gradient(0deg, rgba(10, 45, 48, 0.34), transparent);
}

.product-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease, filter 220ms ease;
}

.product-card:hover .product-photo img {
  transform: scale(1.04);
  filter: saturate(1.08);
}

.product-icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--green));
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 900;
}

.product-card p {
  margin: 14px 0 0;
  color: var(--muted);
}

.product-card ul {
  display: grid;
  gap: 9px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.product-card li {
  position: relative;
  padding-left: 22px;
  color: #244741;
  font-weight: 700;
}

.product-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 9px;
  height: 9px;
  background: var(--green);
  border-radius: 50%;
}

.product-band,
.product-contact {
  margin-bottom: 72px;
}

.quote-panel {
  display: grid;
  gap: 12px;
}

.site-footer p {
  margin: 0;
}

.credit {
  font-size: 0.84rem;
}

.consult-popup {
  position: fixed;
  right: clamp(16px, 3vw, 34px);
  bottom: clamp(16px, 3vw, 34px);
  z-index: 40;
  width: min(390px, calc(100% - 32px));
  padding: 24px;
  background: linear-gradient(145deg, var(--white), var(--leaf));
  border: 1px solid rgba(18, 166, 106, 0.28);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(4, 45, 49, 0.24);
}

.consult-popup[hidden] {
  display: none;
}

.consult-popup h2 {
  padding-right: 28px;
  font-size: 1.7rem;
}

.consult-popup p:not(.eyebrow) {
  margin: 14px 0 0;
  color: var(--muted);
}

.popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--blue-deep);
  background: var(--sky);
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.popup-cta {
  width: 100%;
  margin-top: 18px;
}

@media (max-width: 980px) {
  .service-grid,
  .timeline,
  .household-grid,
  .solar-flow,
  .gallery-grid,
  .savings-grid,
  .mounting-grid,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-links .service-grid {
    grid-template-columns: 1fr;
  }

  .intro,
  .areas,
  .contact-section,
  .feature-band,
  .product-intro,
  .showroom-section,
  .scheme-section {
    grid-template-columns: 1fr;
  }

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

  .solar-flow {
    display: grid;
    grid-template-areas: none;
    min-height: auto;
    padding: 0;
  }

  .flow-step {
    position: relative;
    top: auto;
    left: auto;
    grid-area: auto !important;
    width: auto;
    min-height: 0;
    padding: 22px;
    transform: none;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(240, 255, 247, 0.94)),
      radial-gradient(circle at 100% 0, rgba(8, 119, 185, 0.12), transparent 36%);
    border: 1px solid rgba(18, 166, 106, 0.18);
    border-radius: 8px;
    box-shadow: 0 16px 42px rgba(15, 60, 68, 0.09);
  }

  .flow-step:hover {
    transform: translateY(-4px);
  }

  .flow-step strong {
    position: static;
    transform: none;
    margin: 10px 0 10px;
  }

  .flow-step h3 {
    margin-top: 0;
  }

  .flow-icon {
    margin-bottom: 6px;
  }

  .flow-route,
  .flow-step::after {
    display: none;
  }
}

@media (max-width: 720px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
  }

  .language-switch {
    margin-left: auto;
  }

  .header-cta {
    min-height: 40px;
    padding: 0 12px;
  }

  .hero {
    min-height: 680px;
    padding-top: 54px;
    justify-items: stretch;
  }

  .hero-media img {
    object-position: 58% center;
  }

  .hero-content {
    max-width: none;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(4, 36, 50, 0.9), rgba(4, 48, 62, 0.62)),
      linear-gradient(0deg, rgba(4, 36, 50, 0.76), transparent 46%);
  }

  .service-grid,
  .timeline,
  .household-grid,
  .solar-flow,
  .gallery-grid,
  .savings-grid,
  .mounting-grid,
  .lead-form,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .page-hero {
    min-height: 560px;
    margin-top: 18px;
  }

  .site-footer {
    display: grid;
  }

  .consult-popup {
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
  }
}

@media (max-width: 430px) {
  h1 {
    font-size: 2.38rem;
  }

  .button,
  .hero-actions {
    width: 100%;
  }

  .hero-stats div {
    flex: 1 1 118px;
  }

  .hero-badge,
  .consult-badge {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }

  .hero-scheme-card {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .hero-scheme-card img {
    width: 58px;
    height: 58px;
  }
}
