.privacy-page {
    background:
      radial-gradient(circle at 20% 20%, rgba(211, 47, 47, 0.12), transparent 38%),
      linear-gradient(135deg, #111827 0%, #0F1419 55%, #0F1419 100%);
    color: #E6EDF3;
    padding-bottom: 60px;
  }

  .privacy-container {
    max-width: 880px;
    margin: 0 auto;
    padding: 40px 20px 70px;
  }

  .privacy-container h1 {
    font-size: 2.2rem;
    color: #F8FAFC;
    margin-bottom: 10px;
    text-align: center;
  }

  .last-updated {
    text-align: center;
    color: #9AA4AE;
    font-size: 0.95rem;
    margin-bottom: 40px;
  }

  .privacy-section {
    margin-bottom: 32px;
    background: #161B22;
    border: 1px solid #2A2F36;
    border-radius: 14px;
    padding: 22px 24px;
    box-shadow: 0 14px 38px rgba(0,0,0,0.45);
  }

  .privacy-section h2 {
    font-size: 1.4rem;
    color: #F8FAFC;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #2A2F36;
  }

  .privacy-section p {
    font-size: 1rem;
    line-height: 1.8;
    color: #C4CDD5;
    margin-bottom: 12px;
  }

  .privacy-section ul {
    margin: 15px 0;
    padding-left: 22px;
  }

  .privacy-section li {
    font-size: 1rem;
    line-height: 1.8;
    color: #E6EDF3;
    margin-bottom: 10px;
  }

  .highlight-box {
    background: linear-gradient(135deg, #161B22 0%, #111827 100%);
    border-left: 4px solid #2E7D32;
    padding: 18px 22px;
    border-radius: 0 10px 10px 0;
    margin: 22px 0;
    box-shadow: 0 12px 30px rgba(0,0,0,0.4);
  }

  .highlight-box p {
    margin: 0;
    font-size: 0.98rem;
    color: #CDE9D1;
    font-weight: 600;
  }

  .warning-box {
    background: linear-gradient(135deg, #1F2937 0%, #161B22 100%);
    border-left: 4px solid #F9A825;
    padding: 18px 22px;
    border-radius: 0 10px 10px 0;
    margin: 22px 0;
    box-shadow: 0 12px 30px rgba(0,0,0,0.4);
  }

  .warning-box p {
    margin: 0;
    font-size: 0.98rem;
    color: #F9E2A0;
  }

  .contact-section {
    background: linear-gradient(135deg, #161B22 0%, #111827 100%);
    padding: 30px;
    border-radius: 14px;
    text-align: center;
    margin-top: 40px;
    border: 1px solid #2A2F36;
    box-shadow: 0 16px 40px rgba(0,0,0,0.45);
  }

  .contact-section h2 {
    color: #F8FAFC;
    margin-bottom: 15px;
    border: none;
    padding: 0;
  }

  .contact-section p {
    margin-bottom: 16px;
    color: #C4CDD5;
  }

  .contact-section a {
    display: inline-block;
    background: #D32F2F;
    color: #fff;
    padding: 12px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 12px 26px rgba(211,47,47,0.35);
  }

  .contact-section a:hover {
    background: #B71C1C;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(183,28,28,0.4);
  }

  .contact-section .email-link {
    color: #F8FAFC;
    font-weight: 700;
    text-decoration: none;
  }

  .contact-section .email-link:hover {
    color: #D32F2F;
    text-decoration: underline;
  }
