/* =====================================================
   POLICY DOCUMENT LAYOUT
===================================================== */
.policy-header {
  padding: 85px 0 70px;

  background: linear-gradient(180deg, #f7f9fc 0%, #f2f6fa 100%);

  border-bottom: 1px solid #e7edf3;
}

.policy-header h1 {
  margin: 8px 0 15px;

  font-size: 3.1rem;

  letter-spacing: -0.035em;

  color: #16223a;
}

.policy-header .lead {
  max-width: 760px;

  margin: 0 auto;

  font-size: 1rem;

  line-height: 1.8;

  color: #697586;
}

.policy-layout {
  padding: 70px 0 110px;
  background: #ffffff;
}

.policy-layout > .container {
  max-width: 1320px;
}

.policy-content {
  padding-left: 45px;
}

.policy-content p {
  font-size: 0.95rem;

  line-height: 1.85;

  color: #536174;

  margin-bottom: 20px;
}

.policy-content li {
  font-size: 0.92rem;

  line-height: 1.7;

  color: #536174;

  margin-bottom: 8px;
}
/* =====================================================
   POLICY SIDEBAR
===================================================== */
/* Keep the sidebar aligned with the document */
.policy-sidebar {
  position: sticky;
  top: 105px;

  width: 100%;
  min-width: 0;

  background: #ffffff;

  border: 1px solid #e6ebf2;
  border-radius: 16px;

  box-shadow: 0 12px 35px rgba(15, 43, 74, 0.08);

  overflow: hidden;
}
.policy-sidebar-header {
  padding: 24px 22px;

  background: linear-gradient(135deg, #0e2f5a, #173e73);

  color: #ffffff;
}

.policy-sidebar-header h5 {
  margin: 0;

  color: #ffffff;

  font-size: 1.05rem;

  font-weight: 700;
}

.policy-sidebar-header small {
  display: block;

  margin-top: 5px;

  color: rgba(255, 255, 255, 0.7);

  font-size: 0.72rem;
}

.policy-sidebar nav {
  display: flex;

  flex-direction: column;

  padding: 12px;
}

.policy-sidebar nav a {
  position: relative;

  display: block;

  padding: 10px 13px;

  margin-bottom: 3px;

  border-radius: 8px;

  color: #475467;

  text-decoration: none;

  font-size: 0.82rem;

  font-weight: 500;

  line-height: 1.4;

  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.policy-sidebar nav a:hover {
  background: #f4f7fb;

  color: var(--primary);

  transform: translateX(3px);
}

.policy-sidebar nav a.active {
  background: rgba(227, 6, 19, 0.07);

  color: var(--accent);

  font-weight: 700;
}

.policy-sidebar nav a.active::before {
  content: "";

  position: absolute;

  left: 0;

  top: 7px;

  bottom: 7px;

  width: 3px;

  border-radius: 3px;

  background: var(--accent);
}

.policy-content > .section {
  padding: 48px 0;
}

.policy-content .section-heading {
  margin-bottom: 35px;
}

.policy-content .section-heading {
  margin-bottom: 28px;
}

.policy-content .section-heading h2 {
  margin: 5px 0 0;

  font-size: 2rem;

  line-height: 1.2;

  color: #16223a;

  letter-spacing: -0.02em;
}

.policy-content .section-label {
  font-size: 0.68rem;

  letter-spacing: 0.14em;

  color: var(--accent);
}

.section-label {
  display: inline-block;

  text-transform: uppercase;

  letter-spacing: 0.12em;

  font-size: 0.8rem;

  font-weight: 700;

  color: #e31b23;
}

.policy-layout p {
  font-size: 1.05rem;

  line-height: 1.9;

  color: #475467;
}

.policy-card {
  background: #fff;

  border-radius: 16px;

  padding: 30px;

  border: 1px solid #e8edf3;

  box-shadow: 0 8px 25px rgba(15, 43, 74, 0.05);
}

.policy-card h4 {
  color: #16223a;

  font-size: 1.05rem;

  margin-bottom: 16px;
}

.policy-card h4 {
  color: #16223a;

  font-size: 1.05rem;

  margin-bottom: 16px;
}

.info-card {
  margin-top: 30px;

  background: #fff7e8;

  border-left: 5px solid #f59e0b;

  border-radius: 14px;

  padding: 25px 28px;
}

.policy-table {
  border-radius: 16px;

  overflow: hidden;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
}

.policy-table thead {
  background: #173b71;

  color: #fff;
}

.policy-table th {
  padding: 16px;

  font-weight: 600;
}

.policy-table td {
  padding: 16px;
}

.page-header {
  padding: 170px 0 90px;

  background: #f7f9fc;

  border-bottom: 1px solid #edf2f7;
}

@media (max-width: 991px) {
  .policy-sidebar {
    position: relative;

    top: 0;

    margin-bottom: 50px;
  }
}

.policy-meta {
  display: flex;

  justify-content: center;

  align-items: center;

  gap: 55px;

  margin: 35px auto 0;

  padding-top: 22px;

  max-width: 760px;

  border-top: 1px solid #dfe6ee;
}

.policy-meta div {
  text-align: center;
}

.policy-meta span {
  display: block;

  margin-bottom: 4px;

  font-size: 0.65rem;

  text-transform: uppercase;

  letter-spacing: 0.1em;

  color: #8a96a6;
}

.policy-meta strong {
  display: block;

  font-size: 0.78rem;

  color: #16223a;
}

@media (max-width: 991px) {
  .policy-layout {
    padding-top: 45px;
  }

  .policy-content {
    padding-left: 0;
  }

  .policy-sidebar {
    position: relative;

    top: 0;

    margin-bottom: 40px;
  }

  .policy-sidebar nav {
    max-height: 320px;

    overflow-y: auto;
  }

  .policy-header {
    padding: 65px 20px 55px;
  }

  .policy-header h1 {
    font-size: 2.35rem;
  }

  .policy-meta {
    flex-wrap: wrap;

    gap: 20px;
  }
}
