/**
 * Policy pages UI – Privacy, Terms, Cancellation, Cookies
 * TRS Accounting theme: #0c4da2, #121113
 */

/* Content section */
.policy-page.about-style-two {
  padding: 60px 0 100px !important;
  background: linear-gradient(180deg, #f8f8f8 0%, #fff 100%);
}

.policy-page .auto-container {
  max-width: 900px;
  margin: 0 auto;
}

.policy-page .content-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  padding: 48px 56px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

@media (max-width: 768px) {
  .policy-page .content-box {
    padding: 32px 24px;
  }
}

/* Typography */
.policy-page .content-box .text {
  color: #333;
  line-height: 1.7;
}

.policy-page .content-box .text > h2 {
  font-size: 28px;
  color: #121113;
  margin-bottom: 8px;
  padding-bottom: 12px;
  border-bottom: 3px solid #0c4da2;
  font-weight: 700;
}

.policy-page .content-box .text > p:first-of-type {
  margin-bottom: 32px;
  font-size: 14px;
  color: #666;
}

.policy-page .content-box .text h3 {
  font-size: 18px;
  color: #121113;
  margin-top: 32px;
  margin-bottom: 12px;
  font-weight: 600;
  padding-left: 14px;
  border-left: 4px solid #0c4da2;
}

.policy-page .content-box .text h3:first-of-type {
  margin-top: 0;
}

.policy-page .content-box .text p {
  margin-bottom: 16px;
  font-size: 16px;
}

.policy-page .content-box .text ul {
  margin: 12px 0 20px 0;
  padding-left: 24px;
  list-style: none;
}

.policy-page .content-box .text ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.65;
}

.policy-page .content-box .text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #0c4da2;
  border-radius: 50%;
}

.policy-page .content-box .text a {
  color: #0c4da2;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.policy-page .content-box .text a:hover {
  color: #c49200;
  border-bottom-color: #c49200;
}

/* Contact block at end */
.policy-page .content-box .text .contact-block {
  margin-top: 28px;
  padding: 22px 24px;
  background: rgba(229, 168, 0, 0.08);
  border-radius: 8px;
  border-left: 4px solid #0c4da2;
  margin-bottom: 0;
  line-height: 1.8;
}

.policy-page .content-box .text .contact-block a {
  font-weight: 600;
}

/* Responsive */
@media (max-width: 576px) {
  .policy-page .content-box .text > h2 {
    font-size: 22px;
  }
  .policy-page .content-box .text h3 {
    font-size: 16px;
    padding-left: 12px;
  }
  .policy-page .content-box .text p,
  .policy-page .content-box .text ul li {
    font-size: 15px;
  }
}
