body.policy-page {
  background:
    linear-gradient(180deg, rgba(246, 242, 229, 0.96) 0%, rgba(250, 249, 243, 0.98) 42%, #ffffff 100%);
  color: #17382d;
}

.policy-page,
.policy-page :where(h1, h2, h3, p, li, a, button, span, strong, em, small, dt, dd) {
  text-shadow: none !important;
}


.policy-page__skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 30;
  transform: translateY(-160%);
  border-radius: 999px;
  background: #17382d;
  color: #ffffff;
  padding: 0.8rem 1rem;
  font-weight: 800;
  text-decoration: none;
}

.policy-page__skip-link:focus,
.policy-page__skip-link:focus-visible {
  transform: translateY(0);
  outline: 3px solid #d7a84f;
  outline-offset: 3px;
}

.accueco-policy-page {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(7rem, 11vw, 8.5rem) 0 clamp(3rem, 7vw, 6rem);
}

.policy-page__hero {
  display: grid;
  gap: 1.15rem;
  border: 1px solid #d8debe;
  border-radius: 8px;
  background: #fbf8ee;
  box-shadow: 0 18px 44px rgba(21, 54, 43, 0.08);
  padding: clamp(2rem, 6vw, 4.25rem);
}

.policy-page__eyebrow,
.policy-page__kicker {
  margin: 0;
  color: #43560f;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.policy-page__hero h1 {
  max-width: 820px;
  margin: 0;
  color: #14362b;
  font-size: clamp(2.6rem, 7vw, 5.6rem);
  line-height: 0.96;
}

.policy-page__lead {
  max-width: 760px;
  margin: 0;
  color: #244b3b;
  font-size: clamp(1.08rem, 2vw, 1.34rem);
  line-height: 1.6;
}

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

.policy-page__facts div {
  min-width: 0;
  border: 1px solid rgba(36, 75, 59, 0.14);
  border-radius: 8px;
  background: #fffdf7;
  padding: 1rem;
  box-shadow: 0 18px 42px rgba(21, 54, 43, 0.08);
}

.policy-page__facts dt {
  margin: 0 0 0.35rem;
  color: #43560f;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.policy-page__facts dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: #17382d;
  font-weight: 750;
  line-height: 1.45;
}

.policy-page__toc {
  margin: 0 0 clamp(1.4rem, 4vw, 2.4rem);
  border: 1px solid rgba(36, 75, 59, 0.16);
  border-radius: 8px;
  background: #f9f7ed;
  padding: clamp(1rem, 3vw, 1.35rem);
}

.policy-page__toc h2 {
  margin: 0 0 0.8rem;
  color: #17382d;
  font-size: 1rem;
}

.policy-page__toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1rem;
  margin: 0;
  padding-left: 1.25rem;
}

.policy-page__toc a,
.policy-page__section a,
.policy-page__facts a {
  color: #1f6c52;
  font-weight: 600;
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.2em;
  overflow-wrap: anywhere;
}

.policy-page__toc a:focus-visible,
.policy-page__section a:focus-visible,
.policy-page__facts a:focus-visible,
.policy-page__button:focus-visible {
  outline: 3px solid #d7a84f;
  outline-offset: 4px;
  font-weight: 600;
}

.policy-page__content {
  display: grid;
  gap: clamp(1rem, 2.5vw, 1.35rem);
}

.policy-page__section {
  border: 1px solid rgba(36, 75, 59, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  padding: clamp(1.2rem, 3.5vw, 2rem);
  box-shadow: 0 18px 44px rgba(21, 54, 43, 0.08);
}

.policy-page__section--contact {
  background: #15362b;
  color: #ffffff;
}

.policy-page__section--contact .policy-page__kicker,
.policy-page__section--contact h2,
.policy-page__section--contact p,
.policy-page__section--contact a {
  color: #ffffff;
}

.policy-page__section--contact .policy-page__button {
  color: #17382d;
}

.policy-page__section--contact .policy-page__button--secondary {
  color: #ffffff;
}

.policy-page__section h2 {
  margin: 0.25rem 0 0.85rem;
  color: #17382d;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  line-height: 1.18;
  font-weight: 600;
}

.policy-page__section h3 {
  margin: 1.2rem 0 0.45rem;
  color: #244b3b;
  font-size: 1rem;
  font-weight: 600;
}

.policy-page__section p,
.policy-page__section li {
  color: #345b4c;
  font-size: 0.95rem;
  line-height: 1.68;
  font-weight: 400;
}

.policy-page__section p {
  max-width: 78ch;
  margin: 0.7rem 0 0;
}

.policy-page__section ul,
.policy-page__section ol {
  max-width: 82ch;
  margin: 0.8rem 0 0;
  padding-left: 1.35rem;
}

.policy-page__numbered-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem 1.25rem;
}

.policy-page__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.3rem;
}

.policy-page__button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7a84f;
  border-radius: 999px;
  background: #d7a84f;
  color: #17382d;
  padding: 0.78rem 1.05rem;
  font-weight: 600;
  text-decoration: none;
}

.policy-page__button--secondary {
  background: transparent;
  color: #ffffff;
}

@media (max-width: 760px) {
  .accueco-policy-page {
    width: min(100% - 24px, 1120px);
  }

  .policy-page__facts,
  .policy-page__toc ol,
  .policy-page__numbered-list {
    grid-template-columns: 1fr;
  }

  .policy-page__hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.6rem);
    line-height: 1;
  }

  .policy-page__section {
    padding: 1rem;
  }
}

@media (max-width: 340px) {
  .accueco-policy-page {
    width: min(100% - 18px, 1120px);
  }

  .policy-page__hero h1 {
    font-size: 2.1rem;
  }

  .policy-page__button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .policy-page__skip-link {
    transition: none;
  }
}

@media (forced-colors: active) {
  .policy-page__skip-link,
  .policy-page__button,
  .policy-page__section,
  .policy-page__toc,
  .policy-page__facts div {
    border: 1px solid ButtonText;
    box-shadow: none;
  }

  .policy-page__button {
    forced-color-adjust: auto;
  }
}

@media print {
  body.policy-page {
    background: #ffffff;
    color: #000000;
  }

  .policy-page__skip-link,
  body.policy-page .global-header,
  body.policy-page .accueco-site-drawer,
  body.policy-page .accueco-site-footer {
    display: none;
  }

  .accueco-policy-page {
    width: 100%;
    padding: 0;
  }

  .policy-page__section,
  .policy-page__section--contact,
  .policy-page__hero,
  .policy-page__toc,
  .policy-page__facts div {
    background: #ffffff;
    break-inside: avoid;
    border: 1px solid #999999;
    box-shadow: none;
  }

  .policy-page__eyebrow,
  .policy-page__kicker,
  .policy-page__hero h1,
  .policy-page__lead,
  .policy-page__facts dt,
  .policy-page__facts dd,
  .policy-page__toc h2,
  .policy-page__toc a,
  .policy-page__section--contact .policy-page__kicker,
  .policy-page__section--contact h2,
  .policy-page__section--contact p,
  .policy-page__section--contact a,
  .policy-page__section h2,
  .policy-page__section h3,
  .policy-page__section p,
  .policy-page__section li,
  .policy-page__section a {
    color: #000000;
  }

  .policy-page__toc a,
  .policy-page__section a,
  .policy-page__facts a,
  .policy-page__button {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
  }

  .policy-page__cta-row {
    display: block;
  }

  .policy-page__button,
  .policy-page__button--secondary {
    display: inline-block;
    min-height: 0;
    border: 1px solid #000000;
    background: #ffffff;
    color: #000000;
    padding: 0.2rem 0;
  }

  .policy-page__facts,
  .policy-page__toc ol,
  .policy-page__numbered-list {
    grid-template-columns: 1fr;
  }
}

.policy-page .policy-page__section--contact {
  background: #15362b;
  color: #ffffff;
}

.policy-page .policy-page__section--contact .policy-page__kicker,
.policy-page .policy-page__section--contact h2,
.policy-page .policy-page__section--contact p,
.policy-page .policy-page__section--contact a:not(.policy-page__button) {
  color: #ffffff;
}

.policy-page .policy-page__section--contact .policy-page__button {
  color: #17382d;
}

.policy-page .policy-page__section--contact .policy-page__button--secondary {
  color: #ffffff;
}

@media print {
  .policy-page .policy-page__section--contact {
    background: #ffffff;
    color: #000000;
  }

  .policy-page .policy-page__section--contact .policy-page__kicker,
  .policy-page .policy-page__section--contact h2,
  .policy-page .policy-page__section--contact p,
  .policy-page .policy-page__section--contact a:not(.policy-page__button) {
    color: #000000;
  }

  .policy-page .policy-page__section--contact .policy-page__button,
  .policy-page .policy-page__section--contact .policy-page__button--secondary {
    border-color: #000000;
    background: #ffffff;
    color: #000000;
  }
}
