/* Homepage-specific visual refinements */

.page-home {
  --home-section-pad: clamp(4.5rem, 7vw, 6.5rem);
  --home-section-pad-sm: clamp(3.25rem, 6vw, 4.5rem);
  --home-header-max: 720px;
}

.page-home .container {
  width: min(100% - clamp(1.5rem, 5vw, 3rem), var(--max-width));
}

.page-home .site-header {
  background: rgba(249, 250, 252, 0.93);
  border-bottom-color: rgba(8, 17, 31, 0.08);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}

.page-home .logo {
  gap: 12px;
}

.page-home .logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: linear-gradient(145deg, rgba(23, 63, 122, 0.1) 0%, rgba(8, 17, 31, 0.04) 100%);
  border: 1px solid rgba(23, 63, 122, 0.12);
  box-shadow: none;
  color: var(--color-primary);
}

.page-home .logo-mark svg {
  width: 22px;
  height: 22px;
}

.page-home .logo-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
  line-height: 1.1;
}

.page-home .logo-name {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.page-home .logo-tagline {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.page-home .site-footer .logo-mark {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.page-home .site-footer .logo-tagline {
  color: rgba(255, 255, 255, 0.55);
}

.page-home .section {
  padding: var(--home-section-pad) 0;
  position: relative;
}

.page-home .section-header {
  max-width: var(--home-header-max);
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.page-home .section-header.center .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.page-home .section-header.center .eyebrow::before,
.page-home .section-header.center .eyebrow::after {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
  opacity: 0.35;
}

.page-home .section-title {
  letter-spacing: -0.025em;
  font-weight: 700;
}

.page-home .section-desc {
  font-size: 1.06rem;
  max-width: 58ch;
  margin-inline: auto;
  line-height: 1.75;
}

.page-home .section-alt {
  background: linear-gradient(180deg, #eef2f7 0%, #f8f9fb 100%);
  border-block: 1px solid rgba(8, 17, 31, 0.05);
}

/* Hero — balanced two-column composition with integrated metrics */

.page-home .hero {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
}

.page-home .hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(5, 14, 34, 0.97) 0%, rgba(8, 17, 31, 0.94) 42%, rgba(23, 63, 122, 0.78) 68%, rgba(8, 17, 31, 0.74) 100%),
    url("../assets/website-clean/solar-hero-commercial.jpg") 70% center / cover no-repeat;
}

.page-home .hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 28%, rgba(215, 182, 111, 0.12) 0%, transparent 34%),
    linear-gradient(180deg, transparent 0%, transparent 62%, rgba(5, 14, 34, 0.62) 100%);
  pointer-events: none;
}

.page-home .hero-shell {
  position: relative;
  z-index: 1;
  padding: clamp(2.1rem, 4vw, 3rem) 0 0;
}

.page-home .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.98fr);
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
  padding-bottom: clamp(1rem, 2vw, 1.4rem);
}

.page-home .hero-main {
  max-width: 620px;
}

.page-home .hero-eyebrow {
  display: inline-block;
  margin-bottom: clamp(0.85rem, 2vw, 1.15rem);
  padding: 0;
  border: none;
  background: none;
  color: #d7b66f;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
}

.page-home .hero-title {
  max-width: 13.5em;
  margin: 0 0 clamp(0.85rem, 2vw, 1.15rem);
  font-size: clamp(1.85rem, 3.8vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.page-home .hero-subtitle {
  max-width: 38em;
  margin: 0 0 clamp(1.5rem, 2.5vw, 1.85rem);
  font-size: clamp(0.96rem, 1.5vw, 1.08rem);
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 400;
}

.page-home .hero-actions {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2.5vw, 1.35rem);
}

.page-home .hero-btn-group {
  gap: 12px;
}

.page-home .hero-btn-group .btn {
  min-width: 148px;
}

.page-home .hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.35rem;
  list-style: none;
  margin: 0;
  padding: clamp(0.85rem, 2vw, 1rem) 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-home .hero-trust li {
  position: relative;
  padding-left: 1.05rem;
  font-size: clamp(0.76rem, 1.3vw, 0.86rem);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.68);
}

.page-home .hero-trust li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d7b66f;
  box-shadow: 0 0 0 3px rgba(215, 182, 111, 0.2);
}

.page-home .hero-visual {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.page-home .hero-visual-card {
  width: min(100%, 460px);
  padding: 10px;
  border-radius: calc(var(--radius-lg) + 4px);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.page-home .hero-visual-card img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  display: block;
}

.page-home .hero-visual-caption {
  margin-top: 10px;
  padding: 0 6px;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  text-align: center;
}

/* Metrics band — integrated into hero shell */

.page-home .hero-metrics {
  margin-top: 0;
  padding-bottom: clamp(0.9rem, 2vw, 1.15rem);
}

.page-home .hero-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 1px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.page-home .hero-metric {
  padding: clamp(0.8rem, 1.5vw, 1rem) clamp(0.9rem, 1.7vw, 1.15rem);
  background: rgba(8, 17, 31, 0.78);
}

.page-home .hero-metric-label {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.page-home .hero-metric-value {
  display: block;
  font-size: clamp(0.8rem, 1.3vw, 0.9rem);
  font-weight: 500;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9);
}

/* Solution cards */

.page-home .solution-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  border: 1px solid rgba(215, 221, 230, 0.9);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: box-shadow var(--transition), transform var(--transition), border-color var(--transition);
}

.page-home .solution-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(23, 63, 122, 0.14);
}

.page-home .solution-card-image {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.page-home .solution-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.page-home .solution-card:hover .solution-card-image img {
  transform: scale(1.02);
}

.page-home .solution-card-index {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 5px 9px;
  border-radius: 6px;
  background: rgba(8, 17, 31, 0.8);
  color: #d7b66f;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.page-home .solution-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: clamp(1.35rem, 2.5vw, 1.65rem);
}

.page-home .solution-card-body .card-title {
  font-size: 1.12rem;
  margin-bottom: 10px;
}

.page-home .solution-card-body .card-text {
  flex: 1;
  margin-bottom: 1.25rem;
  font-size: 0.93rem;
  line-height: 1.65;
}

.page-home .card-grid {
  gap: clamp(1rem, 2vw, 1.5rem);
}

/* Product scope cards */

.page-home .product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(1.35rem, 2.5vw, 1.65rem) clamp(1.15rem, 2vw, 1.35rem);
  background: var(--color-surface);
  border: 1px solid rgba(215, 221, 230, 0.9);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--transition), transform var(--transition), border-color var(--transition);
}

.page-home .product-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(8, 17, 31, 0.11);
}

.page-home .product-card-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 1rem;
  border-radius: 11px;
  background: rgba(23, 63, 122, 0.06);
  color: var(--color-primary);
  border: 1px solid rgba(23, 63, 122, 0.08);
}

.page-home .product-card-icon svg {
  width: 22px;
  height: 22px;
}

.page-home .product-card .card-title {
  font-size: 1rem;
  margin-bottom: 8px;
}

.page-home .product-card .card-text {
  flex: 1;
  margin-bottom: 1rem;
  font-size: 0.87rem;
  line-height: 1.62;
}

.page-home .product-card .text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--color-primary);
}

.page-home .product-card .text-link:hover {
  color: var(--color-accent-soft);
}

.page-home .product-fit-list {
  display: grid;
  gap: 8px;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.page-home .product-fit-list li {
  position: relative;
  padding-left: 14px;
  font-size: 0.84rem;
  line-height: 1.55;
  color: var(--color-text-muted);
}

.page-home .product-fit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-accent-soft);
}

.page-home .product-fit-list strong {
  color: var(--color-primary);
  font-weight: 700;
}

.page-home .product-scope-note {
  margin-top: 1.5rem;
}

/* Buyer & feature cards */

.page-home .feature-card {
  padding: clamp(1.35rem, 2.5vw, 1.65rem);
  background: var(--color-surface);
  border: 1px solid rgba(215, 221, 230, 0.9);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--transition), border-color var(--transition);
}

.page-home .feature-card:hover {
  box-shadow: var(--shadow-md);
  border-color: rgba(8, 17, 31, 0.1);
}

.page-home .feature-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.page-home .feature-card-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--color-bg-alt);
  color: var(--color-primary);
  border: 1px solid rgba(23, 63, 122, 0.08);
}

.page-home .feature-card-icon svg {
  width: 20px;
  height: 20px;
}

.page-home .feature-card .card-title {
  margin: 0;
  font-size: 1rem;
}

.page-home .feature-card .card-text {
  margin: 0 0 0.9rem;
  font-size: 0.91rem;
  line-height: 1.65;
}

.page-home .buyer-need-list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-home .buyer-need-list li {
  position: relative;
  padding-left: 14px;
  font-size: 0.82rem;
  line-height: 1.52;
  color: var(--color-text-muted);
}

.page-home .buyer-need-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-primary-light);
}

.page-home .value-card {
  position: relative;
  padding: clamp(1.35rem, 2.5vw, 1.65rem) clamp(1.15rem, 2vw, 1.35rem) clamp(1.35rem, 2.5vw, 1.65rem) clamp(1.35rem, 2vw, 1.5rem);
  background: var(--color-surface);
  border: 1px solid rgba(215, 221, 230, 0.9);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.page-home .value-card::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: linear-gradient(180deg, var(--color-accent-soft) 0%, var(--color-primary-light) 100%);
}

.page-home .value-card .card-title {
  margin-bottom: 8px;
  font-size: 1.02rem;
}

.page-home .value-card .card-text {
  margin: 0 0 1rem;
  font-size: 0.91rem;
  line-height: 1.65;
}

.page-home .value-proof {
  margin: 0;
  padding: 0.7rem 0.8rem;
  border-radius: var(--radius-sm);
  background: rgba(23, 63, 122, 0.06);
  color: var(--color-primary);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.45;
}

/* Process timeline */

.page-home .process-section {
  background: var(--color-surface);
  border-block: 1px solid rgba(8, 17, 31, 0.05);
}

.page-home .process-grid {
  position: relative;
  gap: clamp(0.85rem, 2vw, 1.25rem);
}

.page-home .process-grid::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(8, 17, 31, 0.14) 50%, transparent 100%);
  z-index: 0;
}

.page-home .process-step {
  position: relative;
  z-index: 1;
  padding: clamp(1.25rem, 2vw, 1.65rem) clamp(1rem, 2vw, 1.25rem);
  background: var(--color-bg);
  border: 1px solid rgba(215, 221, 230, 0.9);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.page-home .process-step::before {
  width: 32px;
  height: 32px;
  margin-bottom: 14px;
  font-size: 0.82rem;
  box-shadow: 0 0 0 4px var(--color-surface);
}

.page-home .process-step h3 {
  font-size: 0.96rem;
  margin-bottom: 8px;
}

.page-home .process-step p {
  margin-bottom: 0.95rem;
  font-size: 0.86rem;
  line-height: 1.6;
}

.page-home .process-meta {
  display: block;
  padding: 0.62rem 0.7rem;
  border-radius: var(--radius-sm);
  background: rgba(23, 63, 122, 0.06);
  color: var(--color-primary);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.4;
}

.page-home .process-cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.5rem, 3vw, 2rem);
}

/* Markets */

.page-home .markets-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(0.85rem, 2vw, 1rem);
}

.page-home .market-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: clamp(1.1rem, 2vw, 1.35rem);
  background: var(--color-surface);
  border: 1px solid rgba(215, 221, 230, 0.9);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  color: inherit;
}

.page-home .market-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: var(--color-primary);
  color: inherit;
}

.page-home .market-card-code {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-accent-soft);
}

.page-home .market-card-name {
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--color-primary);
}

.page-home .market-card-note {
  font-size: 0.8rem;
  color: var(--color-text-muted);
  line-height: 1.5;
}

/* FAQ */

.page-home #faq {
  background: var(--color-surface);
}

.page-home .faq-list {
  max-width: 820px;
}

.page-home .faq-item {
  margin-bottom: 8px;
  border-color: rgba(8, 17, 31, 0.07);
  box-shadow: var(--shadow-sm);
}

.page-home .faq-question {
  padding: 18px 22px;
  font-size: 0.98rem;
}

.page-home .faq-answer {
  padding: 0 22px 18px;
  font-size: 0.93rem;
}

/* Inquiry */

.page-home .inquiry-section {
  background: linear-gradient(155deg, #050e22 0%, #08111f 48%, #173f7a 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.page-home .inquiry-section .eyebrow {
  color: #d7b66f;
}

.page-home .inquiry-aside > p:not(.section-desc) {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.94rem;
  margin-top: 16px;
}

.page-home .inquiry-form {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.page-home .form-grid,
.page-home .form-group {
  min-width: 0;
}

/* Responsive */

@media (max-width: 1024px) {
  .page-home .hero-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-bottom: 1.5rem;
  }

  .page-home .hero-main {
    max-width: none;
  }

  .page-home .hero-title {
    max-width: none;
  }

  .page-home .hero-visual {
    justify-content: center;
  }

  .page-home .hero-visual-card {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .page-home .hero-metrics-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-home .markets-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-home .process-grid::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .page-home .section {
    padding: var(--home-section-pad-sm) 0;
  }

  .page-home .hero {
    min-height: auto;
  }

  .page-home .hero-shell {
    padding: clamp(2rem, 7vw, 2.75rem) 0 clamp(2rem, 7vw, 2.75rem);
  }

  .page-home .hero-grid {
    gap: 1.5rem;
    padding-bottom: 0;
  }

  .page-home .hero-title {
    font-size: clamp(1.65rem, 7vw, 2.1rem);
    line-height: 1.12;
  }

  .page-home .hero-subtitle {
    font-size: 0.95rem;
    line-height: 1.68;
    margin-bottom: 1.35rem;
  }

  .page-home .hero-btn-group {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .page-home .hero-btn-group .btn {
    width: 100%;
    min-width: 0;
  }

  .page-home .hero-trust {
    flex-direction: column;
    gap: 0.5rem;
    padding-top: 0.85rem;
  }

  .page-home .hero-trust li {
    font-size: 0.8rem;
    padding-left: 1rem;
  }

  .page-home .hero-visual-caption {
    font-size: 0.62rem;
  }

  .page-home .hero-visual,
  .page-home .hero-metrics {
    display: none;
  }

  .page-home .inquiry-form {
    padding: 24px 20px;
  }

  .page-home .logo-tagline {
    display: none;
  }

  .page-home .markets-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-home .section-header.center .eyebrow::before,
  .page-home .section-header.center .eyebrow::after {
    display: none;
  }
}

@media (min-width: 769px) and (max-height: 760px) {
  .page-home .hero-metrics {
    display: none;
  }

  .page-home .hero-shell {
    padding-bottom: clamp(1.6rem, 3vw, 2.25rem);
  }
}

@media (max-width: 540px) {
  .page-home .hero-trust {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1rem;
    row-gap: 0.5rem;
  }

  .page-home .hero-trust li {
    font-size: 0.76rem;
    line-height: 1.4;
  }

  .page-home .markets-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 900px) {
  .page-home .hero-trust {
    max-width: 680px;
  }
}


.page-home .hero-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-lg);
  display: block;
  object-fit: cover;
  background: #08111f;
}

/* Visual optimization pass 1 - homepage */
.page-home .hero-bg {
  background:
    linear-gradient(100deg, rgba(5, 14, 34, 0.98) 0%, rgba(8, 17, 31, 0.92) 38%, rgba(15, 118, 110, 0.45) 72%, rgba(8, 17, 31, 0.78) 100%),
    url("../assets/website-clean/solar-hero-commercial.jpg") 70% center / cover no-repeat;
}

.page-home .hero-title {
  letter-spacing: 0;
  text-wrap: balance;
}

.page-home .hero-subtitle {
  color: rgba(255, 255, 255, 0.82);
}

.page-home .hero-visual-card {
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
}

.page-home .hero-visual-card img,
.page-home .hero-video {
  border-radius: 8px;
}

.page-home .hero-visual-caption {
  margin: 0;
  padding: 10px 12px 12px;
  background: rgba(5, 14, 34, 0.72);
  color: rgba(255, 255, 255, 0.62);
}

.page-home .hero-metrics-grid {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
}

.page-home .hero-metric {
  background: rgba(5, 14, 34, 0.82);
}

.page-home .hero-metric-label {
  color: rgba(125, 211, 202, 0.82);
}

.page-home .product-command {
  background: #ffffff;
}

.page-home .command-panel {
  border-top: 3px solid var(--color-technical);
  border-radius: 8px;
}

.page-home .solution-card,
.page-home .product-card,
.page-home .feature-card,
.page-home .value-card,
.page-home .market-card,
.page-home .process-step {
  border-radius: 8px;
}

.page-home .product-card-icon,
.page-home .feature-card-icon {
  border-radius: 8px;
  color: var(--color-technical);
  background: var(--color-technical-soft);
  border-color: rgba(15, 118, 110, 0.16);
}

.page-home .product-fit-list li::before,
.page-home .hero-trust li::before {
  background: var(--color-technical);
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.18);
}

.page-home .value-card::before {
  background: linear-gradient(180deg, var(--color-technical) 0%, var(--color-accent-soft) 100%);
}

.page-home .value-proof,
.page-home .process-meta {
  background: var(--color-technical-soft);
  color: #0f4f4a;
}

.page-home .inquiry-section {
  background: linear-gradient(155deg, #050e22 0%, #08111f 48%, #0f766e 125%);
}

@media (max-width: 768px) {
  .page-home .hero-shell {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .page-home .hero-title {
    font-size: clamp(1.72rem, 7vw, 2.18rem);
  }
}
/* Visual optimization pass 2 - credibility and conversion polish */
.page-home .hero-main {
  max-width: 660px;
}

.page-home .hero-proof-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 clamp(1.25rem, 2.4vw, 1.65rem);
  padding: 1px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.page-home .hero-proof-item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "num title" "num text";
  column-gap: 10px;
  row-gap: 3px;
  padding: 13px 14px;
  background: rgba(5, 14, 34, 0.78);
  min-width: 0;
}

.page-home .hero-proof-item span {
  grid-area: num;
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  color: #d7b66f;
  background: rgba(215, 182, 111, 0.12);
  border: 1px solid rgba(215, 182, 111, 0.22);
  font-size: 0.72rem;
  font-weight: 700;
}

.page-home .hero-proof-item strong {
  grid-area: title;
  color: #fff;
  font-size: 0.82rem;
  line-height: 1.25;
}

.page-home .hero-proof-item em {
  grid-area: text;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.72rem;
  font-style: normal;
  line-height: 1.42;
}

.page-home .command-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: start;
}

.page-home .command-list {
  display: grid;
  gap: 10px;
}

.page-home .command-list li {
  position: relative;
  padding: 14px 14px 14px 42px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 8px;
  background: #f8fafc;
  line-height: 1.55;
}

.page-home .command-list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 17px;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--color-technical), var(--color-accent-soft));
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.1);
}

.page-home .overview-card-image::after,
.page-home .solution-card-image::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent 0%, rgba(5, 14, 34, 0.32) 100%);
  pointer-events: none;
}

.page-home .product-fit-list {
  display: grid;
  gap: 8px;
  margin: 1rem 0 1.15rem;
}

.page-home .product-fit-list li {
  padding: 9px 10px;
  border-left: 3px solid var(--color-technical);
  background: rgba(15, 118, 110, 0.07);
  border-radius: 0 8px 8px 0;
}

.page-home .value-proof,
.page-home .process-meta {
  border: 1px solid rgba(15, 118, 110, 0.14);
  color: #0b5f5a;
}

.page-home .quote-ready-box {
  border-radius: 8px;
  border-color: rgba(215, 182, 111, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.page-home .inquiry-form {
  border-top: 3px solid #d7b66f;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
}

.page-home .form-submit {
  width: 100%;
  justify-content: center;
}

@media (max-width: 1024px) {
  .page-home .hero-proof-panel,
  .page-home .command-panel {
    grid-template-columns: 1fr;
  }

  .page-home .hero-proof-item {
    grid-template-columns: auto minmax(0, 1fr);
  }
}

@media (max-width: 768px) {
  .page-home .hero-proof-panel {
    margin-bottom: 1.15rem;
  }

  .page-home .hero-proof-item {
    padding: 12px;
  }

  .page-home .command-list li {
    padding: 13px 13px 13px 38px;
  }

  .page-home .product-fit-list li {
    padding: 8px 9px;
  }
}

/* Visual optimization pass 6 - homepage mobile consistency */
@media (max-width: 768px) {
  .page-home .hero-btn-group .btn,
  .page-home .process-cta .btn,
  .page-home .form-submit {
    width: 100%;
  }

  .page-home .hero-subtitle,
  .page-home .section-desc {
    line-height: 1.68;
  }

  .page-home .contact-link,
  .page-home .hero-proof-item em,
  .page-home .command-list li {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 520px) {
  .page-home .section-header {
    margin-bottom: 1.7rem;
  }

  .page-home .hero-actions {
    gap: 1rem;
  }

  .page-home .hero-proof-panel {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  }
}

/* JSMART homepage visual readability fix - 20260702 v1 */
.page-home .hero-bg {
  background:
    linear-gradient(100deg, rgba(5, 14, 34, 0.98) 0%, rgba(8, 17, 31, 0.95) 46%, rgba(15, 118, 110, 0.82) 100%),
    url("../assets/website-clean/solar-hero-commercial.jpg") 70% center / cover no-repeat;
}

.page-home .hero-title,
.page-home .hero-subtitle,
.page-home .hero-trust li {
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.36);
}

.page-home .hero-subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.page-home .hero-proof-panel {
  background: rgba(5, 14, 34, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  overflow: hidden;
}

.page-home .hero-proof-item {
  background: rgba(5, 14, 34, 0.88);
  border-color: rgba(255, 255, 255, 0.14);
}

.page-home .hero-proof-item em {
  color: rgba(255, 255, 255, 0.78);
}

.page-home .hero .btn-primary {
  background: linear-gradient(135deg, #e8cf8f 0%, #c6a15b 100%) !important;
  border-color: #d7b66f !important;
  color: #08111f !important;
}

.page-home .section:not(.inquiry-section) {
  background-color: #f8fafc;
}

.page-home .section-alt {
  background: linear-gradient(180deg, #eef3f8 0%, #f8fafc 100%);
}

.page-home .section:not(.inquiry-section) .eyebrow {
  color: #0f766e;
}

.page-home .category-zh,
.page-home .card-title-zh {
  display: none !important;
}

.page-home .solution-card,
.page-home .product-card,
.page-home .feature-card,
.page-home .value-card,
.page-home .market-card,
.page-home .faq-item {
  background: #fff;
  color: var(--color-text);
  border-color: rgba(8, 17, 31, 0.08);
}

.page-home .solution-card-body .card-title,
.page-home .product-card .card-title,
.page-home .feature-card .card-title,
.page-home .value-card .card-title,
.page-home .market-card-name {
  color: var(--color-primary);
}

.page-home .solution-card-body .card-text,
.page-home .product-card .card-text,
.page-home .feature-card .card-text,
.page-home .value-card .card-text,
.page-home .market-card-note {
  color: var(--color-text-muted);
}

@media (max-width: 768px) {
  .page-home .hero {
    min-height: auto;
  }

  .page-home .hero-shell {
    padding-top: 1.8rem;
  }

  .page-home .hero-proof-panel {
    margin-top: 1.25rem;
  }

  .page-home .hero-btn-group {
    gap: 0.75rem;
  }

  .page-home .hero-btn-group .btn {
    min-height: 50px;
    font-size: 0.98rem;
  }

  .page-home .hero-trust {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }
}

/* Visual conversion pass - homepage supply board */
.page-home .hero-supply-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.page-home .hero-supply-board div {
  padding: 13px 14px 15px;
  background: rgba(5, 14, 34, 0.76);
}

.page-home .hero-supply-board span {
  display: block;
  margin-bottom: 5px;
  color: rgba(125, 211, 202, 0.86);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-home .hero-supply-board strong {
  display: block;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.86rem;
  line-height: 1.35;
}

@media (max-width: 768px) {
  .page-home .hero-supply-board {
    grid-template-columns: 1fr;
  }
}

/* JSMART homepage visual refresh - 20260707 */
.page-home .hero-bg {
  background:
    linear-gradient(100deg, rgba(5, 14, 34, 0.98) 0%, rgba(8, 17, 31, 0.94) 46%, rgba(15, 118, 110, 0.78) 100%),
    url("../assets/website-clean/solar-hero-commercial.jpg") 66% center / cover no-repeat;
}

.page-home .hero-visual-card {
  background: rgba(5, 14, 34, 0.74);
  border-color: rgba(255, 255, 255, 0.2);
}

.page-home .hero-visual-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #08111f;
}

.page-home .overview-card-image {
  aspect-ratio: 16 / 9;
  height: auto;
  background: #e8edf3;
}

@media (max-width: 768px) {
  .page-home .hero-shell,
  .page-home .hero-grid,
  .page-home .hero-main,
  .page-home .hero-actions,
  .page-home .hero-proof-panel,
  .page-home .hero-trust {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .page-home .hero-title {
    max-width: 100%;
    overflow-wrap: break-word;
    text-wrap: wrap;
    letter-spacing: 0;
  }

  .page-home .hero-bg {
    background-position: 58% center;
  }

  .page-home .hero-visual-image {
    aspect-ratio: 16 / 10;
  }
}

/* Mobile overflow guard for homepage ad traffic - 20260707 */
@media (max-width: 768px) {
  .page-home .container,
  .page-home .hero-shell {
    width: calc(100% - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .page-home .hero-grid,
  .page-home .hero-main,
  .page-home .hero-actions,
  .page-home .hero-proof-panel,
  .page-home .hero-trust,
  .page-home .command-panel {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .page-home .hero-grid,
  .page-home .hero-proof-panel {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .page-home .hero-title,
  .page-home .hero-subtitle,
  .page-home .section-title,
  .page-home .section-desc {
    width: 100% !important;
    max-width: min(100%, 340px) !important;
    min-width: 0 !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    letter-spacing: 0 !important;
  }

  .page-home .hero-title {
    font-size: clamp(1.85rem, 8vw, 2.15rem) !important;
    line-height: 1.12 !important;
  }

  .page-home .hero-main,
  .page-home .hero-actions,
  .page-home .hero-proof-panel,
  .page-home .hero-trust,
  .page-home .command-panel {
    max-width: min(100%, 340px) !important;
  }
}

/* JSMART homepage image and brand polish - 20260708 */
.page-home .hero-shell {
  padding-top: clamp(2.5rem, 4vw, 3.35rem);
}

.page-home .hero-visual-card {
  width: min(100%, 500px);
  border: 1px solid rgba(125, 211, 202, 0.24);
  box-shadow: 0 30px 64px rgba(2, 10, 20, 0.32);
}

.page-home .hero-visual-image {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 52%;
}

.page-home .hero-supply-board {
  border-top-color: rgba(125, 211, 202, 0.2);
}

.page-home .solution-card-image {
  aspect-ratio: 16 / 10;
  background: #e8edf3;
}

.page-home .solution-card-image img {
  object-fit: cover;
  object-position: center;
}

.page-home .solution-card:nth-child(2) .solution-card-image img {
  object-position: center 54%;
}

.page-home .solution-card:nth-child(3) .solution-card-image img {
  object-position: center 50%;
}

.page-home .overview-card-image {
  aspect-ratio: 16 / 10;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #f7fafc 0%, #e8edf3 100%);
  border-bottom: 1px solid rgba(215, 221, 230, 0.9);
}

.page-home .overview-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-home .overview-card-image img[src*="product-catalog-refresh"] {
  object-fit: contain;
  padding: clamp(10px, 1.8vw, 18px);
}

.page-home .overview-card:nth-child(1) .overview-card-image img {
  object-fit: cover;
  padding: 0;
  object-position: center 46%;
}

.page-home .overview-card:nth-child(2) .overview-card-image img {
  object-position: center;
}

.page-home .overview-card:nth-child(3) .overview-card-image img {
  padding: clamp(8px, 1.4vw, 14px);
}

.page-home .solution-card,
.page-home .overview-card {
  border-color: rgba(7, 24, 39, 0.12);
}

.page-home .solution-card:hover,
.page-home .overview-card:hover {
  border-color: rgba(15, 118, 110, 0.28);
}

@media (max-width: 768px) {
  .page-home .hero-shell {
    padding-top: 2.4rem;
  }

  .page-home .solution-card-image,
  .page-home .overview-card-image {
    aspect-ratio: 16 / 10;
  }
}

/* Homepage mobile brand header alignment - 20260708 */
@media (max-width: 768px) {
  .page-home .site-header {
    background: linear-gradient(90deg, var(--brand-nav-bg) 0%, var(--brand-nav-bg-soft) 58%, #13645f 100%) !important;
    border-bottom-color: var(--brand-nav-border) !important;
    box-shadow: 0 14px 34px rgba(2, 10, 20, 0.26) !important;
  }

  .page-home .header-inner {
    min-height: 78px !important;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }

  .page-home .brand-logo,
  .page-home .logo {
    min-width: 0;
  }

  .page-home .nav-toggle {
    min-height: 44px;
    padding: 0 14px;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(125, 211, 202, 0.34) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }

  .page-home .nav-toggle:hover,
  .page-home .nav-toggle:focus-visible {
    background: rgba(215, 182, 111, 0.18) !important;
    border-color: rgba(215, 182, 111, 0.48) !important;
  }

  .page-home .main-nav.open {
    background: rgba(2, 10, 20, 0.98) !important;
    border-top-color: rgba(125, 211, 202, 0.18) !important;
  }
}

/* Homepage structure refinement - 20260708 */
html {
  scroll-padding-top: 112px;
}

.page-home .hero-visual-card {
  border-radius: 8px;
}

.page-home .hero-visual-image {
  object-position: center 48%;
}

.page-home #products {
  scroll-margin-top: 112px;
  padding-top: clamp(3.25rem, 5vw, 4.35rem);
  padding-bottom: clamp(4rem, 6vw, 5.25rem);
}

.page-home #products.section-alt {
  background:
    linear-gradient(180deg, #f2f6f9 0%, #eef4f6 48%, #f8fafc 100%);
}

.page-home #products .section-header {
  max-width: 760px;
  margin-bottom: clamp(1.55rem, 3vw, 2.35rem);
}

.page-home #products .section-title {
  max-width: 700px;
  margin-inline: auto;
  font-size: clamp(2rem, 3.4vw, 2.65rem);
  line-height: 1.12;
}

.page-home #products .section-desc {
  max-width: 60ch;
  font-size: 1rem;
  line-height: 1.68;
}

.page-home #products .overview-grid.compact-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.1rem, 2.2vw, 1.55rem);
  max-width: 1160px;
  margin-inline: auto;
}

.page-home #products .overview-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(13, 61, 70, 0.14);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.page-home #products .overview-card-image {
  height: auto;
  aspect-ratio: 16 / 9;
  background: #dfe8ec;
  border-bottom: 3px solid rgba(215, 182, 111, 0.86);
}

.page-home #products .overview-card-image img,
.page-home #products .overview-card-image img[src*="product-catalog-refresh"],
.page-home #products .overview-card-image img[src*="website-clean"] {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  object-position: center;
}

.page-home #products .overview-card:nth-child(1) .overview-card-image img {
  object-position: center 45%;
}

.page-home #products .overview-card:nth-child(2) .overview-card-image img {
  object-position: center 52%;
}

.page-home #products .overview-card:nth-child(3) .overview-card-image img {
  object-position: center 54%;
}

.page-home #products .overview-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  padding: clamp(1.15rem, 2.2vw, 1.45rem);
}

.page-home #products .overview-card-body .card-title {
  margin-bottom: 0.55rem;
  font-size: clamp(1.05rem, 1.8vw, 1.18rem);
  line-height: 1.24;
}

.page-home #products .overview-card-body > .card-text {
  margin-bottom: 1rem;
  color: #526173;
  font-size: 0.93rem;
  line-height: 1.58;
}

.page-home #products .product-fit-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 0 0 1.1rem;
}

.page-home #products .product-fit-list li {
  display: grid;
  gap: 3px;
  padding: 10px 11px;
  border-radius: 8px;
  border: 1px solid rgba(13, 61, 70, 0.1);
  border-left: 3px solid #0f766e;
  background: rgba(15, 118, 110, 0.06);
  color: #526173;
}

.page-home #products .product-fit-list li::before {
  display: none;
}

.page-home #products .product-fit-list strong {
  color: #0a2530;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-home #products .product-fit-list span {
  font-size: 0.83rem;
  line-height: 1.42;
}

.page-home #products .text-link {
  margin-top: auto;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid rgba(13, 61, 70, 0.2);
  color: #0a3a56;
  background: rgba(13, 61, 70, 0.04);
  font-weight: 700;
}

.page-home #products .text-link:hover {
  color: #08111f;
  border-color: rgba(215, 182, 111, 0.7);
  background: rgba(215, 182, 111, 0.16);
}

@media (max-width: 900px) {
  .page-home #products .overview-grid.compact-product-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
  }

  .page-home #products .overview-card {
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  }
}

@media (max-width: 768px) {
  html {
    scroll-padding-top: 92px;
  }

  .page-home #products {
    scroll-margin-top: 92px;
    padding-top: 3rem;
    padding-bottom: 3.8rem;
  }

  .page-home #products .section-title {
    font-size: clamp(1.65rem, 7vw, 2.05rem);
  }

  .page-home #products .section-desc {
    font-size: 0.94rem;
    line-height: 1.6;
  }

  .page-home .hero-visual {
    display: flex;
    margin-top: 0.3rem;
  }

  .page-home .hero-visual-card {
    width: min(100%, 340px);
    padding: 7px;
    border-radius: 8px;
  }

  .page-home .hero-visual-image {
    aspect-ratio: 16 / 10;
    border-radius: 7px;
  }

  .page-home .hero-visual-caption,
  .page-home .hero-supply-board {
    display: none;
  }

  .page-home #products .overview-card-body {
    padding: 1.05rem;
  }

  .page-home #products .overview-card-body > .card-text {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .page-home #products .product-fit-list span {
    font-size: 0.8rem;
  }

  .page-home #products .product-fit-list {
    gap: 7px;
  }
}

/* Homepage mobile tightening pass - 20260708 */
@media (max-width: 768px) {
  .page-home .hero-shell {
    padding-top: 1.65rem !important;
    padding-bottom: 2.05rem !important;
  }

  .page-home .hero-grid {
    gap: 1.1rem !important;
  }

  .page-home .hero-eyebrow {
    margin-bottom: 0.65rem;
  }

  .page-home .hero-title {
    font-size: clamp(1.56rem, 6.4vw, 1.95rem) !important;
    line-height: 1.1 !important;
  }

  .page-home .hero-subtitle {
    margin-bottom: 0.95rem !important;
    font-size: 0.88rem !important;
    line-height: 1.52 !important;
  }

  .page-home .hero-proof-panel {
    margin-top: 0.95rem !important;
    margin-bottom: 0.95rem !important;
  }

  .page-home .hero-proof-item {
    padding: 0.78rem 0.85rem !important;
    column-gap: 0.55rem;
  }

  .page-home .hero-proof-item span {
    width: 26px;
    height: 26px;
  }

  .page-home .hero-proof-item strong {
    font-size: 0.78rem;
  }

  .page-home .hero-proof-item em {
    font-size: 0.68rem;
    line-height: 1.34;
  }

  .page-home .hero-actions {
    gap: 0.75rem !important;
  }

  .page-home .hero-btn-group {
    gap: 0.65rem !important;
  }

  .page-home .hero-btn-group .btn {
    min-height: 46px !important;
    font-size: 0.92rem !important;
  }

  .page-home .hero-trust {
    display: none !important;
  }

  .page-home .hero-visual {
    margin-top: 0.75rem !important;
  }

  .page-home #solutions {
    padding-bottom: 2.5rem !important;
  }

  .page-home #products {
    scroll-margin-top: 82px !important;
    padding-top: 2.2rem !important;
    padding-bottom: 3.3rem !important;
  }

  .page-home #products .section-header {
    margin-bottom: 1.25rem !important;
  }

  .page-home #products .section-title {
    font-size: clamp(1.5rem, 6.4vw, 1.88rem) !important;
  }

  .page-home #products .section-desc {
    font-size: 0.88rem !important;
    line-height: 1.52 !important;
  }
}

/* Homepage visual atmosphere refresh - 20260708 */
.page-home {
  background: linear-gradient(180deg, #fbfcfb 0%, #f4f8f6 38%, #eef5f2 100%);
}

.page-home .site-header {
  background: linear-gradient(90deg, #071c25 0%, #0c3940 58%, #115c55 100%) !important;
}

.page-home .hero-bg {
  background:
    linear-gradient(100deg, rgba(5, 18, 25, 0.965) 0%, rgba(7, 28, 34, 0.91) 46%, rgba(18, 100, 93, 0.66) 100%),
    url("../assets/website-clean/solar-hero-commercial.jpg") 70% center / cover no-repeat !important;
}

.page-home .hero-bg::after {
  background: linear-gradient(180deg, transparent 0%, rgba(5, 18, 25, 0.18) 55%, rgba(5, 18, 25, 0.72) 100%) !important;
}

.page-home .hero-visual-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.055) 100%) !important;
  border-color: rgba(223, 194, 123, 0.18) !important;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.09) !important;
}

.page-home .hero-proof-panel {
  background: rgba(5, 18, 25, 0.34);
  border: 1px solid rgba(223, 194, 123, 0.16);
  border-radius: 8px;
}

.page-home .hero-metrics-grid {
  background: rgba(223, 194, 123, 0.14) !important;
  border-color: rgba(223, 194, 123, 0.16) !important;
}

.page-home .hero-metric {
  background: rgba(7, 28, 37, 0.84) !important;
}

.page-home .section-alt {
  background: linear-gradient(180deg, #edf5f2 0%, #f8faf9 100%) !important;
}

.page-home .process-section,
.page-home #faq {
  background: #fbfcfb !important;
}

.page-home .solution-card,
.page-home .overview-card,
.page-home .feature-card,
.page-home .value-card,
.page-home .process-step,
.page-home .market-card {
  background: rgba(255, 255, 255, 0.965) !important;
  border-color: rgba(114, 139, 138, 0.22) !important;
  box-shadow: var(--shadow-sm) !important;
}

.page-home .solution-card:hover,
.page-home .overview-card:hover,
.page-home .feature-card:hover,
.page-home .value-card:hover,
.page-home .process-step:hover,
.page-home .market-card:hover {
  border-color: rgba(18, 101, 107, 0.28) !important;
  box-shadow: var(--shadow-md) !important;
}

.page-home .product-card-icon,
.page-home .feature-card-icon,
.page-home .value-proof,
.page-home .process-meta {
  background: rgba(234, 242, 239, 0.92) !important;
  border-color: rgba(18, 101, 107, 0.14) !important;
}

.page-home .solution-card-index {
  background: rgba(7, 28, 37, 0.82) !important;
  color: #dfc27b !important;
}

.page-home .inquiry-section {
  background: linear-gradient(150deg, #061821 0%, #08262f 48%, #0f5d5a 100%) !important;
}

/* Homepage header logo blend - 20260708 */
.page-home .site-header,
.page-home body.mobile-menu-open .site-header,
.page-home .site-header:has(.main-nav.open) {
  background:
    linear-gradient(90deg, #020912 0%, #020912 30%, #071c25 46%, #0b3941 72%, #115c55 100%) !important;
}

@media (max-width: 768px) {
  .page-home .site-header,
  .page-home body.mobile-menu-open .site-header,
  .page-home .site-header:has(.main-nav.open) {
    background:
      linear-gradient(90deg, #020912 0%, #020912 58%, #08262f 82%, #0f5d5a 100%) !important;
  }
}
