/* ===== PRIVACY POLICY PAGE ===== */

.page-hero {
  background: linear-gradient(135deg, #0088aa 0%, #00aecf 100%);
  color: #fff;
  padding: 48px 0 40px;
}

.page-hero .breadcrumb {
  font-size: .82rem;
  margin-bottom: 12px;
  opacity: .8;
}

.page-hero .breadcrumb a {
  color: #fff;
  text-decoration: none;
  opacity: .85;
}

.page-hero .breadcrumb a:hover {
  opacity: 1;
  text-decoration: underline;
}

.page-hero h1 {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 800;
  margin: 0 0 10px;
}

.page-hero p {
  font-size: 1rem;
  opacity: .9;
  margin: 0;
}

/* ===== POLICY WRAPPER ===== */

.policy-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 0 60px;
}

/* ===== META ROW ===== */

.policy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  font-size: .85rem;
  color: #555;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e7ee;
}

/* ===== FACTS BOX ===== */

.policy-facts {
  border: 2px solid #0088aa;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 32px;
}

.facts-row {
  display: flex;
  border-top: 1px solid #c8dde8;
}

.facts-row:first-child {
  border-top: none;
}

.facts-header {
  background: #004f73;
  color: #fff;
}

.facts-label {
  min-width: 90px;
  padding: 14px 18px;
  font-weight: 700;
  font-size: .92rem;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(0,0,0,.1);
}

.facts-header .facts-label {
  font-size: 1rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.facts-question {
  padding: 14px 18px;
  font-weight: 700;
  font-size: .95rem;
  display: flex;
  align-items: center;
}

.facts-content {
  padding: 14px 18px;
  font-size: .9rem;
  line-height: 1.6;
  flex: 1;
  color: #333;
}

.facts-content ul {
  margin: 8px 0 0 0;
  padding-left: 20px;
}

.facts-content ul li {
  margin-bottom: 4px;
}

/* ===== SHARING / INFO TABLES ===== */

.policy-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 28px;
  font-size: .9rem;
}

.policy-table thead th {
  background: #004f73;
  color: #fff;
  padding: 12px 16px;
  text-align: left;
  font-weight: 700;
  font-size: .88rem;
  letter-spacing: .02em;
}

.policy-table tbody tr:nth-child(even) {
  background: #f4f8fb;
}

.policy-table tbody td {
  padding: 12px 16px;
  border-bottom: 1px solid #dce8f0;
  color: #333;
  line-height: 1.55;
  vertical-align: top;
}

.policy-table tbody td.center {
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
}

.policy-table tbody td.no-share {
  font-weight: 400;
  font-style: italic;
  color: #555;
}

.policy-table tbody td ul {
  margin: 8px 0 0 0;
  padding-left: 20px;
}

.policy-table tbody td ul li {
  margin-bottom: 4px;
}

/* ===== POLICY INFO BOX ===== */

.policy-box {
  background: #f0f7fb;
  border-left: 4px solid #0088aa;
  border-radius: 0 8px 8px 0;
  padding: 20px 24px;
  margin-bottom: 28px;
  font-size: .9rem;
  line-height: 1.6;
}

.policy-box h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #004f73;
  margin: 0 0 12px;
}

.policy-box ul {
  margin: 0 0 12px 0;
  padding-left: 20px;
}

.policy-box ul li {
  margin-bottom: 6px;
}

.policy-box p {
  margin: 0 0 10px;
  color: #333;
}

.policy-box p:last-child {
  margin-bottom: 0;
}

.policy-box a {
  color: #0088aa;
  text-decoration: none;
}

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

.policy-note {
  font-size: .84rem;
  color: #555;
  font-style: italic;
}

/* ===== DIVIDER ===== */

.policy-divider {
  border: none;
  border-top: 2px solid #dce8f0;
  margin: 32px 0;
}

/* ===== PROSE CONTENT (Privacy Policy, Terms, Comms Policy) ===== */

.policy-prose h2 {
  font-size: 1rem;
  font-weight: 700;
  color: #004f73;
  margin: 32px 0 10px;
  text-transform: uppercase;
  letter-spacing: .03em;
  padding-top: 4px;
  border-top: 1px solid #e0eaf0;
}

.policy-prose h2:first-child {
  margin-top: 0;
  border-top: none;
}

.policy-prose h3 {
  font-size: .95rem;
  font-weight: 700;
  color: #004f73;
  margin: 22px 0 8px;
}

.policy-prose p {
  font-size: .9rem;
  line-height: 1.75;
  color: #333;
  margin: 0 0 14px;
}

.policy-prose ul,
.policy-prose ol {
  font-size: .9rem;
  line-height: 1.75;
  color: #333;
  margin: 0 0 14px;
  padding-left: 24px;
}

.policy-prose li {
  margin-bottom: 6px;
}

.policy-prose a {
  color: #0088aa;
  text-decoration: none;
}

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

.policy-prose .policy-warning {
  background: #fff8e1;
  border-left: 4px solid #f0a500;
  padding: 14px 18px;
  border-radius: 0 6px 6px 0;
  margin-bottom: 24px;
  font-size: .85rem;
  font-weight: 600;
  color: #5a3e00;
  line-height: 1.6;
}

.policy-prose .policy-intro {
  font-size: .9rem;
  color: #444;
  line-height: 1.7;
  margin-bottom: 24px;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 600px) {
  .policy-wrap {
    padding: 24px 0 40px;
  }

  .facts-row {
    flex-direction: column;
  }

  .facts-label {
    min-width: unset;
    border-right: none;
    border-bottom: 1px solid rgba(0,0,0,.08);
    padding: 10px 14px;
  }

  .facts-content,
  .facts-question {
    padding: 10px 14px;
  }

  .policy-table thead th,
  .policy-table tbody td {
    padding: 10px 12px;
    font-size: .82rem;
  }

  .policy-meta {
    flex-direction: column;
    gap: 4px;
  }
}
