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

.text-purple {
  color: #7c3aed !important;
}

.text-purple-light {
  color: #a78bfa !important;
}

.bg-purple {
  background-color: #7c3aed !important;
}

.bg-light-purple {
  background-color: #f5f3ff !important;
}

.btn-purple {
  background-color: #7c3aed;
  border-color: #7c3aed;
  color: #ffffff;
}

.btn-purple:hover {
  background-color: #6d28d9;
  border-color: #6d28d9;
  color: #ffffff;
}

.btn-outline-purple {
  border-color: #7c3aed;
  color: #7c3aed;
}

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

.navbar-brand {
  font-size: 1.5rem;
  letter-spacing: -0.5px;
}

.hero {
  padding: 80px 0;
}

.hero h1 {
  color: #1f2937;
}

.hero .lead {
  color: #4b5563;
}

.feature-box {
  background: #ffffff;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e5e7eb;
  height: 100%;
}

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

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

.icon-circle svg {
  color: #7c3aed;
}

.product-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.product-card .card-img-top {
  border-radius: 8px 8px 0 0;
  height: 250px;
  object-fit: cover;
}

.product-card .card-title {
  color: #1f2937;
}

.product-benefits {
  border-top: 1px solid #e5e7eb;
  padding-top: 10px;
}

.value-box {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

.custom-list {
  padding-left: 20px;
}

.custom-list li {
  margin-bottom: 10px;
}

.contact-form-box {
  border-radius: 8px;
}

.form-control:focus {
  border-color: #7c3aed;
  box-shadow: 0 0 0 0.2rem rgba(124, 58, 237, 0.25);
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #7c3aed;
  border-color: #7c3aed;
}

.thank-you-box {
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}

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

.policy-text {
  font-size: 0.95rem;
  line-height: 1.8;
}

.policy-text h2 {
  color: #1f2937;
}

.policy-text a {
  font-weight: 500;
}

.info-box {
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}

.page-header {
  border-bottom: 1px solid #e5e7eb;
}

.footer {
  border-top: 4px solid #7c3aed;
}

.footer a:hover {
  color: #a78bfa !important;
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1f2937;
  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 p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.navbar {
  border-bottom: 1px solid #e5e7eb;
}

.navbar-nav .nav-link {
  color: #4b5563;
  font-weight: 500;
  margin-left: 15px;
  transition: color 0.3s ease;
}

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

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

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

  .navbar-nav .nav-link {
    margin-left: 0;
    padding: 10px 0;
  }

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

  .text-md-right {
    text-align: left !important;
  }
}

@media (max-width: 576px) {
  .display-4 {
    font-size: 2rem;
  }

  .lead {
    font-size: 1rem;
  }
}
