/* 전역 스타일 리셋 - 제품 코드로 범위 제한 */
.R8185-A6560-F0973_wrapper * {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.R8185-A6560-F0973_wrapper {
  font-family: 'Noto Sans KR', sans-serif !important;
  color: #2d2d2d !important;
  background: linear-gradient(135deg, #f8f5f0 0%, #fff8f0 100%) !important;
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 40px 20px !important;
}

/* 히어로 섹션 */
.R8185-A6560-F0973_hero {
  background: linear-gradient(135deg, #8b6f47 0%, #a0826d 100%) !important;
  border-radius: 30px !important;
  padding: 60px 40px !important;
  margin-bottom: 60px !important;
  box-shadow: 0 20px 60px rgba(139, 111, 71, 0.3) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 40px !important;
  overflow: hidden !important;
  position: relative !important;
}

.R8185-A6560-F0973_hero::before {
  content: '☕' !important;
  position: absolute !important;
  font-size: 200px !important;
  opacity: 0.1 !important;
  right: -50px !important;
  top: -50px !important;
  z-index: 0 !important;
}

.R8185-A6560-F0973_hero-content {
  flex: 1 !important;
  z-index: 1 !important;
}

.R8185-A6560-F0973_title {
  font-family: 'Noto Serif KR', serif !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 20px !important;
  line-height: 1.3 !important;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2) !important;
}

.R8185-A6560-F0973_subtitle {
  font-size: 24px !important;
  color: #fff8e7 !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
}

.R8185-A6560-F0973_hero-image {
  flex: 1 !important;
  z-index: 1 !important;
}

.R8185-A6560-F0973_hero-image img {
  width: 100% !important;
  max-width: 500px !important;
  height: auto !important;
  border-radius: 20px !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3) !important;
  transition: transform 0.3s ease !important;
}

.R8185-A6560-F0973_hero-image img:hover {
  transform: scale(1.05) !important;
}

/* 섹션 타이틀 */
.R8185-A6560-F0973_section-title {
  font-family: 'Noto Serif KR', serif !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  color: #8b6f47 !important;
  text-align: center !important;
  margin-bottom: 50px !important;
  position: relative !important;
  padding-bottom: 20px !important;
}

.R8185-A6560-F0973_section-title::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 100px !important;
  height: 4px !important;
  background: linear-gradient(90deg, transparent, #8b6f47, transparent) !important;
  border-radius: 2px !important;
}

/* 제품 특징 섹션 */
.R8185-A6560-F0973_features {
  margin-bottom: 80px !important;
}

.R8185-A6560-F0973_feature-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
  gap: 30px !important;
}

.R8185-A6560-F0973_feature-card {
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 40px 30px !important;
  text-align: center !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
  transition: all 0.3s ease !important;
  border: 2px solid transparent !important;
}

.R8185-A6560-F0973_feature-card:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 20px 50px rgba(139, 111, 71, 0.2) !important;
  border-color: #d4a574 !important;
}

.R8185-A6560-F0973_feature-icon {
  font-size: 60px !important;
  margin-bottom: 20px !important;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1)) !important;
}

.R8185-A6560-F0973_feature-title {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #8b6f47 !important;
  margin-bottom: 15px !important;
}

.R8185-A6560-F0973_feature-desc {
  font-size: 16px !important;
  color: #666666 !important;
  line-height: 1.6 !important;
}

/* 갤러리 섹션 */
.R8185-A6560-F0973_gallery {
  margin-bottom: 80px !important;
}

.R8185-A6560-F0973_gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)) !important;
  gap: 30px !important;
}

.R8185-A6560-F0973_gallery-item {
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
  transition: transform 0.3s ease !important;
}

.R8185-A6560-F0973_gallery-item:hover {
  transform: scale(1.03) !important;
}

.R8185-A6560-F0973_gallery-item img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* 제품 정보 섹션 */
.R8185-A6560-F0973_product-info {
  margin-bottom: 80px !important;
}

.R8185-A6560-F0973_info-table {
  background: #ffffff !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
  max-width: 800px !important;
  margin: 0 auto !important;
}

.R8185-A6560-F0973_info-row {
  display: flex !important;
  border-bottom: 1px solid #f0f0f0 !important;
}

.R8185-A6560-F0973_info-row:last-child {
  border-bottom: none !important;
}

.R8185-A6560-F0973_info-label {
  flex: 0 0 200px !important;
  background: linear-gradient(135deg, #8b6f47 0%, #a0826d 100%) !important;
  color: #ffffff !important;
  padding: 25px 30px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  display: flex !important;
  align-items: center !important;
}

.R8185-A6560-F0973_info-value {
  flex: 1 !important;
  padding: 25px 30px !important;
  color: #2d2d2d !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

/* 사용 방법 섹션 */
.R8185-A6560-F0973_usage {
  margin-bottom: 80px !important;
}

.R8185-A6560-F0973_usage-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
  gap: 30px !important;
}

.R8185-A6560-F0973_usage-item {
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 40px 30px !important;
  text-align: center !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  border: 2px solid transparent !important;
}

.R8185-A6560-F0973_usage-item:hover {
  transform: translateY(-10px) !important;
  border-color: #d4a574 !important;
  box-shadow: 0 20px 50px rgba(139, 111, 71, 0.2) !important;
}

.R8185-A6560-F0973_usage-number {
  display: inline-block !important;
  width: 60px !important;
  height: 60px !important;
  background: linear-gradient(135deg, #8b6f47 0%, #a0826d 100%) !important;
  color: #ffffff !important;
  border-radius: 50% !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 60px !important;
  margin-bottom: 20px !important;
  box-shadow: 0 5px 15px rgba(139, 111, 71, 0.3) !important;
}

.R8185-A6560-F0973_usage-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #8b6f47 !important;
  margin-bottom: 15px !important;
}

.R8185-A6560-F0973_usage-desc {
  font-size: 15px !important;
  color: #666666 !important;
  line-height: 1.6 !important;
}

/* 리뷰 섹션 */
.R8185-A6560-F0973_reviews {
  margin-bottom: 80px !important;
}

.R8185-A6560-F0973_review-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 30px !important;
}

.R8185-A6560-F0973_review-card {
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 35px 30px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
  transition: all 0.3s ease !important;
  border-left: 5px solid #d4a574 !important;
}

.R8185-A6560-F0973_review-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 15px 40px rgba(139, 111, 71, 0.15) !important;
}

.R8185-A6560-F0973_review-stars {
  font-size: 20px !important;
  margin-bottom: 15px !important;
  letter-spacing: 3px !important;
}

.R8185-A6560-F0973_review-text {
  font-size: 16px !important;
  color: #2d2d2d !important;
  line-height: 1.8 !important;
  margin-bottom: 20px !important;
  font-weight: 500 !important;
}

.R8185-A6560-F0973_review-author {
  font-size: 14px !important;
  color: #8b6f47 !important;
  font-weight: 700 !important;
  text-align: right !important;
}

/* 푸터 섹션 */
.R8185-A6560-F0973_footer {
  background: linear-gradient(135deg, #8b6f47 0%, #a0826d 100%) !important;
  border-radius: 30px !important;
  padding: 50px 40px !important;
  margin-top: 80px !important;
  color: #ffffff !important;
  box-shadow: 0 20px 60px rgba(139, 111, 71, 0.3) !important;
}

.R8185-A6560-F0973_footer-content {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
  gap: 40px !important;
  text-align: center !important;
}

.R8185-A6560-F0973_footer-logo h3 {
  font-family: 'Noto Serif KR', serif !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
  color: #ffffff !important;
}

.R8185-A6560-F0973_footer-logo p {
  font-size: 16px !important;
  color: #fff8e7 !important;
}

.R8185-A6560-F0973_footer-info p {
  font-size: 15px !important;
  line-height: 2 !important;
  color: #ffffff !important;
  margin-bottom: 8px !important;
}

.R8185-A6560-F0973_footer-info strong {
  font-weight: 700 !important;
  color: #fff8e7 !important;
}

.R8185-A6560-F0973_footer-copyright p {
  font-size: 14px !important;
  color: #fff8e7 !important;
  opacity: 0.9 !important;
  line-height: 1.8 !important;
}

/* 반응형 디자인 - 태블릿 */
@media (max-width: 768px) {
  .R8185-A6560-F0973_wrapper {
    padding: 30px 15px !important;
  }

  .R8185-A6560-F0973_hero {
    flex-direction: column !important;
    padding: 40px 30px !important;
    text-align: center !important;
  }

  .R8185-A6560-F0973_title {
    font-size: 36px !important;
  }

  .R8185-A6560-F0973_subtitle {
    font-size: 20px !important;
  }

  .R8185-A6560-F0973_section-title {
    font-size: 28px !important;
  }

  .R8185-A6560-F0973_feature-grid,
  .R8185-A6560-F0973_usage-grid,
  .R8185-A6560-F0973_review-grid {
    grid-template-columns: 1fr !important;
  }

  .R8185-A6560-F0973_gallery-grid {
    grid-template-columns: 1fr !important;
  }

  .R8185-A6560-F0973_info-row {
    flex-direction: column !important;
  }

  .R8185-A6560-F0973_info-label {
    flex: 1 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  }

  .R8185-A6560-F0973_footer {
    padding: 40px 20px !important;
  }

  .R8185-A6560-F0973_footer-content {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
}

/* 반응형 디자인 - 모바일 */
@media (max-width: 480px) {
  .R8185-A6560-F0973_wrapper {
    padding: 20px 10px !important;
  }

  .R8185-A6560-F0973_hero {
    padding: 30px 20px !important;
    margin-bottom: 40px !important;
  }

  .R8185-A6560-F0973_title {
    font-size: 28px !important;
  }

  .R8185-A6560-F0973_subtitle {
    font-size: 16px !important;
  }

  .R8185-A6560-F0973_section-title {
    font-size: 24px !important;
    margin-bottom: 30px !important;
  }

  .R8185-A6560-F0973_feature-card,
  .R8185-A6560-F0973_usage-item,
  .R8185-A6560-F0973_review-card {
    padding: 25px 20px !important;
  }

  .R8185-A6560-F0973_feature-icon {
    font-size: 50px !important;
  }

  .R8185-A6560-F0973_feature-title,
  .R8185-A6560-F0973_usage-title {
    font-size: 18px !important;
  }

  .R8185-A6560-F0973_feature-desc,
  .R8185-A6560-F0973_usage-desc,
  .R8185-A6560-F0973_review-text {
    font-size: 14px !important;
  }

  .R8185-A6560-F0973_usage-number {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    font-size: 24px !important;
  }

  .R8185-A6560-F0973_info-label,
  .R8185-A6560-F0973_info-value {
    padding: 20px 15px !important;
    font-size: 14px !important;
  }

  .R8185-A6560-F0973_footer {
    padding: 30px 15px !important;
    margin-top: 60px !important;
  }

  .R8185-A6560-F0973_footer-logo h3 {
    font-size: 24px !important;
  }

  .R8185-A6560-F0973_footer-info p,
  .R8185-A6560-F0973_footer-copyright p {
    font-size: 13px !important;
  }
}
