/* ================================================
   190파이 미니탕대 백색 상세페이지 스타일
   Product Code: J9540-S7321-N3232
   ================================================ */

/* Reset & Base Styles */
.J9540_wrapper * {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.J9540_wrapper {
  font-family: 'Noto Sans KR', sans-serif !important;
  color: #1f2937 !important;
  background-color: #ffffff !important;
  line-height: 1.6 !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

/* Hero Section */
.J9540_hero {
  background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%) !important;
  padding: 80px 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 40px !important;
  min-height: 500px !important;
}

.J9540_hero_content {
  flex: 1 !important;
  max-width: 600px !important;
}

.J9540_hero_badge {
  display: inline-block !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
  padding: 8px 20px !important;
  border-radius: 20px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-bottom: 20px !important;
}

.J9540_hero_title {
  font-size: 48px !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 20px !important;
  line-height: 1.2 !important;
}

.J9540_hero_subtitle {
  font-size: 20px !important;
  color: #dbeafe !important;
  margin-bottom: 30px !important;
  font-weight: 400 !important;
}

.J9540_hero_specs {
  display: flex !important;
  gap: 15px !important;
  flex-wrap: wrap !important;
}

.J9540_spec_item {
  background-color: rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
  padding: 10px 20px !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.J9540_hero_image {
  flex: 1 !important;
  max-width: 500px !important;
}

.J9540_hero_image img {
  width: 100% !important;
  height: auto !important;
  border-radius: 16px !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3) !important;
}

/* Section Title */
.J9540_section_title {
  font-size: 36px !important;
  font-weight: 900 !important;
  text-align: center !important;
  color: #1f2937 !important;
  margin-bottom: 50px !important;
  padding-top: 80px !important;
}

/* Features Section */
.J9540_features {
  padding: 0 20px 80px !important;
  background-color: #f8fafc !important;
}

.J9540_features_grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 30px !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.J9540_feature_card {
  background-color: #ffffff !important;
  padding: 40px 30px !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  text-align: center !important;
}

.J9540_feature_card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.15) !important;
}

.J9540_feature_icon {
  font-size: 48px !important;
  margin-bottom: 20px !important;
}

.J9540_feature_title {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #2563eb !important;
  margin-bottom: 15px !important;
}

.J9540_feature_desc {
  font-size: 16px !important;
  color: #4b5563 !important;
  line-height: 1.7 !important;
}

/* Specifications Section */
.J9540_specs {
  padding: 0 20px 80px !important;
  background-color: #ffffff !important;
}

.J9540_specs_container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 50px !important;
  align-items: center !important;
}

.J9540_specs_image img {
  width: 100% !important;
  height: auto !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important;
}

.J9540_specs_content {
  background-color: #f8fafc !important;
  padding: 40px !important;
  border-radius: 16px !important;
}

.J9540_spec_row {
  display: flex !important;
  padding: 20px 0 !important;
  border-bottom: 1px solid #e5e7eb !important;
}

.J9540_spec_row:last-child {
  border-bottom: none !important;
}

.J9540_spec_label {
  flex: 0 0 140px !important;
  font-weight: 700 !important;
  color: #2563eb !important;
  font-size: 16px !important;
}

.J9540_spec_value {
  flex: 1 !important;
  color: #1f2937 !important;
  font-size: 16px !important;
}

/* Usage Guide Section */
.J9540_usage {
  padding: 0 20px 80px !important;
  background-color: #f8fafc !important;
}

.J9540_usage_content {
  max-width: 1200px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
  gap: 30px !important;
}

.J9540_usage_card {
  background-color: #ffffff !important;
  padding: 40px !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
  border-left: 4px solid #2563eb !important;
}

.J9540_usage_number {
  display: inline-block !important;
  background: linear-gradient(135deg, #2563eb, #1e40af) !important;
  color: #ffffff !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 50px !important;
  text-align: center !important;
  margin-bottom: 20px !important;
}

.J9540_usage_title {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #1f2937 !important;
  margin-bottom: 15px !important;
}

.J9540_usage_text {
  font-size: 16px !important;
  color: #4b5563 !important;
  line-height: 1.7 !important;
  margin-bottom: 20px !important;
}

.J9540_usage_tags {
  display: flex !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

.J9540_tag {
  background-color: #dbeafe !important;
  color: #2563eb !important;
  padding: 6px 14px !important;
  border-radius: 20px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

/* Reviews Section */
.J9540_reviews {
  padding: 0 20px 80px !important;
  background-color: #ffffff !important;
}

.J9540_reviews_grid {
  max-width: 1200px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 25px !important;
}

.J9540_review_card {
  background-color: #f8fafc !important;
  padding: 30px !important;
  border-radius: 12px !important;
  border: 1px solid #e5e7eb !important;
}

.J9540_review_header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 15px !important;
}

.J9540_review_rating {
  color: #fbbf24 !important;
  font-size: 16px !important;
  letter-spacing: 2px !important;
}

.J9540_review_author {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #2563eb !important;
}

.J9540_review_text {
  font-size: 15px !important;
  color: #1f2937 !important;
  line-height: 1.6 !important;
  margin-bottom: 10px !important;
}

/* CTA Section */
.J9540_cta {
  background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%) !important;
  padding: 80px 20px !important;
  text-align: center !important;
}

.J9540_cta_title {
  font-size: 42px !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 20px !important;
}

.J9540_cta_subtitle {
  font-size: 20px !important;
  color: #dbeafe !important;
  font-weight: 400 !important;
}

/* Footer Section */
.J9540_footer {
  background-color: #1f2937 !important;
  color: #ffffff !important;
  padding: 60px 20px 30px !important;
}

.J9540_footer_content {
  max-width: 1200px !important;
  margin: 0 auto 40px !important;
  display: grid !important;
  grid-template-columns: 1fr 2fr !important;
  gap: 50px !important;
}

.J9540_footer_logo h3 {
  font-size: 28px !important;
  font-weight: 900 !important;
  color: #2563eb !important;
  margin-bottom: 10px !important;
}

.J9540_footer_logo p {
  font-size: 14px !important;
  color: #9ca3af !important;
}

.J9540_footer_info {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
  gap: 20px !important;
}

.J9540_footer_item {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

.J9540_footer_item strong {
  font-size: 14px !important;
  color: #9ca3af !important;
  font-weight: 600 !important;
}

.J9540_footer_item span {
  font-size: 16px !important;
  color: #ffffff !important;
  font-weight: 500 !important;
}

.J9540_footer_copyright {
  border-top: 1px solid #374151 !important;
  padding-top: 30px !important;
  text-align: center !important;
}

.J9540_footer_copyright p {
  font-size: 14px !important;
  color: #6b7280 !important;
}

/* Responsive Design - Mobile */
@media (max-width: 768px) {
  .J9540_hero {
    flex-direction: column !important;
    padding: 60px 20px !important;
    text-align: center !important;
  }

  .J9540_hero_title {
    font-size: 32px !important;
  }

  .J9540_hero_subtitle {
    font-size: 16px !important;
  }

  .J9540_hero_specs {
    justify-content: center !important;
  }

  .J9540_hero_image {
    max-width: 100% !important;
  }

  .J9540_section_title {
    font-size: 28px !important;
    padding-top: 60px !important;
  }

  .J9540_features_grid {
    grid-template-columns: 1fr !important;
  }

  .J9540_specs_container {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .J9540_usage_content {
    grid-template-columns: 1fr !important;
  }

  .J9540_reviews_grid {
    grid-template-columns: 1fr !important;
  }

  .J9540_cta_title {
    font-size: 28px !important;
  }

  .J9540_cta_subtitle {
    font-size: 16px !important;
  }

  .J9540_footer_content {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .J9540_spec_row {
    flex-direction: column !important;
    gap: 8px !important;
  }

  .J9540_spec_label {
    flex: 1 !important;
  }
}
