/* Shared styles for the Privacy Policy and Terms of Use pages.
   Tokens mirror the inline design system in index.html. */
:root{
  --navy:#173768;
  --navy-deep:#0e2244;
  --red:#b31e22;
  --cream:#f7f4ee;
  --ink:#141d33;
  --muted:#5d6879;
  --line:rgba(23,55,104,.14);
  --serif:"Iowan Old Style","Palatino Linotype",Palatino,"Book Antiqua",Georgia,serif;
  --sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
*{box-sizing:border-box}
body{
  margin:0;background:#fff;color:var(--ink);
  font-family:var(--sans);font-size:17px;line-height:1.7;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
picture{display:contents}
a{color:var(--navy)}
.wrap{max-width:760px;margin:0 auto;padding:0 24px}

header{background:#fff;border-bottom:1px solid var(--line)}
header .wrap{display:flex;align-items:center;gap:20px;height:78px;max-width:1120px}
header img{height:46px;width:auto}
header .back{margin-left:auto;font-size:14.5px;font-weight:600;text-decoration:none;color:var(--navy)}
header .back:hover{text-decoration:underline}
@media(max-width:640px){header .wrap{height:66px}header img{height:36px}}

.hero{
  background:linear-gradient(175deg,var(--navy) 0%,var(--navy-deep) 100%);
  color:#fff;padding:56px 0 50px;
}
.hero h1{
  font-family:var(--serif);font-weight:600;letter-spacing:-.01em;line-height:1.15;
  font-size:clamp(1.9rem,4.6vw,2.9rem);margin:0;
}
.hero p{margin:14px 0 0;color:rgba(255,255,255,.75);font-size:.95rem}

main{padding:52px 0 72px}
main h2{
  font-family:var(--serif);font-weight:600;color:var(--navy);line-height:1.25;
  font-size:clamp(1.25rem,2.6vw,1.55rem);margin:44px 0 12px;
}
main h2:first-of-type{margin-top:0}
main h3{
  font-family:var(--sans);font-weight:700;color:var(--navy);
  font-size:1rem;margin:26px 0 8px;
}
main p{margin:0 0 16px}
main ul{margin:0 0 16px;padding-left:20px}
main li{margin:0 0 9px}
main strong{color:var(--ink)}
.lead{font-size:1.06rem;color:var(--muted)}
.callout{
  background:var(--cream);border-left:3px solid var(--red);
  padding:18px 22px;margin:0 0 26px;border-radius:0 4px 4px 0;
}
.callout p:last-child{margin-bottom:0}
.toc{
  border:1px solid var(--line);border-radius:5px;padding:20px 24px;margin:0 0 38px;
}
.toc p{font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--red);margin:0 0 10px}
.toc ol{margin:0;padding-left:20px;columns:2;column-gap:28px}
.toc li{margin:0 0 6px;font-size:.93rem}
@media(max-width:600px){.toc ol{columns:1}}

footer{background:#0b1c39;color:rgba(255,255,255,.55);padding:40px 0;font-size:.85rem;margin-top:40px}
footer .wrap{max-width:1120px}
footer a{color:rgba(255,255,255,.75)}
footer .row{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;align-items:center}
footer nav{display:flex;gap:18px}
