/* ==============================================
   PRIVACY POLICY — PAGE STYLES
   pascal's creative studios
   ============================================== */

/* --- 1. BASE OVERRIDES --- */

body,
html {
  background-color: #efefed !important;
  color: #1a1a1a !important;
}

/* --- 3. LAYOUT --- */

.policy-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 5%;
}

.policy-body {
  padding: 80px 0;
}

/* --- 4. HERO --- */

.policy-hero {
  padding: 180px 0 80px 0;
  background-color: #1a1a1a !important;
  border-bottom: none;
}

.policy-hero .policy-label {
  color: rgba(255, 255, 255, 0.4) !important;
}

.policy-hero h1 {
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: -2px;
  color: #ffffff !important;
  margin-bottom: 2rem;
}

.policy-hero h1 span {
  color: #7ab800;
}

.policy-hero .policy-effective {
  color: rgba(255, 255, 255, 0.3) !important;
}

/* --- 5. SHARED ELEMENTS --- */

.policy-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #555555;
  margin-bottom: 2rem;
}

.policy-effective {
  font-size: 0.85rem;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  margin-top: 2rem;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #888888;
  text-decoration: none;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  transition: color 0.3s ease;
  margin-bottom: 4rem;
}

.back-link:hover {
  color: #0a0a0a;
}

/* --- 6. SECTIONS --- */

.policy-section {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #e0e0dc;
}

.policy-section:last-child {
  border-bottom: none;
}

.policy-section h2 {
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
  color: #0a0a0a;
  margin-bottom: 1.5rem;
}

.policy-section h3 {
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: #444444;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.policy-section p {
  font-size: 1rem;
  line-height: 1.9;
  color: #333333;
  font-weight: 300;
  margin-bottom: 1rem;
}

/* --- 7. LISTS --- */

.policy-section ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.policy-section ul li {
  font-size: 1rem;
  line-height: 1.8;
  color: #333333;
  font-weight: 300;
  padding: 0.4rem 0 0.4rem 1.5rem;
  position: relative;
}

.policy-section ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  background-color: #0a0a0a;
  border-radius: 1px;
}

/* --- 8. TABLE --- */

.policy-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}

.policy-table th {
  text-align: left;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #888888;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e0e0dc;
}

.policy-table td {
  font-size: 0.9rem;
  color: #333333;
  font-weight: 300;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e0e0dc;
  vertical-align: top;
}

.policy-table td a {
  color: #5a8a00;
  text-decoration: none;
  font-size: 0.8rem;
}

.policy-table td a:hover {
  text-decoration: underline;
}

/* --- 9. CONTACT BLOCK --- */

.policy-contact-block {
  background: #ebebea;
  border: 1px solid #e0e0dc;
  border-radius: 8px;
  padding: 2.5rem;
  margin-top: 1.5rem;
}

.policy-contact-block p {
  margin: 0;
  color: #1a1a1a !important;
}

.policy-contact-block a {
  color: #5a8a00;
  text-decoration: none;
  font-weight: 600;
}

.policy-contact-block a:hover {
  text-decoration: underline;
}

/* --- 10. RESPONSIVE --- */

@media (max-width: 768px) {
  .policy-hero {
    padding: 140px 0 60px 0;
  }

  .policy-body {
    padding: 60px 0;
  }

  .policy-table th,
  .policy-table td {
    padding: 0.75rem;
    font-size: 0.8rem;
  }

  .policy-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
