body {
  margin: 0;
}

.policy-page {
  scroll-behavior: smooth;
}

.policy-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 10%, rgba(31, 108, 179, 0.12), transparent 26%),
    radial-gradient(circle at 88% 14%, rgba(183, 34, 67, 0.1), transparent 24%),
    linear-gradient(180deg, #f6fbff 0%, #edf4fb 42%, #e6eef8 100%);
}

html, body {
  margin: 0;
  padding: 0;
}

.policy-page .site-header {
  position: sticky;
  top: 0;
  z-index: 16000;
}

.policy-top-bar-inner {
  justify-content: space-between;
}

.policy-nav-container {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.policy-nav-inner {
  height: auto;
  min-height: 92px;
}

.policy-nav-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(10, 49, 97, 0.1);
  background: linear-gradient(135deg, rgba(10, 49, 97, 0.07), rgba(38, 120, 191, 0.1));
  color: #0c3a6a;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.policy-main {
  position: relative;
  padding: clamp(1.1rem, 3vw, 2rem) 0 clamp(3rem, 7vw, 5rem);
}


.policy-shell {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.policy-hero-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.7fr);
  gap: 1.2rem;
  padding: clamp(1.35rem, 3.5vw, 2.3rem);
  border-radius: 34px;
  border: 1px solid rgba(13, 62, 113, 0.1);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.92), rgba(241, 248, 255, 0.82) 56%, rgba(220, 236, 248, 0.88)),
    linear-gradient(160deg, rgba(8, 51, 97, 0.05), rgba(8, 51, 97, 0));
  box-shadow: 0 24px 54px rgba(11, 44, 79, 0.1);
  overflow: hidden;
}

.policy-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.92), transparent 30%),
    radial-gradient(circle at 84% 20%, rgba(51, 129, 197, 0.14), transparent 26%);
  pointer-events: none;
}

.policy-hero-copy,
.policy-hero-note {
  position: relative;
  z-index: 1;
}

.policy-eyebrow {
  margin: 0 0 0.75rem;
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.82rem;
  border-radius: 999px;
  background: rgba(12, 53, 103, 0.08);
  color: #134173;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.policy-hero-copy h1 {
  margin: 0;
  max-width: 16ch;
  color: #0d335f;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.policy-lead {
  margin: 1rem 0 0;
  max-width: 62ch;
  color: #405c79;
  font-size: clamp(1rem, 1.5vw, 1.08rem);
  line-height: 1.72;
}

.policy-meta {
  margin-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.policy-meta-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.52rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(12, 58, 106, 0.1);
  color: #24507c;
  font-size: 0.84rem;
  font-weight: 700;
}

.policy-hero-note {
  align-self: start;
  padding: 1.15rem;
  border-radius: 28px;
  background:
    linear-gradient(155deg, rgba(10, 49, 97, 0.96), rgba(18, 82, 146, 0.92) 62%, rgba(133, 28, 67, 0.88));
  box-shadow: 0 18px 34px rgba(8, 33, 61, 0.24);
  color: #ffffff;
}

.policy-note-kicker {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.policy-hero-note h2 {
  margin: 0.6rem 0 0;
  font-size: 1.3rem;
  line-height: 1.2;
  text-wrap: balance;
}

.policy-note-list {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.65rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

.policy-content {
  margin-top: 1.35rem;
}

.policy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.56fr);
  gap: 1.2rem;
  align-items: start;
}

.policy-article,
.policy-sidebar {
  display: grid;
  gap: 1rem;
}

.policy-sidebar {
  position: sticky;
  top: 1rem;
}

.policy-card,
.policy-side-card {
  border-radius: 28px;
  border: 1px solid rgba(12, 58, 106, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 249, 255, 0.88)),
    linear-gradient(160deg, rgba(14, 60, 111, 0.04), rgba(14, 60, 111, 0));
  box-shadow: 0 18px 42px rgba(12, 47, 84, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.policy-card {
  padding: 1.3rem;
}

.policy-side-card {
  padding: 1rem 1rem 1.05rem;
}

.policy-card-head {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  margin-bottom: 1rem;
}

.policy-card-number {
  flex: 0 0 auto;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(140deg, #0e4a85, #0a3161);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  box-shadow: 0 10px 20px rgba(10, 49, 97, 0.18);
}

.policy-card-kicker {
  margin: 0 0 0.28rem;
  color: #5d7590;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.policy-card h2 {
  margin: 0;
  color: #0f3564;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  line-height: 1.12;
  text-wrap: balance;
}

.policy-card h3 {
  margin: 0;
  color: #123f70;
  font-size: 1rem;
  line-height: 1.2;
}

.policy-card p,
.policy-card li,
.policy-side-card li,
.policy-side-card p,
.policy-side-card a {
  color: #4a6682;
  font-size: 0.98rem;
  line-height: 1.7;
}

.policy-card ul,
.policy-side-list {
  margin: 0.75rem 0 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.5rem;
}

.policy-block + .policy-block {
  margin-top: 1.1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(12, 58, 106, 0.08);
}

.policy-side-title {
  margin: 0;
  color: #0d335f;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.policy-toc {
  margin-top: 0.85rem;
  display: grid;
  gap: 0.42rem;
}

.policy-toc a {
  display: block;
  padding: 0.56rem 0.7rem;
  border-radius: 14px;
  text-decoration: none;
  color: #114171;
  font-size: 0.92rem;
  font-weight: 700;
  background: rgba(17, 65, 113, 0.04);
  transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

.policy-toc a:hover,
.policy-toc a:focus-visible {
  background: rgba(17, 65, 113, 0.1);
  color: #0b3562;
  transform: translateX(3px);
  outline: none;
}

.policy-side-contact {
  margin-top: 0.8rem;
  display: grid;
  gap: 0.55rem;
}

.policy-side-contact a {
  text-decoration: none;
  font-weight: 700;
  color: #0e4a85;
}

.policy-side-contact a:hover,
.policy-side-contact a:focus-visible {
  color: #0a3361;
  outline: none;
}

.policy-side-contact p {
  margin: 0;
}

.policy-contact-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.policy-contact-item {
  padding: 0.9rem;
  border-radius: 18px;
  background: rgba(11, 58, 106, 0.04);
  border: 1px solid rgba(11, 58, 106, 0.07);
}

.policy-contact-label {
  display: block;
  margin-bottom: 0.35rem;
  color: #69829c;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.policy-contact-item strong,
.policy-contact-item a {
  color: #0f3564;
  font-size: 1rem;
  line-height: 1.5;
}

.policy-contact-item a {
  text-decoration: none;
  font-weight: 700;
}

.policy-contact-item a:hover,
.policy-contact-item a:focus-visible {
  color: #0a3361;
  outline: none;
}

.policy-footer {
  padding: 0 0 2rem;
}

.policy-footer-inner {
  display: grid;
  justify-items: center;
  gap: 0.9rem;
  padding: 1.25rem 1rem 0;
  border-top: 1px solid rgba(12, 58, 106, 0.1);
}

.policy-footer-logo {
  height: 78px;
}

.policy-footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.policy-footer-links a {
  color: #0e4b86;
  text-decoration: none;
  font-size: 0.96rem;
  font-weight: 700;
}

.policy-footer-links a:hover,
.policy-footer-links a:focus-visible {
  color: #0a3563;
  outline: none;
}

.policy-footer-copy {
  margin: 0;
  color: rgba(13, 62, 113, 0.84);
  font-size: 0.94rem;
}

.policy-card,
.policy-side-card,
.policy-toc a,
.policy-contact-item,
.policy-hero-note,
.policy-hero-card {
  scroll-margin-top: 1.2rem;
}

@media (max-width: 1024px) {
  .policy-hero-card,
  .policy-grid {
    grid-template-columns: 1fr;
  }

  .policy-sidebar {
    position: static;
  }

  .policy-hero-copy h1 {
    max-width: none;
  }
}

@media (max-width: 680px) {
  .policy-shell {
    width: min(100%, calc(100% - 1.2rem));
  }

  .policy-top-bar-inner {
    flex-direction: column;
    justify-content: center;
    gap: 0.7rem;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }

  .policy-nav-inner {
    min-height: 82px;
    padding: 0.75rem 0.9rem;
    flex-direction: column;
    justify-content: center;
  }

  .policy-nav-pill {
    font-size: 0.68rem;
    text-align: center;
  }

  .policy-hero-card,
  .policy-card {
    padding: 1rem;
    border-radius: 24px;
  }

  .policy-side-card {
    padding: 0.9rem;
    border-radius: 22px;
  }

  .policy-contact-grid {
    grid-template-columns: 1fr;
  }

  .policy-card-head {
    gap: 0.7rem;
  }

  .policy-card-number {
    width: 2.35rem;
    height: 2.35rem;
  }

  .policy-footer-links {
    gap: 0.75rem;
  }
}
