/*****===== Policy Pages =====*****/

.policy_page {
  margin-top: 83px;
  font-family: "Inter", sans-serif;
}

/* Policy Hero */
.policy_hero {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(135deg, #0D0D0D 0%, #1a1a1a 50%, #2a2a2a 100%);
  text-align: center;
  overflow: hidden;
}

.policy_hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 40%, rgba(201, 131, 28, 0.10), transparent 50%);
  pointer-events: none;
}

.policy_hero .hero_badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border-radius: 999px;
  background: rgba(201, 131, 28, 0.15);
  color: #C8794D;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  border: 1px solid rgba(201, 131, 28, 0.25);
}

.policy_hero .hero_badge i {
  font-size: 14px;
}

.policy_hero h1 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.2;
}

.policy_hero h1 span {
  color: #C8794D;
}

.policy_hero .hero_des {
  font-size: 17px;
  color: rgba(255,255,255,0.7);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Policy Content */
.policy_content_sec {
  padding: 60px 0 80px;
  background: #f8f6f3;
}

.policy_content_sec .policy_container {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  border: 1px solid rgba(201, 131, 28, 0.08);
}

.policy_content_sec .last_updated {
  font-size: 14px;
  color: #888;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  gap: 8px;
}

.policy_content_sec .last_updated i {
  color: #C8794D;
}

.policy_content_sec h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #0D0D0D;
  margin: 36px 0 14px;
  line-height: 1.3;
}

.policy_content_sec h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #0D0D0D;
  margin: 28px 0 10px;
  line-height: 1.3;
}

.policy_content_sec p {
  font-size: 16px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 16px;
}

.policy_content_sec ul,
.policy_content_sec ol {
  margin-bottom: 18px;
  padding-left: 24px;
}

.policy_content_sec ul li,
.policy_content_sec ol li {
  font-size: 15px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 6px;
}

.policy_content_sec ul li::marker {
  color: #C8794D;
}

.policy_content_sec .highlight_box {
  background: #f8f6f3;
  border-left: 4px solid #C8794D;
  padding: 20px 24px;
  border-radius: 0 10px 10px 0;
  margin: 24px 0;
}

.policy_content_sec .highlight_box p {
  margin-bottom: 0;
  color: #333;
}

/* Responsive */
@media (max-width: 991px) {
  .policy_page { margin-top: 68px; }
  .policy_hero h1 { font-size: 32px; }
  .policy_content_sec .policy_container { padding: 30px; }
}

@media (max-width: 767px) {
  .policy_page { margin-top: 66px; }
  .policy_hero { padding: 50px 0; }
  .policy_hero h1 { font-size: 26px; }
  .policy_content_sec .policy_container { padding: 20px; }
  .policy_content_sec h2 { font-size: 20px; }
  .policy_content_sec h3 { font-size: 18px; }
}
