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

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

.site-header {
  background-color: #f9f8f6;
  padding: 30px 0;
  border-bottom: 1px solid #e8e6e3;
}

.navbar-brand {
  font-size: 28px;
  font-weight: 600;
  color: #7a2e38 !important;
  letter-spacing: -0.5px;
}

.navbar-nav .nav-link {
  color: #3a3a3a !important;
  margin-left: 40px;
  font-size: 15px;
  font-weight: 400;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #7a2e38 !important;
}

.navbar-toggler {
  border: 1px solid #7a2e38;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(122, 46, 56, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.hero-section {
  padding: 120px 0 100px;
  background-color: #f9f8f6;
}

.hero-simple {
  padding: 80px 0 60px;
}

.hero-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 80px;
}

.hero-title {
  font-size: 64px;
  font-weight: 300;
  color: #7a2e38;
  margin-bottom: 30px;
  line-height: 1.2;
  letter-spacing: -1px;
}

.hero-subtitle {
  font-size: 20px;
  color: #6b6b6b;
  line-height: 1.6;
  font-weight: 300;
  max-width: 700px;
  margin: 0 auto;
}

.hero-cards {
  margin-top: 0;
}

.exhibit-intro-card {
  background-color: #fff;
  padding: 60px 40px;
  text-align: center;
  border: 1px solid #e8e6e3;
  transition: transform 0.3s ease;
  margin-bottom: 30px;
}

.exhibit-intro-card:hover {
  transform: scale(1.02);
}

.exhibit-intro-card h3 {
  font-size: 24px;
  color: #7a2e38;
  margin-bottom: 15px;
  font-weight: 400;
}

.exhibit-intro-card p {
  font-size: 16px;
  color: #6b6b6b;
  margin: 0;
}

.exhibit-section {
  padding: 100px 0;
  background-color: #f9f8f6;
}

.section-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #7a9b7f;
  margin-bottom: 15px;
  font-weight: 500;
}

.section-title {
  font-size: 48px;
  font-weight: 300;
  color: #3a3a3a;
  margin-bottom: 25px;
  line-height: 1.3;
}

.section-intro {
  font-size: 18px;
  color: #6b6b6b;
  line-height: 1.7;
  max-width: 800px;
  font-weight: 300;
}

.products-section {
  padding: 100px 0;
  background-color: #fff;
}

.products-grid {
  margin-top: 60px;
}

.product-card {
  background-color: #f9f8f6;
  padding: 0;
  border: 1px solid #e8e6e3;
  transition: transform 0.3s ease;
  margin-bottom: 40px;
  overflow: hidden;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background-color: #fff;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.05);
}

.product-name {
  font-size: 20px;
  color: #3a3a3a;
  margin: 25px 25px 15px;
  font-weight: 500;
  line-height: 1.4;
}

.product-description {
  font-size: 15px;
  color: #6b6b6b;
  margin: 0 25px 20px;
  line-height: 1.6;
}

.product-price {
  font-size: 28px;
  color: #7a2e38;
  font-weight: 600;
  margin: 0 25px 25px;
}

.btn-product {
  display: inline-block;
  padding: 12px 30px;
  background-color: transparent;
  color: #7a2e38;
  border: 1px solid #7a2e38;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  margin: 0 25px 25px;
  text-align: center;
}

.btn-product:hover {
  background-color: #7a2e38;
  color: #fff;
  transform: scale(1.02);
  text-decoration: none;
}

.info-section {
  padding: 100px 0;
  background-color: #f9f8f6;
}

.info-cards {
  margin-top: 60px;
}

.info-card {
  background-color: #fff;
  padding: 50px 35px;
  border: 1px solid #e8e6e3;
  margin-bottom: 30px;
  min-height: 250px;
}

.info-card h3 {
  font-size: 22px;
  color: #7a2e38;
  margin-bottom: 20px;
  font-weight: 500;
}

.info-card p {
  font-size: 16px;
  color: #6b6b6b;
  line-height: 1.7;
  margin: 0;
}

.testimonials-section {
  padding: 100px 0;
  background-color: #fff;
}

.testimonial-card {
  background-color: #f9f8f6;
  padding: 50px 40px;
  border-left: 3px solid #7a9b7f;
  margin-bottom: 30px;
}

.testimonial-text {
  font-size: 20px;
  color: #3a3a3a;
  line-height: 1.7;
  margin-bottom: 25px;
  font-style: italic;
  font-weight: 300;
}

.testimonial-author {
  font-size: 15px;
  color: #7a9b7f;
  font-weight: 500;
  margin: 0;
}

.faq-section {
  padding: 100px 0;
  background-color: #f9f8f6;
}

.faq-item {
  margin-bottom: 50px;
}

.faq-item h3 {
  font-size: 20px;
  color: #3a3a3a;
  margin-bottom: 15px;
  font-weight: 500;
}

.faq-item p {
  font-size: 16px;
  color: #6b6b6b;
  line-height: 1.7;
  margin: 0;
}

.cta-section {
  padding: 100px 0;
  background-color: #7a2e38;
  text-align: center;
}

.cta-section h2 {
  font-size: 42px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 300;
}

.cta-section p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
}

.btn-cta {
  display: inline-block;
  padding: 15px 50px;
  background-color: #fff;
  color: #7a2e38;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 2px solid #fff;
}

.btn-cta:hover {
  background-color: transparent;
  color: #fff;
  transform: scale(1.02);
  text-decoration: none;
}

.site-footer {
  background-color: #2d2d2d;
  color: #c4c4c4;
  padding: 80px 0 40px;
}

.site-footer h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 500;
}

.site-footer p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 10px;
}

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

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

.footer-links a {
  color: #c4c4c4;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

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

.footer-bottom {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #444;
  text-align: center;
}

.footer-bottom p {
  font-size: 13px;
  color: #888;
  margin: 0;
}

.content-section {
  padding: 80px 0;
  background-color: #fff;
}

.content-section:nth-child(even) {
  background-color: #f9f8f6;
}

.content-section p {
  font-size: 17px;
  color: #3a3a3a;
  line-height: 1.8;
  margin-bottom: 20px;
}

.about-list {
  font-size: 17px;
  color: #3a3a3a;
  line-height: 1.8;
  margin: 30px 0;
  padding-left: 25px;
}

.about-list li {
  margin-bottom: 15px;
}

.manifest-section {
  padding: 100px 0;
  background-color: #f9f8f6;
}

.manifest-item {
  background-color: #fff;
  padding: 50px 40px;
  border-left: 4px solid #7a9b7f;
  margin-bottom: 30px;
  position: relative;
}

.manifest-item-full {
  border-left-color: #7a2e38;
}

.manifest-number {
  font-size: 48px;
  color: #e8e6e3;
  font-weight: 700;
  position: absolute;
  top: 20px;
  right: 30px;
}

.manifest-item h3 {
  font-size: 24px;
  color: #7a2e38;
  margin-bottom: 15px;
  font-weight: 500;
}

.manifest-item p {
  font-size: 16px;
  color: #6b6b6b;
  line-height: 1.7;
  margin: 0;
}

.contact-section {
  padding: 80px 0;
  background-color: #fff;
}

.contact-info {
  background-color: #f9f8f6;
  padding: 40px;
  border: 1px solid #e8e6e3;
}

.contact-info p {
  font-size: 16px;
  color: #3a3a3a;
  line-height: 1.8;
  margin-bottom: 25px;
}

.contact-info strong {
  color: #7a2e38;
}

.contact-section h2 {
  font-size: 32px;
  color: #3a3a3a;
  margin-bottom: 30px;
  font-weight: 400;
}

.form-group label {
  font-size: 15px;
  color: #3a3a3a;
  font-weight: 500;
  margin-bottom: 10px;
}

.form-control {
  border: 1px solid #e8e6e3;
  padding: 12px 15px;
  font-size: 15px;
  border-radius: 0;
}

.form-control:focus {
  border-color: #7a9b7f;
  box-shadow: none;
}

.form-check-label {
  font-size: 14px;
  color: #6b6b6b;
}

.form-check-label a {
  color: #7a2e38;
  text-decoration: underline;
}

.thankyou-section {
  padding: 120px 0;
  background-color: #f9f8f6;
  text-align: center;
}

.thankyou-content {
  max-width: 700px;
  margin: 0 auto;
}

.thankyou-content h1 {
  font-size: 48px;
  color: #7a2e38;
  margin-bottom: 30px;
  font-weight: 300;
}

.thankyou-content p {
  font-size: 18px;
  color: #6b6b6b;
  line-height: 1.7;
  margin-bottom: 20px;
}

.legal-section {
  padding: 80px 0;
  background-color: #fff;
}

.legal-section h1 {
  font-size: 48px;
  color: #7a2e38;
  margin-bottom: 10px;
  font-weight: 300;
}

.legal-date {
  font-size: 14px;
  color: #999;
  margin-bottom: 50px;
}

.legal-section h2 {
  font-size: 28px;
  color: #3a3a3a;
  margin: 50px 0 20px;
  font-weight: 500;
}

.legal-section h3 {
  font-size: 22px;
  color: #3a3a3a;
  margin: 30px 0 15px;
  font-weight: 500;
}

.legal-section p {
  font-size: 16px;
  color: #3a3a3a;
  line-height: 1.8;
  margin-bottom: 20px;
}

.legal-section ul {
  font-size: 16px;
  color: #3a3a3a;
  line-height: 1.8;
  margin: 20px 0 20px 25px;
}

.legal-section li {
  margin-bottom: 10px;
}

.legal-section a {
  color: #7a2e38;
  text-decoration: underline;
}

.highlight-text {
  background-color: #f9f8f6;
  padding: 20px;
  border-left: 4px solid #7a9b7f;
  font-style: italic;
  margin: 30px 0;
}

.disclaimer-highlight {
  background-color: #7a2e38;
  color: #fff;
  padding: 40px;
  margin-top: 60px;
  text-align: center;
}

.disclaimer-highlight h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
}

.disclaimer-highlight p {
  color: #fff;
  font-size: 18px;
  margin: 0;
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2d2d2d;
  color: #fff;
  padding: 25px 0;
  z-index: 9999;
  display: none;
}

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

.cookie-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  flex-wrap: wrap;
}

.cookie-content p {
  flex: 1;
  margin: 0 20px 0 0;
  font-size: 14px;
  line-height: 1.6;
}

.cookie-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.btn-cookie {
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-cookie.accept {
  background-color: #7a9b7f;
  color: #fff;
}

.btn-cookie.accept:hover {
  background-color: #6a8b6f;
}

.btn-cookie.reject {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.btn-cookie.reject:hover {
  background-color: #444;
}

.cookie-link {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
  margin-left: 10px;
}

@media (max-width: 991px) {
  .hero-title {
    font-size: 42px;
  }

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

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

  .navbar-nav .nav-link {
    margin-left: 0;
    margin-top: 10px;
  }

  .cookie-content {
    flex-direction: column;
    text-align: center;
  }

  .cookie-content p {
    margin: 0 0 20px 0;
  }
}

@media (max-width: 767px) {
  .hero-section {
    padding: 80px 0 60px;
  }

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

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

  .exhibit-intro-card {
    padding: 40px 30px;
  }

  .product-image {
    height: 250px;
  }

  .manifest-number {
    font-size: 36px;
  }

  .cookie-buttons {
    flex-direction: column;
    width: 100%;
  }

  .btn-cookie {
    width: 100%;
  }
}
