:root {
  color: #152b28;
  background: #f7f5ef;
  font-family: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #152b28; background: #f7f5ef; }
a { color: #075f56; text-underline-offset: 3px; }
a:hover { color: #0b766b; }
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible { outline: 3px solid #f6b781; outline-offset: 3px; }

.policy-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  padding: 0 max(24px, calc((100vw - 1120px) / 2));
  border-bottom: 1px solid rgba(21, 43, 40, .12);
  background: rgba(247, 245, 239, .94);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.policy-brand { display: inline-flex; align-items: center; gap: 10px; color: #152b28; font-weight: 790; text-decoration: none; }
.policy-brand img { width: 26px; height: 26px; }
.policy-nav { display: flex; align-items: center; gap: 22px; font-size: 13px; font-weight: 680; }
.policy-nav a { color: #425853; text-decoration: none; }
.policy-nav a[aria-current="page"] { color: #075f56; }

.policy-shell { width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 72px 0 96px; }
.policy-hero { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 64px; padding-bottom: 52px; border-bottom: 1px solid rgba(21, 43, 40, .14); }
.policy-eyebrow { margin: 0 0 18px; color: #087269; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.policy-hero h1 { max-width: 760px; margin: 0; font: 600 clamp(44px, 7vw, 76px)/.98 Georgia, "Times New Roman", serif; letter-spacing: -.045em; }
.policy-lead { max-width: 760px; margin: 26px 0 0; color: #425853; font-size: 18px; line-height: 1.65; }
.policy-facts { align-self: end; margin: 0; padding: 23px; border: 1px solid rgba(21, 43, 40, .14); border-radius: 15px; background: #fffdf8; }
.policy-facts div + div { margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(21, 43, 40, .1); }
.policy-facts dt { color: #526762; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.policy-facts dd { margin: 5px 0 0; color: #203b37; font-size: 13px; font-weight: 680; line-height: 1.45; overflow-wrap: anywhere; }

.policy-layout { display: grid; grid-template-columns: 230px minmax(0, 720px); gap: 66px; padding-top: 54px; }
.policy-toc { position: sticky; top: 100px; align-self: start; }
.policy-toc strong { display: block; margin-bottom: 12px; color: #526762; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.policy-toc a { display: block; padding: 6px 0; color: #526762; font-size: 12px; font-weight: 640; text-decoration: none; }
.policy-content section { scroll-margin-top: 95px; }
.policy-content section + section { margin-top: 48px; padding-top: 48px; border-top: 1px solid rgba(21, 43, 40, .11); }
.policy-content h2 { margin: 0 0 18px; font: 610 30px/1.15 Georgia, "Times New Roman", serif; letter-spacing: -.02em; }
.policy-content h3 { margin: 29px 0 10px; font-size: 15px; }
.policy-content p,
.policy-content li { color: #425853; font-size: 15px; line-height: 1.78; }
.policy-content p { margin: 0 0 16px; }
.policy-content ul { margin: 12px 0 20px; padding-left: 22px; }
.policy-content li + li { margin-top: 8px; }
.policy-note { padding: 18px 20px; border-left: 4px solid #0b766b; border-radius: 0 10px 10px 0; background: #edf5f1; }
.policy-note strong { color: #203b37; }

.support-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 28px 0 40px; }
.support-card { display: flex; flex-direction: column; min-height: 210px; padding: 26px; color: inherit; border: 1px solid rgba(21, 43, 40, .14); border-radius: 15px; background: #fffdf8; text-decoration: none; }
.support-card:hover { color: inherit; border-color: rgba(7, 95, 86, .45); transform: translateY(-2px); }
.support-card small { color: #087269; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.support-card h2 { margin: 34px 0 10px; font: 610 25px/1.1 Georgia, "Times New Roman", serif; }
.support-card p { margin: 0; color: #526762; font-size: 13px; line-height: 1.6; }
.support-card span { margin-top: auto; padding-top: 20px; color: #075f56; font-size: 12px; font-weight: 780; }

.report-form { margin-top: 34px; padding: 34px; border: 1px solid rgba(21, 43, 40, .14); border-radius: 17px; background: #fffdf8; box-shadow: 0 22px 60px rgba(21, 43, 40, .07); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px; }
.form-field { display: grid; gap: 8px; }
.form-field--wide { grid-column: 1 / -1; }
.form-field > span { color: #334a45; font-size: 12px; font-weight: 730; }
.form-field small { color: #526762; font-size: 10px; line-height: 1.5; }
.form-field input,
.form-field select,
.form-field textarea { width: 100%; border: 1px solid rgba(21, 43, 40, .22); border-radius: 9px; background: #fff; color: #152b28; font: inherit; font-size: 14px; }
.form-field input,
.form-field select { min-height: 46px; padding: 0 13px; }
.form-field textarea { min-height: 130px; padding: 12px 13px; resize: vertical; line-height: 1.55; }
.form-field textarea[name="outputExcerpt"] { min-height: 190px; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 12px; }
.form-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.form-consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin: 23px 0; color: #526762; font-size: 11px; line-height: 1.55; }
.form-consent input { width: 18px; height: 18px; margin: 0; accent-color: #075f56; }
.form-actions { display: flex; align-items: center; gap: 16px; }
.form-button { min-height: 48px; padding: 0 22px; border: 0; border-radius: 9px; background: #075f56; color: white; font: inherit; font-size: 13px; font-weight: 760; cursor: pointer; }
.form-button:hover { background: #064a44; }
.form-button:disabled { opacity: .62; cursor: wait; }
.form-status { margin: 0; color: #526762; font-size: 12px; line-height: 1.5; }
.form-status[data-kind="error"] { color: #8a3328; font-weight: 700; }
.form-status[data-kind="success"] { color: #075f56; font-weight: 700; }

.policy-footer { padding: 36px max(24px, calc((100vw - 1120px) / 2)); border-top: 1px solid rgba(21, 43, 40, .12); color: #60736e; font-size: 11px; }
.policy-footer nav { display: flex; flex-wrap: wrap; gap: 18px; margin-bottom: 13px; }
.policy-footer a { color: #425853; font-weight: 670; text-decoration: none; }

@media (max-width: 800px) {
  .policy-header { align-items: flex-start; padding-top: 18px; padding-bottom: 16px; }
  .policy-nav { flex-wrap: wrap; justify-content: flex-end; gap: 10px 16px; padding-left: 20px; }
  .policy-shell { width: min(100% - 36px, 680px); padding-top: 48px; }
  .policy-hero { grid-template-columns: 1fr; gap: 28px; }
  .policy-facts { align-self: auto; }
  .policy-layout { grid-template-columns: 1fr; gap: 34px; }
  .policy-toc { position: static; display: flex; flex-wrap: wrap; gap: 4px 16px; }
  .policy-toc strong { width: 100%; }
  .support-grid,
  .form-grid { grid-template-columns: 1fr; }
  .form-field--wide { grid-column: auto; }
  .report-form { padding: 24px 20px; }
}

@media (max-width: 520px) {
  .policy-header { position: static; display: block; }
  .policy-nav { justify-content: flex-start; padding: 15px 0 0; }
  .policy-hero h1 { font-size: 43px; }
  .policy-lead { font-size: 16px; }
  .form-actions { align-items: stretch; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .support-card { transition: none; }
}
