/* Terms and Conditions Specific Styles */
.terms-header {
  background: rgb(33, 50, 91);
  color: white;
  padding: 150px 0 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.terms-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: white;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.terms-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.terms-content {
  background: white;
  padding: 4rem 0;
  min-height: 100vh;
}

.terms-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
}

.terms-section {
  margin-bottom: 3rem;
}

.terms-section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}

.terms-section h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 1.5rem 0 1rem 0;
}

.terms-section h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 1rem 0 0.8rem 0;
}

.terms-section p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 1rem;
  text-align: justify;
}

.terms-section ul {
  color: #666;
  line-height: 1.7;
  margin: 1rem 0 1rem 2rem;
}

.terms-section li {
  margin-bottom: 0.5rem;
}

.company-info {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 10px;
  margin: 1rem 0;
}

.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: #4a90e2;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3);
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.back-to-top.visible {
  opacity: 1;
  pointer-events: all;
}

.back-to-top:hover {
  background: #357abd;
  transform: translateY(-2px);
}

/* Legal Notice Specific Styles */
.legal-header {
  background: rgb(33, 50, 91);
  color: white;
  padding: 150px 0 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.legal-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: white;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.legal-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.legal-content {
  background: white;
  padding: 4rem 0;
  min-height: 70vh;
}

.legal-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
}

.legal-section {
  margin-bottom: 3rem;
}

.legal-section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
}

.legal-section p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 1rem;
  text-align: justify;
}

.company-info {
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 10px;
  margin: 1.5rem 0;
  border-left: 4px solid #4a90e2;
}

.company-info p {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.company-info strong {
  color: #2c3e50;
}

.contact-details {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 10px;
  margin: 1rem 0;
}

.contact-details .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
  font-size: 0.95rem;
}

.contact-details .contact-item i {
  color: #4a90e2;
  width: 20px;
  margin-right: 1rem;
}

.link-highlight {
  color: #4a90e2;
  text-decoration: none;
  font-weight: 600;
}

.link-highlight:hover {
  text-decoration: underline;
}

.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: #4a90e2;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3);
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.back-to-top.visible {
  opacity: 1;
  pointer-events: all;
}

.back-to-top:hover {
  background: #357abd;
  transform: translateY(-2px);
}

/* Privacy Policy Specific Styles */
.privacy-header {
  background: rgb(33, 50, 91);
  color: white;
  padding: 150px 0 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.privacy-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: white;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.privacy-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.privacy-content {
  background: white;
  padding: 4rem 0;
  min-height: 100vh;
}

.privacy-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
}

.privacy-intro {
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 10px;
  margin-bottom: 3rem;
  border-left: 4px solid #4a90e2;
}

.privacy-intro p {
  color: #666;
  line-height: 1.7;
  margin: 0;
  text-align: justify;
}

.privacy-section {
  margin-bottom: 3rem;
}

.privacy-section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
}

.privacy-section h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 1.5rem 0 1rem 0;
}

.privacy-section h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 1rem 0 0.8rem 0;
}

.privacy-section p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 1rem;
  text-align: justify;
}

.privacy-section ul,
.privacy-section ol {
  color: #666;
  line-height: 1.7;
  margin: 1rem 0 1rem 2rem;
}

.privacy-section li {
  margin-bottom: 0.5rem;
}

.data-info {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 10px;
  margin: 1rem 0;
}

.contact-info {
  background: #e3f2fd;
  padding: 1.5rem;
  border-radius: 10px;
  margin: 1rem 0;
  border-left: 4px solid #4a90e2;
}

.contact-info p {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.contact-info strong {
  color: #2c3e50;
}

.rights-box {
  background: #f1f8e9;
  padding: 1.5rem;
  border-radius: 10px;
  margin: 1rem 0;
  border-left: 4px solid #66bb6a;
}

.warning-box {
  background: #fff3e0;
  padding: 1.5rem;
  border-radius: 10px;
  margin: 1rem 0;
  border-left: 4px solid #ff9800;
}

.link-highlight {
  color: #4a90e2;
  text-decoration: none;
  font-weight: 600;
}

.link-highlight:hover {
  text-decoration: underline;
}

.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: #4a90e2;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3);
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.back-to-top.visible {
  opacity: 1;
  pointer-events: all;
}

.back-to-top:hover {
  background: #357abd;
  transform: translateY(-2px);
}

/* Rewards System Specific Styles */
.rewards-header {
  background: rgb(33, 50, 91);
  color: white;
  padding: 150px 0 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.rewards-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: white;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.rewards-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.rewards-content {
  background: white;
  padding: 4rem 0;
  min-height: 100vh;
}

.rewards-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
}

.rewards-section {
  margin-bottom: 3rem;
}

.rewards-section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
}

.rewards-section h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 1.5rem 0 1rem 0;
}

.rewards-section p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 1rem;
  text-align: justify;
}

.rewards-section ol,
.rewards-section ul {
  color: #666;
  line-height: 1.7;
  margin: 1rem 0 1rem 2rem;
}

.rewards-section li {
  margin-bottom: 1rem;
}

.intro-box {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 10px;
  margin-bottom: 2rem;
  border-left: 4px solid #4a90e2;
}

.intro-box p {
  margin: 0;
  font-style: italic;
}

.points-info {
  background: #e8f5e8;
  padding: 1.5rem;
  border-radius: 10px;
  margin: 1rem 0;
  border-left: 4px solid #4caf50;
}

.warning-box {
  background: #fff3e0;
  padding: 1.5rem;
  border-radius: 10px;
  margin: 1rem 0;
  border-left: 4px solid #ff9800;
}

.conversion-box {
  background: #e3f2fd;
  padding: 1.5rem;
  border-radius: 10px;
  margin: 1rem 0;
  border-left: 4px solid #2196f3;
}

.important-note {
  background: #fce4ec;
  padding: 1.5rem;
  border-radius: 10px;
  margin: 1rem 0;
  border-left: 4px solid #e91e63;
}

.contact-info {
  background: #f5f5f5;
  padding: 1.5rem;
  border-radius: 10px;
  margin: 1rem 0;
  text-align: center;
}

.contact-info p {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.contact-info strong {
  color: #2c3e50;
}

.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: #4a90e2;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3);
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.back-to-top.visible {
  opacity: 1;
  pointer-events: all;
}

.back-to-top:hover {
  background: #357abd;
  transform: translateY(-2px);
}

/* Cookie Management Specific Styles */
.cookie-header {
  background: rgb(33, 50, 91);
  color: white;
  padding: 150px 0 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cookie-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: white;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.cookie-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.cookie-content {
  background: white;
  padding: 4rem 0;
  min-height: 100vh;
}

.cookie-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
}

.cookie-section {
  margin-bottom: 3rem;
}

.cookie-section h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
}

.cookie-section h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 1.5rem 0 1rem 0;
}

.cookie-section p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 1rem;
  text-align: justify;
}

.cookie-section ul {
  color: #666;
  line-height: 1.7;
  margin: 1rem 0 1rem 2rem;
}

.cookie-section li {
  margin-bottom: 0.5rem;
}

.last-updated {
  color: #999;
  font-size: 0.9rem;
  margin-bottom: 2rem;
  font-style: italic;
}

.cookie-category-box {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 10px;
  margin: 1.5rem 0;
  border-left: 4px solid #4a90e2;
}

.cookie-category-box h3 {
  color: #2c3e50;
  margin-top: 0;
  margin-bottom: 1rem;
}

.cookie-category-box p {
  margin-bottom: 1rem;
}

.cookie-category-box ul {
  margin-bottom: 0;
}

.consent-buttons {
  display: flex;
  gap: 1rem;
  margin: 2rem 0;
  flex-wrap: wrap;
}

.consent-btn {
  padding: 0.75rem 1.5rem;
  border: 2px solid #4a90e2;
  background: white;
  color: #4a90e2;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}

.consent-btn:hover {
  background: #4a90e2;
  color: white;
}

.consent-btn.primary {
  background: #4a90e2;
  color: white;
}

.consent-btn.primary:hover {
  background: #357abd;
}

.cookie-table-container {
  overflow-x: auto;
  margin: 1.5rem 0;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.cookie-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  min-width: 800px;
}

.cookie-table th {
  background: #f8fafc;
  color: #374151;
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  border-bottom: 2px solid #e5e7eb;
  font-size: 0.9rem;
}

.cookie-table td {
  padding: 1rem;
  border-bottom: 1px solid #f3f4f6;
  color: #4b5563;
  vertical-align: top;
  font-size: 0.85rem;
  line-height: 1.5;
}

.cookie-table tr:hover {
  background: #f9fafb;
}

.cookie-table td:first-child {
  font-weight: 600;
  color: #2c3e50;
}

.cookie-footer-note {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e5e7eb;
  text-align: center;
}

.cookie-footer-note p {
  color: #6b7280;
  font-size: 0.9rem;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .cookie-header {
    padding: 120px 0 80px;
  }

  .cookie-title {
    font-size: 2rem;
  }

  .cookie-container {
    padding: 0 1rem;
  }

  .cookie-section h2 {
    font-size: 1.3rem;
  }

  .cookie-category-box {
    padding: 1rem;
  }

  .consent-buttons {
    flex-direction: column;
  }

  .consent-btn {
    text-align: center;
  }

  .cookie-table {
    font-size: 0.8rem;
  }

  .cookie-table th,
  .cookie-table td {
    padding: 0.75rem 0.5rem;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .rewards-header {
    padding: 120px 0 80px;
  }

  .rewards-title {
    font-size: 2rem;
  }

  .rewards-container {
    padding: 0 1rem;
  }

  .rewards-section h2 {
    font-size: 1.3rem;
  }

  .intro-box,
  .points-info,
  .warning-box,
  .conversion-box,
  .important-note {
    padding: 1rem;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .privacy-header {
    padding: 120px 0 80px;
  }

  .privacy-title {
    font-size: 2rem;
  }

  .privacy-container {
    padding: 0 1rem;
  }

  .privacy-section h2 {
    font-size: 1.3rem;
  }

  .privacy-intro {
    padding: 1.5rem;
  }

  .data-info,
  .contact-info,
  .rights-box,
  .warning-box {
    padding: 1rem;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .legal-header {
    padding: 120px 0 80px;
  }

  .legal-title {
    font-size: 2rem;
  }

  .legal-container {
    padding: 0 1rem;
  }

  .legal-section h2 {
    font-size: 1.3rem;
  }

  .company-info {
    padding: 1.5rem;
  }

  .contact-details {
    padding: 1rem;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .terms-header {
    padding: 120px 0 80px;
  }

  .terms-title {
    font-size: 2rem;
  }

  .terms-container {
    padding: 0 1rem;
  }

  .terms-section h2 {
    font-size: 1.3rem;
  }

  .terms-section h3 {
    font-size: 1.1rem;
  }
}
