/* Pages Styles */

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.page-header {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e9ecef;
}

.page-header h1 {
  color: #333;
  font-size: 2.5rem;
  margin: 0;
  font-weight: 600;
}

.page-content {
  line-height: 1.6;
  color: #555;
}

/* About Page */
.about-section {
  margin-bottom: 30px;
}

.about-section h2 {
  color: #2c3e50;
  font-size: 1.5rem;
  margin-bottom: 15px;
  border-left: 4px solid #3498db;
  padding-left: 15px;
}

.about-section p {
  margin-bottom: 15px;
}

.about-section ul {
  margin-left: 20px;
}

.about-section li {
  margin-bottom: 8px;
}

/* Terms Page */
.terms-section {
  margin-bottom: 30px;
}

.terms-section h2 {
  color: #2c3e50;
  font-size: 1.4rem;
  margin-bottom: 15px;
  border-left: 4px solid #e74c3c;
  padding-left: 15px;
}

.terms-section p {
  margin-bottom: 15px;
}

.terms-section ul {
  margin-left: 20px;
}

.terms-section li {
  margin-bottom: 8px;
}

.terms-footer {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
  text-align: center;
  color: #6c757d;
  font-size: 0.9rem;
}

/* Privacy Page */
.privacy-section {
  margin-bottom: 30px;
}

.privacy-section h2 {
  color: #2c3e50;
  font-size: 1.4rem;
  margin-bottom: 15px;
  border-left: 4px solid #f39c12;
  padding-left: 15px;
}

.privacy-section p {
  margin-bottom: 15px;
}

.privacy-section ul {
  margin-left: 20px;
}

.privacy-section li {
  margin-bottom: 8px;
}

.privacy-footer {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
  text-align: center;
  color: #6c757d;
  font-size: 0.9rem;
}

/* Contact Page */
.contact-section {
  margin-bottom: 30px;
}

.contact-section h2 {
  color: #2c3e50;
  font-size: 1.4rem;
  margin-bottom: 15px;
  border-left: 4px solid #27ae60;
  padding-left: 15px;
}

.contact-section p {
  margin-bottom: 15px;
}

.contact-method {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.contact-method h3 {
  color: #2c3e50;
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.contact-method a {
  color: #3498db;
  text-decoration: none;
}

.contact-method a:hover {
  text-decoration: underline;
}

.faq-item {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.faq-item h4 {
  color: #2c3e50;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.faq-item p {
  margin: 0;
  color: #555;
}

.contact-section ul {
  margin-left: 20px;
}

.contact-section li {
  margin-bottom: 8px;
}

.contact-footer {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
  text-align: center;
  color: #6c757d;
  font-style: italic;
}

/* Footer Navigation */
.footer-nav {
  margin-bottom: 15px;
  text-align: center;
}

.footer-nav a {
  color: #6c757d;
  text-decoration: none;
  margin: 0 15px;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer-nav a:hover {
  color: #3498db;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .container {
    padding: 15px;
  }
  
  .page-header h1 {
    font-size: 2rem;
  }
  
  .about-section h2,
  .terms-section h2,
  .privacy-section h2,
  .contact-section h2 {
    font-size: 1.3rem;
  }
  
  .contact-method {
    padding: 15px;
  }
  
  .footer-nav a {
    display: block;
    margin: 5px 0;
  }
}
