:root {
  --paper: #fff9ea;
  --ink: #151b28;
  --muted: #5c687a;
  --green: #0b7c5a;
  --green-dark: #075d45;
  --cyan: #18bfd6;
  --lime: #eaff73;
  --mint: #dfffea;
  --peach: #ffe1c7;
  --line: #d9ded8;
  --shadow: 0 24px 70px rgba(21, 27, 40, 0.13);
  --bubble-shadow: 0 8px 0 rgba(21, 27, 40, 0.08);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.policy-page {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 8%, rgba(234, 255, 115, 0.38), transparent 25%),
    radial-gradient(circle at 92% 10%, rgba(24, 191, 214, 0.21), transparent 25%),
    radial-gradient(circle at 86% 78%, rgba(255, 225, 199, 0.48), transparent 30%),
    linear-gradient(145deg, #fffdf5 0%, #f2f8e7 48%, #f8fbf7 100%);
  font-family: "Instrument Sans", Arial, sans-serif;
}

.policy-page a { color: inherit; }

.policy-page a:focus-visible {
  outline: 4px solid var(--green-dark);
  outline-offset: 3px;
}

.policy-skip {
  position: fixed;
  z-index: 50;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  font-weight: 800;
  transform: translateY(-150%);
}

.policy-skip:focus { transform: translateY(0); }

.policy-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 84px;
  padding: 12px clamp(18px, 4vw, 52px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(14, 35, 35, 0.96);
  color: #fff;
  backdrop-filter: blur(14px);
}

.policy-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.policy-brand img {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.policy-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
}

.policy-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.policy-nav a:last-child {
  border-color: var(--lime);
  background: var(--lime);
  color: var(--ink);
}

.policy-nav a:hover {
  transform: translateY(-2px);
  border-color: var(--cyan);
  background: var(--mint);
  color: var(--green-dark);
}

.policy-header a:focus-visible { outline-color: var(--lime); }

.policy-main {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(28px, 5vw, 58px) 0 72px;
}

.policy-hero,
.policy-body,
.policy-help {
  min-width: 0;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.policy-help-actions {
  display: grid;
  flex: 0 0 min(100%, 300px);
  gap: 10px;
}

.policy-hero {
  padding: clamp(30px, 5vw, 58px);
  border-radius: 36px;
  background:
    radial-gradient(circle at 84% 8%, rgba(24, 191, 214, 0.23), transparent 30%),
    linear-gradient(135deg, #111923, #173b36 68%, #10201d);
  color: #fff;
}

.policy-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 13px;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.policy-hero h1 {
  margin: 20px 0 14px;
  font-size: clamp(46px, 7vw, 78px);
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.policy-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(18px, 2.2vw, 23px);
  line-height: 1.5;
}

.policy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 18px 0;
}

.policy-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(11, 124, 90, 0.15);
  border-radius: 999px;
  background: var(--mint);
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 800;
}

.policy-meta span:nth-child(even) { background: rgba(24, 191, 214, 0.14); }

.policy-body {
  padding: clamp(26px, 5vw, 56px);
  border-radius: 32px;
  background:
    radial-gradient(circle at 96% 2%, rgba(234, 255, 115, 0.2), transparent 18%),
    linear-gradient(145deg, #fffdf5, #f2fff7);
  overflow-wrap: anywhere;
}

.policy-body h2 {
  margin: 44px 0 14px;
  padding: 14px 18px;
  border-left: 7px solid var(--cyan);
  border-radius: 0 18px 18px 0;
  background: rgba(223, 255, 234, 0.82);
  color: var(--ink);
  font-size: clamp(25px, 3.5vw, 36px);
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.policy-body h2:first-child { margin-top: 0; }

.policy-body h3 {
  margin: 30px 0 10px;
  color: var(--green-dark);
  font-size: 22px;
}

.policy-body p,
.policy-body li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}

.policy-body p { margin: 0 0 18px; }
.policy-body strong { color: var(--ink); }

.policy-body ul {
  display: grid;
  gap: 11px;
  margin: 18px 0 24px;
  padding: 0;
  list-style: none;
}

.policy-body li {
  position: relative;
  padding: 13px 16px 13px 44px;
  border: 1px solid rgba(11, 124, 90, 0.12);
  border-radius: 16px;
  background: rgba(255, 253, 245, 0.78);
}

.policy-body li::before {
  position: absolute;
  top: 20px;
  left: 18px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--cyan);
  content: "";
}

.policy-contact {
  margin: 24px 0 0 !important;
  padding-top: 20px;
  border-top: 1px solid rgba(11, 124, 90, 0.15);
}

.policy-contact a,
.policy-help a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 11px 18px;
  border: 2px solid rgba(11, 124, 90, 0.16);
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
  box-shadow: var(--bubble-shadow);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.policy-help a.secondary {
  background: rgba(255, 253, 245, 0.9);
  color: var(--green-dark);
}

.policy-contact a:hover,
.policy-help a:hover {
  transform: translateY(-3px);
  border-color: var(--green);
  box-shadow: 0 12px 0 rgba(21, 27, 40, 0.1);
}

.policy-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  padding: clamp(22px, 4vw, 34px);
  border-radius: 28px;
  background: linear-gradient(135deg, var(--mint), #fff6e9);
}

.policy-help h2 {
  margin: 0 0 7px;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -0.03em;
}

.policy-help p { margin: 0; color: var(--muted); line-height: 1.5; }

.policy-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  padding: 26px 16px 42px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.policy-footer a:hover { color: var(--green-dark); }

@media (max-width: 700px) {
  .policy-help { align-items: stretch; flex-direction: column; }
  .policy-help-actions,
  .policy-help a { width: 100%; }
}

@media (max-width: 640px) {
  .policy-header { align-items: flex-start; padding: 10px 12px; }
  .policy-brand span { display: none; }
  .policy-brand img { width: 48px; height: 48px; }
  .policy-nav { flex-wrap: wrap; gap: 6px; }
  .policy-nav a { min-height: 42px; padding: 0 10px; font-size: 13px; }
  .policy-main { width: min(100% - 24px, 980px); padding-top: 22px; }
  .policy-hero { padding: 30px 22px; border-radius: 28px; }
  .policy-hero h1 { font-size: clamp(42px, 14vw, 62px); letter-spacing: -0.045em; }
  .policy-body { padding: 24px 19px; border-radius: 24px; }
  .policy-body h2 { margin-top: 34px; padding: 12px 14px; border-left-width: 5px; }
  .policy-body p,
  .policy-body li { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .policy-nav a,
  .policy-contact a,
  .policy-help a { transition: none; }
  .policy-nav a:hover,
  .policy-contact a:hover,
  .policy-help a:hover { transform: none; }
}
