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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #2c2c2c;
  background-color: #ffffff;
}

.navbar {
  padding: 1rem 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

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

.navbar-brand:hover {
  color: #a02020 !important;
}

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

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

.hero-section {
  position: relative;
  margin-top: 70px;
  min-height: 600px;
  display: flex;
  align-items: center;
}

.hero-image {
  position: relative;
  width: 100%;
}

.hero-image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.page-header {
  padding: 120px 0 60px;
  background-color: #f8f8f8;
  margin-bottom: 0;
}

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

.page-header .lead {
  font-size: 1.25rem;
  color: #666;
}

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

.section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 2rem;
}

.text-accent {
  color: #c62828 !important;
}

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

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

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

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

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

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

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

.benefit-list li {
  padding: 12px 0;
  padding-left: 30px;
  position: relative;
}

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

.format-card,
.audience-box,
.approach-card,
.expectation-box {
  padding: 1.5rem;
  background-color: #ffffff;
  border-radius: 8px;
  height: 100%;
}

.testimonial-card {
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.testimonial-card p:first-child {
  font-style: italic;
  color: #4a4a4a;
  margin-bottom: 1rem;
}

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

.faq-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #e0e0e0;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-item h4 {
  color: #2c2c2c;
  margin-bottom: 0.75rem;
}

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

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

.cta-section .lead {
  color: #ffffff;
  opacity: 0.95;
}

.footer {
  padding: 0;
}

.footer h5 {
  font-weight: 700;
  margin-bottom: 1.25rem;
}

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

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

.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #ffffff;
  text-decoration: underline;
}

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

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

.cookie-banner p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.cookie-banner a {
  color: #ffffff;
}

.contact-form-wrapper {
  background-color: #f8f8f8;
  padding: 2rem;
  border-radius: 8px;
}

.contact-info-box {
  padding: 1.25rem;
  background-color: #f8f8f8;
  border-radius: 8px;
  border-left: 4px solid #c62828;
}

.contact-info-box h4 {
  color: #c62828;
  margin-bottom: 0.75rem;
}

.contact-info-box a {
  color: #2c2c2c;
  font-weight: 600;
  text-decoration: none;
}

.contact-info-box a:hover {
  color: #c62828;
}

.form-note {
  color: #666;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.thank-you-box {
  padding: 3rem;
  background-color: #f8f8f8;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.legal-page {
  padding: 120px 0 60px;
}

.legal-page h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c2c2c;
}

.legal-page h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.legal-page h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2c2c2c;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.legal-content {
  max-width: 900px;
  margin: 0 auto;
}

.legal-content p,
.legal-content ul,
.legal-content ol {
  margin-bottom: 1rem;
  color: #4a4a4a;
  line-height: 1.8;
}

.legal-content ul,
.legal-content ol {
  padding-left: 2rem;
}

.legal-content li {
  margin-bottom: 0.5rem;
}

.legal-content a {
  color: #c62828;
  text-decoration: none;
}

.legal-content a:hover {
  text-decoration: underline;
}

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

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

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

  .hero-image img {
    height: 400px;
  }
}

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

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

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

  .hero-image img {
    height: 350px;
  }

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

  .cookie-banner .col-lg-4 {
    text-align: center;
  }
}
