:root { color: #211b4d; background: #f6f3ff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
a { color: inherit; }
header, main, footer { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
header { display: flex; align-items: center; justify-content: space-between; min-height: 86px; border-bottom: 1px solid #d9d0f0; }
header > a:last-child { color: #655986; font-size: 12px; font-weight: 800; text-decoration: none; }
header strong { color: #e6532d; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: #211b4d; font-size: 14px; font-weight: 900; letter-spacing: .13em; text-decoration: none; }
.brand span { display: grid; width: 29px; height: 29px; place-items: center; color: #fff8ed; background: #4b39ad; clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%); font-size: 12px; letter-spacing: 0; }
.brand b { font-size: 14px; }
.brand i { margin-left: 8px; color: #a499c5; font-size: 9px; font-style: normal; letter-spacing: .14em; }
main { padding: 68px 0 118px; }
.document-topline { display: flex; justify-content: space-between; color: #8e80b3; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { margin: 45px 0 0; color: #d34a28; font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, p { margin-top: 0; }
h1, h2 { letter-spacing: -.06em; }
h1 { max-width: 800px; margin: 19px 0 24px; font-size: clamp(54px, 8.4vw, 102px); line-height: .88; }
h1 em { color: #e6532d; font-style: normal; }
.lead { max-width: 710px; margin: 0; color: #625a7a; font-size: 18px; line-height: 1.7; }
.document-grid { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 74px; margin-top: 100px; }
aside { align-self: start; position: sticky; top: 24px; padding-top: 15px; border-top: 2px solid #4b39ad; }
aside p { margin-bottom: 17px; color: #8e80b3; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
aside a { display: block; margin-top: 11px; color: #655986; font-size: 12px; text-decoration: none; }
aside a:hover { color: #e6532d; }
.policy-copy { border-top: 2px solid #4b39ad; }
section { display: grid; grid-template-columns: 65px minmax(0, 1fr); gap: 20px; padding: 33px 0 39px; border-bottom: 1px solid #d9d0f0; }
section > span { color: #d34a28; font-size: 11px; font-weight: 900; letter-spacing: .13em; }
h2 { margin: 0 0 15px; font-size: clamp(27px, 3.4vw, 42px); line-height: 1; }
section p { max-width: 690px; margin: 0 0 13px; color: #625a7a; font-size: 15px; line-height: 1.75; }
section p:last-child { margin-bottom: 0; }
section a { color: #31256d; font-weight: 800; text-underline-offset: 4px; }
footer { display: flex; justify-content: space-between; padding: 33px 0 45px; border-top: 1px solid #d9d0f0; color: #8e80b3; font-size: 12px; }
footer a { color: #655986; text-decoration: none; }
@media (max-width: 720px) { header, main, footer { width: min(100% - 32px, 1120px); } .brand i { display: none; } .document-topline { gap: 12px; flex-direction: column; } .document-grid { grid-template-columns: 1fr; gap: 36px; margin-top: 72px; } aside { position: static; } section { grid-template-columns: 45px 1fr; } main { padding-bottom: 78px; } }
