:root {
  color-scheme: light;
  --ink: #202c28;
  --muted: #57665f;
  --green: #075b46;
  --line: #dce5df;
  --review: #f1f5f8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: var(--ink);
  background: #ffffff;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 24px; }
body { margin: 0; line-height: 1.65; }
a { color: var(--green); text-underline-offset: 4px; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible, summary:focus-visible { outline: 3px solid #317bb1; outline-offset: 5px; border-radius: 2px; }
.container { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: absolute; left: 16px; top: -90px; z-index: 10; background: white; padding: 12px 18px; }
.skip-link:focus { top: 12px; }
.site-header { min-height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; color: #153d30; font-weight: 700; font-size: 18px; line-height: 1.3; }
.brand img { display: block; width: 90px; height: 49px; object-fit: contain; flex: 0 0 auto; }
.header-contact { font-size: 14px; white-space: nowrap; }
.page-heading { padding: 52px 0 34px; border-bottom: 1px solid var(--line); }
.eyebrow { font-size: 14px; font-weight: 700; color: var(--green); margin: 0 0 10px; }
h1 { font-size: 42px; line-height: 1.15; margin: 0 0 18px; font-weight: 700; }
.lede { max-width: 720px; font-size: 18px; line-height: 1.6; margin: 0 0 18px; color: #46584e; }
.version { font-size: 13px; color: var(--muted); margin: 0 0 20px; }
.version-divider { margin-inline: 10px; }
.request-link { display: inline-flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 700; min-height: 44px; }
.policy-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); column-gap: 64px; padding-top: 36px; align-items: start; }
.contents { padding-right: 20px; }
.contents summary { font-size: 15px; font-weight: 700; padding: 4px 0 12px; cursor: pointer; }
.contents ol { margin: 0; padding: 0 0 0 23px; font-size: 14px; color: var(--muted); }
.contents li { padding: 0 0 4px 3px; }
.contents a { display: block; padding: 8px 0; color: #435a4e; text-decoration: none; line-height: 1.45; min-height: 36px; }
.contents a:hover { color: var(--green); text-decoration: underline; }
.policy-copy { max-width: 790px; min-width: 0; }
.policy-copy section { padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--line); scroll-margin-top: 24px; }
.policy-copy section:last-child { border: 0; margin-bottom: 0; }
h2 { font-size: 23px; line-height: 1.35; margin: 0 0 18px; color: #123d2f; }
.policy-copy p { margin: 0 0 16px; }
.policy-copy ul { margin: 0 0 18px; padding-left: 23px; }
.policy-copy li { padding-left: 3px; margin-bottom: 11px; }
.policy-notice { max-width: 790px; border-left: 3px solid #608396; padding: 14px 18px; background: var(--review); color: #3f5461; font-size: 14px; line-height: 1.6; margin: 20px 0 18px; }
.policy-notice strong { display: block; margin-bottom: 6px; color: #2e4654; }
.policy-notice p { margin: 0; }
address { display: flex; flex-direction: column; align-items: start; gap: 9px; margin: 22px 0; font-style: normal; overflow-wrap: anywhere; }
address a { min-height: 44px; display: flex; align-items: center; }
.email-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0; }
.email-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 16px; border: 1px solid #b9ccc2; border-radius: 6px; font-size: 14px; font-weight: 700; line-height: 1.4; text-decoration: none; }
.email-actions a:first-child { background: var(--green); border-color: var(--green); color: #ffffff; }
.email-actions a:hover { background: #edf4f0; }
.email-actions a:first-child:hover { background: #064937; }
.site-footer { border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 12px 32px; justify-content: space-between; padding-block: 24px; font-size: 13px; color: var(--muted); }
@media (max-width: 900px) {
  .policy-layout { grid-template-columns: 1fr; gap: 32px; }
  .contents { border-bottom: 1px solid var(--line); padding: 0 0 24px; }
  .contents ol { columns: 2; column-gap: 44px; }
  .contents li { break-inside: avoid; }
  .contents a { min-height: 44px; }
  .policy-copy { max-width: none; }
}
@media (max-width: 560px) {
  .container { width: calc(100% - 40px); }
  .site-header { min-height: 86px; flex-wrap: wrap; padding-block: 16px; gap: 8px 20px; }
  .brand { font-size: 16px; gap: 10px; }
  .brand img { width: 72px; height: 40px; }
  .header-contact { font-size: 13px; min-height: 44px; display: flex; align-items: center; }
  .page-heading { padding: 34px 0 26px; }
  h1 { font-size: 32px; margin-bottom: 16px; }
  h2 { font-size: 21px; }
  .lede { font-size: 16px; }
  .version { max-width: 275px; line-height: 1.8; }
  .version span { display: block; }
  .version .version-divider { display: none; }
  .request-link { align-items: center; font-size: 14px; }
  .contents ol { columns: 1; }
  .policy-layout { padding-top: 25px; gap: 28px; }
  .policy-copy section { padding-bottom: 26px; margin-bottom: 26px; }
  .policy-notice { padding: 12px 14px; }
  .email-actions { display: grid; grid-template-columns: minmax(0, 1fr); }
}
@media print {
  .container { width: 100%; }
  .site-header, .contents, .site-footer, .skip-link, .request-link { display: none; }
  .policy-layout { display: block; }
  .policy-copy { max-width: none; }
  .policy-notice { break-inside: avoid; }
  h2 { break-after: avoid; }
}
