* {
  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: #333;
}

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

.navbar-light .navbar-nav .nav-link {
  color: #333;
  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: #e85d04;
}

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

.hero-section h1 {
  color: #1a1a1a;
}

.hero-section .lead {
  color: #555;
  font-size: 1.15rem;
}

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

.btn-primary:hover {
  background-color: #dc2f02;
  border-color: #dc2f02;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(232, 93, 4, 0.3);
}

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

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

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

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

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

.category-box {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.category-box:hover {
  background: #fff5f0;
  box-shadow: 0 4px 12px rgba(232, 93, 4, 0.2);
}

.category-box h5 {
  color: #e85d04;
  font-weight: 600;
}

.badge-primary {
  background-color: #e85d04;
  font-size: 1rem;
  padding: 8px 12px;
}

.solution-card {
  background: #fff;
  border-radius: 8px;
  border: 2px solid #f8f9fa;
  transition: all 0.3s ease;
}

.solution-card:hover {
  border-color: #e85d04;
  box-shadow: 0 4px 12px rgba(232, 93, 4, 0.15);
}

.solution-card h4 {
  color: #1a1a1a;
  font-weight: 600;
}

.cert-box {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cert-box h5 {
  color: #e85d04;
  font-weight: 600;
}

.testimonial-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-left: 4px solid #e85d04;
}

.faq-item h5 {
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 10px;
}

.cta-section {
  background: linear-gradient(135deg, #e85d04 0%, #dc2f02 100%);
  color: #fff;
}

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

.cta-section .lead {
  color: rgba(255, 255, 255, 0.95);
}

.cta-section .btn-primary {
  background-color: #fff;
  color: #e85d04;
  border-color: #fff;
}

.cta-section .btn-primary:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #dc2f02;
}

footer {
  font-size: 0.95rem;
}

footer h5 {
  color: #e85d04;
}

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

footer a:hover {
  color: #e85d04 !important;
}

.page-header {
  background: linear-gradient(135deg, #fff5f0 0%, #fff 100%);
  border-bottom: 3px solid #e85d04;
}

.principle-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  min-height: 200px;
}

.principle-card h4 {
  color: #e85d04;
  font-weight: 600;
}

.contact-info-card {
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #e85d04;
}

.contact-info-card h5 {
  color: #e85d04;
  font-weight: 600;
}

.form-control:focus {
  border-color: #e85d04;
  box-shadow: 0 0 0 0.2rem rgba(232, 93, 4, 0.25);
}

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

.thank-you-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.policy-content h2 {
  color: #1a1a1a;
  font-weight: 600;
  margin-top: 30px;
}

.policy-content h4 {
  color: #e85d04;
  font-weight: 600;
}

.policy-content a {
  color: #e85d04;
  text-decoration: underline;
}

.policy-content a:hover {
  color: #dc2f02;
}

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

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

.cookie-consent a {
  color: #fff;
}

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

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

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

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

  .cookie-consent .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .cookie-consent .btn:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .category-box {
    margin-bottom: 15px;
  }

  .principle-card,
  .solution-card,
  .cert-box {
    min-height: auto;
  }
}
