  /* Privacy Policy custom styles - no tag-based global overrides (no body, *, html selectors) */
    .privacy-policy-container {
      padding: 60px 0 80px;
      background: #ffffff;
    }
    .privacy-card {
      background: #ffffff;
      border-radius: 20px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
      padding: 40px 45px;
      border: 1px solid #f0ebe5;
      transition: all 0.3s ease;
    }
    .privacy-header {
      text-align: center;
      margin-bottom: 35px;
      padding-bottom: 20px;
      border-bottom: 2px solid #fef3ee;
    }
    .privacy-header .badge-privacy {
      display: inline-block;
      background: #fef3ee;
      color: #b502ac;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.8px;
      text-transform: uppercase;
      padding: 5px 16px;
      border-radius: 50px;
      margin-bottom: 18px;
    }
    .privacy-header h2 {
      font-size: 36px;
      font-weight: 700;
      color: #1e2a32;
      margin-bottom: 12px;
      line-height: 1.2;
    }
    .privacy-header p {
      font-size: 15px;
      color: #5b6870;
      max-width: 720px;
      margin: 0 auto;
    }
    .privacy-section {
      margin-bottom: 38px;
    }
    .privacy-section h3 {
      font-size: 22px;
      font-weight: 700;
      color: #b502ac;
      margin-bottom: 16px;
      padding-left: 12px;
      border-left: 4px solid #b502ac;
    }
    .privacy-section p {
      font-size: 15px;
      text-align:justify;
      line-height: 1.7;
      color: #2c3e40;
      margin-bottom: 15px;
    }
    .privacy-list {
      margin: 12px 0 0 20px;
      padding: 0;
      list-style: none;
    }
    .privacy-list li {
      font-size: 15px;
      color: #2c3e40;
      margin-bottom: 12px;
      display: flex;
      align-items: flex-start;
      gap: 10px;
    }
    .privacy-list li i {
      color: #b502ac;
      font-size: 18px;
      margin-top: 2px;
      flex-shrink: 0;
    }
    .privacy-list li strong {
      color: #1e2a32;
      font-weight: 600;
    }
    .feature-badge-list {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin: 20px 0 10px;
    }
    .feature-badge {
      background: #fef8f4;
      border-radius: 40px;
      padding: 8px 20px;
      font-size: 14px;
      font-weight: 500;
      color: #b502ac;
      border: 1px solid #ffe0d0;
    }
    .contact-info-block {
      background: #fefaf7;
      border-radius: 20px;
      padding: 28px 30px;
      margin-top: 25px;
      border: 1px solid #f5e6dc;
    }
    .contact-info-block h4 {
      font-size: 18px;
      font-weight: 700;
      color: #b502ac;
      margin-bottom: 18px;
    }
    .contact-detail-item {
      display: flex;
      align-items: center;
      gap: 15px;
      margin-bottom: 16px;
      font-size: 15px;
      color: #2c3e40;
    }
    .contact-detail-item i {
      width: 32px;
      height: 32px;
      background: #ffffff;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #b502ac;
      font-size: 18px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    }
    .contact-detail-item a {
      color: #1e2a32;
      text-decoration: none;
      transition: color 0.2s;
    }
    .contact-detail-item a:hover {
      color: #b502ac;
    }
    @media (max-width: 768px) {
      .privacy-card {
        padding: 28px 22px;
      }
      .privacy-header h2 {
        font-size: 28px;
      }
      .privacy-section h3 {
        font-size: 20px;
      }
    }
  