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

.navbar-brand {
  font-size: 1.5rem;
  color: #0056b3 !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #495057;
  font-weight: 500;
  padding: 0.5rem 1rem;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #0056b3;
}

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

.hero-section h1 {
  color: #212529;
}

.hero-section .lead {
  color: #495057;
}

.btn-primary {
  background-color: #0056b3;
  border-color: #0056b3;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
}

.btn-primary:hover {
  background-color: #004494;
  border-color: #004494;
}

.btn-outline-primary {
  color: #0056b3;
  border-color: #0056b3;
}

.btn-outline-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  color: #fff;
}

.categories-section {
  background-color: #fff;
}

.category-card {
  padding: 1.5rem;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.category-card h3 {
  color: #212529;
  margin-bottom: 1rem;
}

.category-card p {
  color: #6c757d;
}

.info-section {
  background-color: #f8f9fa;
}

.info-icon {
  font-size: 3rem;
}

.info-section h4 {
  color: #212529;
  margin-bottom: 1rem;
}

.info-section p {
  color: #6c757d;
}

.page-header {
  background-color: #f8f9fa;
}

.page-header h1 {
  color: #212529;
}

.page-header .lead {
  color: #495057;
}

.breadcrumb {
  background-color: transparent;
}

.breadcrumb-item a {
  color: #0056b3;
  text-decoration: none;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.product-card {
  padding: 1.5rem;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  height: 100%;
  transition: box-shadow 0.3s ease;
}

.product-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.product-card h3 {
  color: #212529;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.product-card p {
  color: #6c757d;
}

.product-details h5 {
  color: #212529;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.product-details ul {
  color: #495057;
  padding-left: 1.25rem;
}

.category-showcase {
  padding: 1.5rem;
}

.category-showcase h2 {
  color: #212529;
  margin-bottom: 1rem;
}

.category-showcase p {
  color: #6c757d;
}

.category-showcase ul {
  color: #495057;
}

.info-box {
  background-color: #fff;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.info-box:hover {
  transform: translateY(-5px);
}

.cta-section {
  background-color: #fff;
}

.cta-section h2 {
  color: #212529;
}

.cta-section .lead {
  color: #495057;
}

.contact-section {
  background-color: #fff;
}

.contact-info-box {
  background-color: #f8f9fa;
}

.contact-detail {
  color: #495057;
}

.contact-detail strong {
  color: #212529;
}

.form-control:focus {
  border-color: #0056b3;
  box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.25);
}

.form-check-input:checked {
  background-color: #0056b3;
  border-color: #0056b3;
}

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

.thank-you-content {
  background-color: #f8f9fa;
}

.success-icon {
  display: inline-block;
}

.legal-content {
  background-color: #fff;
}

.legal-content h2 {
  color: #212529;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.75rem;
}

.legal-content h3 {
  color: #495057;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
}

.legal-content p {
  color: #6c757d;
  margin-bottom: 1rem;
}

.legal-content ul {
  color: #6c757d;
  margin-bottom: 1rem;
}

.legal-content a {
  color: #0056b3;
  text-decoration: none;
}

.legal-content a:hover {
  text-decoration: underline;
}

.value-card {
  background-color: #f8f9fa;
  transition: transform 0.3s ease;
}

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

.value-card h4 {
  color: #212529;
  margin-bottom: 0.75rem;
}

.value-card p {
  color: #6c757d;
  margin-bottom: 0;
}

.contact-info-section {
  background-color: #f8f9fa;
}

.footer {
  background-color: #212529;
  color: #fff;
}

.footer h5 {
  color: #fff;
  margin-bottom: 1rem;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.footer .small {
  font-size: 0.875rem;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #212529;
  color: #fff;
  padding: 1rem 0;
  z-index: 9999;
  display: none;
}

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

.cookie-banner p {
  margin: 0;
  font-size: 0.9rem;
}

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

.cookie-banner .btn-sm {
  padding: 0.375rem 1rem;
}

@media (max-width: 768px) {
  .hero-section {
    padding: 40px 0;
  }

  .hero-section h1 {
    font-size: 2rem;
  }

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

  .cookie-banner .btn-sm {
    margin-top: 0.5rem;
    width: 100%;
  }
}
