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

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #ffffff;
}

.navbar {
  padding: 1rem 0;
  transition: all 0.3s ease;
}

.navbar-brand {
  font-size: 1.5rem;
  color: #333 !important;
  letter-spacing: -0.5px;
}

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

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

.nav-link.active {
  color: #f4b41a !important;
}

.hero-section {
  position: relative;
  height: 600px;
  margin-top: 72px;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-header {
  padding: 150px 0 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  margin-top: 72px;
}

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

.btn-primary:hover {
  background-color: #d99e15;
  border-color: #d99e15;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(244, 180, 26, 0.3);
}

.btn-outline-primary {
  border-color: #f4b41a;
  color: #f4b41a;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  transition: all 0.3s ease;
}

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

.icon-circle {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #f4b41a 0%, #ffc850 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto;
}

.icon-circle-large {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #f4b41a 0%, #ffc850 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  margin: 0 auto;
}

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

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

.topic-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.topic-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}

.step-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #f4b41a 0%, #ffc850 100%);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.cta-section {
  background: linear-gradient(135deg, #333 0%, #555 100%);
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #333;
  padding: 20px 0;
  z-index: 1000;
  display: none;
}

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

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

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

.accordion .btn-link {
  text-decoration: none;
}

.accordion .card-header {
  border-radius: 0;
}

.contact-info-card {
  background: #f8f9fa;
  border-radius: 10px;
}

.contact-item h6 {
  color: #f4b41a;
}

.thank-you-section {
  padding: 150px 0 80px 0;
  margin-top: 72px;
  min-height: 60vh;
  display: flex;
  align-items: center;
}

.thank-you-icon {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #fff;
  margin: 0 auto;
}

.policy-content h3 {
  color: #333;
  margin-top: 2rem;
}

.policy-content h5 {
  color: #555;
}

.policy-content ul {
  padding-left: 1.5rem;
}

.principle-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.principle-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}

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

.benefit-box:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .hero-section {
    height: 400px;
  }

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

  .page-header {
    padding: 120px 0 60px 0;
  }

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

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

@media (max-width: 576px) {
  .hero-section {
    height: 350px;
  }

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

  .btn-lg {
    padding: 0.6rem 1.5rem;
  }
}
