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

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

.header-main {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar {
  padding: 1rem 0;
}

.navbar-brand.logo {
  font-size: 1.75rem;
  font-weight: 700;
  color: #dc2626;
}

.navbar-brand.logo:hover {
  color: #b91c1c;
}

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

.nav-link:hover {
  color: #dc2626;
}

.nav-item.active .nav-link {
  color: #dc2626;
}

.hero-section {
  padding: 5rem 0;
  background-color: #f9fafb;
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
}

.hero-text {
  font-size: 1.25rem;
  color: #4b5563;
  margin-bottom: 2rem;
}

.btn-primary {
  background-color: #dc2626;
  border-color: #dc2626;
  font-weight: 600;
  padding: 0.75rem 2rem;
  transition: all 0.3s ease;
}

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

.btn-outline-primary {
  color: #dc2626;
  border-color: #dc2626;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background-color: #dc2626;
  border-color: #dc2626;
  color: #ffffff;
}

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

.category-card {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.category-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.category-content {
  padding: 2rem;
}

.category-content h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.category-content p {
  color: #4b5563;
  margin-bottom: 1.5rem;
}

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

.info-icon {
  font-size: 3rem;
  color: #dc2626;
  margin-bottom: 1rem;
}

.info-section h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.info-section p {
  color: #4b5563;
}

.footer-main {
  background-color: #1a1a1a;
  color: #ffffff;
}

.footer-main h5 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer-main p {
  color: #d1d5db;
  margin-bottom: 0.5rem;
}

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

.footer-main a:hover {
  color: #dc2626;
}

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

.footer-main ul li {
  margin-bottom: 0.5rem;
}

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

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

.cookie-banner p {
  margin: 0;
  color: #d1d5db;
}

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

.page-header {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 4rem 0 3rem;
  text-align: center;
}

.page-header h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.page-header p {
  font-size: 1.25rem;
  color: #d1d5db;
}

.content-section h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.content-section p {
  color: #4b5563;
  margin-bottom: 1rem;
}

.content-section ul {
  color: #4b5563;
  margin-bottom: 1rem;
}

.contact-box {
  background-color: #f9fafb;
  border-radius: 8px;
}

.contact-box h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.category-featured {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.category-featured img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.category-featured-content {
  padding: 2rem;
}

.category-featured-content h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.info-banner {
  background-color: #f9fafb;
}

.info-banner h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.product-card {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

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

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

.product-card-body {
  padding: 1.5rem;
}

.product-card-body h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.product-card-body p {
  color: #4b5563;
  margin-bottom: 1rem;
}

.product-features {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}

.product-features li {
  color: #4b5563;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e5e7eb;
}

.product-features li:before {
  content: "✓ ";
  color: #dc2626;
  font-weight: 700;
  margin-right: 0.5rem;
}

.info-box {
  background-color: #f9fafb;
  border-radius: 8px;
}

.info-box h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.info-box p {
  color: #4b5563;
  margin-bottom: 1rem;
}

.contact-section h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
}

.contact-section h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.contact-info p,
.contact-hours p {
  color: #4b5563;
}

.contact-form .form-label {
  font-weight: 600;
  color: #1a1a1a;
}

.contact-form .form-control {
  border: 2px solid #e5e7eb;
  border-radius: 4px;
  padding: 0.75rem;
  transition: border-color 0.3s ease;
}

.contact-form .form-control:focus {
  border-color: #dc2626;
  box-shadow: none;
}

.form-check-label {
  color: #4b5563;
}

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

.thank-you-content {
  padding: 3rem 0;
}

.success-icon {
  font-size: 4rem;
  color: #10b981;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #d1fae5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.thank-you-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.thank-you-content .lead {
  font-size: 1.25rem;
  color: #4b5563;
  margin-bottom: 1.5rem;
}

.next-steps {
  background-color: #f9fafb;
}

.next-steps h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.next-steps ul {
  color: #4b5563;
}

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

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

.legal-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.legal-content p {
  color: #4b5563;
  margin-bottom: 1rem;
}

.legal-content ul {
  color: #4b5563;
  margin-bottom: 1rem;
}

.legal-content ul li {
  margin-bottom: 0.5rem;
}

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

  .hero-text {
    font-size: 1rem;
  }

  .navbar-collapse {
    background-color: #ffffff;
    padding: 1rem 0;
  }

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

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

  .hero-title {
    font-size: 1.75rem;
  }

  .category-card img,
  .category-featured img {
    height: 200px;
  }

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

  .cookie-banner .text-right {
    text-align: left;
    margin-top: 1rem;
  }
}
