body.legal-page { margin: 0; background: #f6f4ef; color: #10243a; }
.legal-nav { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; min-height: 84px; }
.legal-brand img { display: block; width: 138px; }
.legal-back { color: #fff; font-size: .88rem; font-weight: 700; letter-spacing: .02em; text-decoration: none; }
.legal-back:hover { color: #efb458; }
.legal-hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(120deg, #071d31, #174f7a); }
.legal-hero::after { content: ""; position: absolute; right: -100px; bottom: -230px; width: 440px; height: 440px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018); }
.legal-title { position: relative; z-index: 1; padding-top: 6rem; padding-bottom: 6rem; }
.legal-title .eyebrow { margin: 0 0 1rem; color: #efb458; font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.legal-title h1 { max-width: 16ch; margin: 0; color: #fff; font-size: clamp(2.8rem, 7vw, 5.7rem); line-height: .98; }
.legal-title > p:last-child { margin: 1.3rem 0 0; color: rgba(255,255,255,.7); }
.legal-content { max-width: 900px; padding-top: clamp(4rem, 8vw, 7rem); padding-bottom: clamp(5rem, 9vw, 8rem); }
.legal-content > p:first-child { display: inline-block; margin: 0 0 2rem; padding: .65rem 1rem .55rem; border: 1px solid rgba(16,36,58,.12); border-radius: 999px; background: #fff; color: #536575; font-size: .82rem; }
.legal-content > p, .legal-content section > p { color: #43596b; }
.legal-content section { margin-top: 4rem; padding-top: 3rem; border-top: 1px solid rgba(16,36,58,.13); }
.legal-content h2 { max-width: none; margin: 0 0 1.25rem; font-size: clamp(1.65rem, 3.5vw, 2.25rem); line-height: 1.15; }
.legal-content h3 { margin: 2rem 0 .6rem; font-size: 1.18rem; }
.legal-content ul { color: #43596b; }
.legal-content li { margin-bottom: .5rem; padding-left: .25rem; }
.legal-notice { margin: 2.5rem 0; padding: 1.5rem 1.75rem; border-left: 4px solid #d89a3d; border-radius: 0 16px 16px 0; background: #fff; box-shadow: 0 14px 35px rgba(13,43,69,.07); color: #334d61; }
.legal-content a { color: #174f7a; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-contact { padding: 1.5rem; border: 1px solid rgba(16,36,58,.13); border-radius: 16px; background: #fff; font-style: normal; line-height: 1.9; }
.site-legal-footer { padding: 2.25rem 0; background: #071d31; color: rgba(255,255,255,.68); font-size: .82rem; }
.site-legal-footer .container { display: flex; gap: 1.5rem 2rem; align-items: center; justify-content: space-between; }
.site-legal-footer img { width: 112px; }
.site-legal-links { display: flex; flex-wrap: wrap; gap: .8rem 1.5rem; align-items: center; justify-content: flex-end; }
.site-legal-links a { color: #fff; text-decoration: none; }
.site-legal-links a:hover { color: #efb458; }
.site-legal-links p { margin: 0; }
@media screen and (max-width: 767px) {
  .legal-nav { min-height: 72px; }
  .legal-title { padding-top: 4rem; padding-bottom: 4rem; }
  .legal-content section { margin-top: 3rem; padding-top: 2.25rem; }
  .site-legal-footer .container, .site-legal-links { align-items: flex-start; justify-content: flex-start; }
  .site-legal-footer .container { flex-direction: column; }
}
