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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica", "Arial", sans-serif;
  line-height: 1.6;
  color: #2d3436;
  background-color: #ffffff;
}

.navbar-brand {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2d7a5f !important;
  letter-spacing: 0.5px;
}

.navbar {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.nav-link {
  color: #636e72 !important;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
  color: #2d7a5f !important;
}

.hero {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9f5f0 100%);
}

.hero-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #2d3436;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-text {
  font-size: 1.1rem;
  color: #636e72;
  margin-bottom: 30px;
  line-height: 1.8;
}

.btn-primary {
  background-color: #2d7a5f;
  border-color: #2d7a5f;
  padding: 12px 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #246b50;
  border-color: #246b50;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(45, 122, 95, 0.3);
}

.btn-outline-primary {
  color: #2d7a5f;
  border-color: #2d7a5f;
  padding: 12px 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background-color: #2d7a5f;
  border-color: #2d7a5f;
  transform: translateY(-2px);
}

h1,
h2,
h3,
h4,
h5 {
  color: #2d3436;
  font-weight: 700;
}

h2 {
  margin-bottom: 30px;
}

.product-card {
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.product-card img {
  border-radius: 8px 8px 0 0;
  height: 250px;
  object-fit: cover;
}

.card-title {
  color: #2d3436;
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.card-text {
  color: #636e72;
  line-height: 1.7;
}

.ingredient-list {
  list-style: none;
  padding-left: 0;
}

.ingredient-list li {
  padding: 10px 0;
  padding-left: 30px;
  position: relative;
  color: #636e72;
}

.ingredient-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2d7a5f;
  font-weight: 700;
  font-size: 1.2rem;
}

.routine-card,
.featured-card,
.testimonial-card,
.positioning-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.testimonial-card {
  border-left: 4px solid #2d7a5f;
}

.testimonial-author {
  font-weight: 600;
  color: #2d7a5f;
  margin-top: 15px;
}

.faq-item h4 {
  color: #2d7a5f;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.footer {
  background-color: #2d3436;
}

.footer h5 {
  color: #ffffff;
  margin-bottom: 20px;
}

.footer p,
.footer-links {
  color: #b2bec3;
}

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

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

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

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

.bg-primary {
  background-color: #2d7a5f !important;
}

.page-header h1 {
  font-size: 2.5rem;
}

.page-header .lead {
  font-size: 1.2rem;
  color: #636e72;
}

.product-subtitle {
  color: #2d7a5f;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.product-description h4 {
  color: #2d7a5f;
  font-size: 1.1rem;
  margin-top: 25px;
  margin-bottom: 15px;
}

.contact-form .form-control {
  border: 2px solid #dfe6e9;
  padding: 12px 15px;
  transition: border-color 0.3s ease;
}

.contact-form .form-control:focus {
  border-color: #2d7a5f;
  box-shadow: 0 0 0 0.2rem rgba(45, 122, 95, 0.15);
}

.contact-info {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.legal-content {
  font-size: 0.95rem;
  line-height: 1.8;
}

.legal-content h2 {
  color: #2d7a5f;
  font-size: 1.6rem;
  margin-top: 40px;
}

.legal-content h4 {
  color: #2d3436;
  font-size: 1.2rem;
  margin-top: 25px;
}

.legal-content ul {
  margin-top: 15px;
  margin-bottom: 15px;
}

.legal-content ul li {
  margin-bottom: 8px;
  color: #636e72;
}

.about-mission img,
.about-location img {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.thank-you-content {
  padding: 60px 20px;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2d3436;
  color: #ffffff;
  padding: 20px 0;
  z-index: 9999;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  display: none;
}

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

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

.cookie-content p {
  margin: 0;
  flex: 1;
  min-width: 300px;
  margin-bottom: 10px;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-buttons .btn {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero {
    padding: 40px 0;
  }

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

  .cookie-content p {
    margin-bottom: 15px;
  }

  .cookie-buttons {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 1.6rem;
  }

  .btn-primary,
  .btn-outline-primary {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  .card-title {
    font-size: 1.1rem;
  }
}
