/*
Theme Name: Energy Live
Theme URI: https://energylive.pk
Author: Energy Live
Description: Energy Live — zero export, licensed export, transformer cap, PV genset sync, BESS, EMS, industrial IoT, and PV weather.
Version: 2.8.1
Text Domain: energy-live
*/

:root {
  --el-green: #22a447;
  --el-green-dark: #1a8638;
  --el-green-soft: #e8f7ec;
  --el-green-mid: #c6ecd0;
  --el-navy: #0f1b2d;
  --el-ink: #1a2332;
  --el-muted: #5b6777;
  --el-line: #e6ebf0;
  --el-surface: #f5f8f6;
  --el-white: #ffffff;
  --el-orange: #e67e22;
  --el-blue: #2f6fed;
  --el-radius: 12px;
  --el-radius-sm: 8px;
  --font-display: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  --font-body: "DM Sans", "Segoe UI", sans-serif;
  --shadow: 0 10px 30px rgba(15, 27, 45, 0.08);
  --shadow-sm: 0 4px 14px rgba(15, 27, 45, 0.06);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--el-ink);
  background: var(--el-white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--el-green); text-decoration: none; }
a:hover { color: var(--el-green-dark); }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--el-navy);
  line-height: 1.2;
  margin: 0 0 0.75rem;
}
p { margin: 0 0 1rem; }

.el-wrap {
  width: min(1140px, calc(100% - 2rem));
  margin-inline: auto;
}

/* Header */
.el-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--el-line);
}
.el-skip {
  position: absolute;
  left: 0.75rem;
  top: -3rem;
  background: var(--el-navy);
  color: #fff;
  padding: 0.4rem 0.7rem;
  z-index: 80;
  border-radius: 8px;
}
.el-skip:focus { top: 0.5rem; color: #fff; }
.el-menu-btn {
  display: none;
  border: 1px solid var(--el-line);
  background: #fff;
  border-radius: 8px;
  padding: 0.45rem 0.75rem;
  font: inherit;
  font-weight: 700;
  color: var(--el-navy);
  cursor: pointer;
}
.el-crumbs {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  font-size: 0.82rem;
  color: var(--el-muted);
  margin-bottom: 0.85rem;
}
.el-crumbs a { color: var(--el-green); font-weight: 600; }
.el-faq { display: grid; gap: 0.7rem; margin-top: 1.5rem; }
.el-faq details {
  background: #fff;
  border: 1px solid var(--el-line);
  border-radius: 12px;
  padding: 0.9rem 1rem;
}
.el-faq summary { cursor: pointer; font-weight: 700; color: var(--el-navy); }
.el-faq p { margin: 0.65rem 0 0; color: var(--el-muted); }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid var(--el-green);
  outline-offset: 2px;
}

.el-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
}

.el-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: inherit;
}
.el-logo:hover { color: inherit; }

.el-logo-img {
  display: block;
  height: 48px;
  width: auto;
  max-width: min(200px, 46vw);
  object-fit: contain;
}
.el-logo-img-footer {
  height: 52px;
  max-width: 220px;
  filter: brightness(1.05);
}

.el-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.el-nav {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.el-nav a {
  color: var(--el-navy);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.el-nav a:hover,
.el-nav a.is-active { color: var(--el-green); }

.el-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.7rem 1.15rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
  border: 2px solid transparent;
  transition: 0.2s ease;
  cursor: pointer;
}
.el-btn-primary {
  background: var(--el-green);
  color: #fff !important;
}
.el-btn-primary:hover { background: var(--el-green-dark); }
.el-btn-outline {
  background: #fff;
  color: var(--el-navy) !important;
  border-color: var(--el-navy);
}
.el-btn-outline:hover {
  border-color: var(--el-green);
  color: var(--el-green) !important;
}
.el-btn-call {
  background: var(--el-green);
  color: #fff !important;
  padding: 0.65rem 1rem;
  font-size: 0.85rem;
}
.el-btn-call:hover { background: var(--el-green-dark); }

/* Clients ticker */
.el-clients {
  border-bottom: 1px solid var(--el-line);
  background: #fff;
  padding: 0.75rem 0;
  overflow: hidden;
}
.el-clients-inner {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  overflow: hidden;
}
.el-clients-tag {
  flex-shrink: 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--el-green-dark);
  background: var(--el-green-soft);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  z-index: 2;
}
.el-clients-track {
  display: flex;
  align-items: center;
  gap: 2.75rem;
  width: max-content;
  animation: el-marquee 120s linear infinite;
  color: var(--el-muted);
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
}
.el-clients-track span {
  position: relative;
  padding-right: 2.75rem;
}
.el-clients-track span::after {
  content: "·";
  position: absolute;
  right: 0.85rem;
  color: var(--el-green-mid);
}
.el-clients:hover .el-clients-track { animation-play-state: paused; }
@keyframes el-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .el-clients-track { animation: none; flex-wrap: wrap; width: auto; white-space: normal; }
}

/* Hero */
.el-hero {
  padding: 3.25rem 0 3.5rem;
  background:
    radial-gradient(900px 420px at 15% 0%, rgba(34,164,71,0.10), transparent 60%),
    linear-gradient(180deg, #fbfdfc 0%, #ffffff 100%);
}
.el-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  align-items: center;
}
.el-kicker {
  color: var(--el-green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}
.el-hero h1 {
  font-size: clamp(2rem, 4vw, 2.85rem);
  font-weight: 800;
  margin-bottom: 1rem;
}
.el-hero-copy {
  color: var(--el-muted);
  font-size: 1.02rem;
  max-width: 34rem;
}
.el-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

/* Dashboard card */
.el-dash {
  background: #fff;
  border: 1px solid var(--el-line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 1.15rem 1.2rem 1.25rem;
}
.el-dash-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--el-navy);
  margin-bottom: 1rem;
}
.el-dash-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}
.el-dash-title { margin-bottom: 0.15rem; }
.el-dash-sub {
  font-size: 0.72rem;
  color: var(--el-muted);
  font-weight: 600;
}
.el-live-pill {
  flex-shrink: 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--el-green-dark);
  background: var(--el-green-soft);
  border-radius: 999px;
  padding: 0.28rem 0.55rem;
}
.el-dash-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.45rem;
  margin-bottom: 0.55rem;
}
.el-stat {
  background: var(--el-surface);
  border-radius: 10px;
  padding: 0.7rem 0.55rem;
  text-align: center;
}
.el-stat strong {
  display: block;
  font-size: 1.15rem;
  font-family: var(--font-display);
  font-weight: 800;
}
.el-stat span {
  font-size: 0.72rem;
  color: var(--el-muted);
  font-weight: 600;
}
.el-stat.solar strong { color: var(--el-green); }
.el-stat.grid strong { color: var(--el-blue); }
.el-stat.genset strong { color: var(--el-orange); }
.el-stat.load strong { color: var(--el-navy); }
.el-stat.bess strong { color: #6b4fd8; }
.el-balance {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.45rem;
  margin-bottom: 0.85rem;
  padding: 0.55rem 0.7rem;
  background: var(--el-green-soft);
  border-radius: 10px;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--el-navy);
}
.el-balance strong { color: var(--el-green-dark); }
.el-balance span { color: var(--el-muted); }

.el-limits { display: grid; gap: 0.55rem; margin-bottom: 0.85rem; }
.el-limit {
  background: var(--el-surface);
  border-radius: 10px;
  padding: 0.55rem 0.7rem 0.65rem;
}
.el-limit label {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--el-navy);
  margin-bottom: 0.35rem;
}
.el-limit label span:last-child { color: var(--el-muted); font-weight: 600; }
.el-wx {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.45rem;
}
.el-wx div {
  background: var(--el-navy);
  color: #fff;
  border-radius: 10px;
  padding: 0.55rem 0.4rem;
  text-align: center;
}
.el-wx strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.95rem;
}
.el-wx span {
  display: block;
  font-size: 0.65rem;
  opacity: 0.72;
  font-weight: 600;
}

.el-dash-mid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  margin-bottom: 1rem;
}
.el-gauge {
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    conic-gradient(var(--el-green) 0 70%, #e8eef3 0);
  display: grid;
  place-items: center;
  position: relative;
}
.el-gauge::before {
  content: "";
  position: absolute;
  inset: 14%;
  background: #fff;
  border-radius: 50%;
}
.el-gauge-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.el-gauge-inner strong {
  display: block;
  font-size: 1.35rem;
  color: var(--el-green);
  font-family: var(--font-display);
}
.el-gauge-inner span {
  font-size: 0.68rem;
  color: var(--el-muted);
  font-weight: 600;
}
.el-yield {
  align-self: center;
  background: var(--el-navy);
  color: #fff;
  border-radius: 10px;
  padding: 0.9rem 0.85rem;
  text-align: center;
}
.el-yield small {
  display: block;
  opacity: 0.75;
  font-size: 0.72rem;
  margin-bottom: 0.25rem;
}
.el-yield strong {
  font-size: 1.2rem;
  font-family: var(--font-display);
}

.el-bars { display: grid; gap: 0.65rem; }
.el-bar-row label {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--el-muted);
  margin-bottom: 0.25rem;
}
.el-bar {
  height: 8px;
  background: #e9eef3;
  border-radius: 999px;
  overflow: hidden;
}
.el-bar i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--el-green), #4fd070);
  border-radius: inherit;
}

/* Sections */
.el-section { padding: 4rem 0; }
.el-section-muted { background: var(--el-surface); }
.el-section h2 {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 800;
}
.el-lead {
  color: var(--el-muted);
  max-width: 46rem;
  font-size: 1.02rem;
}

.el-featured {
  text-align: center;
}
.el-keywords {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  max-width: 720px;
  margin: 1.5rem auto 0;
}
.el-keywords span {
  background: var(--el-green-soft);
  color: var(--el-green-dark);
  font-weight: 800;
  font-family: var(--font-display);
  font-size: 1.15rem;
  padding: 1.1rem 0.5rem;
  border-radius: var(--el-radius-sm);
}

.el-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  margin-top: 2rem;
}
.el-service {
  background: #fff;
  border: 1px solid var(--el-line);
  border-radius: var(--el-radius);
  padding: 1.25rem;
  box-shadow: var(--shadow-sm);
  transition: 0.2s ease;
}
.el-service:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: var(--el-green-mid);
}
.el-service-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--el-green-soft);
  color: var(--el-green);
  display: grid;
  place-items: center;
  font-weight: 800;
  margin-bottom: 0.9rem;
}
.el-service h3,
.el-service h2 {
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
}
.el-service p {
  color: var(--el-muted);
  font-size: 0.92rem;
  margin-bottom: 0.85rem;
}
.el-more {
  font-weight: 700;
  font-size: 0.88rem;
}

.el-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  margin-top: 1.75rem;
}
.el-benefit {
  background: var(--el-green-soft);
  border-radius: 16px;
  padding: 1.6rem 1.5rem;
}
.el-benefit strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: var(--el-green);
  line-height: 1;
  margin-bottom: 0.6rem;
}
.el-benefit p { margin: 0; color: var(--el-ink); }

.el-why {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}
.el-checks {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
  display: grid;
  gap: 0.75rem;
}
.el-checks li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-weight: 600;
}
.el-checks li::before {
  content: "✓";
  color: #fff;
  background: var(--el-green);
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 0.75rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.el-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}
.el-metric {
  background: #fff;
  border: 1px solid var(--el-line);
  border-radius: var(--el-radius);
  padding: 1.25rem 1rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.el-metric strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--el-green);
}
.el-metric span {
  color: var(--el-muted);
  font-size: 0.88rem;
  font-weight: 600;
}

.el-process { text-align: center; }
.el-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  margin-top: 2rem;
  text-align: left;
}
.el-step {
  background: #fff;
  border: 1px solid var(--el-line);
  border-radius: var(--el-radius);
  padding: 1.3rem;
}
.el-step-num {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--el-green-soft);
  color: var(--el-green);
  display: grid;
  place-items: center;
  font-weight: 800;
  margin-bottom: 0.85rem;
}
.el-step h3 { font-size: 1.05rem; }
.el-step p { color: var(--el-muted); font-size: 0.92rem; margin: 0; }

.el-testimonials { text-align: center; }
.el-quotes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  margin-top: 2rem;
  text-align: left;
}
.el-quote {
  background: #fff;
  border: 1px solid var(--el-line);
  border-radius: var(--el-radius);
  padding: 1.25rem;
  box-shadow: var(--shadow-sm);
}
.el-quote-mark {
  color: var(--el-green-mid);
  font-size: 2rem;
  line-height: 1;
  font-family: Georgia, serif;
}
.el-quote p {
  color: var(--el-muted);
  font-size: 0.92rem;
}
.el-quote-foot {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1rem;
}
.el-avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: var(--el-navy);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
}
.el-quote-foot strong {
  display: block;
  font-size: 0.9rem;
  color: var(--el-navy);
}
.el-quote-foot span {
  font-size: 0.78rem;
  color: var(--el-muted);
}
.el-stars { color: #f5b301; letter-spacing: 0.05em; font-size: 0.85rem; margin-bottom: 0.35rem; }

.el-cta {
  background:
    radial-gradient(700px 280px at 80% 20%, rgba(34,164,71,0.25), transparent 60%),
    var(--el-navy);
  color: #fff;
  text-align: center;
}
.el-cta h2 { color: #fff; }
.el-cta p { color: rgba(255,255,255,0.8); margin-inline: auto; }
.el-cta .el-btn-outline {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255,255,255,0.55);
}
.el-cta .el-btn-outline:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.08);
}

/* Inner pages */
.el-page-hero {
  padding: 3rem 0 2.25rem;
  background:
    radial-gradient(800px 320px at 10% 0%, rgba(34,164,71,0.12), transparent 55%),
    linear-gradient(180deg, #f7fbf8, #fff);
  border-bottom: 1px solid var(--el-line);
}
.el-page-hero h1 {
  font-size: clamp(1.9rem, 3.5vw, 2.6rem);
  margin-bottom: 0.75rem;
}
.el-page-hero p { color: var(--el-muted); max-width: 46rem; margin: 0; }

.el-prose { max-width: 800px; }
.el-prose h2 { font-size: 1.35rem; margin-top: 1.75rem; }
.el-prose ul { padding-left: 1.2rem; color: var(--el-muted); }

.el-split-pro {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: stretch;
}
.el-brand-pills {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.el-brand-pills li {
  background: #fff;
  border: 1px solid var(--el-line);
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--el-navy);
}
.el-cta-card {
  background: var(--el-navy);
  color: #fff;
  border-radius: 16px;
  padding: 1.5rem;
}
.el-cta-card h3 { color: #fff; }
.el-cta-card p { color: rgba(255,255,255,0.8); }

.el-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.el-team-card {
  background: #fff;
  border: 1px solid var(--el-line);
  border-radius: var(--el-radius);
  padding: 1.2rem 1rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.el-team-card h3 { font-size: 1rem; margin: 0.7rem 0 0.25rem; }
.el-team-card p { margin: 0; color: var(--el-muted); font-size: 0.85rem; }
.el-avatar-lg {
  width: 64px;
  height: 64px;
  font-size: 1.25rem;
  margin-inline: auto;
}

.el-about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
}
.el-vision-cards { display: grid; gap: 1rem; }
.el-vision {
  background: var(--el-green-soft);
  border-radius: 14px;
  padding: 1.25rem;
}
.el-vision h3 { font-size: 1.1rem; }
.el-vision p:last-child { margin: 0; color: var(--el-ink); }

.el-contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.25rem;
}
.el-contact-card,
.el-contact-aside {
  background: #fff;
  border: 1px solid var(--el-line);
  border-radius: 16px;
  padding: 1.4rem;
  box-shadow: var(--shadow-sm);
}
.el-form { display: grid; gap: 0.85rem; margin-top: 1rem; }
.el-form label {
  display: grid;
  gap: 0.35rem;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--el-navy);
}
.el-form input,
.el-form textarea {
  width: 100%;
  border: 1px solid var(--el-line);
  border-radius: 10px;
  padding: 0.75rem 0.85rem;
  font: inherit;
  color: var(--el-ink);
  background: #fff;
}
.el-form-note { font-size: 0.8rem; color: var(--el-muted); margin-top: 0.75rem; }
.el-info-block { margin-bottom: 1.1rem; }
.el-info-block h3 { font-size: 0.95rem; margin-bottom: 0.35rem; }
.el-info-block p { margin: 0; color: var(--el-muted); }

.el-customer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.el-customer-card {
  background: #fff;
  border: 1px solid var(--el-line);
  border-radius: var(--el-radius);
  padding: 1.15rem;
  box-shadow: var(--shadow-sm);
}
.el-customer-card h3 { font-size: 1rem; margin-bottom: 0.4rem; }
.el-customer-card p { margin: 0; color: var(--el-muted); font-size: 0.9rem; }

@media (max-width: 960px) {
  .el-split-pro,
  .el-about-grid,
  .el-contact-grid { grid-template-columns: 1fr; }
  .el-team-grid { grid-template-columns: 1fr 1fr; }
  .el-customer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .el-team-grid,
  .el-customer-grid { grid-template-columns: 1fr; }
}

/* Footer */
.el-footer {
  background: #0b1522;
  color: rgba(255,255,255,0.78);
  padding: 2.5rem 0 1.5rem;
}
.el-footer a { color: #fff; }
.el-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.75rem;
}
.el-footer h3 {
  color: #fff;
  font-size: 0.95rem;
  margin-bottom: 0.7rem;
}
.el-footer p, .el-footer li {
  font-size: 0.9rem;
  margin: 0 0 0.4rem;
}
.el-footer ul { list-style: none; padding: 0; margin: 0; }
.el-copy {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 1rem;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
}

@media (max-width: 960px) {
  .el-hero-grid,
  .el-why,
  .el-benefits,
  .el-footer-grid { grid-template-columns: 1fr; }
  .el-services,
  .el-steps,
  .el-quotes { grid-template-columns: 1fr 1fr; }
  .el-keywords { grid-template-columns: 1fr 1fr; }
  .el-menu-btn { display: inline-flex; }
  .el-nav {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0.2rem;
    background: #fff;
    border-bottom: 1px solid var(--el-line);
    padding: 0.75rem 1rem 1rem;
    box-shadow: var(--shadow);
  }
  .el-nav.is-open { display: flex; }
  .el-nav a:not(.el-btn) { display: block; padding: 0.45rem 0; }
}

@media (max-width: 640px) {
  .el-services,
  .el-steps,
  .el-quotes,
  .el-metrics,
  .el-dash-stats,
  .el-wx { grid-template-columns: 1fr 1fr; }
  .el-dash-mid { grid-template-columns: 1fr; }
  .el-header-inner { min-height: 64px; }
  .el-btn-call span.label { display: none; }
}

.el-robot-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: start;
}
.el-phone {
  background: #0b141a;
  border-radius: 32px;
  padding: 0.55rem;
  box-shadow: 0 18px 40px rgba(15, 27, 45, 0.18);
  max-width: 420px;
  margin-left: auto;
  border: 3px solid #1c2b33;
}
.el-wa-status {
  display: flex;
  justify-content: space-between;
  color: rgba(255,255,255,0.85);
  font-size: 0.68rem;
  padding: 0.25rem 0.7rem 0.15rem;
}
.el-phone-top {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  background: #075e54;
  color: #fff;
  padding: 0.45rem 0.65rem 0.55rem;
}
.el-wa-back {
  font-size: 1.7rem;
  line-height: 1;
  margin-top: -2px;
}
.el-wa-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #dfe5e7;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.el-wa-avatar svg { width: 24px; height: 24px; fill: #6b7c85; }
.el-wa-title { min-width: 0; flex: 1; }
.el-wa-title strong {
  display: block;
  font-size: 0.95rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.el-wa-title span {
  display: block;
  color: rgba(255,255,255,0.78);
  font-size: 0.72rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.el-wa-tools { display: flex; gap: 0.7rem; align-items: center; }
.el-wa-tools svg { width: 18px; height: 18px; fill: #fff; }
.el-chat {
  background-color: #efe7de;
  background-image: radial-gradient(rgba(0,0,0,0.04) 0.6px, transparent 0.7px);
  background-size: 7px 7px;
  padding: 0.7rem 0.65rem 0.85rem;
  display: grid;
  gap: 0.45rem;
  max-height: 680px;
  overflow: auto;
  border-radius: 0 0 26px 26px;
}
.el-wa-day {
  justify-self: center;
  background: #fff;
  color: #54656f;
  font-size: 0.72rem;
  font-weight: 600;
  border-radius: 8px;
  padding: 0.2rem 0.55rem;
  box-shadow: 0 1px 1px rgba(0,0,0,0.06);
}
.el-bubble {
  position: relative;
  background: #fff;
  border-radius: 0 10px 10px 10px;
  padding: 0.35rem 0.55rem 0.2rem;
  box-shadow: 0 1px 0.5px rgba(11, 20, 26, 0.13);
  max-width: 100%;
}
.el-bubble::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 0;
  border-width: 0 8px 8px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}
.el-bubble.is-bad { background: #fff; }
.el-bubble.is-ok { background: #fff; }
.el-bubble-name {
  color: #1fa855;
  font-size: 0.78rem;
  font-weight: 700;
}
.el-report-title {
  margin: 0.2rem 0 0.35rem;
  font-weight: 800;
  color: #111b21;
  font-size: 0.92rem;
}
.el-report-block { margin: 0 0 0.45rem; }
.el-report-block h3 {
  margin: 0 0 0.12rem;
  font-size: 0.75rem;
  font-family: var(--font-body);
  color: #075e54;
}
.el-report-block p {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0;
  font-size: 0.78rem;
  color: #111b21;
}
.el-report-block p span { color: #667781; }
.el-inv {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.72rem;
  margin-top: 0.15rem;
}
.el-inv th {
  text-align: right;
  color: #667781;
  font-weight: 600;
  padding: 0.15rem 0.15rem 0.25rem;
}
.el-inv th:first-child,
.el-inv td:first-child { text-align: left; }
.el-inv td {
  text-align: right;
  padding: 0.06rem 0.15rem;
  font-variant-numeric: tabular-nums;
}
.el-inv tr.is-zero td { color: #c0392b; font-weight: 700; }
.el-wa-text {
  margin: 0.2rem 0 0.1rem;
  font-size: 0.84rem;
  line-height: 1.45;
  color: #111b21;
}
.el-bubble time {
  display: block;
  text-align: right;
  font-size: 0.68rem;
  color: #667781;
}
.el-bubble time span { color: #53bdeb; letter-spacing: -0.12em; margin-left: 0.15rem; }
@media (max-width: 960px) {
  .el-robot-grid { grid-template-columns: 1fr; }
  .el-phone { margin-inline: auto; }
}

.el-flow-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
.el-flow-head .el-lead { margin-bottom: 0; max-width: 40rem; }
.el-flow-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.45rem;
  flex-shrink: 0;
}
.el-flow-site {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--el-navy);
}
.el-rt-card {
  background: #fff;
  border: 1px solid var(--el-line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.el-rt-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.95rem 1.15rem;
  border-bottom: 1px solid var(--el-line);
}
.el-rt-bar strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--el-navy);
}
.el-rt-bar span {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--el-muted);
}
.el-rt-stage {
  position: relative;
  min-height: 560px;
  background:
    radial-gradient(circle at 50% 50%, rgba(47,111,237,0.04), transparent 42%),
    #fafbfc;
}
.el-rt-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.el-rt-lines path {
  stroke-width: 2.4;
  stroke-linecap: round;
  fill: none;
  opacity: 0.85;
}
.el-rt-lines path.is-solar { stroke: #e67e22; }
.el-rt-lines path.is-grid { stroke: #2f6fed; }
.el-rt-lines path.is-bess { stroke: #6b4fd8; }
.el-rt-lines path.is-genset.is-idle {
  stroke: #d46b9b;
  stroke-dasharray: 5 6;
  opacity: 0.55;
}
.el-rt-lines path.is-sub1 { stroke: #a8c76a; }
.el-rt-lines path.is-sub2 { stroke: #b06bd6; }
.el-rt-lines path.is-sub3 { stroke: #8e4ec6; }
.el-rt-lines path.is-sub4 { stroke: #2ec4b6; }
.el-rt-lines .dot.is-grid { fill: #2f6fed; }
.el-rt-lines .dot.is-bess { fill: #6b4fd8; }
.el-rt-lines .dot.is-sub1 { fill: #a8c76a; }
.el-rt-lines .dot.is-sub2 { fill: #b06bd6; }
.el-rt-lines .dot.is-sub3 { fill: #8e4ec6; }
.el-rt-lines .dot.is-sub4 { fill: #2ec4b6; }
.el-rt-node {
  position: absolute;
  transform: translate(-50%, -50%);
  display: grid;
  justify-items: center;
  gap: 0.35rem;
  z-index: 2;
  width: max-content;
}
.el-rt-circle {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid currentColor;
  box-shadow: 0 8px 22px rgba(15, 27, 45, 0.08);
  display: grid;
  place-content: center;
  text-align: center;
  gap: 0.05rem;
  padding: 0.4rem;
}
.el-rt-node.is-plant .el-rt-circle {
  width: 126px;
  height: 126px;
  border-width: 4px;
}
.el-rt-ico {
  width: 22px;
  height: 22px;
  margin: 0 auto 0.1rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.el-rt-node.is-plant .el-rt-ico,
.el-rt-node.is-sub1 .el-rt-ico,
.el-rt-node.is-sub2 .el-rt-ico,
.el-rt-node.is-sub3 .el-rt-ico,
.el-rt-node.is-sub4 .el-rt-ico {
  fill: currentColor;
  stroke: none;
}
.el-rt-circle strong {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--el-navy);
  line-height: 1.1;
}
.el-rt-node.is-plant .el-rt-circle strong { font-size: 1.05rem; }
.el-rt-circle em {
  font-style: normal;
  font-size: 0.62rem;
  font-weight: 700;
  color: var(--el-muted);
}
.el-rt-bi {
  display: grid;
  gap: 0.05rem;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.2;
}
.el-rt-bi .out { color: #9b59b6; }
.el-rt-bi .in { color: #2f6fed; }
.el-rt-bi .hz { color: var(--el-navy); }
.el-rt-node.is-genset .el-rt-bi .out { color: #e74c3c; }
.el-rt-node.is-genset .el-rt-bi .in { color: #27ae60; }
.el-rt-name {
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--el-navy);
}
.el-rt-name.is-above { order: -1; }
.el-rt-node.is-solar { color: #e67e22; }
.el-rt-node.is-grid { color: #2f6fed; }
.el-rt-node.is-plant { color: #2f6fed; }
.el-rt-node.is-bess { color: #6b4fd8; }
.el-rt-node.is-genset { color: #d46b9b; }
.el-rt-node.is-sub1 { color: #8fae4d; }
.el-rt-node.is-sub2 { color: #b06bd6; }
.el-rt-node.is-sub3 { color: #8e4ec6; }
.el-rt-node.is-sub4 { color: #2ec4b6; }
@media (max-width: 960px) {
  .el-flow-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .el-flow-meta { align-items: flex-start; }
  .el-rt-stage { min-height: 520px; }
  .el-rt-circle { width: 92px; height: 92px; }
  .el-rt-node.is-plant .el-rt-circle { width: 108px; height: 108px; }
  .el-rt-circle strong { font-size: 0.78rem; }
}
@media (max-width: 640px) {
  .el-rt-stage { min-height: 480px; }
  .el-rt-circle {
    width: 78px;
    height: 78px;
    border-width: 2.5px;
    padding: 0.25rem;
  }
  .el-rt-node.is-plant .el-rt-circle { width: 92px; height: 92px; }
  .el-rt-ico { width: 16px; height: 16px; }
  .el-rt-circle strong { font-size: 0.66rem; }
  .el-rt-bi { font-size: 0.55rem; }
  .el-rt-name { font-size: 0.68rem; }
  .el-rt-circle em { font-size: 0.52rem; }
}
@media (prefers-reduced-motion: reduce) {
  .el-rt-lines .dot { display: none; }
}

.el-brand-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}
.el-brand-cols h3 {
  font-size: 1rem;
  margin-bottom: 0.7rem;
}
.el-brand-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.el-brand-list li {
  background: #fff;
  border: 1px solid var(--el-line);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--el-navy);
}
.el-brand-note {
  margin-top: 1.25rem;
  color: var(--el-muted);
  font-size: 0.92rem;
}
@media (max-width: 960px) {
  .el-brand-cols { grid-template-columns: 1fr; }
  .el-dash-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .el-dash-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.el-rt-lines .dot.is-solar { fill: #e67e22; }
