body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding-top: 70px;
  color: #212529;
}

.navbar {
  transition: all 0.3s ease;
}

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

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

.nav-link:hover {
  color: #0066cc !important;
}

.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: #0066cc;
  border-color: #0066cc;
  font-weight: 600;
  padding: 12px 30px;
  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;
  font-weight: 600;
  padding: 12px 30px;
  transition: all 0.3s ease;
}

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

.features-section {
  padding: 80px 0;
}

.feature-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

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

.products-preview {
  padding: 80px 0;
}

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

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

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

.product-card .card-body {
  display: flex;
  flex-direction: column;
}

.product-card .card-text {
  flex-grow: 1;
}

.cta-section {
  background-color: #0066cc;
}

.footer {
  background-color: #212529;
}

.footer a {
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer a:hover {
  opacity: 0.8;
}

.page-header {
  padding: 60px 0 40px;
  margin-top: 20px;
}

.policy-text {
  line-height: 1.8;
}

.policy-text h2 {
  color: #212529;
}

.policy-text h4 {
  color: #495057;
}

.policy-text ul {
  margin-bottom: 1.5rem;
}

.policy-text ul li {
  margin-bottom: 0.5rem;
}

.contact-info-box,
.business-hours {
  border-left: 4px solid #0066cc;
}

.contact-form-box {
  border: 1px solid #dee2e6;
}

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

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

.thank-you-box {
  max-width: 700px;
  margin: 0 auto;
}

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

.map-placeholder {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #dee2e6;
}

.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;
}

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

.cookie-banner .btn-light {
  background-color: #ffffff;
  color: #212529;
  border: none;
  font-weight: 600;
}

.cookie-banner .btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
  font-weight: 600;
}

.cookie-banner .btn-outline-light:hover {
  background-color: #ffffff;
  color: #212529;
}

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

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

  .features-section,
  .products-preview {
    padding: 60px 0;
  }

  .btn-lg {
    padding: 10px 20px;
    font-size: 1rem;
  }

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

  .cookie-banner .text-md-right {
    text-align: center !important;
  }
}

@media (max-width: 576px) {
  body {
    padding-top: 60px;
  }

  .navbar-brand {
    font-size: 1.25rem;
  }

  .display-4 {
    font-size: 2rem;
  }

  .lead {
    font-size: 1rem;
  }
}
