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;
  letter-spacing: 0.5px;
}
.hero-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.page-header {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  color: white;
}
.page-header h1 {
  color: white;
}
.page-header p {
  color: rgba(255, 255, 255, 0.9);
}
.icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto;
}
.benefits-list li {
  padding-left: 0;
  list-style: none;
}
.advantage-card {
  padding: 20px;
}
.advantage-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto;
}
.target-list {
  list-style: none;
  padding-left: 0;
}
.target-list li {
  padding: 8px 0;
  padding-left: 25px;
  position: relative;
}
.target-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
}
.feature-box {
  padding: 30px 20px;
}
.feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin: 0 auto;
}
.step-number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto;
}
.process-step {
  padding: 20px;
}
.contact-info-box {
  border: 1px solid #dee2e6;
}
.success-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  margin: 0 auto;
}
.thank-you-box {
  max-width: 700px;
  margin: 0 auto;
}
.policy-section h2 {
  margin-top: 30px;
}
.policy-section h5 {
  color: #495057;
  margin-top: 20px;
}
.values-list {
  list-style: none;
  padding-left: 0;
}
.faq-item {
  padding: 20px;
  background: white;
  border-radius: 5px;
  border-left: 4px solid #28a745;
}
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #343a40;
  color: white;
  padding: 20px 0;
  z-index: 9999;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  display: none;
}
.cookie-consent.show {
  display: block;
}
.cookie-consent p {
  margin: 0;
}
.cookie-consent a {
  color: #20c997;
  text-decoration: underline;
}
footer a {
  text-decoration: none;
  transition: color 0.3s ease;
}
footer a:hover {
  color: #20c997 !important;
}
@media (max-width: 768px) {
  .hero-section {
    padding: 40px 0;
  }
  .hero-section h1 {
    font-size: 2rem;
  }
  .display-4 {
    font-size: 2.5rem;
  }
}
