@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;600;700&display=swap');

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

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', serif;
  color: #1a252f;
  font-weight: 600;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

h2 {
  font-size: 2rem;
  margin-bottom: 1.25rem;
  margin-top: 2.5rem;
  line-height: 1.3;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
  line-height: 1.4;
}

.navbar {
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  padding: 1rem 0;
}

.navbar-brand {
  font-family: 'Roboto Slab', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1565C0;
}

.navbar-brand:hover {
  color: #0d47a1;
}

.navbar-nav .nav-link {
  color: #546e7a;
  font-weight: 500;
  margin-left: 1.5rem;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #1565C0;
}

.hero-section {
  background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 100%);
  padding: 5rem 0;
  margin-bottom: 4rem;
}

.hero-section h1 {
  color: #1565C0;
  margin-bottom: 1.5rem;
}

.hero-section p {
  font-size: 1.25rem;
  color: #546e7a;
  line-height: 1.8;
}

.content-section {
  padding: 4rem 0;
  border-bottom: 1px solid #eceff1;
}

.content-section:last-of-type {
  border-bottom: none;
}

.section-intro {
  font-size: 1.125rem;
  color: #546e7a;
  margin-bottom: 2rem;
  line-height: 1.8;
}

.content-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  margin: 1.5rem 0;
}

.content-image-left {
  float: left;
  margin-right: 2rem;
  margin-bottom: 1rem;
}

.content-image-right {
  float: right;
  margin-left: 2rem;
  margin-bottom: 1rem;
}

.card {
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 2rem;
  background-color: #ffffff;
}

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

.card-title {
  color: #1565C0;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.card-text {
  color: #546e7a;
  line-height: 1.7;
}

.btn-primary {
  background-color: #1565C0;
  border-color: #1565C0;
  padding: 0.75rem 2rem;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #0d47a1;
  border-color: #0d47a1;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(21,101,192,0.3);
}

.btn-outline-primary {
  color: #1565C0;
  border-color: #1565C0;
  padding: 0.75rem 2rem;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background-color: #1565C0;
  border-color: #1565C0;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(21,101,192,0.3);
}

.footer {
  background-color: #263238;
  color: #b0bec5;
  padding: 4rem 0 2rem;
  margin-top: 5rem;
}

.footer h5 {
  color: #ffffff;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

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

.footer a:hover {
  color: #1565C0;
}

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

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

.footer-bottom {
  border-top: 1px solid #37474f;
  padding-top: 2rem;
  margin-top: 3rem;
  text-align: center;
  color: #78909c;
  font-size: 0.9rem;
}

.disclaimer-box {
  background-color: #e3f2fd;
  border-left: 4px solid #1565C0;
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 6px;
}

.disclaimer-box h3 {
  color: #1565C0;
  font-size: 1.25rem;
  margin-top: 0;
}

.disclaimer-box p {
  margin-bottom: 0.75rem;
  color: #455a64;
}

.faq-item {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #eceff1;
}

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

.faq-question {
  color: #1565C0;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.faq-answer {
  color: #546e7a;
  line-height: 1.8;
}

.form-control:focus {
  border-color: #1565C0;
  box-shadow: 0 0 0 0.2rem rgba(21,101,192,0.25);
}

.contact-info-box {
  background-color: #f5f7fa;
  padding: 2rem;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.contact-info-box h3 {
  color: #1565C0;
  margin-bottom: 1.5rem;
}

.contact-info-box p {
  margin-bottom: 0.5rem;
  color: #546e7a;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #263238;
  color: #ffffff;
  padding: 1.5rem;
  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-bottom: 1rem;
  color: #b0bec5;
}

.cookie-banner .btn {
  margin-right: 1rem;
}

.policy-content {
  line-height: 1.8;
  color: #546e7a;
}

.policy-content h2 {
  color: #1565C0;
  margin-top: 3rem;
}

.policy-content h3 {
  color: #455a64;
}

.policy-content ul {
  margin-bottom: 1.5rem;
}

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

table {
  width: 100%;
  margin: 2rem 0;
  border-collapse: collapse;
}

table th {
  background-color: #1565C0;
  color: #ffffff;
  padding: 1rem;
  text-align: left;
  font-weight: 600;
}

table td {
  padding: 1rem;
  border-bottom: 1px solid #eceff1;
  color: #546e7a;
}

table tr:hover {
  background-color: #f5f7fa;
}

.alert-info {
  background-color: #e3f2fd;
  border-color: #1565C0;
  color: #0d47a1;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  
  h2 {
    font-size: 1.75rem;
  }
  
  h3 {
    font-size: 1.25rem;
  }
  
  .hero-section {
    padding: 3rem 0;
  }
  
  .hero-section p {
    font-size: 1.125rem;
  }
  
  .content-section {
    padding: 2.5rem 0;
  }
  
  .content-image-left,
  .content-image-right {
    float: none;
    margin: 1.5rem auto;
    display: block;
  }
  
  .navbar-nav .nav-link {
    margin-left: 0;
  }
}
