html {
  scroll-behavior: smooth;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a202c;
  font-weight: 600;
}

.navbar-custom {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid #e2e8f0;
}

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

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

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

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

.hero h1 {
  color: #1a202c;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  font-size: 3.5rem;
}

.hero .lead {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #4a5568;
}

.hero img {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

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

.btn-primary:hover {
  background-color: #553399;
  border-color: #553399;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(107, 70, 193, 0.3);
}

.btn-primary:focus,
.btn-primary.focus {
  background-color: #553399;
  border-color: #553399;
  box-shadow: 0 0 0 0.2rem rgba(107, 70, 193, 0.5);
}

.btn-outline-primary {
  color: #6b46c1;
  border-color: #6b46c1;
}

.btn-outline-primary:hover {
  background-color: #6b46c1;
  border-color: #6b46c1;
}

.btn-sm {
  padding: 8px 16px;
  font-weight: 600;
}

.benefits {
  padding: 60px 0;
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
}

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

.card-title {
  color: #6b46c1;
  font-size: 1.1rem;
}

.card-text {
  font-size: 0.95rem;
  line-height: 1.7;
}

.product-card {
  border-radius: 8px;
  overflow: hidden;
}

.product-card img {
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-card:hover img {
  transform: scale(1.05);
}

.footer {
  background-color: #2d3748;
  color: #cbd5e0;
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer h6 {
  color: #ffffff;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}

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

.footer a:hover {
  color: #6b46c1;
}

.footer-link {
  color: #cbd5e0;
}

.footer-link:hover {
  color: #6b46c1;
  text-decoration: none;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border-top: 1px solid #e2e8f0;
  padding: 20px 0;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
  z-index: 1000;
}

.text-primary {
  color: #6b46c1 !important;
}

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

.text-muted {
  color: #718096 !important;
}

.border-0 {
  border: none !important;
}

.shadow-sm {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.shadow-lg {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

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

.lead {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.7;
}

a {
  color: #6b46c1;
  text-decoration: none;
}

a:hover {
  color: #553399;
  text-decoration: none;
}

input,
textarea,
select {
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: 10px;
  font-size: 0.95rem;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #6b46c1;
  outline: none;
  box-shadow: 0 0 0 3px rgba(107, 70, 193, 0.1);
}

.form-control {
  border: 1px solid #e2e8f0;
  border-radius: 4px;
}

.form-control:focus {
  border-color: #6b46c1;
  box-shadow: 0 0 0 0.2rem rgba(107, 70, 193, 0.25);
}

.form-check-input {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.3rem;
}

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

.form-check-input:focus {
  border-color: #6b46c1;
  box-shadow: 0 0 0 0.2rem rgba(107, 70, 193, 0.25);
}

ul {
  list-style: none;
  padding-left: 0;
}

ul li {
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
}

ul li:before {
  content: "▸";
  position: absolute;
  left: 0;
  color: #6b46c1;
  font-weight: bold;
}

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

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

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

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

  .navbar-nav .nav-link {
    margin-left: 0;
    padding: 0.5rem 0;
  }

  .cookie-banner .col-md-4 {
    text-align: left;
    margin-top: 1rem;
  }

  .cookie-banner .col-md-4.text-right {
    text-align: left;
  }

  footer {
    padding: 40px 0 20px 0;
  }
}

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

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

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

  .card {
    margin-bottom: 1rem;
  }
}
