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

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

.brand-logo {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2563eb;
  letter-spacing: -0.5px;
}

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

.navbar-brand:hover .brand-logo {
  color: #1d4ed8;
}

.nav-link {
  color: #4b5563;
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: color 0.2s;
}

.nav-link:hover,
.nav-link.active {
  color: #2563eb;
}

.hero-section {
  padding: 4rem 0;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: #475569;
  margin-bottom: 2rem;
}

.btn-primary {
  background-color: #2563eb;
  border-color: #2563eb;
  padding: 0.75rem 2rem;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-primary:hover {
  background-color: #1d4ed8;
  border-color: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.btn-outline-primary {
  color: #2563eb;
  border-color: #2563eb;
  padding: 0.75rem 2rem;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-outline-primary:hover {
  background-color: #2563eb;
  border-color: #2563eb;
  color: #ffffff;
}

.features-section {
  background-color: #ffffff;
}

.feature-box {
  padding: 2rem;
  text-align: center;
  transition: transform 0.3s;
}

.feature-box:hover {
  transform: translateY(-5px);
}

.feature-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.feature-box h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 1rem;
}

.feature-box p {
  color: #64748b;
}

.products-preview {
  background-color: #f8fafc;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1e293b;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #64748b;
}

.product-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
}

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

.product-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.product-info {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.product-info h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0.75rem;
}

.product-info p {
  color: #64748b;
  margin-bottom: 1rem;
  flex-grow: 1;
}

.product-features {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  font-size: 0.9rem;
}

.product-features li {
  padding: 0.3rem 0;
  color: #475569;
}

.product-features li:before {
  content: "✓ ";
  color: #10b981;
  font-weight: bold;
  margin-right: 0.5rem;
}

.cta-section {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
}

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

.cta-section .lead {
  color: #e0f2fe;
}

.footer {
  background-color: #1e293b;
  color: #cbd5e1;
}

.footer h5 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 1rem;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #2563eb;
}

.footer-link {
  color: #cbd5e1;
  text-decoration: none;
  margin-left: 1.5rem;
  transition: color 0.2s;
}

.footer-link:hover {
  color: #2563eb;
}

.page-header {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  padding: 3rem 0;
  text-align: center;
}

.page-header h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.5rem;
}

.page-header .lead {
  color: #475569;
  font-size: 1.2rem;
}

.content-section {
  background-color: #ffffff;
}

.info-box {
  padding: 2rem;
  background-color: #f8fafc;
  border-radius: 12px;
  border-left: 4px solid #2563eb;
}

.info-box h4 {
  color: #1e293b;
  font-weight: 600;
  margin-bottom: 1rem;
}

.info-notice {
  background-color: #fef3c7;
  border-left: 4px solid #f59e0b;
  padding: 1.5rem;
  border-radius: 8px;
  margin-top: 2rem;
}

.info-notice h4,
.info-notice h5 {
  color: #92400e;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.info-notice p {
  color: #78350f;
  margin-bottom: 0.5rem;
}

.info-notice a {
  color: #92400e;
  font-weight: 600;
  text-decoration: underline;
}

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

.values-list li {
  padding: 1rem 0;
  border-bottom: 1px solid #e5e7eb;
}

.values-list li:last-child {
  border-bottom: none;
}

.values-list strong {
  color: #2563eb;
}

.contact-info-box {
  background-color: #f8fafc;
  padding: 2rem;
  border-radius: 12px;
}

.contact-info-box h5 {
  color: #1e293b;
  font-weight: 600;
  margin-bottom: 1rem;
}

.form-control:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.25);
}

.form-check-input:checked {
  background-color: #2563eb;
  border-color: #2563eb;
}

.thank-you-section {
  min-height: 60vh;
  display: flex;
  align-items: center;
  background-color: #f8fafc;
}

.thank-you-box {
  background-color: #ffffff;
  padding: 3rem;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.success-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #10b981;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: bold;
}

.policy-content h2 {
  color: #1e293b;
  font-size: 1.75rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  border-top: 2px solid #e5e7eb;
}

.policy-content h2:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}

.policy-content h3 {
  color: #334155;
  font-size: 1.35rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.policy-content p {
  color: #475569;
  margin-bottom: 1rem;
  line-height: 1.7;
}

.policy-content ul {
  margin-bottom: 1rem;
  padding-left: 2rem;
}

.policy-content li {
  color: #475569;
  margin-bottom: 0.5rem;
  line-height: 1.7;
}

.policy-content a {
  color: #2563eb;
  font-weight: 500;
}

.policy-content a:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

.alert {
  border-radius: 8px;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
}

.alert-warning {
  background-color: #fef3c7;
  border-color: #fcd34d;
  color: #92400e;
}

.alert-info {
  background-color: #dbeafe;
  border-color: #93c5fd;
  color: #1e40af;
}

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

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

.cookie-banner p {
  margin: 0;
  font-size: 0.95rem;
  color: #e2e8f0;
}

.cookie-banner a {
  color: #93c5fd;
  text-decoration: underline;
}

.cookie-banner .btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}

.cookie-banner .btn-outline-light:hover {
  background-color: #ffffff;
  color: #1e293b;
}

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

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

  .section-title {
    font-size: 1.75rem;
  }

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

  .footer-link {
    margin-left: 0;
    margin-right: 1rem;
    display: inline-block;
    margin-top: 0.5rem;
  }

  .btn-lg {
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
  }

  .product-image {
    height: 200px;
  }

  .thank-you-box {
    padding: 2rem 1rem;
  }

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

@media (max-width: 576px) {
  .hero-section {
    padding: 2rem 0;
  }

  .product-card {
    margin-bottom: 1.5rem;
  }

  .policy-content h2 {
    font-size: 1.5rem;
  }

  .policy-content h3 {
    font-size: 1.2rem;
  }
}
