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: #0066cc;
}

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

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #0066cc;
}

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

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

.hero-section .lead {
  color: #495057;
  font-size: 1.25rem;
}

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

.btn-primary:hover {
  background-color: #0052a3;
  border-color: #0052a3;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
}

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

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

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

.feature-card {
  background-color: #f8f9fa;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.feature-card h4 {
  color: #212529;
  font-weight: 600;
  margin-bottom: 15px;
}

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

.product-card {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

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

.product-card img {
  height: 250px;
  object-fit: cover;
}

.product-card .card-title {
  color: #212529;
  font-weight: 600;
  font-size: 1.1rem;
}

.product-card .card-text {
  color: #6c757d;
  font-size: 0.95rem;
}

.cta-section {
  background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
  color: #ffffff;
}

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

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

.footer {
  background-color: #212529;
}

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

.footer p {
  color: #adb5bd;
  font-size: 0.9rem;
}

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

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

.footer ul {
  padding-left: 0;
}

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

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #212529;
  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: 0.9rem;
}

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

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

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

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

.contact-form-wrapper {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.contact-form-wrapper h3 {
  color: #212529;
  font-weight: 600;
}

.form-control {
  border: 1px solid #ced4da;
  padding: 12px;
  font-size: 1rem;
}

.form-control:focus {
  border-color: #0066cc;
  box-shadow: 0 0 0 0.2rem rgba(0, 102, 204, 0.25);
}

.contact-info h4,
.business-hours h4 {
  color: #212529;
  font-weight: 600;
  margin-bottom: 15px;
}

.thank-you-content {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.policy-text h2 {
  color: #212529;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 1.75rem;
}

.policy-text h3 {
  color: #495057;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 1.35rem;
}

.policy-text h4 {
  color: #495057;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.15rem;
}

.policy-text p {
  color: #6c757d;
  margin-bottom: 15px;
}

.policy-text ul,
.policy-text ol {
  color: #6c757d;
  margin-bottom: 20px;
}

.policy-text ul li,
.policy-text ol li {
  margin-bottom: 8px;
}

.policy-text a {
  color: #0066cc;
  text-decoration: none;
}

.policy-text a:hover {
  text-decoration: underline;
}

.policy-text .table {
  margin-bottom: 30px;
}

.policy-text .table th {
  background-color: #f8f9fa;
  color: #212529;
  font-weight: 600;
}

.policy-text .table td {
  color: #6c757d;
}

.value-card,
.tip-card {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.value-card h4,
.tip-card h4 {
  color: #212529;
  font-weight: 600;
  margin-bottom: 15px;
}

.value-card p,
.tip-card p {
  color: #6c757d;
}

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

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

  .hero-section .lead {
    font-size: 1.1rem;
  }

  .product-card img {
    height: 200px;
  }

  .cookie-banner .btn {
    margin-top: 10px;
    width: 100%;
  }
}
