/* ═══════════════════════════════════════════════════════════════════════════
   WattCision — Page-specific overrides (base styles from styles.css)
   ═══════════════════════════════════════════════════════════════════════════ */

/* products page ultra-clean neutral card refinement */
body.subpage.tesla-wattcision {
  --wc-clean-card-bg: linear-gradient(180deg, #ffffff 0%, #fdfdfe 100%);
  --wc-clean-card-border: 1px solid rgba(17, 21, 29, 0.065);
  --wc-clean-card-shadow: 0 5px 14px rgba(16, 24, 40, 0.045);
  --wc-clean-card-shadow-hover: 0 8px 18px rgba(16, 24, 40, 0.075);
}

body.subpage.tesla-wattcision
  :is(
    .wc-ev-arbitrage,
    .wc-ev-engineering,
    .wc-ev-flow-card,
    .wc-ev-phase-card,
    .wc-ev-scene-card,
    .wc-scale-scenarios article,
    .wc-scale-path,
    .wc-scale-pillars,
    .wc-scale-topology,
    .wc-scale-specs,
    .wc-scale-icons,
    .wc-topology-panel,
    .wc-app-hub,
    .wc-app-detail
  ) {
  background: var(--wc-clean-card-bg) !important;
  border: var(--wc-clean-card-border) !important;
  box-shadow: var(--wc-clean-card-shadow) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.subpage.tesla-wattcision
  :is(
    .wc-ev-arbitrage,
    .wc-ev-engineering,
    .wc-ev-flow-card,
    .wc-ev-phase-card,
    .wc-ev-scene-card,
    .wc-scale-scenarios article,
    .wc-scale-path,
    .wc-scale-pillars,
    .wc-scale-topology,
    .wc-scale-specs,
    .wc-scale-icons,
    .wc-topology-panel,
    .wc-app-hub,
    .wc-app-detail
  ):hover {
  box-shadow: var(--wc-clean-card-shadow-hover) !important;
}

body.subpage.tesla-wattcision :is(.wc-scale-scenarios article)::before,
body.subpage.tesla-wattcision :is(.wc-scale-scenarios article)::after {
  display: none !important;
}

/* feature cards: flagship minimal premium */
body.subpage.tesla-wattcision .wc-section--features .wc-feature-card {
  background: linear-gradient(180deg, #ffffff 0%, #fdfefe 100%);
  border: 1px solid rgba(17, 21, 29, 0.08);
  box-shadow: 0 8px 16px rgba(16, 24, 40, 0.05);
}

body.subpage.tesla-wattcision .wc-section--features .wc-feature-card::after {
  opacity: 1 !important;
  border: 0;
  border-top: 1px solid rgba(28, 33, 43, 0.12);
  border-radius: 0;
}

body.subpage.tesla-wattcision .wc-section--features .wc-feature-card::before {
  opacity: 1 !important;
  background: radial-gradient(
    120% 80% at 0% 0%,
    rgba(162, 185, 220, 0.11) 0%,
    rgba(162, 185, 220, 0) 60%
  );
}

body.subpage.tesla-wattcision .wc-section--features .wc-feature-card:hover,
body.subpage.tesla-wattcision .wc-section--features .wc-feature-card.is-active {
  transform: translateY(-2px);
  border-color: rgba(17, 21, 29, 0.14);
  box-shadow: 0 12px 22px rgba(16, 24, 40, 0.08);
}

body.subpage.tesla-wattcision .wc-section--features .wc-feature-card h3,
body.subpage.tesla-wattcision .wc-section--features .wc-feature-card p {
  color: #1b2433;
}

body.subpage.tesla-wattcision .wc-section--features .wc-feature-card p {
  color: rgba(27, 36, 51, 0.74);
}

body.subpage.tesla-wattcision .wc-section--features .wc-feature-card--accent {
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfd 100%);
  border-color: rgba(17, 21, 29, 0.08);
}

body.subpage.tesla-wattcision
  .wc-section--features
  .wc-feature-card--accent::after {
  border-top-color: rgba(162, 132, 88, 0.34);
}

body.subpage.tesla-wattcision
  .wc-section--features
  .wc-feature-card--accent::before {
  background: radial-gradient(
    120% 85% at 0% 0%,
    rgba(245, 181, 102, 0.2) 0%,
    rgba(245, 181, 102, 0) 58%
  );
}

body.subpage.tesla-wattcision .wc-section--features .wc-feature-card--dark {
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfd 100%);
  border-color: rgba(17, 21, 29, 0.08);
}

body.subpage.tesla-wattcision
  .wc-section--features
  .wc-feature-card--dark::after {
  border-top-color: rgba(103, 125, 154, 0.32);
}

body.subpage.tesla-wattcision
  .wc-section--features
  .wc-feature-card--dark::before {
  background: radial-gradient(
    120% 85% at 0% 0%,
    rgba(122, 161, 228, 0.18) 0%,
    rgba(122, 161, 228, 0) 58%
  );
}

body.subpage.tesla-wattcision .wc-section--features .wc-feature-card--gradient {
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfd 100%);
  border-color: rgba(17, 21, 29, 0.08);
}

body.subpage.tesla-wattcision
  .wc-section--features
  .wc-feature-card--gradient::after {
  border-top-color: rgba(104, 136, 116, 0.32);
}

body.subpage.tesla-wattcision
  .wc-section--features
  .wc-feature-card--gradient::before {
  background: radial-gradient(
    120% 85% at 0% 0%,
    rgba(132, 207, 168, 0.2) 0%,
    rgba(132, 207, 168, 0) 58%
  );
}

body.subpage.tesla-wattcision .wc-section--features .wc-feature-card--media,
body.subpage.tesla-wattcision
  .wc-section--features
  .wc-feature-card--media-dark {
  color: #f7f9fd;
  border-color: rgba(17, 21, 29, 0.08);
  box-shadow: 0 8px 16px rgba(16, 24, 40, 0.08);
}

body.subpage.tesla-wattcision
  .wc-section--features
  .wc-feature-card--media::after,
body.subpage.tesla-wattcision
  .wc-section--features
  .wc-feature-card--media-dark::after {
  border-top-color: rgba(214, 223, 240, 0.4);
}

body.subpage.tesla-wattcision
  .wc-section--features
  .wc-feature-card--media::before {
  background:
    linear-gradient(
      114deg,
      rgba(10, 16, 28, 0.48) 0%,
      rgba(10, 16, 28, 0.2) 46%,
      rgba(10, 16, 28, 0.44) 100%
    ),
    url("./assets/feature-card-ev-exploded-resource1-premium-v2.jpg") center /
      cover no-repeat;
}

body.subpage.tesla-wattcision
  .wc-section--features
  .wc-feature-card--media-dark::before {
  background: linear-gradient(
    130deg,
    rgba(18, 28, 46, 0.78) 0%,
    rgba(27, 40, 67, 0.58) 55%,
    rgba(20, 31, 51, 0.72) 100%
  );
}

body.subpage.tesla-wattcision .wc-section--features .wc-feature-card--media p,
body.subpage.tesla-wattcision
  .wc-section--features
  .wc-feature-card--media-dark
  p {
  color: rgba(239, 243, 251, 0.9);
}

body.subpage.tesla-wattcision .wc-section--features .wc-feature-card--media h3,
body.subpage.tesla-wattcision
  .wc-section--features
  .wc-feature-card--media-dark
  h3 {
  color: #f8fbff;
}

body.subpage.tesla-wattcision :is(.wc-topology-tabs, .wc-app-tabs) {
  background: transparent !important;
}

body.subpage.tesla-wattcision :is(.wc-topology-tab, .wc-app-tab) {
  background: #ffffff !important;
  border: var(--wc-clean-card-border) !important;
  box-shadow: none !important;
  color: rgba(17, 24, 39, 0.68) !important;
}

body.subpage.tesla-wattcision
  :is(.wc-topology-tab.is-active, .wc-app-tab.is-active) {
  border-color: rgba(17, 21, 29, 0.16) !important;
  color: #111827 !important;
  box-shadow: 0 3px 8px rgba(16, 24, 40, 0.06) !important;
}

body.subpage.tesla-wattcision .wc-app-tab::after {
  background: linear-gradient(
    90deg,
    rgba(17, 24, 39, 0.66),
    rgba(17, 24, 39, 0.34)
  ) !important;
}

body.subpage.tesla-wattcision .wc-app-hero {
  background: #f9fafb !important;
  box-shadow: var(--wc-clean-card-shadow) !important;
}

body.subpage.tesla-wattcision .wc-app-hero-mask {
  background: linear-gradient(
    130deg,
    rgba(7, 12, 22, 0.03),
    rgba(7, 12, 22, 0.006)
  ) !important;
}

body.subpage.tesla-wattcision .wc-scale-kpi,
body.subpage.tesla-wattcision .wc-app-meta {
  background: rgba(255, 255, 255, 0.95) !important;
  border: 1px solid rgba(17, 21, 29, 0.08) !important;
  color: #1a2230 !important;
}

.main-nav a.is-current,
.header-actions a.is-current {
  opacity: 1;
}

.subpage {
  position: relative;
  overflow-x: clip;
  background: linear-gradient(180deg, #f9fafc 0%, #edf2f8 100%);
}

.subpage.tesla-wattcision {
  background: #ffffff;
}

.subpage.tesla-wattcision::before,
.subpage.tesla-wattcision::after {
  display: none;
}

/* Hero contrast guard for light-page mode (dark hero only) */
.subpage.tesla-wattcision .site-header:not(.is-scrolled) {
  background: rgba(8, 12, 20, 0.54);
  backdrop-filter: blur(10px);
}

.subpage.tesla-wattcision .site-header:not(.is-scrolled) .logo,
.subpage.tesla-wattcision .site-header:not(.is-scrolled) .main-nav a,
.subpage.tesla-wattcision .site-header:not(.is-scrolled) .header-actions a,
.subpage.tesla-wattcision .site-header:not(.is-scrolled) .menu-btn {
  color: rgba(245, 248, 255, 0.95) !important;
}

.subpage.tesla-wattcision #wc-hero .wc-hero-mask {
  background: linear-gradient(
    180deg,
    rgba(6, 9, 14, 0.28) 0%,
    rgba(6, 9, 14, 0.62) 58%,
    rgba(6, 9, 14, 0.84) 100%
  );
}

.subpage.tesla-wattcision #wc-hero .wc-kicker {
  color: rgba(224, 232, 247, 0.84) !important;
}

.subpage.tesla-wattcision #wc-hero .wc-title {
  color: #f7faff !important;
  text-shadow: 0 8px 26px rgba(2, 6, 12, 0.34);
}

.subpage.tesla-wattcision #wc-hero .wc-subtitle {
  color: rgba(224, 232, 247, 0.9) !important;
  text-shadow: 0 6px 18px rgba(2, 6, 12, 0.28);
}

.subpage.tesla-wattcision #wc-hero .wc-btn--primary {
  background: rgba(247, 249, 252, 0.96);
  color: #0f141c;
}

.subpage.tesla-wattcision #wc-hero .wc-btn--secondary {
  border-color: rgba(245, 248, 255, 0.34);
  background: rgba(8, 12, 20, 0.42);
  color: rgba(245, 248, 255, 0.94);
}

.subpage::before,
.subpage::after {
  content: "";
  position: fixed;
  width: 42vw;
  height: 42vw;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(46px);
  opacity: 0.24;
  z-index: -1;
  animation: breatheAura 14s ease-in-out infinite;
}

.subpage::before {
  left: -14vw;
  top: 22vh;
  background: radial-gradient(
    circle,
    rgba(176, 190, 219, 0.95) 0%,
    rgba(176, 190, 219, 0) 70%
  );
}

.subpage::after {
  right: -16vw;
  top: 58vh;
  background: radial-gradient(
    circle,
    rgba(150, 166, 200, 0.92) 0%,
    rgba(150, 166, 200, 0) 72%
  );
  animation-delay: 3s;
}

.sub-main {
  width: min(var(--sub-main-max), calc(100% - 64px));
  margin: 0 auto;
  padding: 112px 0 72px;
}

.sub-hero {
  min-height: 66svh;
  border-radius: 30px;
  padding: 70px 56px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  margin-bottom: var(--space-lg);
}

.sub-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  animation: heroBreath 16s ease-in-out infinite;
}

.sub-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(10, 12, 18, 0.5) 100%
  );
}

.sub-hero > * {
  position: relative;
  z-index: 1;
  color: #fff;
}

.sub-hero h1 {
  font-size: clamp(2.2rem, 5.2vw, 4.4rem);
  max-width: 14ch;
}

.sub-hero .sub {
  max-width: 58ch;
  line-height: 1.7;
}

.hero-products::before {
  background-image: linear-gradient(
    150deg,
    #95a5be 0%,
    #687a90 54%,
    #49586e 100%
  );
}

.hero-platform::before {
  background-image: linear-gradient(
    150deg,
    #8f9fbc 0%,
    #64718b 52%,
    #3f495d 100%
  );
}

.hero-about::before {
  background-image: linear-gradient(
    150deg,
    #a6b2c7 0%,
    #78849b 52%,
    #4e596c 100%
  );
}

.hero-contact::before {
  background-image: linear-gradient(
    150deg,
    #9eaed0 0%,
    #7080a0 52%,
    #49566f 100%
  );
}

.content-shell {
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(17, 19, 24, 0.1);
  border-radius: 24px;
  padding: var(--space-xl);
  margin-top: var(--space-lg);
  backdrop-filter: blur(6px);
}

.content-shell h2 {
  font-size: clamp(1.5rem, 4vw, 2.6rem);
  margin-bottom: var(--space-md);
  line-height: 1.14;
}

.content-shell h3 {
  margin: 0;
  font-size: 1.24rem;
  line-height: 1.25;
}

.content-shell p {
  margin: 12px 0 0;
  color: rgba(18, 22, 30, 0.78);
  line-height: 1.74;
  max-width: 72ch;
}

.grid-cards {
  display: grid;
  gap: var(--space-md);
}

.grid-cards.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.grid-cards.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cards article {
  border-radius: 18px;
  border: 1px solid rgba(17, 19, 24, 0.12);
  background: rgba(255, 255, 255, 0.66);
  padding: 24px;
  transition:
    transform 260ms ease,
    background-color 260ms ease;
}

.grid-cards article:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.88);
}

.metric-strip {
  margin-top: var(--space-lg);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-md);
}

.metric-strip article {
  border-radius: 18px;
  border: 1px solid rgba(17, 19, 24, 0.12);
  background: rgba(255, 255, 255, 0.72);
  padding: 24px;
}

.metric-strip span {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.metric-strip p {
  margin: 6px 0 0;
  color: rgba(17, 19, 24, 0.72);
}

.metric-strip-inline {
  margin-top: var(--space-md);
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-md);
}

.spec-grid article {
  border-radius: 18px;
  border: 1px solid rgba(17, 19, 24, 0.12);
  background: rgba(255, 255, 255, 0.7);
  padding: 24px;
}

.spec-grid ul {
  margin: 10px 0 0;
  padding-left: 18px;
  color: rgba(18, 22, 30, 0.78);
}

.spec-grid li + li {
  margin-top: 8px;
}

.timeline-list {
  display: grid;
  gap: var(--space-sm);
}

.timeline-list article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  border-radius: 18px;
  border: 1px solid rgba(17, 19, 24, 0.12);
  background: rgba(255, 255, 255, 0.7);
  padding: 22px;
}

.timeline-list span {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: rgba(16, 23, 39, 0.08);
  color: rgba(16, 23, 39, 0.8);
  font-weight: 600;
}

.timeline-list h3 {
  margin: 2px 0 0;
}

.timeline-list p {
  margin: 10px 0 0;
}

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

.link-list a {
  border-radius: 14px;
  border: 1px solid rgba(17, 19, 24, 0.14);
  background: rgba(255, 255, 255, 0.72);
  color: rgba(16, 23, 39, 0.9);
  text-decoration: none;
  padding: 15px 16px;
}

.link-list a:hover {
  background: rgba(255, 255, 255, 0.92);
}

.inline-link {
  color: #101727;
}

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

.contact-form label {
  display: grid;
  gap: 8px;
  font-size: 0.94rem;
  color: rgba(17, 19, 24, 0.84);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(17, 19, 24, 0.2);
  border-radius: 14px;
  padding: 14px 14px;
  font: inherit;
  background: rgba(255, 255, 255, 0.88);
}

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

.contact-form button {
  border: 0;
  cursor: pointer;
  max-width: 240px;
}

.sub-footer {
  width: min(var(--sub-main-max), calc(100% - 64px));
  margin: 0 auto 44px;
  color: rgba(17, 19, 24, 0.68);
  font-size: 0.82rem;
}

.products-pw .sub-main,
.products-pw .sub-footer {
  width: min(1240px, calc(100% - 72px));
}

.pw-main {
  padding-top: 88px;
}

.pw-hero {
  min-height: 88svh;
  border-radius: 34px;
  padding: clamp(56px, 7vw, 110px) clamp(32px, 6vw, 86px) clamp(40px, 5vw, 64px);
  background:
    radial-gradient(
      120% 80% at 72% 10%,
      rgba(255, 255, 255, 0.7),
      transparent 48%
    ),
    linear-gradient(168deg, #f7f9fc 0%, #e8edf5 58%, #d2dbe8 100%);
  display: grid;
  align-content: end;
}

.pw-hero-media {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.pw-hero-image,
.pw-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.pw-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(7, 10, 15, 0.18) 0%,
    rgba(7, 10, 15, 0.34) 54%,
    rgba(7, 10, 15, 0.56) 100%
  );
}

.pw-hero-media
  > *:not(.pw-hero-image):not(.pw-hero-video):not(.pw-hero-overlay) {
  position: relative;
  z-index: 1;
  color: #f5f8ff;
}

.pw-hero h1 {
  font-size: clamp(2.7rem, 6.8vw, 6.2rem);
  letter-spacing: -0.038em;
  line-height: 0.96;
  max-width: 10.5ch;
  margin-top: 10px;
}

.pw-hero .sub {
  max-width: 54ch;
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  line-height: 1.74;
  margin-top: 16px;
}

.pw-hero-media .sub {
  color: rgba(242, 247, 255, 0.94);
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.pw-actions {
  display: flex;
  gap: 10px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.pw-statline {
  margin-top: 18px;
  border-top: 1px solid rgba(18, 22, 30, 0.18);
  border-bottom: 1px solid rgba(18, 22, 30, 0.18);
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pw-statline article {
  position: relative;
  padding: 4px 10px;
}

.pw-statline article + article::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 14px;
  bottom: 14px;
  width: 1px;
  background: rgba(18, 22, 30, 0.14);
}

.pw-statline strong {
  display: block;
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  letter-spacing: -0.02em;
}

.pw-statline span {
  color: rgba(17, 19, 24, 0.6);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pw-story {
  margin-top: 24px;
  border-radius: 30px;
  border: 1px solid rgba(18, 22, 30, 0.14);
  background: rgba(255, 255, 255, 0.78);
  min-height: 74svh;
  padding: clamp(26px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 26px;
  align-items: center;
}

.pw-story-alt {
  grid-template-columns: 0.95fr 1.05fr;
}

.pw-block h2 {
  font-size: clamp(2rem, 4.4vw, 3.55rem);
  max-width: 12ch;
  line-height: 1.03;
  margin-top: 8px;
}

.pw-block p {
  max-width: 48ch;
  margin-top: 14px;
  line-height: 1.76;
}

.pw-media {
  border-radius: 24px;
  height: min(64svh, 620px);
  border: 1px solid rgba(18, 22, 30, 0.14);
  overflow: hidden;
  background: #dbe2ed;
}

.pw-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pw-media-device {
  background:
    radial-gradient(
      circle at 74% 12%,
      rgba(255, 255, 255, 0.56),
      transparent 42%
    ),
    linear-gradient(150deg, #e6ebf3 0%, #bdc9da 58%, #8d9cb2 100%);
}

.pw-media-control {
  background:
    radial-gradient(
      circle at 24% 18%,
      rgba(255, 255, 255, 0.52),
      transparent 40%
    ),
    linear-gradient(150deg, #d8dfec 0%, #a4b3c9 54%, #72819a 100%);
}

.pw-technical {
  margin-top: 24px;
  border-radius: 30px;
  border: 1px solid rgba(18, 22, 30, 0.14);
  background: rgba(255, 255, 255, 0.84);
  padding: clamp(34px, 4.8vw, 66px);
}

.pw-technical h2 {
  margin-top: 8px;
  font-size: clamp(1.95rem, 4.2vw, 3.3rem);
}

.pw-tech-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pw-tech-grid article {
  border-radius: 16px;
  border: 1px solid rgba(18, 22, 30, 0.12);
  background: rgba(255, 255, 255, 0.78);
  padding: 22px;
}

.pw-tech-grid p {
  margin-top: 8px;
}

.pw-deep {
  margin-top: 24px;
  border-radius: 30px;
  border: 1px solid rgba(14, 18, 25, 0.82);
  background: linear-gradient(155deg, #12161f 0%, #1a2230 56%, #1d2939 100%);
  color: #eef3fd;
  padding: clamp(36px, 5vw, 72px);
}

.pw-deep .eyebrow {
  color: #cad5ec;
}

.pw-deep h2 {
  color: #fff;
  margin-top: 8px;
  font-size: clamp(1.95rem, 4.2vw, 3.2rem);
}

.pw-deep-list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pw-deep-list p {
  margin: 0;
  border-radius: 14px;
  border: 1px solid rgba(228, 236, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
  color: #d8e1f2;
  padding: 16px 18px;
}

.pw-cta {
  margin-top: 24px;
  border-radius: 30px;
  border: 1px solid rgba(18, 22, 30, 0.14);
  background: linear-gradient(165deg, #ffffff 0%, #eef3fb 100%);
  padding: clamp(38px, 4.8vw, 70px) 24px;
  text-align: center;
}

.pw-cta h2 {
  font-size: clamp(2.1rem, 4.4vw, 3.5rem);
}

.pw-cta p {
  max-width: 56ch;
  margin: 12px auto 0;
  line-height: 1.75;
}

.pw-ci-gallery {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 14px;
}

.ci-card {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(18, 22, 30, 0.16);
  min-height: 280px;
  background: #e7edf7;
}

.ci-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ci-card-main {
  position: relative;
  min-height: 420px;
}

.ci-card-main > div {
  position: absolute;
  left: 22px;
  bottom: 20px;
  right: 22px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(12, 16, 24, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(4px);
}

.ci-card-main .eyebrow {
  color: rgba(231, 240, 255, 0.92);
}

.ci-card-main h3 {
  margin: 8px 0 0;
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  color: #f7faff;
}

.pw-scene-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.pw-scene-grid article {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(18, 22, 30, 0.14);
  min-height: 220px;
  background: #dbe2ed;
}

.pw-scene-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pw-story-sequence {
  margin-top: 16px;
  display: grid;
  gap: 14px;
}

.pw-story-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(18, 22, 30, 0.15);
  min-height: 62svh;
  background: #dbe2ed;
}

.pw-story-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pw-story-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(8, 11, 17, 0.06) 0%,
    rgba(8, 11, 17, 0.58) 100%
  );
}

.pw-story-frame > div {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 1;
  max-width: 58ch;
}

.pw-story-frame .eyebrow {
  color: rgba(227, 237, 255, 0.95);
}

.pw-story-frame h3 {
  margin: 8px 0 0;
  font-size: clamp(1.45rem, 3vw, 2.3rem);
  line-height: 1.07;
  color: #f8fbff;
  letter-spacing: -0.02em;
}

.pw-story-frame p {
  margin: 10px 0 0;
  color: rgba(233, 241, 255, 0.92);
  line-height: 1.7;
}

.reveal-item {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 620ms ease,
    transform 620ms ease;
}

.reveal-item.in-view {
  opacity: 1;
  transform: translateY(0);
}

@keyframes breatheAura {
  0%,
  100% {
    transform: scale(1) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.08) translate3d(0, -2.2vh, 0);
  }
}

@keyframes heroBreath {
  0%,
  100% {
    transform: scale(1.04) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.08) translate3d(0, -1.5%, 0);
  }
}

@keyframes homeFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -5px, 0);
  }
}

@keyframes titleSheen {
  0%,
  100% {
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.22));
    background-position: 0% 50%;
  }
  50% {
    filter: drop-shadow(0 11px 24px rgba(170, 198, 246, 0.18));
    background-position: 100% 50%;
  }
}

@keyframes heroTextIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

@keyframes heroTitleReveal {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes headlineSheen {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes headlineDepth {
  0%,
  100% {
    text-shadow:
      0 1px 0 rgba(246, 251, 255, 0.45),
      0 2px 4px rgba(196, 214, 241, 0.24),
      0 10px 22px rgba(3, 8, 15, 0.34),
      0 22px 34px rgba(3, 8, 15, 0.2);
  }
  50% {
    text-shadow:
      0 1px 0 rgba(248, 252, 255, 0.48),
      0 3px 7px rgba(199, 218, 244, 0.28),
      0 13px 28px rgba(3, 8, 15, 0.38),
      0 26px 38px rgba(3, 8, 15, 0.22);
  }
}

@keyframes heroTitleGlow {
  0% {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    filter: blur(0.9px) saturate(1.12);
  }
  55% {
    opacity: 0.72;
    transform: translate3d(0, 0, 0);
    filter: blur(0.1px) saturate(1.08);
  }
  100% {
    opacity: 0.3;
    transform: translate3d(0, 0, 0);
    filter: blur(0.15px) saturate(1.02);
  }
}

@keyframes heroTitleSweep {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 112% 50%;
  }
  100% {
    background-position: 220% 50%;
  }
}

@keyframes lineGlow {
  0%,
  100% {
    opacity: 0.35;
    transform: scaleX(0.94);
  }
  50% {
    opacity: 0.78;
    transform: scaleX(1);
  }
}

@keyframes prismFlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 120% 50%;
  }
}

@keyframes lineSweep {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 140% 50%;
  }
}

@keyframes btnSweep {
  0% {
    left: -34%;
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  30% {
    left: 120%;
    opacity: 0;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}

@keyframes dopamineCloud {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.75;
  }
  50% {
    transform: translate3d(0, -8px, 0) scale(1.04);
    opacity: 1;
  }
}

@media (max-width: 880px) {
  .grid-cards.two,
  .grid-cards.three,
  .grid-cards.four,
  .metric-strip,
  .contact-form,
  .spec-grid {
    grid-template-columns: 1fr;
  }

  .pw-ci-gallery {
    grid-template-columns: 1fr;
  }

  .pw-scene-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sub-main,
  .sub-footer {
    width: min(var(--sub-main-max), calc(100% - 24px));
  }

  .sub-hero,
  .content-shell {
    padding: 28px 18px;
  }

  .sub-hero {
    min-height: 52svh;
  }

  .products-pw .sub-main,
  .products-pw .sub-footer {
    width: min(1240px, calc(100% - 24px));
  }

  .pw-main {
    padding-top: 80px;
  }

  .pw-hero {
    min-height: 70svh;
    padding: 34px 20px 26px;
    border-radius: 22px;
  }

  .pw-hero h1 {
    max-width: 12ch;
  }

  .pw-statline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .pw-statline article + article::before {
    display: none;
  }

  .pw-story,
  .pw-story-alt {
    padding: 24px 18px;
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .pw-media {
    height: 300px;
  }

  .pw-technical,
  .pw-deep,
  .pw-cta {
    padding: 26px 18px;
    border-radius: 22px;
  }

  .pw-tech-grid,
  .pw-deep-list {
    grid-template-columns: 1fr;
  }

  .pw-scene-grid {
    grid-template-columns: 1fr;
  }

  .pw-story-frame {
    min-height: 360px;
  }
}

.products-wc .sub-main,
.products-wc .sub-footer {
  width: min(1240px, calc(100% - 72px));
}

.wc-main {
  width: min(1240px, calc(100% - 72px));
  margin: 0 auto;
  padding: 88px 0 72px;
}

.wc-hero {
  position: relative;
  min-height: 92svh;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  isolation: isolate;
  padding: clamp(46px, 5vw, 72px);
  display: grid;
  align-items: end;
  box-shadow: 0 22px 70px rgba(10, 14, 22, 0.28);
}

.wc-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transform: scale(1.04);
  animation: wcHeroDrift 14s ease-in-out infinite;
}

.wc-hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      180deg,
      rgba(7, 11, 17, 0.22) 0%,
      rgba(7, 11, 17, 0.42) 52%,
      rgba(7, 11, 17, 0.68) 100%
    ),
    radial-gradient(
      circle at 20% 18%,
      rgba(153, 198, 255, 0.22) 0%,
      rgba(153, 198, 255, 0) 42%
    );
}

.wc-hero-copy {
  max-width: 760px;
  color: #f5f9ff;
}

.wc-hero h1 {
  margin-top: 8px;
  font-size: clamp(3rem, 7.4vw, 7rem);
  line-height: 0.92;
  letter-spacing: -0.045em;
  color: #f7fbff;
  text-shadow: 0 14px 30px rgba(0, 0, 0, 0.36);
}

.wc-hero .sub {
  margin-top: 14px;
  max-width: 52ch;
  color: rgba(236, 244, 255, 0.94);
  line-height: 1.72;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
}

.wc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.wc-proof {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.wc-proof article {
  border-radius: 16px;
  border: 1px solid rgba(18, 22, 30, 0.12);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(6px);
  padding: 18px 16px;
  transition:
    transform 260ms ease,
    border-color 260ms ease;
}

.wc-proof article:hover {
  transform: translateY(-2px);
  border-color: rgba(18, 22, 30, 0.24);
}

.wc-proof strong {
  display: block;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  letter-spacing: -0.02em;
  color: #111621;
}

.wc-proof span {
  margin-top: 4px;
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(17, 22, 31, 0.64);
}

.wc-feature {
  margin-top: 16px;
  border-radius: 28px;
  border: 1px solid rgba(18, 22, 30, 0.14);
  background: rgba(255, 255, 255, 0.78);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  min-height: 70svh;
}

.wc-feature-reverse {
  grid-template-columns: 0.92fr 1.08fr;
}

.wc-feature-media {
  margin: 0;
  min-height: 100%;
  overflow: hidden;
}

.wc-feature-media img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 800ms ease;
}

.wc-feature:hover .wc-feature-media img {
  transform: scale(1.05);
}

.wc-feature-copy {
  padding: clamp(28px, 4vw, 54px);
  display: grid;
  align-content: center;
}

.wc-feature-copy h2 {
  margin-top: 8px;
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  line-height: 1;
  letter-spacing: -0.035em;
  max-width: 14ch;
}

.wc-feature-copy p {
  margin-top: 14px;
  max-width: 48ch;
  line-height: 1.78;
  color: rgba(17, 22, 31, 0.8);
}

.wc-capability {
  margin-top: 16px;
  border-radius: 28px;
  border: 1px solid rgba(18, 22, 30, 0.14);
  background: rgba(255, 255, 255, 0.82);
  padding: clamp(32px, 4vw, 58px);
}

.wc-capability-head h2 {
  margin-top: 8px;
  font-size: clamp(2rem, 4.4vw, 3.5rem);
  line-height: 1.03;
  letter-spacing: -0.03em;
}

.wc-capability-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.wc-capability-grid article {
  border-radius: 16px;
  border: 1px solid rgba(18, 22, 30, 0.12);
  background: rgba(255, 255, 255, 0.72);
  padding: 20px;
}

.wc-capability-grid h3 {
  margin: 0;
  font-size: 1.2rem;
}

.wc-capability-grid p {
  margin-top: 9px;
  color: rgba(17, 22, 31, 0.78);
  line-height: 1.7;
}

.wc-story {
  margin-top: 16px;
  display: grid;
  gap: 12px;
}

.wc-story-panel {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(18, 22, 30, 0.15);
  min-height: 72svh;
  background: #dfe6f1;
}

.wc-story-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.wc-story-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(9, 12, 18, 0.08) 0%,
    rgba(9, 12, 18, 0.62) 100%
  );
}

.wc-story-panel > div {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  max-width: 58ch;
  z-index: 1;
}

.wc-story-panel .eyebrow {
  color: rgba(225, 236, 255, 0.94);
}

.wc-story-panel h3 {
  margin: 8px 0 0;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #f8fbff;
}

.wc-story-panel p {
  margin: 10px 0 0;
  color: rgba(229, 239, 255, 0.92);
  line-height: 1.72;
}

.wc-cta {
  margin-top: 16px;
  border-radius: 28px;
  border: 1px solid rgba(18, 22, 30, 0.14);
  background: linear-gradient(160deg, #ffffff 0%, #eef3fb 100%);
  padding: clamp(30px, 4vw, 56px);
  text-align: center;
}

.wc-cta h2 {
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  letter-spacing: -0.03em;
}

.wc-cta p {
  max-width: 58ch;
  margin: 12px auto 0;
  line-height: 1.75;
  color: rgba(17, 22, 31, 0.76);
}

@keyframes wcHeroDrift {
  0%,
  100% {
    transform: scale(1.04) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.08) translate3d(0, -1.4%, 0);
  }
}

@media (max-width: 980px) {
  .wc-main,
  .products-wc .sub-footer {
    width: min(1240px, calc(100% - 24px));
  }

  .wc-main {
    padding-top: 80px;
  }

  .wc-hero {
    min-height: 74svh;
    border-radius: 22px;
    padding: 34px 20px;
  }

  .wc-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wc-feature,
  .wc-feature-reverse {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .wc-feature-media {
    height: 320px;
  }

  .wc-capability,
  .wc-cta {
    border-radius: 22px;
    padding: 24px 18px;
  }

  .wc-capability-grid {
    grid-template-columns: 1fr;
  }

  .wc-story-panel {
    min-height: 440px;
    border-radius: 20px;
  }
}

@media (max-width: 640px) {
  .wc-proof {
    grid-template-columns: 1fr;
  }

  .wc-story-panel {
    min-height: 380px;
  }

  .wc-story-panel > div {
    left: 16px;
    right: 16px;
    bottom: 14px;
  }
}

/* Full-bleed override for WattCision product page */
.products-wc {
  background: #070b11;
}

.products-wc::before,
.products-wc::after {
  display: none;
}

.products-wc .sub-footer {
  width: 100%;
  margin: 0;
  padding: 28px clamp(20px, 4vw, 56px) 38px;
  color: rgba(229, 238, 252, 0.62);
  border-top: 1px solid rgba(217, 230, 250, 0.12);
}

.wc-main {
  width: 100%;
  margin: 0;
  padding: 56px 0 0;
  background: #070b11;
}

.wc-main section {
  margin-top: 0;
}

.wc-hero,
.wc-proof,
.wc-feature,
.wc-capability,
.wc-story-panel,
.wc-cta {
  border-radius: 0;
  border: 0;
  box-shadow: none;
}

.wc-hero {
  min-height: 100svh;
  padding: clamp(78px, 10vw, 138px) clamp(20px, 6vw, 84px)
    clamp(42px, 5vw, 72px);
}

.wc-hero-copy {
  max-width: 780px;
}

.wc-proof {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  background: linear-gradient(180deg, #0d131d 0%, #0a1018 100%);
  border-top: 1px solid rgba(224, 236, 255, 0.1);
  border-bottom: 1px solid rgba(224, 236, 255, 0.1);
}

.wc-proof article {
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(224, 236, 255, 0.1);
  border-radius: 0;
  padding: 28px clamp(14px, 2vw, 26px);
}

.wc-proof article:last-child {
  border-right: 0;
}

.wc-proof strong {
  color: #f0f6ff;
}

.wc-proof span {
  color: rgba(225, 236, 255, 0.68);
}

.wc-feature,
.wc-feature-reverse {
  grid-template-columns: 1.08fr 0.92fr;
  min-height: 96svh;
  background: #0a1018;
  border-top: 1px solid rgba(216, 229, 251, 0.08);
}

.wc-feature-reverse {
  grid-template-columns: 0.92fr 1.08fr;
}

.wc-feature-copy {
  padding: clamp(30px, 5vw, 86px);
  color: #edf5ff;
}

.wc-feature-copy h2 {
  color: #f6fbff;
  max-width: 13ch;
}

.wc-feature-copy p {
  color: rgba(226, 237, 255, 0.78);
}

.wc-capability {
  background: linear-gradient(180deg, #0b111b 0%, #0d1623 100%);
  padding: clamp(36px, 4.5vw, 68px) clamp(20px, 5vw, 74px);
  border-top: 1px solid rgba(216, 229, 251, 0.1);
}

.wc-capability-head h2 {
  color: #f5faff;
}

.wc-capability-grid {
  gap: 0;
  border: 1px solid rgba(216, 229, 251, 0.14);
}

.wc-capability-grid article {
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(216, 229, 251, 0.12);
  border-bottom: 1px solid rgba(216, 229, 251, 0.12);
  border-radius: 0;
  padding: 24px;
}

.wc-capability-grid article:nth-child(2n) {
  border-right: 0;
}

.wc-capability-grid article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.wc-capability-grid h3 {
  color: #f3f8ff;
}

.wc-capability-grid p {
  color: rgba(219, 231, 250, 0.78);
}

.wc-story {
  gap: 0;
}

.wc-story-panel {
  min-height: 90svh;
  border-top: 1px solid rgba(215, 228, 250, 0.08);
}

.wc-story-panel::after {
  background: linear-gradient(
    180deg,
    rgba(9, 12, 18, 0.1) 0%,
    rgba(9, 12, 18, 0.72) 100%
  );
}

.wc-story-panel > div {
  left: clamp(18px, 5vw, 76px);
  right: clamp(18px, 5vw, 76px);
  bottom: clamp(18px, 4vw, 48px);
  max-width: 62ch;
}

.wc-cta {
  background: linear-gradient(180deg, #f8fbff 0%, #edf3fb 100%);
  padding: clamp(36px, 5vw, 78px) clamp(20px, 5vw, 64px);
}

@media (max-width: 980px) {
  .wc-main {
    padding-top: 54px;
  }

  .wc-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wc-proof article:nth-child(2n) {
    border-right: 0;
  }

  .wc-proof article {
    border-bottom: 1px solid rgba(224, 236, 255, 0.1);
  }

  .wc-proof article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .wc-feature,
  .wc-feature-reverse {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .wc-feature-media {
    height: 46svh;
  }

  .wc-capability-grid article {
    border-right: 0;
  }

  .wc-capability-grid article:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(216, 229, 251, 0.12);
  }

  .wc-capability-grid article:last-child {
    border-bottom: 0;
  }

  .wc-story-panel {
    min-height: 68svh;
  }
}

@media (max-width: 640px) {
  .wc-proof {
    grid-template-columns: 1fr;
  }

  .wc-proof article {
    border-right: 0;
  }

  .wc-proof article:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(224, 236, 255, 0.1);
  }

  .wc-proof article:last-child {
    border-bottom: 0;
  }

  .wc-story-panel {
    min-height: 62svh;
  }
}

/* Tesla minimalist monochrome theme */
.products-wc.tesla-mono {
  background: #050505;
}

.products-wc.tesla-mono .site-header.is-scrolled {
  background: rgba(8, 8, 8, 0.72);
  backdrop-filter: blur(10px);
}

.products-wc.tesla-mono .logo,
.products-wc.tesla-mono .main-nav a,
.products-wc.tesla-mono .header-actions a,
.products-wc.tesla-mono .menu-btn {
  color: rgba(246, 246, 246, 0.94);
}

.products-wc.tesla-mono .wc-main {
  background: #050505;
}

.products-wc.tesla-mono .wc-hero-shade {
  background: linear-gradient(
    180deg,
    rgba(5, 5, 5, 0.22) 0%,
    rgba(5, 5, 5, 0.52) 52%,
    rgba(5, 5, 5, 0.82) 100%
  );
}

.products-wc.tesla-mono .wc-hero h1,
.products-wc.tesla-mono .wc-feature-copy h2,
.products-wc.tesla-mono .wc-capability-head h2,
.products-wc.tesla-mono .wc-story-panel h3 {
  color: #ffffff;
}

.products-wc.tesla-mono .wc-hero .sub,
.products-wc.tesla-mono .wc-story-panel p {
  color: rgba(232, 232, 232, 0.9);
}

.products-wc.tesla-mono .eyebrow {
  color: rgba(214, 214, 214, 0.88);
}

.products-wc.tesla-mono .wc-proof {
  background: #0a0a0a;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.products-wc.tesla-mono .wc-proof article {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.products-wc.tesla-mono .wc-proof strong {
  color: #ffffff;
}

.products-wc.tesla-mono .wc-proof span {
  color: rgba(196, 196, 196, 0.78);
}

.products-wc.tesla-mono .wc-feature,
.products-wc.tesla-mono .wc-feature-reverse {
  background: #090909;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.products-wc.tesla-mono .wc-feature-copy p,
.products-wc.tesla-mono .wc-capability-grid p {
  color: rgba(210, 210, 210, 0.82);
}

.products-wc.tesla-mono .wc-capability {
  background: #0b0b0b;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.products-wc.tesla-mono .wc-capability-grid {
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.products-wc.tesla-mono .wc-capability-grid article {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.products-wc.tesla-mono .wc-capability-grid h3 {
  color: #f2f2f2;
}

.products-wc.tesla-mono .wc-story-panel {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.products-wc.tesla-mono .wc-story-panel::after {
  background: linear-gradient(
    180deg,
    rgba(4, 4, 4, 0.08) 0%,
    rgba(4, 4, 4, 0.78) 100%
  );
}

.products-wc.tesla-mono .wc-cta {
  background: #f4f4f4;
}

.products-wc.tesla-mono .wc-cta h2 {
  color: #111111;
}

.products-wc.tesla-mono .wc-cta p {
  color: rgba(18, 18, 18, 0.72);
}

.products-wc.tesla-mono .btn-light {
  background: rgba(255, 255, 255, 0.9);
  color: #111111;
}

.products-wc.tesla-mono .btn-dark {
  background: rgba(17, 17, 17, 0.92);
  color: rgba(255, 255, 255, 0.96);
}

.products-wc.tesla-mono .sub-footer {
  color: rgba(212, 212, 212, 0.62);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 980px) {
  .products-wc.tesla-mono .wc-proof article {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
}

/* Tesla-style redesign based on original wattcision content */
.tesla-wattcision {
  background: #050505;
}

.tesla-wattcision::before,
.tesla-wattcision::after {
  display: none;
}

.tesla-wattcision .logo,
.tesla-wattcision .main-nav a,
.tesla-wattcision .header-actions a,
.tesla-wattcision .menu-btn {
  color: rgba(246, 246, 246, 0.95);
}

.tesla-wattcision .site-header.is-scrolled {
  background: rgba(8, 8, 8, 0.76);
  backdrop-filter: blur(10px);
}

.tx-main {
  width: 100%;
  margin: 0;
  padding-top: 56px;
  background: #050505;
}

.tx-main section {
  margin: 0;
}

.tx-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: clamp(84px, 10vw, 140px) clamp(20px, 6vw, 84px)
    clamp(46px, 5vw, 76px);
}

.tx-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transform: scale(1.03);
  animation: txHeroFloat 15s ease-in-out infinite;
}

.tx-hero-mask {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      180deg,
      rgba(4, 4, 4, 0.24) 0%,
      rgba(4, 4, 4, 0.5) 50%,
      rgba(4, 4, 4, 0.82) 100%
    ),
    radial-gradient(
      circle at 82% 26%,
      rgba(255, 255, 255, 0.13) 0%,
      transparent 40%
    );
}

.tx-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.tx-hero h1 {
  margin-top: 8px;
  color: #fff;
  font-size: clamp(3rem, 8vw, 7.4rem);
  letter-spacing: -0.05em;
  line-height: 0.9;
  text-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
}

.tx-hero .sub {
  margin-top: 12px;
  color: rgba(232, 232, 232, 0.92);
  font-size: clamp(1.04rem, 1.8vw, 1.28rem);
}

.tx-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tx-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: #0a0a0a;
}

.tx-proof article {
  padding: 26px clamp(14px, 2.2vw, 26px);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.tx-proof article:last-child {
  border-right: 0;
}

.tx-proof strong {
  display: block;
  color: #fff;
  font-size: clamp(1.12rem, 2.1vw, 1.6rem);
  letter-spacing: -0.02em;
}

.tx-proof span {
  display: block;
  margin-top: 4px;
  color: rgba(206, 206, 206, 0.76);
  font-size: 0.78rem;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.tx-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tx-split-card {
  position: relative;
  min-height: 78svh;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.tx-split-card:last-child {
  border-right: 0;
}

.tx-split-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tx-split-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(5, 5, 5, 0.06) 0%,
    rgba(5, 5, 5, 0.68) 100%
  );
}

.tx-split-card > div {
  position: absolute;
  z-index: 1;
  left: clamp(16px, 5vw, 46px);
  right: clamp(16px, 5vw, 46px);
  bottom: clamp(16px, 4vw, 40px);
}

.tx-split-card h2 {
  margin-top: 8px;
  color: #fff;
  font-size: clamp(1.6rem, 3.8vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.tx-split-card p {
  margin-top: 10px;
  color: rgba(223, 233, 249, 0.9);
  line-height: 1.7;
  max-width: 42ch;
}

.tx-smart {
  position: relative;
  padding: clamp(34px, 5vw, 70px) clamp(20px, 5vw, 70px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.tx-smart-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.tx-smart::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(5, 5, 5, 0.36) 0%,
    rgba(5, 5, 5, 0.78) 100%
  );
}

.tx-smart-head,
.tx-smart-grid {
  position: relative;
  z-index: 2;
}

.tx-smart-head h2 {
  margin-top: 8px;
  color: #fff;
  font-size: clamp(2rem, 4.4vw, 3.6rem);
  letter-spacing: -0.03em;
}

.tx-smart-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.tx-smart-grid article {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(8, 8, 8, 0.48);
  backdrop-filter: blur(4px);
  padding: 14px;
}

.tx-smart-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.tx-smart-grid h3 {
  margin: 10px 0 0;
  color: #fff;
  font-size: 1.05rem;
}

.tx-smart-grid p {
  margin-top: 8px;
  color: rgba(221, 231, 247, 0.9);
  line-height: 1.65;
  font-size: 0.93rem;
}

.tx-reliable {
  background: #06090e;
  padding: clamp(34px, 5vw, 70px) clamp(20px, 5vw, 70px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tx-reliable-head h2 {
  margin-top: 8px;
  color: #fff;
  font-size: clamp(2rem, 4.2vw, 3.5rem);
  letter-spacing: -0.03em;
}

.tx-reliable-gallery {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}

.tx-reliable-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.tx-outdoor {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 76svh;
}

.tx-outdoor-copy {
  padding: clamp(30px, 5vw, 72px);
  background: #0b0b0b;
  display: grid;
  align-content: center;
}

.tx-outdoor h2 {
  margin-top: 8px;
  color: #fff;
  font-size: clamp(2rem, 4.4vw, 3.5rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.tx-outdoor p {
  margin-top: 12px;
  color: rgba(214, 214, 214, 0.82);
  line-height: 1.78;
  max-width: 50ch;
}

.tx-outdoor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tx-compare {
  background: #efefef;
  color: #111;
  padding: clamp(34px, 5vw, 70px) clamp(20px, 5vw, 70px);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.tx-compare-head h2 {
  margin-top: 8px;
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  letter-spacing: -0.03em;
}

.tx-compare-head p {
  margin-top: 10px;
  color: rgba(24, 24, 24, 0.7);
}

.tx-compare-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.tx-compare-grid figure {
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
}

.tx-compare-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.tx-compare-grid figcaption {
  padding: 10px 12px;
  font-size: 0.84rem;
  color: rgba(20, 20, 20, 0.75);
}

.tx-tech {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tx-tech article {
  position: relative;
  min-height: 72svh;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.tx-tech article:last-child {
  border-right: 0;
}

.tx-tech img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tx-tech article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(6, 6, 6, 0.1) 0%,
    rgba(6, 6, 6, 0.74) 100%
  );
}

.tx-tech article > div {
  position: absolute;
  z-index: 1;
  left: clamp(16px, 4vw, 44px);
  right: clamp(16px, 4vw, 44px);
  bottom: clamp(16px, 4vw, 38px);
}

.tx-tech h3 {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(1.45rem, 2.8vw, 2.2rem);
  letter-spacing: -0.02em;
}

.tx-tech p {
  margin-top: 9px;
  color: rgba(224, 235, 252, 0.9);
  line-height: 1.72;
}

.tx-imaster {
  background: #f4f4f4;
  color: #111;
  padding: clamp(36px, 5vw, 78px) clamp(20px, 5vw, 70px);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.tx-imaster-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.tx-imaster-head img {
  width: 86px;
  height: 86px;
  object-fit: contain;
}

.tx-imaster-head h2 {
  margin-top: 10px;
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  letter-spacing: -0.03em;
}

.tx-imaster-head p {
  margin-top: 10px;
  color: rgba(23, 23, 23, 0.72);
  line-height: 1.74;
}

.tx-imaster-visual {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  align-items: end;
}

.tx-imaster-visual img {
  width: 100%;
  object-fit: contain;
}

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

.tx-imaster-grid article {
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: rgba(255, 255, 255, 0.72);
  padding: 16px;
}

.tx-imaster-grid img {
  width: 34px;
  height: 34px;
}

.tx-imaster-grid p {
  margin-top: 10px;
  line-height: 1.65;
  color: rgba(24, 24, 24, 0.78);
}

.tx-cta {
  background: #050505;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: clamp(36px, 5vw, 70px) clamp(20px, 5vw, 70px);
  text-align: center;
}

.tx-cta h2 {
  color: #fff;
  font-size: clamp(2rem, 4.4vw, 3.5rem);
  letter-spacing: -0.03em;
}

.tx-cta p {
  margin: 12px auto 0;
  max-width: 58ch;
  color: rgba(212, 212, 212, 0.8);
  line-height: 1.75;
}

.tesla-wattcision .btn-dark {
  background: rgba(250, 250, 250, 0.94);
  color: #111;
}

.tesla-wattcision .btn-light {
  background: rgba(28, 28, 28, 0.9);
  color: rgba(245, 245, 245, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.tesla-wattcision .sub-footer {
  width: 100%;
  margin: 0;
  padding: 26px clamp(20px, 5vw, 70px) 36px;
  color: rgba(212, 212, 212, 0.62);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@keyframes txHeroFloat {
  0%,
  100% {
    transform: scale(1.03) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.07) translate3d(0, -1.5%, 0);
  }
}

@media (max-width: 980px) {
  .tx-main {
    padding-top: 52px;
  }

  .tx-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tx-proof article:nth-child(2n) {
    border-right: 0;
  }

  .tx-proof article {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .tx-proof article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .tx-split,
  .tx-outdoor,
  .tx-tech,
  .tx-compare-grid {
    grid-template-columns: 1fr;
  }

  .tx-split-card,
  .tx-tech article {
    min-height: 66svh;
    border-right: 0;
  }

  .tx-smart-grid,
  .tx-imaster-grid,
  .tx-imaster-visual,
  .tx-reliable-gallery {
    grid-template-columns: 1fr;
  }

  .tx-imaster-head {
    text-align: left;
    margin: 0;
  }
}

@media (max-width: 640px) {
  .tx-proof {
    grid-template-columns: 1fr;
  }

  .tx-proof article {
    border-right: 0;
  }

  .tx-proof article:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .tx-proof article:last-child {
    border-bottom: 0;
  }

  .tx-split-card,
  .tx-tech article,
  .tx-outdoor {
    min-height: 58svh;
  }
}

/* Ultra-minimal Tesla variant */
.tesla-ultra {
  background: #050505;
}

.tesla-ultra::before,
.tesla-ultra::after {
  display: none;
}

.tesla-ultra .site-header.is-scrolled {
  background: rgba(8, 8, 8, 0.8);
  backdrop-filter: blur(10px);
}

.tesla-ultra .logo,
.tesla-ultra .main-nav a,
.tesla-ultra .header-actions a,
.tesla-ultra .menu-btn {
  color: rgba(244, 244, 244, 0.95);
}

.txu-main {
  width: 100%;
  margin: 0;
  padding-top: 56px;
  background: #050505;
}

.txu-main section {
  margin: 0;
}

.txu-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: clamp(84px, 10vw, 140px) clamp(20px, 6vw, 84px)
    clamp(46px, 5vw, 76px);
}

.txu-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  animation: txHeroFloat 15s ease-in-out infinite;
}

.txu-mask {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(3, 3, 3, 0.2) 0%,
    rgba(3, 3, 3, 0.52) 52%,
    rgba(3, 3, 3, 0.84) 100%
  );
}

.txu-copy {
  position: relative;
  z-index: 2;
  max-width: 740px;
}

.txu-copy h1 {
  margin-top: 8px;
  color: #fff;
  font-size: clamp(3rem, 8vw, 7.2rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.txu-copy .sub {
  margin-top: 12px;
  color: rgba(232, 232, 232, 0.88);
}

.txu-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tesla-ultra .btn-dark {
  background: rgba(248, 248, 248, 0.94);
  color: #111;
}

.tesla-ultra .btn-light {
  background: rgba(18, 18, 18, 0.9);
  color: rgba(245, 245, 245, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.txu-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #0a0a0a;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.txu-proof article {
  padding: 24px clamp(14px, 2vw, 24px);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.txu-proof article:last-child {
  border-right: 0;
}

.txu-proof strong {
  display: block;
  color: #fff;
  font-size: clamp(1.12rem, 2vw, 1.52rem);
  letter-spacing: -0.02em;
}

.txu-proof span {
  display: block;
  margin-top: 4px;
  color: rgba(195, 195, 195, 0.74);
  font-size: 0.77rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.txu-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.txu-pane {
  position: relative;
  min-height: 82svh;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.txu-pane:last-child {
  border-right: 0;
}

.txu-pane img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.txu-pane::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(4, 4, 4, 0.05) 0%,
    rgba(4, 4, 4, 0.72) 100%
  );
}

.txu-pane > div {
  position: absolute;
  z-index: 1;
  left: clamp(16px, 4vw, 44px);
  right: clamp(16px, 4vw, 44px);
  bottom: clamp(16px, 4vw, 38px);
}

.txu-pane h2 {
  margin-top: 8px;
  color: #fff;
  font-size: clamp(1.8rem, 3.8vw, 3.15rem);
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.txu-control,
.txu-reliable,
.txu-tech,
.txu-cta {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.txu-control {
  background: #0b0b0b;
  padding: clamp(28px, 4vw, 52px) clamp(20px, 5vw, 70px);
}

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

.txu-control-grid article {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(8, 8, 8, 0.64);
  padding: 12px;
}

.txu-control-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.txu-control-grid h3 {
  margin: 10px 0 0;
  color: #fff;
  font-size: 1rem;
  letter-spacing: -0.01em;
}

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

.txu-story article {
  position: relative;
  min-height: 56svh;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.txu-story article:last-child {
  border-right: 0;
}

.txu-story img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.txu-story article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(2, 2, 2, 0.04) 0%,
    rgba(2, 2, 2, 0.68) 100%
  );
}

.txu-story div {
  position: absolute;
  z-index: 1;
  left: 16px;
  right: 16px;
  bottom: 14px;
}

.txu-story h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.15rem, 2.2vw, 1.75rem);
  letter-spacing: -0.02em;
}

.txu-tech {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.txu-tech article {
  position: relative;
  min-height: 62svh;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.txu-tech article:last-child {
  border-right: 0;
}

.txu-tech img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.txu-tech article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(3, 3, 3, 0.08) 0%,
    rgba(3, 3, 3, 0.74) 100%
  );
}

.txu-tech div {
  position: absolute;
  z-index: 1;
  left: 16px;
  right: 16px;
  bottom: 14px;
}

.txu-tech h3 {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(1.2rem, 2.4vw, 1.95rem);
}

.txu-cta {
  background: #050505;
  text-align: center;
  padding: clamp(32px, 4.5vw, 60px) clamp(20px, 5vw, 70px);
}

.txu-cta h2 {
  color: #fff;
  font-size: clamp(2rem, 4.3vw, 3.4rem);
  letter-spacing: -0.03em;
}

.tesla-ultra .sub-footer {
  width: 100%;
  margin: 0;
  padding: 24px clamp(20px, 5vw, 70px) 34px;
  color: rgba(208, 208, 208, 0.62);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 980px) {
  .txu-main {
    padding-top: 52px;
  }

  .txu-proof,
  .txu-split,
  .txu-control-grid,
  .txu-story,
  .txu-tech {
    grid-template-columns: 1fr;
  }

  .txu-proof article,
  .txu-pane,
  .txu-story article,
  .txu-tech article {
    border-right: 0;
  }

  .txu-proof article {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .txu-proof article:last-child {
    border-bottom: 0;
  }

  .txu-pane {
    min-height: 64svh;
  }

  .txu-story article,
  .txu-tech article {
    min-height: 48svh;
  }
}

/* Clean premium override */
.tesla-clean {
  background: #070707;
}

.tesla-clean::before,
.tesla-clean::after {
  display: none;
}

.tesla-clean .site-header.is-scrolled {
  background: rgba(10, 10, 10, 0.82);
  backdrop-filter: blur(10px);
}

.tesla-clean .logo,
.tesla-clean .main-nav a,
.tesla-clean .header-actions a,
.tesla-clean .menu-btn {
  color: rgba(246, 246, 246, 0.95);
}

.tesla-clean .site-header.is-scrolled .main-nav a,
.tesla-clean .site-header.is-scrolled .header-actions a,
.tesla-clean .site-header.is-scrolled .menu-btn {
  color: rgba(246, 246, 246, 0.95);
}

.tesla-clean .logo {
  --logo-filter: invert(1) brightness(1.08);
}

.tesla-clean .site-header.is-scrolled .logo {
  --logo-filter: invert(1) brightness(1.08);
}

.tc-main {
  width: 100%;
  margin: 0;
  padding-top: 56px;
  background: #070707;
}

.tc-main section {
  margin: 0;
}

.tc-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: clamp(82px, 10vw, 138px) clamp(20px, 6vw, 84px)
    clamp(44px, 5vw, 72px);
}

.tc-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: txHeroFloat 15s ease-in-out infinite;
}

.tc-mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(6, 6, 6, 0.22) 0%,
    rgba(6, 6, 6, 0.52) 52%,
    rgba(6, 6, 6, 0.84) 100%
  );
}

.tc-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.tc-copy h1 {
  margin-top: 8px;
  color: #fff;
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.tc-copy .sub {
  margin-top: 12px;
  color: rgba(232, 232, 232, 0.9);
}

.tc-actions {
  margin-top: 26px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tesla-clean .btn-dark {
  background: rgba(245, 245, 245, 0.95);
  color: #111;
}

.tesla-clean .btn-light {
  background: rgba(20, 20, 20, 0.9);
  color: rgba(244, 244, 244, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.tc-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #0b0b0b;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.tc-metrics article {
  padding: 22px clamp(12px, 2vw, 24px);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.tc-metrics article:last-child {
  border-right: 0;
}

.tc-metrics strong {
  display: block;
  color: #fff;
  font-size: clamp(1.1rem, 1.9vw, 1.46rem);
  letter-spacing: -0.02em;
}

.tc-metrics span {
  display: block;
  margin-top: 4px;
  color: rgba(196, 196, 196, 0.74);
  font-size: 0.76rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.tc-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.tc-pane {
  position: relative;
  min-height: 78svh;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.tc-pane:last-child {
  border-right: 0;
}

.tc-pane img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tc-pane::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(5, 5, 5, 0.08) 0%,
    rgba(5, 5, 5, 0.74) 100%
  );
}

.tc-pane > div {
  position: absolute;
  z-index: 1;
  left: clamp(16px, 4vw, 44px);
  right: clamp(16px, 4vw, 44px);
  bottom: clamp(16px, 4vw, 36px);
}

.tc-pane h2 {
  margin-top: 8px;
  color: #fff;
  font-size: clamp(1.7rem, 3.8vw, 3rem);
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.tc-pane p {
  margin-top: 9px;
  color: rgba(224, 234, 250, 0.9);
  line-height: 1.72;
  max-width: 42ch;
}

.tc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tc-grid article {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background: #0b0b0b;
  padding: 14px;
}

.tc-grid article:last-child {
  border-right: 0;
}

.tc-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.tc-grid h3 {
  margin: 10px 0 0;
  color: #fff;
  font-size: 1rem;
}

.tc-grid p {
  margin-top: 8px;
  color: rgba(200, 200, 200, 0.78);
  line-height: 1.64;
  font-size: 0.92rem;
}

.tc-band {
  background: #070707;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: clamp(30px, 4.4vw, 56px) clamp(20px, 5vw, 70px);
}

.tc-list-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.tc-list-grid article {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
  padding: 16px;
  min-height: 180px;
}

.tc-list-grid h3 {
  margin: 0;
  color: #fff;
  font-size: 1.02rem;
}

.tc-list-grid p {
  margin: 8px 0 0;
  color: rgba(210, 210, 210, 0.82);
  font-size: 0.92rem;
  line-height: 1.7;
}

.tc-table-wrap {
  margin-top: 20px;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.tc-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

.tc-table th,
.tc-table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(228, 228, 228, 0.9);
  font-size: 0.9rem;
}

.tc-table th:last-child,
.tc-table td:last-child {
  border-right: 0;
}

.tc-table thead th {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tc-table tbody tr:last-child td {
  border-bottom: 0;
}

.tc-table-model td:first-child {
  color: #fff;
  font-weight: 520;
}

.tc-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.tc-two-col article {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
  padding: 18px 16px;
}

.tc-two-col h2 {
  margin-top: 8px;
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
}

.tc-two-col ul {
  margin: 14px 0 0;
  padding-left: 18px;
}

.tc-two-col li {
  color: rgba(210, 210, 210, 0.84);
  line-height: 1.72;
  font-size: 0.94rem;
}

.tc-chip-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tc-chip-list span {
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(240, 240, 240, 0.92);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
}

.tc-usecases,
.tc-specs,
.tc-process,
.tc-faq {
  background: #070707;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: clamp(30px, 4.4vw, 56px) clamp(20px, 5vw, 70px);
}

.tc-section-head {
  max-width: 760px;
}

.tc-section-head h2 {
  margin-top: 8px;
  color: #fff;
  font-size: clamp(1.9rem, 4.2vw, 3.1rem);
  letter-spacing: -0.03em;
  line-height: 1.02;
}

.tc-cards {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.tc-cards article {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
  padding: 16px;
  min-height: 180px;
}

.tc-cards h3 {
  margin: 0;
  color: #fff;
  font-size: 1.02rem;
}

.tc-cards p {
  margin-top: 8px;
  color: rgba(210, 210, 210, 0.82);
  font-size: 0.92rem;
  line-height: 1.7;
}

.tc-spec-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.tc-spec-grid article {
  padding: 18px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.01);
}

.tc-spec-grid article:nth-child(3n) {
  border-right: 0;
}

.tc-spec-grid span {
  display: block;
  color: rgba(196, 196, 196, 0.76);
  font-size: 0.76rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.tc-spec-grid strong {
  margin-top: 6px;
  display: block;
  color: #fff;
  font-size: clamp(1.02rem, 1.75vw, 1.25rem);
  letter-spacing: -0.02em;
}

.tc-steps {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.tc-steps article {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
  padding: 16px;
}

.tc-steps em {
  font-style: normal;
  color: rgba(199, 199, 199, 0.68);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
}

.tc-steps h3 {
  margin: 6px 0 0;
  color: #fff;
  font-size: 1rem;
}

.tc-steps p {
  margin: 8px 0 0;
  color: rgba(208, 208, 208, 0.8);
  font-size: 0.9rem;
  line-height: 1.68;
}

.tc-faq details {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 14px 0;
}

.tc-faq details:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.tc-faq summary {
  list-style: none;
  cursor: pointer;
  color: #fff;
  font-size: 1rem;
  font-weight: 520;
}

.tc-faq summary::-webkit-details-marker {
  display: none;
}

.tc-faq p {
  margin: 8px 0 0;
  color: rgba(205, 205, 205, 0.8);
  line-height: 1.72;
  max-width: 70ch;
}

.tc-cta {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #070707;
  text-align: center;
  padding: clamp(34px, 4.5vw, 58px) clamp(20px, 5vw, 70px);
}

.tc-cta h2 {
  color: #fff;
  font-size: clamp(2rem, 4.2vw, 3.35rem);
  letter-spacing: -0.03em;
}

.tc-cta p {
  max-width: 52ch;
  margin: 12px auto 0;
  color: rgba(212, 212, 212, 0.82);
  line-height: 1.72;
}

.tesla-clean .sub-footer {
  width: 100%;
  margin: 0;
  padding: 24px clamp(20px, 5vw, 70px) 32px;
  color: rgba(208, 208, 208, 0.62);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 980px) {
  .tc-main {
    padding-top: 52px;
  }

  .tc-metrics,
  .tc-feature,
  .tc-grid {
    grid-template-columns: 1fr;
  }

  .tc-cards,
  .tc-steps,
  .tc-list-grid,
  .tc-two-col {
    grid-template-columns: 1fr 1fr;
  }

  .tc-spec-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tc-spec-grid article:nth-child(3n) {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
  }

  .tc-spec-grid article:nth-child(2n) {
    border-right: 0;
  }

  .tc-metrics article,
  .tc-pane,
  .tc-grid article {
    border-right: 0;
  }

  .tc-metrics article {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .tc-metrics article:last-child {
    border-bottom: 0;
  }

  .tc-pane {
    min-height: 62svh;
  }
}

@media (max-width: 680px) {
  .tc-cards,
  .tc-steps,
  .tc-spec-grid,
  .tc-list-grid,
  .tc-two-col {
    grid-template-columns: 1fr;
  }

  .tc-spec-grid article,
  .tc-spec-grid article:nth-child(3n),
  .tc-spec-grid article:nth-child(2n) {
    border-right: 0;
  }

  .tc-table {
    min-width: 620px;
  }
}

@media (max-width: 560px) {
  .tc-main {
    padding-top: 52px;
  }

  .tc-hero {
    min-height: 88dvh;
    padding: 72px 12px 30px;
  }

  .tc-copy h1 {
    font-size: clamp(2.1rem, 11vw, 3.2rem);
  }

  .tc-band,
  .tc-usecases,
  .tc-specs,
  .tc-process,
  .tc-faq,
  .tc-cta {
    padding-inline: 12px;
  }

  .tc-table {
    min-width: 540px;
  }

  .tc-table th,
  .tc-table td {
    padding: 10px 10px;
    font-size: 0.82rem;
  }

  .tc-chip-list span {
    font-size: 0.8rem;
    padding: 7px 12px;
  }
}

/* WattCision Blueprint v2 */
.wc-page {
  padding-top: 56px;
  background:
    radial-gradient(
      circle at 12% 8%,
      rgba(104, 132, 184, 0.14),
      transparent 34%
    ),
    radial-gradient(
      circle at 84% 18%,
      rgba(89, 119, 168, 0.12),
      transparent 30%
    ),
    linear-gradient(180deg, #060709 0%, #080a0d 48%, #07080b 100%);
  color: #f3f5f8;
}

.wc-section {
  border-top: 0;
  position: relative;
}

.wc-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 120px;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(8, 10, 14, 0) 0%,
    rgba(8, 10, 14, 0.22) 100%
  );
  opacity: 0.4;
}

.wc-container {
  width: min(1360px, calc(100% - 36px));
  margin: 0 auto;
}

.wc-head {
  max-width: 760px;
}

.wc-kicker {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(214, 220, 232, 0.86);
}

.wc-title {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(2rem, 5vw, 4.5rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.wc-subtitle {
  margin: 12px 0 0;
  max-width: 64ch;
  color: rgba(214, 220, 232, 0.84);
  line-height: 1.7;
}

.wc-actions {
  margin-top: 24px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.wc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 999px;
  padding: 0 18px;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
}

.wc-btn--primary {
  background: rgba(247, 249, 252, 0.94);
  color: #101319;
}

.wc-btn--secondary {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(16, 20, 26, 0.62);
  color: rgba(243, 246, 255, 0.94);
}

.wc-section--hero {
  position: relative;
  min-height: 94svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #080c14;
}

.wc-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wc-hero-mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(4, 5, 7, 0.18) 0%,
    rgba(4, 5, 7, 0.56) 60%,
    rgba(4, 5, 7, 0.86) 100%
  );
}

.wc-section--hero .wc-container {
  position: relative;
  z-index: 1;
  padding-bottom: clamp(30px, 7vh, 62px);
}

.wc-section--resilience,
.wc-section--brain,
.wc-section--scale,
.wc-section--specs,
.wc-section--cases,
.wc-section--cta {
  padding: clamp(36px, 5.2vw, 72px) 0;
}

.wc-media--gallery {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.wc-media--gallery article {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.26);
}

.wc-media--gallery img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.wc-media--gallery h3 {
  margin: 0;
  padding: 12px 14px 14px;
  color: #fff;
  font-size: 0.96rem;
}

.wc-metric {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.wc-metric li {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.02) 100%
  );
  border-radius: 14px;
  padding: 14px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.wc-metric strong {
  display: block;
  color: #fff;
}

.wc-metric span {
  display: block;
  margin-top: 4px;
  color: rgba(214, 220, 232, 0.76);
  font-size: 0.8rem;
}

.wc-layout--split {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 14px;
  align-items: center;
}

.wc-feature-list {
  margin: 16px 0 0;
  padding-left: 18px;
}

.wc-feature-list li {
  margin-top: 8px;
  color: rgba(216, 223, 237, 0.86);
}

.wc-media--ui img,
.wc-media--photo img {
  width: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 18px;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.3);
}

.wc-media--3d {
  margin-top: 22px;
  padding: 20px 18px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.015) 100%
  );
  border-radius: 18px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.07),
    0 16px 34px rgba(0, 0, 0, 0.24);
}

.wc-scale-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.wc-scale-cabinet {
  height: 160px;
  border-radius: 12px;
  background: linear-gradient(
    180deg,
    rgba(100, 114, 138, 0.16) 0%,
    rgba(37, 44, 56, 0.34) 100%
  );
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.wc-scale-cabinet.is-active {
  background: linear-gradient(
    180deg,
    rgba(160, 198, 255, 0.2) 0%,
    rgba(65, 89, 129, 0.45) 100%
  );
  box-shadow:
    inset 0 0 0 1px rgba(178, 211, 255, 0.36),
    0 10px 26px rgba(92, 130, 184, 0.28);
}

.wc-scale-slider {
  width: 100%;
  margin-top: 14px;
}

.wc-scroll-story {
  margin-top: 20px;
  display: grid;
  gap: 20px;
}

.wc-scroll-story article {
  padding: 4px 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.wc-scroll-story article:last-child {
  border-bottom: 0;
}

.wc-scroll-story strong {
  display: block;
  color: #fff;
  font-size: clamp(1.55rem, 4vw, 3rem);
  line-height: 1.03;
  letter-spacing: -0.03em;
}

.wc-scroll-story p {
  margin: 10px 0 0;
  max-width: 58ch;
  color: rgba(214, 220, 232, 0.82);
}

.wc-accordion {
  margin-top: 16px;
}

.wc-accordion-item {
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  padding: 2px 12px 10px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07);
}

.wc-accordion-item summary {
  cursor: pointer;
  font-weight: 600;
  padding: 10px 0 4px;
}

.wc-accordion-item ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

.wc-accordion-item li {
  margin-top: 6px;
  color: rgba(214, 220, 232, 0.84);
}

.wc-case-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.wc-case-grid article {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.055) 0%,
    rgba(255, 255, 255, 0.02) 100%
  );
  border-radius: 16px;
  padding: 16px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 16px 30px rgba(0, 0, 0, 0.2);
}

.wc-case-grid h3 {
  margin: 0;
  color: #fff;
}

.wc-case-grid p {
  margin-top: 9px;
  color: rgba(214, 220, 232, 0.82);
}

.wc-section--cta {
  text-align: center;
  padding-bottom: clamp(44px, 6vw, 88px);
}

.wc-section--cta .wc-title {
  font-size: clamp(1.9rem, 4vw, 3.2rem);
}

.wc-section--cta .wc-actions {
  justify-content: center;
}

@media (max-width: 980px) {
  .wc-container {
    width: calc(100% - 28px);
  }

  .wc-layout--split,
  .wc-media--gallery,
  .wc-metric,
  .wc-scroll-story,
  .wc-case-grid {
    grid-template-columns: 1fr;
  }

  .wc-scale-cabinet {
    height: 96px;
  }
}

@media (max-width: 560px) {
  .wc-page {
    padding-top: 52px;
  }

  .wc-section--hero {
    min-height: 86dvh;
  }

  .wc-container {
    width: calc(100% - 20px);
  }

  .wc-btn {
    width: 100%;
  }
}

/* WattCision refinement: premium minimal */
.wc-page {
  background: #060607;
}

.wc-section::before {
  display: none;
}

.wc-container {
  width: min(1040px, calc(100% - 72px));
}

.wc-section--resilience,
.wc-section--brain,
.wc-section--scale,
.wc-section--specs,
.wc-section--cases,
.wc-section--cta {
  padding: clamp(56px, 9vw, 112px) 0;
}

.wc-kicker {
  font-size: 0.72rem;
  letter-spacing: 0.13em;
  color: rgba(218, 225, 238, 0.58);
}

.wc-title {
  margin-top: 10px;
  font-size: clamp(1.66rem, 3.4vw, 2.85rem);
  line-height: 1;
  letter-spacing: -0.022em;
}

.wc-subtitle {
  margin-top: 14px;
  max-width: 52ch;
  color: rgba(223, 230, 242, 0.72);
  font-size: clamp(1rem, 1.4vw, 1.08rem);
  line-height: 1.8;
}

.wc-actions {
  margin-top: 28px;
  gap: 12px;
}

.wc-btn {
  min-height: 42px;
  padding: 0 20px;
  font-size: 0.84rem;
  letter-spacing: 0.01em;
  transition:
    transform 200ms ease,
    background-color 200ms ease,
    color 200ms ease,
    border-color 200ms ease;
}

.wc-btn--primary {
  background: #f4f6fb;
  color: #11131a;
}

.wc-btn--secondary {
  background: transparent;
  border: 1px solid rgba(239, 243, 251, 0.28);
}

.wc-media--gallery,
.wc-layout--split,
.wc-case-grid {
  gap: 24px;
}

.wc-media--gallery article,
.wc-media--ui img,
.wc-media--photo img,
.wc-media--3d,
.wc-metric li,
.wc-accordion-item,
.wc-case-grid article {
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.wc-media--gallery article {
  border: 0;
}

.wc-media--gallery img,
.wc-media--ui img,
.wc-media--photo img {
  border-radius: 2px;
  border: 0;
}

.wc-metric {
  margin-top: 24px;
  gap: 18px;
}

.wc-metric li {
  padding: 0;
  box-shadow: none;
}

.wc-metric strong {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  letter-spacing: -0.03em;
}

.wc-metric span {
  margin-top: 6px;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(216, 223, 236, 0.58);
}

.wc-feature-list {
  margin-top: 24px;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.wc-feature-list li {
  margin: 0;
  padding-left: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(223, 230, 242, 0.78);
}

.wc-media--3d {
  margin-top: 26px;
  padding: 0;
}

.wc-scale-track {
  gap: 12px;
}

.wc-scale-cabinet {
  height: 132px;
  border-radius: 2px;
  background: linear-gradient(
    180deg,
    rgba(143, 161, 192, 0.22) 0%,
    rgba(62, 70, 85, 0.3) 100%
  );
  box-shadow: none;
}

.wc-scale-cabinet.is-active {
  background: linear-gradient(
    180deg,
    rgba(196, 218, 255, 0.38) 0%,
    rgba(88, 109, 140, 0.42) 100%
  );
  box-shadow: none;
}

.wc-scale-slider {
  margin-top: 20px;
}

.wc-scroll-story {
  margin-top: 34px;
  gap: 30px;
}

.wc-scroll-story article {
  padding: 0;
  border-bottom: 0;
}

.wc-scroll-story strong {
  font-size: clamp(1.2rem, 2.2vw, 1.86rem);
  line-height: 1.08;
  letter-spacing: -0.014em;
}

.wc-scroll-story p {
  margin-top: 12px;
  color: rgba(223, 230, 242, 0.72);
}

.wc-accordion {
  margin-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.wc-accordion-item {
  margin-top: 0;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.wc-accordion-item summary {
  padding: 0;
  font-size: 1rem;
  font-weight: 520;
}

.wc-accordion-item ul {
  margin-top: 10px;
  padding-left: 16px;
}

.wc-accordion-item li {
  color: rgba(223, 230, 242, 0.72);
}

.wc-case-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 26px;
}

.wc-case-grid article {
  padding: 0;
}

.wc-case-grid h3 {
  font-size: clamp(0.96rem, 1.3vw, 1.14rem);
  letter-spacing: -0.008em;
}

.wc-case-grid p {
  margin-top: 10px;
  color: rgba(223, 230, 242, 0.7);
  line-height: 1.8;
}

.wc-section--cta {
  padding-bottom: clamp(76px, 10vw, 132px);
}

.wc-section--cta .wc-subtitle {
  margin-inline: auto;
}

@media (max-width: 980px) {
  .wc-container {
    width: calc(100% - 30px);
  }

  .wc-layout--split,
  .wc-media--gallery,
  .wc-case-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .wc-scale-cabinet {
    height: 92px;
  }
}

@media (max-width: 560px) {
  .wc-container {
    width: calc(100% - 22px);
  }

  .wc-section--resilience,
  .wc-section--brain,
  .wc-section--scale,
  .wc-section--specs,
  .wc-section--cases,
  .wc-section--cta {
    padding: 46px 0;
  }

  .wc-title {
    font-size: clamp(1.36rem, 6.6vw, 1.78rem);
  }

  .wc-btn {
    width: 100%;
  }

  .wc-scroll-story strong {
    font-size: clamp(1.06rem, 5.8vw, 1.34rem);
  }
}

/* EKD-inspired minimal narrative */
.wc-ekd {
  background: #050607;
}

.wc-ekd .wc-container {
  width: min(1320px, calc(100% - 42px));
}

.wc-ekd .wc-section--resilience,
.wc-ekd .wc-section--brain,
.wc-ekd .wc-section--scale,
.wc-ekd .wc-section--specs,
.wc-ekd .wc-section--cta {
  padding: clamp(72px, 10vw, 136px) 0;
}

.wc-ekd .wc-kicker {
  color: rgba(232, 238, 250, 0.46);
}

.wc-ekd .wc-title {
  font-weight: 560;
}

.wc-ekd .wc-subtitle {
  color: rgba(225, 232, 245, 0.66);
  max-width: 46ch;
}

.wc-ekd .wc-media--gallery,
.wc-ekd .wc-layout--split {
  gap: 28px;
}

.wc-ekd .wc-media--gallery article,
.wc-ekd .wc-media--ui img,
.wc-ekd .wc-media--photo img,
.wc-ekd .wc-media--3d,
.wc-ekd .wc-metric li,
.wc-ekd .wc-accordion-item,
.wc-ekd .wc-case-grid article {
  background: transparent;
  box-shadow: none;
  border: 0;
}

.wc-ekd .wc-media--gallery img,
.wc-ekd .wc-media--ui img,
.wc-ekd .wc-media--photo img {
  border-radius: 0;
  filter: saturate(0.92) contrast(1.03);
}

.wc-ekd .wc-metric {
  margin-top: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.wc-ekd .wc-metric strong {
  font-size: clamp(1.7rem, 3.4vw, 2.6rem);
  font-weight: 540;
}

.wc-ekd .wc-feature-list {
  gap: 12px;
}

.wc-ekd .wc-feature-list li {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(225, 232, 245, 0.7);
}

.wc-ekd .wc-scroll-story {
  margin-top: 42px;
}

.wc-ekd .wc-scroll-story strong {
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  font-weight: 540;
}

.wc-ekd .wc-scroll-story p {
  max-width: 52ch;
}

.wc-ekd .wc-accordion {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.wc-ekd .wc-accordion-item {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.wc-ekd .wc-accordion-item summary {
  font-weight: 500;
}

.wc-ekd .wc-accordion-item li {
  color: rgba(225, 232, 245, 0.68);
}

.wc-ekd .wc-section--cta {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 980px) {
  .wc-ekd .wc-container {
    width: calc(100% - 24px);
  }

  .wc-ekd .wc-layout--split,
  .wc-ekd .wc-media--gallery {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .wc-ekd .wc-metric {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .wc-ekd .wc-container {
    width: calc(100% - 16px);
  }

  .wc-ekd .wc-section--resilience,
  .wc-ekd .wc-section--brain,
  .wc-ekd .wc-section--scale,
  .wc-ekd .wc-section--specs,
  .wc-ekd .wc-section--cta {
    padding: 54px 0;
  }
}

.wc-section--features {
  padding: clamp(58px, 8vw, 98px) 0;
}

.wc-feature-nav {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: row;
  grid-template-rows: repeat(3, minmax(230px, auto));
  gap: 16px;
  align-items: stretch;
}

.wc-feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  isolation: isolate;
  border-radius: 22px;
  padding: 22px 22px 20px;
  border: 1px solid rgba(17, 21, 29, 0.09);
  background: #f2f4f7;
  box-shadow:
    0 1px 2px rgba(10, 16, 28, 0.05),
    0 12px 28px rgba(10, 16, 28, 0.06);
  transition:
    transform 280ms ease,
    border-color 280ms ease,
    box-shadow 280ms ease,
    opacity 280ms ease;
  opacity: 0.97;
  grid-column: span 3;
  grid-row: auto;
  min-width: 0;
}

.wc-feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 300ms ease;
}

.wc-feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.22);
  opacity: 0;
  transition: opacity 280ms ease;
}

.wc-feature-card:hover,
.wc-feature-card.is-active {
  opacity: 1;
  transform: translateY(-3px);
  border-color: rgba(17, 21, 29, 0.2);
  box-shadow: 0 18px 34px rgba(10, 16, 28, 0.1);
}

.wc-feature-card:hover::before,
.wc-feature-card.is-active::before,
.wc-feature-card:hover::after,
.wc-feature-card.is-active::after {
  opacity: 1;
}

.wc-feature-card h3 {
  margin: 0;
  font-size: clamp(1.26rem, 1.9vw, 1.9rem);
  font-weight: 500;
  line-height: 1.11;
  letter-spacing: -0.022em;
  max-width: 20ch;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.wc-feature-card p {
  margin: 16px 0 0;
  line-height: 1.5;
  font-size: 0.94rem;
  max-width: 42ch;
  color: rgba(17, 21, 29, 0.72);
  overflow-wrap: anywhere;
}

.wc-feature-card--wide {
  grid-column: span 6;
}

.wc-feature-card--tall {
  grid-row: auto;
}

.wc-feature-card--compact {
  grid-row: auto;
}

.wc-feature-card--accent {
  background: linear-gradient(152deg, #ff9c29 0%, #ea7a00 95%);
  color: #f8fbff;
  border-color: rgba(234, 122, 0, 0.44);
  box-shadow: 0 16px 34px rgba(234, 122, 0, 0.22);
}

.wc-feature-card--accent p {
  color: rgba(248, 251, 255, 0.9);
}

.wc-feature-card--neutral,
.wc-feature-card--neutral-wide {
  background: linear-gradient(180deg, #f4f6f9 0%, #eceff4 100%);
  color: #11151d;
}

.wc-feature-card--dark {
  background:
    radial-gradient(
      circle at 78% 92%,
      rgba(255, 136, 0, 0.32),
      rgba(255, 136, 0, 0) 48%
    ),
    linear-gradient(180deg, #11151d 0%, #191f29 100%);
  color: #f4f7fc;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 32px rgba(4, 8, 15, 0.24);
}

.wc-feature-card--dark p {
  color: rgba(233, 239, 249, 0.8);
}

.wc-feature-card--media,
.wc-feature-card--media-dark {
  color: #f7f9fd;
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 38px rgba(10, 16, 28, 0.22);
  background: transparent;
}

.wc-feature-card--media::before {
  z-index: 0;
  opacity: 1;
  background:
    linear-gradient(
      114deg,
      rgba(8, 12, 20, 0.62) 0%,
      rgba(8, 12, 20, 0.18) 46%,
      rgba(8, 12, 20, 0.34) 100%
    ),
    url("./assets/feature-card-ev-exploded-resource1-premium-v2.jpg") center /
      cover no-repeat;
}

.wc-feature-card--media h3,
.wc-feature-card--media p,
.wc-feature-card--media-dark h3,
.wc-feature-card--media-dark p {
  position: relative;
  z-index: 1;
}

.wc-feature-card--media-dark::before {
  opacity: 1;
  background: linear-gradient(
    130deg,
    rgba(8, 12, 22, 0.92) 0%,
    rgba(16, 24, 43, 0.82) 52%,
    rgba(11, 18, 33, 0.9) 100%
  );
}

.wc-feature-card--media p,
.wc-feature-card--media-dark p {
  color: rgba(236, 241, 249, 0.88);
}

.wc-feature-card--gradient {
  color: #f8faff;
  border-color: rgba(135, 147, 255, 0.32);
  background:
    radial-gradient(
      circle at 12% 8%,
      rgba(142, 241, 255, 0.36),
      rgba(142, 241, 255, 0) 40%
    ),
    linear-gradient(130deg, #181d31 0%, #28307a 52%, #552f82 100%);
  box-shadow: 0 20px 36px rgba(51, 63, 145, 0.3);
}

.wc-feature-card--gradient p {
  color: rgba(239, 243, 252, 0.84);
}

@media (min-width: 1200px) {
  .wc-feature-nav {
    gap: 18px;
  }

  .wc-feature-card:nth-child(1) {
    grid-column: 1 / span 3;
    grid-row: 1 / span 2;
  }
  .wc-feature-card:nth-child(2) {
    grid-column: 4 / span 6;
    grid-row: 1;
  }
  .wc-feature-card:nth-child(3) {
    grid-column: 10 / span 3;
    grid-row: 1;
  }
  .wc-feature-card:nth-child(4) {
    grid-column: 4 / span 3;
    grid-row: 2;
  }
  .wc-feature-card:nth-child(5) {
    grid-column: 7 / span 3;
    grid-row: 2;
  }
  .wc-feature-card:nth-child(6) {
    grid-column: 10 / span 3;
    grid-row: 2 / span 2;
  }
  .wc-feature-card:nth-child(7) {
    grid-column: 1 / span 6;
    grid-row: 3;
  }
  .wc-feature-card:nth-child(8) {
    grid-column: 7 / span 3;
    grid-row: 3;
  }
}

@media (max-width: 1199px) and (min-width: 981px) {
  .wc-feature-nav {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-template-rows: repeat(4, minmax(208px, auto));
    gap: 14px;
  }

  .wc-feature-card {
    grid-column: span 2;
    grid-row: auto;
    border-radius: 18px;
    padding: 18px 18px 16px;
  }

  .wc-feature-card:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
  }
  .wc-feature-card:nth-child(2) {
    grid-column: 3 / span 4;
    grid-row: 1;
  }
  .wc-feature-card:nth-child(3) {
    grid-column: 7 / span 2;
    grid-row: 1;
  }
  .wc-feature-card:nth-child(4) {
    grid-column: 3 / span 3;
    grid-row: 2;
  }
  .wc-feature-card:nth-child(5) {
    grid-column: 6 / span 3;
    grid-row: 2;
  }
  .wc-feature-card:nth-child(6) {
    grid-column: 1 / span 4;
    grid-row: 3;
  }
  .wc-feature-card:nth-child(7) {
    grid-column: 5 / span 4;
    grid-row: 3;
  }
  .wc-feature-card:nth-child(8) {
    grid-column: 1 / span 8;
    grid-row: 4;
  }
}

.wc-feature-detail {
  padding: clamp(68px, 9.2vw, 130px) 0;
}

.wc-feature-detail + .wc-feature-detail {
  margin-top: clamp(6px, 1.8vw, 22px);
}

.wc-feature-detail .wc-layout--split {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(22px, 3.6vw, 56px);
  align-items: center;
}

.wc-feature-detail .wc-copy {
  max-width: 50ch;
}

.wc-feature-detail .wc-title {
  font-size: clamp(1.28rem, 2.05vw, 1.88rem);
  letter-spacing: -0.018em;
  margin-bottom: 14px;
  text-wrap: balance;
}

.wc-feature-detail .wc-subtitle {
  font-size: clamp(0.95rem, 1.22vw, 1.06rem);
  line-height: 1.72;
  color: rgba(17, 21, 29, 0.73);
  max-width: 48ch;
}

.wc-feature-detail .wc-media {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(17, 21, 29, 0.08);
  background: #dfe4ec;
  box-shadow:
    0 12px 28px rgba(10, 16, 28, 0.08),
    0 2px 6px rgba(10, 16, 28, 0.04);
}

.wc-feature-detail .wc-media--photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.wc-feature-detail .wc-media--photo video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.wc-feature-detail--imaster .wc-copy--imaster {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 14px;
  align-items: start;
  max-width: 100%;
  width: 100%;
  margin-inline: 0;
}

.wc-feature-detail--imaster .wc-imaster-text {
  grid-column: 1;
  max-width: 64ch;
}

.wc-feature-detail--imaster .wc-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(16, 22, 34, 0.14);
  background: linear-gradient(
    135deg,
    rgba(242, 246, 255, 0.92) 0%,
    rgba(255, 255, 255, 0.98) 100%
  );
  color: rgba(20, 28, 42, 0.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  grid-column: 1;
  margin-bottom: 18px;
}

.wc-feature-detail--imaster .wc-title {
  letter-spacing: -0.02em;
  grid-column: 1;
  max-width: 15ch;
}

.wc-feature-detail--imaster .wc-subtitle {
  max-width: 62ch;
  grid-column: 1;
  margin-top: 8px;
}

.wc-imaster-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  grid-column: 1;
  max-width: 920px;
  margin-top: 2px;
}

.wc-imaster-metrics article {
  display: grid;
  gap: 2px;
  padding: 14px 14px 12px;
  border-radius: 14px;
  border: 1px solid rgba(17, 21, 29, 0.11);
  background: linear-gradient(
    170deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(246, 249, 255, 0.94) 100%
  );
}

.wc-imaster-metrics strong {
  color: #0f1728;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.wc-imaster-metrics span {
  color: rgba(17, 21, 29, 0.66);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wc-feature-detail--imaster .wc-media--prototype {
  border-radius: 22px;
  border: 1px solid rgba(18, 26, 40, 0.14);
  background: linear-gradient(
    150deg,
    rgba(236, 241, 251, 0.84) 0%,
    rgba(251, 253, 255, 0.96) 65%,
    rgba(236, 244, 255, 0.9) 100%
  );
  box-shadow:
    0 26px 56px rgba(15, 24, 40, 0.14),
    0 8px 20px rgba(15, 24, 40, 0.08);
}

.wc-prototype-shell {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  overscroll-behavior: contain;
  border-radius: 20px;
}

.wc-prototype-interact-hint {
  position: absolute;
  left: 14px;
  top: 12px;
  z-index: 6;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(8, 12, 20, 0.62);
  color: rgba(246, 248, 255, 0.9);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.015em;
  padding: 6px 11px;
  backdrop-filter: blur(8px);
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.wc-prototype-fullscreen-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 6;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(8, 12, 20, 0.62);
  color: #f6f8ff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 7px 12px;
  backdrop-filter: blur(8px);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.wc-prototype-fullscreen-btn:hover {
  background: rgba(14, 20, 32, 0.84);
  border-color: rgba(255, 255, 255, 0.36);
  transform: translateY(-1px);
}

.wc-prototype-exit-btn {
  position: absolute;
  right: clamp(14px, 2vw, 26px);
  bottom: clamp(14px, 2.2vw, 28px);
  z-index: 8;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 9px 16px;
  background:
    linear-gradient(140deg, rgba(12, 18, 30, 0.84), rgba(10, 14, 24, 0.68));
  color: #f5f8ff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateY(8px) scale(0.98);
  pointer-events: none;
  transition:
    opacity 220ms ease,
    transform 220ms cubic-bezier(0.22, 0.72, 0.14, 1),
    border-color 180ms ease,
    background 180ms ease;
}

.wc-prototype-exit-btn:hover {
  border-color: rgba(255, 255, 255, 0.44);
  background:
    linear-gradient(140deg, rgba(16, 24, 38, 0.92), rgba(10, 16, 28, 0.78));
}

.wc-prototype-shell:fullscreen .wc-prototype-exit-btn,
.wc-prototype-shell.is-fallback-fullscreen .wc-prototype-exit-btn,
.wc-prototype-shell.is-immersive-open .wc-prototype-exit-btn {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.wc-prototype-shell iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #03050b;
  pointer-events: auto;
  z-index: 1;
}

.wc-prototype-shell.is-interacting iframe,
.wc-prototype-shell:fullscreen iframe,
.wc-prototype-shell.is-fallback-fullscreen iframe {
  pointer-events: auto;
}

.wc-prototype-shell.is-interacting .wc-prototype-interact-hint,
.wc-prototype-shell:fullscreen .wc-prototype-interact-hint,
.wc-prototype-shell.is-fallback-fullscreen .wc-prototype-interact-hint {
  opacity: 0;
  transform: translateY(-3px);
}

.wc-prototype-shell:fullscreen {
  width: 100vw;
  height: 100vh;
  max-width: none;
  aspect-ratio: auto;
  border-radius: 0;
}

.wc-prototype-shell:fullscreen .wc-prototype-fullscreen-btn {
  top: 18px;
  right: 18px;
}

.wc-prototype-shell.is-fallback-fullscreen {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  max-width: none;
  aspect-ratio: auto;
  border-radius: 0;
  z-index: 9999;
}

body.imaster-focus-mode .reveal-item:not(#imaster) {
  transition: none !important;
}

/* iMaster glow tuning: keep container layout intact while lifting the orb glow */
#imaster .wc-prototype-shell::after {
  opacity: 0.38 !important;
}

#imaster .wc-prototype-shell iframe {
  filter: saturate(1.08) brightness(1.05);
}

.wc-feature-detail--imaster .wc-layout--split {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(22px, 3.2vw, 34px);
}

.wc-feature-detail--imaster .wc-media--prototype {
  grid-column: 1;
  grid-row: 2;
  width: 100%;
}

.wc-feature-detail--imaster .wc-copy--imaster {
  grid-column: 1;
  grid-row: 1;
  margin-top: 0;
}

.wc-feature-detail--imaster .wc-prototype-shell {
  aspect-ratio: 16 / 8.8;
}

.wc-feature-detail--left .wc-copy {
  grid-column: 1 / span 5;
}

.wc-feature-detail--left .wc-media {
  grid-column: 6 / span 7;
  margin-top: clamp(8px, 1.8vw, 26px);
}

.wc-feature-detail--right .wc-copy {
  grid-column: 8 / span 5;
  grid-row: 1;
  margin-top: clamp(10px, 2vw, 26px);
}

.wc-feature-detail--right .wc-media {
  grid-column: 1 / span 7;
  grid-row: 1;
}

/* Force feature-8 (iMaster) into vertical flow: copy first, prototype second */
.wc-feature-detail--imaster.wc-feature-detail--right .wc-layout--split {
  grid-template-columns: 1fr;
}

.wc-feature-detail--imaster.wc-feature-detail--right .wc-copy.wc-copy--imaster {
  grid-column: 1;
  grid-row: 1;
  margin-top: 0;
  max-width: 100%;
}

.wc-feature-detail--imaster.wc-feature-detail--right
  .wc-media.wc-media--prototype {
  grid-column: 1;
  grid-row: 2;
}

.wc-feature-detail--video .wc-media {
  border-color: rgba(17, 21, 29, 0.16);
}

.wc-feature-detail--video .wc-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    170deg,
    rgba(7, 10, 16, 0.12) 0%,
    rgba(7, 10, 16, 0) 40%,
    rgba(7, 10, 16, 0.36) 100%
  );
  pointer-events: none;
}

.wc-ev-inline {
  margin-top: clamp(26px, 4.4vw, 52px);
  padding-top: 0;
}

.wc-feature-detail--scaled {
  padding-top: clamp(64px, 8vw, 108px);
}

.wc-scale-module {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: clamp(14px, 2.2vw, 24px);
}

.wc-scale-module::before,
.wc-scale-module::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(58px);
}

.wc-scale-module::before {
  width: clamp(220px, 28vw, 340px);
  height: clamp(220px, 28vw, 340px);
  top: 38%;
  left: -10%;
  background: radial-gradient(
    circle,
    rgba(133, 169, 226, 0.13),
    rgba(91, 139, 233, 0)
  );
}

.wc-scale-module::after {
  width: clamp(180px, 24vw, 300px);
  height: clamp(180px, 24vw, 300px);
  bottom: 10%;
  right: -6%;
  background: radial-gradient(
    circle,
    rgba(151, 178, 223, 0.11),
    rgba(121, 158, 222, 0)
  );
}

.wc-scale-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 2940 / 1260;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(17, 21, 29, 0.1);
  box-shadow: 0 22px 40px rgba(8, 16, 28, 0.14);
}

.wc-scale-hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: contrast(1.06) saturate(0.76) brightness(0.88);
}

.wc-scale-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    72% 84% at 72% 38%,
    rgba(52, 100, 179, 0.12) 0%,
    rgba(6, 10, 16, 0) 62%
  );
  pointer-events: none;
}

.wc-scale-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    130deg,
    rgba(6, 10, 16, 0.62) 0%,
    rgba(6, 10, 16, 0.22) 52%,
    rgba(6, 10, 16, 0.56) 100%
  );
  pointer-events: none;
}

.wc-scale-hero-copy {
  position: absolute;
  left: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 30px);
  max-width: 64ch;
  z-index: 1;
}

.wc-scale-hero-copy h2 {
  margin: 0;
  color: #f7fbff;
  font-size: clamp(1.66rem, 3.1vw, 2.72rem);
  letter-spacing: -0.03em;
  line-height: 0.98;
}

.wc-scale-hero-copy p {
  margin: 12px 0 0;
  color: rgba(229, 238, 251, 0.92);
  max-width: 58ch;
  line-height: 1.62;
}

.wc-scale-kpi {
  position: absolute;
  right: clamp(16px, 2.2vw, 24px);
  top: clamp(16px, 2.2vw, 24px);
  z-index: 1;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  padding: 9px 11px;
  color: #f5f9ff;
}

.wc-scale-kpi p {
  margin: 0;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(235, 243, 255, 0.8);
}

.wc-scale-kpi strong {
  display: block;
  margin-top: 4px;
  font-size: 1rem;
  letter-spacing: -0.01em;
}

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

.wc-scale-scenarios article {
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(20, 28, 42, 0.085);
  background:
    radial-gradient(
      120% 110% at 0% 0%,
      rgba(218, 231, 250, 0.24),
      transparent 56%
    ),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 18px 18px 16px;
  box-shadow:
    0 10px 24px rgba(12, 20, 33, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(6px) saturate(118%);
  transition:
    transform 240ms ease,
    box-shadow 240ms ease,
    border-color 240ms ease;
}

.wc-scale-scenarios article::before {
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  right: -18px;
  top: -18px;
  border-radius: 999px;
  opacity: 0.2;
  filter: blur(6px);
  pointer-events: none;
}

.wc-scale-scenarios article::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(66, 120, 220, 0.5),
    rgba(66, 120, 220, 0)
  );
}

.wc-scale-scenarios article:hover {
  transform: translateY(-3px);
  border-color: rgba(49, 85, 147, 0.2);
  box-shadow:
    0 18px 34px rgba(11, 18, 31, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.97);
}

.wc-scale-scenarios article[data-scale-scenario="grid"]::after {
  background: linear-gradient(
    90deg,
    rgba(83, 128, 206, 0.42),
    rgba(56, 116, 228, 0)
  );
}

.wc-scale-scenarios article[data-scale-scenario="grid"]::before {
  background: radial-gradient(
    circle,
    rgba(93, 139, 255, 0.34),
    rgba(93, 139, 255, 0)
  );
}

.wc-scale-scenarios article[data-scale-scenario="offgrid"]::after {
  background: linear-gradient(
    90deg,
    rgba(85, 148, 126, 0.34),
    rgba(44, 154, 118, 0)
  );
}

.wc-scale-scenarios article[data-scale-scenario="offgrid"]::before {
  background: radial-gradient(
    circle,
    rgba(72, 204, 162, 0.3),
    rgba(72, 204, 162, 0)
  );
}

.wc-scale-scenarios article[data-scale-scenario="blackstart"]::after {
  background: linear-gradient(
    90deg,
    rgba(173, 117, 108, 0.34),
    rgba(186, 84, 74, 0)
  );
}

.wc-scale-scenarios article[data-scale-scenario="blackstart"]::before {
  background: radial-gradient(
    circle,
    rgba(255, 131, 98, 0.3),
    rgba(255, 131, 98, 0)
  );
}

.wc-scale-icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  border: 1px solid rgba(17, 21, 29, 0.1);
  background: linear-gradient(180deg, #ffffff, #f2f6fc);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 4px 10px rgba(8, 12, 20, 0.05);
  display: inline-block;
  position: relative;
}

.wc-scale-scenarios article[data-scale-scenario="grid"] .wc-scale-icon {
  background: linear-gradient(180deg, #fbfdff, #eff4fb);
}

.wc-scale-scenarios article[data-scale-scenario="offgrid"] .wc-scale-icon {
  background: linear-gradient(180deg, #fcfdfc, #eef5f1);
}

.wc-scale-scenarios article[data-scale-scenario="blackstart"] .wc-scale-icon {
  background: linear-gradient(180deg, #fffdfc, #f7efed);
}

.wc-scale-icon::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 3px;
  background: rgba(17, 21, 29, 0.54);
}

.wc-scale-scenarios article[data-scale-scenario="grid"] .wc-scale-icon::before {
  background: linear-gradient(
    180deg,
    rgba(47, 107, 226, 0.7),
    rgba(47, 107, 226, 0.5)
  );
}

.wc-scale-scenarios article[data-scale-scenario="offgrid"] .wc-scale-icon::before {
  background: linear-gradient(
    180deg,
    rgba(34, 167, 122, 0.68),
    rgba(34, 167, 122, 0.48)
  );
}

.wc-scale-scenarios article[data-scale-scenario="blackstart"] .wc-scale-icon::before {
  background: linear-gradient(
    180deg,
    rgba(228, 111, 74, 0.7),
    rgba(228, 111, 74, 0.5)
  );
}

.wc-scale-icon--offgrid::before {
  inset: 6px 12px;
}

.wc-scale-icon--blackstart::before {
  inset: 9px;
  border-radius: 50%;
}

.wc-scale-scenarios h3 {
  margin: 12px 0 0;
  font-size: 1.09rem;
  letter-spacing: -0.017em;
  line-height: 1.2;
}

.wc-scale-scenarios p {
  margin: 9px 0 0;
  color: rgba(17, 21, 29, 0.66);
  font-size: 0.9rem;
  line-height: 1.62;
}

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

.wc-scale-path,
.wc-scale-pillars,
.wc-scale-topology,
.wc-scale-specs,
.wc-scale-icons {
  border-radius: 20px;
  border: 1px solid rgba(18, 26, 39, 0.085);
  background:
    radial-gradient(
      140% 120% at 0% 0%,
      rgba(215, 230, 251, 0.2),
      transparent 54%
    ),
    #ffffff;
  box-shadow:
    0 10px 24px rgba(12, 20, 33, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  padding: 18px;
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease;
}

.wc-scale-path:hover,
.wc-scale-pillars:hover,
.wc-scale-topology:hover,
.wc-scale-specs:hover,
.wc-scale-icons:hover {
  transform: translateY(-1px);
  border-color: rgba(46, 79, 136, 0.16);
  box-shadow:
    0 14px 28px rgba(11, 18, 31, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.wc-scale-path h3,
.wc-scale-pillars h3,
.wc-scale-proof h3 {
  margin: 0;
  font-size: 1.15rem;
  letter-spacing: -0.014em;
}

.wc-scale-path p {
  margin: 8px 0 0;
  color: rgba(17, 21, 29, 0.58);
}

.wc-scale-path input {
  margin-top: 16px;
  width: 100%;
  accent-color: #0f172a;
}

.wc-scale-path input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(123, 138, 160, 0.32),
    rgba(20, 29, 44, 0.74)
  );
}

.wc-scale-path input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.84);
  background: linear-gradient(180deg, #465266, #212a37);
  box-shadow: 0 5px 12px rgba(8, 13, 22, 0.28);
}

.wc-scale-path input[type="range"]::-moz-range-thumb {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.84);
  background: linear-gradient(180deg, #465266, #212a37);
  box-shadow: 0 5px 12px rgba(8, 13, 22, 0.28);
}

.wc-scale-units {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.wc-scale-units span {
  height: 50px;
  border-radius: 11px;
  border: 1px solid rgba(17, 21, 29, 0.07);
  background: linear-gradient(
    180deg,
    rgba(15, 23, 42, 0.07),
    rgba(15, 23, 42, 0.12)
  );
  opacity: 0.36;
  transition:
    transform 220ms ease,
    opacity 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.wc-scale-module[data-scale-count="1"] .wc-scale-units span:nth-child(-n + 1),
.wc-scale-module[data-scale-count="2"] .wc-scale-units span:nth-child(-n + 2),
.wc-scale-module[data-scale-count="3"] .wc-scale-units span:nth-child(-n + 3),
.wc-scale-module[data-scale-count="4"] .wc-scale-units span:nth-child(-n + 4),
.wc-scale-module[data-scale-count="5"] .wc-scale-units span:nth-child(-n + 5) {
  opacity: 1;
  transform: translateY(-1px) scale(1.01);
  background: linear-gradient(
    180deg,
    rgba(35, 53, 84, 0.78),
    rgba(22, 33, 54, 0.92)
  );
  box-shadow:
    0 8px 16px rgba(7, 12, 22, 0.18),
    0 0 0 1px rgba(95, 139, 239, 0.1);
}

.wc-scale-metrics {
  margin: 14px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}

.wc-scale-metrics div {
  margin: 0;
  padding-top: 8px;
  border-top: 1px solid rgba(17, 21, 29, 0.09);
}

.wc-scale-metrics dt {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(17, 21, 29, 0.5);
}

.wc-scale-metrics dd {
  margin: 5px 0 0;
  font-size: 1.2rem;
  font-weight: 650;
  letter-spacing: -0.015em;
  color: #11151d;
}

.wc-scale-pillars ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
}

.wc-scale-pillars li {
  margin: 0;
}

.wc-scale-pillars .wc-tech-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
  padding: 10px 0;
}

.wc-scale-pillars .wc-tech-item + .wc-tech-item {
  border-top: 1px solid rgba(17, 21, 29, 0.08);
}

.wc-scale-pillars .wc-tech-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(17, 21, 29, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: rgba(17, 24, 39, 0.72);
}

.wc-scale-pillars .wc-tech-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wc-scale-pillars .wc-tech-copy strong {
  display: block;
  font-size: 0.92rem;
  line-height: 1.3;
  color: rgba(17, 21, 29, 0.9);
}

.wc-scale-pillars .wc-tech-copy span {
  display: block;
  margin-top: 3px;
  font-size: 0.84rem;
  line-height: 1.52;
  color: rgba(17, 21, 29, 0.68);
}

.wc-scale-proof {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 14px;
}

.wc-scale-proof--apps-only {
  grid-template-columns: 1fr;
}

.wc-scale-proof--apps-only .wc-scale-icons {
  grid-column: 1 / -1;
}

#energy-independence .wc-scale-icons--expanded .wc-app-hub,
#energy-independence .wc-scale-icons--expanded .wc-app-detail {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0;
}

#energy-independence .wc-scale-icons--expanded .wc-app-hero {
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 18px;
}

#energy-independence .wc-scale-icons--expanded .wc-app-tabs {
  margin-top: 12px;
}

#energy-independence .wc-scale-icons--expanded .wc-app-tab {
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
  background: transparent !important;
  color: rgba(17, 24, 39, 0.62);
  min-height: 38px;
  padding: 6px 10px;
}

#energy-independence .wc-scale-icons--expanded .wc-app-tab.is-active {
  color: #111827;
  box-shadow: none !important;
}

#energy-independence .wc-scale-icons--expanded .wc-app-detail {
  margin-top: 10px;
  padding-top: 0;
  border-top: 0 !important;
  min-height: 0;
}

#energy-independence .wc-scale-icons--expanded .wc-app-detail-layout {
  --app-scene-accent: #ff8a00;
  --app-scene-accent-2: #ffd166;
  grid-template-columns: minmax(240px, 1fr) minmax(280px, 0.95fr);
  align-items: center;
  gap: 16px;
}

#energy-independence
  .wc-scale-icons--expanded[data-app-scene="manufacturing"]
  .wc-app-detail-layout {
  --app-scene-accent: #ff8a00;
  --app-scene-accent-2: #ffd166;
}

#energy-independence
  .wc-scale-icons--expanded[data-app-scene="datacenter"]
  .wc-app-detail-layout {
  --app-scene-accent: #00c2ff;
  --app-scene-accent-2: #7afcff;
}

#energy-independence
  .wc-scale-icons--expanded[data-app-scene="mining"]
  .wc-app-detail-layout {
  --app-scene-accent: #22c55e;
  --app-scene-accent-2: #bef264;
}

#energy-independence
  .wc-scale-icons--expanded[data-app-scene="campus"]
  .wc-app-detail-layout {
  --app-scene-accent: #ff4d6d;
  --app-scene-accent-2: #ff9f1c;
}

#energy-independence
  .wc-scale-icons--expanded[data-app-scene="microgrid"]
  .wc-app-detail-layout {
  --app-scene-accent: #7c3aed;
  --app-scene-accent-2: #22d3ee;
}

#energy-independence .wc-scale-icons--expanded .wc-app-overlay-chart {
  margin-top: 0;
  height: 94px;
  border-color: rgba(148, 163, 184, 0.22);
  background: linear-gradient(180deg, #fcfdff 0%, #f7f9fc 100%);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

#energy-independence .wc-scale-icons--expanded .wc-app-overlay-chart::before {
  display: none;
}

#energy-independence .wc-scale-icons--expanded .wc-app-overlay-chart::after {
  display: none;
}

#energy-independence .wc-scale-icons--expanded .wc-app-overlay-legend {
  margin-bottom: 10px;
}

#energy-independence .wc-scale-icons--expanded .wc-app-legend {
  color: rgba(71, 85, 105, 0.86);
  letter-spacing: 0.045em;
  font-size: 0.54rem;
}

#energy-independence .wc-scale-icons--expanded .wc-app-legend::before {
  background: rgba(148, 163, 184, 0.8);
}

#energy-independence .wc-scale-icons--expanded .wc-app-legend--opt::before {
  background: var(--app-scene-accent);
}

#energy-independence .wc-scale-icons--expanded .wc-app-wave-base {
  stroke: rgba(100, 116, 139, 0.38);
  stroke-width: 1.05;
  stroke-dasharray: 0;
}

#energy-independence .wc-scale-icons--expanded .wc-app-wave-opt {
  stroke: color-mix(in srgb, var(--app-scene-accent) 82%, #334155);
  stroke-width: 1.35;
  stroke-dasharray: 0;
  animation: none;
  filter: none;
}

#energy-independence .wc-scale-icons--expanded .wc-app-wave-area {
  fill: color-mix(in srgb, var(--app-scene-accent-2) 6%, transparent);
}

#energy-independence .wc-scale-icons--expanded .wc-app-legend--delta {
  color: rgba(51, 65, 85, 0.86);
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.34);
  background: rgba(255, 255, 255, 0.84);
}

#energy-independence .wc-scale-icons--expanded .wc-app-overlay-meta {
  margin-top: 6px;
}

#energy-independence .wc-scale-icons--expanded .wc-app-chart-shell {
  grid-template-columns: 36px 1fr;
  gap: 12px;
}

#energy-independence .wc-scale-icons--expanded .wc-app-axis-y,
#energy-independence .wc-scale-icons--expanded .wc-app-axis-x {
  color: rgba(100, 116, 139, 0.84);
  font-family:
    "SF Pro Text",
    "SF Pro Display",
    "SF Pro",
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

#energy-independence .wc-scale-icons--expanded .wc-app-axis-title {
  color: rgba(30, 41, 59, 0.86);
}

#energy-independence .wc-scale-icons--expanded .wc-app-overlay-chip,
#energy-independence .wc-scale-icons--expanded .wc-app-overlay-value {
  border-color: rgba(17, 24, 39, 0.14);
  background: rgba(255, 255, 255, 0.88);
  color: rgba(17, 24, 39, 0.78);
  backdrop-filter: none;
}

#energy-independence .wc-scale-icons--expanded .wc-app-overlay-value {
  border-color: rgba(17, 24, 39, 0.2);
  color: rgba(17, 24, 39, 0.9);
}

.wc-scale-topology-accordion {
  margin-top: 14px;
  display: grid;
  gap: 12px;
}

.wc-topology-tabs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  padding: 6px;
  border-radius: 14px;
  border: 1px solid rgba(17, 21, 29, 0.1);
  background: linear-gradient(180deg, #f8fbff, #f1f5fb);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.wc-topology-tab {
  border-radius: 10px;
  border: 1px solid transparent;
  background: transparent;
  min-height: 56px;
  display: grid;
  place-items: center;
  padding: 0 10px;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(17, 21, 29, 0.5);
  cursor: pointer;
  transition:
    background-color 200ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease;
}

.wc-topology-tab:hover {
  border-color: rgba(74, 115, 185, 0.18);
  background: rgba(255, 255, 255, 0.64);
  color: rgba(17, 21, 29, 0.72);
}

.wc-topology-tab.is-active {
  border-color: rgba(68, 107, 174, 0.24);
  background: linear-gradient(180deg, #ffffff, #f7faff);
  color: rgba(20, 48, 94, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 8px 14px rgba(36, 76, 149, 0.1);
}

.wc-topology-panel {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 12px;
  border-radius: 14px;
  border: 1px solid rgba(17, 21, 29, 0.11);
  background: linear-gradient(180deg, #fcfdff, #f5f8fc);
  padding: 12px;
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.wc-topology-panel.is-switching {
  opacity: 0.7;
  transform: translateY(2px);
}

.wc-topology-media {
  position: relative;
  min-height: 122px;
  border-radius: 12px;
  border: 1px solid rgba(17, 21, 29, 0.1);
  overflow: hidden;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(17, 21, 29, 0.48);
  background: linear-gradient(160deg, #eef3fb 0%, #fbfdff 100%);
}

.wc-topology-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wc-topology-media [data-topology-media-label] {
  position: relative;
  z-index: 1;
}

.wc-topology-panel[data-node="pv"] .wc-topology-media {
  background: linear-gradient(160deg, #e8f2ff 0%, #fafdff 100%);
}

.wc-topology-panel[data-node="ess"] .wc-topology-media {
  background: linear-gradient(160deg, #eaf7f1 0%, #fbfefd 100%);
}

.wc-topology-panel[data-node="grid"] .wc-topology-media {
  background: linear-gradient(160deg, #eef1f8 0%, #fbfcff 100%);
}

.wc-topology-panel[data-node="load"] .wc-topology-media {
  background: linear-gradient(160deg, #fdf3ec 0%, #fffcf9 100%);
}

.wc-topology-panel[data-node="dg"] .wc-topology-media {
  background: linear-gradient(160deg, #f6f0ff 0%, #fdfbff 100%);
}

.wc-topology-copy {
  align-self: center;
}

.wc-topology-kicker {
  margin: 0;
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(17, 21, 29, 0.45);
}

.wc-topology-copy h4 {
  margin: 6px 0 0;
  font-size: 1.02rem;
  letter-spacing: -0.01em;
  color: rgba(17, 21, 29, 0.9);
}

.wc-topology-copy p {
  margin: 8px 0 0;
  font-size: 0.88rem;
  line-height: 1.56;
  color: rgba(17, 21, 29, 0.66);
}

.wc-scale-specs ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(17, 21, 29, 0.7);
}

.wc-scale-specs li {
  position: relative;
  padding-left: 16px;
  line-height: 1.6;
}

.wc-scale-specs li strong {
  color: rgba(17, 21, 29, 0.9);
}

.wc-scale-specs li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(17, 21, 29, 0.44);
}

.wc-scale-specs li + li {
  margin-top: 7px;
}

.wc-app-hub {
  margin-top: 12px;
  display: grid;
  gap: 10px;
}

.wc-app-hero {
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(17, 21, 29, 0.12);
  height: 360px;
  min-height: 360px;
  background: linear-gradient(180deg, #edf2fa, #e8eef7);
  box-shadow: 0 12px 24px rgba(16, 30, 54, 0.11);
}

.wc-app-hero img {
  width: 100%;
  height: 100%;
  display: block;
  transition:
    transform 360ms ease,
    opacity 240ms ease;
}

.wc-app-hero-bg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  transform: scale(1.1);
  filter: blur(16px) saturate(0.94) brightness(0.92);
  opacity: 0.88;
}

.wc-app-hero-main {
  position: relative;
  z-index: 1;
  object-fit: cover;
  object-position: center;
}

.wc-app-hero.is-switching .wc-app-hero-main {
  opacity: 0.78;
  transform: scale(1.016);
}

.wc-app-hero.is-switching .wc-app-hero-bg {
  opacity: 0.7;
  transform: scale(1.12);
}

.wc-app-hero-mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    130deg,
    rgba(7, 12, 22, 0.12),
    rgba(7, 12, 22, 0.03)
  );
  pointer-events: none;
  z-index: 2;
}

.wc-app-hero-overlay {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  pointer-events: none;
}

.wc-app-overlay-track {
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.75),
    rgba(255, 255, 255, 0)
  );
  opacity: 0.8;
  transform-origin: left center;
  animation: appTrackFlow 3.8s linear infinite;
}

.wc-app-overlay-meta {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.wc-app-overlay-chart {
  position: relative;
  margin-top: 8px;
  height: 56px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background:
    radial-gradient(
      130% 120% at 0% 0%,
      rgba(255, 255, 255, 0.64),
      rgba(255, 255, 255, 0.22) 45%,
      rgba(255, 255, 255, 0.12) 100%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(241, 246, 254, 0.75));
  backdrop-filter: saturate(145%) blur(10px);
  -webkit-backdrop-filter: saturate(145%) blur(10px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    inset 0 -1px 0 rgba(255, 255, 255, 0.3),
    0 10px 24px rgba(15, 23, 42, 0.08);
}

.wc-app-overlay-chart::before,
.wc-app-overlay-chart::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.wc-app-overlay-chart::before {
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.42),
    rgba(255, 255, 255, 0.05) 36%,
    rgba(255, 255, 255, 0.24) 100%
  );
  mix-blend-mode: screen;
}

.wc-app-overlay-chart::after {
  left: 10px;
  right: 10px;
  top: 7px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0)
  );
}

.wc-app-chart-shell {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: stretch;
}

.wc-app-axis-y {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 3px 0 5px;
  font-size: 0.58rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(86, 98, 116, 0.72);
}

.wc-app-axis-x {
  margin-top: 6px;
  display: grid;
  grid-template-columns: auto repeat(5, minmax(0, 1fr));
  align-items: center;
  column-gap: 8px;
  font-size: 0.58rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(86, 98, 116, 0.7);
}

.wc-app-axis-x span:not(.wc-app-axis-title) {
  text-align: right;
}

.wc-app-axis-title {
  font-weight: 600;
  color: rgba(51, 65, 85, 0.8);
}

.wc-app-overlay-legend {
  position: static;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 2px 6px;
}

.wc-app-legend {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.58rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(237, 243, 252, 0.86);
}

.wc-app-legend::before {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: rgba(225, 233, 247, 0.55);
}

.wc-app-legend--opt::before {
  background: var(--app-scene-accent, rgba(255, 255, 255, 0.9));
}

.wc-app-legend--delta {
  margin-left: auto;
  font-weight: 600;
}

.wc-app-legend--delta::before {
  width: 0;
  height: 0;
}

.wc-app-overlay-chart svg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}

.wc-app-chart-note {
  margin: 6px 2px 0;
  font-size: 0.7rem;
  line-height: 1.42;
  color: rgba(71, 85, 105, 0.8);
}

.wc-app-wave-area {
  fill: color-mix(in srgb, var(--app-scene-accent, #ffffff) 22%, transparent);
}

.wc-app-wave-base,
.wc-app-wave-opt {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wc-app-wave-base {
  stroke: rgba(225, 233, 247, 0.45);
  stroke-width: 1.35;
}

.wc-app-wave-opt {
  stroke: var(--app-scene-accent, rgba(255, 255, 255, 0.9));
  stroke-width: 1.9;
  stroke-dasharray: 7 8;
  animation: appWaveMove 1.7s linear infinite;
}

.wc-app-overlay-chip,
.wc-app-overlay-value {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  border: 1px solid rgba(245, 248, 255, 0.35);
  background: rgba(7, 12, 22, 0.42);
  color: rgba(245, 248, 255, 0.95);
  font-size: 0.67rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(4px);
}

.wc-app-overlay-value {
  border-color: rgba(245, 248, 255, 0.48);
  background: rgba(7, 12, 22, 0.5);
}

.wc-app-hero.is-switching .wc-app-overlay-meta {
  opacity: 0.76;
  transform: translateY(2px);
}

.wc-app-hero.is-switching .wc-app-overlay-chart {
  opacity: 0.84;
}

.wc-scale-proof[data-scene="manufacturing"] {
  --app-scene-accent: rgba(255, 185, 96, 0.9);
}

.wc-scale-proof[data-scene="datacenter"] {
  --app-scene-accent: rgba(122, 182, 255, 0.9);
}

.wc-scale-proof[data-scene="mining"] {
  --app-scene-accent: rgba(140, 210, 169, 0.88);
}

.wc-scale-proof[data-scene="campus"] {
  --app-scene-accent: rgba(255, 196, 130, 0.9);
}

.wc-scale-proof[data-scene="microgrid"] {
  --app-scene-accent: rgba(186, 169, 255, 0.9);
}

.wc-app-hero .wc-app-overlay-track {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    var(--app-scene-accent, rgba(255, 255, 255, 0.75)),
    rgba(255, 255, 255, 0)
  );
}

@keyframes appTrackFlow {
  0% {
    transform: scaleX(0.25);
    opacity: 0.45;
  }
  50% {
    transform: scaleX(1);
    opacity: 0.95;
  }
  100% {
    transform: scaleX(0.35);
    opacity: 0.45;
  }
}

@keyframes appWaveMove {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -30;
  }
}

.wc-app-meta {
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(13, 20, 32, 0.36);
  color: rgba(245, 249, 255, 0.92);
  font-size: 0.64rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 10px;
  backdrop-filter: blur(4px);
  z-index: 3;
}

.wc-app-tabs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  gap: 7px;
}

.wc-app-tabs::-webkit-scrollbar {
  display: none;
}

.wc-app-tab {
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(17, 21, 29, 0.12);
  border-radius: 10px;
  background: linear-gradient(180deg, #fbfdff, #f2f6fc);
  color: rgba(17, 21, 29, 0.66);
  font-size: 0.78rem;
  letter-spacing: 0.01em;
  text-transform: none;
  font-weight: 600;
  min-height: 42px;
  white-space: normal;
  text-align: center;
  line-height: 1.2;
  padding: 8px 12px;
  cursor: pointer;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease,
    transform 220ms ease;
}

.wc-app-tab::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 5px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(88, 126, 196, 0.82),
    rgba(128, 159, 218, 0.82)
  );
  transform-origin: left center;
  transform: scaleX(0);
  opacity: 0.92;
  transition:
    transform 140ms linear,
    opacity 180ms ease;
}

.wc-app-tab:hover {
  transform: translateY(-1px);
  border-color: rgba(57, 95, 166, 0.2);
}

.wc-app-tab.is-active {
  border-color: rgba(58, 101, 176, 0.32);
  color: rgba(23, 45, 84, 0.9);
  box-shadow: 0 6px 10px rgba(31, 58, 102, 0.1);
}

.wc-app-tab.is-active::after {
  opacity: 1;
  transform: scaleX(var(--app-progress, 0));
}

.wc-app-detail {
  margin-top: 10px;
  border-top: 1px solid rgba(17, 21, 29, 0.08);
  padding-top: 10px;
  min-height: 94px;
}

.wc-app-detail h4 {
  margin: 0;
  font-size: 0.94rem;
  letter-spacing: -0.01em;
  color: rgba(17, 21, 29, 0.88);
}

.wc-app-detail p {
  margin: 6px 0 0;
  font-size: 0.85rem;
  line-height: 1.58;
  color: rgba(17, 21, 29, 0.64);
}

.wc-app-detail-layout {
  display: grid;
  gap: 14px;
}

.wc-app-detail-visual {
  display: grid;
  gap: 8px;
}

/* feature-4 b2b card system */
.wc-feature-detail--scaled {
  position: relative;
  margin-block: 72px;
  padding-top: clamp(64px, 8vw, 108px);
  color: #1a2230;
}

.wc-feature-detail--scaled::before {
  content: "";
  display: block;
  width: min(100%, var(--sub-main-max));
  height: 1px;
  margin: 0 auto clamp(28px, 4vw, 42px);
  background: linear-gradient(
    90deg,
    rgba(126, 148, 186, 0),
    rgba(126, 148, 186, 0.28),
    rgba(126, 148, 186, 0)
  );
}

#energy-independence .wc-container {
  --card-border: 1px solid rgba(17, 21, 29, 0.1);
  --card-bg: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.985),
    rgba(250, 252, 255, 0.96)
  );
  --card-shadow: 0 8px 20px rgba(18, 28, 44, 0.075);
  --card-shadow-hover: 0 12px 28px rgba(18, 28, 44, 0.12);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: none;
  padding: clamp(20px, 3.2vw, 34px);
}

#energy-independence .wc-scale-module {
  gap: clamp(24px, 3.4vw, 34px);
}

#energy-independence .wc-scale-shell {
  gap: clamp(26px, 3.8vw, 38px);
}

#energy-independence .wc-scale-scenarios,
#energy-independence .wc-scale-tech,
#energy-independence .wc-scale-proof {
  gap: clamp(24px, 2.6vw, 28px);
}

#energy-independence .wc-scale-hero-copy {
  display: grid;
  gap: 10px;
}

#energy-independence .wc-scale-hero-copy .wc-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(235, 243, 255, 0.78);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#energy-independence .wc-scale-hero-copy h2,
#energy-independence .wc-scale-hero-copy p {
  margin: 0;
}

#energy-independence .wc-scale-section-head {
  grid-column: 1 / -1;
  display: grid;
  gap: 8px;
  max-width: 52ch;
}

#energy-independence .wc-scale-section-head h3 {
  margin: 0;
  font-size: clamp(1.12rem, 1.7vw, 1.42rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #111827;
}

#energy-independence .wc-scale-scenarios article,
#energy-independence .wc-scale-path,
#energy-independence .wc-scale-pillars,
#energy-independence .wc-scale-topology,
#energy-independence .wc-scale-specs,
#energy-independence .wc-scale-icons,
#energy-independence .wc-topology-panel,
#energy-independence .wc-app-hub,
#energy-independence .wc-app-detail {
  border-radius: var(--card-radius);
  border: var(--card-border);
  background: var(--card-bg);
  box-shadow: var(--card-shadow);
  padding: var(--card-padding);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

#energy-independence .wc-scale-scenarios article {
  display: flex;
  flex-direction: column;
  min-height: 206px;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  padding: 4px 0;
}

#energy-independence .wc-scale-scenarios article::before,
#energy-independence .wc-scale-scenarios article::after {
  display: none;
}

#energy-independence .wc-scale-scenarios article + article {
  border-left: 1px solid rgba(17, 24, 39, 0.1) !important;
  padding-left: 22px;
}

#energy-independence .wc-scale-scenarios .wc-scale-icon {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid rgba(17, 24, 39, 0.14);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

#energy-independence .wc-scale-scenarios .wc-scale-icon::before {
  inset: 7px;
  background: rgba(17, 24, 39, 0.62);
}

#energy-independence .wc-scale-scenarios .wc-scale-icon--offgrid::before {
  inset: 5px 10px;
}

#energy-independence .wc-scale-scenarios .wc-scale-icon--blackstart::before {
  inset: 8px;
}

#energy-independence .wc-scale-scenarios article:hover,
#energy-independence .wc-scale-path:hover,
#energy-independence .wc-scale-pillars:hover,
#energy-independence .wc-scale-topology:hover,
#energy-independence .wc-scale-specs:hover,
#energy-independence .wc-scale-icons:hover,
#energy-independence .wc-topology-panel:hover,
#energy-independence .wc-app-hub:hover,
#energy-independence .wc-app-detail:hover {
  transform: translateY(-1px);
  border-color: rgba(17, 21, 29, 0.16);
  box-shadow: var(--card-shadow-hover);
}

#energy-independence .wc-scale-scenarios article:hover {
  transform: none;
  border-color: transparent !important;
  box-shadow: none !important;
}

#energy-independence .wc-scale-scenarios h3,
#energy-independence .wc-scale-path h3,
#energy-independence .wc-scale-pillars h3,
#energy-independence .wc-scale-topology h3,
#energy-independence .wc-scale-specs h3,
#energy-independence .wc-scale-icons h3,
#energy-independence .wc-app-detail h4,
#energy-independence .wc-topology-copy h4 {
  margin: 0 0 12px;
  font-size: var(--card-title-size);
  line-height: 1.35;
  color: #111827;
}

#energy-independence .wc-scale-path > .wc-section-label,
#energy-independence .wc-scale-pillars > .wc-section-label,
#energy-independence .wc-scale-icons > .wc-section-label {
  margin-bottom: 8px;
}

#energy-independence .wc-scale-scenarios p,
#energy-independence .wc-scale-path p,
#energy-independence .wc-scale-pillars li,
#energy-independence .wc-scale-specs li,
#energy-independence .wc-scale-icons p,
#energy-independence .wc-app-detail p,
#energy-independence .wc-topology-copy p,
#energy-independence .wc-topology-kicker,
#energy-independence .wc-scale-metrics dt {
  font-size: var(--card-body-size);
  line-height: var(--card-line-height);
  color: rgba(17, 24, 39, 0.74);
  max-width: 70ch;
}

#energy-independence .wc-scale-metrics dd,
#energy-independence .wc-scale-kpi strong,
#energy-independence .wc-app-meta {
  color: #0f172a;
}

#energy-independence .wc-scale-hero,
#energy-independence .wc-app-hero,
#energy-independence .wc-topology-media,
#energy-independence .wc-topology-tab,
#energy-independence .wc-app-tab {
  border-radius: var(--card-radius);
  border: var(--card-border);
}

#energy-independence .wc-topology-tab,
#energy-independence .wc-app-tab {
  min-height: 44px;
}

#energy-independence .wc-app-tabs {
  gap: 10px;
  flex-wrap: wrap;
  overflow: visible;
}

#energy-independence .wc-app-tab {
  flex: 1 1 128px;
  min-width: 120px;
}

#energy-independence .wc-scale-topology {
  display: flex;
  flex-direction: column;
  box-shadow: none;
}

/* force-flat topology (override earlier !important card tokens) */
#energy-independence .wc-scale-topology,
#energy-independence .wc-topology-tabs,
#energy-independence .wc-topology-panel {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#energy-independence .wc-topology-media {
  border: 0 !important;
  box-shadow: none !important;
}

#energy-independence .wc-scale-topology-accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

#energy-independence .wc-topology-panel {
  grid-template-columns: minmax(220px, 0.95fr) 1.05fr;
  align-items: stretch;
  min-height: 238px;
  flex: 1;
}

#energy-independence .wc-topology-media {
  min-height: 100%;
  height: 100%;
}

#energy-independence .wc-topology-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 44ch;
}

#energy-independence .wc-topology-copy p {
  max-width: none;
  font-size: 0.9rem;
  line-height: 1.54;
  text-align: justify;
  text-align-last: left;
  hyphens: auto;
}

#energy-independence .wc-topology-kicker {
  letter-spacing: 0.09em;
}

#energy-independence .wc-scale-kpi {
  border: 1px solid rgba(17, 24, 39, 0.1);
  background: rgba(255, 255, 255, 0.86);
  color: #1a2230;
}

#energy-independence .wc-scale-kpi p {
  color: rgba(17, 24, 39, 0.56);
}

#energy-independence .wc-app-meta {
  border-color: rgba(17, 24, 39, 0.09);
  background: rgba(255, 255, 255, 0.9);
}

#energy-independence .wc-app-hero {
  box-shadow: 0 8px 16px rgba(18, 28, 44, 0.06);
}

#energy-independence .wc-app-hero-mask {
  background: linear-gradient(
    130deg,
    rgba(7, 12, 22, 0.04),
    rgba(7, 12, 22, 0.008)
  );
}

#energy-independence .wc-topology-tabs {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#energy-independence .wc-topology-panel {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  gap: 18px;
}

#energy-independence .wc-topology-media {
  border: 0;
  box-shadow: none;
}

#energy-independence .wc-topology-copy {
  padding-left: 0;
  border-left: 0;
  padding-inline: 4px 0;
}

#energy-independence .wc-topology-tab,
#energy-independence .wc-app-tab {
  background: rgba(255, 255, 255, 0.72);
  color: rgba(17, 24, 39, 0.68);
  box-shadow: none;
}

#energy-independence .wc-topology-tab.is-active,
#energy-independence .wc-app-tab.is-active {
  border-color: rgba(17, 24, 39, 0.16);
  color: #111827;
  box-shadow: 0 2px 6px rgba(18, 28, 44, 0.05);
}

#energy-independence .wc-topology-panel:hover {
  transform: none;
  box-shadow: none;
}

#energy-independence .wc-app-tab::after {
  background: linear-gradient(
    90deg,
    rgba(17, 24, 39, 0.72),
    rgba(17, 24, 39, 0.4)
  );
}

#energy-independence .wc-scale-metrics div {
  border-top-color: rgba(17, 24, 39, 0.12);
}

#energy-independence .wc-topology-panel,
#energy-independence .wc-topology-media {
  background: #ffffff;
}

#energy-independence
  .wc-scale-module[data-scale-count="1"]
  .wc-scale-units
  span:nth-child(-n + 1),
#energy-independence
  .wc-scale-module[data-scale-count="2"]
  .wc-scale-units
  span:nth-child(-n + 2),
#energy-independence
  .wc-scale-module[data-scale-count="3"]
  .wc-scale-units
  span:nth-child(-n + 3),
#energy-independence
  .wc-scale-module[data-scale-count="4"]
  .wc-scale-units
  span:nth-child(-n + 4),
#energy-independence
  .wc-scale-module[data-scale-count="5"]
  .wc-scale-units
  span:nth-child(-n + 5) {
  background: linear-gradient(
    180deg,
    rgba(48, 56, 70, 0.7),
    rgba(26, 33, 45, 0.86)
  );
  box-shadow: 0 8px 14px rgba(9, 17, 30, 0.18);
}

#energy-independence .wc-feature-detail--scaled,
#energy-independence .wc-scale-module {
  color: #111827;
}

#energy-independence .wc-scale-icon {
  border-color: rgba(17, 21, 29, 0.14);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1),
    rgba(244, 248, 255, 0.92)
  );
  box-shadow: none;
}

#energy-independence .wc-scale-icon::before,
#energy-independence .wc-scale-scenarios article[data-scale-scenario="grid"] .wc-scale-icon::before,
#energy-independence .wc-scale-scenarios article[data-scale-scenario="offgrid"] .wc-scale-icon::before,
#energy-independence .wc-scale-scenarios article[data-scale-scenario="blackstart"] .wc-scale-icon::before {
  background: rgba(22, 34, 53, 0.68);
}

#energy-independence .wc-scale-units span {
  border-color: rgba(17, 21, 29, 0.1);
  background: linear-gradient(
    180deg,
    rgba(17, 21, 29, 0.08),
    rgba(17, 21, 29, 0.04)
  );
}

#energy-independence
  .wc-scale-module[data-scale-count="1"]
  .wc-scale-units
  span:nth-child(-n + 1),
#energy-independence
  .wc-scale-module[data-scale-count="2"]
  .wc-scale-units
  span:nth-child(-n + 2),
#energy-independence
  .wc-scale-module[data-scale-count="3"]
  .wc-scale-units
  span:nth-child(-n + 3),
#energy-independence
  .wc-scale-module[data-scale-count="4"]
  .wc-scale-units
  span:nth-child(-n + 4),
#energy-independence
  .wc-scale-module[data-scale-count="5"]
  .wc-scale-units
  span:nth-child(-n + 5) {
  opacity: 1;
  background: linear-gradient(
    145deg,
    #38bdf8 0%,
    #818cf8 50%,
    #c084fc 100%
  );
  box-shadow: 
    0 12px 24px rgba(129, 140, 248, 0.35),
    inset 0 1px 2px rgba(255, 255, 255, 0.5),
    0 0 0 1px rgba(129, 140, 248, 0.2);
  transform: translateY(-2px) scale(1.02);
  border-color: transparent;
}

#energy-independence .wc-scale-slider,
#energy-independence input[data-scale-slider] {
  accent-color: #93b4ff;
}

#energy-independence :is(button, a, input, [role="tab"]):focus-visible {
  outline: 2px solid rgba(66, 116, 202, 0.88);
  outline-offset: 2px;
}

.wc-actions .wc-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  #energy-independence .wc-topology-panel {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 12px;
  }

  #energy-independence .wc-topology-copy {
    border-left: 0;
    border-top: 0;
    padding: 12px 0 0;
    max-width: none;
  }
}

@media (max-width: 768px) {
  :root {
    --card-padding: 18px;
  }

  .wc-feature-detail--scaled {
    margin-block: 44px;
  }

  #energy-independence .wc-container {
    padding: 18px;
  }

  #energy-independence .wc-scale-scenarios,
  #energy-independence .wc-scale-tech,
  #energy-independence .wc-scale-proof {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  #energy-independence .wc-scale-scenarios article,
  #energy-independence .wc-scale-path,
  #energy-independence .wc-scale-pillars,
  #energy-independence .wc-scale-topology,
  #energy-independence .wc-scale-specs,
  #energy-independence .wc-scale-icons,
  #energy-independence .wc-topology-panel,
  #energy-independence .wc-app-hub,
  #energy-independence .wc-app-detail {
    padding: var(--card-padding);
    min-height: auto;
  }

  #energy-independence .wc-scale-scenarios article {
    padding: 2px 0;
  }

  #energy-independence .wc-scale-scenarios article + article {
    border-left: 0 !important;
    border-top: 1px solid rgba(17, 24, 39, 0.1) !important;
    padding-left: 0;
    padding-top: 14px;
  }

  #energy-independence .wc-app-tabs {
    gap: 8px;
    flex-wrap: wrap;
  }

  #energy-independence .wc-scale-icons--expanded .wc-app-detail-layout {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #energy-independence .wc-scale-icons--expanded .wc-app-overlay-chart {
    height: 84px;
  }

  #energy-independence .wc-scale-icons--expanded .wc-app-chart-shell {
    grid-template-columns: 30px 1fr;
    gap: 8px;
  }

  #energy-independence .wc-scale-icons--expanded .wc-app-axis-x {
    grid-template-columns: auto repeat(3, minmax(0, 1fr));
  }

  #energy-independence .wc-scale-icons--expanded .wc-app-axis-x span:nth-child(3),
  #energy-independence .wc-scale-icons--expanded .wc-app-axis-x span:nth-child(5) {
    display: none;
  }
}

.wc-scale-cta {
  border-top: 1px solid rgba(17, 21, 29, 0.12);
  padding-top: 16px;
}

.wc-scale-cta h3 {
  margin: 0;
  font-size: clamp(1.28rem, 2.2vw, 1.86rem);
}

.wc-ev-module {
  display: grid;
  gap: clamp(22px, 3.2vw, 38px);
}

.wc-ev-head {
  max-width: 76ch;
}

.wc-ev-head .wc-title {
  font-size: clamp(1.6rem, 2.62vw, 2.52rem);
  line-height: 1.06;
  max-width: 18ch;
}

.wc-ev-head .wc-subtitle {
  max-width: 66ch;
}

.wc-section-label {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(17, 21, 29, 0.5);
}

.wc-ev-system-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.wc-ev-system-pill {
  border-radius: 18px;
  border: 1px solid rgba(17, 21, 29, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.94));
  box-shadow:
    0 10px 22px rgba(8, 16, 28, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  padding: 14px 15px 15px;
}

.wc-ev-system-pill span {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(17, 21, 29, 0.48);
}

.wc-ev-system-pill p {
  margin: 10px 0 0;
  color: rgba(17, 21, 29, 0.72);
  font-size: 0.88rem;
  line-height: 1.58;
}

.wc-ev-value-stage,
.wc-ev-chapter-head {
  display: grid;
  gap: 8px;
  max-width: 48ch;
}

.wc-ev-value-stage {
  margin-top: 2px;
}

.wc-ev-value-stage-head h3,
.wc-ev-chapter-head h3 {
  margin: 0;
  font-size: clamp(1.14rem, 1.86vw, 1.54rem);
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #101621;
}

.wc-ev-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.8vw, 20px);
}

.wc-ev-compare-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: clamp(280px, 34vw, 420px);
  border: 1px solid rgba(17, 21, 29, 0.14);
  box-shadow: 0 18px 34px rgba(10, 16, 28, 0.14);
  isolation: isolate;
  transition:
    transform 280ms ease,
    box-shadow 280ms ease;
}

.wc-ev-compare-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(7, 10, 16, 0.12) 0%,
    rgba(7, 10, 16, 0.72) 88%
  );
}

.wc-ev-compare-card img,
.wc-ev-compare-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
  transition: transform 650ms cubic-bezier(0.22, 0.72, 0.14, 1);
}

.wc-ev-compare-overlay {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 2;
  padding: 10px 10px 8px;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  display: grid;
  gap: 7px;
  overflow: hidden;
}

.wc-ev-compare-overlay::before {
  display: none;
}

.wc-ev-compare-overlay::after {
  display: none;
}

.wc-ev-compare-tag {
  margin: 0;
  width: fit-content;
  padding: 0;
  border-radius: 999px;
  border: 0;
  background: transparent;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.095em;
  text-transform: uppercase;
  color: rgba(240, 246, 255, 0.94);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.36);
}

.wc-ev-compare-overlay h3 {
  margin: 2px 0 0;
  color: #ffffff;
  font-size: clamp(1.14rem, 1.65vw, 1.5rem);
  font-weight: 620;
  letter-spacing: -0.015em;
  line-height: 1.12;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
  -webkit-text-stroke: 0.35px rgba(6, 10, 18, 0.6);
}

.wc-ev-compare-overlay p {
  margin: 0;
  max-width: 34ch;
  color: rgba(232, 240, 253, 0.92);
  line-height: 1.56;
  font-size: 0.86rem;
  text-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
}

.wc-ev-compare-card--traditional .wc-ev-compare-overlay {
  border-left: 2px solid rgba(255, 173, 115, 0.7);
}

.wc-ev-compare-card--modular .wc-ev-compare-overlay {
  border-left: 2px solid rgba(114, 216, 171, 0.75);
}

.wc-ev-compare-card:hover,
.wc-ev-compare-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 24px 40px rgba(8, 12, 22, 0.2);
}

.wc-ev-compare-card:hover .wc-ev-compare-overlay,
.wc-ev-compare-card:focus-visible .wc-ev-compare-overlay {
  box-shadow: none;
}

.wc-ev-compare-card:hover img,
.wc-ev-compare-card:focus-visible img,
.wc-ev-compare-card:hover video,
.wc-ev-compare-card:focus-visible video {
  transform: scale(1.06);
}

.wc-ev-arbitrage {
  border-radius: 24px;
  border: 1px solid rgba(17, 21, 29, 0.1);
  background: #ffffff;
  box-shadow:
    0 12px 24px rgba(8, 16, 28, 0.05),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
  padding: clamp(20px, 3.2vw, 34px);
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
  gap: clamp(16px, 2.8vw, 32px);
  align-items: center;
}

.wc-ev-arbitrage-copy {
  display: grid;
  gap: 10px;
}

.wc-ev-arbitrage h3 {
  margin: 0;
  font-size: clamp(1.24rem, 2vw, 1.72rem);
  letter-spacing: -0.015em;
}

.wc-ev-arbitrage p {
  margin: 11px 0 0;
  color: rgba(17, 21, 29, 0.74);
  max-width: 48ch;
}

.wc-ev-arbitrage-copy > p:not(.wc-section-label) {
  margin: 0;
}

.wc-ev-price-curve {
  position: relative;
  --price-x: 16%;
  --price-y: 73%;
  height: 116px;
  border-radius: 16px;
  border: 1px solid rgba(17, 21, 29, 0.1);
  background: #ffffff;
  overflow: hidden;
}

.wc-ev-price-state {
  position: absolute;
  top: 8px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 2px 9px;
  border-radius: 999px;
  border: 1px solid rgba(17, 21, 29, 0.16);
  background: rgba(255, 255, 255, 0.86);
  font-size: 0.58rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(17, 21, 29, 0.64);
  min-width: 124px;
  justify-content: center;
}

.wc-ev-price-state i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #11151d;
  animation: wcTariffLive 1.6s ease-out infinite;
}

.wc-ev-price-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(17, 21, 29, 0.05) 1px, transparent 1px),
    linear-gradient(to top, rgba(17, 21, 29, 0.04) 1px, transparent 1px);
  background-size:
    11% 100%,
    100% 24%;
  opacity: 0.8;
}

.wc-ev-price-bars {
  position: absolute;
  inset: 34px 10px 24px;
  display: grid;
  grid-template-columns: repeat(24, minmax(0, 1fr));
  align-items: end;
  gap: 2px;
}

.wc-ev-price-bars span {
  height: calc(var(--h) * 1%);
  background: rgba(17, 21, 29, 0.22);
  border-radius: 1px;
  opacity: 0.26;
  transition:
    opacity 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.wc-ev-price-bars span[data-tou="offpeak"] {
  background: rgba(78, 122, 186, 0.34);
  opacity: 0.26;
}

.wc-ev-price-bars span[data-tou="flat"] {
  background: rgba(108, 120, 140, 0.34);
  opacity: 0.34;
}

.wc-ev-price-bars span[data-tou="peak"] {
  background: rgba(214, 125, 84, 0.42);
  opacity: 0.44;
}

.wc-ev-arbitrage[data-ev-phase="night"]
  .wc-ev-price-bars
  span[data-tou="offpeak"],
.wc-ev-arbitrage[data-ev-phase="day"] .wc-ev-price-bars span[data-tou="flat"],
.wc-ev-arbitrage[data-ev-phase="peak"] .wc-ev-price-bars span[data-tou="peak"] {
  opacity: 0.85;
}

.wc-ev-price-bars span.is-now {
  opacity: 1 !important;
  background: #11151d;
  box-shadow: 0 0 0 1px rgba(17, 21, 29, 0.12);
}

.wc-ev-arbitrage[data-ev-phase="night"] .wc-ev-price-tag {
  border-color: rgba(78, 122, 186, 0.4);
  color: #294973;
}

.wc-ev-arbitrage[data-ev-phase="day"] .wc-ev-price-tag {
  border-color: rgba(108, 120, 140, 0.4);
  color: #3f4652;
}

.wc-ev-arbitrage[data-ev-phase="peak"] .wc-ev-price-tag {
  border-color: rgba(214, 125, 84, 0.46);
  color: #6d2f15;
}

.wc-ev-price-boundaries {
  position: absolute;
  inset: 34px 10px 24px;
  pointer-events: none;
}

.wc-ev-price-boundary {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--x);
  width: 0;
  border-left: 1px dashed rgba(17, 21, 29, 0.16);
}

.wc-ev-price-boundary i {
  position: absolute;
  bottom: -16px;
  left: 0;
  transform: translateX(-50%);
  font-style: normal;
  font-size: 0.58rem;
  letter-spacing: 0.04em;
  color: rgba(17, 21, 29, 0.5);
}

.wc-ev-price-cursor {
  position: absolute;
  top: 34px;
  bottom: 24px;
  left: var(--price-x, 14%);
  width: 0;
  border-left: 1px dashed rgba(17, 21, 29, 0.34);
  transform: translateX(-50%);
}

@keyframes wcTariffLive {
  0% {
    box-shadow: 0 0 0 0 rgba(17, 21, 29, 0.22);
  }
  100% {
    box-shadow: 0 0 0 7px rgba(17, 21, 29, 0);
  }
}

.wc-ev-price-dot {
  position: absolute;
  left: var(--price-x, 14%);
  top: var(--price-y, 72%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid rgba(17, 21, 29, 0.48);
  background: #ffffff;
  transform: translate(-50%, -50%);
}

.wc-ev-price-tag {
  position: absolute;
  left: var(--price-x, 14%);
  top: calc(var(--price-y, 72%) - 12px);
  transform: translate(-50%, -100%);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #11151d;
  background: #ffffff;
  border: 1px solid rgba(17, 21, 29, 0.16);
  border-radius: 6px;
  padding: 2px 6px;
  min-width: 52px;
  text-align: center;
}

.wc-ev-time-control {
  margin-top: 12px;
}

.wc-ev-time-control label {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(17, 21, 29, 0.58);
}

.wc-ev-time-control input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  margin-top: 9px;
  height: 22px;
  background: transparent;
}

.wc-ev-time-control input::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 999px;
  background: rgba(17, 21, 29, 0.24);
}

.wc-ev-time-control input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin-top: -6px;
  border-radius: 50%;
  border: 1px solid rgba(17, 21, 29, 0.22);
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(8, 16, 28, 0.24);
}

.wc-ev-time-control input::-moz-range-track {
  height: 6px;
  border-radius: 999px;
  background: rgba(17, 21, 29, 0.24);
}

.wc-ev-time-control input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(17, 21, 29, 0.22);
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(8, 16, 28, 0.24);
}

.wc-ev-time-steps {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  color: rgba(17, 21, 29, 0.56);
  font-size: 0.75rem;
  letter-spacing: 0.02em;
}

.wc-ev-phase-note {
  margin: 10px 0 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(17, 21, 29, 0.68);
  min-height: 2.4em;
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: nowrap;
}

.wc-ev-phase-note strong {
  color: #11151d;
  margin-right: 0;
  min-width: 120px;
  display: inline-block;
  white-space: nowrap;
}

.wc-ev-phase-note [data-ev-phase-action] {
  min-width: 220px;
}

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

.wc-ev-flow-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(17, 21, 29, 0.12);
  background: rgba(255, 255, 255, 0.56);
  box-shadow:
    0 10px 22px rgba(8, 16, 28, 0.06),
    0 1px 0 rgba(255, 255, 255, 0.85) inset;
  backdrop-filter: blur(8px) saturate(1.08);
  -webkit-backdrop-filter: blur(8px) saturate(1.08);
  padding: 12px;
  opacity: 0.78;
  transform: none;
  transition:
    opacity 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease;
}

.wc-ev-flow-card[data-ev-phase-card="night"] {
  background: linear-gradient(
    165deg,
    rgba(127, 170, 232, 0.24),
    rgba(255, 255, 255, 0.58)
  );
}

.wc-ev-flow-card[data-ev-phase-card="day"] {
  background: linear-gradient(
    165deg,
    rgba(123, 219, 179, 0.2),
    rgba(255, 255, 255, 0.58)
  );
}

.wc-ev-flow-card[data-ev-phase-card="peak"] {
  background: linear-gradient(
    165deg,
    rgba(255, 176, 123, 0.22),
    rgba(255, 255, 255, 0.58)
  );
}

.wc-ev-flow-card.is-active {
  opacity: 1;
  border-color: rgba(17, 21, 29, 0.2);
  box-shadow:
    0 10px 22px rgba(8, 16, 28, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.92) inset;
}

.wc-ev-flow-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.55);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.wc-ev-flow-card.is-active::after {
  opacity: 1;
}

.wc-ev-flow-status {
  position: absolute;
  top: 9px;
  right: 9px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 9px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 6px 14px rgba(8, 16, 28, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: 0.58rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(17, 21, 29, 0.62);
  overflow: hidden;
  opacity: 0;
  transform: translateY(-3px);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.wc-ev-flow-status::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    rgba(255, 255, 255, 0) 18%,
    rgba(255, 255, 255, 0.45) 48%,
    rgba(255, 255, 255, 0) 78%
  );
  transform: translateX(-140%);
  opacity: 0;
}

.wc-ev-live-bars {
  display: inline-flex;
  align-items: flex-end;
  gap: 2px;
  width: 12px;
  height: 8px;
}

.wc-ev-live-bars i {
  width: 2px;
  border-radius: 2px;
  background: rgba(17, 21, 29, 0.72);
  transform-origin: bottom;
}

.wc-ev-live-bars i:nth-child(1) {
  height: 4px;
}

.wc-ev-live-bars i:nth-child(2) {
  height: 7px;
}

.wc-ev-live-bars i:nth-child(3) {
  height: 5px;
}

.wc-ev-flow-status em {
  font-style: normal;
}

.wc-ev-flow-card.is-active .wc-ev-flow-status {
  opacity: 1;
  transform: translateY(0);
}

.wc-ev-flow-card.is-active .wc-ev-flow-status::after {
  opacity: 1;
  animation: wcLiveSweep 1.8s ease-in-out infinite;
}

.wc-ev-flow-card.is-active .wc-ev-live-bars i:nth-child(1) {
  animation: wcLiveBars 0.9s ease-in-out infinite;
}

.wc-ev-flow-card.is-active .wc-ev-live-bars i:nth-child(2) {
  animation: wcLiveBars 0.9s ease-in-out infinite 0.15s;
}

.wc-ev-flow-card.is-active .wc-ev-live-bars i:nth-child(3) {
  animation: wcLiveBars 0.9s ease-in-out infinite 0.3s;
}

.wc-ev-flow-card h4 {
  margin: 0;
  font-size: 0.92rem;
  letter-spacing: -0.008em;
  color: #101621;
}

.wc-ev-flow-card p {
  margin: 6px 0 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgba(17, 21, 29, 0.67);
}

@keyframes wcLiveSweep {
  0% {
    transform: translateX(-140%);
  }
  100% {
    transform: translateX(140%);
  }
}

@keyframes wcLiveBars {
  0%,
  100% {
    transform: scaleY(0.42);
    opacity: 0.48;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

.wc-ev-scenes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1.6vw, 18px);
}

.wc-ev-scene-card {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(17, 21, 29, 0.1);
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  box-shadow:
    0 14px 28px rgba(10, 16, 28, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.8) inset;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.wc-ev-scene-card:hover {
  transform: translateY(-2px);
  border-color: rgba(17, 21, 29, 0.2);
  box-shadow: 0 18px 34px rgba(10, 16, 28, 0.12);
}

.wc-ev-scene-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.wc-ev-scene-card video {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.wc-ev-scene-card img.wc-ev-scene-image--contain {
  object-fit: contain;
  object-position: center 58%;
  background: #ffffff;
  padding: 16px 22px 12px 14px;
}

.wc-ev-scene-card div {
  padding: 14px 14px 16px;
}

.wc-ev-scene-card h3 {
  margin: 0;
  font-size: 1.02rem;
  letter-spacing: -0.01em;
}

.wc-ev-scene-card p {
  margin: 8px 0 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(17, 21, 29, 0.68);
}

.wc-ev-engineering {
  border-radius: 24px;
  border: 1px solid rgba(17, 21, 29, 0.1);
  background: linear-gradient(165deg, #ffffff 0%, #f7fafe 100%);
  box-shadow:
    0 18px 36px rgba(8, 16, 28, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.84) inset;
  padding: clamp(20px, 3vw, 34px);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 32px);
  align-items: stretch;
}

.wc-ev-hotspot-stage {
  position: relative;
  grid-column: 1 / span 7;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(17, 21, 29, 0.14);
  min-height: clamp(320px, 34vw, 460px);
  height: 100%;
  align-self: stretch;
  box-shadow: 0 14px 28px rgba(8, 16, 28, 0.12);
}

.wc-ev-hotspot-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wc-ev-hotspot-stage video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wc-ev-hotspot-stage video.wc-ev-engineering-video {
  filter: contrast(1.1) saturate(0.74) brightness(0.93) hue-rotate(-7deg);
  transform: scale(1.03);
}

.wc-ev-hotspot-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(6, 10, 16, 0.04) 0%,
    rgba(6, 10, 16, 0.28) 100%
  );
  pointer-events: none;
}

.wc-ev-hotspot {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 1;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: #f7fbff;
  background: rgba(10, 24, 46, 0.66);
  font-size: 0.76rem;
  font-weight: 600;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition:
    transform 220ms ease,
    background-color 220ms ease;
}

.wc-ev-hotspot.is-active {
  background: rgba(255, 170, 64, 0.84);
  color: #10151f;
  transform: translate(-50%, -50%) scale(1.08);
}

.wc-ev-engineering-copy {
  grid-column: 8 / span 5;
  display: grid;
  align-content: center;
}

.wc-ev-engineering-copy h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.15vw, 2rem);
  letter-spacing: -0.018em;
  line-height: 1.05;
}

.wc-ev-hotspot-copy {
  margin-top: 12px;
}

.wc-ev-hotspot-copy p {
  margin: 0;
  display: none;
  color: rgba(17, 21, 29, 0.72);
  line-height: 1.62;
  border-left: 2px solid rgba(17, 21, 29, 0.22);
  padding-left: 10px;
}

.wc-ev-hotspot-copy p.is-active {
  display: block;
}

.wc-ev-spec-list {
  margin: 16px 0 0;
  padding-left: 0;
  list-style: none;
  color: rgba(17, 21, 29, 0.7);
  line-height: 1.58;
}

.wc-ev-spec-list li {
  position: relative;
  padding-left: 14px;
}

.wc-ev-spec-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(17, 21, 29, 0.5);
}

.wc-ev-spec-list li + li {
  margin-top: 8px;
}

.wc-ev-upgrade-path {
  margin-top: 18px;
  border-radius: 14px;
  border: 1px solid rgba(17, 21, 29, 0.1);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 8px 16px rgba(8, 16, 28, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  flex-wrap: wrap;
}

.wc-ev-upgrade-path span {
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(17, 21, 29, 0.65);
}

.wc-ev-arrow {
  width: 18px;
  height: 1px;
  background: rgba(17, 21, 29, 0.34);
  position: relative;
}

.wc-ev-arrow::after {
  content: "";
  position: absolute;
  right: -1px;
  top: -3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid rgba(17, 21, 29, 0.34);
  border-right: 1px solid rgba(17, 21, 29, 0.34);
  transform: rotate(45deg);
}

.wc-ev-cta {
  border-top: 1px solid rgba(17, 21, 29, 0.14);
  padding-top: clamp(18px, 2.3vw, 26px);
}

.wc-ev-cta h3 {
  margin: 0;
  font-size: clamp(1.3rem, 2.2vw, 1.9rem);
  letter-spacing: -0.018em;
}

.wc-bms-layer {
  align-items: stretch;
}

.wc-bms-layer .wc-copy {
  display: grid;
  align-content: center;
  gap: 0;
  max-width: 56ch;
}

.wc-bms-layer .wc-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(17, 21, 29, 0.1);
  background: linear-gradient(180deg, rgba(246, 250, 255, 0.98), rgba(255, 255, 255, 0.94));
  color: rgba(17, 21, 29, 0.62);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wc-bms-detail {
  margin: 14px 0 0;
  max-width: 50ch;
  color: rgba(17, 21, 29, 0.7);
  line-height: 1.68;
}

.wc-bms-points {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.wc-bms-points article {
  min-height: 100%;
  border-radius: 18px;
  border: 1px solid rgba(17, 21, 29, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.94));
  box-shadow:
    0 10px 22px rgba(8, 16, 28, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  padding: 14px 15px;
}

.wc-bms-points span {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(17, 21, 29, 0.52);
}

.wc-bms-points p {
  margin: 8px 0 0;
  font-size: 0.9rem;
  line-height: 1.58;
  color: rgba(17, 21, 29, 0.74);
}

.wc-bms-layer .wc-media {
  min-height: 100%;
}

.wc-bms-layer .wc-media--photo video {
  min-height: clamp(320px, 34vw, 480px);
  height: 100%;
}

.wc-bms-media-badge {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 2;
  display: grid;
  gap: 4px;
  max-width: min(260px, calc(100% - 32px));
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(7, 12, 22, 0.44);
  color: #f3f7ff;
  box-shadow: 0 14px 30px rgba(4, 8, 16, 0.24);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.wc-bms-media-badge span {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(231, 239, 255, 0.74);
}

.wc-bms-media-badge strong {
  font-size: 0.98rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

body:not(.theme-light) .wc-ev-arbitrage,
body:not(.theme-light) .wc-ev-engineering,
body:not(.theme-light) .wc-ev-scene-card {
  border-color: rgba(255, 255, 255, 0.14);
  background: #171e2a;
}

body:not(.theme-light) .wc-ev-arbitrage h3,
body:not(.theme-light) .wc-ev-engineering-copy h3,
body:not(.theme-light) .wc-ev-scene-card h3,
body:not(.theme-light) .wc-ev-flow-card h4 {
  color: #f1f6ff;
}

body:not(.theme-light) .wc-ev-arbitrage p,
body:not(.theme-light) .wc-ev-flow-card p,
body:not(.theme-light) .wc-ev-scene-card p,
body:not(.theme-light) .wc-ev-hotspot-copy p,
body:not(.theme-light) .wc-ev-spec-list,
body:not(.theme-light) .wc-ev-upgrade-path span,
body:not(.theme-light) .wc-ev-time-control label,
body:not(.theme-light) .wc-ev-time-steps,
body:not(.theme-light) .wc-ev-price-state {
  color: rgba(225, 233, 246, 0.74);
}

body:not(.theme-light) .wc-ev-price-curve,
body:not(.theme-light) .wc-ev-flow-card,
body:not(.theme-light) .wc-ev-upgrade-path {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
}

body:not(.theme-light) .wc-ev-phase-note strong {
  color: #f1f6ff;
}

body:not(.theme-light) .wc-section-label,
body:not(.theme-light) .wc-ev-system-pill span,
body:not(.theme-light) .wc-bms-layer .wc-kicker,
body:not(.theme-light) .wc-bms-points span {
  color: rgba(225, 233, 246, 0.64);
}

body:not(.theme-light) .wc-ev-system-pill,
body:not(.theme-light) .wc-bms-points article {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

body:not(.theme-light) .wc-ev-system-pill p,
body:not(.theme-light) .wc-bms-detail,
body:not(.theme-light) .wc-bms-points p {
  color: rgba(225, 233, 246, 0.76);
}

body:not(.theme-light) .wc-ev-value-stage-head h3,
body:not(.theme-light) .wc-ev-chapter-head h3 {
  color: #f1f6ff;
}

@media (max-width: 980px) {
  .wc-ev-inline {
    margin-top: 24px;
  }

  .wc-ev-system-strip,
  .wc-ev-compare,
  .wc-ev-arbitrage,
  .wc-ev-scenes {
    grid-template-columns: 1fr;
  }

  .wc-ev-flow-grid {
    grid-template-columns: 1fr;
  }

  .wc-ev-scene-card img {
    height: 210px;
  }

  .wc-ev-engineering {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .wc-ev-hotspot-stage {
    min-height: 300px;
  }

  .wc-ev-hotspot-stage,
  .wc-ev-engineering-copy {
    grid-column: auto;
  }

  .wc-bms-points {
    grid-template-columns: 1fr;
  }

  .wc-scale-scenarios,
  .wc-scale-tech,
  .wc-scale-proof {
    grid-template-columns: 1fr;
  }

  .wc-scale-hero {
    aspect-ratio: 2940 / 1260;
  }

  .wc-scale-kpi {
    top: auto;
    bottom: 14px;
  }
}

@media (max-width: 640px) {
  .wc-ev-compare-card {
    min-height: 248px;
    border-radius: 16px;
  }

  .wc-ev-compare-overlay {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 8px;
    border-radius: 0;
    gap: 6px;
  }

  .wc-ev-compare-overlay h3 {
    font-size: 1.06rem;
  }

  .wc-ev-compare-overlay p {
    font-size: 0.8rem;
  }

  .wc-ev-price-state {
    font-size: 0.54rem;
    padding: 1px 6px;
  }

  .wc-ev-arbitrage,
  .wc-ev-engineering {
    border-radius: 16px;
    padding: 14px;
  }

  .wc-ev-hotspot-stage {
    min-height: 236px;
  }

  .wc-ev-hotspot {
    width: 30px;
    height: 30px;
    font-size: 0.7rem;
  }

  .wc-ev-upgrade-path {
    gap: 6px;
  }

  .wc-bms-layer .wc-kicker {
    margin-bottom: 10px;
  }

  .wc-bms-media-badge {
    left: 12px;
    top: 12px;
    padding: 10px 12px;
  }

  .wc-scale-hero {
    aspect-ratio: 2940 / 1260;
    border-radius: 16px;
  }

  .wc-scale-hero-copy h2 {
    font-size: 1.5rem;
  }

  .wc-scale-kpi {
    right: 10px;
    bottom: 10px;
    padding: 7px 8px;
  }

  .wc-scale-path,
  .wc-scale-pillars,
  .wc-scale-topology,
  .wc-scale-specs,
  .wc-scale-icons {
    border-radius: 14px;
    padding: 18px;
  }

  .wc-scale-scenarios article {
    border-radius: 14px;
    padding: 18px;
  }

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

  .wc-topology-panel {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .wc-topology-media {
    min-height: 92px;
  }
}

@media (max-width: 480px) {
  .wc-app-hero {
    height: 240px;
    min-height: 240px;
  }

  .wc-app-tabs {
    gap: 6px;
  }

  .wc-app-tab {
    border-radius: 12px;
    padding: 0 12px;
    font-size: 0.74rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wc-ev-compare-card,
  .wc-ev-compare-card img,
  .wc-ev-flow-card,
  .wc-ev-hotspot,
  .wc-ev-live-bars i,
  .wc-ev-flow-card::after,
  .wc-ev-flow-status::after,
  .wc-ev-price-state i,
  .wc-app-overlay-track,
  .wc-app-overlay-meta,
  .wc-app-wave-opt {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}

.wc-media-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  font-size: 0.72rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  color: rgba(245, 248, 255, 0.92);
  background: rgba(10, 16, 28, 0.46);
  border: 1px solid rgba(245, 248, 255, 0.28);
}

.wc-media-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: rgba(13, 20, 32, 0.44);
  border: 1px solid rgba(243, 247, 255, 0.5);
  backdrop-filter: blur(4px);
}

.wc-media-play::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-38%, -50%);
  border-left: 14px solid rgba(249, 251, 255, 0.96);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.wc-feature-detail--resilience {
  padding-top: clamp(82px, 11vw, 146px);
  padding-bottom: clamp(28px, 4.2vw, 62px);
}

.wc-feature-detail--resilience + .wc-feature-detail {
  margin-top: 0;
}

#bms-autosync.wc-feature-detail {
  padding-top: clamp(44px, 6.2vw, 90px);
}

.wc-feature-detail--resilience .wc-resilience-module {
  display: grid;
  gap: clamp(30px, 4.2vw, 60px);
}

.wc-resilience-head {
  max-width: 78ch;
}

.wc-resilience-head .wc-title {
  font-size: clamp(1.5rem, 2.35vw, 2.42rem);
  margin-bottom: 12px;
}

.wc-resilience-head .wc-subtitle {
  max-width: 66ch;
}

.wc-resilience-hero {
  position: relative;
  display: block;
  min-height: clamp(520px, 54vw, 700px);
  padding-bottom: 0;
}

.wc-resilience-hero::before {
  display: none;
}

.wc-climate-compare {
  --split: 0.48;
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  border-radius: 24px;
}

.wc-climate-compare::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 48%;
  bottom: 6%;
  width: 1px;
  transform: translateX(-50%);
  background: linear-gradient(
    180deg,
    rgba(17, 21, 29, 0),
    rgba(17, 21, 29, 0.2),
    rgba(17, 21, 29, 0)
  );
  pointer-events: none;
  z-index: 2;
}

.wc-climate-scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 0;
  border: 0;
  background: #dbe1ea;
  box-shadow: none;
}

.wc-climate-scene--cold {
  z-index: 1;
  clip-path: none;
}

.wc-climate-scene--hot {
  z-index: 3;
  clip-path: inset(0 0 0 calc(var(--split) * 100%));
}

.wc-climate-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.wc-climate-scene--cold::before {
  background: linear-gradient(
    170deg,
    rgba(113, 172, 255, 0.32),
    rgba(17, 21, 29, 0.42)
  );
}

.wc-climate-scene--hot::before {
  background: linear-gradient(
    170deg,
    rgba(255, 171, 69, 0.36),
    rgba(17, 21, 29, 0.36)
  );
}

.wc-heat-fx {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.wc-heat-glow {
  position: absolute;
  left: 38%;
  right: -16%;
  top: -18%;
  bottom: -10%;
  display: block;
}

.wc-heat-glow {
  background:
    radial-gradient(
      22% 20% at 86% 16%,
      rgba(252, 249, 245, 0.86),
      rgba(231, 220, 255, 0.8) 34%,
      rgba(167, 214, 255, 0.48) 54%,
      transparent 72%
    ),
    radial-gradient(
      40% 34% at 79% 31%,
      rgba(218, 208, 255, 0.54),
      rgba(171, 210, 255, 0.3) 52%,
      transparent 78%
    ),
    linear-gradient(
      118deg,
      rgba(215, 209, 255, 0.26) 0%,
      rgba(168, 214, 255, 0.16) 34%,
      transparent 62%
    ),
    conic-gradient(
      from 215deg at 82% 18%,
      rgba(248, 170, 222, 0.22) 0deg,
      rgba(198, 194, 255, 0.2) 52deg,
      rgba(153, 214, 255, 0.24) 114deg,
      rgba(184, 255, 234, 0.18) 172deg,
      rgba(191, 190, 255, 0.2) 238deg,
      rgba(244, 181, 245, 0.2) 304deg,
      rgba(248, 170, 222, 0.22) 360deg
    );
  filter: blur(3.1px) saturate(1.24) contrast(1.03);
  animation: wcSunBreath 1.35s ease-in-out infinite alternate;
  mix-blend-mode: screen;
  opacity: 0.88;
}

.wc-heat-rings {
  position: absolute;
  left: 84%;
  top: 16%;
  width: 120px;
  height: 120px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 4.8px solid rgba(255, 230, 120, 0.56);
  box-shadow:
    0 0 0 3px rgba(255, 223, 106, 0.3) inset,
    0 0 34px rgba(255, 219, 95, 0.34),
    0 0 58px rgba(255, 239, 163, 0.26);
  filter: blur(2.2px);
  animation: wcHeatRingExpand 3.2s linear infinite;
}

.wc-heat-rings::before,
.wc-heat-rings::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 4.2px solid rgba(255, 228, 116, 0.46);
  box-shadow:
    0 0 0 2px rgba(255, 214, 90, 0.26) inset,
    0 0 30px rgba(255, 226, 133, 0.3);
  filter: blur(2.6px);
}

.wc-heat-rings::before {
  animation: wcHeatRingExpand 3.2s linear infinite;
  animation-delay: 1.05s;
}

.wc-heat-rings::after {
  animation: wcHeatRingExpand 3.2s linear infinite;
  animation-delay: 2.1s;
}

.wc-weather-fx {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.wc-weather-fx::after {
  content: "";
  position: absolute;
  inset: -20% -15% -10% -15%;
  background:
    radial-gradient(
      56% 20% at 18% 24%,
      rgba(220, 238, 255, 0.14),
      transparent 68%
    ),
    radial-gradient(
      64% 22% at 74% 58%,
      rgba(220, 238, 255, 0.1),
      transparent 70%
    );
  filter: blur(5px);
  animation: wcWindSweep 3.2s ease-in-out infinite alternate;
}

.wc-weather-snow,
.wc-weather-sleet {
  position: absolute;
  inset: -20% -8% -5% -8%;
  display: block;
}

.wc-weather-snow {
  opacity: 1;
  background-image:
    radial-gradient(
      circle at 10% 2%,
      rgba(241, 248, 255, 0.95) 0 3.2px,
      transparent 4px
    ),
    radial-gradient(
      circle at 20% 10%,
      rgba(241, 248, 255, 0.8) 0 2.6px,
      transparent 3.4px
    ),
    radial-gradient(
      circle at 30% 6%,
      rgba(241, 248, 255, 0.9) 0 3px,
      transparent 3.8px
    ),
    radial-gradient(
      circle at 42% 14%,
      rgba(241, 248, 255, 0.84) 0 2.8px,
      transparent 3.5px
    ),
    radial-gradient(
      circle at 54% 4%,
      rgba(241, 248, 255, 0.96) 0 3.3px,
      transparent 4.1px
    ),
    radial-gradient(
      circle at 66% 12%,
      rgba(241, 248, 255, 0.82) 0 2.7px,
      transparent 3.5px
    ),
    radial-gradient(
      circle at 78% 7%,
      rgba(241, 248, 255, 0.9) 0 3px,
      transparent 3.8px
    ),
    radial-gradient(
      circle at 90% 15%,
      rgba(241, 248, 255, 0.84) 0 2.8px,
      transparent 3.6px
    ),
    radial-gradient(
      circle at 14% 28%,
      rgba(241, 248, 255, 0.95) 0 3.2px,
      transparent 4px
    ),
    radial-gradient(
      circle at 26% 22%,
      rgba(241, 248, 255, 0.78) 0 2.5px,
      transparent 3.2px
    ),
    radial-gradient(
      circle at 38% 30%,
      rgba(241, 248, 255, 0.9) 0 3px,
      transparent 3.8px
    ),
    radial-gradient(
      circle at 50% 24%,
      rgba(241, 248, 255, 0.84) 0 2.8px,
      transparent 3.5px
    ),
    radial-gradient(
      circle at 62% 31%,
      rgba(241, 248, 255, 0.94) 0 3.1px,
      transparent 3.9px
    ),
    radial-gradient(
      circle at 74% 25%,
      rgba(241, 248, 255, 0.8) 0 2.6px,
      transparent 3.4px
    ),
    radial-gradient(
      circle at 86% 30%,
      rgba(241, 248, 255, 0.9) 0 3px,
      transparent 3.8px
    ),
    radial-gradient(
      circle at 8% 44%,
      rgba(241, 248, 255, 0.84) 0 2.8px,
      transparent 3.5px
    ),
    radial-gradient(
      circle at 18% 52%,
      rgba(241, 248, 255, 0.95) 0 3.2px,
      transparent 4px
    ),
    radial-gradient(
      circle at 30% 48%,
      rgba(241, 248, 255, 0.8) 0 2.6px,
      transparent 3.4px
    ),
    radial-gradient(
      circle at 42% 56%,
      rgba(241, 248, 255, 0.9) 0 3px,
      transparent 3.8px
    ),
    radial-gradient(
      circle at 54% 50%,
      rgba(241, 248, 255, 0.84) 0 2.8px,
      transparent 3.5px
    ),
    radial-gradient(
      circle at 66% 58%,
      rgba(241, 248, 255, 0.95) 0 3.2px,
      transparent 4px
    ),
    radial-gradient(
      circle at 78% 52%,
      rgba(241, 248, 255, 0.82) 0 2.7px,
      transparent 3.5px
    ),
    radial-gradient(
      circle at 90% 60%,
      rgba(241, 248, 255, 0.9) 0 3px,
      transparent 3.8px
    ),
    radial-gradient(
      circle at 12% 70%,
      rgba(241, 248, 255, 0.84) 0 2.8px,
      transparent 3.5px
    ),
    radial-gradient(
      circle at 24% 78%,
      rgba(241, 248, 255, 0.95) 0 3.2px,
      transparent 4px
    ),
    radial-gradient(
      circle at 36% 72%,
      rgba(241, 248, 255, 0.8) 0 2.6px,
      transparent 3.4px
    ),
    radial-gradient(
      circle at 48% 80%,
      rgba(241, 248, 255, 0.9) 0 3px,
      transparent 3.8px
    ),
    radial-gradient(
      circle at 60% 74%,
      rgba(241, 248, 255, 0.84) 0 2.8px,
      transparent 3.5px
    ),
    radial-gradient(
      circle at 72% 82%,
      rgba(241, 248, 255, 0.95) 0 3.2px,
      transparent 4px
    ),
    radial-gradient(
      circle at 84% 76%,
      rgba(241, 248, 255, 0.8) 0 2.6px,
      transparent 3.4px
    ),
    radial-gradient(
      circle at 96% 84%,
      rgba(241, 248, 255, 0.9) 0 3px,
      transparent 3.8px
    );
  animation: wcSnowDrift 4.6s linear infinite;
}

.wc-weather-snow::before {
  content: "";
  position: absolute;
  inset: -25% -15% -10% -15%;
  opacity: 0.78;
  background-image:
    radial-gradient(
      circle at 14% 8%,
      rgba(238, 246, 255, 0.9) 0 3px,
      transparent 3.8px
    ),
    radial-gradient(
      circle at 36% 18%,
      rgba(238, 246, 255, 0.82) 0 2.6px,
      transparent 3.3px
    ),
    radial-gradient(
      circle at 58% 10%,
      rgba(238, 246, 255, 0.92) 0 3.2px,
      transparent 4px
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(238, 246, 255, 0.8) 0 2.5px,
      transparent 3.2px
    ),
    radial-gradient(
      circle at 22% 44%,
      rgba(238, 246, 255, 0.88) 0 2.8px,
      transparent 3.6px
    ),
    radial-gradient(
      circle at 48% 52%,
      rgba(238, 246, 255, 0.8) 0 2.5px,
      transparent 3.2px
    ),
    radial-gradient(
      circle at 74% 48%,
      rgba(238, 246, 255, 0.9) 0 3px,
      transparent 3.8px
    ),
    radial-gradient(
      circle at 16% 74%,
      rgba(238, 246, 255, 0.84) 0 2.7px,
      transparent 3.4px
    ),
    radial-gradient(
      circle at 40% 82%,
      rgba(238, 246, 255, 0.92) 0 3.1px,
      transparent 3.9px
    ),
    radial-gradient(
      circle at 68% 76%,
      rgba(238, 246, 255, 0.82) 0 2.6px,
      transparent 3.3px
    ),
    radial-gradient(
      circle at 90% 86%,
      rgba(238, 246, 255, 0.9) 0 3px,
      transparent 3.8px
    );
  filter: blur(0.6px);
  animation: wcSnowGust 3.4s linear infinite;
}

.wc-weather-snow::after {
  content: "";
  position: absolute;
  inset: -22% -14% -8% -14%;
  opacity: 0.5;
  background-image:
    radial-gradient(
      circle at 8% 14%,
      rgba(242, 249, 255, 0.95) 0 4px,
      transparent 4.8px
    ),
    radial-gradient(
      circle at 26% 22%,
      rgba(242, 249, 255, 0.85) 0 3.3px,
      transparent 4.1px
    ),
    radial-gradient(
      circle at 46% 18%,
      rgba(242, 249, 255, 0.9) 0 3.8px,
      transparent 4.6px
    ),
    radial-gradient(
      circle at 68% 28%,
      rgba(242, 249, 255, 0.82) 0 3.2px,
      transparent 4px
    ),
    radial-gradient(
      circle at 86% 20%,
      rgba(242, 249, 255, 0.92) 0 3.9px,
      transparent 4.7px
    ),
    radial-gradient(
      circle at 16% 54%,
      rgba(242, 249, 255, 0.88) 0 3.5px,
      transparent 4.3px
    ),
    radial-gradient(
      circle at 38% 62%,
      rgba(242, 249, 255, 0.82) 0 3.2px,
      transparent 4px
    ),
    radial-gradient(
      circle at 62% 56%,
      rgba(242, 249, 255, 0.9) 0 3.8px,
      transparent 4.6px
    ),
    radial-gradient(
      circle at 82% 66%,
      rgba(242, 249, 255, 0.84) 0 3.4px,
      transparent 4.2px
    ),
    radial-gradient(
      circle at 24% 86%,
      rgba(242, 249, 255, 0.9) 0 3.8px,
      transparent 4.6px
    ),
    radial-gradient(
      circle at 52% 82%,
      rgba(242, 249, 255, 0.84) 0 3.4px,
      transparent 4.2px
    ),
    radial-gradient(
      circle at 78% 90%,
      rgba(242, 249, 255, 0.9) 0 3.8px,
      transparent 4.6px
    );
  filter: blur(0.9px);
  animation: wcSnowFront 2.7s linear infinite;
}

.wc-weather-sleet {
  display: none;
}

@keyframes wcSnowDrift {
  0% {
    transform: translate3d(-14%, -20%, 0);
  }
  100% {
    transform: translate3d(11%, 20%, 0);
  }
}

@keyframes wcSleetFall {
  0% {
    transform: translate3d(-1%, -8%, 0);
  }
  100% {
    transform: translate3d(2.5%, 9%, 0);
  }
}

@keyframes wcSnowGust {
  0% {
    transform: translate3d(-18%, -26%, 0);
  }
  50% {
    transform: translate3d(8%, -6%, 0);
  }
  100% {
    transform: translate3d(16%, 24%, 0);
  }
}

@keyframes wcWindSweep {
  0% {
    transform: translate3d(-10%, -3%, 0);
    opacity: 0.46;
  }
  100% {
    transform: translate3d(12%, 4%, 0);
    opacity: 0.78;
  }
}

@keyframes wcSnowFront {
  0% {
    transform: translate3d(-16%, -20%, 0);
  }
  100% {
    transform: translate3d(14%, 22%, 0);
  }
}

@keyframes wcSunBreath {
  0% {
    transform: translate3d(-1.8%, -1.2%, 0) scale(0.94) rotate(-0.6deg);
    opacity: 0.48;
  }
  100% {
    transform: translate3d(2.8%, 2%, 0) scale(1.14) rotate(0.6deg);
    opacity: 0.86;
  }
}

@keyframes wcHeatRingExpand {
  0% {
    transform: scale(0.35);
    opacity: 0.58;
  }
  65% {
    opacity: 0.32;
  }
  100% {
    transform: scale(3.6);
    opacity: 0;
  }
}

.wc-climate-scene img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 0% 0%;
  filter: saturate(0.93) contrast(1.04);
  transform: none;
  transform-origin: 0% 0%;
}

.wc-climate-scene figcaption {
  display: none;
}

.wc-climate-scene figcaption strong {
  display: none;
}

.wc-climate-scene figcaption span {
  display: none;
}

.wc-climate-scene--hot figcaption {
  display: none;
}

.wc-compare-handle {
  position: absolute;
  left: calc(var(--split) * 100%);
  top: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 56px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: ew-resize;
  touch-action: none;
}

.wc-compare-line {
  position: absolute;
  left: 50%;
  top: -999px;
  bottom: -999px;
  width: 1px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 0 1px rgba(17, 21, 29, 0.2);
}

.wc-compare-knob {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 42px;
  transform: translate(-50%, -50%);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(17, 21, 29, 0.18);
  box-shadow: 0 8px 12px rgba(10, 16, 28, 0.24);
}

.wc-compare-knob::before,
.wc-compare-knob::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 2px;
  border-radius: 999px;
  background: rgba(17, 21, 29, 0.6);
  transform: translateX(-50%);
}

.wc-compare-knob::before {
  top: 16px;
}
.wc-compare-knob::after {
  top: 23px;
}

.wc-climate-compare.is-dragging .wc-compare-knob {
  box-shadow: 0 12px 18px rgba(10, 16, 28, 0.28);
}

.wc-climate-compare.is-dragging,
.wc-climate-compare.is-dragging * {
  user-select: none;
}

.wc-ip55-module {
  border-radius: 0;
  border: 0;
  background: transparent;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(280px, 360px);
  gap: clamp(12px, 2vw, 20px);
  align-items: center;
}

.wc-ip55-copy h3 {
  margin: 4px 0 8px;
  font-size: clamp(1.04rem, 1.4vw, 1.3rem);
  letter-spacing: -0.01em;
}

.wc-ip55-copy p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.58;
  color: rgba(17, 21, 29, 0.7);
}

.wc-ip55-trigger {
  border: 1px solid rgba(17, 21, 29, 0.22);
  border-radius: 999px;
  background: rgba(17, 21, 29, 0.96);
  color: #f8fbff;
  padding: 9px 16px;
  font-size: 0.78rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
}

.wc-ip55-stage {
  position: relative;
  height: 164px;
  border-radius: 18px;
  border: 1px solid rgba(17, 21, 29, 0.11);
  background: linear-gradient(
    130deg,
    rgba(216, 225, 237, 0.86),
    rgba(241, 245, 251, 0.96)
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.52);
  overflow: hidden;
}

.wc-ip55-shield {
  position: absolute;
  inset: 16px 18px;
  border-radius: 10px;
  border: 1px solid rgba(17, 21, 29, 0.24);
  background: linear-gradient(
    170deg,
    rgba(255, 255, 255, 0.44),
    rgba(212, 222, 236, 0.32)
  );
}

.wc-particle {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 0;
}

.wc-particle--water {
  background: rgba(80, 156, 255, 0.78);
}

.wc-particle--dust {
  background: rgba(118, 127, 142, 0.7);
}

.wc-particle:nth-child(1) {
  left: 6%;
  top: 22%;
}
.wc-particle:nth-child(2) {
  left: 18%;
  top: 48%;
}
.wc-particle:nth-child(3) {
  left: 12%;
  top: 76%;
}
.wc-particle:nth-child(4) {
  left: 22%;
  top: 30%;
}
.wc-particle:nth-child(5) {
  right: 10%;
  top: 20%;
}
.wc-particle:nth-child(6) {
  right: 20%;
  top: 44%;
}
.wc-particle:nth-child(7) {
  right: 15%;
  top: 68%;
}
.wc-particle:nth-child(8) {
  right: 24%;
  top: 84%;
}

[data-ip55-module].is-active .wc-particle {
  animation: wcParticleBurst 1.3s ease-out forwards;
}

[data-ip55-module].is-active .wc-particle--dust {
  animation-delay: 0.24s;
}

@keyframes wcParticleBurst {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(0.8);
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(22px, -8px) scale(1.06);
  }
}

.wc-resilience-tech-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(12px, 1.8vw, 18px);
}

.wc-tech-card {
  grid-column: span 4;
  border-radius: 20px;
  border: 1px solid rgba(17, 21, 29, 0.08);
  background: linear-gradient(
    180deg,
    rgba(247, 250, 255, 0.78),
    rgba(244, 248, 253, 0.88)
  );
  padding: 16px;
  display: grid;
  gap: 10px;
  box-shadow: 0 10px 22px rgba(10, 16, 28, 0.06);
}

.wc-tech-card:nth-child(2) {
  margin-top: clamp(18px, 2.4vw, 32px);
}

.wc-tech-media {
  border-radius: 14px;
  border: 1px dashed rgba(17, 21, 29, 0.26);
  min-height: 166px;
  display: grid;
  place-items: center;
  background: linear-gradient(
    145deg,
    rgba(17, 21, 29, 0.05),
    rgba(17, 21, 29, 0.02)
  );
}

.wc-tech-media span {
  font-size: 0.73rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(17, 21, 29, 0.58);
  text-align: center;
  padding: 0 8px;
}

.wc-tech-card h3 {
  margin: 0;
  font-size: 1.02rem;
  letter-spacing: -0.01em;
}

.wc-tech-card p {
  margin: 0;
  font-size: 0.87rem;
  line-height: 1.6;
  color: rgba(17, 21, 29, 0.7);
}

.wc-resilience-outro {
  display: grid;
  gap: 10px;
}

.wc-resilience-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 18px;
  pointer-events: none;
}

.wc-resilience-overlay-copy {
  text-align: center;
  display: grid;
  gap: 10px;
  max-width: min(86%, 760px);
}

.wc-resilience-overlay-copy span {
  justify-self: center;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: rgba(240, 245, 255, 0.92);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(8, 12, 20, 0.24);
  backdrop-filter: blur(3px);
}

.wc-resilience-overlay-copy h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.55rem, 3.6vw, 3.38rem);
  line-height: 1.02;
  letter-spacing: -0.022em;
  text-shadow:
    0 12px 24px rgba(7, 10, 16, 0.28),
    0 2px 8px rgba(7, 10, 16, 0.26);
}

.wc-resilience-overlay-subtitle {
  margin: 0;
  justify-self: center;
  color: rgba(236, 242, 255, 0.9);
  font-size: clamp(0.86rem, 1.38vw, 1.14rem);
  line-height: 1.35;
  letter-spacing: 0.01em;
  text-shadow: 0 4px 12px rgba(7, 10, 16, 0.24);
}

.wc-resilience-overlay-spec {
  margin: 0;
  justify-self: center;
  color: rgba(236, 242, 255, 0.94);
  font-size: clamp(0.8rem, 1.2vw, 1rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 4px 12px rgba(7, 10, 16, 0.24);
}

.wc-resilience-outro > p {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(17, 21, 29, 0.72);
}

@media (max-width: 1180px) {
  .wc-resilience-hero {
    min-height: auto;
    padding-bottom: 0;
  }

  .wc-climate-compare {
    aspect-ratio: auto;
    display: grid;
    gap: 12px;
  }

  .wc-climate-compare::before,
  .wc-compare-handle {
    display: none;
  }

  .wc-resilience-hero::before {
    display: none;
  }

  .wc-climate-scene--cold,
  .wc-climate-scene--hot {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: 0;
    border-radius: 18px;
    clip-path: none;
  }

  .wc-weather-snow {
    animation-duration: 4.2s;
  }

  .wc-weather-sleet {
    animation-duration: 1.4s;
  }

  .wc-ip55-module {
    grid-template-columns: 1fr;
  }

  .wc-ip55-trigger {
    justify-self: start;
  }

  .wc-resilience-tech-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wc-tech-card {
    grid-column: auto;
  }

  .wc-tech-card:nth-child(2) {
    margin-top: 0;
  }

  .wc-resilience-overlay-copy h3 {
    font-size: clamp(1.32rem, 4.8vw, 2.48rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wc-weather-snow,
  .wc-weather-sleet,
  .wc-heat-glow,
  .wc-heat-rings,
  .wc-heat-rings::before,
  .wc-heat-rings::after {
    animation: none;
  }
}

body.theme-light .wc-feature-card {
  border-color: rgba(17, 21, 29, 0.08);
}

body.theme-light .wc-feature-card:hover,
body.theme-light .wc-feature-card.is-active {
  border-color: rgba(17, 21, 29, 0.2);
}

body.theme-light
  .wc-feature-card:not(.wc-feature-card--media):not(
    .wc-feature-card--media-dark
  ):not(.wc-feature-card--gradient):not(.wc-feature-card--accent):not(
    .wc-feature-card--dark
  )::after {
  border-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

body:not(.theme-light) .wc-feature-card {
  border-color: rgba(255, 255, 255, 0.12);
  background: #171c26;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.32);
  color: #f4f7fd;
}

body:not(.theme-light) .wc-feature-card p {
  color: rgba(224, 230, 242, 0.74);
}

body:not(.theme-light) .wc-feature-card--neutral,
body:not(.theme-light) .wc-feature-card--neutral-wide {
  background: linear-gradient(180deg, #1a202b 0%, #161c26 100%);
  color: #eff4fd;
}

body:not(.theme-light) .wc-feature-card--neutral p,
body:not(.theme-light) .wc-feature-card--neutral-wide p {
  color: rgba(224, 230, 242, 0.72);
}

body:not(.theme-light) .wc-feature-detail .wc-subtitle {
  color: rgba(223, 230, 242, 0.74);
}

body:not(.theme-light) .wc-feature-detail .wc-media {
  border-color: rgba(255, 255, 255, 0.14);
  background: #161c27;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.36);
}

body:not(.theme-light) .wc-resilience-head .wc-subtitle,
body:not(.theme-light) .wc-tech-card p,
body:not(.theme-light) .wc-ip55-copy p,
body:not(.theme-light) .wc-resilience-outro p {
  color: rgba(224, 230, 242, 0.74);
}

body:not(.theme-light) .wc-ip55-module,
body:not(.theme-light) .wc-tech-card {
  border-color: rgba(255, 255, 255, 0.14);
  background: #1a212d;
}

body:not(.theme-light) .wc-ip55-module {
  border: 0;
  background: transparent;
}

body:not(.theme-light) .wc-tech-card {
  background: linear-gradient(
    180deg,
    rgba(26, 33, 45, 0.86),
    rgba(20, 26, 37, 0.92)
  );
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}

body:not(.theme-light) .wc-tech-media span {
  color: rgba(224, 230, 242, 0.56);
}

body:not(.theme-light) .wc-tech-media,
body:not(.theme-light) .wc-ip55-stage {
  border-color: rgba(255, 255, 255, 0.16);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.04),
    rgba(255, 255, 255, 0.01)
  );
}

body:not(.theme-light) .wc-media-badge {
  background: rgba(5, 9, 16, 0.62);
  border-color: rgba(243, 247, 255, 0.36);
}

@media (max-width: 980px) {
  .wc-feature-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-rows: minmax(188px, auto);
    gap: 12px;
  }

  .wc-feature-card,
  .wc-feature-card--wide,
  .wc-feature-card--tall,
  .wc-feature-card--compact {
    grid-column: span 1;
    grid-row: auto;
    min-height: 188px;
    border-radius: 16px;
    padding: 18px 16px;
  }

  .wc-feature-card:nth-child(2),
  .wc-feature-card:nth-child(6),
  .wc-feature-card:nth-child(7) {
    grid-column: span 2;
  }

  .wc-feature-card h3 {
    font-size: clamp(1.05rem, 2.1vw, 1.38rem);
    line-height: 1.2;
  }

  .wc-feature-card p {
    font-size: 0.84rem;
    margin-top: 10px;
  }

  .wc-feature-detail .wc-layout--split {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .wc-feature-detail--resilience {
    padding-top: 66px;
    padding-bottom: 24px;
  }

  .wc-resilience-head .wc-title {
    font-size: clamp(1.34rem, 5.3vw, 1.68rem);
  }

  .wc-resilience-tech-grid {
    grid-template-columns: 1fr;
  }

  .wc-climate-scene {
    min-height: 248px;
  }

  .wc-feature-detail {
    padding: 56px 0;
  }

  .wc-feature-detail + .wc-feature-detail {
    margin-top: 0;
  }

  .wc-feature-detail--left .wc-copy,
  .wc-feature-detail--left .wc-media,
  .wc-feature-detail--right .wc-copy,
  .wc-feature-detail--right .wc-media {
    grid-column: 1;
    grid-row: auto;
    margin-top: 0;
  }

  .wc-feature-detail .wc-media {
    border-radius: 16px;
  }

  .wc-feature-detail .wc-media--photo img {
    aspect-ratio: 16 / 10;
  }

  .wc-imaster-metrics {
    grid-template-columns: 1fr;
    grid-column: 1;
    grid-row: auto;
    width: 100%;
  }

  .wc-feature-detail--imaster .wc-copy--imaster {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }

  .wc-media-play {
    width: 52px;
    height: 52px;
  }

  .wc-media-play::before {
    border-left-width: 12px;
    border-top-width: 9px;
    border-bottom-width: 9px;
  }
}

@media (max-width: 640px) {
  .wc-feature-nav {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(148px, auto);
    gap: 10px;
  }

  .wc-feature-card {
    grid-column: span 1 !important;
    grid-row: auto !important;
    min-height: 154px;
    border-radius: 14px;
    padding: 15px 14px;
  }

  .wc-feature-card h3 {
    font-size: clamp(1rem, 6.2vw, 1.26rem);
    line-height: 1.24;
    max-width: none;
  }

  .wc-feature-card p {
    font-size: 0.8rem;
    line-height: 1.5;
    max-width: none;
    margin-top: 8px;
  }
}

@media (max-width: 380px) {
  .wc-feature-card {
    min-height: 142px;
    padding: 13px 12px;
  }
}

/* Theme: light (preview with ?theme=light) */
body.theme-light .wc-ekd {
  background: #ffffff;
  color: #11151d;
}

body.theme-light .wc-ekd .wc-kicker {
  color: rgba(17, 21, 29, 0.52);
}

body.theme-light .wc-ekd .wc-title {
  color: #0f141c;
}

body.theme-light .wc-ekd .wc-subtitle,
body.theme-light .wc-ekd .wc-feature-list li,
body.theme-light .wc-ekd .wc-scroll-story p,
body.theme-light .wc-ekd .wc-accordion-item li {
  color: rgba(17, 21, 29, 0.72);
}

body.theme-light .wc-ekd .wc-feature-list li {
  border-left-color: rgba(17, 21, 29, 0.18);
}

body.theme-light .wc-ekd .wc-metric strong,
body.theme-light .wc-ekd .wc-scroll-story strong,
body.theme-light .wc-ekd .wc-accordion-item summary {
  color: #0f141c;
}

body.theme-light .wc-ekd .wc-metric span {
  color: rgba(17, 21, 29, 0.5);
}

body.theme-light .wc-ekd .wc-accordion,
body.theme-light .wc-ekd .wc-accordion-item {
  border-color: rgba(17, 21, 29, 0.16);
}

body.theme-light .wc-ekd .wc-section--cta {
  border-top-color: rgba(17, 21, 29, 0.14);
}

body.theme-light .wc-ekd .wc-btn--primary {
  background: #0f141c;
  color: #f8fafc;
}

body.theme-light .wc-ekd .wc-btn--secondary {
  color: #0f141c;
  border-color: rgba(17, 21, 29, 0.28);
}

body.theme-light .wc-ekd .wc-media--gallery img,
body.theme-light .wc-ekd .wc-media--ui img,
body.theme-light .wc-ekd .wc-media--photo img {
  filter: saturate(0.9) contrast(1.02) brightness(0.98);
}

/* NSS detail system */
.wc-nss {
  background: #ffffff;
  padding: clamp(78px, 10vw, 148px) 0;
  color: #0f172a;
}

.wc-nss * {
  font-family: var(--font-sans);
}

.wc-nss-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 40px);
  align-items: center;
  margin-bottom: clamp(30px, 4vw, 52px);
}

.wc-nss-hero-media {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  min-height: 320px;
}

.wc-nss-hero-media video,
.wc-nss-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.wc-nss-kicker {
  margin: 0 0 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.66rem;
  color: rgba(30, 41, 59, 0.58);
}

.wc-nss-hero-copy h2 {
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: #0b1220;
}

.wc-nss-hero-copy > p {
  margin: 16px 0 0;
  font-size: clamp(0.96rem, 1.22vw, 1.08rem);
  line-height: 1.7;
  color: rgba(15, 23, 42, 0.76);
  max-width: 48ch;
}

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

.wc-nss-kpis article {
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #ffffff;
  padding: 14px 12px;
}

.wc-nss-kpis strong {
  display: block;
  font-size: clamp(1.3rem, 2vw, 1.9rem);
  letter-spacing: -0.02em;
  color: #0b1220;
}

.wc-nss-kpis span {
  display: block;
  margin-top: 4px;
  font-size: 0.73rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(51, 65, 85, 0.76);
}

.wc-nss-note {
  margin: 8px 0 0;
  font-size: 0.72rem;
  color: rgba(71, 85, 105, 0.76);
}

.wc-nss-difference,
.wc-nss-pillars,
.wc-nss-proof,
.wc-nss-cta {
  margin-top: clamp(18px, 2.6vw, 30px);
}

.wc-nss-difference > header h3,
.wc-nss-pillars > header h3 {
  margin: 0;
  font-size: clamp(1.24rem, 2.2vw, 1.8rem);
  line-height: 1.16;
  letter-spacing: -0.018em;
  color: #0f172a;
}

.wc-nss-diff-grid,
.wc-nss-proof {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.wc-nss-diff-card,
.wc-nss-proof-card {
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.05);
  padding: 16px;
}

.wc-nss-diff-card h4,
.wc-nss-proof-card h4 {
  margin: 0;
  font-size: 1.05rem;
  letter-spacing: -0.015em;
}

.wc-nss-diff-card > p,
.wc-nss-proof-card > p {
  margin: 4px 0 0;
  color: rgba(51, 65, 85, 0.72);
  font-size: 0.84rem;
}

.wc-nss-curve {
  margin-top: 12px;
  width: 100%;
  height: 112px;
  border-radius: 12px;
  background:
    linear-gradient(to right, rgba(15, 23, 42, 0.06) 1px, transparent 1px),
    linear-gradient(to top, rgba(15, 23, 42, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
  background-size:
    16% 100%,
    100% 25%,
    100% 100%;
}

.wc-nss-curve polyline {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.wc-nss-diff-card--risk polyline {
  stroke: #9f4a45;
}

.wc-nss-diff-card--stable polyline {
  stroke: #2f5d77;
}

.wc-nss-diff-card ul {
  margin: 10px 0 0;
  padding-left: 16px;
  color: rgba(30, 41, 59, 0.82);
  font-size: 0.86rem;
  line-height: 1.55;
}


.wc-nss-chart-tag {
  position: absolute;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: #ffffff;
  font-size: 0.68rem;
  letter-spacing: 0.02em;
  color: rgba(15, 23, 42, 0.84);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.wc-nss-chart-tag[data-nss-tag="year8"] {
  left: 77%;
  top: 42%;
}

.wc-nss-chart-tag.is-active {
  box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.06);
}

.wc-nss-proof-chart-wrap {
  position: relative;
}

.wc-nss-proof-chart polyline {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}


.wc-nss-proof-chart {
  margin-top: 10px;
  width: 100%;
  height: 168px;
  border-radius: 12px;
  background:
    linear-gradient(to right, rgba(15, 23, 42, 0.06) 1px, transparent 1px),
    linear-gradient(to top, rgba(15, 23, 42, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
  background-size:
    10% 100%,
    100% 20%,
    100% 100%;
}

[data-nss-envelope-max] {
  stroke: rgba(100, 116, 139, 0.5);
  stroke-width: 2;
}

[data-nss-envelope-min] {
  stroke: rgba(100, 116, 139, 0.5);
  stroke-width: 2;
}

[data-nss-envelope-main] {
  stroke: #ff4d6d;
  stroke-width: 3;
}

.wc-nss-impact {
  margin-top: 22px;
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
}

.wc-nss-impact strong {
  font-size: clamp(2.2rem, 5vw, 3.3rem);
  line-height: 0.95;
  letter-spacing: -0.035em;
  color: #ff4d6d;
}

.wc-nss-impact span {
  font-size: 0.88rem;
  color: rgba(51, 65, 85, 0.82);
}

.wc-nss-tco {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.wc-nss-tco-row span {
  display: block;
  margin-bottom: 6px;
  font-size: 0.8rem;
  color: rgba(30, 41, 59, 0.82);
}

.wc-nss-tco-row i {
  display: block;
  height: 12px;
  width: var(--w, 60%);
  border-radius: 999px;
  background: linear-gradient(90deg, #ff4d6d 0%, #ff9f1c 48%, #facc15 100%);
}

.wc-nss-tco-row:first-child i {
  background: linear-gradient(90deg, #64748b 0%, #475569 100%);
}

.wc-nss-proof-foot {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.wc-nss-proof-foot span {
  font-size: 0.76rem;
  color: rgba(51, 65, 85, 0.8);
}

.wc-nss-proof-foot strong {
  font-size: 0.88rem;
  color: #0b1220;
}

.wc-nss-cta {
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #ffffff;
  padding: clamp(18px, 2.5vw, 26px);
}

.wc-nss-cta h3 {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.26;
  letter-spacing: -0.018em;
  color: #0b1220;
  max-width: 44ch;
}

.wc-nss-actions {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wc-nss-actions .wc-btn {
  min-height: 44px;
}

.wc-nss-actions .wc-btn--primary {
  background: #0b111b;
  color: #f6f9ff;
  border-color: #0b111b;
}

.wc-nss-actions .wc-btn--secondary {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.22);
  color: rgba(15, 23, 42, 0.86);
}

@media (max-width: 1024px) {
  .wc-nss-hero {
    grid-template-columns: 1fr;
  }

  .wc-nss-kpis {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .wc-nss {
    padding: 62px 0;
  }

  .wc-nss-diff-grid,
  .wc-nss-proof {
    grid-template-columns: 1fr;
  }

  .wc-nss-chart-tag {
    position: static;
    display: inline-flex;
    transform: none;
    margin: 8px 8px 0 0;
  }

  .wc-nss-kpis {
    grid-template-columns: 1fr;
  }

  .wc-nss-hero-media {
    border-radius: 18px;
    min-height: 240px;
  }
}

/* ============================================================
   DECISIVE REFINEMENT v2
   Stronger, clearly visible premium pass
   ============================================================ */

body.subpage.theme-light .wc-section--hero .wc-title {
  color: #ffffff !important;
  text-shadow: 0 8px 40px rgba(4, 6, 12, 0.58) !important;
}

body.subpage.theme-light .wc-section--hero .wc-subtitle {
  color: rgba(255, 255, 255, 0.92) !important;
  text-shadow: 0 4px 24px rgba(4, 6, 12, 0.5) !important;
}

body.subpage.theme-light .wc-section--features {
  background: #fbfcfe !important;
}

/* ============================================================
   LIGHT MODE RESTORE (Feature cards area)
   Keep layout rhythm, revert dark panel to premium light
   ============================================================ */

body.subpage.theme-light #wc-features {
  background: #ffffff !important;
}

body.subpage.theme-light #wc-features .wc-feature-nav {
  gap: 12px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.subpage.theme-light #wc-features .wc-feature-card {
  border-radius: 18px !important;
  border: 1px solid rgba(14, 20, 32, 0.1) !important;
  background: #ffffff !important;
  box-shadow:
    0 1px 2px rgba(10, 14, 24, 0.05),
    0 8px 20px rgba(10, 14, 24, 0.08),
    0 24px 54px rgba(10, 14, 24, 0.06) !important;
}

body.subpage.theme-light #wc-features .wc-feature-card h3 {
  color: #0c1119 !important;
}

body.subpage.theme-light #wc-features .wc-feature-card p {
  color: rgba(12, 17, 26, 0.56) !important;
}

body.subpage.theme-light #wc-features .wc-feature-card:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(14, 20, 32, 0.14) !important;
  box-shadow:
    0 2px 4px rgba(10, 14, 24, 0.06),
    0 12px 30px rgba(10, 14, 24, 0.1),
    0 36px 72px rgba(10, 14, 24, 0.08) !important;
}

body.subpage.theme-light #wc-features .wc-feature-card.is-active {
  border-color: rgba(90, 120, 188, 0.28) !important;
  box-shadow:
    0 2px 4px rgba(10, 14, 24, 0.06),
    0 12px 28px rgba(10, 14, 24, 0.1),
    0 30px 64px rgba(10, 14, 24, 0.08) !important;
}

body.subpage.theme-light #wc-features .wc-feature-card--media::before {
  background:
    linear-gradient(
      to right,
      rgba(255, 255, 255, 1) 30%,
      rgba(255, 255, 255, 0.82) 64%,
      rgba(255, 255, 255, 0.62) 100%
    ),
    url("./assets/feature-card-ev-exploded-resource1-premium-v2.jpg")
      right center / 52% auto no-repeat !important;
}

/* =============================================================
   HERO v2 — Premium refinement (2026-03-27)
   Benchmark: Tesla Megapack · Stripe · Apple Vision Pro
   ============================================================= */

/* ── Hero: increased breathing room ── */
.wc-section--hero .wc-container {
  padding-bottom: clamp(48px, 10vh, 96px);
}

/* ── Kicker: spec-highlight pattern (Apple style) ── */
.wc-section--hero .wc-kicker {
  font-size: 0.72rem !important;
  letter-spacing: 0.16em !important;
  color: rgba(255, 255, 255, 0.58) !important;
  font-weight: 500;
}

/* ── Title: bolder, constrained for dramatic line break ── */
.wc-section--hero .wc-title {
  font-size: clamp(2.6rem, 5.6vw, 5.2rem) !important;
  font-weight: 620 !important;
  letter-spacing: -0.036em !important;
  line-height: 0.92 !important;
  max-width: 18ch;
}

/* ── Subtitle: tighter, more recessed ── */
.wc-section--hero .wc-subtitle {
  max-width: 40ch !important;
  color: rgba(255, 255, 255, 0.72) !important;
  line-height: 1.58 !important;
  font-size: 1.05rem;
}

/* ── Actions: more breathing room from subtitle ── */
.wc-section--hero .wc-actions {
  margin-top: 32px;
}

/* ── Mask: refined gradient — airy top, deep bottom ── */
.wc-section--hero .wc-hero-mask {
  background: linear-gradient(
    180deg,
    rgba(4, 5, 7, 0.04) 0%,
    rgba(4, 5, 7, 0.18) 30%,
    rgba(4, 5, 7, 0.52) 58%,
    rgba(4, 5, 7, 0.90) 100%
  ) !important;
}

/* ── Hero CTAs: ensure visibility over dark video ── */
.wc-section--hero .wc-btn--primary {
  background: rgba(247, 249, 252, 0.94) !important;
  color: #101319 !important;
}

.wc-section--hero .wc-btn--secondary {
  border-color: rgba(255, 255, 255, 0.32) !important;
  background: rgba(16, 20, 26, 0.68) !important;
  color: rgba(243, 246, 255, 0.94) !important;
}

/* =============================================================
   PROOF BAR — Metrics strip below hero fold
   Pattern: Stripe proof metrics · Fluence benefit pillars
   ============================================================= */

.wc-proof-bar {
  background: #0a0e15;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.wc-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
}

.wc-proof-item {
  padding: clamp(24px, 3.6vw, 44px) clamp(16px, 2.4vw, 32px);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.wc-proof-item:last-child {
  border-right: 0;
}

.wc-proof-item dd {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  font-weight: 620;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #f0f4ff;
}

.wc-proof-item dd span {
  font-size: 0.6em;
  font-weight: 500;
  letter-spacing: 0;
  color: rgba(225, 236, 255, 0.56);
}

.wc-proof-item dt {
  margin-top: 8px;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(225, 236, 255, 0.48);
}

/* ── Proof bar responsive ── */
@media (max-width: 860px) {
  .wc-proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wc-proof-item:nth-child(2) {
    border-right: 0;
  }

  .wc-proof-item:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 480px) {
  .wc-proof-grid {
    grid-template-columns: 1fr;
  }

  .wc-proof-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 16px;
  }

  .wc-proof-item:last-child {
    border-bottom: 0;
  }
}

/* ── Theme-light proof bar override ── */
body.theme-light .wc-proof-bar {
  background: #f8f9fb;
  border-bottom: 1px solid rgba(14, 20, 32, 0.08);
}

body.theme-light .wc-proof-item {
  border-right-color: rgba(14, 20, 32, 0.08);
}

body.theme-light .wc-proof-item dd {
  color: #0c1119;
}

body.theme-light .wc-proof-item dd span {
  color: rgba(12, 17, 26, 0.42);
}

body.theme-light .wc-proof-item dt {
  color: rgba(12, 17, 26, 0.48);
}

@media (max-width: 860px) {
  body.theme-light .wc-proof-item:nth-child(-n+2) {
    border-bottom-color: rgba(14, 20, 32, 0.08);
  }
}

@media (max-width: 480px) {
  body.theme-light .wc-proof-item {
    border-bottom-color: rgba(14, 20, 32, 0.08);
  }
}

/* =============================================================
   TASK 2 FINAL PASS — Hero, proof rail, feature-map shell
   ============================================================= */

body.subpage.theme-light #wc-hero {
  isolation: isolate;
  background: #05070b;
  overflow: hidden;
}

/* ── Hero: film-grain noise texture overlay ── */
body.subpage.theme-light #wc-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.28;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}

body.subpage.theme-light #wc-hero .wc-hero-video {
  filter: saturate(0.78) contrast(1.04) brightness(0.62);
  transform: scale(1.02);
}

body.subpage.theme-light #wc-hero .wc-hero-mask {
  background: linear-gradient(
    180deg,
    rgba(4, 6, 9, 0.06) 0%,
    rgba(4, 6, 9, 0.2) 24%,
    rgba(4, 6, 9, 0.5) 56%,
    rgba(4, 6, 9, 0.92) 100%
  ) !important;
}

body.subpage.theme-light #wc-hero .wc-hero-atmosphere {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    /* ① top-left cool ambient bloom */
    radial-gradient(
      60% 50% at 8% 18%,
      rgba(120, 148, 196, 0.14) 0%,
      rgba(120, 148, 196, 0) 70%
    ),
    /* ② bottom-left warm atmosphere — hero text region */
    radial-gradient(
      70% 60% at 12% 88%,
      rgba(180, 195, 218, 0.28) 0%,
      rgba(166, 182, 206, 0.08) 40%,
      rgba(166, 182, 206, 0) 70%
    ),
    /* ③ right-side edge light — illuminates product silhouette */
    radial-gradient(
      50% 70% at 78% 44%,
      rgba(140, 165, 210, 0.12) 0%,
      rgba(140, 165, 210, 0) 65%
    ),
    /* ④ soft bottom-center lift — transition zone to proof bar */
    radial-gradient(
      100% 40% at 50% 100%,
      rgba(200, 212, 232, 0.10) 0%,
      rgba(200, 212, 232, 0) 70%
    ),
    /* ⑤ base vignette */
    linear-gradient(180deg, rgba(5, 7, 11, 0) 0%, rgba(5, 7, 11, 0.28) 100%);
}

body.subpage.theme-light #wc-hero .wc-container {
  position: relative;
  z-index: 2;
  align-self: end;
  padding-bottom: clamp(44px, 9vh, 96px);
}

body.subpage.theme-light #wc-hero .wc-hero-stage {
  position: relative;
  display: grid;
  gap: clamp(22px, 3vw, 34px);
  width: min(720px, 100%);
}

body.subpage.theme-light #wc-hero .wc-hero-stage::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(clamp(22px, 3vw, 34px) * -0.7);
  width: clamp(120px, 18vw, 208px);
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(244, 247, 252, 0.78) 0%,
    rgba(244, 247, 252, 0) 100%
  );
}

body.subpage.theme-light #wc-hero .wc-head {
  max-width: 690px;
  text-align: left;
  gap: clamp(18px, 2.4vw, 24px);
}

body.subpage.theme-light #wc-hero .wc-head-rail {
  display: flex;
  align-items: center;
  gap: 16px;
}

body.subpage.theme-light #wc-hero .wc-head-line {
  width: clamp(68px, 10vw, 128px);
  height: 1px;
  flex: none;
  background: linear-gradient(
    90deg,
    rgba(236, 241, 248, 0.62) 0%,
    rgba(180, 200, 230, 0.44) 50%,
    rgba(236, 241, 248, 0) 100%
  );
  animation: hero-line-shimmer 3s ease-in-out infinite;
}

@keyframes hero-line-shimmer {
  0%, 100% { opacity: 0.5; width: clamp(68px, 10vw, 128px); }
  50% { opacity: 1; width: clamp(88px, 13vw, 158px); }
}

body.subpage.theme-light #wc-hero .wc-hero-copy {
  display: grid;
  gap: clamp(14px, 2vw, 18px);
}

body.subpage.theme-light #wc-hero .wc-kicker {
  margin: 0;
  font-size: 0.68rem !important;
  letter-spacing: 0.22em !important;
  font-weight: 540;
  color: rgba(190, 205, 228, 0.72) !important;
  text-shadow: none;
  text-transform: uppercase;
}

body.subpage.theme-light #wc-hero .wc-title {
  max-width: 10.8ch;
  font-size: clamp(3rem, 6.2vw, 6.2rem) !important;
  font-weight: 640 !important;
  letter-spacing: -0.038em !important;
  line-height: 0.96 !important;
  color: transparent !important;
  background: linear-gradient(
    168deg,
    #ffffff 0%,
    #f0f3f8 38%,
    rgba(186, 204, 232, 0.88) 100%
  );
  -webkit-background-clip: text !important;
  background-clip: text !important;
  text-shadow: none !important;
  text-wrap: balance;
  filter: drop-shadow(0 12px 40px rgba(0, 0, 0, 0.3));
}

body.subpage.theme-light #wc-hero .wc-subtitle {
  max-width: 44ch !important;
  font-size: clamp(1rem, 1.42vw, 1.12rem);
  line-height: 1.64 !important;
  color: rgba(196, 208, 228, 0.68) !important;
  text-shadow: none !important;
}

body.subpage.theme-light #wc-hero .wc-actions {
  justify-content: flex-start;
  gap: 12px;
  margin-top: 0;
}

body.subpage.theme-light #wc-hero .wc-actions .wc-btn {
  min-width: clamp(176px, 18vw, 210px);
  height: 48px;
  border-radius: 999px;
  font-weight: 520;
  font-size: 0.84rem;
  letter-spacing: 0.01em;
  transition:
    transform 200ms cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 200ms ease,
    background 180ms ease,
    border-color 180ms ease,
    filter 180ms ease;
}

body.subpage.theme-light #wc-hero .wc-btn--primary {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(236, 240, 248, 0.96) 100%
  ) !important;
  border: 1px solid rgba(255, 255, 255, 0.44);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 1px 2px rgba(0, 0, 0, 0.18),
    0 8px 24px rgba(0, 0, 0, 0.22),
    0 24px 48px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: #0b1018 !important;
}

body.subpage.theme-light #wc-hero .wc-btn--primary:hover {
  transform: translateY(-2px) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 2px 4px rgba(0, 0, 0, 0.14),
    0 12px 32px rgba(0, 0, 0, 0.24),
    0 32px 64px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 1);
  filter: brightness(1.04);
}

body.subpage.theme-light #wc-hero .wc-btn--primary:active {
  transform: translateY(0px) scale(0.98) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 1px 2px rgba(0, 0, 0, 0.2),
    0 4px 12px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition-duration: 80ms;
}

body.subpage.theme-light #wc-hero .wc-btn--secondary {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  color: rgba(220, 228, 244, 0.88) !important;
  backdrop-filter: blur(16px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 1px 2px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.subpage.theme-light #wc-hero .wc-btn--secondary:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.10),
    0 2px 4px rgba(0, 0, 0, 0.14),
    0 12px 28px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: rgba(240, 244, 252, 0.96) !important;
}

body.subpage.theme-light #wc-hero .wc-btn--secondary:active {
  transform: translateY(0px) scale(0.98) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  transition-duration: 80ms;
}

body.subpage.theme-light .wc-proof-bar {
  position: relative;
  z-index: 2;
  margin: 0;
  max-width: none;
  border-radius: 0;
  background: #07090f;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.055);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: none;
}

body.subpage.theme-light .wc-proof-grid {
  counter-reset: proof-item;
}

body.subpage.theme-light .wc-proof-item {
  position: relative;
  counter-increment: proof-item;
  padding: clamp(28px, 3.6vw, 40px) clamp(20px, 2.6vw, 36px) clamp(24px, 3vw, 36px);
  border-right-color: rgba(255, 255, 255, 0.055);
  border-radius: 0;
  transition: none;
}

body.subpage.theme-light .wc-proof-item::before {
  content: counter(proof-item, decimal-leading-zero);
  position: absolute;
  top: 14px;
  left: clamp(20px, 2.6vw, 36px);
  font-size: 0.6rem;
  font-weight: 560;
  letter-spacing: 0.2em;
  color: rgba(200, 215, 240, 0.26);
  font-variant-numeric: tabular-nums;
}

body.subpage.theme-light .wc-proof-item dd {
  font-size: clamp(1.74rem, 2.95vw, 2.35rem);
  font-weight: 620;
  letter-spacing: -0.035em;
  color: #edf1fa;
  white-space: nowrap;
}

body.subpage.theme-light .wc-proof-item dd span {
  color: rgba(200, 215, 240, 0.46);
}

body.subpage.theme-light .wc-proof-item .wc-proof-value {
  margin: 0;
}

body.subpage.theme-light .wc-proof-item .wc-proof-value-text {
  display: inline-flex;
  align-items: baseline;
  gap: 0.16em;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
}

body.subpage.theme-light .wc-proof-item .wc-proof-value-text > .wc-proof-unit {
  font-size: 0.56em;
  font-weight: 480;
  letter-spacing: 0.02em;
  color: rgba(180, 200, 230, 0.44);
}

body.subpage.theme-light .wc-proof-item dt {
  margin-top: 10px;
  font-size: 0.64rem;
  font-weight: 520;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(180, 200, 230, 0.38);
}

body.subpage.theme-light #wc-features {
  background: linear-gradient(180deg, #f1f4f7 0%, #f8fafc 42%, #ffffff 100%) !important;
}

body.subpage.theme-light #wc-features .wc-feature-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(16px, 2vw, 24px);
  border-radius: 30px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.94) 0%,
    rgba(245, 248, 251, 0.98) 100%
  );
  border: 1px solid rgba(14, 20, 32, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 24px 70px rgba(10, 14, 24, 0.08);
}

body.subpage.theme-light #wc-features .wc-feature-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      120% 120% at 0% 0%,
      rgba(156, 171, 194, 0.18) 0%,
      rgba(156, 171, 194, 0) 56%
    ),
    radial-gradient(
      80% 80% at 100% 0%,
      rgba(220, 228, 238, 0.72) 0%,
      rgba(220, 228, 238, 0) 44%
    );
  pointer-events: none;
}

body.subpage.theme-light #wc-features .wc-feature-nav {
  position: relative;
  z-index: 1;
  gap: 14px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  counter-reset: feature-card;
}

body.subpage.theme-light #wc-features .wc-feature-card,
body.subpage.theme-light #wc-features .wc-feature-card--accent,
body.subpage.theme-light #wc-features .wc-feature-card--neutral,
body.subpage.theme-light #wc-features .wc-feature-card--neutral-wide,
body.subpage.theme-light #wc-features .wc-feature-card--dark,
body.subpage.theme-light #wc-features .wc-feature-card--gradient,
body.subpage.theme-light #wc-features .wc-feature-card--media,
body.subpage.theme-light #wc-features .wc-feature-card--media-dark {
  counter-increment: feature-card;
  position: relative;
  overflow: hidden;
  border-radius: 24px !important;
  border: 1px solid rgba(15, 22, 33, 0.08) !important;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(247, 250, 252, 0.98) 100%
  ) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 10px 28px rgba(10, 14, 24, 0.08) !important;
}

body.subpage.theme-light #wc-features .wc-feature-card::before,
body.subpage.theme-light #wc-features .wc-feature-card--accent::before,
body.subpage.theme-light #wc-features .wc-feature-card--neutral::before,
body.subpage.theme-light #wc-features .wc-feature-card--neutral-wide::before,
body.subpage.theme-light #wc-features .wc-feature-card--dark::before,
body.subpage.theme-light #wc-features .wc-feature-card--gradient::before,
body.subpage.theme-light #wc-features .wc-feature-card--media::before,
body.subpage.theme-light #wc-features .wc-feature-card--media-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 1 !important;
  background:
    radial-gradient(
      120% 120% at 0% 0%,
      rgba(var(--feature-accent, 153, 167, 190), 0.18) 0%,
      rgba(var(--feature-accent, 153, 167, 190), 0) 58%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.22) 0%,
      rgba(255, 255, 255, 0) 40%
    );
}

body.subpage.theme-light #wc-features .wc-feature-card::after,
body.subpage.theme-light #wc-features .wc-feature-card--accent::after,
body.subpage.theme-light #wc-features .wc-feature-card--neutral::after,
body.subpage.theme-light #wc-features .wc-feature-card--neutral-wide::after,
body.subpage.theme-light #wc-features .wc-feature-card--dark::after,
body.subpage.theme-light #wc-features .wc-feature-card--gradient::after,
body.subpage.theme-light #wc-features .wc-feature-card--media::after,
body.subpage.theme-light #wc-features .wc-feature-card--media-dark::after {
  content: counter(feature-card, decimal-leading-zero);
  position: absolute;
  top: 20px;
  right: 20px;
  width: auto;
  height: auto;
  border: 0 !important;
  background: none !important;
  font-size: 0.68rem;
  font-weight: 560;
  letter-spacing: 0.18em;
  color: rgba(12, 17, 26, 0.34);
}

body.subpage.theme-light #wc-features .wc-feature-card h3,
body.subpage.theme-light #wc-features .wc-feature-card p,
body.subpage.theme-light #wc-features .wc-feature-card--accent h3,
body.subpage.theme-light #wc-features .wc-feature-card--accent p,
body.subpage.theme-light #wc-features .wc-feature-card--neutral h3,
body.subpage.theme-light #wc-features .wc-feature-card--neutral p,
body.subpage.theme-light #wc-features .wc-feature-card--neutral-wide h3,
body.subpage.theme-light #wc-features .wc-feature-card--neutral-wide p,
body.subpage.theme-light #wc-features .wc-feature-card--dark h3,
body.subpage.theme-light #wc-features .wc-feature-card--dark p,
body.subpage.theme-light #wc-features .wc-feature-card--gradient h3,
body.subpage.theme-light #wc-features .wc-feature-card--gradient p,
body.subpage.theme-light #wc-features .wc-feature-card--media h3,
body.subpage.theme-light #wc-features .wc-feature-card--media p,
body.subpage.theme-light #wc-features .wc-feature-card--media-dark h3,
body.subpage.theme-light #wc-features .wc-feature-card--media-dark p {
  position: relative;
  z-index: 1;
}

body.subpage.theme-light #wc-features .wc-feature-card h3,
body.subpage.theme-light #wc-features .wc-feature-card--accent h3,
body.subpage.theme-light #wc-features .wc-feature-card--neutral h3,
body.subpage.theme-light #wc-features .wc-feature-card--neutral-wide h3,
body.subpage.theme-light #wc-features .wc-feature-card--dark h3,
body.subpage.theme-light #wc-features .wc-feature-card--gradient h3,
body.subpage.theme-light #wc-features .wc-feature-card--media h3,
body.subpage.theme-light #wc-features .wc-feature-card--media-dark h3 {
  max-width: 13ch;
  font-size: clamp(1.12rem, 1.55vw, 1.4rem) !important;
  font-weight: 560 !important;
  letter-spacing: -0.028em;
  line-height: 1.12;
  color: #0b1018 !important;
}

body.subpage.theme-light #wc-features .wc-feature-card p,
body.subpage.theme-light #wc-features .wc-feature-card--accent p,
body.subpage.theme-light #wc-features .wc-feature-card--neutral p,
body.subpage.theme-light #wc-features .wc-feature-card--neutral-wide p,
body.subpage.theme-light #wc-features .wc-feature-card--dark p,
body.subpage.theme-light #wc-features .wc-feature-card--gradient p,
body.subpage.theme-light #wc-features .wc-feature-card--media p,
body.subpage.theme-light #wc-features .wc-feature-card--media-dark p {
  max-width: 34ch;
  margin-top: 12px;
  font-size: 0.92rem !important;
  line-height: 1.66;
  color: rgba(12, 17, 26, 0.62) !important;
}

body.subpage.theme-light #wc-features .wc-feature-card:hover,
body.subpage.theme-light #wc-features .wc-feature-card.is-active {
  transform: translateY(-4px) !important;
  border-color: rgba(36, 50, 71, 0.12) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 18px 42px rgba(10, 14, 24, 0.1) !important;
}

body.subpage.theme-light #wc-features .wc-feature-card--accent {
  --feature-accent: 118, 138, 170;
}

body.subpage.theme-light #wc-features .wc-feature-card--neutral,
body.subpage.theme-light #wc-features .wc-feature-card--neutral-wide {
  --feature-accent: 158, 172, 193;
}

body.subpage.theme-light #wc-features .wc-feature-card--dark {
  --feature-accent: 102, 118, 144;
}

body.subpage.theme-light #wc-features .wc-feature-card--gradient {
  --feature-accent: 132, 149, 174;
}

body.subpage.theme-light #wc-features .wc-feature-card--media,
body.subpage.theme-light #wc-features .wc-feature-card--media-dark {
  --feature-accent: 146, 162, 186;
}

body.subpage.theme-light #wc-features .wc-feature-card--media {
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(255, 255, 255, 0.95) 54%,
      rgba(255, 255, 255, 0.72) 100%
    ),
    url("./assets/feature-card-ev-exploded-resource1-premium-v2.jpg")
      right 16px center / 42% auto no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 250, 252, 0.98)) !important;
}

body.subpage.theme-light #wc-features .wc-feature-card--media::before {
  background:
    radial-gradient(
      120% 120% at 0% 0%,
      rgba(146, 161, 184, 0.22) 0%,
      rgba(146, 161, 184, 0) 56%
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.02) 40%,
      rgba(255, 255, 255, 0) 100%
    );
}

body.subpage.theme-light #wc-features .wc-feature-card--media-dark,
body.subpage.theme-light #wc-features .wc-feature-card--gradient {
  background: linear-gradient(
    180deg,
    rgba(250, 251, 253, 0.98) 0%,
    rgba(241, 245, 248, 0.98) 100%
  ) !important;
}

@media (max-width: 980px) {
  body.subpage.theme-light #wc-hero .wc-title {
    max-width: 11ch;
  }

  body.subpage.theme-light #wc-features .wc-feature-shell {
    padding: 14px;
    border-radius: 26px;
  }
}

@media (max-width: 760px) {
  body.subpage.theme-light #wc-hero .wc-hero-stage::before {
    width: 104px;
  }

  body.subpage.theme-light #wc-hero .wc-head-rail {
    gap: 12px;
  }

  body.subpage.theme-light #wc-hero .wc-head-line {
    width: 52px;
  }

  body.subpage.theme-light #wc-hero .wc-actions .wc-btn {
    min-width: 0;
    width: 100%;
  }

  body.subpage.theme-light .wc-proof-item::before {
    top: 12px;
  }

  body.subpage.theme-light #wc-features .wc-feature-card::after,
  body.subpage.theme-light #wc-features .wc-feature-card--accent::after,
  body.subpage.theme-light #wc-features .wc-feature-card--neutral::after,
  body.subpage.theme-light #wc-features .wc-feature-card--neutral-wide::after,
  body.subpage.theme-light #wc-features .wc-feature-card--dark::after,
  body.subpage.theme-light #wc-features .wc-feature-card--gradient::after,
  body.subpage.theme-light #wc-features .wc-feature-card--media::after,
  body.subpage.theme-light #wc-features .wc-feature-card--media-dark::after {
    top: 18px;
    right: 18px;
  }

  body.subpage.theme-light #wc-features .wc-feature-card--media {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.96) 0%,
        rgba(255, 255, 255, 0.88) 44%,
        rgba(255, 255, 255, 0.78) 100%
      ),
      url("./assets/feature-card-ev-exploded-resource1-premium-v2.jpg")
        right -14px bottom -8px / 56% auto no-repeat,
      linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 250, 252, 0.98)) !important;
  }
}

/* Task 4 - executive modules and CTA exchange */
body.subpage.theme-light #utility-battery-plant {
  background:
    radial-gradient(120% 140% at 100% 0%, rgba(164, 180, 204, 0.16), transparent 48%),
    linear-gradient(180deg, #f5f7fa 0%, #eef3f8 100%);
}

body.subpage.theme-light #utility-battery-plant .wc-layout--utility {
  align-items: stretch;
  gap: clamp(24px, 3.8vw, 44px);
}

body.subpage.theme-light #utility-battery-plant .wc-copy--utility,
body.subpage.theme-light #dual-inverter .wc-copy--dual {
  margin-top: 0;
  align-self: stretch;
}

body.subpage.theme-light #utility-battery-plant .wc-utility-shell,
body.subpage.theme-light #dual-inverter .wc-dual-shell {
  height: 100%;
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 252, 0.96) 100%);
  box-shadow:
    0 20px 48px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  padding: clamp(26px, 3.4vw, 40px);
}

body.subpage.theme-light #utility-battery-plant .wc-utility-shell::before,
body.subpage.theme-light #dual-inverter .wc-dual-shell::before {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  margin-bottom: 20px;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.7), rgba(148, 163, 184, 0.18));
}

body.subpage.theme-light #utility-battery-plant .wc-title,
body.subpage.theme-light #dual-inverter .wc-title {
  max-width: 11ch;
  margin-bottom: 14px;
}

body.subpage.theme-light #utility-battery-plant .wc-subtitle,
body.subpage.theme-light #dual-inverter .wc-subtitle {
  max-width: 40ch;
  line-height: 1.72;
  color: rgba(15, 23, 42, 0.72);
}

body.subpage.theme-light #utility-battery-plant .wc-media--utility,
body.subpage.theme-light #dual-inverter .wc-media--dual {
  min-height: clamp(320px, 34vw, 460px);
  border-radius: 30px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  overflow: hidden;
  box-shadow: 0 28px 56px rgba(15, 23, 42, 0.14);
}

body.subpage.theme-light #utility-battery-plant .wc-media--utility video,
body.subpage.theme-light #dual-inverter .wc-media--dual video {
  height: 100%;
  min-height: inherit;
  filter: saturate(0.92) contrast(1.04) brightness(0.96);
}

body.subpage.theme-light #nss {
  background:
    linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
  color: #0f172a;
}

body.subpage.theme-light #nss .wc-container {
  width: min(1320px, calc(100% - 42px));
}

body.subpage.theme-light #nss .wc-nss-hero {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(26px, 3.2vw, 44px);
  align-items: stretch;
  margin-bottom: 18px;
}

body.subpage.theme-light #nss .wc-nss-hero-media {
  min-height: 360px;
  border-radius: 30px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.09);
}

body.subpage.theme-light #nss .wc-nss-hero-copy {
  display: grid;
  align-content: center;
  padding: clamp(20px, 2.8vw, 34px);
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
}

body.subpage.theme-light #nss .wc-nss-hero-copy > p {
  max-width: 36ch;
}

body.subpage.theme-light #nss .wc-nss-summary {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: clamp(18px, 2vw, 28px);
  align-items: end;
  padding: 22px 0 0;
  margin-bottom: clamp(28px, 3.2vw, 40px);
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

body.subpage.theme-light #nss .wc-nss-kpis {
  margin-top: 0;
  gap: 0;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
}

body.subpage.theme-light #nss .wc-nss-kpis article {
  border: 0;
  border-right: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0;
  padding: 18px 20px;
  background: transparent;
}

body.subpage.theme-light #nss .wc-nss-kpis article:last-child {
  border-right: 0;
}

body.subpage.theme-light #nss .wc-nss-kpis strong {
  font-size: clamp(1.85rem, 2.4vw, 2.5rem);
  font-weight: 640;
}

body.subpage.theme-light #nss .wc-nss-kpis span {
  margin-top: 8px;
  line-height: 1.45;
  letter-spacing: 0.09em;
}

body.subpage.theme-light #nss .wc-nss-note {
  margin: 0;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(244, 247, 251, 0.92);
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  line-height: 1.7;
  color: rgba(51, 65, 85, 0.86);
}

body.subpage.theme-light #nss .wc-nss-pillars > header h3 {
  max-width: 18ch;
  font-size: clamp(1.42rem, 2.2vw, 2.04rem);
}


body.subpage.theme-light #nss .wc-nss-proof-card {
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}


body.subpage.theme-light #nss .wc-nss-proof {
  gap: 18px;
}

body.subpage.theme-light #nss .wc-nss-proof-card {
  padding: 22px;
}

body.subpage.theme-light #nss .wc-nss-proof-card > p {
  margin-top: 8px;
  color: rgba(51, 65, 85, 0.7);
}

body.subpage.theme-light #nss .wc-nss-proof-chart {
  background:
    linear-gradient(to right, rgba(15, 23, 42, 0.05) 1px, transparent 1px),
    linear-gradient(to top, rgba(15, 23, 42, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  background-size:
    10% 100%,
    100% 20%,
    100% 100%;
}

body.subpage.theme-light #nss .wc-nss-chart-tag {
  border-color: rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

body.subpage.theme-light #nss [data-nss-envelope-main] {
  stroke: #0f172a;
}

body.subpage.theme-light #nss .wc-nss-impact strong {
  color: #0f172a;
}

body.subpage.theme-light #dual-inverter {
  background:
    radial-gradient(120% 120% at 0% 100%, rgba(103, 132, 176, 0.12), transparent 50%),
    linear-gradient(180deg, #edf2f7 0%, #f8fafc 100%);
}

body.subpage.theme-light #dual-inverter .wc-layout--dual {
  align-items: stretch;
  gap: clamp(22px, 3vw, 38px);
}

body.subpage.theme-light #dual-inverter .wc-title {
  max-width: 10ch;
}

body.subpage.theme-light #dual-inverter .wc-media--dual {
  min-height: 300px;
}

body.subpage.theme-light #imaster {
  background:
    radial-gradient(140% 140% at 50% 0%, rgba(165, 190, 225, 0.16), transparent 52%),
    linear-gradient(180deg, #eef4f9 0%, #f9fbfd 100%);
}

body.subpage.theme-light #imaster .wc-imaster-command {
  display: grid;
  gap: 18px;
}

body.subpage.theme-light #imaster .wc-imaster-text {
  max-width: 56ch;
}

body.subpage.theme-light #imaster .wc-title {
  max-width: 11ch;
}

body.subpage.theme-light #imaster .wc-subtitle {
  max-width: 50ch;
  color: rgba(15, 23, 42, 0.74);
}

body.subpage.theme-light #imaster .wc-imaster-metrics {
  gap: 14px !important;
}

body.subpage.theme-light #imaster .wc-imaster-metrics article {
  border: 1px solid rgba(15, 23, 42, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(243, 247, 252, 0.96) 100%);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
}

body.subpage.theme-light #imaster .wc-imaster-stage {
  position: relative !important;
  border-radius: 24px !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(56, 68, 100, 0.28) 0%, transparent 60%),
    linear-gradient(180deg, rgba(22, 27, 40, 0.98) 0%, rgba(12, 14, 22, 0.99) 100%) !important;
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.35),
    0 1px 0 rgba(255, 255, 255, 0.05) inset !important;
  padding: 0 !important;
  overflow: hidden !important;
  display: block !important;
}

/* Dots bar: float absolutely over the content */
body.subpage.theme-light #imaster .wc-imaster-stage-bar {
  position: absolute !important;
  top: 14px !important;
  left: 16px !important;
  z-index: 10 !important;
  display: flex !important;
  gap: 7px !important;
  align-items: center !important;
  padding: 0 !important;
  pointer-events: none !important;
}

body.subpage.theme-light #imaster .wc-imaster-stage-bar span {
  width: 10px !important;
  height: 10px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.25) !important;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.12) !important;
}

/* Shell: fill the full stage, no padding, no gap */
body.subpage.theme-light #imaster .wc-prototype-shell {
  display: block !important;
  width: 100% !important;
  min-height: clamp(420px, 42vw, 600px) !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
}

body.subpage.theme-light #imaster .wc-prototype-fullscreen-btn {
  background: rgba(6, 10, 18, 0.72);
}

body.subpage.theme-light #imaster .wc-prototype-exit-btn {
  background: rgba(8, 14, 24, 0.9);
}

/* ── CTA – Scoping Brief redesign ─────────────────────────────── */
body.subpage.theme-light #wc-cta {
  border-top: 1px solid rgba(17,21,29,0.1) !important;
  background: #ffffff !important;
}

body.subpage.theme-light #wc-cta .wc-cta-shell {
  padding: clamp(60px, 7vw, 96px) 0 !important;
  border-radius: 0 !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}

/* Asymmetric 2-col grid */
body.subpage.theme-light #wc-cta .wc-cta-grid {
  display: grid !important;
  grid-template-columns: 1fr 400px !important;
  gap: clamp(48px, 6vw, 88px) !important;
  align-items: start !important;
}

/* Left: proposition column */
body.subpage.theme-light #wc-cta .wc-cta-proposition {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

/* Kicker */
body.subpage.theme-light #wc-cta .wc-cta-kicker {
  position: relative !important;
  padding-left: 28px !important;
  font-size: 0.7rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase !important;
  color: rgba(17,21,29,0.36) !important;
  margin: 0 0 20px !important;
}
body.subpage.theme-light #wc-cta .wc-cta-kicker::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  width: 18px !important;
  height: 1px !important;
  background: rgba(17,21,29,0.28) !important;
}

body.subpage.theme-light #wc-cta .wc-cta-title {
  font-size: clamp(1.9rem, 3.2vw, 2.9rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.034em !important;
  line-height: 1.07 !important;
  color: rgba(17,21,29,0.95) !important;
  margin: 0 0 18px !important;
  text-align: left !important;
  max-width: 15em !important;
}

body.subpage.theme-light #wc-cta .wc-cta-sub {
  font-size: 0.94rem !important;
  line-height: 1.74 !important;
  color: rgba(17,21,29,0.46) !important;
  margin: 0 0 28px !important;
  text-align: left !important;
  max-width: 42ch !important;
}

/* Trust strip — horizontal bar */
body.subpage.theme-light #wc-cta .wc-cta-trust {
  list-style: none !important;
  margin: 0 0 36px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: stretch !important;
  border-top: 1px solid rgba(17,21,29,0.08) !important;
  border-bottom: 1px solid rgba(17,21,29,0.08) !important;
}
body.subpage.theme-light #wc-cta .wc-cta-trust li {
  font-size: 0.74rem !important;
  font-weight: 500 !important;
  color: rgba(17,21,29,0.42) !important;
  padding: 11px 18px !important;
  border-right: 1px solid rgba(17,21,29,0.08) !important;
  letter-spacing: 0.015em !important;
}
body.subpage.theme-light #wc-cta .wc-cta-trust li:first-child {
  padding-left: 0 !important;
}
body.subpage.theme-light #wc-cta .wc-cta-trust li:last-child {
  border-right: none !important;
}

/* Actions */
body.subpage.theme-light #wc-cta .wc-cta-actions {
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
}

body.subpage.theme-light #wc-cta .wc-cta-text-link {
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  color: rgba(17,21,29,0.52) !important;
  text-decoration: none !important;
  letter-spacing: -0.01em !important;
  transition: color 0.15s ease !important;
}
body.subpage.theme-light #wc-cta .wc-cta-text-link:hover {
  color: rgba(17,21,29,0.88) !important;
}

/* ── Right: Brief document panel ─── */
body.subpage.theme-light #wc-cta .wc-cta-brief {
  border: 1px solid rgba(17,21,29,0.12) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow:
    0 2px 4px rgba(17,21,29,0.04),
    0 8px 24px rgba(17,21,29,0.07) !important;
}

/* Document header — dark authority bar */
body.subpage.theme-light #wc-cta .wc-brief-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 13px 18px !important;
  background: rgba(17,21,29,0.94) !important;
}
body.subpage.theme-light #wc-cta .wc-brief-label {
  font-size: 0.7rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.07em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.88) !important;
}
body.subpage.theme-light #wc-cta .wc-brief-issuer {
  font-size: 0.68rem !important;
  color: rgba(255,255,255,0.34) !important;
  letter-spacing: 0.02em !important;
}

/* Document body */
body.subpage.theme-light #wc-cta .wc-brief-body {
  background: #ffffff !important;
}

/* Inputs section — subtle form tint to signal "fill this in" */
body.subpage.theme-light #wc-cta .wc-brief-section--inputs {
  background: rgba(17,21,29,0.022) !important;
  padding: 14px 18px 0 !important;
  border-bottom: 1px solid rgba(17,21,29,0.08) !important;
}

/* Deliverables section — clean white, premium feel */
body.subpage.theme-light #wc-cta .wc-brief-section--outputs {
  background: #ffffff !important;
  padding: 14px 18px 0 !important;
}

/* Section label — left-aligned, with underline rule */
body.subpage.theme-light #wc-cta .wc-brief-section-title {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  font-size: 0.63rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase !important;
  color: rgba(17,21,29,0.24) !important;
  margin: 0 !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid rgba(17,21,29,0.07) !important;
  text-align: left !important;
}

body.subpage.theme-light #wc-cta .wc-brief-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.subpage.theme-light #wc-cta .wc-brief-list li {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 9px 0 !important;
  border-bottom: 1px solid rgba(17,21,29,0.055) !important;
}
body.subpage.theme-light #wc-cta .wc-brief-list li:last-child {
  border-bottom: none !important;
  padding-bottom: 14px !important;
}

/* Input items — slightly muted, "form field" feel */
body.subpage.theme-light #wc-cta .wc-brief-list--inputs li span:first-child {
  font-size: 0.83rem !important;
  font-weight: 500 !important;
  color: rgba(17,21,29,0.72) !important;
  flex-shrink: 0 !important;
  white-space: nowrap !important;
}
body.subpage.theme-light #wc-cta .wc-brief-list--inputs li span:last-child {
  font-size: 0.71rem !important;
  font-weight: 400 !important;
  color: rgba(17,21,29,0.26) !important;
  text-align: right !important;
  white-space: nowrap !important;
}

/* Output items — higher contrast, "premium deliverable" feel */
body.subpage.theme-light #wc-cta .wc-brief-list--outputs li span:first-child {
  font-size: 0.83rem !important;
  font-weight: 600 !important;
  color: rgba(17,21,29,0.88) !important;
  flex-shrink: 0 !important;
  white-space: nowrap !important;
}
body.subpage.theme-light #wc-cta .wc-brief-list--outputs li span:last-child {
  font-size: 0.71rem !important;
  font-weight: 400 !important;
  color: rgba(17,21,29,0.3) !important;
  text-align: right !important;
  white-space: nowrap !important;
}

/* Document footer — stronger presence */
body.subpage.theme-light #wc-cta .wc-brief-footer {
  padding: 12px 18px !important;
  background: rgba(17,21,29,0.94) !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}
body.subpage.theme-light #wc-cta .wc-brief-footer::before {
  content: "" !important;
  display: inline-block !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.36) !important;
  flex-shrink: 0 !important;
}
body.subpage.theme-light #wc-cta .wc-brief-turnaround {
  font-size: 0.72rem !important;
  font-weight: 500 !important;
  color: rgba(255,255,255,0.58) !important;
  letter-spacing: 0.01em !important;
}

@media (max-width: 980px) {
  body.subpage.theme-light #utility-battery-plant .wc-layout--utility,
  body.subpage.theme-light #dual-inverter .wc-layout--dual,
  body.subpage.theme-light #nss .wc-nss-hero,
  body.subpage.theme-light #nss .wc-nss-summary {
    grid-template-columns: 1fr;
  }

  body.subpage.theme-light #wc-cta .wc-cta-grid {
    grid-template-columns: 1fr !important;
  }

  body.subpage.theme-light #wc-cta .wc-cta-brief {
    max-width: 480px !important;
  }

  body.subpage.theme-light #nss .wc-nss-kpis {
    grid-template-columns: 1fr;
  }

  body.subpage.theme-light #nss .wc-nss-kpis article {
    border-right: 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }

  body.subpage.theme-light #nss .wc-nss-kpis article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  body.subpage.theme-light #utility-battery-plant .wc-utility-shell,
  body.subpage.theme-light #dual-inverter .wc-dual-shell {
    padding: 22px 20px;
    border-radius: 24px;
  }

  body.subpage.theme-light #wc-cta .wc-cta-col {
    padding: 22px 20px 26px !important;
  }

  body.subpage.theme-light #nss .wc-container {
    width: calc(100% - 24px);
  }

  body.subpage.theme-light #nss .wc-nss-hero-copy,
  body.subpage.theme-light #nss .wc-nss-note,
  body.subpage.theme-light #nss .wc-nss-proof-card {
    border-radius: 18px;
  }

  body.subpage.theme-light #wc-cta .wc-cta-exchange {
    border-radius: 12px !important;
  }

  body.subpage.theme-light #imaster .wc-imaster-stage {
    border-radius: 20px;
    padding: 10px;
  }

  body.subpage.theme-light #imaster .wc-prototype-shell {
    min-height: clamp(320px, 68vw, 460px) !important;
  }
}

/* ══════════════════════════════════════════════════════════════════════
   iMaster Gallery — Linear-style card fan preview
   ══════════════════════════════════════════════════════════════════════ */
.wc-imaster-gallery {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1200px;
}

.wc-imaster-shot {
  position: absolute;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  object-fit: cover;
  pointer-events: none;
  transition:
    transform 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Back card — sits left, recessed, dimmed (Linear-style straight placement) */
.wc-imaster-shot--back {
  width: 48%;
  left: 6%;
  top: 50%;
  z-index: 1;
  transform: translateY(-52%) scale(0.92);
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.3),
    0 1px 4px rgba(0, 0, 0, 0.15);
  filter: brightness(0.65);
}

/* Front card — sits right, elevated, dominant */
.wc-imaster-shot--front {
  width: 54%;
  right: 6%;
  top: 50%;
  z-index: 2;
  transform: translateY(-48%);
  box-shadow:
    0 20px 56px rgba(0, 0, 0, 0.45),
    0 4px 14px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.07);
}

/* Hover: cards spread, back lifts toward front */
.wc-imaster-gallery:hover .wc-imaster-shot--back {
  transform: translateY(-52%) translateX(-6px) scale(0.95);
  filter: brightness(0.78);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.35),
    0 2px 8px rgba(0, 0, 0, 0.18);
}
.wc-imaster-gallery:hover .wc-imaster-shot--front {
  transform: translateY(-48%) translateX(6px) scale(1.01);
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.5),
    0 6px 18px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.1);
}

/* CTA pill — Linear-style bottom-center floating button */
.wc-imaster-gallery-cta {
  position: absolute;
  bottom: clamp(16px, 3%, 28px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 12, 18, 0.78);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}
.wc-imaster-gallery:hover .wc-imaster-gallery-cta {
  background: rgba(10, 12, 18, 0.92);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateX(-50%) translateY(-2px);
}
.wc-imaster-gallery-cta svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  opacity: 0.8;
}

/* When fullscreen/immersive is active, hide the gallery */
.wc-prototype-shell.is-immersive-open .wc-imaster-gallery {
  display: none;
}

.wc-ev-flow-card[role="button"]:focus-visible,
.wc-app-card[role="button"]:focus-visible,
.wc-nss-flow-node[role="button"]:focus-visible,
.wc-imaster-gallery:focus-visible,
#imaster-fullscreen-toggle:focus-visible {
  outline: 2px solid rgba(66, 116, 202, 0.88);
  outline-offset: 3px;
}

/* =============================================================
   HERO PREMIUM UPGRADE — Final quality pass
   ============================================================= */

/* ── Hero stage entrance ── */
@keyframes hero-stage-enter {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}

body.subpage.theme-light #wc-hero .wc-hero-stage {
  animation: hero-stage-enter 1s cubic-bezier(0.16, 1, 0.3, 1) 0.15s both;
}

/* ── Proof bar separator — mobile collapses to 2-col ── */
@media (max-width: 860px) {
  body.subpage.theme-light .wc-proof-item:nth-child(2) {
    border-right-color: rgba(255, 255, 255, 0.055);
  }
  body.subpage.theme-light .wc-proof-item:nth-child(-n+2) {
    border-bottom-color: rgba(255, 255, 255, 0.055);
  }
}

@media (max-width: 480px) {
  body.subpage.theme-light .wc-proof-item {
    border-bottom-color: rgba(255, 255, 255, 0.055);
  }
}

/* ── Reduce motion ── */
@media (prefers-reduced-motion: reduce) {
  body.subpage.theme-light #wc-hero .wc-hero-stage {
    animation: none;
  }
  body.subpage.theme-light #wc-hero .wc-head-line {
    animation: none;
  }
}

/* ══════════════════════════════════════════════════════════════════════
   FEATURES — Stripe-grade bento redesign  ·  theme-light
   ══════════════════════════════════════════════════════════════════════ */

/* 1 · Section background & spacing */
body.subpage.theme-light #wc-features {
  background: #f0f3f7 !important;
}
body.subpage.theme-light .wc-section--features {
  padding: clamp(80px, 10vw, 116px) 0 !important;
}

/* 2 · Strip the shell container — open the grid directly onto the section */
body.subpage.theme-light #wc-features .wc-feature-shell {
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  overflow: visible !important;
}
body.subpage.theme-light #wc-features .wc-feature-shell::before {
  display: none !important;
}

/* 3 · Section header */
body.subpage.theme-light .wc-features-head {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: clamp(28px, 3.6vw, 44px);
}
body.subpage.theme-light .wc-features-eyebrow {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 0.68rem;
  font-weight: 640;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #4d6382;
}
body.subpage.theme-light .wc-features-eyebrow::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}
body.subpage.theme-light .wc-features-heading {
  margin: 0;
  font-size: clamp(1.64rem, 2.6vw, 2.24rem);
  font-weight: 640;
  letter-spacing: -0.032em;
  line-height: 1.08;
  color: #09101e;
  text-wrap: balance;
}

/* 4 · Grid — deliberate bento layout */
body.subpage.theme-light #wc-features .wc-feature-nav {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  grid-template-rows: none !important;
  gap: 10px !important;
  margin-top: 0 !important;
}

/* Explicit bento placement */
body.subpage.theme-light #wc-features a[data-feature-link="climate-resilience"] {
  grid-column: 1 / 5 !important;
  grid-row: 1 / 3 !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="ev-charging"] {
  grid-column: 5 / 13 !important;
  grid-row: 1 / 2 !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="bms-autosync"] {
  grid-column: 5 / 9 !important;
  grid-row: 2 / 3 !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="energy-independence"] {
  grid-column: 9 / 13 !important;
  grid-row: 2 / 3 !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="utility-battery-plant"] {
  grid-column: 1 / 5 !important;
  grid-row: 3 / 4 !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="nss"] {
  grid-column: 5 / 13 !important;
  grid-row: 3 / 4 !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="dual-inverter"] {
  grid-column: 1 / 9 !important;
  grid-row: 4 / 5 !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="imaster"] {
  grid-column: 9 / 13 !important;
  grid-row: 4 / 5 !important;
}

/* 5 · Card base — clean white, minimal border */
body.subpage.theme-light #wc-features .wc-feature-card,
body.subpage.theme-light #wc-features .wc-feature-card--accent,
body.subpage.theme-light #wc-features .wc-feature-card--neutral,
body.subpage.theme-light #wc-features .wc-feature-card--neutral-wide,
body.subpage.theme-light #wc-features .wc-feature-card--dark,
body.subpage.theme-light #wc-features .wc-feature-card--gradient,
body.subpage.theme-light #wc-features .wc-feature-card--media,
body.subpage.theme-light #wc-features .wc-feature-card--media-dark {
  background: #ffffff !important;
  border: 1px solid rgba(12, 18, 34, 0.07) !important;
  border-radius: 16px !important;
  box-shadow:
    0 1px 2px rgba(8, 14, 28, 0.04),
    0 4px 10px rgba(8, 14, 28, 0.04) !important;
  padding: clamp(28px, 2.8vw, 38px) !important;
  transition:
    border-color 200ms ease,
    box-shadow 220ms ease,
    transform 260ms cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* 6 · ::before — repurpose as diagonal arrow indicator */
body.subpage.theme-light #wc-features .wc-feature-card::before,
body.subpage.theme-light #wc-features .wc-feature-card--accent::before,
body.subpage.theme-light #wc-features .wc-feature-card--neutral::before,
body.subpage.theme-light #wc-features .wc-feature-card--neutral-wide::before,
body.subpage.theme-light #wc-features .wc-feature-card--dark::before,
body.subpage.theme-light #wc-features .wc-feature-card--gradient::before,
body.subpage.theme-light #wc-features .wc-feature-card--media::before,
body.subpage.theme-light #wc-features .wc-feature-card--media-dark::before {
  content: "↗" !important;
  position: absolute !important;
  inset: auto !important;
  bottom: clamp(22px, 2.2vw, 28px) !important;
  right: clamp(24px, 2.4vw, 30px) !important;
  top: auto !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  font-size: 0.9rem !important;
  color: rgba(12, 18, 34, 0.2) !important;
  opacity: 0 !important;
  z-index: 2 !important;
  transform: translate(-4px, 4px) !important;
  transition:
    opacity 180ms ease,
    transform 220ms cubic-bezier(0.16, 1, 0.3, 1) !important;
  pointer-events: none !important;
}

/* 7 · ::after — re-anchor counter number (was inset:0, now top-right point) */
body.subpage.theme-light #wc-features .wc-feature-card::after,
body.subpage.theme-light #wc-features .wc-feature-card--accent::after,
body.subpage.theme-light #wc-features .wc-feature-card--neutral::after,
body.subpage.theme-light #wc-features .wc-feature-card--neutral-wide::after,
body.subpage.theme-light #wc-features .wc-feature-card--dark::after,
body.subpage.theme-light #wc-features .wc-feature-card--gradient::after,
body.subpage.theme-light #wc-features .wc-feature-card--media::after,
body.subpage.theme-light #wc-features .wc-feature-card--media-dark::after {
  content: counter(feature-card, decimal-leading-zero) !important;
  position: absolute !important;
  inset: auto !important;
  top: clamp(20px, 2vw, 26px) !important;
  right: clamp(22px, 2.2vw, 30px) !important;
  bottom: auto !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
  border: none !important;
  background: none !important;
  border-radius: 0 !important;
  font-size: 0.62rem !important;
  font-weight: 640 !important;
  letter-spacing: 0.16em !important;
  color: rgba(12, 18, 34, 0.26) !important;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  z-index: 3 !important;
}

/* 8 · Hover — refined, not bouncy */
body.subpage.theme-light #wc-features .wc-feature-card:hover,
body.subpage.theme-light #wc-features .wc-feature-card.is-active {
  border-color: rgba(60, 100, 172, 0.18) !important;
  box-shadow:
    0 4px 14px rgba(30, 60, 120, 0.07),
    0 12px 28px rgba(30, 60, 120, 0.06) !important;
  transform: translateY(-2px) !important;
}
body.subpage.theme-light #wc-features .wc-feature-card:hover::before {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/* 9 · Typography */
body.subpage.theme-light #wc-features .wc-feature-card h3,
body.subpage.theme-light #wc-features .wc-feature-card--accent h3,
body.subpage.theme-light #wc-features .wc-feature-card--neutral h3,
body.subpage.theme-light #wc-features .wc-feature-card--neutral-wide h3,
body.subpage.theme-light #wc-features .wc-feature-card--dark h3,
body.subpage.theme-light #wc-features .wc-feature-card--gradient h3,
body.subpage.theme-light #wc-features .wc-feature-card--media h3,
body.subpage.theme-light #wc-features .wc-feature-card--media-dark h3 {
  font-size: clamp(1.04rem, 1.4vw, 1.28rem) !important;
  font-weight: 580 !important;
  letter-spacing: -0.024em !important;
  line-height: 1.2 !important;
  color: #09101e !important;
  max-width: 20ch !important;
}
body.subpage.theme-light #wc-features .wc-feature-card p,
body.subpage.theme-light #wc-features .wc-feature-card--accent p,
body.subpage.theme-light #wc-features .wc-feature-card--neutral p,
body.subpage.theme-light #wc-features .wc-feature-card--neutral-wide p,
body.subpage.theme-light #wc-features .wc-feature-card--dark p,
body.subpage.theme-light #wc-features .wc-feature-card--gradient p,
body.subpage.theme-light #wc-features .wc-feature-card--media p,
body.subpage.theme-light #wc-features .wc-feature-card--media-dark p {
  font-size: 0.875rem !important;
  line-height: 1.68 !important;
  color: rgba(10, 16, 32, 0.52) !important;
  margin-top: 10px !important;
  max-width: 40ch !important;
}

/* 10 · DARK CARD — All-Climate Resilience (tall left column) */
/* ── Climate Resilience — precision slate ── */
body.subpage.theme-light #wc-features a[data-feature-link="climate-resilience"] {
  background-image:
    linear-gradient(162deg, #3a3c42 0%, #2d2f34 100%) !important;
  background-blend-mode: normal !important;
  background-size: 100% 100% !important;
  background-color: #323438 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="climate-resilience"]:hover {
  border-color: rgba(255, 255, 255, 0.16) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28) !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="climate-resilience"] h3 {
  color: rgba(248, 248, 246, 0.94) !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="climate-resilience"] p {
  color: rgba(188, 188, 186, 0.66) !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="climate-resilience"]::after {
  color: rgba(255, 255, 255, 0.22) !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="climate-resilience"]:hover::before {
  color: rgba(220, 220, 218, 0.54) !important;
}

/* 11 · DARK CARD — NSS Decade of Certainty (wide right, row 3) — Space Gray */
body.subpage.theme-light #wc-features a[data-feature-link="nss"] {
  background-image:
    linear-gradient(148deg, #3c3e44 0%, #2a2c31 100%) !important;
  background-blend-mode: normal !important;
  background-size: 100% 100% !important;
  background-color: #323438 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="nss"]:hover {
  border-color: rgba(255, 255, 255, 0.16) !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28) !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="nss"] h3 {
  color: rgba(248, 248, 246, 0.94) !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="nss"] p {
  color: rgba(188, 188, 186, 0.66) !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="nss"]::after {
  color: rgba(255, 255, 255, 0.22) !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="nss"]:hover::before {
  color: rgba(220, 220, 218, 0.54) !important;
}

/* 12 · IMAGE CARD — EV Charging (wide, row 1) */
/* ── EV Charging — brand amber ── */
body.subpage.theme-light #wc-features a[data-feature-link="ev-charging"] {
  background:
    radial-gradient(
      ellipse 70% 80% at 100% 0%,
      rgba(255, 200, 80, 0.22) 0%,
      transparent 60%
    ),
    linear-gradient(148deg, #bf5800 0%, #d96606 42%, #c45c00 100%) !important;
  border-color: rgba(255, 160, 40, 0.22) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 200, 100, 0.12),
    0 2px 8px rgba(140, 60, 0, 0.22) !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="ev-charging"]:hover {
  border-color: rgba(255, 180, 60, 0.32) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 200, 100, 0.14),
    0 8px 28px rgba(160, 72, 0, 0.3) !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="ev-charging"] h3 {
  color: rgba(255, 248, 236, 0.98) !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="ev-charging"] p {
  color: rgba(255, 220, 168, 0.72) !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="ev-charging"]::after {
  color: rgba(255, 220, 160, 0.35) !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="ev-charging"]:hover::before {
  color: rgba(255, 230, 180, 0.65) !important;
}

/* ── Utility Battery Plant — Space Gray grain ── */
body.subpage.theme-light #wc-features a[data-feature-link="utility-battery-plant"] {
  background-image:
    linear-gradient(168deg, #3a3c42 0%, #2d2f34 100%) !important;
  background-blend-mode: normal !important;
  background-size: 100% 100% !important;
  background-color: #323438 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="utility-battery-plant"]:hover {
  border-color: rgba(255, 255, 255, 0.16) !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28) !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="utility-battery-plant"] h3 {
  color: rgba(248, 248, 246, 0.94) !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="utility-battery-plant"] p {
  color: rgba(188, 188, 186, 0.66) !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="utility-battery-plant"]::after {
  color: rgba(255, 255, 255, 0.22) !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="utility-battery-plant"]:hover::before {
  color: rgba(220, 220, 218, 0.54) !important;
}

/* 13 · Responsive — tablet: 2-col */
@media (max-width: 980px) {
  body.subpage.theme-light #wc-features a[data-feature-link="climate-resilience"] {
    grid-column: 1 / 7 !important;
    grid-row: auto !important;
  }
  body.subpage.theme-light #wc-features a[data-feature-link="ev-charging"] {
    grid-column: 7 / 13 !important;
    grid-row: auto !important;
  }
  body.subpage.theme-light #wc-features a[data-feature-link="bms-autosync"],
  body.subpage.theme-light #wc-features a[data-feature-link="energy-independence"],
  body.subpage.theme-light #wc-features a[data-feature-link="utility-battery-plant"],
  body.subpage.theme-light #wc-features a[data-feature-link="imaster"] {
    grid-column: span 6 !important;
    grid-row: auto !important;
  }
  body.subpage.theme-light #wc-features a[data-feature-link="nss"],
  body.subpage.theme-light #wc-features a[data-feature-link="dual-inverter"] {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
  }
}

/* 14 · Responsive — mobile: single column */
@media (max-width: 600px) {
  body.subpage.theme-light #wc-features a[data-feature-link] {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
  }
  body.subpage.theme-light .wc-features-heading {
    font-size: clamp(1.38rem, 5.5vw, 1.64rem);
  }
}

/* ══════════════════════════════════════════════════════════════════════
   FEATURES — Premium Phase 2 · Panel depth · Spotlight · Motion
   ══════════════════════════════════════════════════════════════════════ */

/* P2-1 · White card base — panel illumination system */
body.subpage.theme-light #wc-features .wc-feature-card,
body.subpage.theme-light #wc-features .wc-feature-card--accent,
body.subpage.theme-light #wc-features .wc-feature-card--neutral,
body.subpage.theme-light #wc-features .wc-feature-card--neutral-wide,
body.subpage.theme-light #wc-features .wc-feature-card--dark,
body.subpage.theme-light #wc-features .wc-feature-card--gradient,
body.subpage.theme-light #wc-features .wc-feature-card--media,
body.subpage.theme-light #wc-features .wc-feature-card--media-dark {
  background:
    radial-gradient(
      circle 220px at var(--mx, -40%) var(--my, -40%),
      rgba(50, 80, 200, 0.036),
      transparent 65%
    ),
    linear-gradient(165deg, #f9fafd 0%, #f1f3f8 100%) !important;
  border-radius: 18px !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -1px 0 rgba(12, 18, 34, 0.022),
    0 1px 2px rgba(8, 14, 28, 0.05),
    0 4px 16px rgba(8, 14, 28, 0.042) !important;
  transition:
    border-color 240ms ease,
    box-shadow 320ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 340ms cubic-bezier(0.16, 1, 0.3, 1) !important;
  will-change: transform, box-shadow;
}

/* P2-2 · White card hover — lifted panel with dimensional shadow */
body.subpage.theme-light #wc-features .wc-feature-card:hover,
body.subpage.theme-light #wc-features .wc-feature-card.is-active {
  border-color: rgba(40, 70, 160, 0.14) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    0 2px 6px rgba(8, 14, 28, 0.06),
    0 10px 30px rgba(20, 40, 100, 0.09),
    0 22px 44px rgba(8, 14, 28, 0.05) !important;
  transform: translateY(-6px) !important;
}

/* P2-3 · Arrow indicator — circle pill (override phase 1 raw text style) */
body.subpage.theme-light #wc-features .wc-feature-card::before,
body.subpage.theme-light #wc-features .wc-feature-card--accent::before,
body.subpage.theme-light #wc-features .wc-feature-card--neutral::before,
body.subpage.theme-light #wc-features .wc-feature-card--neutral-wide::before,
body.subpage.theme-light #wc-features .wc-feature-card--dark::before,
body.subpage.theme-light #wc-features .wc-feature-card--gradient::before,
body.subpage.theme-light #wc-features .wc-feature-card--media::before,
body.subpage.theme-light #wc-features .wc-feature-card--media-dark::before {
  display: grid !important;
  place-items: center !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  background: rgba(12, 18, 34, 0.06) !important;
  border: 1px solid rgba(12, 18, 34, 0.1) !important;
  font-size: 0.82rem !important;
  color: rgba(12, 18, 34, 0.55) !important;
  transform: translate(10px, 10px) scale(0.7) !important;
  transition:
    opacity 220ms ease,
    transform 300ms cubic-bezier(0.16, 1, 0.3, 1),
    background 200ms ease !important;
}

/* P2-4 · Arrow hover — white cards */
body.subpage.theme-light #wc-features .wc-feature-card:hover::before {
  opacity: 1 !important;
  transform: translate(0, 0) scale(1) !important;
  background: rgba(12, 18, 34, 0.1) !important;
}

/* P2-5 · Scroll entrance animation */
@keyframes wc-card-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.wc-card--pre-reveal {
  opacity: 0 !important;
  pointer-events: none !important;
}
.wc-card--revealed {
  animation: wc-card-in 0.78s cubic-bezier(0.16, 1, 0.3, 1) both !important;
  pointer-events: auto !important;
}

/* P2-6 · Dark card spotlight layers */
/* Climate Resilience */
body.subpage.theme-light #wc-features a[data-feature-link="climate-resilience"] {
  background-image:
    radial-gradient(
      circle 240px at var(--mx, -50%) var(--my, -50%),
      rgba(255, 255, 255, 0.055),
      transparent 65%
    ),
    linear-gradient(162deg, #3a3c42 0%, #2d2f34 100%) !important;
  background-blend-mode: normal, normal !important;
  background-size: auto, 100% 100% !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="climate-resilience"]::before {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.17) !important;
  color: rgba(255, 255, 255, 0.72) !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="climate-resilience"]:hover::before {
  background: rgba(255, 255, 255, 0.15) !important;
  transform: translate(0, 0) scale(1) !important;
  opacity: 1 !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="climate-resilience"]:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  box-shadow:
    0 10px 32px rgba(0, 0, 0, 0.3),
    0 22px 44px rgba(0, 0, 0, 0.16) !important;
}

/* NSS */
body.subpage.theme-light #wc-features a[data-feature-link="nss"] {
  background-image:
    radial-gradient(
      circle 240px at var(--mx, -50%) var(--my, -50%),
      rgba(255, 255, 255, 0.055),
      transparent 65%
    ),
    linear-gradient(148deg, #3c3e44 0%, #2a2c31 100%) !important;
  background-blend-mode: normal, normal !important;
  background-size: auto, 100% 100% !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="nss"]::before {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.17) !important;
  color: rgba(255, 255, 255, 0.72) !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="nss"]:hover::before {
  background: rgba(255, 255, 255, 0.15) !important;
  transform: translate(0, 0) scale(1) !important;
  opacity: 1 !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="nss"]:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  box-shadow:
    0 10px 32px rgba(0, 0, 0, 0.3),
    0 22px 44px rgba(0, 0, 0, 0.16) !important;
}

/* Utility Battery Plant */
body.subpage.theme-light #wc-features a[data-feature-link="utility-battery-plant"] {
  background-image:
    radial-gradient(
      circle 240px at var(--mx, -50%) var(--my, -50%),
      rgba(255, 255, 255, 0.055),
      transparent 65%
    ),
    linear-gradient(168deg, #3a3c42 0%, #2d2f34 100%) !important;
  background-blend-mode: normal, normal !important;
  background-size: auto, 100% 100% !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="utility-battery-plant"]::before {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.17) !important;
  color: rgba(255, 255, 255, 0.72) !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="utility-battery-plant"]:hover::before {
  background: rgba(255, 255, 255, 0.15) !important;
  transform: translate(0, 0) scale(1) !important;
  opacity: 1 !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="utility-battery-plant"]:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  box-shadow:
    0 10px 32px rgba(0, 0, 0, 0.3),
    0 22px 44px rgba(0, 0, 0, 0.16) !important;
}

/* EV Charging — warm spotlight */
body.subpage.theme-light #wc-features a[data-feature-link="ev-charging"] {
  background:
    radial-gradient(
      circle 240px at var(--mx, -50%) var(--my, -50%),
      rgba(255, 230, 140, 0.08),
      transparent 65%
    ),
    radial-gradient(ellipse 70% 80% at 100% 0%, rgba(255, 200, 80, 0.22) 0%, transparent 60%),
    linear-gradient(148deg, #bf5800 0%, #d96606 42%, #c45c00 100%) !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="ev-charging"]::before {
  background: rgba(255, 210, 100, 0.18) !important;
  border: 1px solid rgba(255, 210, 100, 0.3) !important;
  color: rgba(255, 236, 186, 0.95) !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="ev-charging"]:hover::before {
  background: rgba(255, 210, 100, 0.26) !important;
  transform: translate(0, 0) scale(1) !important;
  opacity: 1 !important;
}
body.subpage.theme-light #wc-features a[data-feature-link="ev-charging"]:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(255, 190, 70, 0.35) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 200, 100, 0.18),
    0 10px 32px rgba(180, 80, 0, 0.3),
    0 22px 44px rgba(140, 60, 0, 0.16) !important;
}

/* ══════════════════════════════════════════════════════════════════════
   CLIMATE RESILIENCE DETAIL — 2-column editorial layout
   ══════════════════════════════════════════════════════════════════════ */

/* Module — split into copy | media columns */
body.subpage.theme-light .wc-feature-detail--resilience .wc-resilience-module {
  grid-template-columns: 44% 1fr;
  align-items: center;
  gap: clamp(48px, 6vw, 96px);
}

/* Copy column */
.wc-resilience-col-copy {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3vw, 36px);
}

.wc-resilience-col-copy .wc-resilience-head {
  max-width: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.wc-resilience-col-copy .wc-kicker {
  margin: 0;
}

.wc-resilience-col-copy .wc-title {
  font-size: clamp(1.62rem, 2.8vw, 2.52rem) !important;
  margin: 0 !important;
  letter-spacing: -0.038em;
  line-height: 1.08;
}

.wc-resilience-col-copy .wc-subtitle {
  margin: 0;
  max-width: 44ch;
  font-size: clamp(0.875rem, 1.1vw, 0.975rem) !important;
  line-height: 1.74 !important;
  color: rgba(9, 16, 30, 0.54) !important;
}

/* Spec panel — Space Gray dark with 1px gap dividers */
.wc-resilience-spec-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;                              /* gap color = white divider line */
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.16),
    0 16px 40px rgba(0, 0, 0, 0.1);
}

.wc-spec-chip {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 24px 26px 20px;
  background-image:
    linear-gradient(155deg, #383a40 0%, #2e3035 100%);
  background-blend-mode: normal;
  background-size: 100% 100%;
  background-color: #323438;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition: background-color 160ms ease;
}

.wc-spec-chip:hover {
  background-color: #3a3c42;
  transform: none;
  border-color: transparent;
}

.wc-spec-value {
  display: block;
  font-size: clamp(1.34rem, 2.2vw, 1.78rem);
  font-weight: 640;
  letter-spacing: -0.034em;
  color: rgba(248, 248, 246, 0.95);
  line-height: 1;
  margin-bottom: 9px;
}

.wc-spec-label {
  display: block;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(188, 188, 186, 0.54);
}

/* Media column — premium product showcase */
.wc-resilience-col-media {
  position: relative;
}

.wc-resilience-col-media .wc-resilience-outro {
  height: 100%;
}

.wc-media--showcase {
  border-radius: 24px !important;
  overflow: hidden !important;
  aspect-ratio: 4 / 5 !important;
  background: linear-gradient(160deg, #ebebee 0%, #e2e4e9 100%) !important;
  box-shadow:
    0 2px 4px rgba(8, 14, 28, 0.04),
    0 14px 44px rgba(8, 14, 28, 0.1),
    0 36px 72px rgba(8, 14, 28, 0.06) !important;
  position: relative !important;
}

/* Subtle measurement grid overlay */
.wc-media--showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(14, 20, 36, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 20, 36, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
}

/* Edge vignette */
.wc-media--showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 75% 75% at 50% 50%,
    transparent 38%,
    rgba(10, 14, 24, 0.13) 100%
  );
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
}

.wc-media--showcase video {
  position: relative;
  z-index: 3;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* EV inline section must span full grid width — not be a 2-col child */
.wc-feature-detail--resilience .wc-resilience-module > .wc-ev-inline {
  grid-column: 1 / -1;
}

/* Responsive — tablet: stack */
@media (max-width: 900px) {
  body.subpage.theme-light .wc-feature-detail--resilience .wc-resilience-module {
    grid-template-columns: 1fr;
    gap: clamp(36px, 5vw, 56px);
  }

  .wc-media--showcase {
    aspect-ratio: 16 / 10 !important;
  }
}

/* Responsive — mobile: tighten spec chips */
@media (max-width: 480px) {
  .wc-resilience-spec-row {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .wc-spec-value {
    font-size: 1.1rem;
  }
}

/* ============================================================
   EV Scene Cards — Icon redesign / noise reduction
   Hairline grid: border-top+left on container,
   border-bottom+right on each child, gap: 0
   ============================================================ */

body.subpage.theme-light .wc-ev-scenes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(17, 21, 29, 0.08);
  border-left: 1px solid rgba(17, 21, 29, 0.08);
  margin-top: 0;
}

body.subpage.theme-light .wc-ev-scene-card {
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(17, 21, 29, 0.08);
  border-right: 1px solid rgba(17, 21, 29, 0.08);
  box-shadow: none;
  padding: clamp(28px, 3.5vw, 44px) clamp(24px, 3vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: background 0.22s ease;
}

body.subpage.theme-light .wc-ev-scene-card:hover {
  background: rgba(17, 21, 29, 0.025);
  transform: none !important;
  border-color: rgba(17, 21, 29, 0.08) !important;
}

/* Icon */
.wc-ev-scene-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  color: rgba(17, 21, 29, 0.5);
  margin-bottom: 26px;
  display: block;
}

/* Index number */
.wc-ev-scene-index {
  display: block;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: rgba(17, 21, 29, 0.28);
  margin-bottom: 10px;
  font-variant-numeric: tabular-nums;
}

/* Title */
body.subpage.theme-light .wc-ev-scene-card h3 {
  margin: 0 0 10px;
  font-size: clamp(0.975rem, 1.3vw, 1.1rem);
  font-weight: 660;
  letter-spacing: -0.022em;
  color: rgba(17, 21, 29, 0.88);
  line-height: 1.25;
}

/* Description */
body.subpage.theme-light .wc-ev-scene-card p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.67;
  color: rgba(17, 21, 29, 0.5);
}

/* Suppress old image/video rules inside the card */
body.subpage.theme-light .wc-ev-scene-card img,
body.subpage.theme-light .wc-ev-scene-card video {
  display: none;
}

/* Dark-mode hairline adjustments */
body:not(.theme-light) .wc-ev-scenes {
  border-top-color: rgba(255, 255, 255, 0.07);
  border-left-color: rgba(255, 255, 255, 0.07);
}

body:not(.theme-light) .wc-ev-scene-card {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border-bottom-color: rgba(255, 255, 255, 0.07) !important;
  border-right-color: rgba(255, 255, 255, 0.07) !important;
}

body:not(.theme-light) .wc-ev-scene-icon {
  color: rgba(255, 255, 255, 0.45);
}

body:not(.theme-light) .wc-ev-scene-index {
  color: rgba(255, 255, 255, 0.22);
}

/* Responsive: stack to single column on mobile */
@media (max-width: 680px) {
  body.subpage.theme-light .wc-ev-scenes {
    grid-template-columns: 1fr;
  }
  body:not(.theme-light) .wc-ev-scenes {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   EV Section — Premium Elevation
   Instrument-grade aesthetics: dark arbitrage panel,
   editorial chapter heads, precision scene icons
   ============================================================ */

/* ▸ More breathing room between sub-sections */
body.subpage.theme-light .wc-ev-module {
  gap: clamp(48px, 6vw, 76px);
}

/* ▸ Chapter dividers — editorial full-width rule + stronger type */
body.subpage.theme-light .wc-ev-chapter-head {
  display: grid;
  gap: 0;
  max-width: none;
  padding-top: clamp(12px, 1.8vw, 20px);
  border-top: 1px solid rgba(17, 21, 29, 0.09);
}

body.subpage.theme-light .wc-ev-chapter-head .wc-section-label {
  font-size: 0.59rem;
  letter-spacing: 0.21em;
  color: rgba(17, 21, 29, 0.28);
  margin-bottom: 8px;
}

body.subpage.theme-light .wc-ev-chapter-head h3 {
  font-size: clamp(1.42rem, 2.1vw, 1.88rem);
  font-weight: 620;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: rgba(17, 21, 29, 0.9);
  margin: 0;
}

/* ▸ Scene icons — 56px, refined warm neutral; amber on hover */
.wc-ev-scene-icon {
  width: 56px;
  height: 56px;
  color: rgba(17, 21, 29, 0.38);
  margin-bottom: 30px;
  transition: color 0.26s cubic-bezier(0.16, 1, 0.3, 1);
}

body.subpage.theme-light .wc-ev-scene-card:hover .wc-ev-scene-icon {
  color: rgba(192, 82, 26, 0.68);
}

/* ▸ Scene card title — slightly larger */
body.subpage.theme-light .wc-ev-scene-card h3 {
  font-size: clamp(1.02rem, 1.4vw, 1.16rem);
}

/* ▸ Index — crisper tracking */
.wc-ev-scene-index {
  font-size: 0.59rem;
  letter-spacing: 0.2em;
  color: rgba(17, 21, 29, 0.2);
  margin-bottom: 12px;
}

/* ============================================================
   Arbitrage — Dark Instrument Panel
   Space Gray grain texture, all child elements re-keyed
   ============================================================ */

body.subpage.theme-light .wc-ev-arbitrage {
  background-image:
    linear-gradient(152deg, #22252d 0%, #161920 100%);
  background-blend-mode: normal;
  background-color: #1c1f26;
  background-size: 100% 100%;
  border-color: rgba(255, 255, 255, 0.055);
  box-shadow:
    0 24px 52px rgba(5, 7, 12, 0.24),
    0 8px 20px rgba(5, 7, 12, 0.14);
}

/* Copy */
body.subpage.theme-light .wc-ev-arbitrage h3 {
  color: rgba(246, 244, 240, 0.94);
}
body.subpage.theme-light .wc-ev-arbitrage .wc-section-label {
  color: rgba(255, 255, 255, 0.26);
}
body.subpage.theme-light .wc-ev-arbitrage-copy > p:not(.wc-section-label) {
  color: rgba(210, 208, 204, 0.5);
}

/* Price chart surface */
body.subpage.theme-light .wc-ev-arbitrage .wc-ev-price-curve {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
}
body.subpage.theme-light .wc-ev-arbitrage .wc-ev-price-grid {
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(to top, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
}

/* Bar colors on dark */
body.subpage.theme-light .wc-ev-arbitrage .wc-ev-price-bars span[data-tou="offpeak"] {
  background: rgba(96, 148, 218, 0.48);
}
body.subpage.theme-light .wc-ev-arbitrage .wc-ev-price-bars span[data-tou="flat"] {
  background: rgba(155, 163, 175, 0.4);
}
body.subpage.theme-light .wc-ev-arbitrage .wc-ev-price-bars span[data-tou="peak"] {
  background: rgba(222, 138, 88, 0.56);
}
body.subpage.theme-light .wc-ev-arbitrage .wc-ev-price-bars span.is-now {
  background: rgba(238, 236, 232, 0.88);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
}

/* Cursor, dot, tag, boundaries */
body.subpage.theme-light .wc-ev-arbitrage .wc-ev-price-cursor {
  border-left-color: rgba(255, 255, 255, 0.22);
}
body.subpage.theme-light .wc-ev-arbitrage .wc-ev-price-dot {
  background: rgba(240, 238, 234, 0.9);
  border-color: rgba(255, 255, 255, 0.28);
}
body.subpage.theme-light .wc-ev-arbitrage .wc-ev-price-tag {
  background: rgba(28, 31, 38, 0.95);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(238, 236, 232, 0.9);
}
body.subpage.theme-light .wc-ev-arbitrage .wc-ev-price-boundary i {
  color: rgba(255, 255, 255, 0.28);
}
body.subpage.theme-light .wc-ev-arbitrage .wc-ev-price-state {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(218, 216, 212, 0.82);
}
body.subpage.theme-light .wc-ev-arbitrage .wc-ev-price-state i {
  background: rgba(218, 216, 212, 0.72);
}

/* Timeline slider */
body.subpage.theme-light .wc-ev-arbitrage .wc-ev-time-control label {
  color: rgba(255, 255, 255, 0.34);
}
body.subpage.theme-light .wc-ev-arbitrage .wc-ev-time-control input::-webkit-slider-runnable-track {
  background: rgba(255, 255, 255, 0.14);
}
body.subpage.theme-light .wc-ev-arbitrage .wc-ev-time-control input::-moz-range-track {
  background: rgba(255, 255, 255, 0.14);
}
body.subpage.theme-light .wc-ev-arbitrage .wc-ev-time-steps {
  color: rgba(255, 255, 255, 0.28);
}

/* Phase note */
body.subpage.theme-light .wc-ev-arbitrage .wc-ev-phase-note {
  color: rgba(210, 208, 204, 0.48);
}
body.subpage.theme-light .wc-ev-arbitrage .wc-ev-phase-note strong {
  color: rgba(238, 236, 232, 0.84);
}

/* Flow phase cards on dark */
body.subpage.theme-light .wc-ev-arbitrage .wc-ev-flow-card {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.09);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
body.subpage.theme-light .wc-ev-arbitrage .wc-ev-flow-card[data-ev-phase-card="night"] {
  background: linear-gradient(165deg, rgba(80, 124, 202, 0.16), rgba(255, 255, 255, 0.04));
}
body.subpage.theme-light .wc-ev-arbitrage .wc-ev-flow-card[data-ev-phase-card="day"] {
  background: linear-gradient(165deg, rgba(76, 175, 130, 0.14), rgba(255, 255, 255, 0.04));
}
body.subpage.theme-light .wc-ev-arbitrage .wc-ev-flow-card[data-ev-phase-card="peak"] {
  background: linear-gradient(165deg, rgba(208, 118, 66, 0.18), rgba(255, 255, 255, 0.04));
}
body.subpage.theme-light .wc-ev-arbitrage .wc-ev-flow-card.is-active {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}
body.subpage.theme-light .wc-ev-arbitrage .wc-ev-flow-card h4 {
  color: rgba(238, 236, 232, 0.9);
}
body.subpage.theme-light .wc-ev-arbitrage .wc-ev-flow-card p {
  color: rgba(196, 194, 190, 0.56);
}

/* Live status badge on dark */
body.subpage.theme-light .wc-ev-arbitrage .wc-ev-flow-status {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(220, 218, 214, 0.6);
}
body.subpage.theme-light .wc-ev-arbitrage .wc-ev-live-bars i {
  background: rgba(220, 218, 214, 0.7);
}
body.subpage.theme-light .wc-ev-arbitrage .wc-ev-flow-status em {
  color: rgba(220, 218, 214, 0.52);
}

/* ============================================================
   Engineering Card — Dark Instrument Treatment
   Matches arbitrage dark panel for rhythmic alternation
   ============================================================ */

/* ▸ Card container — full-bleed image, no nested card */
body.subpage.theme-light .wc-ev-engineering {
  background-image:
    linear-gradient(155deg, #22252d 0%, #161920 100%);
  background-blend-mode: normal;
  background-color: #1c1f26;
  background-size: 100% 100%;
  border-color: rgba(255, 255, 255, 0.055);
  box-shadow:
    0 28px 56px rgba(5, 7, 12, 0.26),
    0 10px 24px rgba(5, 7, 12, 0.14);
  /* Bleed image to card edge */
  padding: 0;
  gap: 0;
  overflow: hidden;
}

/* ▸ Image stage — flush to card, no inner border-radius */
body.subpage.theme-light .wc-ev-engineering .wc-ev-hotspot-stage {
  border-radius: 0;
  border: none;
  box-shadow: none;
  /* Subtle divider between image and text */
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

/* ▸ Text column — owns the padding now */
body.subpage.theme-light .wc-ev-engineering .wc-ev-engineering-copy {
  padding: clamp(28px, 3.5vw, 44px) clamp(28px, 3.5vw, 44px) clamp(28px, 3.5vw, 44px) clamp(20px, 2.5vw, 32px);
}

/* ▸ Heading */
body.subpage.theme-light .wc-ev-engineering-copy h3 {
  color: rgba(246, 244, 240, 0.94);
}

/* ▸ Hotspot description panel */
body.subpage.theme-light .wc-ev-hotspot-copy p {
  color: rgba(206, 204, 200, 0.58);
  border-left-color: rgba(255, 255, 255, 0.18);
}

/* ▸ Spec data grid — 2×2 hairline, no outer border (flat, not a card) */
.wc-ev-eng-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-left: 1px solid rgba(255, 255, 255, 0.07);
  background: transparent;
  border-radius: 0;
  overflow: visible;
  margin-top: 24px;
}

.wc-ev-eng-specs > div {
  padding: 16px 18px 14px;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  transition: background 0.18s ease;
}

.wc-ev-eng-specs > div:hover {
  background: rgba(255, 255, 255, 0.04);
}

.wc-ev-eng-spec-value {
  display: block;
  font-size: clamp(1.04rem, 1.4vw, 1.18rem);
  font-weight: 650;
  letter-spacing: -0.024em;
  color: rgba(240, 238, 234, 0.92);
  line-height: 1;
}

.wc-ev-eng-spec-label {
  display: block;
  font-size: 0.59rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(168, 166, 162, 0.52);
  line-height: 1.3;
}

/* ▸ Upgrade path — flat, no card chrome */
body.subpage.theme-light .wc-ev-upgrade-path {
  background: transparent;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 0;
  box-shadow: none;
  padding: 14px 0 0;
  margin-top: 20px;
}

body.subpage.theme-light .wc-ev-upgrade-path span {
  color: rgba(206, 204, 200, 0.5);
}

body.subpage.theme-light .wc-ev-arrow {
  background: rgba(255, 255, 255, 0.2);
}

body.subpage.theme-light .wc-ev-arrow::after {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
}

/* ═══════════════════════════════════════════════════════════════
   BMS AutoSync — editorial redesign
   ═══════════════════════════════════════════════════════════════ */

/* ▸ Kicker — flat rule label, no pill */
body.subpage.theme-light .wc-bms-layer .wc-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin-bottom: 20px;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: rgba(17, 21, 29, 0.42);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

body.subpage.theme-light .wc-bms-layer .wc-kicker::before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: rgba(17, 21, 29, 0.28);
  flex-shrink: 0;
}

/* ▸ Suppress redundant detail paragraph */
body.subpage.theme-light .wc-bms-detail {
  display: none;
}

/* ▸ Subtitle — tighten weight and tracking for precision */
body.subpage.theme-light .wc-bms-layer .wc-subtitle {
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.62;
  color: rgba(17, 21, 29, 0.58);
  max-width: 46ch;
  margin-top: 12px;
}

/* ▸ BMS points — column stack, hairline separators */
body.subpage.theme-light .wc-bms-points {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 36px;
  border-top: 1px solid rgba(17, 21, 29, 0.09);
}

body.subpage.theme-light .wc-bms-points article {
  display: grid;
  grid-template-columns: 26px 1fr;
  grid-template-rows: auto auto;
  column-gap: 18px;
  padding: 20px 0;
  border-radius: 0;
  border: none;
  background: none;
  box-shadow: none;
  min-height: unset;
  border-bottom: 1px solid rgba(17, 21, 29, 0.09);
  transition: background 0.2s ease;
}

body.subpage.theme-light .wc-bms-points article:hover {
  background: rgba(17, 21, 29, 0.018);
  margin: 0 -12px;
  padding-left: 12px;
  padding-right: 12px;
}

/* ▸ Index numbers — 01 / 02 / 03 */
body.subpage.theme-light .wc-bms-points .wc-bms-idx {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: start;
  font-style: normal;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(17, 21, 29, 0.24);
  padding-top: 3px;
  line-height: 1;
}

/* ▸ Point labels — sentence case, heavier weight */
body.subpage.theme-light .wc-bms-points span {
  grid-column: 2;
  grid-row: 1;
  display: block;
  font-size: 0.92rem;
  font-weight: 660;
  letter-spacing: -0.01em;
  text-transform: none;
  color: rgba(17, 21, 29, 0.82);
  line-height: 1.3;
}

/* ▸ Point descriptions */
body.subpage.theme-light .wc-bms-points p {
  grid-column: 2;
  grid-row: 2;
  margin: 5px 0 0;
  font-size: 0.875rem;
  line-height: 1.62;
  color: rgba(17, 21, 29, 0.48);
}

/* ▸ Media — let video breathe, no floating badge */
body.subpage.theme-light .wc-bms-media-badge {
  display: none;
}

/* ▸ Override the gray container background in BMS */
body.subpage.theme-light .wc-bms-layer .wc-media {
  background: #0a0e17;
  min-height: clamp(320px, 38vw, 520px);
}

/* ▸ Absolute-fill the video so it covers the full container */
body.subpage.theme-light .wc-bms-layer .wc-media--photo video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: unset;
  display: block;
  border-radius: 0;
}

/* ═══════════════════════════════════════════════════════════════
   BMS points — inline spec-sheet format (v2)
   ═══════════════════════════════════════════════════════════════ */

/* ▸ Each row: flex, index + inline body */
body.subpage.theme-light .wc-bms-points article {
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding: 16px 0;
  border-radius: 0;
  border: none;
  background: none;
  box-shadow: none;
  min-height: unset;
  border-bottom: 1px solid rgba(17, 21, 29, 0.08);
}

body.subpage.theme-light .wc-bms-points article:hover {
  background: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

/* ▸ Index — stays as a fixed-width label */
body.subpage.theme-light .wc-bms-points .wc-bms-idx {
  flex-shrink: 0;
  width: 20px;
  grid-column: unset;
  grid-row: unset;
  align-self: auto;
  padding-top: 0;
  font-style: normal;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(17, 21, 29, 0.22);
  line-height: 1.65;
}

/* ▸ Body: label and desc flow inline */
body.subpage.theme-light .wc-bms-points .wc-bms-point-body {
  flex: 1;
  line-height: 1.65;
}

body.subpage.theme-light .wc-bms-points .wc-bms-point-body span {
  display: inline;
  grid-column: unset;
  grid-row: unset;
  font-size: 0.9rem;
  font-weight: 640;
  letter-spacing: -0.008em;
  text-transform: none;
  color: rgba(17, 21, 29, 0.84);
  line-height: inherit;
}

/* em-dash separator between label and desc */
body.subpage.theme-light .wc-bms-points .wc-bms-point-body span::after {
  content: '\00A0\2014\00A0';
  color: rgba(17, 21, 29, 0.22);
  font-weight: 400;
  letter-spacing: 0;
}

body.subpage.theme-light .wc-bms-points .wc-bms-point-body p {
  display: inline;
  grid-column: unset;
  grid-row: unset;
  margin: 0;
  font-size: 0.88rem;
  line-height: inherit;
  color: rgba(17, 21, 29, 0.46);
}

/* ▸ Subtitle — tighter, one-liner */
body.subpage.theme-light .wc-bms-layer .wc-subtitle {
  font-size: clamp(0.96rem, 1.2vw, 1.06rem);
  line-height: 1.58;
  color: rgba(17, 21, 29, 0.52);
  max-width: 44ch;
  margin-top: 10px;
}

/* ═══════════════════════════════════════════════════════════════
   Energy Independence — Linear/Stripe caliber redesign
   ═══════════════════════════════════════════════════════════════ */

/* ── Hero: kicker as flat editorial label ── */
body.subpage.theme-light #energy-independence .wc-scale-hero-copy .wc-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  color: rgba(235, 243, 255, 0.58);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

body.subpage.theme-light #energy-independence .wc-scale-hero-copy .wc-kicker::before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: rgba(235, 243, 255, 0.36);
  flex-shrink: 0;
}

/* ── Hero: KPI badge — remove glassmorphism ── */
body.subpage.theme-light #energy-independence .wc-scale-kpi {
  background: rgba(8, 11, 18, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-radius: 8px;
  padding: 8px 14px;
}

body.subpage.theme-light #energy-independence .wc-scale-kpi p {
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  color: rgba(210, 220, 240, 0.58);
}

body.subpage.theme-light #energy-independence .wc-scale-kpi strong {
  font-size: 0.92rem;
  letter-spacing: -0.02em;
  margin-top: 2px;
}

/* ── Suppress all redundant section labels ── */
body.subpage.theme-light #energy-independence .wc-section-label {
  display: none;
}

/* ── Scenarios: minimal 3-column strip ── */
body.subpage.theme-light #energy-independence .wc-scale-scenarios {
  gap: 0;
  padding-top: clamp(20px, 2.8vw, 32px);
  border-top: 1px solid rgba(17, 21, 29, 0.09);
}

body.subpage.theme-light #energy-independence .wc-scale-section-head {
  display: none;
}

body.subpage.theme-light #energy-independence .wc-scale-scenarios article {
  min-height: unset !important;
  padding: clamp(16px, 2vw, 22px) clamp(18px, 2.4vw, 28px) clamp(16px, 2vw, 22px) 0;
}

body.subpage.theme-light #energy-independence .wc-scale-scenarios article + article {
  padding-left: clamp(18px, 2.4vw, 28px) !important;
  padding-right: clamp(18px, 2.4vw, 28px) !important;
  border-left: 1px solid rgba(17, 21, 29, 0.09) !important;
}

/* Mode icon → small colored bar instead of dot circle */
body.subpage.theme-light #energy-independence .wc-scale-scenarios .wc-scale-icon {
  width: 20px;
  height: 3px;
  border-radius: 2px;
  border: none;
  background: rgba(17, 21, 29, 0.18);
  box-shadow: none;
}

body.subpage.theme-light #energy-independence .wc-scale-scenarios .wc-scale-icon::before {
  display: none;
}

body.subpage.theme-light #energy-independence .wc-scale-scenarios article[data-scale-scenario="grid"] .wc-scale-icon {
  background: rgba(66, 110, 220, 0.54);
}

body.subpage.theme-light #energy-independence .wc-scale-scenarios article[data-scale-scenario="offgrid"] .wc-scale-icon {
  background: rgba(44, 168, 120, 0.54);
}

body.subpage.theme-light #energy-independence .wc-scale-scenarios article[data-scale-scenario="blackstart"] .wc-scale-icon {
  background: rgba(192, 82, 26, 0.54);
}

body.subpage.theme-light #energy-independence .wc-scale-scenarios h3 {
  margin-top: 14px;
  font-size: clamp(0.92rem, 1.2vw, 1.04rem);
  font-weight: 640;
  letter-spacing: -0.016em;
  color: rgba(17, 21, 29, 0.84);
}

body.subpage.theme-light #energy-independence .wc-scale-scenarios p {
  margin-top: 7px;
  font-size: 0.86rem;
  line-height: 1.62;
  color: rgba(17, 21, 29, 0.48);
}

/* ── Scale tech: strip card chrome from both panels ── */
body.subpage.theme-light #energy-independence .wc-scale-tech {
  gap: 0;
  border-top: 1px solid rgba(17, 21, 29, 0.09);
  padding-top: clamp(24px, 3.2vw, 36px);
}

body.subpage.theme-light #energy-independence .wc-scale-path,
body.subpage.theme-light #energy-independence .wc-scale-pillars {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  transition: none !important;
}

body.subpage.theme-light #energy-independence .wc-scale-path:hover,
body.subpage.theme-light #energy-independence .wc-scale-pillars:hover {
  transform: none !important;
  box-shadow: none !important;
}

body.subpage.theme-light #energy-independence .wc-scale-pillars {
  padding-left: clamp(24px, 3.6vw, 48px) !important;
  border-left: 1px solid rgba(17, 21, 29, 0.09) !important;
}

/* Scale path section heading */
body.subpage.theme-light #energy-independence .wc-scale-path h3 {
  font-size: 0.94rem;
  font-weight: 640;
  letter-spacing: -0.01em;
  color: rgba(17, 21, 29, 0.82);
  margin-bottom: 4px;
}

body.subpage.theme-light #energy-independence .wc-scale-path p {
  font-size: 0.86rem;
  color: rgba(17, 21, 29, 0.44);
  margin-top: 4px;
}

/* Scale metrics: horizontal 4-column instrument strip */
body.subpage.theme-light #energy-independence .wc-scale-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(17, 21, 29, 0.09);
  border-left: 1px solid rgba(17, 21, 29, 0.09);
  margin-top: 22px;
}

body.subpage.theme-light #energy-independence .wc-scale-metrics > div {
  padding: 14px 18px 14px;
  border-bottom: 1px solid rgba(17, 21, 29, 0.09);
  border-right: 1px solid rgba(17, 21, 29, 0.09);
  border-top: none;
}

body.subpage.theme-light #energy-independence .wc-scale-metrics dt {
  font-size: 0.57rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(17, 21, 29, 0.34);
  margin: 0;
}

body.subpage.theme-light #energy-independence .wc-scale-metrics dd {
  font-size: clamp(1.1rem, 1.6vw, 1.38rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: rgba(17, 21, 29, 0.88);
  margin: 5px 0 0;
}

/* ── Control stack: inline spec-sheet format ── */
body.subpage.theme-light #energy-independence .wc-scale-pillars h3 {
  font-size: 0.94rem;
  font-weight: 640;
  letter-spacing: -0.01em;
  color: rgba(17, 21, 29, 0.82);
}

body.subpage.theme-light #energy-independence .wc-scale-pillars ul {
  margin-top: 18px;
}

body.subpage.theme-light #energy-independence .wc-tech-icon {
  display: none;
}

body.subpage.theme-light #energy-independence .wc-scale-pillars .wc-tech-item {
  display: block;
  grid-template-columns: unset;
  padding: 13px 0;
}

body.subpage.theme-light #energy-independence .wc-tech-copy {
  padding-left: 0 !important;
  line-height: 1.62;
}

body.subpage.theme-light #energy-independence .wc-tech-copy strong {
  display: inline;
  font-size: 0.9rem;
  font-weight: 640;
  letter-spacing: -0.008em;
  color: rgba(17, 21, 29, 0.84);
}

body.subpage.theme-light #energy-independence .wc-tech-copy strong::after {
  content: '\00A0\2014\00A0';
  color: rgba(17, 21, 29, 0.22);
  font-weight: 400;
  letter-spacing: 0;
}

body.subpage.theme-light #energy-independence .wc-tech-copy span {
  display: inline;
  font-size: 0.88rem;
  color: rgba(17, 21, 29, 0.46);
}

/* ── Reference apps: strip container card chrome ── */
body.subpage.theme-light #energy-independence .wc-scale-proof {
  border-top: 1px solid rgba(17, 21, 29, 0.09);
  padding-top: clamp(24px, 3.2vw, 36px);
}

body.subpage.theme-light #energy-independence .wc-scale-icons {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  transition: none !important;
}

body.subpage.theme-light #energy-independence .wc-scale-icons:hover {
  transform: none !important;
  box-shadow: none !important;
}

body.subpage.theme-light #energy-independence .wc-scale-icons > h3 {
  font-size: 0.94rem;
  font-weight: 640;
  letter-spacing: -0.01em;
  color: rgba(17, 21, 29, 0.82);
  margin: 0 0 0;
}

/* App grid: remove top margin (section adds spacing) */
body.subpage.theme-light #energy-independence .wc-app-simple-grid {
  margin-top: 20px;
}

/* App items: reduce icon, tighten copy */
body.subpage.theme-light #energy-independence .wc-app-simple-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: rgba(17, 21, 29, 0.28);
  margin-top: 3px;
}

body.subpage.theme-light #energy-independence .wc-app-simple-copy .wc-app-card-title {
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  font-weight: 640;
  letter-spacing: -0.016em;
  color: rgba(17, 21, 29, 0.84);
}

body.subpage.theme-light #energy-independence .wc-app-simple-copy p {
  margin-top: 6px;
  font-size: 0.85rem;
  line-height: 1.6;
  color: rgba(17, 21, 29, 0.46);
}

/* Outcome metric chip */
body.subpage.theme-light #energy-independence .wc-app-metric {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.7rem;
  font-weight: 680;
  letter-spacing: -0.01em;
  color: rgba(17, 21, 29, 0.66);
  background: rgba(17, 21, 29, 0.055);
  padding: 4px 9px;
  border-radius: 4px;
}

/* ═══════════════════════════════════════════════════════════════
   Energy Independence — definitive Linear-caliber restructure (v3)
   All rules here supersede v1 + v2 blocks above.
   ═══════════════════════════════════════════════════════════════ */

/* ── Scenarios: inline em-dash, 3-col, no section head ── */

body.subpage.theme-light #energy-independence .wc-scale-scenarios {
  gap: 0;
  padding-top: clamp(22px, 3vw, 36px);
  border-top: 1px solid rgba(17, 21, 29, 0.09);
}

/* Article becomes a block container so h3 + p flow inline */
body.subpage.theme-light #energy-independence .wc-scale-scenarios article {
  display: block !important;
  min-height: unset !important;
  padding: 0 clamp(18px, 2.4vw, 28px) 0 0;
  flex-direction: unset;
}

body.subpage.theme-light #energy-independence .wc-scale-scenarios article + article {
  padding-left: clamp(18px, 2.4vw, 28px) !important;
  padding-right: clamp(18px, 2.4vw, 28px) !important;
  border-left: 1px solid rgba(17, 21, 29, 0.09) !important;
}

body.subpage.theme-light #energy-independence .wc-scale-scenarios article:last-child {
  padding-right: 0 !important;
}

/* Colored bar marker — 3px precision line */
body.subpage.theme-light #energy-independence .wc-scale-scenarios .wc-scale-icon {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 1px;
  border: none;
  box-shadow: none;
  margin-bottom: 18px;
  transition: none;
}

body.subpage.theme-light #energy-independence .wc-scale-scenarios .wc-scale-icon::before {
  display: none;
}

body.subpage.theme-light #energy-independence .wc-scale-scenarios article[data-scale-scenario="grid"] .wc-scale-icon {
  background: rgba(66, 110, 220, 0.58);
}

body.subpage.theme-light #energy-independence .wc-scale-scenarios article[data-scale-scenario="offgrid"] .wc-scale-icon {
  background: rgba(34, 154, 110, 0.58);
}

body.subpage.theme-light #energy-independence .wc-scale-scenarios article[data-scale-scenario="blackstart"] .wc-scale-icon {
  background: rgba(192, 82, 26, 0.58);
}

/* h3 + p flow inline — the em-dash pattern */
body.subpage.theme-light #energy-independence .wc-scale-scenarios h3 {
  display: inline;
  font-size: 0.88rem;
  font-weight: 660;
  letter-spacing: -0.012em;
  color: rgba(17, 21, 29, 0.86);
  line-height: 1.65;
  margin: 0;
}

body.subpage.theme-light #energy-independence .wc-scale-scenarios h3::after {
  content: '\00A0\2014\00A0';
  color: rgba(17, 21, 29, 0.2);
  font-weight: 400;
  letter-spacing: 0;
}

body.subpage.theme-light #energy-independence .wc-scale-scenarios p {
  display: inline;
  font-size: 0.88rem;
  line-height: 1.65;
  color: rgba(17, 21, 29, 0.44);
  margin: 0;
}

/* ── Scale tech: instrument panel first, then slider ── */

body.subpage.theme-light #energy-independence .wc-scale-tech {
  gap: 0;
  border-top: 1px solid rgba(17, 21, 29, 0.09);
  padding-top: clamp(28px, 3.6vw, 44px);
  grid-template-columns: 1fr 1fr;
}

body.subpage.theme-light #energy-independence .wc-scale-path {
  display: flex !important;
  flex-direction: column;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  transition: none !important;
  gap: 0;
}

body.subpage.theme-light #energy-independence .wc-scale-path:hover {
  transform: none !important;
  box-shadow: none !important;
}

/* Reorder: heading → sub → metrics (BIG) → slider → units */
body.subpage.theme-light #energy-independence .wc-scale-path h3 {
  order: 0;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(17, 21, 29, 0.32);
  margin: 0 0 6px;
}

body.subpage.theme-light #energy-independence .wc-scale-path > p {
  order: 1;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 660;
  letter-spacing: -0.03em;
  color: rgba(17, 21, 29, 0.86);
  line-height: 1.1;
  margin: 0 0 22px;
}

body.subpage.theme-light #energy-independence .wc-scale-metrics {
  order: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(17, 21, 29, 0.09);
  border-left: 1px solid rgba(17, 21, 29, 0.09);
  margin: 0 0 20px;
}

body.subpage.theme-light #energy-independence .wc-scale-metrics > div {
  padding: 13px 16px 12px;
  border-bottom: 1px solid rgba(17, 21, 29, 0.09);
  border-right: 1px solid rgba(17, 21, 29, 0.09);
  border-top: none;
}

body.subpage.theme-light #energy-independence .wc-scale-metrics dt {
  font-size: 0.53rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(17, 21, 29, 0.3);
  margin: 0;
}

/* The numbers — these are the product claim */
body.subpage.theme-light #energy-independence .wc-scale-metrics dd {
  font-size: clamp(1.32rem, 2.2vw, 1.82rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  color: rgba(17, 21, 29, 0.88);
  margin: 5px 0 0;
  transition: color 0.18s ease;
}

body.subpage.theme-light #energy-independence .wc-scale-path input[type="range"] {
  order: 3;
  margin-top: 0;
}

body.subpage.theme-light #energy-independence .wc-scale-units {
  order: 4;
}

/* ── Control stack: same column, inline spec list ── */

body.subpage.theme-light #energy-independence .wc-scale-pillars {
  display: flex !important;
  flex-direction: column;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 0 0 clamp(28px, 4vw, 52px) !important;
  border-left: 1px solid rgba(17, 21, 29, 0.09) !important;
  transition: none !important;
}

body.subpage.theme-light #energy-independence .wc-scale-pillars:hover {
  transform: none !important;
  box-shadow: none !important;
}

body.subpage.theme-light #energy-independence .wc-scale-pillars h3 {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(17, 21, 29, 0.32);
  margin: 0 0 18px;
}

body.subpage.theme-light #energy-independence .wc-scale-pillars ul {
  margin: 0;
}

body.subpage.theme-light #energy-independence .wc-tech-icon {
  display: none !important;
}

body.subpage.theme-light #energy-independence .wc-scale-pillars .wc-tech-item {
  display: block !important;
  grid-template-columns: unset;
  padding: 14px 0;
}

body.subpage.theme-light #energy-independence .wc-scale-pillars .wc-tech-item + .wc-tech-item {
  border-top: 1px solid rgba(17, 21, 29, 0.08);
}

body.subpage.theme-light #energy-independence .wc-tech-copy {
  padding-left: 0 !important;
  line-height: 1.62;
}

body.subpage.theme-light #energy-independence .wc-tech-copy strong {
  display: inline !important;
  font-size: 0.88rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  color: rgba(17, 21, 29, 0.84);
}

body.subpage.theme-light #energy-independence .wc-tech-copy strong::after {
  content: '\00A0\2014\00A0';
  color: rgba(17, 21, 29, 0.2);
  font-weight: 400;
  letter-spacing: 0;
}

body.subpage.theme-light #energy-independence .wc-tech-copy span {
  display: inline !important;
  font-size: 0.86rem;
  color: rgba(17, 21, 29, 0.44);
}

/* ── Where it deploys — EV scene card style ── */

body.subpage.theme-light #energy-independence .wc-scale-proof {
  border-top: 1px solid rgba(17, 21, 29, 0.09);
  padding-top: clamp(28px, 3.6vw, 44px);
}

body.subpage.theme-light #energy-independence .wc-scale-icons {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  transition: none !important;
}

body.subpage.theme-light #energy-independence .wc-scale-icons:hover {
  transform: none !important;
  box-shadow: none !important;
}

/* Section title — editorial label with top rule */
body.subpage.theme-light #energy-independence .wc-scale-icons > h3 {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(17, 21, 29, 0.32);
  margin: 0 0 0;
}

/* Hairline crosshatch grid — mirrors EV scene cards */
body.subpage.theme-light #energy-independence .wc-app-simple-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 20px;
  border-top: 1px solid rgba(17, 21, 29, 0.08);
  border-left: 1px solid rgba(17, 21, 29, 0.08);
}

/* Each cell: column, no card chrome */
body.subpage.theme-light #energy-independence .wc-app-simple-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  padding: 20px 24px !important;
  min-height: 0 !important;
  border-bottom: 1px solid rgba(17, 21, 29, 0.08) !important;
  border-right: 1px solid rgba(17, 21, 29, 0.08) !important;
  border-left: none !important;
  border-top: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: background 0.22s ease !important;
}

body.subpage.theme-light #energy-independence .wc-app-simple-item:hover {
  background: rgba(17, 21, 29, 0.014) !important;
}

/* Icon — visible, sized like EV scene cards */
body.subpage.theme-light #energy-independence .wc-app-simple-icon {
  display: flex !important;
  flex: 0 0 auto !important;
  width: 28px !important;
  height: 28px !important;
  color: rgba(17, 21, 29, 0.28) !important;
  margin-bottom: 14px !important;
}

body.subpage.theme-light #energy-independence .wc-app-simple-icon svg {
  width: 100%;
  height: 100%;
  stroke-width: 1.4;
}

/* Copy: column, full width */
body.subpage.theme-light #energy-independence .wc-app-simple-copy {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  width: 100% !important;
  max-width: none !important;
  gap: 0 !important;
}

/* Title — medium weight, no shadow */
body.subpage.theme-light #energy-independence .wc-app-card-title {
  font-size: 0.9rem !important;
  font-weight: 520 !important;
  letter-spacing: -0.012em !important;
  color: rgba(17, 21, 29, 0.82) !important;
  margin: 0 !important;
  line-height: 1.2 !important;
  text-shadow: none !important;
}

/* Description — compact */
body.subpage.theme-light #energy-independence .wc-app-simple-copy p:not(.wc-app-metric) {
  display: block !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  overflow: visible !important;
  margin: 5px 0 0 !important;
  padding: 0 !important;
  font-size: 0.8rem !important;
  line-height: 1.52 !important;
  color: rgba(17, 21, 29, 0.42) !important;
}

/* Outcome metric — compact tag */
body.subpage.theme-light #energy-independence .wc-app-metric {
  display: inline-block !important;
  margin: 10px 0 0 !important;
  padding: 3px 8px !important;
  font-size: 0.68rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  color: rgba(17, 21, 29, 0.44) !important;
  background: rgba(17, 21, 29, 0.05) !important;
  border-radius: 3px !important;
  white-space: nowrap !important;
  font-variant-numeric: tabular-nums !important;
}

/* ═══════════════════════════════════════════════════════════════
   Scale Tech — precision instrument rebuild (v4)
   Replaces gradient unit blocks, templated card, generic slider.
   Design: editorial data panel — hairlines, ink fills, no chrome.
   ═══════════════════════════════════════════════════════════════ */

/* Grid: hairline-divided two-column, no padding-top gap */
body.subpage.theme-light #energy-independence .wc-scale-tech {
  display: grid !important;
  grid-template-columns: 56fr 44fr !important;
  gap: 0 !important;
  border-top: 1px solid rgba(17,21,29,0.09) !important;
  padding-top: 0 !important;
}

/* ── LEFT PANEL: Dispatchable at Scale ── */
body.subpage.theme-light #energy-independence .wc-scale-path {
  display: flex !important;
  flex-direction: column !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border-right: 1px solid rgba(17,21,29,0.09) !important;
  padding: clamp(30px,4vw,52px) clamp(28px,3.6vw,48px) clamp(30px,4vw,52px) 0 !important;
  transition: none !important;
}

body.subpage.theme-light #energy-independence .wc-scale-path:hover {
  transform: none !important;
  box-shadow: none !important;
}

/* Section label — tiny uppercase rule */
body.subpage.theme-light #energy-independence .wc-scale-path .wc-section-label {
  font-size: 0.56rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: rgba(17,21,29,0.26) !important;
  margin: 0 0 18px !important;
  order: 0 !important;
}

/* Main headline — editorial dominant */
body.subpage.theme-light #energy-independence .wc-scale-path h3 {
  font-size: clamp(1.72rem,3vw,2.6rem) !important;
  font-weight: 740 !important;
  letter-spacing: -0.05em !important;
  line-height: 1.04 !important;
  color: rgba(17,21,29,0.91) !important;
  margin: 0 !important;
  order: 1 !important;
}

/* Sub line — muted context */
body.subpage.theme-light #energy-independence .wc-scale-path > p:not(.wc-section-label) {
  font-size: 0.84rem !important;
  color: rgba(17,21,29,0.36) !important;
  margin: 9px 0 0 !important;
  line-height: 1.52 !important;
  order: 2 !important;
}

/* Metrics: 4-col hairline instrument strip — ABOVE slider */
body.subpage.theme-light #energy-independence .wc-scale-metrics {
  order: 3 !important;
  display: grid !important;
  grid-template-columns: repeat(4,1fr) !important;
  gap: 0 !important;
  margin: 26px 0 0 !important;
  border-top: 1px solid rgba(17,21,29,0.09) !important;
  border-left: 1px solid rgba(17,21,29,0.09) !important;
  border-right: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.subpage.theme-light #energy-independence .wc-scale-metrics > div {
  padding: 11px 14px !important;
  border-top: none !important;
  border-left: none !important;
  border-bottom: 1px solid rgba(17,21,29,0.09) !important;
  border-right: 1px solid rgba(17,21,29,0.09) !important;
  background: none !important;
  box-shadow: none !important;
}

body.subpage.theme-light #energy-independence .wc-scale-metrics dt {
  font-size: 0.53rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.14em !important;
  color: rgba(17,21,29,0.27) !important;
  margin: 0 !important;
}

body.subpage.theme-light #energy-independence .wc-scale-metrics dd {
  font-size: clamp(1.08rem,1.65vw,1.42rem) !important;
  font-weight: 680 !important;
  letter-spacing: -0.04em !important;
  color: rgba(17,21,29,0.88) !important;
  margin: 5px 0 0 !important;
  font-variant-numeric: tabular-nums !important;
}

/* Slider: precision hairline + vertical-bar thumb */
body.subpage.theme-light #energy-independence .wc-scale-path input[type="range"] {
  order: 4 !important;
  display: block !important;
  width: 100% !important;
  margin: 20px 0 0 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  height: 1px !important;
  background: rgba(17,21,29,0.13) !important;
  border-radius: 0 !important;
  outline: none !important;
  cursor: col-resize !important;
  accent-color: unset !important;
}

body.subpage.theme-light #energy-independence .wc-scale-path input[type="range"]::-webkit-slider-runnable-track {
  height: 1px !important;
  background: rgba(17,21,29,0.13) !important;
  border-radius: 0 !important;
}

body.subpage.theme-light #energy-independence .wc-scale-path input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  width: 2px !important;
  height: 20px !important;
  border-radius: 1px !important;
  background: rgba(17,21,29,0.86) !important;
  box-shadow: none !important;
  margin-top: -9.5px !important;
  cursor: col-resize !important;
}

body.subpage.theme-light #energy-independence .wc-scale-path input[type="range"]::-moz-range-track {
  height: 1px !important;
  background: rgba(17,21,29,0.13) !important;
  border-radius: 0 !important;
}

body.subpage.theme-light #energy-independence .wc-scale-path input[type="range"]::-moz-range-thumb {
  width: 2px !important;
  height: 20px !important;
  border-radius: 1px !important;
  background: rgba(17,21,29,0.86) !important;
  box-shadow: none !important;
  border: none !important;
  cursor: col-resize !important;
}

/* Unit blocks: segmented fill bar — flat ink, no gradients */
body.subpage.theme-light #energy-independence .wc-scale-units {
  order: 5 !important;
  display: grid !important;
  grid-template-columns: repeat(5,1fr) !important;
  gap: 0 !important;
  margin: 8px 0 0 !important;
  height: 14px !important;
  border: 1px solid rgba(17,21,29,0.11) !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

body.subpage.theme-light #energy-independence .wc-scale-units span {
  display: block !important;
  height: 100% !important;
  border-radius: 0 !important;
  border: none !important;
  border-right: 1px solid rgba(17,21,29,0.11) !important;
  background: rgba(17,21,29,0.032) !important;
  box-shadow: none !important;
  opacity: 1 !important;
  transform: none !important;
  transition: background 0.3s cubic-bezier(0.22,1,0.36,1) !important;
}

body.subpage.theme-light #energy-independence .wc-scale-units span:last-child {
  border-right: none !important;
}

/* Active units: flat solid ink fill (zero gradient) */
body.subpage.theme-light #energy-independence .wc-scale-module[data-scale-count="1"] .wc-scale-units span:nth-child(-n+1),
body.subpage.theme-light #energy-independence .wc-scale-module[data-scale-count="2"] .wc-scale-units span:nth-child(-n+2),
body.subpage.theme-light #energy-independence .wc-scale-module[data-scale-count="3"] .wc-scale-units span:nth-child(-n+3),
body.subpage.theme-light #energy-independence .wc-scale-module[data-scale-count="4"] .wc-scale-units span:nth-child(-n+4),
body.subpage.theme-light #energy-independence .wc-scale-module[data-scale-count="5"] .wc-scale-units span:nth-child(-n+5) {
  background: rgba(17,21,29,0.82) !important;
  transform: none !important;
  box-shadow: none !important;
}

/* ── RIGHT PANEL: Control Stack ── */
body.subpage.theme-light #energy-independence .wc-scale-pillars {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: clamp(30px,4vw,52px) 0 clamp(30px,4vw,52px) clamp(28px,3.6vw,48px) !important;
  transition: none !important;
}

body.subpage.theme-light #energy-independence .wc-scale-pillars:hover {
  transform: none !important;
  box-shadow: none !important;
}

/* Section label — match left panel */
body.subpage.theme-light #energy-independence .wc-scale-pillars .wc-section-label {
  font-size: 0.56rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: rgba(17,21,29,0.26) !important;
  margin: 0 0 20px !important;
}

/* Hide redundant h3 heading ("Control stack" duplicate of label) */
body.subpage.theme-light #energy-independence .wc-scale-pillars > h3 {
  display: none !important;
}

/* Tech list */
body.subpage.theme-light #energy-independence .wc-scale-pillars ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  counter-reset: tech-item !important;
}

body.subpage.theme-light #energy-independence .wc-scale-pillars .wc-tech-item {
  display: grid !important;
  grid-template-columns: 26px 1fr !important;
  gap: 0 14px !important;
  padding: 14px 0 !important;
  align-items: baseline !important;
  counter-increment: tech-item !important;
}

body.subpage.theme-light #energy-independence .wc-scale-pillars .wc-tech-item + .wc-tech-item {
  border-top: 1px solid rgba(17,21,29,0.07) !important;
}

/* Hide SVG, replace icon slot with numeric index */
body.subpage.theme-light #energy-independence .wc-tech-icon {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  width: 26px !important;
  height: auto !important;
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
}

body.subpage.theme-light #energy-independence .wc-tech-icon svg {
  display: none !important;
}

body.subpage.theme-light #energy-independence .wc-tech-icon::before {
  content: counter(tech-item, decimal-leading-zero) !important;
  font-size: 0.6rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  color: rgba(17,21,29,0.22) !important;
  line-height: 1.62 !important;
  font-variant-numeric: tabular-nums !important;
  padding-top: 0.08em !important;
}

/* Inline em-dash copy */
body.subpage.theme-light #energy-independence .wc-tech-copy {
  padding: 0 !important;
  line-height: 1.62 !important;
}

body.subpage.theme-light #energy-independence .wc-tech-copy strong {
  display: inline !important;
  font-size: 0.88rem !important;
  font-weight: 640 !important;
  letter-spacing: -0.01em !important;
  color: rgba(17,21,29,0.84) !important;
}

body.subpage.theme-light #energy-independence .wc-tech-copy strong::after {
  content: '\00A0\2014\00A0' !important;
  color: rgba(17,21,29,0.18) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

body.subpage.theme-light #energy-independence .wc-tech-copy span {
  display: inline !important;
  font-size: 0.86rem !important;
  color: rgba(17,21,29,0.42) !important;
}

/* ═══════════════════════════════════════════════════════════════
   Utility Battery Plant — editorial rebuild (v2, fixed)
   Strip card chrome. Kicker + spec strip. Keep base grid layout.
   ═══════════════════════════════════════════════════════════════ */

/* Section background: clean */
body.subpage.theme-light #utility-battery-plant {
  background: linear-gradient(180deg, #f4f6fa 0%, #edf1f7 100%) !important;
}

/* Layout: centre-align text with video, keep existing columns */
body.subpage.theme-light #utility-battery-plant .wc-layout--utility {
  align-items: center !important;
  gap: clamp(32px,4.5vw,64px) !important;
}

/* Copy panel: let text sit flush, no extra margin */
body.subpage.theme-light #utility-battery-plant .wc-copy--utility {
  margin-top: 0 !important;
  align-self: center !important;
}

/* Strip all card chrome from the shell */
body.subpage.theme-light #utility-battery-plant .wc-utility-shell {
  height: auto !important;
  border-radius: 0 !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* Remove decorative gradient rule pseudo-element */
body.subpage.theme-light #utility-battery-plant .wc-utility-shell::before {
  display: none !important;
}

/* Kicker: block with left padding + positioned rule line */
body.subpage.theme-light #utility-battery-plant .wc-utility-kicker {
  display: block !important;
  position: relative !important;
  padding: 0 0 0 32px !important;
  margin: 0 0 18px !important;
  font-size: 0.58rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: rgba(17,21,29,0.32) !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
}

body.subpage.theme-light #utility-battery-plant .wc-utility-kicker::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 20px !important;
  height: 1px !important;
  background: rgba(17,21,29,0.3) !important;
}

/* Headline: editorial weight, tight tracking */
body.subpage.theme-light #utility-battery-plant .wc-title {
  font-size: clamp(1.6rem,2.6vw,2.2rem) !important;
  font-weight: 720 !important;
  letter-spacing: -0.04em !important;
  line-height: 1.1 !important;
  color: rgba(17,21,29,0.91) !important;
  max-width: 18ch !important;
  margin-bottom: 14px !important;
}

/* Subtitle: concise, restrained */
body.subpage.theme-light #utility-battery-plant .wc-subtitle {
  font-size: 0.9rem !important;
  line-height: 1.68 !important;
  color: rgba(17,21,29,0.46) !important;
  max-width: 36ch !important;
  margin: 0 !important;
}

/* Spec strip: compact 3-col hairline grid, width constrained */
body.subpage.theme-light #utility-battery-plant .wc-utility-specs {
  display: inline-grid !important;
  grid-template-columns: repeat(3, auto) !important;
  gap: 0 !important;
  margin: 26px 0 0 !important;
  max-width: 100% !important;
  border-top: 1px solid rgba(17,21,29,0.09) !important;
  border-left: 1px solid rgba(17,21,29,0.09) !important;
}

body.subpage.theme-light #utility-battery-plant .wc-utility-specs > div {
  padding: 10px 18px 10px 14px !important;
  border-bottom: 1px solid rgba(17,21,29,0.09) !important;
  border-right: 1px solid rgba(17,21,29,0.09) !important;
  border-top: none !important;
  border-left: none !important;
}

body.subpage.theme-light #utility-battery-plant .wc-utility-specs dt {
  font-size: 0.53rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.13em !important;
  color: rgba(17,21,29,0.28) !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

body.subpage.theme-light #utility-battery-plant .wc-utility-specs dd {
  font-size: 1.18rem !important;
  font-weight: 680 !important;
  letter-spacing: -0.03em !important;
  color: rgba(17,21,29,0.86) !important;
  margin: 4px 0 0 !important;
  font-variant-numeric: tabular-nums !important;
  white-space: nowrap !important;
}

/* Media container: crisp radius, layered shadow */
body.subpage.theme-light #utility-battery-plant .wc-media--utility {
  border-radius: 20px !important;
  border: 1px solid rgba(17,21,29,0.09) !important;
  box-shadow:
    0 1px 3px rgba(17,21,29,0.05),
    0 6px 20px rgba(17,21,29,0.07),
    0 20px 44px rgba(17,21,29,0.06) !important;
  overflow: hidden !important;
  position: relative !important;
  min-height: clamp(280px, 30vw, 420px) !important;
}

body.subpage.theme-light #utility-battery-plant .wc-media--utility video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

/* ═══════════════════════════════════════════════════════════════
   NSS Non-Stop Service — precision rebuild
   Eliminate all card chrome. Hairline grids. Editorial hierarchy.
   ═══════════════════════════════════════════════════════════════ */

/* Section base */
body.subpage.theme-light #nss {
  background: #ffffff !important;
}

/* ── Hero: strip copy card, let text breathe ── */
body.subpage.theme-light #nss .wc-nss-hero {
  align-items: center !important;
  gap: clamp(28px,3.8vw,52px) !important;
  margin-bottom: 0 !important;
}

body.subpage.theme-light #nss .wc-nss-hero-media {
  border-radius: 18px !important;
  border: 1px solid rgba(17,21,29,0.09) !important;
  box-shadow:
    0 1px 3px rgba(17,21,29,0.04),
    0 6px 20px rgba(17,21,29,0.07),
    0 20px 44px rgba(17,21,29,0.05) !important;
}

body.subpage.theme-light #nss .wc-nss-hero-copy {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-content: unset !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}

/* Kicker: positioned rule + uppercase label */
body.subpage.theme-light #nss .wc-nss-kicker {
  display: block !important;
  position: relative !important;
  padding: 0 0 0 28px !important;
  margin: 0 0 16px !important;
  font-size: 0.57rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.17em !important;
  text-transform: uppercase !important;
  color: rgba(17,21,29,0.3) !important;
}

body.subpage.theme-light #nss .wc-nss-kicker::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 18px !important;
  height: 1px !important;
  background: rgba(17,21,29,0.28) !important;
}

/* Headline */
body.subpage.theme-light #nss .wc-nss-hero-copy h2 {
  font-size: clamp(1.65rem,2.6vw,2.3rem) !important;
  font-weight: 730 !important;
  letter-spacing: -0.042em !important;
  line-height: 1.09 !important;
  color: rgba(17,21,29,0.91) !important;
  margin: 0 !important;
}

/* Sub text */
body.subpage.theme-light #nss .wc-nss-hero-copy > p {
  font-size: 0.89rem !important;
  line-height: 1.68 !important;
  color: rgba(17,21,29,0.44) !important;
  max-width: 34ch !important;
  margin: 12px 0 0 !important;
}

/* ── KPIs now inside hero-copy ── */
body.subpage.theme-light #nss .wc-nss-summary {
  display: none !important;
}

body.subpage.theme-light #nss .wc-nss-hero-copy .wc-nss-kpis {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  margin: 22px 0 0 !important;
  padding-top: 18px !important;
  border-top: 1px solid rgba(17,21,29,0.09) !important;
  border-radius: 0 !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  overflow: visible !important;
  background: none !important;
  width: 100% !important;
}

body.subpage.theme-light #nss .wc-nss-hero-copy .wc-nss-kpis article {
  flex: 0 0 auto !important;
  border: none !important;
  border-right: 1px solid rgba(17,21,29,0.09) !important;
  border-radius: 0 !important;
  padding: 0 24px 0 0 !important;
  margin-right: 24px !important;
  background: none !important;
}

body.subpage.theme-light #nss .wc-nss-hero-copy .wc-nss-kpis article:last-child {
  border-right: none !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
}

/* KPI numbers — compact inside hero column */
body.subpage.theme-light #nss .wc-nss-hero-copy .wc-nss-kpis strong {
  font-size: 1.38rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.04em !important;
  color: rgba(17,21,29,0.88) !important;
  line-height: 1 !important;
  font-variant-numeric: tabular-nums !important;
}

body.subpage.theme-light #nss .wc-nss-hero-copy .wc-nss-kpis span {
  display: block !important;
  margin-top: 5px !important;
  font-size: 0.52rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  color: rgba(17,21,29,0.28) !important;
  line-height: 1.4 !important;
}

/* Note — small footnote */
body.subpage.theme-light #nss .wc-nss-hero-copy .wc-nss-note {
  margin: 10px 0 0 !important;
  padding: 0 !important;
  font-size: 0.68rem !important;
  color: rgba(17,21,29,0.26) !important;
  border: none !important;
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  line-height: 1.55 !important;
}

body.subpage.theme-light #nss .wc-nss-kpis strong {
  display: block !important;
  font-size: clamp(1.55rem,2.1vw,2rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.045em !important;
  color: rgba(17,21,29,0.88) !important;
  font-variant-numeric: tabular-nums !important;
  line-height: 1 !important;
}

body.subpage.theme-light #nss .wc-nss-kpis span {
  display: block !important;
  margin-top: 8px !important;
  font-size: 0.54rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  color: rgba(17,21,29,0.28) !important;
  line-height: 1.45 !important;
}

/* Note: footnote below the strip */
body.subpage.theme-light #nss .wc-nss-note {
  display: block !important;
  width: 100% !important;
  margin: 11px 0 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.01em !important;
  line-height: 1.58 !important;
  color: rgba(17,21,29,0.26) !important;
}

/* ── Pillars section: editorial heading ── */
body.subpage.theme-light #nss .wc-nss-pillars > header h3 {
  font-size: clamp(1.15rem,1.8vw,1.52rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.22 !important;
  color: rgba(17,21,29,0.88) !important;
  max-width: 24ch !important;
}

/* ── Proof section: two cards with breathing room ── */
body.subpage.theme-light #nss .wc-nss-proof {
  display: grid !important;
  grid-template-columns: repeat(2,1fr) !important;
  gap: clamp(14px,1.8vw,22px) !important;
  margin-top: clamp(20px,2.8vw,36px) !important;
  border: none !important;
  border-radius: 0 !important;
}

body.subpage.theme-light #nss .wc-nss-proof-card {
  border-radius: 14px !important;
  border: 1px solid rgba(17,21,29,0.08) !important;
  background: rgba(17,21,29,0.018) !important;
  box-shadow: none !important;
  padding: clamp(20px,2.6vw,32px) !important;
}

body.subpage.theme-light #nss .wc-nss-proof-card h4 {
  font-size: 0.87rem !important;
  font-weight: 600 !important;
  letter-spacing: -0.012em !important;
  color: rgba(17,21,29,0.82) !important;
  margin: 0 !important;
}

body.subpage.theme-light #nss .wc-nss-proof-card > p {
  font-size: 0.76rem !important;
  color: rgba(17,21,29,0.36) !important;
  margin: 4px 0 0 !important;
  line-height: 1.5 !important;
}

/* Chart: subtle hairline grid, clean background */
body.subpage.theme-light #nss .wc-nss-proof-chart {
  background:
    linear-gradient(to right, rgba(17,21,29,0.05) 1px, transparent 1px),
    linear-gradient(to top, rgba(17,21,29,0.05) 1px, transparent 1px),
    #f8f9fb !important;
  background-size:
    10% 100%,
    100% 20%,
    100% 100% !important;
  border-radius: 0 !important;
}

/* Proof footer: hairline divider */
body.subpage.theme-light #nss .wc-nss-proof-foot {
  margin-top: 14px !important;
  padding-top: 12px !important;
  border-top: 1px solid rgba(17,21,29,0.09) !important;
}

/* Chart tag: refined */
body.subpage.theme-light #nss .wc-nss-chart-tag {
  font-size: 0.68rem !important;
  border-color: rgba(17,21,29,0.1) !important;
  background: rgba(255,255,255,0.96) !important;
  box-shadow: 0 2px 8px rgba(17,21,29,0.07) !important;
  border-radius: 4px !important;
}

/* Impact metric */
body.subpage.theme-light #nss .wc-nss-impact strong {
  font-size: clamp(2.2rem,3.2vw,3rem) !important;
  font-weight: 720 !important;
  letter-spacing: -0.06em !important;
  color: rgba(17,21,29,0.88) !important;
  font-variant-numeric: tabular-nums !important;
}

body.subpage.theme-light #nss .wc-nss-impact span {
  font-size: 0.82rem !important;
  color: rgba(17,21,29,0.44) !important;
  margin-top: 4px !important;
}

/* ═══════════════════════════════════════════════════════════════
   NSS — Four Assurance Layer Cards  v3 · Linear-precision
   ═══════════════════════════════════════════════════════════════ */

/* Pillars section: pull tighter to hero */
body.subpage.theme-light #nss .wc-nss-pillars {
  margin-top: clamp(28px, 3.6vw, 48px) !important;
}

body.subpage.theme-light #nss .wc-nss-pillars > header {
  margin-bottom: clamp(16px, 2vw, 22px) !important;
}

body.subpage.theme-light #nss .wc-nss-pillars > header h3 {
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  color: rgba(17,21,29,0.3) !important;
  margin: 0 !important;
  line-height: 1.5 !important;
}

/* ── Grid: 4 equal columns, hairline gap ── */
body.subpage.theme-light #nss .wc-nss-layer-cards {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 1px !important;
  border: 1px solid rgba(17,21,29,0.08) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: rgba(17,21,29,0.08) !important;
}

/* ── Card: white island in the hairline grid ── */
body.subpage.theme-light #nss .wc-nss-layer-card {
  display: flex !important;
  flex-direction: column !important;
  padding: 24px 22px 26px !important;
  background: #ffffff !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: background 0.18s ease !important;
  cursor: default !important;
  gap: 0 !important;
}

body.subpage.theme-light #nss .wc-nss-layer-card:hover {
  background: rgba(17,21,29,0.018) !important;
}

/* ── Icon: stroke, 20×20, precise ── */
body.subpage.theme-light #nss .wc-nss-layer-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 32px !important;
  height: 32px !important;
  margin-bottom: 0 !important;
  flex-shrink: 0 !important;
}

body.subpage.theme-light #nss .wc-nss-layer-icon svg {
  width: 18px !important;
  height: 18px !important;
  color: rgba(17,21,29,0.5) !important;
  transition: color 0.18s ease !important;
}

body.subpage.theme-light #nss .wc-nss-layer-card:hover .wc-nss-layer-icon svg {
  color: rgba(17,21,29,0.78) !important;
}

/* ── Index: sits between icon and tag, hairline separator ── */
body.subpage.theme-light #nss .wc-nss-layer-index {
  display: block !important;
  font-size: 0.58rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  color: rgba(17,21,29,0.22) !important;
  margin: 14px 0 10px !important;
  padding-top: 14px !important;
  border-top: 1px solid rgba(17,21,29,0.08) !important;
  line-height: 1 !important;
}

/* ── Tag: the layer name — main heading ── */
body.subpage.theme-light #nss .wc-nss-layer-tag {
  font-size: 0.92rem !important;
  font-weight: 640 !important;
  letter-spacing: -0.022em !important;
  color: rgba(17,21,29,0.88) !important;
  margin: 0 0 6px !important;
  line-height: 1.2 !important;
}

/* ── Title: the key claim — one sentence ── */
body.subpage.theme-light #nss .wc-nss-layer-title {
  font-size: 0.78rem !important;
  font-weight: 420 !important;
  letter-spacing: -0.01em !important;
  color: rgba(17,21,29,0.44) !important;
  line-height: 1.55 !important;
  margin: 0 0 12px !important;
}

/* ── Body: detail, clearly tertiary ── */
body.subpage.theme-light #nss .wc-nss-layer-body {
  font-size: 0.72rem !important;
  font-weight: 400 !important;
  line-height: 1.72 !important;
  color: rgba(17,21,29,0.3) !important;
  margin: 0 !important;
  padding-top: 10px !important;
  border-top: 1px solid rgba(17,21,29,0.06) !important;
  flex-grow: 1 !important;
}

/* Responsive: 2×2 */
@media (max-width: 860px) {
  body.subpage.theme-light #nss .wc-nss-layer-cards {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 500px) {
  body.subpage.theme-light #nss .wc-nss-layer-cards {
    grid-template-columns: 1fr !important;
  }
}

/* ═══════════════════════════════════════════════════════════════
   NSS — Proof Panel  v2 · Linear-precision
   ═══════════════════════════════════════════════════════════════ */

/* Unified panel — same language as layer cards above */
body.subpage.theme-light #nss .wc-nss-proof {
  display: grid !important;
  grid-template-columns: 59fr 41fr !important;
  gap: 1px !important;
  margin-top: 12px !important;
  border: 1px solid rgba(17,21,29,0.08) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: rgba(17,21,29,0.08) !important;
}

/* Individual proof cards: white islands */
body.subpage.theme-light #nss .wc-nss-proof-card {
  display: flex !important;
  flex-direction: column !important;
  background: #ffffff !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 24px 26px 22px !important;
}

/* Card header */
body.subpage.theme-light #nss .wc-nss-proof-card h4 {
  font-size: 0.84rem !important;
  font-weight: 620 !important;
  letter-spacing: -0.018em !important;
  color: rgba(17,21,29,0.86) !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}

body.subpage.theme-light #nss .wc-nss-proof-card > p {
  font-size: 0.7rem !important;
  color: rgba(17,21,29,0.34) !important;
  margin: 4px 0 0 !important;
  line-height: 1.45 !important;
}

/* ── Chart wrap: grows to fill card height ── */
body.subpage.theme-light #nss .wc-nss-proof-chart-wrap {
  position: relative !important;
  flex: 1 !important;
  margin: 18px 0 16px !important;
  min-height: 120px !important;
}

/* Chart: no Excel grid — just clean lines on white */
body.subpage.theme-light #nss .wc-nss-proof-chart {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(17,21,29,0.02) !important;
  border-radius: 6px !important;
  background-size: unset !important;
}

/* Chart polylines: precise stroke treatment */
body.subpage.theme-light #nss [data-nss-envelope-max],
body.subpage.theme-light #nss [data-nss-envelope-min] {
  stroke: rgba(17,21,29,0.1) !important;
  stroke-width: 1 !important;
  fill: none !important;
}

body.subpage.theme-light #nss [data-nss-envelope-main] {
  stroke: rgba(17,21,29,0.82) !important;
  stroke-width: 1.6 !important;
  fill: none !important;
}

/* Chart annotation tag */
body.subpage.theme-light #nss .wc-nss-chart-tag {
  font-size: 0.62rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  color: rgba(17,21,29,0.6) !important;
  background: #ffffff !important;
  border: 1px solid rgba(17,21,29,0.1) !important;
  border-radius: 5px !important;
  padding: 4px 8px !important;
  box-shadow: 0 1px 4px rgba(17,21,29,0.07) !important;
}

/* ── Proof footer: label / value row ── */
body.subpage.theme-light #nss .wc-nss-proof-foot {
  display: flex !important;
  justify-content: space-between !important;
  align-items: baseline !important;
  gap: 16px !important;
  margin-top: 0 !important;
  padding-top: 14px !important;
  border-top: 1px solid rgba(17,21,29,0.07) !important;
}

body.subpage.theme-light #nss .wc-nss-proof-foot span {
  font-size: 0.68rem !important;
  font-weight: 400 !important;
  color: rgba(17,21,29,0.3) !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

body.subpage.theme-light #nss .wc-nss-proof-foot strong {
  font-size: 0.8rem !important;
  font-weight: 640 !important;
  letter-spacing: -0.018em !important;
  color: rgba(17,21,29,0.82) !important;
  text-align: right !important;
}

/* ── Impact metric card: number as the centrepiece ── */
body.subpage.theme-light #nss .wc-nss-impact {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  flex: 1 !important;
  padding: 20px 0 22px !important;
  gap: 0 !important;
}

body.subpage.theme-light #nss .wc-nss-impact strong {
  display: block !important;
  font-size: clamp(3.2rem, 5vw, 4.8rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.07em !important;
  line-height: 0.88 !important;
  color: rgba(17,21,29,0.88) !important;
  font-variant-numeric: tabular-nums !important;
}

body.subpage.theme-light #nss .wc-nss-impact span {
  display: block !important;
  font-size: 0.72rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.005em !important;
  color: rgba(17,21,29,0.36) !important;
  margin-top: 10px !important;
  line-height: 1.4 !important;
}

/* Responsive */
@media (max-width: 780px) {
  body.subpage.theme-light #nss .wc-nss-proof {
    grid-template-columns: 1fr !important;
  }
}

/* ═══════════════════════════════════════════════════════════════
   NSS Proof Cards — Semantic rebuild  v3
   Claim-first: number leads, evidence follows.
   ═══════════════════════════════════════════════════════════════ */

/* ── Card layout: flex column, footer pinned to bottom ── */
body.subpage.theme-light #nss .wc-nss-proof-card--capacity,
body.subpage.theme-light #nss .wc-nss-proof-card--cost {
  display: flex !important;
  flex-direction: column !important;
  padding: 18px 22px 16px !important;
}

/* ── Card header block ── */
body.subpage.theme-light #nss .wc-proof-head {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  padding-bottom: 14px !important;
  border-bottom: 1px solid rgba(17,21,29,0.07) !important;
  margin-bottom: 0 !important;
}

/* Kicker: small caps label above the number */
body.subpage.theme-light #nss .wc-proof-kicker {
  display: block !important;
  font-size: 0.52rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: rgba(17,21,29,0.24) !important;
  margin: 0 !important;
  line-height: 1 !important;
}

/* Claim row: big number + label/sub stacked right */
body.subpage.theme-light #nss .wc-proof-claim {
  display: flex !important;
  align-items: baseline !important;
  gap: 14px !important;
}

/* The headline number — maximum legibility */
body.subpage.theme-light #nss .wc-proof-num {
  font-size: clamp(2.4rem, 3.6vw, 3.2rem) !important;
  font-weight: 720 !important;
  letter-spacing: -0.06em !important;
  line-height: 0.9 !important;
  color: rgba(17,21,29,0.9) !important;
  font-variant-numeric: tabular-nums !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

/* Text pair next to the number */
body.subpage.theme-light #nss .wc-proof-claim-text {
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
}

body.subpage.theme-light #nss .wc-proof-claim-label {
  display: block !important;
  font-size: 0.76rem !important;
  font-weight: 560 !important;
  letter-spacing: -0.01em !important;
  color: rgba(17,21,29,0.72) !important;
  line-height: 1.2 !important;
}

body.subpage.theme-light #nss .wc-proof-claim-sub {
  display: block !important;
  font-size: 0.64rem !important;
  font-weight: 400 !important;
  color: rgba(17,21,29,0.34) !important;
  line-height: 1.3 !important;
  letter-spacing: 0.005em !important;
}

/* Chart wrap: fixed height — no unbounded grow */
body.subpage.theme-light #nss .wc-nss-proof-card--capacity .wc-nss-proof-chart-wrap {
  flex: 0 0 auto !important;
  height: 130px !important;
  min-height: 0 !important;
  margin: 14px 0 12px !important;
}

/* ── Comparison bars: card 2 evidence ── */
body.subpage.theme-light #nss .wc-proof-compare {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 12px !important;
  padding: 14px 0 12px !important;
}

body.subpage.theme-light #nss .wc-proof-compare-row {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

body.subpage.theme-light #nss .wc-proof-compare-name {
  width: 50px !important;
  font-size: 0.6rem !important;
  font-weight: 660 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: rgba(17,21,29,0.36) !important;
  flex-shrink: 0 !important;
}

body.subpage.theme-light #nss .wc-proof-compare-track {
  flex: 1 !important;
  height: 5px !important;
  background: rgba(17,21,29,0.06) !important;
  border-radius: 3px !important;
  overflow: hidden !important;
}

body.subpage.theme-light #nss .wc-proof-compare-fill {
  height: 100% !important;
  border-radius: 3px !important;
  transition: width 0.6s cubic-bezier(0.16,1,0.3,1) !important;
}

/* NSS bar: dark, shorter — lower cost = better */
body.subpage.theme-light #nss .wc-proof-compare-fill--nss {
  background: rgba(17,21,29,0.82) !important;
}

/* Reactive bar: faint, full width — higher cost baseline */
body.subpage.theme-light #nss .wc-proof-compare-fill--reactive {
  background: rgba(17,21,29,0.16) !important;
}

body.subpage.theme-light #nss .wc-proof-compare-val {
  width: 24px !important;
  font-size: 0.6rem !important;
  font-weight: 500 !important;
  color: rgba(17,21,29,0.28) !important;
  text-align: right !important;
  font-variant-numeric: tabular-nums !important;
  flex-shrink: 0 !important;
}

body.subpage.theme-light #nss .wc-proof-compare-note {
  font-size: 0.6rem !important;
  color: rgba(17,21,29,0.22) !important;
  margin: 2px 0 0 !important;
  letter-spacing: 0.01em !important;
  line-height: 1.4 !important;
}

/* ═══════════════════════════════════════════════════════════════
   Climate Resilience — Spec grid: dark → light
   ═══════════════════════════════════════════════════════════════ */

/* Container: hairline gap grid, white bg bleeds through as divider */
body.subpage.theme-light #climate-resilience .wc-resilience-spec-row {
  gap: 1px !important;
  background: rgba(17,21,29,0.08) !important;
  border: 1px solid rgba(17,21,29,0.08) !important;
  border-radius: 14px !important;
  box-shadow: none !important;
}

/* Each cell: white island */
body.subpage.theme-light #climate-resilience .wc-spec-chip {
  background-image: none !important;
  background-color: #ffffff !important;
  background-blend-mode: normal !important;
  transition: background-color 0.18s ease !important;
}

body.subpage.theme-light #climate-resilience .wc-spec-chip:hover {
  background-color: rgba(17,21,29,0.018) !important;
  border-color: transparent !important;
}

/* Value: dark, tight, tabular */
body.subpage.theme-light #climate-resilience .wc-spec-value {
  color: rgba(17,21,29,0.9) !important;
  font-weight: 680 !important;
  letter-spacing: -0.04em !important;
}

/* Label: small dark caps */
body.subpage.theme-light #climate-resilience .wc-spec-label {
  color: rgba(17,21,29,0.3) !important;
}

/* ═══════════════════════════════════════════════════════════════
   Dual-Inverter — Linear-precision rebuild
   ═══════════════════════════════════════════════════════════════ */

/* 1. Section: pure white, no blue-grey gradient */
body.subpage.theme-light #dual-inverter {
  background: #ffffff !important;
}

/* 2. Shell: strip card chrome entirely — naked copy */
body.subpage.theme-light #dual-inverter .wc-dual-shell {
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  border-radius: 0 !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* Remove the old decorative ::before line (kicker replaces it) */
body.subpage.theme-light #dual-inverter .wc-dual-shell::before {
  display: none !important;
}

/* 3. Kicker: positioned rule + uppercase label */
body.subpage.theme-light #dual-inverter .wc-dual-kicker {
  display: block !important;
  position: relative !important;
  padding: 0 0 0 28px !important;
  margin: 0 0 20px !important;
  font-size: 0.54rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: rgba(17,21,29,0.28) !important;
  line-height: 1 !important;
}

body.subpage.theme-light #dual-inverter .wc-dual-kicker::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 18px !important;
  height: 1px !important;
  background: rgba(17,21,29,0.28) !important;
}

/* 4. Headline: editorial scale, max-width governs line breaks */
body.subpage.theme-light #dual-inverter .wc-title {
  font-size: clamp(1.65rem, 2.8vw, 2.5rem) !important;
  font-weight: 720 !important;
  letter-spacing: -0.04em !important;
  line-height: 1.1 !important;
  color: rgba(17,21,29,0.91) !important;
  max-width: 14ch !important;
  margin: 0 0 14px !important;
}

/* 5. Subtitle: precise, single breath */
body.subpage.theme-light #dual-inverter .wc-subtitle {
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.68 !important;
  color: rgba(17,21,29,0.44) !important;
  max-width: 36ch !important;
  margin: 0 !important;
}

/* 6. Spec strip: inline-grid, hairline crosshatch */
body.subpage.theme-light #dual-inverter .wc-dual-specs {
  display: inline-grid !important;
  grid-template-columns: repeat(3, auto) !important;
  gap: 0 !important;
  margin: 26px 0 0 !important;
  border-top: 1px solid rgba(17,21,29,0.09) !important;
  border-left: 1px solid rgba(17,21,29,0.09) !important;
}

body.subpage.theme-light #dual-inverter .wc-dual-specs > div {
  display: flex !important;
  flex-direction: column !important;
  padding: 14px 20px 14px !important;
  border-bottom: 1px solid rgba(17,21,29,0.09) !important;
  border-right: 1px solid rgba(17,21,29,0.09) !important;
}

body.subpage.theme-light #dual-inverter .wc-dual-specs dd {
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.04em !important;
  color: rgba(17,21,29,0.88) !important;
  font-variant-numeric: tabular-nums !important;
  margin: 0 0 3px !important;
  white-space: nowrap !important;
  line-height: 1.1 !important;
}

body.subpage.theme-light #dual-inverter .wc-dual-specs dt {
  font-size: 0.56rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: rgba(17,21,29,0.3) !important;
  white-space: nowrap !important;
  line-height: 1 !important;
}

/* 7. Video: tighter radius, proper fill, subtle border */
body.subpage.theme-light #dual-inverter .wc-media--dual {
  border-radius: 20px !important;
  border: 1px solid rgba(17,21,29,0.09) !important;
  overflow: hidden !important;
  box-shadow:
    0 2px 4px rgba(17,21,29,0.04),
    0 12px 32px rgba(17,21,29,0.1) !important;
  min-height: clamp(300px, 32vw, 460px) !important;
  position: relative !important;
}

body.subpage.theme-light #dual-inverter .wc-media--dual video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: saturate(0.88) contrast(1.05) brightness(0.97) !important;
}

/* 8. Layout proportions: copy narrower, video gets room */
body.subpage.theme-light #dual-inverter .wc-layout--dual {
  align-items: center !important;
  gap: clamp(28px, 4vw, 56px) !important;
}

/* ═══════════════════════════════════════════════════════════════
   iMaster — Linear-precision rebuild
   ═══════════════════════════════════════════════════════════════ */

/* 1. Section: white, no blue gradient */
body.subpage.theme-light #imaster {
  background: #ffffff !important;
}

/* 2. Command layout: tighter vertical gap */
body.subpage.theme-light #imaster .wc-imaster-command {
  display: grid !important;
  gap: 24px !important;
}

/* 3. Kicker: strip pill → line + caps (same as dual-inverter, utility) */
body.subpage.theme-light #imaster .wc-imaster-kicker {
  display: block !important;
  position: relative !important;
  padding: 0 0 0 28px !important;
  margin: 0 0 18px !important;
  font-size: 0.54rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: rgba(17,21,29,0.28) !important;
  line-height: 1 !important;
}

body.subpage.theme-light #imaster .wc-imaster-kicker::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 18px !important;
  height: 1px !important;
  background: rgba(17,21,29,0.28) !important;
}

/* Hide old pill kicker if it still renders */
body.subpage.theme-light #imaster .wc-kicker {
  display: none !important;
}

/* 4. Headline */
body.subpage.theme-light #imaster .wc-title {
  font-size: clamp(1.65rem, 2.8vw, 2.5rem) !important;
  font-weight: 720 !important;
  letter-spacing: -0.04em !important;
  line-height: 1.1 !important;
  color: rgba(17,21,29,0.91) !important;
  max-width: 14ch !important;
  margin: 0 0 14px !important;
}

/* 5. Subtitle */
body.subpage.theme-light #imaster .wc-subtitle {
  font-size: 0.875rem !important;
  line-height: 1.68 !important;
  color: rgba(17,21,29,0.44) !important;
  max-width: 38ch !important;
  margin: 0 !important;
}

/* 6. Metric panel: unified hairline grid — same language as proof panel */
body.subpage.theme-light #imaster .wc-imaster-metrics {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 1px !important;
  border: 1px solid rgba(17,21,29,0.08) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: rgba(17,21,29,0.08) !important;
  box-shadow: none !important;
  max-width: none !important;
  margin-top: 0 !important;
}

/* Each metric: white island */
body.subpage.theme-light #imaster .wc-imaster-metrics article {
  display: flex !important;
  flex-direction: column !important;
  padding: 20px 22px 22px !important;
  background: #ffffff !important;
  background-image: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  transition: background 0.18s ease !important;
}

body.subpage.theme-light #imaster .wc-imaster-metrics article:hover {
  background: rgba(17,21,29,0.018) !important;
}

/* Value: the number/label — large, dark, tight */
body.subpage.theme-light #imaster .wc-imaster-metrics strong {
  display: block !important;
  font-size: 1.3rem !important;
  font-weight: 720 !important;
  letter-spacing: -0.04em !important;
  color: rgba(17,21,29,0.9) !important;
  line-height: 1 !important;
  margin-bottom: 6px !important;
  font-variant-numeric: tabular-nums !important;
}

/* Label: small caps — second level */
body.subpage.theme-light #imaster .wc-imaster-metrics span {
  display: block !important;
  font-size: 0.56rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: rgba(17,21,29,0.3) !important;
  line-height: 1 !important;
  margin-bottom: 12px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid rgba(17,21,29,0.07) !important;
}

/* Description: micro text — third level */
body.subpage.theme-light #imaster .wc-imaster-metric-desc {
  font-size: 0.72rem !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  color: rgba(17,21,29,0.36) !important;
  margin: 0 !important;
  flex-grow: 1 !important;
}
