/* Gradient Volt do podkreśleń AI, magazyn, polski producent */
.volt-gradient {
  background: linear-gradient(90deg, var(--volt-green) 0%, var(--volt-blue) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 800;
  letter-spacing: 0.01em;
}
:root {
  --bg: #070a0d;
  --ink: #f6f7f3;
  --muted: rgba(246, 247, 243, 0.72);
  --dark-ink: #10161d;
  --soft: #f4f6f0;
  --line: rgba(104, 200, 63, 0.18);
  --green: #68c83f;
  --green-600: #4fb234;
  --volt-green: #68c83f;
  --volt-blue: #58c4ff;
  --volt-mint: #5ff1cc;
  --volt-green-dark: #2f8f34;
  --volt-ink: #071827;
  --hairline-light: rgba(255, 255, 255, 0.06);
  --hairline-dark: rgba(16, 22, 29, 0.08);
  --font: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section { scroll-margin-top: 112px; }
body {
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
}
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }

.skip-link { position: absolute; left: 12px; top: 12px; z-index: 1000; padding: 9px 12px; border-radius: 8px; background: #fff; color: #000; transform: translateX(-150%); }
.skip-link:focus { transform: translateX(0); }

.site-nav {
  position: fixed;
  top: 12px;
  left: 50%;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 32px));
  min-height: 54px;
  padding: 6px 10px 6px 14px;
  background: rgba(8, 12, 15, 0.5);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.16);
  transform: translateX(-50%);
  backdrop-filter: blur(22px) saturate(1.1);
  transition: background 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease, min-height 0.26s ease;
}
.site-nav__brand { display: inline-flex; align-items: center; width: clamp(116px, 11vw, 156px); }
.site-nav__brand img { width: 100%; max-height: 40px; object-fit: contain; filter: drop-shadow(0 0 12px rgba(88, 196, 255, 0.18)); transition: filter 0.26s ease, opacity 0.26s ease; }
.site-nav__links { display: flex; align-items: center; gap: 4px; }
.site-nav__links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 11px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(247, 248, 244, 0.72);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.site-nav__links a:hover,
.site-nav__links a.is-active { color: var(--ink); background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.08); }
.mobile-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  font-size: 0.74rem;
  font-weight: 900;
}
.site-nav.is-light {
  border-color: rgba(16, 38, 56, 0.1);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 10px 26px rgba(17, 24, 32, 0.08);
}
.site-nav.is-light .site-nav__brand img { filter: invert(1) hue-rotate(180deg) saturate(0.9) drop-shadow(0 8px 18px rgba(17, 24, 32, 0.08)); opacity: 0.9; }
.site-nav.is-light .site-nav__links a { color: rgba(11, 28, 38, 0.62); }
.site-nav.is-light .mobile-menu-toggle { border-color: rgba(16, 38, 56, 0.12); background: rgba(255, 255, 255, 0.76); color: #071627; }
.site-nav.is-light .site-nav__links a:hover,
.site-nav.is-light .site-nav__links a.is-active {
  color: #071627;
  background: rgba(88, 196, 255, 0.1);
  border-color: rgba(104, 200, 63, 0.1);
}
.site-nav.is-light .nav-cta {
  background: linear-gradient(135deg, var(--nav-accent, var(--volt-green)), var(--nav-accent-2, var(--volt-blue)));
  color: #071014;
  box-shadow: 0 12px 28px color-mix(in srgb, var(--nav-accent-2, var(--volt-blue)) 22%, transparent);
}

.nav-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(88, 196, 255, 0.18);
  border-radius: 8px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}
.nav-cta {
  border-color: transparent;
  background: linear-gradient(135deg, var(--nav-accent, var(--volt-green)), var(--nav-accent-2, var(--volt-blue)));
  color: #071014;
  box-shadow: 0 14px 34px color-mix(in srgb, var(--nav-accent-2, var(--volt-blue)) 22%, transparent);
}
.button--primary { border-color: transparent; background: linear-gradient(135deg, var(--volt-green), var(--volt-blue)); color: #071014; box-shadow: 0 14px 34px rgba(88, 196, 255, 0.18); }
.nav-cta:hover { filter: brightness(1.04); }
.button--primary:hover { background: linear-gradient(135deg, #5dbc36, #46b8f0); }
.button--ghost { background: rgba(255, 255, 255, 0.06); color: var(--ink); }

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(310px, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(108px, 11vw, 158px) clamp(22px, 6vw, 96px) clamp(42px, 5vw, 76px);
  background: #fff;
  color: var(--dark-ink);
}
.hero.product-story {
  display: block;
  min-height: auto;
  padding: 0;
  background: #fbfcfd;
  color: var(--ink);
}
.hero.product-story::before,
.hero.product-story::after { display: none; }
.hero.product-story .product-showcase { min-height: 560vh; }
.hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(115deg, transparent 0 46%, rgba(104, 200, 63, 0.018) 47%, transparent 48.5% 100%),
    linear-gradient(68deg, transparent 0 60%, rgba(88, 196, 255, 0.014) 61%, transparent 62.5% 100%);
  background-size: 920px 540px, 1040px 620px;
  opacity: 0.24;
  pointer-events: none;
  animation: energyDrift 18s linear infinite;
}
.hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.66) 42%, rgba(255, 255, 255, 0.94));
  pointer-events: none;
}
.hero__content {
  position: relative;
  z-index: 2;
  width: min(620px, calc(100% - 48px));
  margin-left: 0;
  padding-top: 0;
}
.hero__content h1 { color: var(--dark-ink); }
.hero__content p:not(.kicker) { color: rgba(17, 24, 32, 0.66); }
.kicker {
  margin: 0 0 16px;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  margin-bottom: 22px;
  font-size: clamp(2.65rem, 4.7vw, 4.8rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}
h2 { font-size: clamp(2.25rem, 5vw, 5.2rem); }
.hero__content p:not(.kicker), .section-copy p:not(.kicker) {
  max-width: 610px;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.62;
}
.hero .hero__content p:not(.kicker) {
  color: rgba(17, 24, 32, 0.68);
  font-weight: 500;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-product-stage {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(190px, 0.9fr) minmax(230px, 1.15fr);
  grid-template-rows: repeat(2, minmax(230px, 1fr));
  gap: clamp(12px, 1.6vw, 22px);
  min-height: min(650px, 70vh);
  padding: 10px;
  border: 1px solid rgba(16, 22, 29, 0.06);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 34px 100px rgba(17, 24, 32, 0.08);
  backdrop-filter: blur(18px);
}
.hero-product {
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  min-height: 230px;
  border: 1px solid rgba(16, 22, 29, 0.08);
  border-radius: 10px;
  background: #f7f8f5;
  box-shadow: 0 18px 54px rgba(17, 24, 32, 0.1);
}
.hero-product::before {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 42%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(7, 10, 13, 0.62));
  pointer-events: none;
}
.hero-product img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.04);
  transform: scale(1.01);
}
.hero-product span {
  position: absolute;
  left: 16px;
  bottom: 14px;
  z-index: 2;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}
.hero-product--saj { grid-row: 1 / -1; }
.hero-product--saj img { object-position: center; }
.hero-product--felicity img { object-position: center; }
.hero-product--volt img { object-position: center; }
.hero-proofs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 580px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.hero-proofs li {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 9px 10px;
  min-height: 72px;
  padding: 10px 11px;
  border: 1px solid var(--hairline-light);
  border-radius: 8px;
  background: rgba(7, 10, 13, 0.42);
  backdrop-filter: blur(10px);
}
.proof-icon {
  grid-row: span 2;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(88, 196, 255, 0.34);
  border-radius: 8px;
  color: rgba(95, 241, 204, 0.92);
  font-size: 0.64rem;
  font-weight: 800;
}
.hero-proofs strong { color: var(--ink); font-size: 0.88rem; line-height: 1.08; }
.hero-proofs em { color: rgba(246, 247, 243, 0.64); font-size: 0.72rem; font-style: normal; line-height: 1.25; }
.system-step span, .product-card span, .scenario span {
  display: block;
  margin-bottom: 7px;
  color: rgba(88, 196, 255, 0.78);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.reviews-strip,
.partners-strip {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: clamp(20px, 3vw, 42px);
  overflow: hidden;
  padding: 22px 0;
  border-top: 1px solid rgba(88, 196, 255, 0.14);
  border-bottom: 1px solid rgba(104, 200, 63, 0.12);
  background:
    linear-gradient(90deg, rgba(7, 10, 13, 0.98), rgba(12, 20, 12, 0.94) 42%, rgba(7, 10, 13, 0.98)),
    radial-gradient(circle at 12% 50%, rgba(88, 196, 255, 0.18), transparent 34%);
  color: var(--ink);
}
.hero-insights {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(1180px, calc(100% - 44px));
  margin: -82px auto -82px;
  overflow: visible;
  border: 1px solid rgba(16, 22, 29, 0.08);
  border-radius: 18px;
  background: rgba(16, 22, 29, 0.08);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
  isolation: isolate;
}
.hero-insights article {
  position: relative;
  z-index: 1;
  min-height: 158px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.94);
}
.hero-insights article:first-child { border-radius: 17px 0 0 17px; }
.hero-insights article:last-child { border-radius: 0 17px 17px 0; }
.hero-insights span {
  display: block;
  color: var(--volt-green-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.hero-insights strong {
  display: block;
  margin-top: 12px;
  color: var(--dark-ink);
  font-size: clamp(1.05rem, 1.5vw, 1.32rem);
  line-height: 1.12;
}
.hero-insights p {
  margin: 10px 0 0;
  color: rgba(17, 24, 32, 0.62);
  font-size: 0.9rem;
  line-height: 1.45;
}
.partners-strip {
  margin-top: -1px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-top-color: rgba(88, 196, 255, 0.1);
  border-bottom-color: rgba(16, 22, 29, 0.08);
  background: #fff;
  color: var(--dark-ink);
}
.partners-strip::before,
.product-start::after,
.pstryk-hero::after,
.workflow::after,
.contact::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(115deg, transparent 0 46%, rgba(104, 200, 63, 0.018) 47%, transparent 48.5% 100%),
    linear-gradient(68deg, transparent 0 60%, rgba(88, 196, 255, 0.012) 61%, transparent 62.5% 100%);
  background-size: 920px 540px, 1040px 620px;
  opacity: 0.28;
  pointer-events: none;
  animation: energyDrift 18s linear infinite;
}
.partners-strip__viewport {
  z-index: 2;
  padding-inline: clamp(22px, 5vw, 84px);
}
.reviews-strip__summary span,
.partners-strip__summary span {
  color: rgba(246, 247, 243, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.reviews-strip__summary p {
  margin: 8px 0 0;
  color: var(--volt-blue);
  font-size: 1rem;
  letter-spacing: 0.08em;
}
.reviews-strip__viewport,
.partners-strip__viewport {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: 8px 0;
  mask-image: linear-gradient(90deg, transparent, #000 14%, #000 92%, transparent);
}
.reviews-strip__track,
.partners-strip__track {
  display: flex;
  width: max-content;
  animation: reviewsMarquee 58s linear infinite;
}
.partners-strip__track { animation-duration: 42s; }
.reviews-strip:hover .reviews-strip__track,
.partners-strip:hover .partners-strip__track { animation-play-state: paused; }
.reviews-strip__set,
.partners-strip__set {
  display: flex;
  align-items: stretch;
  gap: 14px;
  padding-right: 14px;
}
.partner-logo {
  flex: 0 0 clamp(180px, 16vw, 250px);
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 78px;
  padding: 0 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
  backdrop-filter: none;
}
.partner-logo img {
  width: 100%;
  max-width: 168px;
  max-height: 42px;
  object-fit: contain;
  filter: none;
  opacity: 0.9;
}
.partner-logo--vcx img { max-width: 184px; max-height: 44px; }
.partner-logo--trina img { max-width: 176px; max-height: 48px; }
.partner-logo--longi img { max-width: 150px; max-height: 52px; mix-blend-mode: multiply; filter: none; }
.partner-logo--inbank img { max-width: 154px; max-height: 54px; filter: invert(1) brightness(0.18) contrast(1.1); }
.partner-logo strong {
  color: #122012;
  font-size: clamp(1.18rem, 1.8vw, 1.7rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.partner-logo--saj strong { color: var(--volt-green-dark); }
.partner-logo--pstryk strong { color: var(--volt-green-dark); text-transform: none; letter-spacing: 0.02em; }
.partner-logo--trina img,
.partner-logo--vcx img,
.partner-logo--longi img,
.partner-logo--santander img { opacity: 0.95; }
.partner-logo--volt strong { color: var(--volt-blue); }
.review-card {
  flex: 0 0 clamp(280px, 28vw, 420px);
  display: grid;
  align-content: start;
  min-height: 128px;
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
}
.review-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}
.review-card strong {
  color: #fff;
  font-size: 0.94rem;
  line-height: 1.15;
}
.review-card span {
  flex: 0 0 auto;
  color: var(--volt-blue);
  font-size: 0.76rem;
  letter-spacing: 0.04em;
}
.review-card p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin: 0;
  color: rgba(246, 247, 243, 0.74);
  font-size: 0.9rem;
  line-height: 1.48;
}
@keyframes reviewsMarquee { to { transform: translateX(-50%); } }

@media (prefers-reduced-motion: reduce) {
  .reviews-strip__track,
  .partners-strip__track { animation: none; }
  .partners-strip::before,
  .product-start::after,
  .battery-stage.saj-ai-stage::after,
  .battery-stage__halo,
  .battery-stage__image,
  .saj-energy-field,
  .pstryk-hero::after,
  .workflow::after,
  .contact::after { animation: none; }
  .reviews-strip__viewport,
  .partners-strip__viewport { overflow-x: auto; mask-image: none; }
}

.product-start, .products, .scenarios, .contact {
  position: relative;
  padding: clamp(96px, 13vw, 180px) clamp(22px, 6vw, 96px);
}
.section-copy { max-width: 720px; }
.section-copy--center { max-width: 850px; margin: 0 auto clamp(48px, 7vw, 86px); text-align: center; }
.section-copy--center p:not(.kicker) { margin-left: auto; margin-right: auto; }

.saj-ai-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.7fr) minmax(620px, 1.3fr);
  gap: clamp(28px, 4vw, 66px);
  align-items: center;
  min-height: 100vh;
  margin-top: 0;
  scroll-margin-top: 0;
  padding-top: clamp(132px, 11vw, 172px);
  padding-bottom: clamp(42px, 4vw, 64px);
  overflow: hidden;
  isolation: isolate;
  color: #0c1b26;
  background:
    radial-gradient(circle at 62% 72%, rgba(42, 206, 189, 0.22), transparent 24%),
    radial-gradient(circle at 82% 74%, rgba(65, 159, 255, 0.18), transparent 30%),
    radial-gradient(circle at 34% 12%, rgba(255, 255, 255, 0.92), transparent 24%),
    linear-gradient(135deg, #fbfcfd 0%, #f2f6f7 48%, #e9f0f6 100%);
}
.saj-ai-section::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(rgba(34, 211, 181, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(53, 185, 255, 0.07) 1px, transparent 1px),
    radial-gradient(ellipse at 64% 46%, rgba(95, 241, 204, 0.2), transparent 46%),
    radial-gradient(ellipse at 26% 74%, rgba(124, 140, 255, 0.08), transparent 52%);
  background-size: 78px 78px, 78px 78px, auto, auto;
  mask-image: linear-gradient(180deg, transparent 0%, #000 15%, #000 88%, transparent 100%);
  opacity: 0.78;
  pointer-events: none;
}
.saj-ai-section::after {
  position: absolute;
  inset: auto -24% -30% -18%;
  z-index: 0;
  height: 50%;
  content: "";
  background:
    repeating-radial-gradient(ellipse at center, rgba(53, 211, 174, 0.22) 0 1px, transparent 1px 24px),
    radial-gradient(ellipse at center, rgba(95, 241, 204, 0.24), transparent 62%);
  filter: blur(0.2px);
  opacity: 0.52;
  mask-image: radial-gradient(ellipse at center, #000 0 46%, transparent 76%);
  transform: perspective(860px) rotateX(62deg) rotateZ(-3deg);
  transform-origin: center bottom;
  pointer-events: none;
}
.saj-ai-section > * { position: relative; z-index: 1; }
.saj-ai-copy { max-width: 560px; padding-top: 0; }
.saj-ai-copy .kicker {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 16px;
  color: #637187;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.saj-ai-copy .kicker span { color: var(--volt-green); font-size: 1.45rem; letter-spacing: 0.06em; }
.saj-ai-copy h2 {
  margin: 0;
  color: #071827;
  font-size: clamp(1.84rem, 3.08vw, 3.48rem);
  line-height: 1.02;
  letter-spacing: -0.052em;
}
.saj-ai-copy h2 span {
  background: linear-gradient(90deg, var(--volt-green), var(--volt-blue));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.saj-ai-copy > p {
  max-width: 530px;
  margin: 18px 0 0;
  color: rgba(36, 52, 74, 0.72);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.78;
}
.saj-ai-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}
.saj-ai-benefits article,
.saj-ai-panel,
.saj-side-card,
.system-node {
  border: 1px solid rgba(111, 129, 154, 0.14);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 48px rgba(23, 42, 70, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(20px);
}
.saj-ai-benefits article {
  --tile-accent: var(--volt-green);
  position: relative;
  min-height: 106px;
  padding: 15px 15px 15px 62px;
  border: 1.5px solid color-mix(in srgb, var(--tile-accent) 56%, rgba(111, 129, 154, 0.14));
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.82);
  overflow: hidden;
}
.saj-ai-benefits article::before {
  display: none;
}
.saj-ai-benefits article::after {
  display: none;
}
.saj-ai-benefits article:nth-child(1) { --tile-accent: var(--volt-green); }
.saj-ai-benefits article:nth-child(2) { --tile-accent: var(--volt-blue); }
.saj-ai-benefits article:nth-child(3) { --tile-accent: var(--volt-mint); }
.saj-ai-benefits article:nth-child(4) { --tile-accent: var(--volt-blue); }
.saj-ai-benefits span {
  position: absolute;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-left: -50px;
  border: 1px solid color-mix(in srgb, var(--tile-accent) 34%, rgba(111, 129, 154, 0.12));
  border-radius: 8px;
  background: #fff;
  color: color-mix(in srgb, var(--tile-accent) 72%, #071827);
  font-size: 0.72rem;
  font-weight: 900;
}
.saj-ai-benefits strong { display: block; color: #0c1b26; font-size: 0.96rem; line-height: 1.2; }
.saj-ai-benefits p { margin: 7px 0 0; color: rgba(36, 52, 74, 0.68); font-size: 0.85rem; line-height: 1.43; }

.saj-ai-visual { position: relative; min-height: min(690px, 70vh); }
.saj-ai-panel {
  position: absolute;
  top: -22px;
  left: 12%;
  right: 5%;
  z-index: 4;
  padding: 18px;
  border-color: rgba(38, 178, 143, 0.2);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(242, 252, 250, 0.7)),
    rgba(255, 255, 255, 0.68);
}
.saj-ai-panel__head { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.saj-ai-panel__head strong { display: block; color: #0c1b26; font-size: 1rem; }
.saj-ai-panel__head span { display: block; margin-top: 4px; color: rgba(36, 52, 74, 0.7); font-size: 0.92rem; }
.saj-ai-panel__head p {
  margin: 0;
  padding: 8px 14px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--volt-green) 10%, transparent);
  color: var(--volt-green-dark);
  font-size: 0.8rem;
  font-weight: 900;
}
.saj-ai-panel__head p::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 7px; border-radius: 50%; background: currentColor; vertical-align: 2px; }
.saj-ai-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 16px; }
.saj-ai-metrics article {
  position: relative;
  min-height: 96px;
  padding: 14px;
  border: 1px solid rgba(111, 129, 154, 0.12);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(247, 251, 252, 0.62)),
    rgba(255, 255, 255, 0.58);
  overflow: hidden;
}
.saj-ai-metrics article::after {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(104, 200, 63, 0.32), rgba(88, 196, 255, 0.18), transparent);
}
.saj-ai-metrics span,
.saj-side-card span { display: block; color: rgba(36, 52, 74, 0.72); font-size: 0.82rem; }
.saj-ai-metrics strong { display: block; margin-top: 8px; color: #071827; font-size: 1.48rem; letter-spacing: -0.03em; }
.saj-ai-metrics small { font-size: 0.72rem; }
.metric-line { display: block; width: 100%; height: 28px; margin-top: 8px; border-radius: 0 0 12px 12px; }
.metric-line--green { background: linear-gradient(135deg, transparent 0 15%, rgba(104, 200, 63, 0.26) 16% 24%, transparent 25% 34%, rgba(104, 200, 63, 0.3) 35% 45%, transparent 46% 58%, rgba(88, 196, 255, 0.22) 59% 72%, transparent 73%); }
.metric-line--blue { background: linear-gradient(135deg, transparent 0 12%, rgba(88, 196, 255, 0.24) 13% 23%, transparent 24% 36%, rgba(88, 196, 255, 0.28) 37% 52%, transparent 53% 64%, rgba(95, 241, 204, 0.26) 65% 78%, transparent 79%); }
.metric-ring { display: block; width: 58px; height: 58px; margin: 10px auto 0; border: 8px solid rgba(104, 200, 63, 0.16); border-top-color: var(--volt-green); border-right-color: var(--volt-blue); border-radius: 50%; }

.battery-stage.saj-ai-stage {
  position: absolute;
  inset: 96px 0 0;
  min-height: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.battery-stage.saj-ai-stage::after {
  position: absolute;
  left: 47%;
  bottom: -15%;
  z-index: 2;
  width: min(620px, 52vw);
  height: 32%;
  content: "";
  border-radius: 50%;
  background:
    repeating-radial-gradient(ellipse at center, rgba(103, 255, 216, 0.58) 0 1px, transparent 1px 18px),
    conic-gradient(from 90deg, transparent 0 14%, rgba(87, 255, 212, 0.86) 20%, transparent 28% 40%, rgba(54, 185, 255, 0.72) 48%, transparent 58% 70%, rgba(123, 255, 119, 0.58) 78%, transparent 88% 100%),
    radial-gradient(ellipse at center, rgba(53, 255, 198, 0.52), transparent 60%),
    radial-gradient(ellipse at 62% 46%, rgba(53, 185, 255, 0.44), transparent 64%);
  box-shadow:
    0 0 48px rgba(31, 205, 126, 0.34),
    0 0 98px rgba(53, 185, 255, 0.32);
  mask-image: radial-gradient(ellipse at center, #000 0 50%, transparent 82%);
  transform: translateX(-50%) perspective(660px) rotateX(70deg) rotateZ(-2deg);
  transform-origin: center;
  animation: sajEnergyPlatform 5.2s linear infinite;
  pointer-events: none;
}
.battery-stage__halo {
  position: absolute;
  left: 27%;
  top: 18%;
  width: 58%;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.88), transparent 48%),
    radial-gradient(circle at 54% 58%, rgba(31, 205, 126, 0.28), transparent 52%),
    radial-gradient(circle at 72% 42%, rgba(53, 185, 255, 0.22), transparent 44%);
  filter: blur(10px);
  animation: sajHaloPulse 5.6s ease-in-out infinite;
  pointer-events: none;
}
.battery-stage.saj-ai-stage::before { display: none; }
.saj-energy-field {
  position: absolute;
  left: 47%;
  right: auto;
  bottom: -16%;
  z-index: 1;
  width: min(760px, 64vw);
  height: 36%;
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 0 10%, rgba(71, 255, 205, 0.62) 18%, transparent 28% 34%, rgba(54, 185, 255, 0.48) 44%, transparent 56% 62%, rgba(123, 255, 119, 0.42) 74%, transparent 86% 100%),
    repeating-radial-gradient(ellipse at center, rgba(31, 205, 126, 0.3) 0 1px, transparent 1px 30px),
    radial-gradient(ellipse at 48% 50%, rgba(32, 216, 182, 0.44), transparent 58%),
    radial-gradient(ellipse at 66% 48%, rgba(46, 162, 255, 0.34), transparent 60%);
  background-size: 190% 100%, auto, auto, auto;
  filter: drop-shadow(0 0 46px rgba(31, 205, 126, 0.3));
  mask-image: radial-gradient(ellipse at center, #000 0 48%, transparent 82%);
  transform: translateX(-50%) perspective(660px) rotateX(70deg) rotateZ(-2deg);
  transform-origin: center;
  animation: sajEnergyFlow 5.2s linear infinite;
}
.saj-energy-field::before,
.saj-energy-field::after {
  position: absolute;
  inset: 24% 18%;
  content: "";
  border-radius: 50%;
  background: linear-gradient(90deg, transparent, rgba(94, 255, 218, 0.9), rgba(54, 185, 255, 0.55), transparent);
  filter: blur(1.5px);
  opacity: 0.82;
  transform: rotate(-8deg);
  animation: sajEnergyStreak 2.8s ease-in-out infinite;
}
.saj-energy-field::after {
  inset: 48% 24%;
  opacity: 0.68;
  transform: rotate(7deg);
  animation-delay: -1.4s;
}
.battery-stage__image {
  position: absolute;
  left: 47%;
  top: 50%;
  z-index: 3;
  width: min(446px, 39vw);
  max-height: 76vh;
  object-fit: contain;
  filter: drop-shadow(0 38px 46px rgba(23, 42, 70, 0.2)) drop-shadow(0 0 28px rgba(31, 205, 126, 0.2));
  transform: translate(-50%, -28%);
  animation: sajBatteryFloat 5.8s ease-in-out infinite;
}
.battery-stage__image--on { opacity: 0; }
.system-node {
  position: absolute;
  z-index: 5;
  display: grid;
  place-items: center;
  gap: 3px;
  width: 86px;
  min-height: 86px;
  padding: 10px;
  border-radius: 16px;
  text-align: center;
}
.system-node::before {
  position: absolute;
  height: 1px;
  content: "";
  border-top: 1px dashed rgba(18, 161, 100, 0.42);
}
.system-node strong { color: #0c1b26; font-size: 0.78rem; font-weight: 900; letter-spacing: 0.04em; text-transform: uppercase; }
.system-node span { color: rgba(36, 52, 74, 0.68); font-size: 0.74rem; }
.system-node--pv { left: 0; top: 26%; }
.system-node--tariff { left: 0; top: 45%; }
.system-node--weather { left: 0; top: 64%; }
.system-node--pv::before,
.system-node--tariff::before,
.system-node--weather::before { left: 100%; top: 50%; width: clamp(120px, 15vw, 220px); }
.saj-side-card {
  position: absolute;
  z-index: 5;
  width: min(218px, 20vw);
  padding: 16px 17px;
  border-color: color-mix(in srgb, var(--side-accent, var(--volt-green)) 28%, rgba(111, 129, 154, 0.14));
  border-radius: 14px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--side-accent, var(--volt-green)) 8%, transparent), transparent 58%),
    rgba(255, 255, 255, 0.76);
  overflow: hidden;
}
.saj-side-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--side-accent, var(--volt-green)), transparent);
}
.saj-side-card strong { display: block; margin-top: 8px; color: #071827; font-size: 1rem; line-height: 1.2; }
.saj-side-card p { margin: 7px 0 0; color: rgba(36, 52, 74, 0.64); font-size: 0.78rem; line-height: 1.35; }
.saj-side-card--saving { --side-accent: var(--volt-green); right: -1%; top: 26%; }
.saj-side-card--saving strong { font-size: 1.42rem; }
.saj-side-card--saving p { margin: 4px 0 0; color: rgba(36, 52, 74, 0.64); font-size: 0.78rem; text-align: right; }
.saj-side-card--saving b { color: var(--volt-green); }
.saj-side-card--mode { --side-accent: var(--volt-blue); right: -1%; top: 49%; min-height: 114px; }
.saj-side-card--backup { --side-accent: var(--volt-mint); right: -1%; top: 70%; min-height: 112px; }
.saj-side-card--backup strong { color: var(--volt-green); }
.mini-timeline {
  display: grid;
  grid-template-columns: 0.7fr 1.4fr 0.9fr;
  gap: 5px;
  height: 10px;
  margin-top: 12px;
}
.mini-timeline b,
.reserve-bar,
.reserve-bar b {
  display: block;
  border-radius: 999px;
}
.mini-timeline b { background: rgba(53, 185, 255, 0.18); }
.mini-timeline b:nth-child(2) { background: linear-gradient(90deg, var(--volt-blue), var(--volt-mint)); box-shadow: 0 0 16px rgba(88, 196, 255, 0.3); }
.reserve-bar {
  height: 9px;
  margin-top: 12px;
  background: rgba(88, 196, 255, 0.16);
  overflow: hidden;
}
.reserve-bar b {
  width: 31%;
  height: 100%;
  background: linear-gradient(90deg, var(--volt-green), var(--volt-blue));
}

@keyframes sajEnergyFlow {
  0% { opacity: 0.8; background-position: 0 0, center, center, center; transform: translateX(-50%) perspective(660px) rotateX(70deg) rotateZ(-2deg) scale(1); }
  50% { opacity: 1; transform: translateX(-50%) perspective(660px) rotateX(70deg) rotateZ(-2deg) scale(1.045); }
  100% { opacity: 0.8; background-position: 190% 0, center, center, center; transform: translateX(-50%) perspective(660px) rotateX(70deg) rotateZ(-2deg) scale(1); }
}

@keyframes sajEnergyPlatform {
  0% { opacity: 0.72; filter: hue-rotate(0deg) saturate(1.1); transform: translateX(-50%) perspective(660px) rotateX(70deg) rotateZ(-2deg) scale(0.98); }
  50% { opacity: 1; filter: hue-rotate(18deg) saturate(1.35); transform: translateX(-50%) perspective(660px) rotateX(70deg) rotateZ(3deg) scale(1.06); }
  100% { opacity: 0.72; filter: hue-rotate(0deg) saturate(1.1); transform: translateX(-50%) perspective(660px) rotateX(70deg) rotateZ(-2deg) scale(0.98); }
}

@keyframes sajEnergyStreak {
  0%, 100% { opacity: 0; translate: -14% 0; }
  35% { opacity: 0.82; }
  70% { opacity: 0.42; translate: 14% 0; }
}

@keyframes sajHaloPulse {
  0%, 100% { opacity: 0.72; transform: scale(0.98); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes sajBatteryFloat {
  0%, 100% { transform: translate(-50%, -28%); }
  50% { transform: translate(-50%, -31%); }
}

.product-card, .scenario { border-radius: 8px; }

.products { background: #070a0d; overflow: clip; }
.products .section-copy h2 { font-size: clamp(2.15rem, 4vw, 4.35rem); }
.product-story {
  --product-accent: #7a7dff;
  --product-accent-2: #63d6ff;
  padding: 0;
}
.product-showcase {
  position: relative;
  min-height: 560vh;
  margin: 0;
  overflow: clip;
  background: #070a0d;
}
.product-showcase__stage {
  position: sticky;
  top: 0;
  display: grid;
  place-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 720px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background:
    radial-gradient(circle at 72% 52%, color-mix(in srgb, var(--product-accent) 12%, transparent), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
}
.product-showcase__stage::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  background:
    linear-gradient(90deg, rgba(7, 10, 13, 0.88) 0%, rgba(7, 10, 13, 0.7) 28%, rgba(7, 10, 13, 0.24) 52%, rgba(7, 10, 13, 0.04) 72%, rgba(7, 10, 13, 0.1) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(7, 10, 13, 0.2));
  pointer-events: none;
}
.product-showcase__stage::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  content: "";
  background:
    radial-gradient(circle at 76% 50%, color-mix(in srgb, var(--product-accent) 12%, transparent) 0%, transparent 24%),
    radial-gradient(circle at 18% 48%, rgba(8, 12, 15, 0.32) 0%, rgba(8, 12, 15, 0.14) 30%, transparent 56%);
  pointer-events: none;
}
.product-showcase__image {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 0.72s ease, transform 0.72s ease;
  filter: saturate(1.06) contrast(1.1) brightness(0.96);
}
.product-showcase__image--saj { object-position: center center; }
.product-showcase__image--felicity { object-position: center center; }
.product-showcase__image--volt { object-position: center center; }
.product-showcase__image.is-active { opacity: 1; transform: scale(1); }
.energy-orbit {
  position: absolute;
  z-index: 4;
  right: clamp(80px, 10vw, 180px);
  width: min(36vw, 520px);
  aspect-ratio: 1;
  border: 2px solid color-mix(in srgb, var(--product-accent) 62%, transparent);
  border-radius: 50%;
  opacity: 0.62;
  box-shadow:
    0 0 24px color-mix(in srgb, var(--product-accent) 26%, transparent),
    0 0 56px color-mix(in srgb, var(--product-accent-2) 14%, transparent),
    inset 0 0 28px color-mix(in srgb, var(--product-accent-2) 16%, transparent);
  mix-blend-mode: screen;
  animation: orbitPulse 4.8s ease-in-out infinite;
}
.energy-orbit--two { width: min(27vw, 400px); border-color: color-mix(in srgb, var(--product-accent-2) 54%, transparent); animation-delay: -1.6s; }
.product-showcase__content {
  position: sticky;
  left: 0;
  top: 0;
  width: 48%;
  height: 100vh;
  min-height: 720px;
  margin-top: -100vh;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: clamp(20px, 4vw, 48px);
  pointer-events: none;
}
.product-slide {
  position: absolute;
  left: 0;
  top: 50%;
  width: min(520px, calc(100% - 24px));
  opacity: 0;
  visibility: hidden;
  transform: translateY(calc(-50% + 18px));
  transition: opacity 0.62s ease, transform 0.62s ease, visibility 0.62s ease;
  pointer-events: none;
}
.product-slide.is-active {
  position: relative;
  top: auto;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.contact { position: relative; }
.privacy-link {
  position: absolute;
  right: clamp(18px, 4vw, 54px);
  bottom: clamp(18px, 3vw, 34px);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(7, 10, 13, 0.48);
  color: rgba(255, 255, 255, 0.8);
  padding: 0 0.95rem;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: none;
  letter-spacing: 0;
  opacity: 0.86;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, opacity 0.2s;
}
.privacy-link:hover {
  background: rgba(7, 10, 13, 0.72);
  color: #fff;
  opacity: 1;
}
.product-slide > h2,
.product-slide > h3,
.product-slide > p:not(.kicker),
.product-slide > .button { position: relative; z-index: 4; width: min(430px, 100%); }
.product-slide > .kicker { align-self: end; }
.product-slide h1,
.product-slide h2,
.product-slide h3 { margin-bottom: 16px; color: var(--ink); font-size: clamp(1.95rem, 2.85vw, 3.2rem); line-height: 1.04; }
.product-slide h1 { font-weight: 800; letter-spacing: 0; }
.product-slide h1,
.product-slide h2,
.product-slide h3,
.product-slide p:not(.kicker) { text-shadow: 0 2px 18px rgba(0, 0, 0, 0.5); }
.product-slide p:not(.kicker) { color: rgba(246, 247, 243, 0.76); line-height: 1.48; }
.product-slide .button {
  margin-top: 10px;
  border-color: color-mix(in srgb, var(--product-accent) 58%, transparent);
  background: linear-gradient(135deg, var(--product-accent), var(--product-accent-2));
  color: #071014;
  box-shadow: 0 16px 38px color-mix(in srgb, var(--product-accent) 26%, transparent);
}
.product-slide[data-theme="saj"] .button { color: #fff; text-shadow: 0 1px 12px rgba(0, 0, 0, 0.24); }
.product-slide .button:hover {
  background: linear-gradient(135deg, color-mix(in srgb, var(--product-accent) 88%, #fff), color-mix(in srgb, var(--product-accent-2) 88%, #fff));
}
.product-slide[data-theme="saj"] { --product-accent: #7978ff; --product-accent-2: #4ed8ff; }
.product-slide[data-theme="felicity"] { --product-accent: #f08b55; --product-accent-2: #ffd36b; }
.product-slide[data-theme="volt"] { --product-accent: #68c83f; --product-accent-2: #58c4ff; }
.benefit-cloud { grid-column: 1; grid-row: auto; position: relative; z-index: 4; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; width: min(480px, 100%); margin: 6px 0 0; pointer-events: none; }
.benefit-pill {
  position: relative;
  width: 100%;
  min-height: 104px;
  padding: 13px 15px 14px;
  border: 1px solid color-mix(in srgb, var(--product-accent) 30%, transparent);
  border-left: 3px solid color-mix(in srgb, var(--product-accent) 82%, transparent);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(10, 14, 18, 0.8), rgba(10, 14, 18, 0.58));
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18), 0 0 26px color-mix(in srgb, var(--product-accent) 8%, transparent);
  backdrop-filter: blur(14px);
}
.benefit-pill::before {
  display: block;
  width: 26px;
  height: 2px;
  margin-bottom: 8px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, var(--product-accent), var(--product-accent-2));
}
.benefit-pill strong { display: block; color: var(--ink); font-size: 0.92rem; line-height: 1.1; }
.benefit-pill span { display: block; margin-top: 6px; color: rgba(246, 247, 243, 0.64); font-size: 0.76rem; line-height: 1.34; }
.benefit-pill--north,
.benefit-pill--east,
.benefit-pill--south,
.benefit-pill--west { inset: auto; transform: none; }

@keyframes orbitPulse {
  0%, 100% { transform: scale(0.97) rotate(0deg); opacity: 0.26; }
  50% { transform: scale(1.025) rotate(10deg); opacity: 0.5; }
}

.pstryk-hero {
  position: relative;
  min-height: clamp(760px, 56vw, 940px);
  display: grid;
  align-content: start;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(104px, 7vw, 126px) clamp(22px, 6vw, 96px) clamp(42px, 5vw, 64px);
  color: #071627;
  background: #fff;
}
.pstryk-hero__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  opacity: 0.72;
  filter: saturate(0.92) contrast(1.03) brightness(1.03);
}
.pstryk-hero__wash {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 42%, rgba(255, 255, 255, 0.68) 62%, rgba(255, 255, 255, 0.08) 80%);
  pointer-events: none;
}
.pstryk-hero::after { z-index: 1; opacity: 0.16; }
.pstryk-hero__content {
  position: relative;
  z-index: 2;
  width: min(44vw, 590px);
  max-width: calc(100vw - 44px);
}
.pstryk-hero .kicker { color: var(--volt-green-dark); }
.pstryk-hero h2 {
  max-width: 590px;
  margin-bottom: 18px;
  color: #071627;
  font-size: clamp(2.12rem, 2.72vw, 3.18rem);
  line-height: 1.04;
}
.pstryk-accent {
  display: inline;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.pstryk-accent--blue { background-image: linear-gradient(90deg, var(--volt-green), var(--volt-blue)); }
.pstryk-accent--violet { background-image: linear-gradient(90deg, var(--volt-green), var(--volt-blue)); }
.pstryk-hero__content > p:not(.kicker) {
  max-width: 560px;
  margin-bottom: 18px;
  color: rgba(7, 22, 39, 0.72);
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.54;
}
.pstryk-hero__content > p strong { color: var(--volt-green-dark); }
.pstryk-points {
  display: grid;
  gap: 7px;
  width: min(620px, 100%);
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}
.pstryk-points li {
  position: relative;
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  min-height: 40px;
  gap: 12px;
  color: rgba(7, 22, 39, 0.84);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.28;
}
.pstryk-point__icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(88, 196, 255, 0.16);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(232, 249, 255, 0.72));
  box-shadow: 0 12px 26px rgba(47, 109, 84, 0.11);
}
.pstryk-point__icon::before,
.pstryk-point__icon::after {
  position: absolute;
  content: "";
}
.pstryk-point__icon--price::before {
  width: 16px;
  height: 11px;
  border-left: 2px solid var(--volt-mint);
  border-bottom: 2px solid var(--volt-mint);
  transform: translate(1px, 1px) skew(-18deg);
}
.pstryk-point__icon--price::after {
  right: 8px;
  top: 9px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--volt-green);
  border-radius: 50%;
}
.pstryk-point__icon--auto::before {
  width: 17px;
  height: 17px;
  border: 2px solid var(--volt-green);
  border-radius: 50%;
}
.pstryk-point__icon--auto::after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--volt-green);
  box-shadow: 0 -10px 0 rgba(95, 241, 204, 0.42), 9px 5px 0 rgba(88, 196, 255, 0.34), -9px 5px 0 rgba(104, 200, 63, 0.36);
}
.pstryk-point__icon--charge::before {
  width: 14px;
  height: 22px;
  background: linear-gradient(180deg, var(--volt-mint), var(--volt-green));
  clip-path: polygon(46% 0, 100% 0, 63% 42%, 100% 42%, 34% 100%, 47% 56%, 10% 56%);
}
.pstryk-point__icon--save::before {
  width: 18px;
  height: 18px;
  border: 2px solid var(--volt-green);
  border-radius: 50%;
}
.pstryk-point__icon--save::after {
  width: 18px;
  height: 7px;
  border: 2px solid var(--volt-green);
  border-top: 0;
  border-radius: 0 0 12px 12px;
  transform: translateY(8px);
}
.pstryk-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--volt-green), var(--volt-mint) 48%, var(--volt-blue));
  color: #071014;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 18px 42px rgba(88, 196, 255, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.pstryk-cta:hover {
  background: linear-gradient(135deg, var(--volt-green), var(--volt-blue));
  box-shadow: 0 22px 52px rgba(88, 196, 255, 0.3);
  transform: translateY(-1px);
}
.pstryk-hero__note {
  margin: 8px 0 0;
  color: rgba(7, 22, 39, 0.58);
  font-size: 0.9rem;
  font-weight: 700;
}
.pstryk-metrics {
  position: relative;
  z-index: 2;
  align-self: end;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(1280px, 100%);
  margin: clamp(46px, 6vw, 76px) auto 0;
  overflow: hidden;
  border: 1px solid rgba(88, 196, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 22px 70px rgba(48, 90, 84, 0.11);
  backdrop-filter: blur(18px);
}
.pstryk-metric {
  position: relative;
  min-height: 168px;
  padding: 24px 24px 26px;
  background: rgba(255, 255, 255, 0.74);
}
.pstryk-metric::before {
  content: attr(data-index);
  display: block;
  margin-bottom: 16px;
  color: rgba(88, 196, 255, 0.48);
  font-size: 0.84rem;
  font-weight: 800;
}
.pstryk-metric__icon {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(88, 196, 255, 0.18);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(104, 200, 63, 0.12), rgba(88, 196, 255, 0.08)),
    rgba(255, 255, 255, 0.06);
}
.pstryk-metric__icon::before,
.pstryk-metric__icon::after {
  position: absolute;
  content: "";
}
.pstryk-metric__icon--opt::before {
  left: 10px;
  bottom: 10px;
  width: 15px;
  height: 11px;
  border-left: 2px solid var(--volt-mint);
  border-bottom: 2px solid var(--volt-mint);
  transform: skew(-18deg);
}
.pstryk-metric__icon--opt::after {
  right: 8px;
  top: 9px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--volt-green);
  border-radius: 50%;
}
.pstryk-metric__icon--auto::before {
  inset: 9px;
  border: 2px solid var(--volt-green);
  border-radius: 50%;
}
.pstryk-metric__icon--auto::after {
  inset: 15px;
  border-radius: 50%;
  background: var(--volt-green);
}
.pstryk-metric__icon--saving::before {
  width: 17px;
  height: 17px;
  left: 9px;
  top: 8px;
  border: 2px solid var(--volt-green);
  border-radius: 50%;
}
.pstryk-metric__icon--saving::after {
  width: 17px;
  height: 7px;
  left: 9px;
  bottom: 8px;
  border: 2px solid var(--volt-green);
  border-top: 0;
  border-radius: 0 0 12px 12px;
}
.pstryk-metric__icon--clean::before {
  left: 11px;
  top: 8px;
  width: 14px;
  height: 20px;
  border: 2px solid var(--volt-green);
  border-radius: 14px 14px 14px 2px;
  transform: rotate(36deg);
}
.pstryk-metric__icon--clean::after {
  left: 16px;
  top: 17px;
  width: 12px;
  height: 2px;
  background: var(--volt-green);
  transform: rotate(-28deg);
}
.pstryk-metric strong {
  display: block;
  max-width: 220px;
  color: #071627;
  font-size: clamp(1.05rem, 1.4vw, 1.28rem);
  line-height: 1.14;
}
.pstryk-metric p {
  max-width: 240px;
  margin: 12px 0 0;
  color: rgba(7, 22, 39, 0.58);
  font-size: 0.9rem;
  line-height: 1.42;
}

.workflow {
  position: relative;
  scroll-margin-top: 0;
  min-height: auto;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(86px, 7vw, 112px) clamp(20px, 4vw, 72px) clamp(54px, 5vw, 78px);
  color: #142414;
  background: #fff;
}
.workflow__bg,
.workflow__wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.workflow__bg { z-index: 0; object-fit: cover; object-position: 46% center; }
.workflow__wash {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.74) 42%, rgba(255, 255, 255, 0.96) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.34) 34%, rgba(255, 255, 255, 0.86) 100%);
  pointer-events: none;
}
.workflow::after { z-index: 1; opacity: 0.16; }
.workflow__heading,
.workflow__map { position: relative; z-index: 2; }
.workflow__heading {
  max-width: 620px;
  margin: 0 auto clamp(16px, 2.4vw, 34px);
  text-align: center;
}
.workflow__heading h2 {
  margin-bottom: 0;
  color: #142414;
  font-size: clamp(2.55rem, 4vw, 4.45rem);
  line-height: 1.02;
  white-space: nowrap;
}
.workflow__heading h2 span {
  display: inline;
  background: linear-gradient(90deg, var(--volt-green), var(--volt-blue));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.workflow__map {
  display: grid;
  grid-template-columns: minmax(276px, 350px) minmax(260px, 330px) minmax(276px, 350px);
  align-items: center;
  gap: clamp(22px, 3vw, 44px);
  width: min(1120px, 100%);
  margin: 0 auto;
  min-height: 430px;
}
.workflow__lines {
  position: absolute;
  inset: 2% 5% 8%;
  z-index: 1;
  width: 90%;
  height: 90%;
  pointer-events: none;
}
.workflow-line {
  fill: none;
  stroke: rgba(88, 196, 255, 0.62);
  stroke-width: 2.5;
  stroke-dasharray: 10 10;
  stroke-linecap: round;
  animation: workflowDash 3.6s linear infinite;
}
.workflow-line--two,
.workflow-line--six { animation-delay: -0.7s; }
.workflow-line--three,
.workflow-line--five { animation-delay: -1.4s; }
.workflow-line--four { animation-delay: -2.1s; }
.workflow__steps {
  position: relative;
  z-index: 2;
  display: grid;
  gap: clamp(18px, 2.2vw, 26px);
}
.workflow__steps--right { gap: clamp(18px, 2.2vw, 26px); }
.workflow__center {
  position: relative;
  z-index: 3;
  display: grid;
  justify-items: center;
  align-content: center;
}
.workflow-card {
  position: relative;
  display: grid;
  grid-template-columns: 74px 1fr;
  align-items: center;
  gap: 28px;
  min-height: 118px;
  padding: 18px 22px 18px 18px;
  border: 1px solid rgba(88, 196, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 22px 58px rgba(88, 196, 255, 0.12);
  backdrop-filter: blur(18px);
}
.workflow-card::before {
  position: absolute;
  top: -12px;
  left: 78px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  content: attr(data-step);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--volt-green), var(--volt-blue));
  color: #071014;
  font-size: 0.9rem;
  font-weight: 900;
  box-shadow: 0 8px 22px rgba(88, 196, 255, 0.22);
}
.workflow-card::after {
  position: absolute;
  left: 92px;
  top: 33px;
  bottom: 33px;
  width: 2px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(180deg, var(--volt-green), var(--volt-blue));
}
.workflow-card__icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(104, 200, 63, 0.18), rgba(88, 196, 255, 0.08));
  box-shadow: inset 0 0 0 1px rgba(88, 196, 255, 0.08), 0 14px 34px rgba(0, 0, 0, 0.16);
}
.workflow-card__icon::before,
.workflow-card__icon::after { position: absolute; content: ""; }
.workflow-card[data-step="1"] .workflow-card__icon,
.workflow-card[data-step="2"] .workflow-card__icon,
.workflow-card[data-step="3"] .workflow-card__icon,
.workflow-card[data-step="4"] .workflow-card__icon,
.workflow-card[data-step="5"] .workflow-card__icon,
.workflow-card[data-step="6"] .workflow-card__icon { background: linear-gradient(135deg, rgba(104, 200, 63, 0.18), rgba(88, 196, 255, 0.08)); }
.workflow-card__icon--form::before { width: 24px; height: 28px; border: 3px solid var(--volt-green-dark); border-radius: 2px; }
.workflow-card__icon--form::after { width: 13px; height: 3px; background: var(--volt-mint); box-shadow: 0 7px 0 var(--volt-mint), 0 14px 0 var(--volt-mint); transform: translateY(-7px); }
.workflow-card__icon--call::before { width: 26px; height: 26px; border: 3px solid var(--volt-green); border-top-color: transparent; border-right-color: transparent; border-radius: 50%; transform: rotate(-35deg); }
.workflow-card__icon--call::after { width: 8px; height: 16px; border-radius: 5px; background: var(--volt-green-dark); transform: translate(-10px, -9px) rotate(-35deg); box-shadow: 20px 20px 0 var(--volt-mint); }
.workflow-card__icon--project::before { width: 24px; height: 30px; border: 3px solid var(--volt-mint); border-radius: 2px; }
.workflow-card__icon--project::after { width: 11px; height: 3px; background: var(--volt-green-dark); box-shadow: 0 7px 0 var(--volt-green-dark), 0 14px 0 var(--volt-green-dark); transform: translate(2px, -6px); }
.workflow-card__icon--install::before { width: 30px; height: 5px; border-radius: 999px; background: var(--volt-green-dark); transform: rotate(-38deg); box-shadow: -10px 0 0 var(--volt-mint); }
.workflow-card__icon--install::after { width: 16px; height: 16px; border: 3px solid var(--volt-mint); border-left-color: transparent; border-radius: 50%; transform: translate(9px, -8px) rotate(-38deg); }
.workflow-card__icon--power::before { width: 30px; height: 30px; border: 3px solid var(--volt-green); border-top-color: transparent; border-radius: 50%; }
.workflow-card__icon--power::after { width: 3px; height: 20px; border-radius: 999px; background: var(--volt-green-dark); transform: translateY(-12px); }
.workflow-card__icon--grid::before { width: 32px; height: 28px; clip-path: polygon(50% 0, 100% 100%, 0 100%); border: 3px solid var(--volt-green-dark); border-top: 0; background: transparent; }
.workflow-card__icon--grid::after { width: 26px; height: 3px; background: var(--volt-mint); transform: translateY(8px); box-shadow: 0 -8px 0 var(--volt-mint); }
.workflow-card__icon--leaf::before { width: 30px; height: 22px; border: 3px solid var(--volt-mint); border-radius: 24px 24px 24px 4px; transform: rotate(-24deg); }
.workflow-card__icon--leaf::after { width: 24px; height: 3px; border-radius: 999px; background: var(--volt-green-dark); transform: rotate(-28deg); }
.workflow-card strong {
  display: block;
  color: #142414;
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.16;
}
.workflow-card p {
  margin: 8px 0 0;
  color: rgba(20, 36, 20, 0.66);
  font-size: 0.92rem;
  line-height: 1.42;
}
.workflow-core {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  align-content: center;
  width: min(27vw, 330px);
  min-width: 250px;
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.96) 0 58%, rgba(255, 255, 255, 0.2) 60% 100%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26), inset 0 0 0 12px rgba(104, 200, 63, 0.18), inset 0 0 0 22px rgba(88, 196, 255, 0.12);
  text-align: center;
}
.workflow-core__ring {
  position: absolute;
  inset: -10px;
  border: 8px solid transparent;
  border-top-color: var(--volt-blue);
  border-right-color: var(--volt-green);
  border-radius: 50%;
  animation: workflowRing 6s linear infinite;
}
.workflow-core__check {
  position: relative;
  width: 54px;
  height: 54px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--volt-green), var(--volt-blue));
  box-shadow: 0 16px 32px rgba(88, 196, 255, 0.28);
}
.workflow-core__check::before {
  position: absolute;
  left: 17px;
  top: 14px;
  width: 14px;
  height: 23px;
  content: "";
  border: 4px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}
.workflow-core strong {
  display: block;
  color: #142414;
  font-size: clamp(1.08rem, 1.6vw, 1.6rem);
  line-height: 1.2;
}
.workflow-core p {
  margin: 12px 0 0;
  color: var(--volt-green-dark);
  font-size: clamp(0.86rem, 1.16vw, 1.14rem);
  font-weight: 900;
  line-height: 1.25;
}
@keyframes workflowDash { to { stroke-dashoffset: -40; } }
@keyframes workflowRing { to { transform: rotate(360deg); } }
@keyframes energyDrift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 920px 540px, -1040px 620px; }
}










@keyframes contactEnergyMap {
  0%, 100% {
    opacity: 0.96;
    background-position:
      0px 0px,
      0px 0px,
      0px 0px;
    filter: blur(0.3px) saturate(1.22);
  }
  50% {
    opacity: 1;
    background-position:
      88px 54px,
      -64px 72px,
      36px -44px;
    filter: blur(0.8px) saturate(1.38);
  }
}

.contact {
  min-height: 86vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(7, 10, 13, 0.72), rgba(7, 10, 13, 0.96)),
    url("grafiki/herro.png") center / cover;
  color: var(--ink);
}
.contact::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(7, 10, 13, 0.92), rgba(7, 10, 13, 0.58), rgba(7, 10, 13, 0.94)),
    linear-gradient(115deg, transparent 0 46%, rgba(88, 196, 255, 0.07) 47%, transparent 48.5% 100%);
  background-size: auto, 760px 440px;
  pointer-events: none;
}









.contact::after {
  left: 50%;
  top: 52%;
  z-index: 0;
  width: min(760px, 78vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    repeating-linear-gradient(120deg, rgba(88,196,255,0.38) 0 3.2px, transparent 3.2px 54px),
    repeating-linear-gradient(60deg, rgba(104,200,63,0.33) 0 3.2px, transparent 3.2px 48px);
  background-repeat: no-repeat, no-repeat;
  background-size: 320% 320%, 260% 260%;
  background-position: center 38px, center 38px;
  box-shadow:
    0 0 80px rgba(88, 196, 255, 0.13),
    0 0 120px rgba(104, 200, 63, 0.09);
  mask-image: linear-gradient(to bottom, transparent 0 2%, #000 12% 88%, transparent 98% 100%), radial-gradient(circle, #000 0 48%, transparent 74%);
  mask-composite: intersect;
  mix-blend-mode: screen;
  transform: translate(-50%, -50%);
  transform-origin: center;
  animation: contactEnergyMap 7.2s cubic-bezier(0.7,0.2,0.3,0.8) infinite;
}
.contact .section-copy {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  margin-bottom: 0;
  padding: clamp(28px, 5vw, 58px) 0;
  text-shadow: none;
}
.contact h2 { font-size: clamp(2.25rem, 4.4vw, 4.75rem); }
.contact .kicker { color: rgba(88, 196, 255, 0.88); }
.contact .section-copy p:not(.kicker) { color: rgba(246, 247, 243, 0.72); }
.contact .button { min-height: 52px; padding-inline: 24px; }
.contact-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 0 0 28px; padding: 0; list-style: none; }
.contact-trust li { padding: 8px 11px; border: 1px solid rgba(246, 247, 243, 0.12); border-radius: 999px; background: rgba(255, 255, 255, 0.07); color: rgba(246, 247, 243, 0.72); font-size: 0.82rem; font-weight: 700; }
.floating-quote {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 35;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  max-width: calc(100% - 44px);
  padding: 10px 14px 10px 16px;
  border: 1px solid var(--hairline-light);
  border-radius: 8px;
  background: rgba(8, 12, 15, 0.74);
  color: var(--ink);
  text-align: left;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.26);
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
  transition: opacity 0.24s ease, transform 0.24s ease;
}
.floating-quote span { color: rgba(247, 248, 244, 0.66); font-size: 0.78rem; font-weight: 700; white-space: nowrap; }
.floating-quote strong { display: inline-flex; align-items: center; min-height: 34px; padding: 0 13px; border-radius: 8px; background: linear-gradient(135deg, var(--volt-green), var(--volt-blue)); color: #071014; font-size: 0.88rem; white-space: nowrap; }
.floating-quote.is-hidden { opacity: 0; pointer-events: none; transform: translate(-50%, 12px); }

.retrofit-popup { position: fixed; inset: 0; z-index: 75; display: none; place-items: center; padding: 20px; }
.retrofit-popup.is-open { display: grid; }
.retrofit-popup__backdrop { position: absolute; inset: 0; background: rgba(5, 7, 12, 0.56); backdrop-filter: blur(16px) saturate(1.06); }
.retrofit-popup__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  width: min(720px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: #f7f8fb;
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.34);
}
.retrofit-popup__close {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 3;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(12, 28, 42, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: #102332;
  font-size: 1.5rem;
}
.retrofit-popup__close:hover { background: #fff; }
.retrofit-popup__media { position: relative; overflow: hidden; background: #100029; }
.retrofit-popup__media img { display: block; width: 100%; height: auto; }
.retrofit-popup__content {
  position: relative;
  display: grid;
  gap: 12px;
  padding: clamp(14px, 2vw, 20px);
  color: #071827;
  background:
    radial-gradient(circle at 8% 0%, rgba(124, 67, 255, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 250, 0.98));
}
.retrofit-popup__content .kicker { color: var(--volt-green-dark); }
.retrofit-popup__content h2 { margin: 0; color: #071827; font-size: clamp(1.35rem, 2vw, 1.72rem); line-height: 1.08; }
.retrofit-popup__content > p { margin: 0 0 22px; color: rgba(14, 31, 43, 0.68); font-size: 1rem; line-height: 1.62; }
.retrofit-popup__form { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) auto; gap: 12px; align-items: end; }
.retrofit-popup__form label { display: grid; gap: 7px; color: rgba(14, 31, 43, 0.74); font-size: 0.82rem; font-weight: 800; }
.retrofit-popup__form input { width: 100%; min-height: 44px; border: 1px solid rgba(15, 36, 50, 0.13); border-radius: 8px; background: rgba(255, 255, 255, 0.82); color: #0b1720; padding: 0 13px; outline: none; }
.retrofit-popup__form input:focus { border-color: rgba(88, 196, 255, 0.72); box-shadow: 0 0 0 3px rgba(88, 196, 255, 0.12); }
.retrofit-popup__form .button { min-height: 44px; white-space: nowrap; }
.retrofit-popup__status { grid-column: 1 / -1; min-height: 20px; margin: 0; color: rgba(14, 31, 43, 0.66); font-size: 0.84rem; text-align: center; }
.retrofit-popup__more {
  position: absolute;
  left: clamp(18px, 3.2vw, 34px);
  bottom: clamp(18px, 3vw, 28px);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(21, 2, 52, 0.76);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(75, 19, 159, 0.32);
  backdrop-filter: blur(12px);
}
.retrofit-popup__more:hover { background: rgba(118, 43, 245, 0.9); color: #fff; }

.lead-modal { position: fixed; inset: 0; z-index: 80; display: none; place-items: center; padding: 20px; }
.lead-modal.is-open { display: grid; }
.lead-modal__backdrop { position: absolute; inset: 0; background: rgba(244, 248, 250, 0.54); backdrop-filter: blur(18px) saturate(1.04); }
.lead-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(247, 248, 244, 0.14);
  border-radius: 12px;
  background:
    radial-gradient(circle at 88% 10%, rgba(88, 196, 255, 0.2), transparent 30%),
    radial-gradient(circle at 8% 0%, rgba(104, 200, 63, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 250, 0.98));
  color: #0b1720;
  box-shadow: 0 34px 90px rgba(14, 28, 38, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.86);
}
.lead-modal__dialog .kicker { color: var(--volt-green-dark); }
.lead-modal__dialog h2 { max-width: 520px; margin-bottom: 12px; color: #071827; font-size: clamp(2rem, 3.2vw, 3.25rem); }
.lead-modal__intro { max-width: 540px; margin: 0 0 24px; color: rgba(14, 31, 43, 0.68); font-size: 1rem; line-height: 1.62; }
.lead-modal__close { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; border: 1px solid rgba(15, 36, 50, 0.12); border-radius: 8px; background: rgba(255, 255, 255, 0.72); color: #102332; font-size: 1.5rem; }
.lead-modal__close:hover { background: #fff; }
.lead-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.lead-form label { display: grid; gap: 8px; color: rgba(14, 31, 43, 0.74); font-size: 0.84rem; font-weight: 800; }
.lead-form button, .lead-form__assurance, .lead-form__status { grid-column: 1 / -1; }
.lead-form input, .lead-form select { width: 100%; min-height: 50px; border: 1px solid rgba(15, 36, 50, 0.13); border-radius: 8px; background: rgba(255, 255, 255, 0.78); color: #0b1720; padding: 0 14px; outline: none; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86); transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease; }
.lead-form select option { color: var(--dark-ink); }
.lead-form input:hover, .lead-form select:hover { border-color: rgba(88, 196, 255, 0.42); background: #fff; }
.lead-form input:focus, .lead-form select:focus { border-color: rgba(88, 196, 255, 0.72); box-shadow: 0 0 0 3px rgba(88, 196, 255, 0.12); }
.lead-form .button { min-height: 52px; margin-top: 4px; }
.lead-form__assurance { margin: -4px 0 0; color: rgba(14, 31, 43, 0.5); font-size: 0.82rem; text-align: center; }
.lead-form__status { min-height: 22px; margin: 0; color: rgba(14, 31, 43, 0.68); text-align: center; }
.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 60;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  width: min(760px, calc(100% - 32px));
  padding: 16px;
  border: 1px solid rgba(15, 36, 50, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  color: #071827;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
}
.cookie-banner strong { display: block; margin-bottom: 4px; color: #071827; font-size: 0.96rem; }
.cookie-banner p { margin: 0; color: rgba(14, 31, 43, 0.66); font-size: 0.86rem; line-height: 1.45; }
.cookie-banner__actions { display: flex; gap: 8px; }
.cookie-banner button {
  min-height: 38px;
  border: 1px solid rgba(15, 36, 50, 0.12);
  border-radius: 8px;
  background: #fff;
  color: #071827;
  padding: 0 13px;
  font-weight: 800;
}
.cookie-banner button[data-cookie-choice="all"] { border-color: transparent; background: linear-gradient(135deg, var(--volt-green), var(--volt-blue)); color: #071014; }
.reveal, .reveal-on-load { opacity: 0; transform: translateY(12px); }
:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }

@media (max-width: 980px) {
  .mobile-menu-toggle { display: inline-flex; }
  .site-nav__links {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: none;
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    background: rgba(8, 12, 15, 0.94);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(20px) saturate(1.08);
  }
  .site-nav.is-menu-open .site-nav__links { display: grid; }
  .site-nav__links a { justify-content: center; min-height: 42px; border-radius: 8px; font-size: 0.84rem; }
  .site-nav.is-light .site-nav__links { border-color: rgba(16, 38, 56, 0.12); background: rgba(255, 255, 255, 0.96); }
  .hero-insights { grid-template-columns: repeat(2, minmax(0, 1fr)); margin: -68px auto -88px; }
  .hero-insights article { border-radius: 0; }
  .hero-insights article:first-child { border-radius: 17px 0 0 0; }
  .hero-insights article:nth-child(2) { border-radius: 0 17px 0 0; }
  .hero-insights article:nth-child(3) { border-radius: 0 0 0 17px; }
  .hero-insights article:last-child { border-radius: 0 0 17px 0; }
  .hero {
    grid-template-columns: 1fr;
    align-content: start;
    padding-top: 112px;
  }
  .hero__content { width: min(760px, 100%); }
  .hero-product-stage {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: minmax(230px, 34vh);
    min-height: 0;
  }
  .hero-product--saj { grid-row: auto; }
  .reviews-strip,
  .partners-strip {
    gap: 14px;
    padding: 20px 22px 24px;
  }
  .product-start, .product-grid { grid-template-columns: 1fr; }
  .hero-proofs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .system-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .saj-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .system-node { position: relative; inset: auto; min-width: 0; }
  .system-node::before { display: none; }
  .battery-stage { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; align-items: end; padding-top: 420px; }
  .battery-stage__image, .battery-stage__status { grid-column: 1 / -1; }
  .saj-ai-section { grid-template-columns: 1fr; padding-top: clamp(148px, 16vw, 196px); }
  .saj-ai-copy { max-width: 720px; }
  .saj-ai-visual { min-height: 940px; }
  .saj-ai-panel { left: 0; right: 0; }
  .battery-stage.saj-ai-stage { inset: 150px 0 0; display: block; padding-top: 0; }
  .battery-stage.saj-ai-stage .battery-stage__image { grid-column: auto; width: min(510px, 68vw); }
  .saj-ai-stage .system-node { position: absolute; inset: auto; width: 86px; min-width: 0; }
  .saj-ai-stage .system-node::before { display: block; }
  .saj-ai-stage .system-node--pv { left: 0; top: 28%; }
  .saj-ai-stage .system-node--tariff { left: 0; top: 48%; }
  .saj-ai-stage .system-node--weather { left: 0; top: 68%; }
  .battery-stage.saj-ai-stage::after { left: 47%; bottom: -13%; width: min(640px, 74vw); }
  .saj-energy-field { left: 47%; right: auto; bottom: -14%; width: min(780px, 88vw); }
  .product-card { min-height: 0; }
  .product-showcase__stage { top: 0; height: 100vh; min-height: 680px; }
  .product-showcase__image { width: 100%; height: 100%; }
  .product-showcase__content { top: 0; width: min(100vw - 40px, 580px); height: 100vh; min-height: 680px; margin: -100vh auto 0 20px; }
  .product-slide { grid-template-columns: 1fr; }
  .product-slide > .kicker,
  .product-slide > h3,
  .product-slide > p:not(.kicker),
  .product-slide > .button { width: min(420px, 100%); }
  .pstryk-hero {
    min-height: auto;
    padding-top: 112px;
  }
  .pstryk-hero__image { object-position: 62% center; }
  .pstryk-hero__wash {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 46%, rgba(255, 255, 255, 0.56) 72%, rgba(255, 255, 255, 0.08) 100%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.78) 78%, rgba(255, 255, 255, 0.96));
  }
  .pstryk-hero__content { width: min(680px, 72vw); }
  .pstryk-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .workflow { padding-top: 112px; }
  .workflow__heading { max-width: 560px; }
  .workflow__heading h2 { white-space: normal; }
  .workflow__map {
    grid-template-columns: 1fr;
    gap: 18px;
    width: min(720px, 100%);
    min-height: 0;
    margin: 30px auto 0;
  }
  .workflow__lines { display: none; }
  .workflow__steps { gap: 14px; }
  .workflow-core { order: -1; width: min(330px, 72vw); min-width: 0; margin-bottom: 12px; }
  .workflow-card { min-height: 96px; }
  .scenario-list { grid-template-columns: 1fr; }
  .retrofit-popup__dialog { width: min(640px, 100%); }
  .retrofit-popup__form { grid-template-columns: 1fr 1fr; }
  .retrofit-popup__form .button { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .hero-insights { grid-template-columns: 1fr; width: calc(100% - 32px); margin: -34px auto -96px; border-radius: 12px; }
  .hero-insights article { min-height: 0; padding: 18px; border-radius: 0; }
  .hero-insights article:first-child { border-radius: 11px 11px 0 0; }
  .hero-insights article:nth-child(2),
  .hero-insights article:nth-child(3) { border-radius: 0; }
  .hero-insights article:last-child { border-radius: 0 0 11px 11px; }
  .site-nav { top: 10px; width: calc(100% - 20px); }
  .site-nav__brand { width: clamp(94px, 28vw, 118px); }
  .site-nav .nav-cta { display: inline-flex; min-height: 38px; padding: 0 10px; font-size: 0.7rem; }
  .reviews-strip,
  .partners-strip { padding: 18px 0 20px; }
  .partners-strip__viewport { padding-inline: 16px; }
  .partner-logo { flex-basis: min(58vw, 240px); min-height: 72px; padding: 0 14px; }
  .partner-logo strong { font-size: 1.28rem; }
  .review-card { flex-basis: min(82vw, 340px); min-height: 148px; padding: 16px; }
  .review-card p { -webkit-line-clamp: 5; font-size: 0.86rem; }
  .hero__content { margin: 0 18px; width: auto; }
  .hero { padding: 96px 18px 34px; }
  h1, h2 { font-size: clamp(2.15rem, 13vw, 4rem); }
  .hero-product-stage {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, minmax(210px, 30vh));
  }
  .hero-product { min-height: 210px; }
  .system-feature-grid { grid-template-columns: 1fr; }
  .saj-feature-grid { grid-template-columns: 1fr; }
  .battery-stage { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-top: 360px; }
  .saj-ai-section { padding: 142px 18px 68px; }
  .saj-ai-copy .kicker { margin-bottom: 18px; }
  .saj-ai-copy h2 { font-size: clamp(2.35rem, 12vw, 4rem); }
  .saj-ai-copy > p { margin-top: 20px; line-height: 1.62; }
  .saj-ai-benefits { grid-template-columns: 1fr; }
  .saj-ai-visual { min-height: 1060px; margin-top: 20px; }
  .saj-ai-panel { padding: 16px; }
  .saj-ai-panel__head { display: grid; }
  .saj-ai-metrics { grid-template-columns: 1fr; }
  .battery-stage.saj-ai-stage { inset: 420px 0 0; display: block; padding-top: 0; }
  .battery-stage.saj-ai-stage .battery-stage__image { width: min(390px, 88vw); }
  .battery-stage.saj-ai-stage::after { left: 47%; bottom: 1%; width: min(500px, 108vw); height: 28%; }
  .saj-energy-field { left: 47%; right: auto; bottom: 0; width: min(560px, 120vw); height: 30%; }
  .saj-ai-stage .system-node { width: 78px; min-height: 76px; padding: 8px; }
  .saj-ai-stage .system-node::before { display: none; }
  .saj-ai-stage .system-node--pv { left: 0; top: 12%; }
  .saj-ai-stage .system-node--tariff { left: 0; top: 28%; }
  .saj-ai-stage .system-node--weather { left: 0; top: 44%; }
  .saj-side-card { width: min(180px, 48vw); padding: 13px; }
  .saj-side-card--saving { right: 0; top: 12%; }
  .saj-side-card--mode { right: 0; top: 31%; }
  .saj-side-card--backup { right: 0; top: 47%; min-height: 88px; }
  .product-showcase { min-height: 390vh; }
  .product-showcase__stage { top: 0; height: 100vh; min-height: 640px; }
  .product-showcase__stage::before { background: linear-gradient(180deg, rgba(11, 16, 20, 0.1), rgba(11, 16, 20, 0.82) 48%, rgba(11, 16, 20, 0.94)); }
  .product-showcase__image { width: 100%; height: 100%; max-width: none; }
  .product-showcase__image--saj,
  .product-showcase__image--felicity,
  .product-showcase__image--volt { object-position: 62% center; }
  .energy-orbit { width: 118vw; }
  .energy-orbit--two { width: 88vw; }
  .product-showcase__content { top: 0; width: calc(100vw - 36px); height: 100vh; min-height: 640px; margin: -100vh 18px 0; }
  .product-slide { display: flex; flex-direction: column; justify-content: flex-end; padding: 92px 0 24px; }
  .product-slide > .kicker,
  .product-slide > h3,
  .product-slide > p:not(.kicker),
  .product-slide > .button { width: 100%; }
  .product-slide:nth-child(even) > .kicker,
  .product-slide:nth-child(even) > h3,
  .product-slide:nth-child(even) > p:not(.kicker),
  .product-slide:nth-child(even) > .button { margin-left: 0; }
  .product-slide h1,
  .product-slide h2,
  .product-slide h3 { margin-bottom: 10px; font-size: clamp(1.72rem, 8.5vw, 2.45rem); }
  .product-slide > p:not(.kicker) { display: none; }
  .product-slide .button { width: 100%; min-height: 42px; margin-top: 10px; }
  .benefit-cloud { position: relative; inset: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 10px 0; }
  .benefit-pill { position: relative; inset: auto; width: auto; min-height: 92px; padding: 10px 11px; transform: none; }
  .benefit-pill strong { font-size: 0.82rem; }
  .benefit-pill span { font-size: 0.68rem; line-height: 1.28; }
  .pstryk-hero {
    padding: 104px 18px 30px;
    background: #fff;
  }
  .pstryk-hero__image {
    height: 52%;
    top: auto;
    object-position: 70% bottom;
    opacity: 0.58;
  }
  .pstryk-hero__wash {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.98) 58%, rgba(255, 255, 255, 0.88) 76%, rgba(255, 255, 255, 0.56) 100%);
  }
  .pstryk-hero__content { width: 100%; padding-top: 0; }
  .pstryk-hero h2 { font-size: clamp(2.15rem, 10.5vw, 3.25rem); }
  .pstryk-hero__content > p:not(.kicker) { font-size: 1rem; }
  .pstryk-points li { grid-template-columns: 34px 1fr; min-height: 44px; font-size: 0.92rem; }
  .pstryk-point__icon { width: 34px; height: 34px; border-radius: 11px; }
  .pstryk-cta { width: 100%; }
  .pstryk-metrics { grid-template-columns: 1fr; margin-top: 36px; border-radius: 14px; }
  .pstryk-metric { min-height: 132px; padding: 20px; }
  .workflow { padding: 96px 18px 42px; }
  .workflow__bg { object-position: 24% center; opacity: 0.62; }
  .workflow__wash { background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.78)); }
  .workflow__heading h2 { font-size: clamp(2.2rem, 12vw, 3.45rem); }
  .workflow-core { width: min(300px, 82vw); }
  .workflow-card { grid-template-columns: 56px 1fr; gap: 14px; padding: 16px; border-radius: 14px; }
  .workflow-card::before { left: 64px; top: -10px; width: 26px; height: 26px; font-size: 0.78rem; }
  .workflow-card::after { left: 76px; top: 30px; bottom: 30px; }
  .workflow-card__icon { width: 48px; height: 48px; }
  .workflow-card strong { font-size: 1rem; }
  .workflow-card p { font-size: 0.86rem; }
  .scenario { grid-template-columns: 1fr; }
  .lead-form { grid-template-columns: 1fr; }
  .cookie-banner { grid-template-columns: 1fr; bottom: 12px; width: calc(100% - 24px); padding: 14px; }
  .cookie-banner__actions { display: grid; grid-template-columns: 1fr; }
  .retrofit-popup { padding: 12px; }
  .retrofit-popup__content { padding: 22px 18px; }
  .retrofit-popup__content h2 { font-size: clamp(1.72rem, 8vw, 2.35rem); }
  .retrofit-popup__content > p { font-size: 0.94rem; }
  .retrofit-popup__form { grid-template-columns: 1fr; }
  .retrofit-popup__more { left: 12px; bottom: 12px; min-height: 38px; padding: 0 12px; font-size: 0.74rem; }
  .floating-quote { left: 16px; right: 16px; bottom: 16px; justify-content: space-between; max-width: none; transform: none; }
}
