:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #111312; background: #fff; }
* { box-sizing: border-box; }
body { margin: 0; font-size: 16px; line-height: 1.65; }
a { color: #174bc6; text-underline-offset: 3px; }
.info-header { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px clamp(18px, 5vw, 72px); border-bottom: 1px solid #d9ddda; }
.info-header img { width: 220px; height: 52px; object-fit: cover; }
.info-header a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 16px; border: 1px solid #aeb6b1; border-radius: 4px; color: #111312; text-decoration: none; }
.info-main { width: min(920px, calc(100% - 36px)); margin: 0 auto; padding: 68px 0 90px; }
.eyebrow { margin: 0 0 10px; color: #174bc6; font-size: 13px; font-weight: 800; text-transform: uppercase; }
h1 { max-width: 760px; margin: 0; font-size: clamp(40px, 7vw, 74px); line-height: 1.02; letter-spacing: 0; }
.lede { max-width: 760px; margin: 24px 0 48px; color: #46504c; font-size: 21px; }
.info-section { padding: 28px 0; border-top: 1px solid #d9ddda; }
.info-section h2 { margin: 0 0 9px; font-size: 27px; }
.info-section h3 { margin: 22px 0 6px; }
.info-section p, .info-section li { color: #3e4944; }
.info-section ul { padding-left: 22px; }
.notice { padding: 18px 20px; border-left: 4px solid #174bc6; background: #eef3ff; }
.faq-list details { padding: 18px 0; border-top: 1px solid #d9ddda; }
.faq-list summary { cursor: pointer; font-size: 19px; font-weight: 750; }
.faq-list p { max-width: 760px; margin: 10px 0 0; color: #3e4944; }
.info-footer { padding: 22px clamp(18px, 5vw, 72px); border-top: 1px solid #d9ddda; color: #59635f; font-size: 12px; }
.info-footer nav { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 8px; }
@media (max-width: 600px) { .info-header { align-items: flex-start; flex-direction: column; } .info-main { padding-top: 42px; } .lede { font-size: 18px; } }
.info-brand{display:flex;align-items:center;gap:14px;margin-bottom:24px}.info-brand img{width:64px;height:64px;border-radius:50%;object-fit:cover;border:2px solid #2455d6}.info-brand-name{margin:0;color:#58606f;font-weight:700}
