/* ========== POLITICA PAGE — HERO OVERRIDE ========== */
.hero {
  background: #1a1a2e;
  padding: 70px 20px;
}

/* Remove the image overlay pseudo-element */
.hero::before {
  display: none;
}

.hero h2 {
  font-size: 2.4rem;
  margin-bottom: 10px;
  -webkit-text-stroke: 0.4px #1a1a2e;
  text-stroke: 0.4px #1a1a2e;
}

.hero p {
  font-size: 1.1rem;
  opacity: 0.9;
}

/* ========== POLICY CONTENT SECTION ========== */
.policy-section {
  background: linear-gradient(135deg, #f9f9f9 0%, #fff 100%);
  padding: 70px 20px;
}

.policy-wrapper {
  max-width: 860px;
  margin: 0 auto;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  padding: 50px 60px;
}

.policy-meta {
  font-size: 0.9rem;
  color: #999;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f0f0f0;
}

.policy-meta strong {
  color: #555;
}

.policy-block {
  margin-bottom: 40px;
}

.policy-block h2 {
  color: #1a1a2e;
  font-size: 1.4rem;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-left: 4px solid #ff8c00;
  padding-left: 14px;
}

.policy-block h3 {
  color: #333;
  font-size: 1.1rem;
  margin: 18px 0 10px 0;
  font-weight: 700;
}

.policy-block p {
  color: #555;
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.75;
}

.policy-block ul {
  list-style: none;
  margin: 10px 0 15px 0;
  padding: 0;
}

.policy-block ul li {
  position: relative;
  padding: 6px 0 6px 22px;
  color: #555;
  font-size: 1rem;
  line-height: 1.65;
}

.policy-block ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  background: #ff8c00;
  border-radius: 50%;
}

.info-box {
  background: #f0f0f5;
  border: 1px solid #d0d0e0;
  border-radius: 8px;
  padding: 18px 22px;
  margin: 15px 0;
  font-size: 0.97rem;
  color: #444;
  line-height: 1.7;
}

.info-box strong {
  display: block;
  color: #1a1a2e;
  margin-bottom: 6px;
  font-size: 1rem;
}

.contact-highlight {
  background: #fff7ee;
  border-left: 4px solid #ff8c00;
  border-radius: 0 8px 8px 0;
  padding: 15px 20px;
  margin: 15px 0;
  font-size: 0.97rem;
  color: #555;
}

.contact-highlight a {
  color: #1a1a2e;
  text-decoration: none;
  font-weight: 600;
}

.contact-highlight a:hover {
  color: #ff8c00;
  text-decoration: underline;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
  .policy-wrapper {
    padding: 30px 20px;
  }
}
