.policy-detail-page {
  background: #f5f5f7;
  color: #1f2937;
}

.policy-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #a10c34;
  background: linear-gradient(135deg, #7a0028 0%, #a80036 26%, #c40034 56%, #da2558 100%);
  color: #fff;
}

.policy-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(118deg, rgba(255,255,255,.10) 0%, rgba(255,255,255,.04) 22%, rgba(255,255,255,0) 55%, rgba(255,255,255,0) 100%);
  pointer-events: none;
}

.policy-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.20), transparent 28%),
    radial-gradient(circle at bottom right, rgba(255,255,255,.10), transparent 26%);
  pointer-events: none;
}

.policy-hero__inner,
.policy-content__inner {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.policy-hero__inner {
  padding-top: 3rem;
  padding-bottom: 3.5rem;
}

.policy-breadcrumb {
  margin-bottom: 1.25rem;
}

.policy-breadcrumb .breadcrumb {
  margin: 0;
  --bs-breadcrumb-divider-color: rgba(255,255,255,.52);
  --bs-breadcrumb-item-active-color: rgba(255,255,255,.94);
}

.policy-breadcrumb a {
  color: rgba(255,255,255,.82);
  text-decoration: none;
}

.policy-breadcrumb a:hover {
  color: #fff;
}

.policy-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1rem;
  padding: .45rem .9rem;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(6px);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255,255,255,.92);
}

.policy-hero__title {
  max-width: 920px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.1rem);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -.03em;
}

.policy-hero__brief {
  max-width: 900px;
  margin-top: 1.25rem;
  margin-bottom: 0;
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  line-height: 1.75;
  color: rgba(255,255,255,.92);
}

.policy-content {
  padding: 2rem 0 3.5rem;
}

.policy-content__shell {
  overflow: hidden;
  border: 1px solid #d6d9df;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(31, 41, 55, .08);
}

.policy-content__head {
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: 1.5rem 1.5rem 0;
}

.policy-content__bar {
  width: 6px;
  height: 42px;
  border-radius: 999px;
  background: #c40034;
  flex: 0 0 auto;
}

.policy-content__label {
  margin: 0;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #c40034;
}

.policy-content__sub {
  margin: .25rem 0 0;
  font-size: .96rem;
  color: #6b7280;
}

.policy-content__body {
  padding: 1.5rem;
}

.policy-richtext {
  color: #334155;
  font-size: 1.02rem;
  line-height: 1.9;
}

.policy-richtext > :first-child {
  margin-top: 0 !important;
}

.policy-richtext > :last-child {
  margin-bottom: 0 !important;
}

.policy-richtext h1,
.policy-richtext h2,
.policy-richtext h3,
.policy-richtext h4,
.policy-richtext h5,
.policy-richtext h6 {
  margin-top: 2.25rem;
  margin-bottom: 1rem;
  color: #0f172a;
  font-weight: 700;
  line-height: 1.25;
}

.policy-richtext h1,
.policy-richtext h2 {
  padding-bottom: .7rem;
  border-bottom: 1px solid #eceff3;
}

.policy-richtext h1 { font-size: 1.85rem; }
.policy-richtext h2 { font-size: 1.55rem; }
.policy-richtext h3 { font-size: 1.28rem; }
.policy-richtext h4 { font-size: 1.12rem; }

.policy-richtext p,
.policy-richtext ul,
.policy-richtext ol,
.policy-richtext table,
.policy-richtext blockquote {
  margin-bottom: 1.1rem;
}

.policy-richtext ul,
.policy-richtext ol {
  padding-left: 1.4rem;
}

.policy-richtext li + li {
  margin-top: .45rem;
}

.policy-richtext a {
  color: #c40034;
  text-decoration: none;
}

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

.policy-richtext blockquote {
  margin-left: 0;
  padding: 1rem 1.2rem;
  border-left: 4px solid #c40034;
  background: #faf7f8;
  color: #475569;
}

.policy-richtext table {
  width: 100%;
  border-collapse: collapse;
}

.policy-richtext th,
.policy-richtext td {
  padding: .8rem .9rem;
  border: 1px solid #e5e7eb;
  vertical-align: top;
}

.policy-richtext th {
  background: #f8fafc;
  color: #111827;
}

.policy-template-note {
  margin-bottom: 1rem;
  border: 1px solid #f0ced8;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff7fa 0%, #fff 100%);
}

.policy-template-note__chips {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: .75rem;
}

.policy-template-note__chip {
  display: inline-flex;
  align-items: center;
  padding: .42rem .7rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #f2d9e1;
  font-size: .82rem;
  color: #7a1736;
}

@media (max-width: 991.98px) {
  .policy-hero__inner {
    padding-top: 2.5rem;
    padding-bottom: 2.8rem;
  }

  .policy-content {
    padding-top: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .policy-hero__inner,
  .policy-content__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .policy-content__head,
  .policy-content__body {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
