.privacy-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 6rem 2rem;
  padding-bottom: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #333;
  line-height: 1.6;
}

.privacy-header {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e5e5e5;
}

.privacy-header h1 {
  font-size: 2.5rem;
  color: #1a202c;
  font-weight: 700;
  margin: 0;
}

.privacy-content {
  max-width: 800px;
  margin: 0 auto;
}

.privacy-section {
  margin-bottom: 40px;
  background: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.privacy-intro {
  font-size: 1.1rem;
  color: #4a5568;
  margin-bottom: 30px;
}

.privacy-section h2 {
  font-size: 1.5rem;
  color: #2d3748;
  margin-bottom: 20px;
  font-weight: 600;
}

.privacy-section p {
  margin-bottom: 20px;
  color: #4a5568;
  font-size: 1.05rem;
}

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

.privacy-section li {
  margin-bottom: 12px;
  color: #4a5568;
  font-size: 1.05rem;
}

.privacy-section h3 {
  font-size: 1.3rem;
  color: #2d3748;
  margin: 25px 0 15px;
  font-weight: 600;
}

.privacy-section h4 {
  font-size: 1.1rem;
  color: #2d3748;
  margin: 20px 0 10px;
  font-weight: 600;
}

.cookie-types {
  margin: 25px 0;
}

.cookie-type {
  margin-bottom: 25px;
  padding: 20px;
  background: #f8fafc;
  border-radius: 6px;
  /* border-left: 4px solid #4299e1; */
}

.cookie-type h4 {
  margin-top: 0;
  /* color: #2c5282; */
}

.cookie-type p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .privacy-container {
    padding: 6rem 2rem;
    padding-bottom: 0;
  }

  .privacy-header h1 {
    font-size: 2rem;
  }

  .privacy-section {
    padding: 20px;
    margin-bottom: 30px;
  }

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

  .privacy-intro,
  .privacy-section p,
  .privacy-section li {
    font-size: 1rem;
  }

  .privacy-section h3 {
    font-size: 1.2rem;
  }

  .privacy-section h4 {
    font-size: 1.1rem;
  }

  .cookie-type {
    padding: 15px;
  }
}

@media print {
  .privacy-container {
    padding: 0;
  }

  .privacy-section {
    box-shadow: none;
    padding: 20px 0;
  }
}


.section-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.section-icon {
  font-size: 1.5rem;
}

.policy-update-notice {
  background: #ebf8ff;
  padding: 20px;
  border-radius: 6px;
  margin-top: 15px;
}

.policy-update-notice p {
  margin: 0;
}

@media (max-width: 768px) {
  .section-header {
    gap: 8px;
  }

  .section-icon {
    font-size: 1.3rem;
  }

  .policy-update-notice {
    padding: 15px;
  }
}

.gdpr-section {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.gdpr-intro {
  margin-bottom: 40px;
}

.info-category {
  margin-bottom: 30px;
  padding: 20px;
  background: #f8fafc;
  border-radius: 6px;
}

.short-description {
  font-style: italic;
  color: #4a5568;
  /* border-left: 3px solid #4299e1; */
  padding-left: 15px;
  margin: 15px 0;
}

.usage-list {
  list-style: none;
  padding: 0;
}

.usage-list li {
  padding: 10px 0;
  border-bottom: 1px solid #edf2f7;
}

.usage-list li:last-child {
  border-bottom: none;
}

.info-category h4 {
  /* color: #2c5282; */
  margin-bottom: 15px;
}

.info-category ul {
  padding-left: 20px;
}

.info-category li {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .info-category {
    padding: 15px;
  }
  
  .short-description {
    font-size: 0.95rem;
  }
}


.sharing-scenarios {
  margin-top: 30px;
}

.sharing-item {
  margin-bottom: 30px;
  padding: 25px;
  background: #f8fafc;
  border-radius: 8px;
  /* border-left: 4px solid #4299e1; */
  transition: transform 0.2s ease;
}

.sharing-item:hover {
  transform: translateX(5px);
}

.sharing-item h4 {
  /* color: #2c5282; */
  font-size: 1.1rem;
  margin: 0 0 15px 0;
  font-weight: 600;
}

.sharing-item p {
  margin: 0 0 15px 0;
  line-height: 1.6;
}

.sharing-item p:last-child {
  margin-bottom: 0;
}

.sharing-item ul {
  margin: 15px 0;
  padding-left: 20px;
}

.sharing-item li {
  margin-bottom: 8px;
  color: #4a5568;
}

.sharing-item li:last-child {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .sharing-item {
    padding: 20px;
    margin-bottom: 20px;
  }

  .sharing-item h4 {
    font-size: 1rem;
  }
}


.policy-section {
  margin-bottom: 20px;
}

.info-box, .warning-box {
  background: #f8fafc;
  border-radius: 8px;
  padding: 25px;
  margin: 20px 0;
}

.info-box {
  /* border-left: 4px solid #4299e1; */
}

.warning-box {
  /* border-left: 4px solid #f6ad55; */
  background: #fffaf0;
}

.policy-link {
  /* color: #4299e1; */
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  transition: opacity 0.2s ease;
}

.policy-link:hover {
  opacity: 0.8;
}

.info-box p, .warning-box p {
  margin-bottom: 15px;
}

.info-box p:last-child, .warning-box p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .info-box, .warning-box {
    padding: 20px;
  }

  .policy-section {
    margin-bottom: 30px;
  }
}


.security-box {
  background: #f7fafc;
  /* border-left: 4px solid #48bb78;     */
  padding: 25px;
  border-radius: 8px;
  margin: 20px 0;
}

.rights-section {
  margin-top: 30px;
}

.rights-box, .account-management, .opt-out-box {
  background: #f8fafc;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  /* border-left: 4px solid #4299e1; */
}

.opt-out-section {
  margin-top: 30px;
}

.opt-out-box {
  margin-bottom: 15px;
}

.opt-out-box h5 {
  /* color: #2c5282; */
  margin-bottom: 10px;
  font-size: 1rem;
}

.contact-box {
  background: #f8fafc;
  border-radius: 8px;
  padding: 25px;
  /* border-left: 4px solid #4299e1; */
}

.address-box {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e2e8f0;
}

address {
  font-style: normal;
  line-height: 1.6;
  margin-top: 15px;
}

.policy-link {
  /* color: #4299e1; */
  text-decoration: none;
  margin: 0 5px;
  border-bottom: 1px solid currentColor;
  transition: opacity 0.2s ease;
}

.policy-link:hover {
  opacity: 0.8;
}

.update-box {
  background: #fffaf0;
  /* border-left: 4px solid #f6ad55; */
  padding: 25px;
  border-radius: 8px;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .rights-box, 
  .account-management, 
  .opt-out-box, 
  .contact-box, 
  .security-box, 
  .update-box {
    padding: 20px;
  }

  address {
    font-size: 0.95rem;
  }
} 