body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: #2d3748;
  background-color: #ffffff
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  line-height: 1.3;
  color: #1a202c
}

.z7m1-box-wrap {
  position: relative;
}

.hero-section {
  min-height: 85vh;
  background-attachment: fixed
}

.navbar-brand {
  font-size: 1.75rem;
  font-weight: 700;
  color: #e53e3e !important;
  font-family: 'Playfair Display', serif
}

.nav-link {
  font-weight: 500;
  color: #4a5568 !important;
  transition: color 0.3s ease;
  padding: 0.5rem 1rem !important
}

.nav-link:hover {
  color: #e53e3e !important;
}

.nav-link.active {
  color: #e53e3e !important;
  font-weight: 600
}

.btn-primary {
  background-color: #e53e3e;
  border-color: #e53e3e;
  font-weight: 600;
  transition: all 0.3s ease;
  border-radius: 8px
}

.btn-primary:hover {
  background-color: #c53030;
  border-color: #c53030;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(229, 62, 62, 0.3)
}

.btn-outline-primary {
  color: #e53e3e;
  border-color: #e53e3e;
  font-weight: 600;
  transition: all 0.3s ease
}

.btn-outline-primary:hover {
  background-color: #e53e3e;
  border-color: #e53e3e;
  color: #ffffff;
  transform: translateY(-2px)
}

.bg-primary {
  background-color: #e53e3e !important
}

.text-primary {
  color: #e53e3e !important;
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
  overflow: hidden
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1)
}

.card-body {
  padding: 2rem
}

.bg-gradient-primary {
  background: linear-gradient(135deg, #e53e3e 0%, #c53030 100%)
}

.bg-secondary {
  background-color: #2d3748 !important;
}

.min-vh-75 {
  min-height: 75vh
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
}

.rounded-3 {
  border-radius: 0.75rem
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 700
}

.display-5 {
  font-size: 3rem;
  font-weight: 700;
}

.display-6 {
  font-size: 2.5rem;
  font-weight: 700
}

.fw-bold {
  font-weight: 700 !important
}

.fw-semibold {
  font-weight: 600 !important;
}

.text-muted {
  color: #718096 !important
}

.bg-light {
  background-color: #f7fafc !important;
}

.form-control:focus {
  border-color: #e53e3e;
  box-shadow: 0 0 0 0.2rem rgba(229, 62, 62, 0.25)
}

.form-select:focus {
  border-color: #e53e3e;
  box-shadow: 0 0 0 0.2rem rgba(229, 62, 62, 0.25);
}

.form-check-input:checked {
  background-color: #e53e3e;
  border-color: #e53e3e
}

.navbar {
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.95) !important
}

.navbar-toggler {
  border: none;
  padding: 0.25rem 0.5rem
}

.navbar-toggler:focus {
  box-shadow: none
}

footer {
  background-color: #1a202c !important
}

footer a:hover {
  color: #e53e3e !important;
  transition: color 0.3s ease
}

#cookieConsent {
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.1)
}

.bg-warning {
  background-color: #ed8936 !important
}

.bg-info {
  background-color: #4299e1 !important;
}

.bg-success {
  background-color: #48bb78 !important
}

.bg-danger {
  background-color: #e53e3e !important;
}

.text-warning {
  color: #ed8936 !important
}

.text-success {
  color: #48bb78 !important;
}

.text-danger {
  color: #e53e3e !important
}

.text-info {
  color: #4299e1 !important
}

@media (max-width: 768px) {
  .display-4 {
    font-size: 2.5rem
  }
  
  .display-5 {
    font-size: 2rem;
  }
  
  .display-6 {
    font-size: 1.75rem
  }
  
  .hero-section {
    min-height: 70vh;
    background-attachment: scroll
  }
  
  .card-body {
    padding: 1.5rem
  }
}

@media (max-width: 576px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem
  }
  
  .btn-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1rem
  }
  
  .navbar-brand {
    font-size: 1.5rem
  }
}

.animate-fade-in {
  animation: fadeIn 0.8s ease-in-out
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 62, 62, 0.25)
}

.lead {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important
}

.border-0 {
  border: 0 !important;
}

.overflow-hidden {
  overflow: hidden !important
}

.position-relative {
  position: relative !important
}

.position-fixed {
  position: fixed !important
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}

.img-fluid {
  max-width: 100%;
  height: auto
}

.d-flex {
  display: flex !important;
}

.justify-content-center {
  justify-content: center !important
}

.align-items-center {
  align-items: center !important;
}