* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #2c3e50;
  background-color: #fafafa;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #6b7c6e 0%, #8b9d8e 100%);
  color: #ffffff;
  padding: 20px 0;
  z-index: 9999;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  display: none;
}

.cookie-banner.show {
  display: block;
}

.cookie-banner p {
  margin: 0;
  font-size: 14px;
}

.cookie-banner a {
  color: #ffffff;
  text-decoration: underline;
}

.site-header {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.navbar-brand {
  font-size: 24px;
  font-weight: 700;
  color: #6b7c6e;
}

.navbar-brand:hover {
  color: #8b9d8e;
}

.nav-link {
  color: #2c3e50;
  font-weight: 500;
  margin-left: 15px;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #6b7c6e;
}

.hero-section {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: 100%;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(107, 124, 110, 0.85) 0%, rgba(139, 157, 142, 0.75) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: 20px;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.btn-primary {
  background: linear-gradient(135deg, #6b7c6e 0%, #8b9d8e 100%);
  border: none;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #8b9d8e 0%, #6b7c6e 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(107, 124, 110, 0.3);
}

.btn-outline-primary {
  border: 2px solid #6b7c6e;
  color: #6b7c6e;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 25px;
  background-color: transparent;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background-color: #6b7c6e;
  color: #ffffff;
  transform: translateY(-2px);
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
}

.section-text {
  font-size: 16px;
  color: #5a6c7d;
  line-height: 1.8;
  margin-bottom: 15px;
}

.img-fluid {
  border-radius: 8px;
}

.transparency-block {
  background: linear-gradient(135deg, #f5f7f6 0%, #e8ebe9 100%);
  border-radius: 12px;
  padding: 40px;
  margin-top: 40px;
}

.disclaimer-box {
  background-color: #ffffff;
  border-left: 4px solid #6b7c6e;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.disclaimer-box p {
  font-size: 15px;
  color: #5a6c7d;
  line-height: 1.8;
}

.disclaimer-box a {
  color: #6b7c6e;
  font-weight: 600;
}

.cta-section {
  background: linear-gradient(135deg, #6b7c6e 0%, #8b9d8e 100%);
  color: #ffffff;
}

.cta-title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.cta-text {
  font-size: 18px;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.site-footer {
  background-color: #2c3e50;
  color: #ffffff;
}

.footer-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}

.footer-text {
  font-size: 14px;
  color: #b8c5d3;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #b8c5d3;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-copyright {
  font-size: 14px;
  color: #b8c5d3;
  margin: 0;
}

.page-header {
  background: linear-gradient(135deg, #f5f7f6 0%, #e8ebe9 100%);
}

.page-title {
  font-size: 42px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
}

.page-subtitle {
  font-size: 18px;
  color: #5a6c7d;
}

.disclaimer-banner {
  background-color: #fff8e1;
  border-left: 4px solid #ff9800;
  padding: 20px;
  border-radius: 8px;
}

.disclaimer-banner p {
  margin: 0;
  color: #5a6c7d;
  font-size: 15px;
}

.category-block {
  margin-bottom: 50px;
}

.category-title {
  font-size: 28px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid #6b7c6e;
}

.category-description {
  font-size: 16px;
  color: #5a6c7d;
  margin-bottom: 30px;
}

.product-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 20px rgba(107, 124, 110, 0.15);
}

.product-name {
  font-size: 20px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
}

.product-description {
  font-size: 15px;
  color: #5a6c7d;
  line-height: 1.7;
  margin-bottom: 15px;
}

.product-ingredients {
  background-color: #f5f7f6;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
}

.ingredients-title {
  font-size: 14px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 8px;
}

.ingredients-list {
  font-size: 13px;
  color: #5a6c7d;
  line-height: 1.6;
  margin: 0;
}

.product-fit {
  margin-bottom: 15px;
}

.fit-description {
  font-size: 14px;
  color: #5a6c7d;
  line-height: 1.6;
  margin: 0;
}

.product-tag {
  display: inline-block;
  background: linear-gradient(135deg, #6b7c6e 0%, #8b9d8e 100%);
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.info-notice {
  background-color: #e3f2fd;
  border-left: 4px solid #2196f3;
  padding: 25px;
  border-radius: 8px;
}

.notice-title {
  font-size: 20px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
}

.notice-text {
  font-size: 15px;
  color: #5a6c7d;
  line-height: 1.8;
  margin: 0;
}

.mission-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.mission-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #6b7c6e;
  margin-bottom: 15px;
}

.mission-card-text {
  font-size: 15px;
  color: #5a6c7d;
  line-height: 1.7;
}

.values-content {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.value-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #e8ebe9;
}

.value-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.value-title {
  font-size: 18px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
}

.value-text {
  font-size: 15px;
  color: #5a6c7d;
  line-height: 1.7;
  margin: 0;
}

.approach-card {
  background-color: #f5f7f6;
  border-radius: 8px;
  padding: 20px;
  height: 100%;
}

.approach-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
}

.approach-card-text {
  font-size: 14px;
  color: #5a6c7d;
  line-height: 1.7;
  margin: 0;
}

.approach-text {
  font-size: 16px;
  color: #5a6c7d;
}

.transparency-statement {
  background: linear-gradient(135deg, #f5f7f6 0%, #e8ebe9 100%);
  border-radius: 12px;
  padding: 40px;
  margin-top: 40px;
}

.transparency-content {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 30px;
}

.transparency-text {
  font-size: 15px;
  color: #5a6c7d;
  line-height: 1.8;
  margin-bottom: 20px;
}

.contact-info {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

.contact-item {
  padding-bottom: 15px;
  border-bottom: 1px solid #e8ebe9;
}

.contact-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.contact-label {
  font-size: 14px;
  font-weight: 700;
  color: #6b7c6e;
  margin-bottom: 5px;
}

.contact-value {
  font-size: 15px;
  color: #5a6c7d;
  margin: 0;
}

.contact-form {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.form-control {
  border: 2px solid #e8ebe9;
  border-radius: 8px;
  padding: 12px;
  font-size: 15px;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  border-color: #6b7c6e;
  box-shadow: 0 0 0 0.2rem rgba(107, 124, 110, 0.15);
}

.form-check-input:checked {
  background-color: #6b7c6e;
  border-color: #6b7c6e;
}

.thank-you-section {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thank-you-content {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 50px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.thank-you-title {
  font-size: 36px;
  font-weight: 700;
  color: #2c3e50;
}

.thank-you-text {
  font-size: 18px;
  color: #5a6c7d;
}

.thank-you-note {
  font-size: 15px;
  color: #5a6c7d;
  background-color: #f5f7f6;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #6b7c6e;
}

.policy-section {
  background-color: #ffffff;
}

.policy-title {
  font-size: 36px;
  font-weight: 700;
  color: #2c3e50;
}

.policy-date {
  font-size: 14px;
  color: #8b9d8e;
  font-style: italic;
}

.policy-content {
  font-size: 15px;
  color: #5a6c7d;
  line-height: 1.8;
}

.policy-heading {
  font-size: 24px;
  font-weight: 700;
  color: #2c3e50;
  margin-top: 35px;
  margin-bottom: 15px;
}

.policy-subheading {
  font-size: 18px;
  font-weight: 700;
  color: #6b7c6e;
  margin-top: 20px;
  margin-bottom: 10px;
}

.policy-text {
  margin-bottom: 15px;
}

.policy-list {
  margin-bottom: 20px;
  padding-left: 25px;
}

.policy-list li {
  margin-bottom: 8px;
  line-height: 1.8;
}

.disclaimer-highlight {
  background: linear-gradient(135deg, #fff8e1 0%, #ffecb3 100%);
  border: 2px solid #ff9800;
  border-radius: 12px;
  padding: 30px;
}

.disclaimer-highlight-title {
  font-size: 24px;
  font-weight: 700;
  color: #e65100;
  margin-bottom: 15px;
}

.disclaimer-highlight-text {
  font-size: 16px;
  color: #5a6c7d;
  margin: 0;
}

.disclaimer-footer {
  background: linear-gradient(135deg, #f5f7f6 0%, #e8ebe9 100%);
  border-radius: 12px;
  padding: 30px;
}

.disclaimer-footer-text {
  font-size: 16px;
  color: #2c3e50;
  margin: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .hero-section {
    height: 400px;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .section-title {
    font-size: 26px;
  }

  .page-title {
    font-size: 32px;
  }

  .category-title {
    font-size: 24px;
  }

  .thank-you-content {
    padding: 30px;
  }

  .thank-you-title {
    font-size: 28px;
  }

  .policy-title {
    font-size: 28px;
  }

  .policy-heading {
    font-size: 20px;
  }
}
