/**
 * GnT — Product page
 * Product-specific sections only. Hero and tabs use shared company styles.
 */

.product-page {
  /* Product content styles added later */
}

/* ----- OBC detail section (below Product tabs) ----- */
.product-page__obc-detail {
  padding: 4rem 1.5rem 5rem;
  overflow: hidden;
}

.product-page__obc-container {
  max-width: 75rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 5rem;
}

.product-page__obc-media {
  flex: 0 0 auto;
  width: 100%;
  max-width: 36.5rem;
  position: relative;
  background: #EFEFEF;
  border-radius: 1.875rem;
  overflow: hidden;
  aspect-ratio: 584 / 490;
}

.product-page__obc-image-wrap {
  position: absolute;
  inset: 1.875rem 1.875rem 4.0625rem 1.875rem;
  border-radius: 0;
  overflow: hidden;
}

.product-page__obc-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-page__obc-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 1.875rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0D1E57;
  border-radius: 0.5rem 0 0 0;
  font-family: var(--font-pretendard);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.35;
  color: #FFFFFF;
  text-align: center;
}

.product-page__obc-content {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.75rem;
}

.product-page__obc-label {
  font-family: var(--font-pretendard);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.45;
  color: #CF0006;
  margin: 0;
}

.product-page__obc-title {
  font-family: var(--font-pretendard);
  font-weight: 700;
  font-size: 3.25rem;
  line-height: 1.45;
  color: #151515;
  margin: 0 0 0.625rem;
}

.product-page__obc-desc {
  font-family: var(--font-pretendard);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.65;
  color: #4A4D53;
  margin: 0 0 1rem;
}

.product-page__obc-thumbs {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 8.5rem;
}

.product-page__obc-thumb {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 0.25rem;
  background: none;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.product-page__obc-thumb:hover {
  border-color: rgba(207, 0, 6, 0.5);
}

.product-page__obc-thumb--active {
  border-color: #CF0006;
  background-color:  #EFEFEF;
}

.product-page__obc-thumb img {
  display: block;
  width: 10.3125rem;
  height: auto;
  aspect-ratio: 165 / 99;
  object-fit: cover;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .product-page__obc-detail {
    padding: 3.25rem 1.5rem 4rem;
  }

  .product-page__obc-container {
    align-items: stretch;
    gap: clamp(1.5rem, 3vw, 2.75rem);
  }

  .product-page__obc-media {
    flex: 0 1 52%;
    max-width: 34rem;
  }

  .product-page__obc-content {
    flex: 1 1 48%;
    gap: 1.25rem;
  }

  .product-page__obc-title {
    font-size: clamp(2rem, 3.2vw, 2.5rem);
    line-height: 1.35;
  }

  .product-page__obc-desc {
    font-size: 1.0625rem;
    line-height: 1.6;
  }

  .product-page__obc-thumbs {
    gap: 0.9rem;
    padding-top: clamp(1.25rem, 2.5vw, 2rem);
  }

  .product-page__obc-thumb img {
    width: clamp(8.2rem, 14vw, 9.6rem);
  }
}

@media (max-width: 767px) {
  .product-page__obc-detail {
    padding: 2.5rem 1.25rem 3rem;
  }

  .product-page__obc-container {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
    max-width: 100%;
  }

  .product-page__obc-title {
    font-size: clamp(1.625rem, 6vw, 2rem);
    line-height: 1.3;
  }

  .product-page__obc-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .product-page__obc-thumbs {
    margin-top: 0;
    padding-top: 0.5rem;
    gap: 0.75rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.22) transparent;
  }

  .product-page__obc-thumbs::-webkit-scrollbar {
    height: 5px;
  }

  .product-page__obc-thumbs::-webkit-scrollbar-track {
    background: transparent;
  }

  .product-page__obc-thumbs::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.22);
    border-radius: 4px;
  }

  .product-page__obc-thumb {
    flex: 0 0 auto;
  }

  .product-page__obc-thumb img {
    width: 8.5rem;
  }
}

/* ----- IDC banner under subnav (Figma 7230-1177) ----- */
.product-page__idc-banner {
  padding: 6.25rem 1.5rem 9.75rem;
  background: #FFFFFF;
  overflow: hidden;
}

/* Inductor variant: reduce space below navy highlight */
.product-page__inductor-banner {
  padding-bottom: 5.5rem;
}

.product-page__idc-banner-inner {
  max-width: 75rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.product-page__idc-banner-head {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.product-page__idc-banner-label {
  margin: 0;
  font-family: var(--font-pretendard);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.45;
  color: #CF0006;
}

.product-page__idc-banner-title {
  margin: 0;
  font-family: var(--font-pretendard);
  font-weight: 700;
  font-size: 3.25rem;
  line-height: 1.45;
  color: #151515;
}

.product-page__idc-banner-desc {
  margin: 0;
  font-family: var(--font-pretendard);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.65;
  color: #4A4D53;
}

/* Inductor banner: reuse IDC banner layout with extra navy highlight */
.product-page__inductor-banner .product-page__inductor-highlight {
  margin-top: 1.75rem;
  display: flex;
  justify-content: center;
}

.product-page__inductor-highlight-text {
  margin: 0;
  padding: 0.9rem 1.9rem;
  border-radius: 9999px;
  background: #0D1E57;
  font-family: var(--font-pretendard);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
}

@media (max-width: 1023px) {
  .product-page__idc-banner-title {
    font-size: 2.5rem;
  }

  .product-page__inductor-highlight-text {
    font-size: 0.975rem;
  }
}

@media (max-width: 767px) {
  .product-page__idc-banner {
    padding: 4rem 1rem 5rem;
  }

  .product-page__inductor-banner {
    padding-bottom: 3.5rem;
  }

  .product-page__idc-banner-title {
    font-size: 2rem;
  }

  .product-page__idc-banner-desc {
    font-size: 1rem;
  }

  .product-page__inductor-banner .product-page__inductor-highlight {
    margin-top: 1.5rem;
    justify-content: stretch;
  }

  .product-page__inductor-highlight-text {
    width: 100%;
    padding: 0.9rem 1.4rem;
    box-sizing: border-box;
  }
}

/* ----- IDC intro section (Figma 7230-1192) ----- */
.product-page__idc-intro {
  padding: 4rem 1.5rem 5rem;
  overflow: hidden;
  background: #F6F6F6;
  
}

.product-page__idc-container {
  max-width: 75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.125rem;
  align-items: center;
}

.product-page__idc-content {
  min-width: 0;
  max-width: 37.75rem;
}

.product-page__idc-block {
  margin-bottom: 0;
}

.product-page__idc-block + .product-page__idc-block {
  margin-top: 5rem;
}

.product-page__idc-title {
  margin: 0 0 3rem;
  font-family: var(--font-pretendard);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.45;
  color: #151515;
}

.product-page__idc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-page__idc-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.75rem;
  font-family: var(--font-pretendard);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.65;
  color: #4A4D53;
}

.product-page__idc-list li:last-child {
  margin-bottom: 0;
}

.product-page__idc-list .product-page__idc-list-icon {
  flex-shrink: 0;
  line-height: 0;
}

.product-page__idc-list .product-page__idc-list-icon img {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}

.product-page__idc-media {
  min-width: 0;
}

.product-page__idc-image-wrap {
  border-radius: 1.875rem;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 549 / 448;
  background: #EFEFEF;
}

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

@media (max-width: 1023px) {
  .product-page__idc-container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .product-page__idc-content {
    order: 1;
    max-width: none;
  }

  .product-page__idc-media {
    order: 2;
  }

  .product-page__idc-block + .product-page__idc-block {
    margin-top: 3rem;
  }
}

@media (max-width: 767px) {
  .product-page__idc-intro {
    padding: 2.25rem 1rem 3rem;
  }

  .product-page__idc-container {
    gap: 2rem;
  }

  .product-page__idc-block + .product-page__idc-block {
    margin-top: 2.5rem;
  }

  .product-page__idc-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .product-page__idc-list li {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}

/* ----- Inductor main image section ----- */
.product-page__inductor-visual {
  padding: 2.25rem 1.5rem 4.25rem;
  overflow: hidden;
  background: #FFFFFF;
}

.product-page__inductor-visual-inner {
  max-width: 75rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-page__inductor-card {
  width: 100%;
  margin: 0;
  padding: 3rem 2.5rem 2.75rem;
  border-radius: 1.875rem;
  background: #F2F2F2;
  
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
}

.product-page__inductor-media {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-page__inductor-media img {
  display: block;
  max-width: 38rem; /* ~609px */
  width: 100%;
  height: auto;
  object-fit: contain;
}

.product-page__inductor-caption {
  margin: 0;
  font-family: var(--font-pretendard);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.45;
  color: #4A4D53;
  text-align: center;
}

@media (max-width: 1023px) {
  .product-page__inductor-visual {
    padding: 1.75rem 1.5rem 3.5rem;
  }

  .product-page__inductor-card {
    padding: 2.5rem 2rem 2.5rem;
  }
}

@media (max-width: 767px) {
  .product-page__inductor-visual {
    padding: 1.5rem 1rem 2.5rem;
  }

  .product-page__inductor-card {
    padding: 2.25rem 1.5rem 2.25rem;
    border-radius: 1.5rem;
  }

  .product-page__inductor-caption {
    font-size: 1rem;
  }
}

/* ----- Inductor competitor / result comparison (reuse product diff heading style) ----- */
.inductor-compare-section {
  padding: 3.5rem 1.5rem 0;
}

.inductor-compare-section--spaced {
  margin-bottom: 6rem;
}

.inductor-compare-section__inner {
  max-width: 76.5rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.inductor-compare {
  border-radius: 1.875rem;
  border: 1px solid #E5E5E5;
  padding: 2.25rem 2rem 2.5rem;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 5rem minmax(0, 1fr);
  align-items: stretch;
}



.inductor-compare__side {
  display: flex;
  flex-direction: column;

}

.inductor-compare__head,
.inductor-compare__row {
  padding: 1.1rem 1.5rem;
  font-family: var(--font-pretendard);
  font-size: 1rem;
  line-height: 1.55;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.inductor-compare__head {
  font-weight: 600;
}

.inductor-compare__row + .inductor-compare__row {
  border-top: 1px solid #E0E0E0;
}

.inductor-compare__side--left .inductor-compare__row {
  color: #4A4D53;
}

.inductor-compare__side--right .inductor-compare__row {
  color: #0D1E57;
  font-weight: 600;
}

.inductor-compare__head--left {
  background: #DEDEDE;
  border-radius: 1.25rem 1.25rem 0 0;
}

.inductor-compare__head--right {
  background: #0D1E57;
  color: #FFFFFF;
  border-radius: 1.25rem 1.25rem 0 0;
}

.inductor-compare__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 0;
  gap: 0.25rem;
}

.inductor-compare__center-row {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inductor-compare__arrow {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 1023px) {
  .inductor-compare-section {
    padding: 3rem 1.5rem 0;
  }

  .inductor-compare-section--spaced {
    margin-bottom: 3.5rem;
  }

  .inductor-compare {
    padding: 2rem 1.5rem 2.25rem;
  }

  .inductor-compare {
    grid-template-columns: minmax(0, 1fr) 4rem minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  .inductor-compare-section {
    padding: 2.5rem 1rem 0;
  }

  .inductor-compare-section--spaced {
    margin-bottom: 3.5rem;
  }

  .inductor-compare {
    padding: 1.75rem 1.25rem 2rem;
    border-radius: 1.5rem;
  }

  .inductor-compare {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1.25rem;
  }

  /* Mobile: arrows in one horizontal row (not stacked), centered, not pinned to the right */
  .inductor-compare__center {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.7rem 1.3rem;
    padding: 0.5rem 0 0.75rem;
    width: 100%;
    box-sizing: border-box;
  }

  .inductor-compare__center-row {
    flex: 0 0 auto;
    width: auto;
    justify-content: center;
    min-height: 0;
  }

  .inductor-compare__center-row:empty {
    display: none;
  }

  .inductor-compare__arrow {
    display: block;
    transform: rotate(90deg);
    transform-origin: center center;
    margin: 0.25rem 0;
    max-width: min(2.75rem, 20vw);
    height: auto;
  }
}

/* ----- IDC 핵심 경쟁력 (Figma 7230-1210) ----- */
.product-page__idc-competitiveness {
  padding: 5rem 1.5rem 5rem;
  overflow: hidden;
  background: #FFFFFF;
}

.product-page__idc-competitiveness-inner {
  max-width: 75rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.product-page__idc-competitiveness .product-page__diff-head {
  margin-bottom: 2.5rem;
}

.product-page__idc-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  align-items: stretch;
}

.product-page__idc-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  background: #EBEFF6;
  box-sizing: border-box;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.product-page__idc-card-header {
  flex: 0 0 auto;
  min-height: 4.25rem;
  padding: 1rem 1.5rem;
  background: #0D1E57;
  border-radius: 1.25rem 1.25rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-page__idc-card-title {
  margin: 0 auto;
  max-width: min(100%, 24rem);
  font-family: var(--font-pretendard);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  color: #FFFFFF;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.product-page__idc-card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1.5rem 2.5rem;
  min-height: 0;
}

.product-page__idc-card-desc {
  margin: 0 auto;
  width: 100%;
  max-width: min(100%, 24rem);
  font-family: var(--font-pretendard);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.45;
  color: #4A4D53;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
}

@media (max-width: 1023px) {
  .product-page__idc-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .product-page__idc-competitiveness {
    padding: 2.5rem 1rem 3rem;
  }

  .product-page__idc-competitiveness .product-page__diff-head {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  .product-page__idc-cards {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .product-page__idc-card-header {
    min-height: 3.75rem;
    padding: 0.75rem 1rem;
  }

  .product-page__idc-card-title {
    font-size: 1.125rem;
  }

  .product-page__idc-card-body {
    padding: 1.25rem 1rem 2rem;
  }

  .product-page__idc-card-desc {
    font-size: 0.9375rem;
  }
}

/* ----- Why IDC is Difficult? (Figma 7230-1233) ----- */
.idc-barrier-section {
  padding: clamp(3rem, 6vw, 5rem) 1.5rem clamp(3.5rem, 7vw, 5.5rem);
  overflow: hidden;
  background: #F3F5F9;
}

.idc-barrier-section__inner {
  max-width: 75rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2rem, 4vw, 2.5rem);
}

.idc-barrier-section__headline {
  text-align: center;
  max-width: 42rem;
}

.idc-barrier-section__intro {
  margin: 0 0 0.5rem;
  font-family: var(--font-pretendard);
  font-weight: 400;
  font-size: clamp(0.9375rem, 0.9rem + 0.2vw, 1rem);
  line-height: 1.65;
  color: #4A4D53;
}

.idc-barrier-section__title {
  margin: 0;
  font-family: var(--font-pretendard);
  font-weight: 700;
  font-size: clamp(1.5rem, 1.25rem + 0.8vw, 2rem);
  line-height: 1.45;
  color: #151515;
}

.idc-barrier-section__title-accent {
  color: #CF0006;
}

.idc-barrier-section__card {
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

.idc-barrier-section__card-header {
  padding: 1rem 1.5rem;
  background: #0D1E57;
  text-align: center;
}

.idc-barrier-section__card-title {
  margin: 0;
  font-family: var(--font-pretendard);
  font-weight: 600;
  font-size: clamp(1.125rem, 1rem + 0.4vw, 1.625rem);
  line-height: 1.45;
  color: #FFFFFF;
}

.idc-barrier-section__card-body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 0;
  padding: clamp(1.5rem, 2.5vw, 2.5rem);
}

.idc-barrier-section__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 clamp(1rem, 1.5vw, 1.5rem);
  border-left: 1px solid #E5E8ED;
  min-height: 0;
  box-sizing: border-box;
}

.idc-barrier-section__col:first-child {
  border-left: none;
  padding-left: 0;
}

.idc-barrier-section__icon-wrap {
  width: clamp(4rem, 6vw, 7.5rem);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 1px solid #E5E8ED;
  background: #FFF3F5F9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  margin-bottom: clamp(1rem, 1.5vw, 1.5rem);
  overflow: hidden;
}

.idc-barrier-section__icon {
  width: clamp(2rem, 3.5vw, 2.75rem);
  height: auto;
  object-fit: contain;
  display: block;
}

.idc-barrier-section__col-title {
  margin: 0 0 0.5rem;
  font-family: var(--font-pretendard);
  font-weight: 500;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  line-height: 1.45;
  color: #151515;
}

.idc-barrier-section__col-desc {
  margin: 0;
  font-family: var(--font-pretendard);
  font-weight: 400;
  font-size: clamp(0.875rem, 0.85rem + 0.15vw, 1rem);
  line-height: 1.45;
  color: #4A4D53;
}

.idc-barrier-section__flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1rem, 2vw, 1.25rem);
  text-align: center;
}

.idc-barrier-section__arrow {
  width: clamp(3rem, 5vw, 4rem);
  height: auto;
  display: block;
}

.idc-barrier-section__equation {
  margin: 0;
  font-family: var(--font-pretendard);
  font-weight: 700;
  font-size: clamp(1.25rem, 1rem + 0.6vw, 1.5rem);
  line-height: 1.45;
  color: #2C4EA2;
}

.idc-barrier-section__cta {
  display: inline-block;
  padding: 0.75rem clamp(1.5rem, 3vw, 2.75rem);
  background: #0D1E57;
  color: #FFFFFF;
  font-family: var(--font-pretendard);
  font-weight: 500;
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.375rem);
  line-height: 1.45;
  text-decoration: none;
  border-radius: 9999px;
  transition: background 0.2s ease;
}

.idc-barrier-section__cta:hover {
  background: #1a2d6b;
}

@media (max-width: 1023px) {
  .idc-barrier-section__card-body {
    grid-template-columns: repeat(2, 1fr);
  }

  .idc-barrier-section__col:nth-child(3) {
    border-left: none;
    border-top: 1px solid #E5E8ED;
    padding-top: clamp(1.5rem, 2.5vw, 2rem);
    margin-top: 0;
    grid-column: 1 / -1;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .idc-barrier-section {
    padding: 2.5rem 1rem 3rem;
  }

  .idc-barrier-section__card-body {
    grid-template-columns: 1fr;
    padding: 1.5rem 1rem;
  }

  .idc-barrier-section__col {
    border-left: none;
    border-top: 1px solid #E5E8ED;
    padding-top: 1.5rem;
    padding-left: 0;
  }

  .idc-barrier-section__col:first-child {
    border-top: none;
    padding-top: 0;
  }

  .idc-barrier-section__col:nth-child(3) {
    border-top: 1px solid #E5E8ED;
    padding-top: 1.5rem;
    grid-column: auto;
  }
}

/* ----- Global Customer-Based Business Validation (Figma 7230-1294) ----- */
.idc-global-validation {
  margin-bottom: 4rem;
  position: relative;
  padding: clamp(3rem, 6vw, 5rem) 1.5rem;
  overflow: hidden;
  background: #fff;
}

.idc-global-validation::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: url("../images/pages/globalBG.png");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
}

.idc-global-validation__inner {
  position: relative;
  z-index: 1;
  max-width: 75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: clamp(2rem, 4vw, 3rem);
}

.idc-global-validation__intro {
  position: relative;
  padding: clamp(1.5rem, 3vw, 2.5rem) 0;
  min-height: 0;
}

.idc-global-validation__title-block {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  max-width: 20rem;
}

.idc-global-validation__dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #CF0006;
  flex-shrink: 0;
}

.idc-global-validation__title {
  margin: 0;
  font-family: var(--font-pretendard);
  font-weight: 600;
  font-size: clamp(1.5rem, 1.25rem + 0.8vw, 2rem);
  line-height: 1.45;
  color: #151515;
  text-align: left;
}

.idc-global-validation__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.idc-global-validation__item {
  padding: 1.25rem 1.5rem;
  background: #EBEFF6;
  border-radius: 0.75rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  font-family: var(--font-pretendard);
  font-weight: 400;
  font-size: clamp(0.9375rem, 0.9rem + 0.2vw, 1.125rem);
  line-height: 1.45;
  color: #4A4D53;
  display: flex;
  align-items: center;
  min-height: 0;
  box-sizing: border-box;
}

@media (max-width: 1023px) {
  .idc-global-validation__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .idc-global-validation__intro {
    order: 1;
  }

  .idc-global-validation__list {
    order: 2;
  }

  .idc-global-validation::before {
    width: 100%;
    opacity: 0.07;
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .idc-global-validation:last-of-type {
    padding: 2.5rem 1rem 3.5rem;
    /* Base style has margin-bottom: 4rem; remove it to match OBC mobile footer gap */
    margin-bottom: 0;
  }

  .idc-global-validation__inner {
    gap: 1.5rem;
  }

  .idc-global-validation::before {
    width: 100%;
    opacity: 0.05;
    background-size: contain;
  }

  .idc-global-validation__title-block {
    max-width: none;
  }

  .idc-global-validation__item {
    padding: 1rem 1.25rem;
  }
}

/* ----- 기존 한계 / GnT 차별화 2x2 비교 (Figma 7230-451) ----- */
.product-page__diff {
  padding: 4rem 1.5rem 5rem;
  overflow: hidden;
}

.product-page__diff-inner {
  max-width: 76.5rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.product-page__diff-group {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.product-page__diff-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.25rem;
  margin: 0;
  font-family: var(--font-pretendard);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.45;
  color: #151515;
}

.product-page__diff-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #CF0006;
  flex-shrink: 0;
}

.product-page__diff-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.product-page__diff-card {
  padding: 2rem 1.75rem;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 0;
  box-sizing: border-box;
  text-align: center;
}

.product-page__diff-group--limits .product-page__diff-card {
  background: #F2F2F2;
  border: 1px solid #E5E5E5;
}

.product-page__diff-group--limits .product-page__diff-card-title {
  color: #151515;
}

.product-page__diff-group--limits .product-page__diff-card-desc {
  color: #4A4D53;
}

.product-page__diff-group--gnt .product-page__diff-card {
  background: #EEF2F9;
  border: 1px solid #DDE4F0;
}

.product-page__diff-group--gnt .product-page__diff-card-title {
  color: #0D1E57;
}

.product-page__diff-group--gnt .product-page__diff-card-desc {
  color: #4A4D53;
}

.product-page__diff-card-title {
  margin: 0 auto;
  max-width: min(100%, 27rem);
  font-family: var(--font-pretendard);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-wrap: balance;
  /* CMS stores manual line breaks as \n; innerText/br from admin → same */
  white-space: pre-line;
}

.product-page__diff-card-desc {
  margin: 0 auto;
  width: 100%;
  max-width: min(100%, 28rem);
  font-family: var(--font-pretendard);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  word-break: keep-all;
  overflow-wrap: break-word;
  white-space: pre-line;
}

@media (max-width: 767px) {
  /* Inverter page uses diff as the last section; match OBC mobile bottom spacing */
  .product-page__diff:last-of-type {
    padding: 2.5rem 1rem 3.5rem;
  }

  .product-page__diff-inner {
    gap: 2.5rem;
  }

  .product-page__diff-head {
    font-size: 1.5rem;
  }

  .product-page__diff-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .product-page__diff-card {
    padding: 1.5rem 1.25rem;
  }

  .product-page__diff-card-title {
    font-size: 1.0625rem;
  }

  .product-page__diff-card-desc {
    font-size: 0.9375rem;
  }
}

/* ----- OBC 회로 comparison (Figma 18-895) ----- */
.product-page__circuit {
  padding: 4rem 1.5rem 5rem;
  overflow: hidden;
}

.product-page__circuit-inner {
  max-width: 76.5rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}

.product-page__circuit-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.25rem;
  margin: 0;
  font-family: var(--font-pretendard);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.45;
  color: #151515;
}

.product-page__circuit-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #CF0006;
  flex-shrink: 0;
}

.product-page__circuit-subtitle {
  margin: 0;
  text-align: center;
  font-family: var(--font-pretendard);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.45;
  color: #151515;
}

.product-page__circuit-cols {
  display: flex;
  flex-direction: row;
  align-items: stretch;

}

.product-page__circuit-card {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem;
  border: 1px solid #DEDEDE;
  border-radius: 1.25rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  background: #FFFFFF;
}

.product-page__circuit-card--left {
  background: #FAFAFA;
}

.product-page__circuit-card-header {
  width: 100%;
  padding: 0.75rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-pretendard);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.45;
  color: #FFFFFF;
  background: #A3A3A3;
  border-radius: 0.75rem;
}

.product-page__circuit-card-header--dark {
  background: #0D1E57;
}

.product-page__circuit-images {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.6875rem;
}

.product-page__circuit-images img {
  width: auto;
  max-width: 12.125rem;
  height: auto;
  max-height: 6.25rem;
  object-fit: contain;
  display: block;
}

.product-page__circuit-caption {
  margin: 0;
  font-family: var(--font-pretendard);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.45;
  color: #4A4D53;
}

.product-page__circuit-rows {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.product-page__circuit-row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.125rem 0;
  border-top: 1px solid #E5E5E5;
  font-family: var(--font-pretendard);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.45;
  color: #4A4D53;
}

.product-page__circuit-row:first-child {
  border-top: none;
}

.product-page__circuit-center {
  width: 14rem;
  max-height: 17.5rem;
  margin-top: auto;
  flex: 0 0 14rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  
  background: #151515;
  border-radius: 0.5rem;
  align-self: stretch;
}

.product-page__circuit-center-title,
.product-page__circuit-center-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.125rem 0.5rem;
  font-family: var(--font-pretendard);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.45;
  color: #FFFFFF;
  text-align: center;
}

/* Tablet: keep 3-column layout but make center box + card padding more compact */
@media (max-width: 1199px) and (min-width: 768px) {
  

  .product-page__circuit-card {
    padding: 1rem;
    gap: 1rem;
  }

  .product-page__circuit-center {
    width: clamp(10rem, 22vw, 14rem);
    flex: 0 0 clamp(10rem, 22vw, 14rem);
  }

  .product-page__circuit-center-title,
  .product-page__circuit-center-item {
    font-size: 1rem;
    padding: 1rem 0.5rem;
  }

  .product-page__circuit-row {
    padding: 1rem 0;
    font-size: 1rem;
  }
}

/* Mobile: vertical comparison (center block becomes normal-flow and sits above cards) */
@media (max-width: 767px) {
  .product-page__circuit-cols {
    flex-direction: column;
    align-items: stretch;
  }

  .product-page__circuit-center {
    width: 100%;
    flex: none;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    padding: 1rem 0.5rem;
    align-self: stretch;
  }

  .product-page__circuit-center-title {
    width: 100%;
  }

  .product-page__circuit-center-item {
    width: 100%;
    flex: none;
    min-width: 0;
    padding: 0.75rem 0.5rem;
  }

  .product-page__circuit-row {
    padding: 1rem 0;
    font-size: 1rem;
  }

  .product-page__circuit-card {
    padding: 1rem;
    border-radius: 1rem;
  }
}

@media (max-width: 767px) {
  .product-page__circuit {
    padding: 2.5rem 1rem 4rem;
  }

  .product-page__circuit-subtitle {
    font-size: 1.125rem;
  }
}

/* ----- EMI Competitor section (Figma 7230-658) ----- */
.section-emi-competitor {
  
  overflow: hidden;
  
}

.emi-competitor__inner {
  max-width: 76.5rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.emi-competitor__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.25rem;
}

.emi-competitor__dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #CF0006;
  flex-shrink: 0;
}

.emi-competitor__title {
  margin: 0;
  font-family: var(--font-pretendard);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.45;
  color: #151515;
}

.emi-competitor__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.card-emi-visual {
  background: #F2F2F2;
  border-radius: 1.875rem;
  padding: 2.5rem 2.25rem 2.25rem;
 
  box-sizing: border-box;
}

.card-emi-visual__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  gap: 1.5rem;
  align-items: center;
}

.card-emi-visual__image {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-emi-visual__image img {
  max-width: 24rem; /* ~384px */
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.card-emi-visual__badge-wrap {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

.card-emi-visual__badge {
  margin: 0;
  padding: 0.75rem 1.75rem;
  border-radius: 9999px;
  background: #989898;
  font-family: var(--font-pretendard);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.45;
  color: #fff;
  text-align: center;
}

.card-emi-table {
  box-sizing: border-box;
  border: 1px solid #E5E8ED;
  border-radius: 1.5rem;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.card-emi-table__grid {
  display: grid;
  grid-template-columns: minmax(13.75rem, 14.75rem) 1fr;
  grid-auto-rows: 1fr;
  border-radius: 1.5rem;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.card-emi-table__row {
  display: contents;
}


.card-emi-table__label,
.card-emi-table__value {
  padding: 1.25rem 1.5rem;
  box-sizing: border-box;
  border-top: 1px solid #E5E5E5;
  font-family: var(--font-pretendard);
  font-size: 1rem;
  line-height: 1.6;
}

.card-emi-table__label {
  background: #151515;
  color: #FFFFFF;
  font-weight: 600;
  border-top: none;
}

.card-emi-table__value {
  background: #F8F8F8;
  color: #4A4D53;
  font-weight: 400;
}

.card-emi-table__row:first-child .card-emi-table__label,
.card-emi-table__row:first-child .card-emi-table__value {
  border-top: none;
}

@media (max-width: 1023px) {
  .section-emi-competitor {
    padding: 3.5rem 1.5rem 4rem;
  }

  .card-emi-visual {
    padding: 2rem 1.75rem 2rem;
  }

  .card-emi-visual__grid {
    grid-template-columns: 1fr;
  }

  .card-emi-table__grid {
    grid-template-columns: minmax(11.5rem, 12.5rem) 1fr;
  }
}

@media (max-width: 767px) {
  .section-emi-competitor {
    padding: 2.5rem 1rem 3rem;
  }

  /* Keep EMI page bottom spacing consistent with OBC */
  .section-emi-gnt {
    margin-bottom: 0.5rem;
  }

  .emi-competitor__title {
    font-size: 1.5rem;
  }

  .card-emi-visual {
    padding: 1.75rem 1.25rem 1.75rem;
  }

  .card-emi-visual__badge-wrap {
    margin-top: 1.5rem;
  }

  .card-emi-visual__badge {
    font-size: 0.9375rem;
  }

  .card-emi-table__grid {
    display: flex;
    flex-direction: column;
    border-radius: 1.25rem;
  }

  .card-emi-table__row {
    display: flex;
    flex-direction: column;
  }

  .card-emi-table__label,
  .card-emi-table__value {
    border-top: none;
  }

  .card-emi-table__label {
    border-bottom: 1px solid #2B2B2B;
  }

  .card-emi-table__value {
    background: #F4F4F4;
  }

  .card-emi-table__row + .card-emi-table__row {
    border-top: 1px solid #E5E5E5;
  }
}
