body { margin: 0; min-height: 100svh; background: #edf8fb; color: #10223d; }
main { width: min(860px, calc(100% - 40px)); margin: 0 auto; padding: 44px 0 72px; }
.back { display: inline-flex; min-height: 48px; align-items: center; color: #0c6170; font-weight: 700; text-decoration: none; }
.eyebrow { margin: 28px 0 8px; color: #127c88; font-weight: 800; }
h1 { max-width: 700px; margin: 0; font-size: clamp(36px, 6vw, 64px); line-height: .98; }
.intro { max-width: 670px; font-size: 20px; line-height: 1.45; }
.panel { margin-top: 24px; padding: 26px; background: #fff; border: 2px solid #d0e5e8; border-radius: 8px; }
h2 { margin: 0 0 12px; font-size: 28px; }
.panel p { margin: 0; font-size: 18px; line-height: 1.45; }
.library { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.library a { display: flex; min-height: 58px; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 8px; background: #edf8fb; color: #10223d; font-size: 18px; font-weight: 700; text-decoration: none; }
.library a:focus-visible, .back:focus-visible { outline: 3px solid #10223d; outline-offset: 3px; }
footer { margin-top: 34px; color: #31516a; font-size: 15px; line-height: 1.45; }
.note { background: #fff9dc; border-color: #eddba2; }
.faq details { padding: 14px 0; border-top: 1px solid #d0e5e8; }
.faq details:first-of-type { border-top: 0; padding-top: 0; }
.faq summary { min-height: 44px; display: flex; align-items: center; cursor: pointer; color: #0c6170; font-size: 18px; font-weight: 800; }
.faq details p { margin: 8px 0 0; }
.legal-links { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 12px; }
.legal-links a { display: inline-flex; min-height: 44px; align-items: center; color: #0c6170; font-weight: 700; text-decoration-thickness: 2px; text-underline-offset: 3px; }
@media (max-width: 600px) { main { width: min(100% - 32px, 860px); padding-top: 24px; } .library { grid-template-columns: 1fr; } }

.parent-hero { max-width: 760px; padding: 22px 0 30px; }.parent-hero h1 { max-width: 720px; margin: 0; font-size: clamp(42px,6vw,70px); line-height: .92; letter-spacing: -.055em; }.parent-hero > p:last-child { max-width: 700px; margin: 18px 0 0; font-size: 20px; font-weight: 600; line-height: 1.45; }
.library-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 12px; padding: 27px 0 21px; border-top: 1px solid #d0e5e8; }.library-intro h2, .clarity h2, .two-column h2, .faq h2 { margin: 0; font-size: clamp(29px,3vw,42px); line-height: .98; letter-spacing: -.045em; }.library-intro > p { margin: 0; font-size: 18px; line-height: 1.45; }
.library-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }.library-grid article { min-height: 267px; display: flex; flex-direction: column; padding: 23px; border: 2px solid #d0e5e8; border-radius: 18px; background: #fff; }.library-grid span { font-size: 42px; }.library-grid h3 { margin: 18px 0 8px; font-size: 27px; line-height: 1; letter-spacing: -.04em; }.library-grid p { margin: 0; font-size: 16px; line-height: 1.38; }.library-grid a { min-height: 48px; display: inline-flex; align-items: end; margin-top: auto; padding-top: 16px; color: #0c6170; font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.clarity { margin-top: 44px; padding: 30px; border: 2px solid #eddba2; border-radius: 18px; background: #fff9dc; }.clarity h2 { margin-top: 7px; }.clarity > p:last-child { max-width: 760px; margin: 14px 0 0; font-size: 18px; line-height: 1.45; }.two-column { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 44px; padding: 49px 0; }.two-column p { margin: 14px 0 0; font-size: 17px; line-height: 1.45; }.faq { max-width: 760px; }.faq h2 { margin-bottom: 14px; }.faq details { padding: 16px 0; border-top: 1px solid #d0e5e8; }.faq summary { min-height: 48px; display: flex; align-items: center; cursor: pointer; color: #0c6170; font-size: 18px; font-weight: 800; }.faq details p { margin: 8px 0 0; font-size: 17px; line-height: 1.42; }
@media (max-width: 700px) { .parent-hero h1 { font-size: 46px; }.parent-hero > p:last-child { font-size: 18px; }.library-intro, .two-column { grid-template-columns: 1fr; gap: 20px; }.library-grid { grid-template-columns: 1fr; }.library-grid article { min-height: 0; }.clarity { padding: 24px; }.two-column { padding: 40px 0; } }
