/* 기본 스타일 리셋 */
.tks-container * {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: 'Noto Sans KR', sans-serif !important;
  line-height: 1.6 !important;
  color: #333 !important;
}

/* 컨테이너 스타일 */
.tks-container {
  max-width: 1000px !important;
  margin: 0 auto !important;
  padding: 20px !important;
  background-color: #fff !important;
}

/* 헤더 섹션 */
.tks-header {
  text-align: center !important;
  margin-bottom: 30px !important;
  padding: 20px 0 !important;
  border-bottom: 2px solid #ff8c00 !important;
}

.tks-product-category {
  font-size: 14px !important;
  color: #888 !important;
  margin-bottom: 10px !important;
}

.tks-product-title {
  font-size: 32px !important;
  font-weight: 700 !important;
  margin: 15px 0 !important;
  color: #ff8c00 !important;
  font-family: 'Noto Serif KR', serif !important;
}

.tks-product-subtitle {
  font-size: 18px !important;
  color: #666 !important;
  margin-bottom: 15px !important;
}

/* 메인 이미지 섹션 */
.tks-main-image-section {
  margin: 30px auto !important;
  text-align: center !important;
}

.tks-main-image {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 10px !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

/* 정보 카드 섹션 */
.tks-info-cards {
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  margin: 40px 0 !important;
  gap: 20px !important;
}

.tks-info-card {
  flex: 1 !important;
  min-width: 200px !important;
  background-color: #fff5e6 !important;
  border-radius: 10px !important;
  padding: 20px !important;
  text-align: center !important;
  box-shadow: 0 3px 10px rgba(255, 140, 0, 0.1) !important;
  border: 1px solid #ffd9a3 !important;
}

.tks-info-card-icon {
  font-size: 36px !important;
  margin-bottom: 10px !important;
}

.tks-info-card-title {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #666 !important;
  margin-bottom: 5px !important;
}

.tks-info-card-content {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #ff8c00 !important;
}

/* 스토리 섹션 */
.tks-story-section {
  margin: 50px 0 !important;
}

.tks-story-heading {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #ff8c00 !important;
  margin: 30px 0 15px 0 !important;
  font-family: 'Noto Serif KR', serif !important;
  border-bottom: 2px solid #ffca80 !important;
  padding-bottom: 10px !important;
}

.tks-story-text {
  font-size: 18px !important;
  line-height: 1.8 !important;
  margin-bottom: 20px !important;
}

/* 배너 */
.tks-banner {
  display: flex !important;
  align-items: center !important;
  background-color: #ff8c00 !important;
  padding: 15px 25px !important;
  border-radius: 10px !important;
  margin: 25px 0 !important;
  color: white !important;
}

.tks-banner-icon {
  font-size: 32px !important;
  margin-right: 20px !important;
  color: white !important;
}

.tks-banner-text {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: white !important;
}

/* 제품 특징 */
.tks-features {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
  margin: 25px 0 !important;
}

.tks-feature-item {
  display: flex !important;
  align-items: flex-start !important;
  background-color: #fff5e6 !important;
  padding: 20px !important;
  border-radius: 10px !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
}

.tks-feature-icon {
  font-size: 30px !important;
  margin-right: 20px !important;
  flex-shrink: 0 !important;
}

.tks-feature-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #ff8c00 !important;
  margin-bottom: 10px !important;
}

.tks-feature-desc {
  font-size: 16px !important;
  color: #666 !important;
  line-height: 1.6 !important;
}

/* 영양 정보 섹션 */
.tks-nutrition-section {
  display: flex !important;
  background-color: #fff5e6 !important;
  border-radius: 10px !important;
  padding: 30px !important;
  margin: 25px 0 !important;
  gap: 30px !important;
  align-items: center !important;
}

.tks-nutrition-icon-large {
  font-size: 80px !important;
  flex-shrink: 0 !important;
}

.tks-nutrition-content {
  flex-grow: 1 !important;
}

.tks-nutrition-title {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #ff8c00 !important;
  margin-bottom: 20px !important;
}

.tks-nutrition-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  margin-bottom: 20px !important;
}

.tks-nutrition-item {
  display: flex !important;
  align-items: center !important;
}

.tks-nutrition-name {
  font-weight: 500 !important;
  width: 100px !important;
  flex-shrink: 0 !important;
}

.tks-nutrition-bar {
  height: 15px !important;
  background-color: #ffd9a3 !important;
  border-radius: 10px !important;
  margin: 0 15px !important;
  flex-grow: 1 !important;
}

.tks-nutrition-bar.low {
  width: 30% !important;
}

.tks-nutrition-bar.medium {
  width: 65% !important;
}

.tks-nutrition-bar.high {
  width: 90% !important;
  background-color: #ff8c00 !important;
}

.tks-nutrition-value {
  width: 60px !important;
  flex-shrink: 0 !important;
  text-align: right !important;
  font-weight: 500 !important;
}

.tks-nutrition-desc {
  font-size: 16px !important;
  color: #666 !important;
  margin-top: 15px !important;
}

/* 활용 아이디어 그리드 */
.tks-usage-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
  gap: 20px !important;
  margin: 25px 0 !important;
}

.tks-usage-card {
  background-color: white !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid #ffd9a3 !important;
}

.tks-usage-image {
  height: 150px !important;
  background-size: cover !important;
  background-position: center !important;
}

.tks-usage-image.orange-smoothie {
  background-color: #ffeecc !important;
  background-image: url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="40" fill="%23ffaa33"/><path d="M30,40 C30,30 70,30 70,40 L65,70 C65,75 35,75 35,70 Z" fill="%23ffffff"/></svg>') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.tks-usage-image.orange-marinade {
  background-color: #ffeecc !important;
  background-image: url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><rect x="30" y="20" width="40" height="60" fill="%23cc6633"/><ellipse cx="50" cy="20" rx="20" ry="10" fill="%23cc6633"/></svg>') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.tks-usage-image.orange-salad {
  background-color: #ffeecc !important;
  background-image: url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="30" fill="%2366aa33"/><circle cx="35" cy="40" r="10" fill="%23ff9933"/><circle cx="65" cy="40" r="10" fill="%23ff9933"/><circle cx="50" cy="60" r="10" fill="%23ff9933"/></svg>') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.tks-usage-image.orange-dessert {
  background-color: #ffeecc !important;
  background-image: url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M30,60 C30,40 70,40 70,60 L70,70 C70,75 30,75 30,70 Z" fill="%23ffffff"/><circle cx="40" cy="50" r="8" fill="%23ff9933"/><circle cx="60" cy="50" r="8" fill="%23ff9933"/></svg>') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.tks-usage-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #ff8c00 !important;
  margin: 15px 15px 10px 15px !important;
}

.tks-usage-desc {
  font-size: 14px !important;
  color: #666 !important;
  margin: 0 15px 15px 15px !important;
  line-height: 1.5 !important;
}

/* 보관 방법 알림 */
.tks-storage-alert {
  display: flex !important;
  align-items: center !important;
  background-color: #ffeecc !important;
  padding: 20px !important;
  border-radius: 10px !important;
  border-left: 5px solid #ff8c00 !important;
  margin: 25px 0 !important;
}

.tks-storage-icon {
  font-size: 36px !important;
  margin-right: 20px !important;
  color: #ff8c00 !important;
}

.tks-storage-content {
  flex-grow: 1 !important;
}

.tks-storage-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #ff8c00 !important;
  margin-bottom: 5px !important;
}

.tks-storage-desc {
  font-size: 16px !important;
  color: #666 !important;
}

/* 보관 팁 */
.tks-storage-tips {
  margin: 25px 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 15px !important;
}

.tks-storage-tip-item {
  display: flex !important;
  align-items: center !important;
  background-color: #f9f9f9 !important;
  padding: 15px !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
}

.tks-storage-tip-icon {
  font-size: 24px !important;
  margin-right: 15px !important;
  color: #ff8c00 !important;
}

.tks-storage-tip-text {
  font-size: 16px !important;
  color: #666 !important;
}

/* 제품 상세 정보 섹션 */
.tks-product-details {
  background-color: #f9f9f9 !important;
  border-radius: 10px !important;
  padding: 20px !important;
  margin: 20px 0 !important;
}

.tks-detail-item {
  display: flex !important;
  border-bottom: 1px solid #eee !important;
  padding: 12px 0 !important;
}

.tks-detail-item:last-child {
  border-bottom: none !important;
}

.tks-detail-label {
  font-weight: 700 !important;
  width: 120px !important;
  flex-shrink: 0 !important;
}

.tks-detail-value {
  flex-grow: 1 !important;
}

/* 푸터 섹션 */
.tks-footer {
  margin-top: 50px !important;
  padding: 30px 0 !important;
  border-top: 1px solid #eee !important;
}

.tks-footer-info {
  text-align: center !important;
  font-size: 14px !important;
  color: #888 !important;
  line-height: 1.8 !important;
}

.tks-footer-company {
  font-weight: 700 !important;
  margin-bottom: 5px !important;
}

/* 반응형 디자인 */
@media screen and (max-width: 768px) {
  .tks-container {
    padding: 15px !important;
  }
  
  .tks-product-title {
    font-size: 26px !important;
  }
  
  .tks-product-subtitle {
    font-size: 16px !important;
  }
  
  .tks-info-cards {
    flex-direction: column !important;
  }
  
  .tks-info-card {
    width: 100% !important;
    margin-bottom: 15px !important;
  }
  
  .tks-feature-item {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  
  .tks-feature-icon {
    margin-right: 0 !important;
    margin-bottom: 15px !important;
  }
  
  .tks-nutrition-section {
    flex-direction: column !important;
    padding: 20px !important;
  }
  
  .tks-nutrition-icon-large {
    margin-bottom: 20px !important;
  }
  
  .tks-usage-grid {
    grid-template-columns: 1fr !important;
  }
  
  .tks-storage-alert {
    flex-direction: column !important;
    text-align: center !important;
  }
  
  .tks-storage-icon {
    margin-right: 0 !important;
    margin-bottom: 15px !important;
  }
  
  .tks-detail-item {
    flex-direction: column !important;
  }
  
  .tks-detail-label {
    width: 100% !important;
    margin-bottom: 5px !important;
  }
}
