.elementor-10268 .elementor-element.elementor-element-c027af4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10268 .elementor-element.elementor-element-d899a4d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-10268 .elementor-element.elementor-element-d899a4d:not(.elementor-motion-effects-element-type-background), .elementor-10268 .elementor-element.elementor-element-d899a4d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-535fd0d );}.elementor-10268 .elementor-element.elementor-element-bc0e2cb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-10268 .elementor-element.elementor-element-8fb4cd9 .elementor-button{background-color:var( --e-global-color-84ae9fc );}/* Start custom CSS for html, class: .elementor-element-017a182 *//* ===============================
   Technology Switch – Clean (Apple-like)
   =============================== */

#tech-switch-clean-1.tech-switch.clean {
  display: flex;
  align-items: flex-start; /* 关键：不拉伸 */
  gap: 64px;
  max-width: 1200px;
  margin: 120px auto;
}

#tech-switch-clean-1 .tech-switch-nav {
  flex: 0 0 42%;
}

#tech-switch-clean-1 .tech-switch-content {
  flex: 1 1 auto;
}


/* Left .elementor-10268 .elementor-element.elementor-element-017a182 */
#tech-switch-clean-1.tech-switch.clean .tech-switch-nav {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Each accordion item */
#tech-switch-clean-1 .tech-item {
  border-bottom: 1px solid rgba(0,0,0,0.12);
  padding: 18px 0;
}

#tech-switch-clean-1 .tech-item:first-child {
  padding-top: 0;
}

#tech-switch-clean-1 .tech-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* Title row */
#tech-switch-clean-1 .tech-title {
  width: 100%;
  background: none;
  border: none;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
  border-radius: 10px;

  font-size: 28px;
  font-weight: 600;
  color: #111;

  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease,
    font-weight 0.25s ease;
}

#tech-switch-clean-1 .tech-title-text {
  line-height: 1.15;
  text-transform: capitalize;
}

/* Chevron */
#tech-switch-clean-1 .tech-chevron {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  position: relative;
  opacity: 0.75;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

#tech-switch-clean-1 .tech-chevron::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(0,0,0,0.55);
  border-bottom: 2px solid rgba(0,0,0,0.55);
  transform: rotate(45deg); /* down chevron */
}

/* Hover (non active) */
#tech-switch-clean-1 .tech-title:hover:not(.active) {
  color: rgb(212, 40, 38);
  background: rgba(212, 40, 38, 0.05);
}

/* Active title */
#tech-switch-clean-1 .tech-title.active {
  color: #111;
  background: transparent;
  transform: none;
}

/* Active chevron -> up */
#tech-switch-clean-1 .tech-item.active .tech-chevron {
  transform: rotate(180deg);
  opacity: 1;
}

/* Detail collapsed/expanded (JS will set height) */
#tech-switch-clean-1 .tech-detail {
  height: 0;
  overflow: hidden;
  padding: 0 12px;
  transition: height 0.35s ease;
  color: #222;
}

#tech-switch-clean-1 .tech-item.active .tech-detail {
  padding-top: 10px;
}

/* Detail typography */
#tech-switch-clean-1 .used-in {
  font-size: 14px;
  color: #666;
  margin: 6px 0 8px;
}

#tech-switch-clean-1 .desc {
  font-size: 16px;
  color: #333;
  margin: 0 0 12px;
  line-height: 1.55;
}

#tech-switch-clean-1 .tech-detail ul {
  padding-left: 18px;
  margin: 0 0 6px;
}

#tech-switch-clean-1 .tech-detail li {
  margin-bottom: 8px;
  font-size: 15px;
  color: #333;
}

/* Right content */
#tech-switch-clean-1.tech-switch.clean .tech-switch-content {
  position: relative;
}

#tech-switch-clean-1.tech-switch.clean .panel {
  display: none;
  animation: panelFade 0.35s ease;
}

#tech-switch-clean-1.tech-switch.clean .panel.active {
  display: block;
  margin: 0 auto;
  text-align: center;
}

#tech-switch-clean-1.tech-switch.clean .tech-switch-content img {
  max-height: 500px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin-bottom: 24px;
}

#tech-switch-clean-1.tech-switch.clean h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

/* Buy button */
#tech-switch-clean-1.tech-switch.clean .tech-buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: rgb(212, 40, 38);
  border-radius: 999px;
  text-decoration: none;
  transition:
    background-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

#tech-switch-clean-1.tech-switch.clean .tech-buy-btn:hover {
  background: rgb(180, 30, 28);
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(212, 40, 38, 0.25);
}

/* Fade animation */
@keyframes panelFade {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Mobile */
@media (max-width: 768px) {

  #tech-switch-clean-1.tech-switch.clean {
    flex-direction: column;
    margin: 20px auto;
  }

  /* 桌面用的右侧区域在移动端隐藏 */
  #tech-switch-clean-1 .tech-switch-content {
    display: none;
  }
  
  #tech-switch-clean-1 .tech-title-text{
      font-size: 21px;
  }

  /* 移动端内联 panel 样式 */
  #tech-switch-clean-1 .panel {
    display: block !important;
    margin: 24px 0 0;
    text-align: center;
  }

  #tech-switch-clean-1 .panel img {
    max-width: 100%;
    height: auto;
    margin-bottom: 16px;
  }
}/* End custom CSS */