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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #2c3e50;
  background-color: #ffffff;
}

.brand-logo {
  font-size: 24px;
  font-weight: 700;
  color: #c62828;
  letter-spacing: -0.5px;
}

.navbar {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  padding: 1rem 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #2c3e50;
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: color 0.3s ease;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #c62828;
}

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

.hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 20px;
  color: #546e7a;
  margin-bottom: 30px;
  line-height: 1.6;
}

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

.btn-primary:hover {
  background-color: #b71c1c;
  border-color: #b71c1c;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(198, 40, 40, 0.3);
}

.btn-outline-primary {
  color: #c62828;
  border-color: #c62828;
  padding: 12px 32px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
}

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

.section-intro,
.section-principles,
.section-habits,
.section-benefits,
.section-consultant,
.section-testimonials,
.section-faq,
.section-about,
.section-difference,
.section-contact {
  padding: 80px 0;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
}

.section-description {
  font-size: 18px;
  color: #546e7a;
  max-width: 800px;
  margin: 0 auto;
}

.principle-card,
.benefit-card,
.testimonial-card,
.difference-card {
  padding: 30px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

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

.principle-card h3,
.benefit-card h4,
.difference-card h4 {
  font-size: 22px;
  font-weight: 700;
  color: #c62828;
  margin-bottom: 15px;
}

.habit-list,
.consultant-list,
.approach-list {
  list-style: none;
  padding-left: 0;
}

.habit-list li,
.consultant-list li,
.approach-list li {
  padding: 10px 0;
  padding-left: 30px;
  position: relative;
}

.habit-list li:before,
.consultant-list li:before,
.approach-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #c62828;
  font-weight: 700;
  font-size: 18px;
}

.testimonial-card {
  text-align: center;
}

.testimonial-card p {
  font-style: italic;
  color: #546e7a;
  margin-bottom: 20px;
}

.testimonial-author {
  font-weight: 600;
  color: #c62828;
}

.faq-item {
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.faq-question {
  padding: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background-color: #fafafa;
}

.faq-question h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
}

.faq-icon {
  font-size: 24px;
  color: #c62828;
  font-weight: 700;
}

.faq-answer {
  padding: 0 20px 20px;
}

.section-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #c62828 0%, #b71c1c 100%);
  color: #ffffff;
}

.cta-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cta-description {
  font-size: 18px;
  margin-bottom: 30px;
}

.section-cta .btn-primary {
  background-color: #ffffff;
  color: #c62828;
  border-color: #ffffff;
}

.section-cta .btn-primary:hover {
  background-color: #f5f5f5;
  color: #b71c1c;
  border-color: #f5f5f5;
}

.page-header {
  padding: 60px 0;
  background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
  text-align: center;
}

.page-header h1 {
  font-size: 42px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
}

.page-header p {
  font-size: 18px;
  color: #546e7a;
}

.value-item {
  margin-bottom: 25px;
}

.value-item h4 {
  font-size: 20px;
  font-weight: 700;
  color: #c62828;
  margin-bottom: 10px;
}

.contact-info {
  background: #fafafa;
  padding: 30px;
  border-radius: 12px;
}

.contact-item {
  margin-bottom: 20px;
}

.contact-item h5 {
  font-size: 18px;
  font-weight: 700;
  color: #c62828;
  margin-bottom: 5px;
}

.contact-form-container {
  background: #fafafa;
  padding: 40px;
  border-radius: 12px;
}

.form-control {
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  border-color: #c62828;
  box-shadow: 0 0 0 0.2rem rgba(198, 40, 40, 0.15);
}

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

.thank-you-section {
  padding: 100px 0;
}

.thank-you-icon {
  width: 100px;
  height: 100px;
  background: #c62828;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  margin: 0 auto;
}

.thank-you-title {
  font-size: 42px;
  font-weight: 700;
  color: #2c3e50;
  margin: 20px 0;
}

.thank-you-message {
  font-size: 20px;
  color: #546e7a;
}

.thank-you-info {
  background: #fafafa;
  padding: 40px;
  border-radius: 12px;
}

.next-step {
  padding: 20px;
}

.step-number {
  width: 50px;
  height: 50px;
  background: #c62828;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto 15px;
}

.legal-content {
  padding: 60px 0;
}

.legal-content h2 {
  font-size: 28px;
  font-weight: 700;
  color: #2c3e50;
  margin-top: 40px;
  margin-bottom: 20px;
}

.legal-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #c62828;
  margin-top: 30px;
  margin-bottom: 15px;
}

.legal-content ul {
  margin-bottom: 20px;
}

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

.disclaimer-alert {
  background: #fff3cd;
  border-left: 4px solid #c62828;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 40px;
}

.disclaimer-alert h2 {
  margin-top: 0;
  color: #c62828;
}

.footer {
  background: #2c3e50;
  color: #ffffff;
  padding: 60px 0 20px;
}

.footer-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

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

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a,
.footer-bottom a {
  color: #b0bec5;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover,
.footer-bottom a:hover {
  color: #c62828;
}

.footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #37474f;
}

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

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

.cookie-banner p {
  margin: 0;
  font-size: 14px;
}

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

.cookie-banner .btn-light {
  background: #ffffff;
  color: #2c3e50;
  border: none;
}

.cookie-banner .btn-outline-light {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

@media (max-width: 991px) {
  .hero-title {
    font-size: 36px;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .section-title {
    font-size: 28px;
  }

  .cta-title {
    font-size: 28px;
  }
}

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

  .hero-title {
    font-size: 28px;
  }

  .section-intro,
  .section-principles,
  .section-habits,
  .section-benefits,
  .section-consultant,
  .section-testimonials,
  .section-faq,
  .section-about,
  .section-difference,
  .section-contact {
    padding: 60px 0;
  }

  .contact-form-container {
    padding: 30px 20px;
  }

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