.solution-detail-overview {
  padding: 84px 0 78px;
  background:
    radial-gradient(circle at 12% 18%, rgba(245, 248, 252, 0.98), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.solution-detail-overview-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 36px;
  align-items: center;
}

.solution-detail-overview-copy .section-heading {
  margin-bottom: 0;
}

.solution-detail-overview-copy .section-title {
  text-align: left;
}

.solution-detail-overview-description {
  margin: 18px 0 0;
  color: #5f6875;
  font-size: 16px;
  line-height: 1.9;
}

.solution-detail-overview-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.solution-detail-overview-tags > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(224, 230, 238, 0.94);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 30px rgba(31, 45, 65, 0.07);
  color: #243040;
  font-size: 15px;
  font-weight: 700;
}

.solution-detail-overview-tags img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.solution-detail-overview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.solution-detail-overview-actions .industry-solution-primary,
.solution-detail-overview-actions .industry-solution-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 144px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.solution-detail-overview-actions .industry-solution-primary {
  color: #ffffff;
  background: var(--color-brand);
  box-shadow: 0 18px 32px rgba(216, 12, 24, 0.2);
}

.solution-detail-overview-actions .industry-solution-secondary {
  color: #243040;
  border: 1px solid rgba(214, 221, 231, 0.96);
  background: rgba(255, 255, 255, 0.96);
}

.solution-detail-overview-actions .industry-solution-primary:hover,
.solution-detail-overview-actions .industry-solution-secondary:hover {
  transform: translateY(-2px);
}

.solution-detail-overview-actions .industry-solution-secondary:hover {
  color: var(--color-brand);
  border-color: rgba(216, 12, 24, 0.24);
}

.solution-detail-overview-media {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 30px 58px rgba(24, 37, 54, 0.18);
}

.solution-detail-overview-media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(145deg, rgba(18, 27, 40, 0.05), rgba(18, 27, 40, 0.18));
  content: "";
}

.solution-detail-overview-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.solution-electronics-section {
  padding: 86px 0 72px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.solution-insight-section .section-title,
.solution-electronics-section .section-title {
  position: relative;
  display: inline-block;
  padding-bottom: 24px;
}

.solution-insight-section .section-title::after,
.solution-electronics-section .section-title::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 56px;
  height: 5px;
  border-radius: 999px;
  background: var(--color-brand);
  transform: translateX(-50%);
  content: "";
}

.solution-electronics-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 32px auto 46px;
  padding: 0 18px;
  max-width: 1120px;
  min-height: 64px;
  border: 1px solid #e7ebf2;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(31, 45, 65, 0.08);
}

.solution-electronics-tab {
  position: relative;
  display: inline-flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 64px;
  padding: 0 4px;
  border: 0;
  color: #303948;
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  overflow-wrap: normal;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.solution-electronics-tab::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: transparent;
  transition: background 0.2s ease;
}

.solution-electronics-tab:hover,
.solution-electronics-tab.active {
  color: var(--color-brand);
}

.solution-electronics-tab.active::after {
  background: var(--color-brand);
}

.solution-electronics-tab:focus-visible {
  outline: 2px solid rgba(216, 12, 24, 0.24);
  outline-offset: -2px;
}

.solution-electronics-panel[hidden] {
  display: none;
}

.solution-electronics-panel.active {
  animation: solutionElectronicsFade 0.28s ease;
}

.solution-electronics-panels {
  position: relative;
}

.solution-electronics-showcase {
  position: relative;
  min-height: 620px;
  padding: 22px 0 34px;
}

.solution-electronics-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: min(58%, 640px);
  height: 420px;
  min-height: 0;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 28px 54px rgba(18, 31, 54, 0.18);
}

.solution-electronics-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution-electronics-card {
  position: absolute;
  right: 26px;
  bottom: 0;
  z-index: 3;
  width: min(58%, 668px);
  margin-left: 0;
  padding: 42px 40px 38px;
  min-height: 360px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(230, 236, 244, 0.92);
  box-shadow: 0 24px 54px rgba(28, 41, 58, 0.14);
  overflow: hidden;
}

.solution-electronics-card::before,
.solution-electronics-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.solution-electronics-card::before {
  top: -72px;
  right: -36px;
  width: 176px;
  height: 176px;
  background: radial-gradient(circle, rgba(241, 244, 249, 0.96) 0%, rgba(241, 244, 249, 0) 72%);
}

.solution-electronics-card::after {
  left: -58px;
  bottom: -74px;
  width: 208px;
  height: 208px;
  background: radial-gradient(circle, rgba(243, 246, 251, 0.9) 0%, rgba(243, 246, 251, 0) 74%);
}

.solution-electronics-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #1f2836;
  font-size: 28px;
  line-height: 1.35;
  font-weight: 800;
}

.solution-electronics-card p {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  color: #5f6875;
  font-size: 15px;
  line-height: 1.85;
}

.solution-electronics-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.solution-electronics-card li {
  position: relative;
  padding-left: 28px;
  color: #2f3847;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
}

.solution-electronics-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--color-brand);
}

.solution-electronics-card li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 6px;
  height: 3px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}

.solution-electronics-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  min-width: 138px;
  height: 42px;
  border: 1px solid #d7dce5;
  border-radius: 2px;
  color: #354052;
  background: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.solution-electronics-btn:hover {
  color: #ffffff;
  border-color: var(--color-brand);
  background: var(--color-brand);
  transform: translateY(-2px);
}

.solution-supplier-section {
  padding: 84px 0 92px;
  background:
    radial-gradient(circle at 50% 0, rgba(241, 245, 249, 0.96), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.solution-supplier-section .section-heading {
  margin-bottom: 46px;
}

.solution-supplier-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-bottom: 34px;
}

.solution-supplier-stat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  min-height: 156px;
  padding: 26px 24px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(250, 252, 255, 0.98), rgba(243, 246, 251, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 18px 38px rgba(31, 45, 65, 0.08);
}

.solution-supplier-stat-icon {
  flex: 0 0 72px;
  color: #a7a8b1;
}

.solution-supplier-stat-icon svg {
  display: block;
  width: 72px;
  height: 72px;
}

.solution-supplier-stat-icon img {
  display: block;
  width: 64px;
  height: 67px;
  object-fit: contain;
}

.solution-supplier-stat-divider {
  width: 1px;
  height: 82px;
  background: linear-gradient(180deg, rgba(212, 217, 226, 0), rgba(212, 217, 226, 0.9), rgba(212, 217, 226, 0));
}

.solution-supplier-stat-copy strong {
  display: block;
  color: var(--color-brand);
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
}

.solution-supplier-stat-copy span {
  display: block;
  margin-top: 12px;
  color: #202733;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

.solution-supplier-accordion {
  display: flex;
  gap: 24px;
  min-height: 560px;
}

.solution-supplier-card {
  --solution-case-image: none;
  --solution-case-position: center;
  position: relative;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  min-height: 560px;
  overflow: hidden;
  padding: 38px;
  border: 1px solid #dfe5ee;
  border-radius: 8px;
  color: #ffffff;
  background-color: #25313f;
  background-position: var(--solution-case-position);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  outline: none;
  transition:
    flex 0.36s ease,
    transform 0.28s ease,
    box-shadow 0.28s ease;
  box-shadow: 0 14px 34px rgba(216, 12, 24, 0.09);
}

.solution-supplier-card:nth-child(2) {
  --solution-case-position: 54% center;
}

.solution-supplier-card:nth-child(3) {
  --solution-case-position: 66% center;
}

.solution-supplier-card:nth-child(4) {
  --solution-case-position: 76% center;
}

.solution-supplier-card:nth-child(5) {
  --solution-case-position: 84% center;
}

.solution-supplier-card::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(19, 28, 42, 0.58), rgba(19, 28, 42, 0.18));
  opacity: 0.72;
  content: "";
}

.solution-supplier-card.is-active {
  flex: 2.35 1 0;
  box-shadow: 0 22px 54px rgba(216, 12, 24, 0.16);
}

.solution-supplier-card:focus-visible {
  outline: 3px solid rgba(216, 12, 24, 0.28);
  outline-offset: 3px;
}

.solution-supplier-card h3,
.solution-supplier-detail {
  position: relative;
  z-index: 1;
}

.solution-supplier-card h3 {
  min-height: 90px;
  margin: 0;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0;
}

.solution-supplier-card.is-active h3 {
  top: 22px;
}

.solution-supplier-card.is-active h3::after {
  display: block;
  width: 76px;
  height: 4px;
  margin-top: 8px;
  background: #d80c18;
  content: "";
}

.solution-supplier-card:not(.is-active) h3 {
  min-width: 0;
  min-height: 0;
  font-size: 24px;
  white-space: nowrap;
}

.solution-supplier-detail {
  max-width: 520px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(14px);
  transition:
    max-height 0.32s ease,
    opacity 0.24s ease,
    transform 0.24s ease;
}

.solution-supplier-card.is-active .solution-supplier-detail {
  max-height: 140px;
  opacity: 1;
  transform: translateY(0);
}

.solution-supplier-detail p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.7;
}

.solution-supplier-more {
  margin-top: 26px;
  text-align: center;
}

.solution-supplier-more a {
  color: #535d6c;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease;
}

.solution-supplier-more a:hover {
  color: var(--color-brand);
}

@keyframes solutionElectronicsFade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.solution-insight-section {
  padding: 86px 0 64px;
  background: #ffffff;
}

.solution-insight-section-compact {
  padding-top: 54px;
}

.solution-insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px 94px;
}

.solution-insight-item {
  min-width: 0;
  text-align: center;
}

.solution-insight-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 10px;
  color: var(--color-brand);
  background:
    linear-gradient(180deg, rgba(246, 247, 249, 0.98), rgba(232, 235, 239, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 12px 22px rgba(35, 45, 62, 0.08);
}

.solution-insight-icon svg {
  width: 64px;
  height: 64px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.solution-insight-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.solution-insight-icon strong {
  color: currentColor;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
}

.solution-insight-item h2 {
  margin: 18px 0 0;
  color: #202633;
  font-size: 24px;
  line-height: 1.32;
  font-weight: 800;
}

.solution-insight-item p {
  margin: 16px auto 0;
  max-width: 360px;
  color: #5f6875;
  font-size: 16px;
  line-height: 1.75;
}

@media (max-width: 1080px) {
  .solution-detail-overview-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .solution-detail-overview-copy .section-title {
    text-align: center;
  }

  .solution-detail-overview-description {
    text-align: center;
  }

  .solution-detail-overview-tags,
  .solution-detail-overview-actions {
    justify-content: center;
  }

  .solution-electronics-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 14px;
  }

  .solution-electronics-tab {
    flex: 0 0 auto;
    min-width: max-content;
    padding: 0 16px;
    font-size: 14px;
  }

  .solution-electronics-tabs::-webkit-scrollbar {
    display: none;
  }

  .solution-electronics-showcase {
    min-height: 580px;
  }

  .solution-electronics-image {
    width: min(60%, 560px);
    height: 380px;
  }

  .solution-electronics-card {
    right: 0;
    width: min(60%, 560px);
    padding: 36px 32px 34px;
  }

  .solution-supplier-stats {
    gap: 20px;
  }

  .solution-supplier-stat {
    gap: 18px;
    min-height: 144px;
    padding: 24px 18px;
  }

  .solution-supplier-stat-copy strong {
    font-size: 36px;
  }

  .solution-supplier-stat-copy span {
    font-size: 16px;
  }

  .solution-supplier-accordion {
    gap: 18px;
  }

  .solution-supplier-card {
    padding: 28px;
  }

  .solution-supplier-card h3 {
    font-size: 28px;
  }

  .solution-insight-grid {
    gap: 38px 48px;
  }
}

@media (max-width: 780px) {
  .solution-detail-overview {
    padding: 58px 0 56px;
  }

  .solution-detail-overview-inner {
    gap: 24px;
  }

  .solution-detail-overview-description {
    font-size: 14px;
    line-height: 1.8;
  }

  .solution-detail-overview-tags {
    gap: 12px;
    margin-top: 24px;
  }

  .solution-detail-overview-tags > span {
    width: 100%;
    justify-content: flex-start;
    min-height: 48px;
    font-size: 14px;
  }

  .solution-detail-overview-actions {
    margin-top: 24px;
  }

  .solution-detail-overview-actions .industry-solution-primary,
  .solution-detail-overview-actions .industry-solution-secondary {
    flex: 1 1 0;
    min-width: 0;
  }

  .solution-detail-overview-media img {
    min-height: 280px;
  }

  .solution-electronics-section {
    padding: 60px 0 56px;
  }

  .solution-insight-section .section-title,
  .solution-electronics-section .section-title {
    padding-bottom: 20px;
  }

  .solution-insight-section .section-title::after,
  .solution-electronics-section .section-title::after {
    width: 48px;
    height: 4px;
  }

  .solution-electronics-tabs {
    margin: 26px -18px 32px;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 14px;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
  }

  .solution-electronics-tab {
    flex: 0 0 auto;
    min-width: max-content;
    min-height: 56px;
    padding: 0 16px;
    font-size: 14px;
    white-space: nowrap;
  }

  .solution-electronics-tabs::-webkit-scrollbar {
    display: none;
  }

  .solution-electronics-showcase {
    display: block;
    min-height: 0;
    padding: 0;
  }

  .solution-electronics-image {
    position: relative;
    top: auto;
    left: auto;
    z-index: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    border-radius: 8px 8px 0 0;
  }

  .solution-electronics-image img {
    height: 260px;
  }

  .solution-electronics-card {
    position: relative;
    right: auto;
    bottom: auto;
    z-index: auto;
    width: 100%;
    margin: 0;
    padding: 30px 22px 32px;
    min-height: 0;
    border-radius: 0 0 8px 8px;
  }

  .solution-electronics-card h3 {
    font-size: 23px;
  }

  .solution-electronics-card p,
  .solution-electronics-card li {
    font-size: 14px;
  }

  .solution-supplier-section {
    padding: 60px 0 72px;
  }

  .solution-supplier-stats {
    grid-template-columns: 1fr;
    margin-bottom: 28px;
  }

  .solution-supplier-stat {
    justify-content: flex-start;
    min-height: 132px;
  }

  .solution-supplier-accordion {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .solution-supplier-card,
  .solution-supplier-card.is-active {
    height: 420px;
    min-height: 420px;
    padding: 28px 22px;
  }

  .solution-supplier-card h3 {
    font-size: 30px;
  }

  .solution-supplier-more {
    margin-top: 22px;
  }

  .solution-supplier-more a {
    font-size: 17px;
  }

  .solution-insight-section {
    padding: 40px 0 42px;
  }

  .solution-insight-section-compact {
    padding-top: 42px;
  }

  .solution-insight-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .solution-insight-icon {
    width: 76px;
    height: 76px;
  }

  .solution-insight-icon svg {
    width: 54px;
    height: 54px;
  }

  .solution-insight-item h2 {
    font-size: 21px;
  }

  .solution-insight-item p {
    max-width: 330px;
    font-size: 14px;
  }
}
