.lithium-brand-worx {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-bottom: 56px;
}

.lithium-brand-worx * {
  box-sizing: border-box;
}

.lithium-brand-worx__hero {
  position: relative;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) minmax(260px, 0.44fr);
  gap: 24px;
  align-items: stretch;
  overflow: hidden;
  padding: 28px;
}

.lithium-brand-worx__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--theme-base-opacity-color, rgba(238, 122, 41, 0.12)) 0%, transparent 48%, rgba(0, 0, 0, 0.03) 100%);
  pointer-events: none;
}

.lithium-brand-worx__hero::after {
  content: "";
  position: absolute;
  right: -96px;
  top: -96px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 48px solid var(--theme-base-opacity-color, rgba(238, 122, 41, 0.1));
  pointer-events: none;
}

.lithium-brand-worx__hero-brand,
.lithium-brand-worx__hero-main,
.lithium-brand-worx__hero-map {
  position: relative;
  z-index: 1;
}

.lithium-brand-worx__hero-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: 24px;
}

.lithium-brand-worx__hero-brand img {
  max-width: 100%;
  width: 180px;
  height: auto;
  object-fit: contain;
}

.lithium-brand-worx__hero-brand span {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--white_text_black);
}

.lithium-brand-worx__hero-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  min-width: 0;
  padding: 20px 6px;
}

.lithium-brand-worx__eyebrow {
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lithium-brand-worx__hero-title {
  max-width: 880px;
  font-size: clamp(32px, 3.4vw, 52px);
  line-height: 1.08;
  font-weight: 600;
  color: var(--white_text_black);
}

.lithium-brand-worx__hero-text {
  max-width: 860px;
  line-height: 1.65;
}

.lithium-brand-worx__actions,
.lithium-brand-worx__badges {
  margin-top: 2px;
}

.lithium-brand-worx__badge,
.lithium-brand-worx__tag {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  color: var(--white_text_black);
  text-decoration: none;
  background: var(--card_bg_black);
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.lithium-brand-worx__tag:hover,
.lithium-brand-worx__stat:hover {
  color: var(--theme-base-color);
  border-color: var(--theme-base-color);
  transform: translateY(-1px);
}

.lithium-brand-worx__hero-map {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.lithium-brand-worx__stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 72px;
  padding: 16px 18px;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.lithium-brand-worx__stat-value {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
}

.lithium-brand-worx__stat-label {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.35;
}

.lithium-brand-worx__section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.lithium-brand-worx__section--compact {
  gap: 0;
}

.lithium-brand-worx__section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(280px, 0.35fr);
  gap: 24px;
  align-items: end;
}

.lithium-brand-worx__section-title {
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1.2;
  font-weight: 600;
  color: var(--white_text_black);
}

.lithium-brand-worx__section-text,
.lithium-brand-worx__seo-text {
  line-height: 1.7;
}

.lithium-brand-worx__tiles {
  width: 100%;
}

.lithium-brand-worx__tile {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 178px;
  padding: 24px;
  text-decoration: none;
}

.lithium-brand-worx__tile-title,
.lithium-brand-worx__tile-text {
  display: block;
}

.lithium-brand-worx__intro {
  padding: 32px;
}

.lithium-brand-worx__split {
  display: grid;
  grid-template-columns: minmax(0, 0.43fr) minmax(0, 0.57fr);
  gap: 32px;
  align-items: start;
}

.lithium-brand-worx__split > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

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

.lithium-brand-worx__compat-card,
.lithium-brand-worx__scenario,
.lithium-brand-worx__info-card {
  padding: 22px;
}

.lithium-brand-worx__compat-value {
  margin-bottom: 8px;
  font-size: 14px;
}

.lithium-brand-worx__compat-title,
.lithium-brand-worx__scenario-title {
  margin-bottom: 8px;
  color: var(--white_text_black);
}

.lithium-brand-worx__compat-text,
.lithium-brand-worx__scenario-text {
  line-height: 1.6;
}

.lithium-brand-worx__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.lithium-brand-worx__info-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  line-height: 1.7;
}

.lithium-brand-worx__scenario-grid {
  width: 100%;
}

.lithium-brand-worx__scenario {
  min-height: 190px;
}

.lithium-brand-worx__products .partner-detail {
  display: none;
}

.lithium-brand-worx__products .partner-epilog {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.lithium-brand-worx__products .detail-block {
  margin: 0;
}

.lithium-brand-worx__columns--commercial {
  align-items: center;
}

.lithium-brand-worx__columns--commercial > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 16px;
  line-height: 1.7;
}

.lithium-brand-worx__commercial-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.lithium-brand-worx__commercial-item {
  padding: 16px 18px;
  color: var(--white_text_black);
  background: var(--card_bg_black);
}

.lithium-brand-worx__bottom-text {
  gap: 18px;
}

.lithium-brand-worx__text-columns {
  line-height: 1.75;
}

.lithium-brand-worx__text-columns p {
  margin: 0 0 16px;
}

.lithium-brand-worx__links {
  margin-top: 18px;
}

.lithium-brand-worx__faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lithium-brand-worx__faq-item {
  overflow: hidden;
}

.lithium-brand-worx__faq-question {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  cursor: pointer;
  list-style: none;
  color: var(--white_text_black);
}

.lithium-brand-worx__faq-question::-webkit-details-marker {
  display: none;
}

.lithium-brand-worx__faq-question::after {
  content: "+";
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-base-color);
  background: var(--theme-base-opacity-color, rgba(238, 122, 41, 0.1));
}

.lithium-brand-worx__faq-item[open] .lithium-brand-worx__faq-question::after {
  content: "−";
}

.lithium-brand-worx__faq-answer {
  padding: 0 24px 24px;
  line-height: 1.7;
}

@media (max-width: 1199px) {
  .lithium-brand-worx__hero,
  .lithium-brand-worx__split,
  .lithium-brand-worx__section-head {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .lithium-brand-worx {
    gap: 36px;
  }

  .lithium-brand-worx__hero,
  .lithium-brand-worx__intro,
  .lithium-brand-worx__bottom-text,
  .lithium-brand-worx__section.outer-rounded-x {
    padding: 24px;
  }

  .lithium-brand-worx__columns,
  .lithium-brand-worx__commercial-list,
  .lithium-brand-worx__compatibility {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .lithium-brand-worx__hero-title {
    font-size: 30px;
  }

  .lithium-brand-worx__hero-text {
    font-size: 16px;
  }

  .lithium-brand-worx__hero-map {
    grid-template-columns: 1fr;
  }

  .lithium-brand-worx__tile,
  .lithium-brand-worx__compat-card,
  .lithium-brand-worx__scenario,
  .lithium-brand-worx__info-card {
    padding: 18px;
  }

  .lithium-brand-worx__faq-question {
    padding: 18px;
  }

  .lithium-brand-worx__faq-answer {
    padding: 0 18px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lithium-brand-worx__tag {
    transition: none;
  }
}

.lithium-brand-worx__next-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.lithium-brand-worx__next-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 132px;
  padding: 20px;
  color: var(--white_text_black);
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.lithium-brand-worx__next-card::after {
  content: "→";
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--theme-base-color);
  background: var(--theme-base-opacity-color, rgba(238, 122, 41, 0.12));
}

.lithium-brand-worx__next-card:hover {
  color: var(--white_text_black);
  border-color: var(--theme-base-color);
  transform: translateY(-2px);
}

.lithium-brand-worx__next-title {
  max-width: calc(100% - 28px);
  font-weight: 600;
  line-height: 1.35;
}

.lithium-brand-worx__next-text {
  max-width: calc(100% - 34px);
  color: var(--basic_text_black);
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .lithium-brand-worx__next-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .lithium-brand-worx__next-grid {
    grid-template-columns: 1fr;
  }

  .lithium-brand-worx__next-card {
    min-height: 112px;
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lithium-brand-worx__stat,
  .lithium-brand-worx__next-card {
    transition: none;
  }
}
