*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;min-height:100vh;background:#071117;color:#dfeaf0}
.infoHeader{position:sticky;top:0;z-index:20;border-bottom:1px solid #1c303f;background:rgba(7,17,23,.97);backdrop-filter:blur(10px)}
.infoHeaderInner{width:min(1080px,calc(100% - 28px));height:72px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:18px}
.infoBrand{display:flex;align-items:center;gap:7px;text-decoration:none}
.infoBrand img:first-child{width:104px;height:48px;object-fit:contain}.infoBrand img:last-child{width:116px;height:48px;object-fit:contain}
.infoHome{color:#a9c7d6;text-decoration:none;font-size:14px;font-weight:700}.infoHome:hover{color:#fff}
.infoLayout{width:min(1080px,calc(100% - 28px));margin:34px auto 60px;display:grid;grid-template-columns:230px minmax(0,1fr);gap:28px;align-items:start}
.infoToc{position:sticky;top:94px;padding:18px;border:1px solid #263d4d;border-radius:14px;background:#0b1822}
.infoToc strong{display:block;margin-bottom:10px;color:#eff8fc;font-size:15px}.infoToc a{display:block;padding:7px 0;color:#89a4b2;text-decoration:none;font-size:13px;line-height:1.45}.infoToc a:hover{color:#a9e7ff}
.infoArticle{min-width:0;padding:30px clamp(20px,4vw,48px);border:1px solid #263d4d;border-radius:18px;background:#0b1822;box-shadow:0 18px 48px rgba(0,0,0,.22)}
.infoEyebrow{margin:0 0 9px;color:#75bdd8;font-size:12px;font-weight:700;letter-spacing:.12em}.infoArticle h1{margin:0;color:#f4fbff;font-size:clamp(28px,4vw,42px);line-height:1.2;letter-spacing:-.035em}.infoLead{margin:18px 0 30px;color:#b7c9d2;font-size:17px;line-height:1.8;word-break:keep-all}
.infoArticle section{scroll-margin-top:96px;padding:26px 0;border-top:1px solid #213644}.infoArticle section:first-of-type{border-top:0}.infoArticle h2{margin:0 0 14px;color:#eef8fc;font-size:22px;letter-spacing:-.025em}.infoArticle p{margin:0 0 13px;color:#b2c3cc;font-size:16px;line-height:1.85;word-break:keep-all}.infoArticle p:last-child{margin-bottom:0}.infoArticle strong{color:#eaf8ff}.infoCallout{padding:18px 20px;border:1px solid #315268;border-radius:12px;background:#0e2230;color:#d7edf6!important}
.infoActions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.infoButton{display:inline-flex;align-items:center;min-height:42px;padding:0 15px;border:1px solid #355d75;border-radius:10px;background:#102c3f;color:#dff4fc;text-decoration:none;font-size:14px;font-weight:700}.infoButton:hover{background:#173a50}
@media(max-width:760px){.infoHeaderInner{height:62px}.infoBrand img:first-child{width:82px;height:40px}.infoBrand img:last-child{width:92px;height:40px}.infoLayout{margin-top:18px;grid-template-columns:1fr}.infoToc{position:static}.infoArticle{padding:24px 18px}.infoLead{font-size:16px}.infoArticle p{font-size:15px}}
