﻿@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Noto+Sans+Georgian:wght@700&display=swap");

:root {
  --pp-violet: #2563EB;
  --pp-lagoon: #000000;
  --pp-gold: #C4B5FD;
  --pp-alabaster: #FFFFFF;
  --pp-moss: #475569;
  --pp-ink: #000000;
  --pp-border: 1px solid rgba(0, 0, 0, 0.16);
  --pp-shadow-soft: 0 14px 28px rgba(0, 0, 0, 0.11);
  --pp-shadow-lift: 0 20px 34px rgba(0, 0, 0, 0.2);
}

* {
  box-sizing: border-box;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body.policy-page {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--pp-ink);
  background:
    radial-gradient(circle at 8% 9%, rgba(37, 99, 235, 0.17), transparent 44%),
    radial-gradient(circle at 88% 12%, rgba(196, 181, 253, 0.15), transparent 40%),
    linear-gradient(160deg, #fcfaef 0%, var(--pp-alabaster) 48%, #ecf4f8 100%);
}

.policy-nav {
  position: sticky;
  top: 0;
  z-index: 1200;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: var(--pp-border);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.policy-nav a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 8px 12px;
  color: var(--pp-lagoon);
  font-weight: 700;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: all 0.24s ease;
}

.policy-nav a i {
  color: var(--pp-moss);
}

.policy-nav a:hover,
.policy-nav a.active {
  background: rgba(37, 99, 235, 0.14);
  border-color: rgba(37, 99, 235, 0.3);
}

.policy-nav a:hover i,
.policy-nav a.active i {
  color: var(--pp-violet);
}

.policy-shell {
  width: min(1120px, calc(100% - 28px));
  margin: 24px auto 46px;
  display: grid;
  gap: 16px;
}

.card {
  border-radius: 22px;
  border: var(--pp-border);
  background:
    radial-gradient(circle at 12% 12%, rgba(37, 99, 235, 0.07), transparent 52%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.9));
  box-shadow: var(--pp-shadow-soft);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: var(--pp-shadow-lift);
  border-color: rgba(37, 99, 235, 0.28);
}

.policy-hero {
  padding: clamp(22px, 3vw, 34px);
}

.policy-kicker {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid rgba(37, 99, 235, 0.34);
  background: rgba(37, 99, 235, 0.12);
  color: var(--pp-lagoon);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 7px 11px;
}

.policy-kicker i {
  color: var(--pp-violet);
}

.policy-hero h1 {
  margin: 12px 0 10px;
  color: var(--pp-lagoon);
  font-family: "Noto Sans Georgian", sans-serif;
  font-size: clamp(1.9rem, 1.3rem + 1.9vw, 2.8rem);
  line-height: 1.15;
}

.policy-lead {
  margin: 0;
  max-width: 860px;
  color: var(--pp-moss);
  line-height: 1.75;
}

.policy-meta {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.policy-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.07);
  color: var(--pp-lagoon);
  font-weight: 700;
  font-size: 0.84rem;
  padding: 8px 12px;
}

.policy-grid {
  column-count: 2;
  column-gap: 14px;
}

.policy-card {
  display: inline-block;
  width: 100%;
  margin: 0 0 14px;
  padding: 18px 18px 16px;
  break-inside: avoid;
}

.policy-card h2 {
  margin: 0 0 10px;
  font-family: "Noto Sans Georgian", sans-serif;
  color: var(--pp-lagoon);
  font-size: clamp(1.2rem, 1rem + 0.55vw, 1.55rem);
}

.policy-card p,
.policy-card li {
  color: var(--pp-moss);
  line-height: 1.72;
}

.policy-card p {
  margin: 0;
}

.policy-card ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.policy-card a,
.policy-help a {
  color: var(--pp-lagoon);
  font-weight: 700;
}

.policy-card a:hover,
.policy-help a:hover {
  color: var(--pp-violet);
}

.policy-help {
  padding: 18px;
}

.policy-help h3 {
  margin: 0;
  color: var(--pp-lagoon);
  font-family: "Noto Sans Georgian", sans-serif;
  font-size: 1.34rem;
}

.policy-help h3 i {
  color: var(--pp-violet);
  margin-right: 8px;
}

.policy-help p {
  margin: 10px 0 0;
  color: var(--pp-moss);
}

.policy-help-links {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.policy-help-links a {
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.08);
  padding: 8px 12px;
}

.policy-help-links a:hover {
  border-color: rgba(37, 99, 235, 0.45);
  background: rgba(37, 99, 235, 0.12);
}

@media (max-width: 900px) {
  .policy-grid {
    column-count: 1;
  }
}

@media (max-width: 620px) {
  .policy-shell {
    width: calc(100% - 18px);
    margin-top: 16px;
    margin-bottom: 28px;
  }

  .policy-nav {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-inline: 10px;
  }

  .policy-nav a {
    flex-shrink: 0;
    font-size: 0.86rem;
  }

  .policy-meta span {
    width: 100%;
    justify-content: center;
  }
}

/* Readable policy redesign: keep legal text in one calm, balanced flow. */
body.policy-page {
  background: #f7f9fc;
  color: #111827;
}

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

.policy-hero {
  min-height: 0;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  margin: 18px 0 0;
  padding: clamp(28px, 5vw, 52px);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.08), transparent 46%),
    #ffffff;
  border: 1px solid #e4e9f3;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
}

.policy-hero h1 {
  max-width: 760px;
  margin: 16px 0 12px;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.08;
}

.policy-lead {
  max-width: 760px;
  color: #4b5563;
  font-size: clamp(0.96rem, 1.4vw, 1.08rem);
  font-weight: 650;
}

.policy-hero-art {
  width: min(260px, 24vw);
  min-height: 210px;
}

.policy-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  padding: 24px 0 0;
}

.policy-sidebar {
  position: static;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.36fr);
  gap: 16px;
}

.policy-toc,
.policy-help,
.policy-card {
  border: 1px solid #e4e9f3;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.policy-toc {
  padding: 18px;
}

.policy-toc nav {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 8px;
}

.policy-toc a {
  min-height: 42px;
  padding: 9px 11px;
  border: 1px solid transparent;
  background: #f8fafc;
  color: #334155;
  line-height: 1.25;
}

.policy-toc a:hover,
.policy-toc a:focus {
  border-color: #dbe4ff;
  background: #eef2ff;
}

.policy-help {
  align-self: stretch;
  display: grid;
  align-content: center;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.07), transparent 60%),
    #ffffff;
}

.policy-help h3 {
  grid-template-columns: 36px minmax(0, 1fr);
  font-size: 1rem;
}

.policy-help p,
.policy-help a {
  margin-left: 48px;
}

.policy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  width: min(920px, 100%);
  margin: 0 auto;
}

.policy-card {
  display: block;
  padding: clamp(18px, 3vw, 28px);
  overflow: visible;
}

.policy-card::before {
  display: none;
}

.policy-card h2 {
  margin: 0 0 12px;
  color: #111827;
  font-size: clamp(1.12rem, 2vw, 1.42rem);
  line-height: 1.28;
  overflow-wrap: normal;
  word-break: normal;
}

.policy-card p,
.policy-card li {
  color: #475569;
  font-size: clamp(0.92rem, 1.4vw, 1rem);
  font-weight: 600;
  line-height: 1.72;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
}

.policy-card ul {
  display: grid;
  gap: 10px;
  padding-left: 0;
  margin: 0;
}

.policy-card li {
  position: relative;
  padding-left: 26px;
  list-style: none;
}

.policy-card li::before {
  position: absolute;
  left: 0;
  top: 0.22em;
  margin: 0;
  font-size: 0.9em;
}

@media (max-width: 900px) {
  .policy-shell {
    width: min(100% - 24px, 820px);
  }

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

  .policy-hero-art {
    display: none;
  }

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

@media (max-width: 620px) {
  .policy-shell {
    width: calc(100% - 18px);
    margin-bottom: 28px;
  }

  .policy-hero {
    margin-top: 10px;
    padding: 22px 18px;
    border-radius: 14px;
  }

  .policy-hero h1 {
    font-size: 2rem;
  }

  .policy-body {
    padding-top: 14px;
  }

  .policy-toc,
  .policy-help,
  .policy-card {
    border-radius: 12px;
  }

  .policy-toc {
    margin: 0;
    padding: 14px;
  }

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

  .policy-help {
    margin: 0;
  }

  .policy-help p,
  .policy-help a {
    margin-left: 0;
  }

  .policy-card {
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Modern policy layout */
body.policy-page {
  background: #fbfcff;
  color: #111936;
}

.policy-nav {
  border-bottom: 1px solid #eef1fa;
  box-shadow: 0 8px 18px rgba(31, 45, 82, 0.06);
}

.policy-shell {
  width: min(1460px, calc(100% - 24px));
  margin: 0 auto 30px;
  gap: 0;
}

.card,
.card:hover {
  border: 1px solid #e3e8f5;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(31, 45, 82, 0.06);
  transform: none;
}

.policy-hero {
  position: relative;
  min-height: 315px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
  align-items: center;
  gap: 28px;
  overflow: hidden;
  padding: clamp(34px, 5vw, 64px) clamp(28px, 8vw, 118px);
  border-radius: 0;
  background:
    radial-gradient(circle at 76% 45%, rgba(88, 110, 255, 0.16), transparent 32%),
    linear-gradient(105deg, #fbfdff 0%, #ffffff 44%, #eef3ff 100%);
  box-shadow: none;
}

.policy-hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.policy-kicker {
  gap: 7px;
  padding: 6px 10px;
  border: 1px solid #dfe5ff;
  border-radius: 999px;
  color: #4f56ff;
  background: #f4f6ff;
  font-size: 0.72rem;
  letter-spacing: 0;
}

.policy-hero h1 {
  max-width: 520px;
  margin: 18px 0 18px;
  color: #101936;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.2rem, 4.8vw, 4.45rem);
  line-height: 1.04;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.policy-hero h1 span {
  color: #4f56ff;
}

.policy-lead {
  max-width: 560px;
  color: #415071;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.policy-meta span {
  border: 0;
  padding: 0;
  color: #344269;
  background: transparent;
  font-size: 0.86rem;
}

.policy-meta i {
  color: #4f56ff;
}

.policy-hero-art {
  position: relative;
  min-height: 230px;
  display: grid;
  place-items: center;
}

.policy-art-glow {
  position: absolute;
  width: min(380px, 90%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(83, 96, 255, 0.16), transparent 68%);
}

.policy-doc {
  position: absolute;
  width: 170px;
  height: 210px;
  border-radius: 18px;
  transform: translate(72px, -22px) rotate(7deg);
  background: linear-gradient(180deg, #ffffff, #eef2ff);
  box-shadow: 0 18px 32px rgba(69, 84, 160, 0.12);
}

.policy-doc::before {
  content: "";
  position: absolute;
  left: 34px;
  right: 28px;
  top: 42px;
  height: 8px;
  border-radius: 999px;
  background: #cfd7ff;
  box-shadow: 0 26px 0 #dbe2ff, 0 52px 0 #e3e8ff;
}

.policy-shield {
  position: relative;
  z-index: 2;
  width: 178px;
  height: 205px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 3.8rem;
  background: linear-gradient(145deg, #7080ff, #294aff);
  clip-path: polygon(50% 0, 90% 15%, 82% 70%, 50% 100%, 18% 70%, 10% 15%);
  filter: drop-shadow(0 22px 26px rgba(45, 72, 210, 0.26));
}

.policy-lock {
  position: absolute;
  z-index: 3;
  right: 16%;
  bottom: 12%;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #9a5a00;
  background: linear-gradient(145deg, #ffd16b, #f5a928);
  font-size: 1.8rem;
  box-shadow: 0 14px 24px rgba(222, 151, 26, 0.22);
}

.policy-pen {
  position: absolute;
  z-index: 3;
  right: 17%;
  top: 22%;
  width: 28px;
  height: 180px;
  border-radius: 999px;
  transform: rotate(12deg);
  background: linear-gradient(180deg, #ffd56e 0 18%, #364fff 18% 82%, #1d2e9d 82%);
  box-shadow: 0 16px 24px rgba(42, 55, 160, 0.18);
}

.policy-body {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 34px;
  padding: 26px clamp(16px, 6vw, 92px) 0;
  min-width: 0;
}

.policy-sidebar {
  position: sticky;
  top: 86px;
  align-self: start;
  display: grid;
  gap: 22px;
}

.policy-toc {
  padding: 18px;
}

.policy-toc-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  background: transparent;
  color: #71809f;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.policy-toc nav {
  display: grid;
  gap: 6px;
  margin-top: 12px;
}

.policy-toc a {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 8px;
  color: #415071;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.policy-toc a:hover,
.policy-toc a:focus {
  color: #4f56ff;
  background: #f1f3ff;
}

.policy-toc a i {
  width: 15px;
  color: #5160e8;
}

.policy-help {
  padding: 20px;
  background: linear-gradient(145deg, #f4f6ff, #ffffff);
}

.policy-help h3 {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #101936;
  font-family: "Manrope", sans-serif;
  font-size: 0.98rem;
}

.policy-help h3 i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin: 0;
  border-radius: 50%;
  color: #ffffff;
  background: #6071ff;
}

.policy-help p {
  margin: 12px 0 14px 50px;
  color: #596782;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.55;
}

.policy-help a {
  margin-left: 50px;
  color: #4f56ff;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 900;
}

.policy-grid {
  display: grid;
  column-count: initial;
  gap: 18px;
  min-width: 0;
}

.policy-card {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 0 18px;
  width: 100%;
  margin: 0;
  padding: 24px;
  scroll-margin-top: 92px;
  min-width: 0;
  overflow: hidden;
}

.policy-card::before {
  content: "\f15c";
  grid-row: span 3;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #5865ff;
  background: #eff1ff;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.policy-card:nth-child(3n + 2)::before {
  content: "\f058";
  color: #27ad66;
  background: #eaf9f1;
}

.policy-card:nth-child(3n + 3)::before {
  content: "\f0b1";
  color: #f09a22;
  background: #fff2df;
}

.policy-card h2 {
  margin: 0 0 8px;
  color: #101936;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.policy-card p,
.policy-card li {
  color: #53617e;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
  min-width: 0;
}

.policy-card ul {
  padding-left: 0;
  list-style: none;
  min-width: 0;
}

.policy-card li::before {
  content: "\f058";
  display: inline-block;
  margin-right: 8px;
  color: #27ad66;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

@media (max-width: 900px) {
  .policy-hero {
    grid-template-columns: 1fr;
    padding: 26px 22px 18px;
  }

  .policy-hero-art {
    min-height: 190px;
  }

  .policy-shield {
    width: 128px;
    height: 150px;
    font-size: 2.6rem;
  }

  .policy-doc {
    width: 130px;
    height: 160px;
  }

  .policy-body {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px 10px 0;
  }

  .policy-sidebar {
    position: static;
  }
}

@media (max-width: 620px) {
  .policy-shell {
    width: 100%;
    margin: 0 auto 24px;
  }

  .policy-nav {
    display: none;
  }

  .policy-hero h1 {
    font-size: 2rem;
  }

  .policy-lead {
    font-size: 0.86rem;
  }

  .policy-meta span {
    justify-content: flex-start;
  }

  .policy-toc {
    margin: 0 8px;
  }

  .policy-help {
    margin: 0 8px;
  }

  .policy-card {
    grid-template-columns: 1fr;
    gap: 0 12px;
    padding: 16px 14px;
  }

  .policy-card::before {
    margin-bottom: 10px;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    font-size: 0.8rem;
  }

  .policy-card h2 {
    font-size: 0.98rem;
  }

  .policy-card p,
  .policy-card li {
    font-size: 0.78rem;
  }
}

/* Final policy layout override. Keep this at the end so older policy rules cannot re-squeeze cards. */
body.policy-page {
  background: #f7f9fc !important;
  color: #111827 !important;
}

body.policy-page .policy-shell {
  width: min(1180px, calc(100% - 32px)) !important;
  margin: 0 auto 44px !important;
  display: grid !important;
  gap: 0 !important;
}

body.policy-page .policy-hero {
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 28px !important;
  margin: 18px 0 0 !important;
  padding: clamp(28px, 5vw, 52px) !important;
  border: 1px solid #e4e9f3 !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), transparent 46%), #ffffff !important;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07) !important;
}

body.policy-page .policy-hero h1 {
  max-width: 760px !important;
  margin: 16px 0 12px !important;
  font-size: clamp(2rem, 4vw, 3.6rem) !important;
  line-height: 1.08 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

body.policy-page .policy-lead {
  max-width: 760px !important;
  color: #4b5563 !important;
  font-size: clamp(0.96rem, 1.4vw, 1.08rem) !important;
  font-weight: 650 !important;
}

body.policy-page .policy-hero-art {
  width: min(260px, 24vw) !important;
  min-height: 210px !important;
}

body.policy-page .policy-body {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 24px !important;
  padding: 24px 0 0 !important;
}

body.policy-page .policy-sidebar {
  position: static !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.36fr) !important;
  gap: 16px !important;
}

body.policy-page .policy-toc,
body.policy-page .policy-help,
body.policy-page .policy-card {
  border: 1px solid #e4e9f3 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05) !important;
  transform: none !important;
}

body.policy-page .policy-toc nav {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)) !important;
  gap: 8px !important;
}

body.policy-page .policy-toc a {
  min-height: 42px !important;
  padding: 9px 11px !important;
  border: 1px solid transparent !important;
  background: #f8fafc !important;
  color: #334155 !important;
  line-height: 1.25 !important;
}

body.policy-page .policy-help {
  align-self: stretch !important;
  display: grid !important;
  align-content: center !important;
  padding: 20px !important;
}

body.policy-page .policy-help h3 {
  grid-template-columns: 36px minmax(0, 1fr) !important;
  font-size: 1rem !important;
}

body.policy-page .policy-help p,
body.policy-page .policy-help a {
  margin-left: 48px !important;
}

body.policy-page .policy-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  column-count: initial !important;
  gap: 14px !important;
  width: min(920px, 100%) !important;
  margin: 0 auto !important;
}

body.policy-page .policy-card {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(18px, 3vw, 28px) !important;
  overflow: visible !important;
}

body.policy-page .policy-card::before {
  display: none !important;
}

body.policy-page .policy-card h2 {
  margin: 0 0 12px !important;
  color: #111827 !important;
  font-size: clamp(1.12rem, 2vw, 1.42rem) !important;
  line-height: 1.28 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

body.policy-page .policy-card p,
body.policy-page .policy-card li {
  color: #475569 !important;
  font-size: clamp(0.92rem, 1.4vw, 1rem) !important;
  font-weight: 600 !important;
  line-height: 1.72 !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  hyphens: none !important;
}

body.policy-page .policy-card ul {
  display: grid !important;
  gap: 10px !important;
  padding-left: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

body.policy-page .policy-card li {
  position: relative !important;
  padding-left: 26px !important;
}

body.policy-page .policy-card li::before {
  position: absolute !important;
  left: 0 !important;
  top: 0.22em !important;
  margin: 0 !important;
  font-size: 0.9em !important;
}

@media (max-width: 900px) {
  body.policy-page .policy-shell {
    width: min(100% - 24px, 820px) !important;
  }

  body.policy-page .policy-hero,
  body.policy-page .policy-sidebar {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.policy-page .policy-hero-art {
    display: none !important;
  }
}

@media (max-width: 620px) {
  body.policy-page .policy-shell {
    width: calc(100% - 18px) !important;
    margin-bottom: 28px !important;
  }

  body.policy-page .policy-hero {
    margin-top: 10px !important;
    padding: 22px 18px !important;
    border-radius: 14px !important;
  }

  body.policy-page .policy-hero h1 {
    font-size: 2rem !important;
  }

  body.policy-page .policy-body {
    padding-top: 14px !important;
  }

  body.policy-page .policy-toc {
    margin: 0 !important;
    padding: 14px !important;
  }

  body.policy-page .policy-toc nav {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.policy-page .policy-help {
    margin: 0 !important;
  }

  body.policy-page .policy-help p,
  body.policy-page .policy-help a {
    margin-left: 0 !important;
  }

  body.policy-page .policy-card {
    padding: 18px !important;
  }
}

