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

.H7276-T6054-T9553_wrapper {
  font-family: 'Noto Sans KR', sans-serif !important;
  color: #212121 !important;
  background: #FFFFFF !important;
  line-height: 1.6 !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 20px !important;
}

/* Hero Section */
.H7276-T6054-T9553_hero {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 40px !important;
  padding: 60px 20px !important;
  background: linear-gradient(135deg, #FFF8E1 0%, #FFECB3 100%) !important;
  border-radius: 20px !important;
  margin-bottom: 40px !important;
}

.H7276-T6054-T9553_hero-content {
  flex: 1 !important;
  min-width: 300px !important;
}

.H7276-T6054-T9553_badge {
  display: inline-block !important;
  background: #D32F2F !important;
  color: #FFFFFF !important;
  padding: 8px 16px !important;
  border-radius: 20px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
}

.H7276-T6054-T9553_title {
  font-family: 'Noto Serif KR', serif !important;
  font-size: 48px !important;
  font-weight: 900 !important;
  color: #D32F2F !important;
  margin-bottom: 10px !important;
  line-height: 1.2 !important;
}

.H7276-T6054-T9553_subtitle {
  font-size: 20px !important;
  color: #757575 !important;
  margin-bottom: 30px !important;
}

.H7276-T6054-T9553_price-box {
  display: flex !important;
  align-items: baseline !important;
  gap: 5px !important;
}

.H7276-T6054-T9553_price {
  font-size: 56px !important;
  font-weight: 900 !important;
  color: #D32F2F !important;
  font-family: 'Noto Sans KR', sans-serif !important;
}

.H7276-T6054-T9553_currency {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #424242 !important;
}

.H7276-T6054-T9553_hero-image {
  flex: 1 !important;
  min-width: 300px !important;
  text-align: center !important;
}

.H7276-T6054-T9553_hero-image img {
  width: 100% !important;
  max-width: 500px !important;
  height: auto !important;
  border-radius: 15px !important;
  box-shadow: 0 10px 30px rgba(211, 47, 47, 0.2) !important;
}

/* Section Title */
.H7276-T6054-T9553_section-title {
  font-size: 32px !important;
  font-weight: 900 !important;
  color: #212121 !important;
  text-align: center !important;
  margin-bottom: 40px !important;
  padding-top: 20px !important;
}

/* Features Section */
.H7276-T6054-T9553_features {
  padding: 60px 20px !important;
  background: #FFFFFF !important;
}

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

.H7276-T6054-T9553_feature-card {
  background: linear-gradient(135deg, #FFF8E1 0%, #FFFFFF 100%) !important;
  padding: 30px 20px !important;
  border-radius: 15px !important;
  text-align: center !important;
  transition: transform 0.3s ease !important;
  border: 2px solid #FFE082 !important;
}

.H7276-T6054-T9553_feature-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 10px 20px rgba(211, 47, 47, 0.15) !important;
}

.H7276-T6054-T9553_feature-icon {
  font-size: 60px !important;
  margin-bottom: 15px !important;
}

.H7276-T6054-T9553_feature-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #D32F2F !important;
  margin-bottom: 10px !important;
}

.H7276-T6054-T9553_feature-desc {
  font-size: 16px !important;
  color: #616161 !important;
  line-height: 1.5 !important;
}

/* Gallery Section */
.H7276-T6054-T9553_gallery {
  padding: 60px 20px !important;
  background: #FAFAFA !important;
}

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

.H7276-T6054-T9553_gallery-item img {
  width: 100% !important;
  height: auto !important;
  border-radius: 15px !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
  transition: transform 0.3s ease !important;
}

.H7276-T6054-T9553_gallery-item img:hover {
  transform: scale(1.02) !important;
}

/* Cooking Section */
.H7276-T6054-T9553_cooking {
  padding: 60px 20px !important;
  background: #FFFFFF !important;
}

.H7276-T6054-T9553_cooking-steps {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 30px !important;
  justify-content: center !important;
}

.H7276-T6054-T9553_step {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  flex: 1 !important;
  min-width: 300px !important;
  max-width: 350px !important;
  background: linear-gradient(135deg, #FFECB3 0%, #FFF8E1 100%) !important;
  padding: 25px !important;
  border-radius: 15px !important;
  border-left: 5px solid #FF6F00 !important;
}

.H7276-T6054-T9553_step-number {
  font-size: 48px !important;
  font-weight: 900 !important;
  color: #FF6F00 !important;
  width: 70px !important;
  height: 70px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #FFFFFF !important;
  border-radius: 50% !important;
  flex-shrink: 0 !important;
}

.H7276-T6054-T9553_step-content {
  flex: 1 !important;
}

.H7276-T6054-T9553_step-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #212121 !important;
  margin-bottom: 8px !important;
}

.H7276-T6054-T9553_step-desc {
  font-size: 16px !important;
  color: #616161 !important;
  line-height: 1.5 !important;
}

/* Story Section */
.H7276-T6054-T9553_story {
  padding: 60px 20px !important;
  background: linear-gradient(135deg, #FFF8E1 0%, #FFECB3 100%) !important;
}

.H7276-T6054-T9553_story-content {
  max-width: 800px !important;
  margin: 0 auto !important;
}

.H7276-T6054-T9553_story-text {
  font-size: 18px !important;
  color: #424242 !important;
  line-height: 1.8 !important;
  margin-bottom: 20px !important;
  text-align: justify !important;
}

.H7276-T6054-T9553_story-text strong {
  color: #D32F2F !important;
  font-weight: 700 !important;
}

/* Info Section */
.H7276-T6054-T9553_info {
  padding: 60px 20px !important;
  background: #FFFFFF !important;
}

.H7276-T6054-T9553_info-table {
  max-width: 800px !important;
  margin: 0 auto !important;
  background: #FAFAFA !important;
  border-radius: 15px !important;
  overflow: hidden !important;
}

.H7276-T6054-T9553_info-row {
  display: flex !important;
  border-bottom: 1px solid #E0E0E0 !important;
}

.H7276-T6054-T9553_info-row:last-child {
  border-bottom: none !important;
}

.H7276-T6054-T9553_info-label {
  flex: 0 0 150px !important;
  background: #FF6F00 !important;
  color: #FFFFFF !important;
  padding: 20px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}

.H7276-T6054-T9553_info-value {
  flex: 1 !important;
  padding: 20px !important;
  background: #FFFFFF !important;
  color: #424242 !important;
  font-size: 16px !important;
}

/* Notice Section */
.H7276-T6054-T9553_notice {
  padding: 60px 20px !important;
  background: #FAFAFA !important;
}

.H7276-T6054-T9553_notice-box {
  max-width: 800px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
  gap: 20px !important;
}

.H7276-T6054-T9553_notice-item {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  background: #FFFFFF !important;
  padding: 20px !important;
  border-radius: 10px !important;
  border-left: 4px solid #D32F2F !important;
}

.H7276-T6054-T9553_notice-icon {
  font-size: 32px !important;
  flex-shrink: 0 !important;
}

.H7276-T6054-T9553_notice-text {
  font-size: 16px !important;
  color: #424242 !important;
  line-height: 1.5 !important;
}

/* Reviews Section */
.H7276-T6054-T9553_reviews {
  padding: 60px 20px !important;
  background: #FFFFFF !important;
}

.H7276-T6054-T9553_reviews-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
  gap: 25px !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
}

.H7276-T6054-T9553_review-card {
  background: linear-gradient(135deg, #FFF8E1 0%, #FFFFFF 100%) !important;
  padding: 25px !important;
  border-radius: 15px !important;
  border: 2px solid #FFE082 !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.H7276-T6054-T9553_review-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 20px rgba(211, 47, 47, 0.15) !important;
}

.H7276-T6054-T9553_review-stars {
  font-size: 20px !important;
  margin-bottom: 12px !important;
  letter-spacing: 2px !important;
}

.H7276-T6054-T9553_review-text {
  font-size: 15px !important;
  color: #424242 !important;
  line-height: 1.6 !important;
  margin-bottom: 12px !important;
  min-height: 48px !important;
}

.H7276-T6054-T9553_review-author {
  font-size: 13px !important;
  color: #757575 !important;
  font-style: italic !important;
  text-align: right !important;
}

/* Footer */
.H7276-T6054-T9553_footer {
  padding: 60px 20px 40px !important;
  background: linear-gradient(135deg, #212121 0%, #424242 100%) !important;
  color: #FFFFFF !important;
}

.H7276-T6054-T9553_footer-content {
  max-width: 800px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.H7276-T6054-T9553_footer-logo {
  margin-bottom: 30px !important;
}

.H7276-T6054-T9553_footer-brand {
  font-size: 36px !important;
  font-weight: 900 !important;
  color: #FF6F00 !important;
  margin-bottom: 10px !important;
  letter-spacing: 2px !important;
}

.H7276-T6054-T9553_footer-slogan {
  font-size: 16px !important;
  color: #BDBDBD !important;
}

.H7276-T6054-T9553_footer-info {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 30px !important;
  margin-bottom: 30px !important;
  padding: 30px 0 !important;
  border-top: 1px solid #616161 !important;
  border-bottom: 1px solid #616161 !important;
}

.H7276-T6054-T9553_footer-item {
  display: flex !important;
  flex-direction: column !important;
  gap: 5px !important;
}

.H7276-T6054-T9553_footer-label {
  font-size: 14px !important;
  color: #9E9E9E !important;
  font-weight: 500 !important;
}

.H7276-T6054-T9553_footer-text {
  font-size: 16px !important;
  color: #FFFFFF !important;
  font-weight: 700 !important;
}

.H7276-T6054-T9553_footer-copyright {
  margin-top: 20px !important;
}

.H7276-T6054-T9553_footer-copyright p {
  font-size: 14px !important;
  color: #757575 !important;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .H7276-T6054-T9553_wrapper {
    padding: 10px !important;
  }

  .H7276-T6054-T9553_hero {
    flex-direction: column !important;
    padding: 40px 20px !important;
  }

  .H7276-T6054-T9553_title {
    font-size: 36px !important;
  }

  .H7276-T6054-T9553_subtitle {
    font-size: 16px !important;
  }

  .H7276-T6054-T9553_price {
    font-size: 42px !important;
  }

  .H7276-T6054-T9553_currency {
    font-size: 22px !important;
  }

  .H7276-T6054-T9553_section-title {
    font-size: 28px !important;
  }

  .H7276-T6054-T9553_features,
  .H7276-T6054-T9553_gallery,
  .H7276-T6054-T9553_cooking,
  .H7276-T6054-T9553_story,
  .H7276-T6054-T9553_info,
  .H7276-T6054-T9553_notice {
    padding: 40px 15px !important;
  }

  .H7276-T6054-T9553_features-grid {
    grid-template-columns: 1fr !important;
  }

  .H7276-T6054-T9553_gallery-grid {
    grid-template-columns: 1fr !important;
  }

  .H7276-T6054-T9553_step {
    flex-direction: column !important;
    text-align: center !important;
  }

  .H7276-T6054-T9553_info-label {
    flex: 0 0 120px !important;
    font-size: 14px !important;
  }

  .H7276-T6054-T9553_info-value {
    font-size: 14px !important;
  }

  .H7276-T6054-T9553_notice-box {
    grid-template-columns: 1fr !important;
  }

  .H7276-T6054-T9553_reviews-grid {
    grid-template-columns: 1fr !important;
  }

  .H7276-T6054-T9553_footer-brand {
    font-size: 28px !important;
  }

  .H7276-T6054-T9553_footer-info {
    flex-direction: column !important;
    gap: 20px !important;
  }

  .H7276-T6054-T9553_story-text {
    font-size: 16px !important;
    text-align: left !important;
  }

  .H7276-T6054-T9553_feature-icon {
    font-size: 48px !important;
  }
}
