.energy-theme {
  --theme-page: #071114;
  --theme-surface: rgba(9, 24, 27, 0.97);
  --theme-text: #f5fbf2;
  --theme-muted: #a8b9ae;
  --theme-accent: #f4c542;
  --theme-accent-dark: #52d273;
  --theme-line: rgba(91, 218, 126, 0.22);
  --energy-ink: #061012;
  --energy-panel: rgba(13, 35, 36, 0.82);
  --energy-panel-strong: rgba(16, 49, 48, 0.92);
  --energy-green: #52d273;
  --energy-board: #123f35;
  --energy-yellow: #f4c542;
  --energy-warm: #fff2a8;
  --energy-glow: rgba(244, 197, 66, 0.26);
  --energy-green-glow: rgba(82, 210, 115, 0.2);
  font-family: "Product Sans", "Google Sans", "Inter", "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
}

.energy-theme.card-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 10%, rgba(244, 197, 66, 0.16), transparent 27%),
    radial-gradient(circle at 86% 14%, rgba(82, 210, 115, 0.14), transparent 28%),
    linear-gradient(90deg, rgba(82, 210, 115, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(244, 197, 66, 0.045) 1px, transparent 1px),
    linear-gradient(145deg, #061012 0%, #0a1822 54%, #071114 100%);
  background-size: auto, auto, 34px 34px, 34px 34px, auto;
}

.energy-theme.card-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(82, 210, 115, 0.18) 12% 12.35%, transparent 12.35% 100%),
    linear-gradient(0deg, transparent 0 24%, rgba(244, 197, 66, 0.14) 24% 24.3%, transparent 24.3% 100%),
    radial-gradient(circle at 12% 24%, rgba(244, 197, 66, 0.72) 0 2px, transparent 2.5px),
    radial-gradient(circle at 78% 32%, rgba(82, 210, 115, 0.62) 0 2px, transparent 2.5px),
    radial-gradient(circle at 36% 80%, rgba(244, 197, 66, 0.48) 0 1.5px, transparent 2px),
    radial-gradient(circle at 91% 72%, rgba(82, 210, 115, 0.55) 0 1.5px, transparent 2px);
  background-size: 250px 250px, 280px 280px, 250px 250px, 280px 280px, 260px 260px, 320px 320px;
  opacity: 0.42;
}

.energy-theme .card-shell {
  max-width: 610px;
  position: relative;
  z-index: 1;
  padding-top: 22px;
  padding-bottom: 22px;
}

.energy-theme .smart-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(82, 210, 115, 0.32);
  background:
    linear-gradient(180deg, rgba(12, 34, 38, 0.98), rgba(5, 15, 18, 0.99)),
    var(--theme-surface);
  box-shadow:
    0 32px 86px rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(244, 197, 66, 0.08),
    0 0 42px rgba(82, 210, 115, 0.12);
}

.energy-theme .smart-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 19%, rgba(82, 210, 115, 0.13) 19% 19.35%, transparent 19.35%),
    linear-gradient(0deg, transparent 0 39%, rgba(244, 197, 66, 0.12) 39% 39.25%, transparent 39.25%),
    radial-gradient(circle at 19% 39%, rgba(244, 197, 66, 0.38) 0 2px, transparent 2.5px),
    radial-gradient(circle at 82% 61%, rgba(82, 210, 115, 0.3) 0 2px, transparent 2.5px);
  opacity: 0.56;
}

.energy-theme .smart-card > * {
  position: relative;
  z-index: 1;
}

.energy-theme .card-hero,
.energy-theme .content-section,
.energy-theme .share-section,
.energy-theme .real-footer {
  padding: 20px;
}

.energy-theme .card-hero {
  overflow: hidden;
  padding-top: 28px;
  text-align: left;
  background:
    radial-gradient(circle at 50% -10%, rgba(244, 197, 66, 0.14), transparent 42%),
    linear-gradient(135deg, rgba(82, 210, 115, 0.14), transparent 44%),
    linear-gradient(180deg, rgba(20, 58, 51, 0.96), rgba(7, 20, 24, 0.96));
}

.energy-theme .card-hero::before,
.energy-theme .card-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.energy-theme .card-hero::before {
  width: 168px;
  height: 168px;
  right: -54px;
  bottom: -76px;
  border: 1px solid rgba(244, 197, 66, 0.3);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 18px rgba(82, 210, 115, 0.05),
    0 0 32px rgba(244, 197, 66, 0.14);
}

.energy-theme .card-hero::after {
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(82, 210, 115, 0.22) 18% 18.45%, transparent 18.45%),
    linear-gradient(0deg, transparent 0 70%, rgba(244, 197, 66, 0.16) 70% 70.35%, transparent 70.35%);
  opacity: 0.24;
}

.energy-theme .hero-topline {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  padding-top: 2px;
  margin-bottom: 22px;
}

.energy-theme .real-logo {
  width: min(232px, 64%);
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 0 16px rgba(244, 197, 66, 0.15));
  opacity: 0.96;
}

.energy-theme .language-switch {
  width: 54px;
  min-height: 104px;
  margin: 0;
  padding: 4px;
  display: grid;
  gap: 0;
  align-self: stretch;
  align-items: stretch;
  color: #eefbf0;
  border: 1px solid rgba(82, 210, 115, 0.28);
  border-radius: 16px;
  background: rgba(5, 18, 20, 0.68);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  font-size: 0.68rem;
  font-weight: 700;
}

.energy-theme .language-switch button {
  min-height: 0;
  padding: 7px 4px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.energy-theme .language-switch button + button {
  border-top: 1px solid rgba(82, 210, 115, 0.16);
}

.energy-theme .language-switch button.is-active {
  color: #071114;
  border-color: rgba(255, 242, 168, 0.52);
  background: linear-gradient(135deg, var(--energy-warm), var(--energy-yellow));
  box-shadow: none;
}

.energy-theme .hero-profile {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr) 54px;
  gap: 22px;
  align-items: center;
  width: min(100%, 540px);
  margin: 0 auto;
}

.energy-theme .real-profile {
  width: 128px;
  height: 128px;
  margin: 0;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 242, 168, 0.88);
  outline: 1px solid rgba(82, 210, 115, 0.44);
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.28),
    0 0 24px rgba(244, 197, 66, 0.16);
}

.energy-theme .frank-profile-photo {
  object-position: center 12%;
}

.energy-theme .hero-copy {
  min-width: 0;
  padding-left: 10px;
  text-align: center;
}

.energy-theme .content-section h2,
.energy-theme .share-section h2 {
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.energy-theme .card-hero h1 {
  color: #ffffff;
  font-size: clamp(2.22rem, 8.8vw, 3.34rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 0 20px rgba(244, 197, 66, 0.15);
}

.energy-theme .title-divider {
  width: 134px;
  height: 1px;
  margin: 8px auto;
  display: block;
  background: rgba(244, 197, 66, 0.5);
  box-shadow: none;
}

.energy-theme .subtitle {
  margin: 0;
  color: #dff4e3;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.35;
}

.energy-theme .primary-cta,
.energy-theme .secondary-cta,
.energy-theme .quick-actions a,
.energy-theme .menu-list a,
.energy-theme .share-section button {
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition:
    transform 170ms ease,
    border-color 170ms ease,
    background 170ms ease,
    box-shadow 170ms ease,
    color 170ms ease;
}

.energy-theme .primary-cta {
  margin-top: 14px;
  padding: 12px 16px;
  color: #081114;
  border: 1px solid rgba(255, 242, 168, 0.5);
  background: linear-gradient(135deg, var(--energy-warm), var(--energy-yellow));
  box-shadow: 0 10px 24px rgba(244, 197, 66, 0.18), 0 0 12px rgba(82, 210, 115, 0.08);
}

.energy-theme .primary-cta:hover,
.energy-theme .primary-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(244, 197, 66, 0.34), 0 0 22px rgba(82, 210, 115, 0.2);
}

.energy-theme .content-section,
.energy-theme .share-section {
  border-top-color: var(--theme-line);
  background:
    linear-gradient(180deg, rgba(10, 29, 31, 0.66), rgba(7, 19, 22, 0.78)),
    var(--theme-surface);
}

.energy-theme .content-section h2,
.energy-theme .share-section h2 {
  margin-bottom: 12px;
  color: #fff7ca;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-shadow: none;
}

.energy-theme .content-section h2::after,
.energy-theme .share-section h2::after {
  content: "";
  width: 5.8em;
  height: 1px;
  display: block;
  margin: 8px auto 0;
  background: rgba(82, 210, 115, 0.45);
}

.energy-theme #contact-title::after,
.energy-theme #benefits-title::after {
  width: 5.2em;
}

.energy-theme #services-title::after {
  width: 11.6em;
}

.energy-theme #review-title::after {
  width: 8.6em;
}

.energy-theme #share-title::after {
  width: 10.8em;
}

.energy-theme .contact-section {
  padding-bottom: 18px;
}

.energy-theme .contact-list {
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.energy-theme .contact-list div {
  position: relative;
  min-width: 0;
  padding: 10px 12px 11px 18px;
  border: 0;
  border-bottom: 1px solid rgba(82, 210, 115, 0.14);
  border-radius: 0;
  background: transparent;
}

.energy-theme .contact-list div::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 18px;
  left: 2px;
  border-radius: 50%;
  background: rgba(244, 197, 66, 0.84);
  box-shadow: none;
}

.energy-theme .contact-list div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.energy-theme .contact-list div:nth-child(odd) {
  border-right: 1px solid rgba(82, 210, 115, 0.12);
}

.energy-theme .contact-list div:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  border-right: 0;
}

.energy-theme .contact-list dt {
  color: var(--energy-green);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.energy-theme .contact-list dd {
  margin-top: 3px;
  color: #f4fbf2;
  font-size: 0.91rem;
  font-weight: 500;
  line-height: 1.32;
}

.energy-theme .quick-actions {
  width: 100%;
  padding: 12px 0 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.energy-theme .quick-actions a,
.energy-theme .menu-list a,
.energy-theme .share-section button,
.energy-theme .secondary-cta {
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid rgba(82, 210, 115, 0.24);
  color: #ecf7ee;
  background:
    linear-gradient(180deg, rgba(18, 63, 53, 0.84), rgba(10, 30, 33, 0.88));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025), 0 0 10px rgba(82, 210, 115, 0.05);
}

.energy-theme .quick-actions a:hover,
.energy-theme .quick-actions a:focus-visible,
.energy-theme .menu-list a:hover,
.energy-theme .menu-list a:focus-visible,
.energy-theme .share-section button:hover,
.energy-theme .share-section button:focus-visible,
.energy-theme .secondary-cta:hover,
.energy-theme .secondary-cta:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 242, 168, 0.58);
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(33, 93, 68, 0.96), rgba(18, 63, 53, 0.96));
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.18),
    0 0 20px rgba(244, 197, 66, 0.28),
    0 0 18px rgba(82, 210, 115, 0.2);
}

.energy-theme .quick-actions a:active,
.energy-theme .menu-list a:active,
.energy-theme .share-section button:active,
.energy-theme .secondary-cta:active {
  transform: translateY(0);
}

.energy-theme .menu-list {
  gap: 8px;
}

.energy-theme .menu-list a {
  justify-content: flex-start;
  text-align: left;
}

.energy-theme .menu-list a::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 10px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 242, 168, 0.54);
  border-radius: 3px;
  background: rgba(244, 197, 66, 0.14);
  box-shadow: 0 0 12px rgba(244, 197, 66, 0.2);
}

.energy-theme .energy-solutions-section {
  display: grid;
  gap: 12px;
}

.energy-theme .card-main-view {
  display: block;
}

.energy-theme .card-main-view[hidden],
.energy-theme .solution-detail-view[hidden] {
  display: none !important;
}

.energy-theme .solution-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.energy-theme .solution-tabs button {
  min-height: 38px;
  padding: 8px 7px;
  border: 1px solid rgba(82, 210, 115, 0.22);
  border-radius: 8px;
  color: #eaf5ed;
  background: rgba(10, 30, 33, 0.78);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  transition:
    transform 170ms ease,
    border-color 170ms ease,
    background 170ms ease,
    box-shadow 170ms ease,
    color 170ms ease;
}

.energy-theme .solution-tabs button:hover,
.energy-theme .solution-tabs button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 242, 168, 0.52);
  box-shadow: 0 0 18px rgba(244, 197, 66, 0.14), 0 0 12px rgba(82, 210, 115, 0.12);
}

.energy-theme .solution-tabs button.is-active {
  color: #071114;
  border-color: rgba(255, 242, 168, 0.62);
  background: linear-gradient(135deg, var(--energy-warm), var(--energy-yellow));
  box-shadow: 0 10px 22px rgba(244, 197, 66, 0.16);
}

.energy-theme .solution-panel {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 13px;
  align-items: stretch;
  padding: 12px;
  border: 1px solid rgba(82, 210, 115, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(82, 210, 115, 0.07), transparent 46%),
    rgba(255, 255, 255, 0.024);
}

.energy-theme .solution-visual {
  min-height: 126px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(82, 210, 115, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(82, 210, 115, 0.12) 1px, transparent 1px),
    linear-gradient(0deg, rgba(244, 197, 66, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 72% 26%, rgba(244, 197, 66, 0.2), transparent 26%),
    rgba(6, 18, 20, 0.72);
  background-size: 18px 18px, 18px 18px, auto, auto;
}

.energy-theme .solution-visual::before,
.energy-theme .solution-visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.energy-theme .solution-visual::before {
  inset: 18px;
  border: 1px solid rgba(244, 197, 66, 0.18);
  border-radius: 8px;
}

.energy-theme .solution-visual::after {
  width: 54px;
  height: 54px;
  right: 14px;
  bottom: 12px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(244, 197, 66, 0.24) 0 28%, transparent 29%),
    conic-gradient(from 120deg, rgba(82, 210, 115, 0.14), rgba(244, 197, 66, 0.34), rgba(82, 210, 115, 0.12));
}

.energy-theme .solution-visual.is-business::after {
  width: 72px;
  height: 38px;
  right: 13px;
  bottom: 17px;
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(244, 197, 66, 0.32) 0 8px, transparent 8px 14px) 0 0 / 18px 100%,
    rgba(82, 210, 115, 0.12);
}

.energy-theme .solution-visual.is-opportunity::after {
  width: 58px;
  height: 58px;
  right: 13px;
  bottom: 12px;
  border-radius: 10px 10px 50% 50%;
  background:
    linear-gradient(135deg, transparent 0 42%, rgba(244, 197, 66, 0.36) 43% 56%, transparent 57%),
    rgba(82, 210, 115, 0.12);
  transform: rotate(-10deg);
}

.energy-theme .solution-play {
  width: 34px;
  height: 34px;
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 1;
  border: 1px solid rgba(255, 242, 168, 0.5);
  border-radius: 50%;
  background: rgba(5, 18, 20, 0.72);
}

.energy-theme .solution-play::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 12px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid rgba(255, 242, 168, 0.84);
}

.energy-theme .solution-copy {
  display: grid;
  gap: 8px;
  align-content: center;
  min-width: 0;
}

.energy-theme .solution-copy h3 {
  margin: 0;
  color: #fff7ca;
  font-size: 1.05rem;
  line-height: 1.1;
}

.energy-theme .solution-copy p {
  margin: 0;
  color: #dcebe0;
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.42;
}

.energy-theme .solution-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.energy-theme .solution-actions a {
  min-height: 38px;
  padding: 9px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(82, 210, 115, 0.24);
  border-radius: 8px;
  color: #ecf7ee;
  background: linear-gradient(180deg, rgba(18, 63, 53, 0.84), rgba(10, 30, 33, 0.88));
  font-size: 0.84rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition:
    transform 170ms ease,
    border-color 170ms ease,
    background 170ms ease,
    box-shadow 170ms ease,
    color 170ms ease;
}

.energy-theme .solution-actions a:hover,
.energy-theme .solution-actions a:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 242, 168, 0.52);
  color: #ffffff;
  box-shadow: 0 0 16px rgba(244, 197, 66, 0.16), 0 0 12px rgba(82, 210, 115, 0.12);
}

.energy-theme .solution-detail-view {
  min-height: min(720px, 100vh);
  padding: 22px;
  color: var(--theme-text);
  background:
    radial-gradient(circle at 72% 14%, rgba(244, 197, 66, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(82, 210, 115, 0.08), transparent 46%),
    rgba(4, 14, 17, 0.96);
}

.energy-theme .solution-back {
  min-height: 38px;
  width: fit-content;
  margin: 0 0 18px;
  padding: 8px 12px;
  border: 1px solid rgba(82, 210, 115, 0.28);
  border-radius: 999px;
  color: #eaf5ed;
  background: rgba(10, 30, 33, 0.78);
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  transition:
    transform 170ms ease,
    border-color 170ms ease,
    box-shadow 170ms ease,
    color 170ms ease;
}

.energy-theme .solution-back:hover,
.energy-theme .solution-back:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 242, 168, 0.52);
  box-shadow: 0 0 16px rgba(244, 197, 66, 0.14), 0 0 12px rgba(82, 210, 115, 0.12);
}

.energy-theme .solution-detail-shell {
  display: grid;
  gap: 18px;
}

.energy-theme .solution-detail-view .solution-visual {
  min-height: 250px;
}

.energy-theme .solution-detail-view .solution-copy {
  gap: 12px;
}

.energy-theme .solution-detail-view .solution-copy h2 {
  margin: 0;
  color: #fff7ca;
  font-size: clamp(1.75rem, 8vw, 2.55rem);
  line-height: 1;
  text-align: center;
}

.energy-theme .solution-detail-view .solution-copy h2::after {
  content: "";
  width: 5.4em;
  height: 1px;
  display: block;
  margin: 10px auto 0;
  background: rgba(82, 210, 115, 0.45);
}

.energy-theme .solution-detail-view .solution-copy p {
  max-width: 30rem;
  margin: 0 auto;
  font-size: 0.98rem;
  text-align: center;
}

.energy-theme .solution-detail-view .solution-actions {
  max-width: 340px;
  width: 100%;
  margin: 2px auto 0;
}

.energy-theme .benefits-section {
  padding-top: 17px;
  padding-bottom: 17px;
}

.energy-theme .check-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 18px;
}

.energy-theme .check-list li {
  min-height: 0;
  padding: 0 0 0 18px;
  display: flex;
  align-items: center;
  color: #dcebe0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.25;
}

.energy-theme .check-list li::before {
  width: 6px;
  height: 6px;
  top: 50%;
  left: 2px;
  background: var(--energy-green);
  box-shadow: none;
  transform: translateY(-50%);
}

.energy-theme .secondary-action-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  justify-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(244, 197, 66, 0.15), transparent 45%),
    linear-gradient(180deg, rgba(19, 57, 44, 0.78), rgba(8, 23, 25, 0.86));
}

.energy-theme .secondary-action-section h2 {
  margin-bottom: 0;
}

.energy-theme .secondary-cta {
  width: min(100%, 320px);
  color: #071114;
  border-color: rgba(255, 242, 168, 0.58);
  background: linear-gradient(135deg, var(--energy-warm), var(--energy-yellow));
  box-shadow: 0 10px 24px rgba(244, 197, 66, 0.18);
}

.energy-theme .secondary-cta:hover,
.energy-theme .secondary-cta:focus-visible {
  color: #071114;
  background: linear-gradient(135deg, #fff7bf, #ffd760);
}

.energy-theme .share-section {
  display: grid;
  gap: 12px;
  justify-items: stretch;
  text-align: center;
}

.energy-theme .share-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.energy-theme .share-actions {
  order: 2;
  display: grid;
  gap: 14px;
  align-content: center;
}

.energy-theme .share-section button {
  width: 100%;
  min-height: 36px;
  padding: 8px 10px;
  font-size: 0.8rem;
  cursor: pointer;
}

.energy-theme .share-qr {
  order: 1;
  display: grid;
  gap: 8px;
  justify-items: center;
  align-content: center;
  padding: 12px;
  border: 1px solid rgba(82, 210, 115, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(82, 210, 115, 0.08), rgba(244, 197, 66, 0.04)),
    rgba(255, 255, 255, 0.03);
}

.energy-theme .share-qr img {
  width: 132px;
  height: 132px;
  padding: 8px;
  border: 1px solid rgba(244, 197, 66, 0.34);
  border-radius: 8px;
  background: #f8fbf2;
  box-shadow: 0 0 24px rgba(244, 197, 66, 0.13);
}

.energy-theme .qr-note {
  max-width: 11rem;
  margin: 0;
  color: var(--theme-muted);
  font-size: 0.76rem;
  line-height: 1.25;
}

.energy-theme .feedback {
  min-height: 18px;
  color: var(--energy-green);
  font-size: 0.84rem;
  font-weight: 800;
}

.energy-theme .real-footer {
  border-top-color: rgba(82, 210, 115, 0.18);
  background: rgba(3, 12, 14, 0.92);
}

.energy-theme .real-footer a {
  color: #9fb4a6;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration-color: rgba(244, 197, 66, 0.4);
}

@media (min-width: 760px) {
  .energy-theme .card-shell {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .energy-theme .card-hero,
  .energy-theme .content-section,
  .energy-theme .share-section,
  .energy-theme .real-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .energy-theme .hero-profile {
    grid-template-columns: 134px minmax(0, 1fr) 54px;
  }

  .energy-theme .real-profile {
    width: 134px;
    height: 134px;
  }

  .energy-theme .contact-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .energy-theme .card-shell {
    padding-left: 12px;
    padding-right: 12px;
  }

  .energy-theme .card-hero,
  .energy-theme .content-section,
  .energy-theme .share-section,
  .energy-theme .real-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .energy-theme .hero-topline {
    display: grid;
    justify-items: center;
    padding-top: 0;
  }

  .energy-theme .real-logo {
    width: min(196px, 74%);
  }

  .energy-theme .hero-profile {
    grid-template-columns: minmax(0, 1fr) 48px;
    gap: 12px;
    justify-items: stretch;
    text-align: center;
  }

  .energy-theme .real-profile {
    grid-column: 1 / -1;
    justify-self: center;
    width: 128px;
    height: 128px;
  }

  .energy-theme .hero-copy {
    padding-left: 0;
    text-align: center;
  }

  .energy-theme .language-switch {
    width: 48px;
    min-height: 96px;
  }

  .energy-theme .title-divider {
    margin-left: auto;
    margin-right: auto;
  }

  .energy-theme .quick-actions,
  .energy-theme .check-list,
  .energy-theme .contact-list,
  .energy-theme .solution-panel,
  .energy-theme .share-layout {
    grid-template-columns: 1fr;
  }

  .energy-theme .solution-visual {
    min-height: 112px;
  }

  .energy-theme .solution-detail-view {
    min-height: min(680px, 100vh);
    padding: 18px;
  }

  .energy-theme .solution-detail-view .solution-visual {
    min-height: 210px;
  }

  .energy-theme .quick-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .energy-theme .quick-actions a {
    min-height: 38px;
    padding: 8px 6px;
    font-size: 0.78rem;
  }

  .energy-theme .share-qr {
    width: min(100%, 240px);
    margin: 0 auto;
  }

  .energy-theme .contact-list div {
    border-right: 0;
  }

  .energy-theme .contact-list div:nth-last-child(2) {
    border-bottom: 1px solid rgba(82, 210, 115, 0.14);
  }

  .energy-theme .qr-note {
    max-width: 14rem;
  }
}
