.legal-page[data-astro-cid-54yfhwe5] {
  min-height: 100vh;
  background: linear-gradient(135deg, #fff5eb 0%, #fff 100%);
  padding: 2rem 0;
}

.legal-container[data-astro-cid-54yfhwe5] {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1rem;
}

.legal-header[data-astro-cid-54yfhwe5] {
  text-align: center;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid rgba(255, 123, 0, 0.3);
}

.legal-header[data-astro-cid-54yfhwe5] h1[data-astro-cid-54yfhwe5] {
  color: #333;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #ff9500, #ff7b00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.legal-subtitle[data-astro-cid-54yfhwe5] {
  color: #666;
  font-size: 1.1rem;
  font-style: italic;
}

.legal-content[data-astro-cid-54yfhwe5] {
  color: #444;
  line-height: 1.7;
}

.legal-section[data-astro-cid-54yfhwe5] {
  margin-bottom: 2.5rem;
}

.legal-section[data-astro-cid-54yfhwe5] h2[data-astro-cid-54yfhwe5] {
  color: #ff7b00;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 123, 0, 0.3);
}

.legal-section[data-astro-cid-54yfhwe5] h3[data-astro-cid-54yfhwe5] {
  color: #ff9500;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 1.5rem 0 1rem;
}

.legal-section[data-astro-cid-54yfhwe5] h4[data-astro-cid-54yfhwe5] {
  color: #ff7b00;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 1rem 0 0.5rem;
}

.legal-section[data-astro-cid-54yfhwe5] p[data-astro-cid-54yfhwe5] {
  margin-bottom: 1rem;
  text-align: justify;
}

.legal-section[data-astro-cid-54yfhwe5] ul[data-astro-cid-54yfhwe5],
.legal-section[data-astro-cid-54yfhwe5] ol[data-astro-cid-54yfhwe5] {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

.legal-section[data-astro-cid-54yfhwe5] li[data-astro-cid-54yfhwe5] {
  margin-bottom: 0.5rem;
}

.legal-section[data-astro-cid-54yfhwe5] strong[data-astro-cid-54yfhwe5] {
  color: #ff7b00;
  font-weight: 600;
}

.legal-section[data-astro-cid-54yfhwe5] a[data-astro-cid-54yfhwe5] {
  color: #ff7b00;
  text-decoration: underline;
}

.legal-section[data-astro-cid-54yfhwe5] a[data-astro-cid-54yfhwe5]:hover {
  color: #ff9500;
}

.alert-section[data-astro-cid-54yfhwe5] {
  margin-bottom: 3rem;
}

.alert-banner[data-astro-cid-54yfhwe5] {
  background: linear-gradient(135deg, #f44336, #ff7043);
  color: #fff;
  padding: 1.5rem;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  box-shadow: 0 4px 12px rgba(244, 67, 54, 0.3);
}

.alert-icon[data-astro-cid-54yfhwe5] {
  font-size: 2rem;
  flex-shrink: 0;
}

.alert-content[data-astro-cid-54yfhwe5] h2[data-astro-cid-54yfhwe5] {
  color: #fff;
  margin-bottom: 0.5rem;
  border: none;
  padding: 0;
  font-size: 1.3rem;
}

.alert-content[data-astro-cid-54yfhwe5] p[data-astro-cid-54yfhwe5] {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
}

.self-assessment[data-astro-cid-54yfhwe5] {
  background: linear-gradient(135deg, #fff5eb, #ffe0cc);
  padding: 1.5rem;
  border-radius: 8px;
  border-left: 4px solid #ff9500;
}

.assessment-note[data-astro-cid-54yfhwe5] {
  font-weight: 600;
  color: #ff7b00;
  text-align: center !important;
  margin-top: 1rem;
}

.help-resources[data-astro-cid-54yfhwe5] {
  display: grid;
  gap: 1.5rem;
  margin: 1.5rem 0;
}

.resource-item[data-astro-cid-54yfhwe5] {
  background: linear-gradient(135deg, #fff5eb, #ffe0cc);
  padding: 1.5rem;
  border-radius: 8px;
  border-left: 4px solid #ff7b00;
}

.resource-item[data-astro-cid-54yfhwe5] h4[data-astro-cid-54yfhwe5] {
  margin-top: 0;
  margin-bottom: 1rem;
}

.resource-item[data-astro-cid-54yfhwe5] p[data-astro-cid-54yfhwe5] {
  margin-bottom: 0.5rem;
}

.emergency-section[data-astro-cid-54yfhwe5] {
  margin-top: 3rem;
}

.emergency-banner[data-astro-cid-54yfhwe5] {
  background: linear-gradient(135deg, #4caf50, #66bb6a);
  color: #fff;
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

.emergency-banner[data-astro-cid-54yfhwe5] h2[data-astro-cid-54yfhwe5] {
  color: #fff;
  margin-bottom: 1.5rem;
  border: none;
  padding: 0;
  font-size: 1.5rem;
}

.emergency-contacts[data-astro-cid-54yfhwe5] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}

.emergency-item[data-astro-cid-54yfhwe5] {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 1rem;
  border-radius: 8px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.emergency-item[data-astro-cid-54yfhwe5] h3[data-astro-cid-54yfhwe5] {
  color: #fff;
  margin: 0 0 0.5rem;
  font-size: 1rem;
}

.emergency-number[data-astro-cid-54yfhwe5] {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0.5rem 0;
}

.emergency-item[data-astro-cid-54yfhwe5] p[data-astro-cid-54yfhwe5]:last-child {
  font-size: 0.875rem;
  margin: 0;
  opacity: 0.9;
}

.emergency-note[data-astro-cid-54yfhwe5] {
  font-size: 0.875rem;
  opacity: 0.9;
  margin: 1rem 0 0;
  font-style: italic;
}

@media (max-width: 768px) {
  .legal-page[data-astro-cid-54yfhwe5] {
    padding: 1rem 0;
  }
  
  .legal-header[data-astro-cid-54yfhwe5] h1[data-astro-cid-54yfhwe5] {
    font-size: 2rem;
  }
  
  .legal-section[data-astro-cid-54yfhwe5] h2[data-astro-cid-54yfhwe5] {
    font-size: 1.25rem;
  }
  
  .alert-banner[data-astro-cid-54yfhwe5] {
    flex-direction: column;
    text-align: center;
  }
  
  .emergency-contacts[data-astro-cid-54yfhwe5] {
    grid-template-columns: 1fr;
  }
  
  .help-resources[data-astro-cid-54yfhwe5] {
    gap: 1rem;
  }
  
  .resource-item[data-astro-cid-54yfhwe5],
  .self-assessment[data-astro-cid-54yfhwe5] {
    padding: 1rem;
  }
}