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

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

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

.nav-link:hover,
.nav-link.active {
  color: #7c3aed !important;
}

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

.min-vh-75 {
  min-height: 75vh;
}

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

.page-header {
  padding: 100px 0 60px;
  background: linear-gradient(135deg, #7c3aed 0%, #9333ea 100%);
  color: #ffffff;
  text-align: center;
}

.page-header h1,
.page-header .lead {
  color: #ffffff;
}

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

.btn-primary:hover {
  background-color: #6d28d9;
  border-color: #6d28d9;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.4);
}

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

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

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

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

.icon-circle {
  width: 60px;
  height: 60px;
  background-color: #7c3aed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.icon-text {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
}

.icon-circle-large {
  width: 80px;
  height: 80px;
  background-color: #7c3aed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle-large .icon-text {
  font-size: 2rem;
}

.benefits-list li {
  list-style: none;
  padding-left: 30px;
  position: relative;
}

.benefits-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #7c3aed;
  font-weight: bold;
  font-size: 1.2rem;
}

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

.service-features {
  list-style: none;
  padding-left: 0;
}

.service-features li {
  padding: 8px 0;
  padding-left: 30px;
  position: relative;
}

.service-features li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #7c3aed;
  font-weight: bold;
}

.benefit-item {
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #7c3aed;
}

.benefit-item h5 {
  color: #7c3aed;
  margin-bottom: 10px;
}

.cta-section {
  background: linear-gradient(135deg, #7c3aed 0%, #9333ea 100%);
  color: #ffffff;
}

.cta-section h2,
.cta-section .lead {
  color: #ffffff;
}

.footer-section {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 60px 0 20px;
}

.footer-section h5 {
  color: #7c3aed;
  margin-bottom: 20px;
}

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

.footer-section a:hover {
  color: #7c3aed;
}

.footer-section ul {
  padding-left: 0;
}

.footer-section ul li {
  list-style: none;
  margin-bottom: 8px;
}

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

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

.cookie-consent a {
  color: #7c3aed;
  text-decoration: underline;
}

.step-number {
  width: 60px;
  height: 60px;
  background-color: #7c3aed;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto;
}

.policy-content h2 {
  color: #7c3aed;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 1.75rem;
}

.policy-content h3 {
  color: #6d28d9;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.25rem;
}

.policy-content p {
  margin-bottom: 15px;
  line-height: 1.8;
}

.policy-content ul {
  margin-bottom: 20px;
  padding-left: 30px;
}

.policy-content ul li {
  margin-bottom: 10px;
}

.values-list {
  list-style: none;
  padding-left: 0;
}

.values-list li {
  padding: 12px 0;
  padding-left: 35px;
  position: relative;
}

.values-list li::before {
  content: "★";
  position: absolute;
  left: 0;
  color: #7c3aed;
  font-size: 1.2rem;
}

.thank-you-content {
  padding: 60px 0;
}

.success-icon {
  display: flex;
  justify-content: center;
}

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

  .section-padding {
    padding: 40px 0;
  }

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

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

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