/* Professional Legal Page Styles - Disclaimer */
.disclaimer-page {
  background-color: #f8f9fa;
  padding: 60px 0;
  font-family: "Tajawal", "Cairo", sans-serif;
  direction: rtl;
  color: #212529;
  line-height: 1.8;
}

.disclaimer-page .container {
  width: 90%;
  max-width: 850px;
  margin: auto;
  background: #ffffff;
  padding: 60px 50px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

.legal-header {
  border-bottom: 2px solid #1a237e;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.legal-header h1 {
  font-size: 2rem;
  color: #1a237e;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.legal-notice {
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  color: #856404;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 4px;
  font-weight: 500;
  text-align: justify;
}

.legal-section {
  margin-bottom: 35px;
}

.legal-section h2 {
  font-size: 1.4rem;
  color: #1a237e;
  margin-bottom: 15px;
  font-weight: 700;
  border-right: 4px solid #1a237e;
  padding-right: 15px;
}

.legal-section p {
  margin-bottom: 15px;
  text-align: justify;
  font-size: 1.05rem;
}

.legal-list {
  padding-right: 40px;
  margin-bottom: 20px;
}

.legal-list li {
  margin-bottom: 10px;
  position: relative;
  list-style-type: decimal;
}

.legal-footer {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #dee2e6;
  font-size: 0.95rem;
  color: #6c757d;
}

.last-updated {
  font-weight: bold;
  color: #495057;
}

.print-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 8px 20px;
  background-color: #1a237e;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.9rem;
  cursor: pointer;
}

@media print {
  .header, .footer, .floating-contact, .whatsapp-chat, .print-btn {
    display: none !important;
  }
  .disclaimer-page {
    padding: 0;
    background: #fff;
  }
  .disclaimer-page .container {
    box-shadow: none;
    border: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .disclaimer-page .container {
    padding: 30px 20px;
  }
  .legal-header h1 {
    font-size: 1.6rem;
  }
}
