/* =====================================================
   PRIVACY POLICY PAGE
   Pioneer Holidays
   Color Theme: Blue (#1a365d), Green (#48bb78), White
   ===================================================== */

/* HERO SECTION */
.privacy-hero {
  position: relative;
  padding: 120px 0 60px;
  background: linear-gradient(135deg, #1a365d 0%, #2d4a7c 100%);
  text-align: center;
  overflow: hidden;
}

.privacy-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}

.privacy-hero .container {
  position: relative;
  z-index: 1;
}

.privacy-hero h1 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
  letter-spacing: -0.5px;
}

.privacy-hero .hero-subtitle {
  font-size: 18px;
  color: rgba(255,255,255,0.85);
  margin: 0;
  font-weight: 400;
}

/* MAIN CONTENT */
.privacy-content {
  padding: 60px 0 80px;
  background: #fff;
}

.privacy-content .container {
  max-width: 1100px;
}

/* LAST UPDATED */
.privacy-updated {
  text-align: center;
  font-size: 14px;
  color: #718096;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e8f0;
}

/* INTRO */
.privacy-intro {
  font-size: 17px;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 40px;
  padding: 24px;
  background: #f8fafc;
  border-left: 4px solid #48bb78;
  border-radius: 0 8px 8px 0;
}

/* SECTION STYLING */
.privacy-section {
  margin-bottom: 40px;
}

.privacy-section h2 {
  font-size: 26px;
  font-weight: 700;
  color: #1a365d;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #48bb78;
  display: inline-block;
}

.privacy-section h3 {
  font-size: 20px;
  font-weight: 600;
  color: #2d3748;
  margin: 28px 0 14px;
}

.privacy-section p {
  font-size: 16px;
  line-height: 1.75;
  color: #4a5568;
  margin: 0 0 16px;
}

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

.privacy-section ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.7;
  color: #4a5568;
}

.privacy-section ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #48bb78;
  border-radius: 50%;
}

/* HIGHLIGHT BOX */
.privacy-highlight {
  background: linear-gradient(135deg, #f0fff4 0%, #f8fafc 100%);
  border: 1px solid #c6f6d5;
  border-radius: 12px;
  padding: 24px 28px;
  margin: 24px 0;
}

.privacy-highlight h4 {
  color: #1a365d;
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 10px;
}

.privacy-highlight p {
  margin: 0;
}

/* INFO BOX */
.privacy-info {
  background: #ebf8ff;
  border: 1px solid #90cdf4;
  border-left: 4px solid #4299e1;
  border-radius: 0 8px 8px 0;
  padding: 20px 24px;
  margin: 24px 0;
}

.privacy-info p {
  color: #2b6cb0;
  margin: 0;
}

/* CONTACT CARD */
.privacy-contact-card {
  background: linear-gradient(135deg, #1a365d 0%, #2d4a7c 100%);
  border-radius: 16px;
  padding: 32px;
  margin-top: 50px;
  text-align: center;
}

.privacy-contact-card h3 {
  color: #fff;
  font-size: 22px;
  margin: 0 0 20px;
}

.privacy-contact-card p {
  color: rgba(255,255,255,0.9);
  margin: 0 0 8px;
}

.privacy-contact-card a {
  color: #48bb78;
  text-decoration: none;
  font-weight: 500;
}

.privacy-contact-card a:hover {
  text-decoration: underline;
}

.contact-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 16px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.9);
  font-size: 15px;
}

.contact-item svg {
  width: 22px;
  height: 22px;
  color: #48bb78;
}

.contact-item a {
  color: #fff;
}

/* RESPONSIVE - TABLET */
@media (max-width: 768px) {
  .privacy-hero {
    padding: 100px 0 45px;
  }
  
  .privacy-hero h1 {
    font-size: 28px;
  }
  
  .privacy-hero .hero-subtitle {
    font-size: 15px;
  }
  
  .privacy-content {
    padding: 35px 0 50px;
  }
  
  .privacy-updated {
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
  
  .privacy-intro {
    font-size: 15px;
    padding: 18px;
    margin-bottom: 30px;
  }
  
  .privacy-section {
    margin-bottom: 28px;
  }
  
  .privacy-section h2 {
    font-size: 20px;
    margin-bottom: 14px;
    padding-bottom: 8px;
  }
  
  .privacy-section h3 {
    font-size: 17px;
    margin: 20px 0 10px;
  }
  
  .privacy-section p {
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 12px;
  }
  
  .privacy-section ul {
    margin-bottom: 14px;
  }
  
  .privacy-section ul li {
    font-size: 14px;
    line-height: 1.6;
    padding-left: 22px;
    margin-bottom: 6px;
  }
  
  .privacy-section ul li::before {
    width: 6px;
    height: 6px;
    top: 8px;
  }
  
  .privacy-highlight,
  .privacy-info {
    padding: 14px 16px;
    margin: 16px 0;
  }
  
  .privacy-highlight h4 {
    font-size: 15px;
    margin-bottom: 6px;
  }
  
  .privacy-highlight p,
  .privacy-info p {
    font-size: 14px;
  }
  
  .privacy-contact-card {
    padding: 24px 20px;
    margin-top: 35px;
  }
  
  .privacy-contact-card h3 {
    font-size: 17px;
    margin-bottom: 16px;
  }
  
  .contact-items {
    flex-direction: column;
    gap: 12px;
  }
  
  .contact-item {
    font-size: 14px;
  }
  
  .contact-item svg {
    width: 20px;
    height: 20px;
  }
}

/* RESPONSIVE - MOBILE */
@media (max-width: 480px) {
  .privacy-hero {
    padding: 85px 0 35px;
  }
  
  .privacy-hero h1 {
    font-size: 22px;
  }
  
  .privacy-hero .hero-subtitle {
    font-size: 13px;
  }
  
  .privacy-content {
    padding: 28px 0 40px;
  }
  
  .privacy-updated {
    font-size: 12px;
    margin-bottom: 20px;
    padding-bottom: 16px;
  }
  
  .privacy-intro {
    font-size: 14px;
    padding: 14px;
    margin-bottom: 24px;
    line-height: 1.65;
  }
  
  .privacy-section {
    margin-bottom: 22px;
  }
  
  .privacy-section h2 {
    font-size: 17px;
    margin-bottom: 12px;
    padding-bottom: 6px;
  }
  
  .privacy-section h3 {
    font-size: 15px;
    margin: 16px 0 8px;
  }
  
  .privacy-section p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  
  .privacy-section ul {
    margin-bottom: 12px;
  }
  
  .privacy-section ul li {
    font-size: 13px;
    line-height: 1.55;
    padding-left: 18px;
    margin-bottom: 5px;
  }
  
  .privacy-section ul li::before {
    width: 5px;
    height: 5px;
    top: 7px;
  }
  
  .privacy-highlight,
  .privacy-info {
    padding: 12px 14px;
    margin: 12px 0;
  }
  
  .privacy-highlight h4 {
    font-size: 14px;
    margin-bottom: 4px;
  }
  
  .privacy-highlight p,
  .privacy-info p {
    font-size: 13px;
    line-height: 1.55;
  }
  
  .privacy-contact-card {
    padding: 20px 16px;
    margin-top: 28px;
    border-radius: 12px;
  }
  
  .privacy-contact-card h3 {
    font-size: 15px;
    margin-bottom: 14px;
  }
  
  .contact-items {
    gap: 10px;
  }
  
  .contact-item {
    font-size: 13px;
    gap: 8px;
  }
  
  .contact-item svg {
    width: 18px;
    height: 18px;
  }
}
