:root {
  --navy: #0e2a4d; --navy-d: #08192e; --blue: #1f7ae0; --green: #14a06a; --amber: #f0a92b;
  --ink: #212a33; --ink-soft: #5b6672; --line: #e1e7ee; --bg-alt: #f4f8fc;
  --radius: 10px; --wrap: 1100px;
}
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.75; color: var(--ink); background: #fff; }
h1, h2, h3 { line-height: 1.25; margin: 0 0 .5em; font-weight: 700; }
h1 { font-size: 2.2rem; margin-top: .7em; } h2 { font-size: 1.55rem; color: var(--navy); } h3 { font-size: 1.12rem; margin-top: 1.4em; }
p { margin: 0 0 1.1em; } img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); } a:hover, a:focus-visible { color: var(--navy); }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 2px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.container { width: min(100% - 32px, var(--wrap)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: var(--navy); }
.header__in { display: flex; align-items: center; gap: 18px; min-height: 66px; }
.brand { display: flex; align-items: center; gap: 10px; margin-right: auto; color: #fff; text-decoration: none; font-weight: 700; font-size: 1.2rem; }
.brand img { width: 32px; height: 32px; border-radius: 6px; }
.brand__accent { color: var(--amber); }
.primary-nav ul { display: flex; flex-wrap: wrap; gap: 2px; list-style: none; margin: 0; padding: 0; }
.primary-nav a { display: block; padding: 7px 11px; border-radius: 6px; color: #c3d3e4; text-decoration: none; font-size: .8rem; font-weight: 500; max-width: 20ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.primary-nav a:hover, .primary-nav a:focus-visible { background: var(--navy-d); color: #fff; }
.nav-toggle { border-color: #2b4568; }
.nav-toggle__box { display: block; position: relative; width: 20px; height: 2px; margin: 0 auto; background: #fff; }
.nav-toggle__box::before, .nav-toggle__box::after { content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: #fff; }
.nav-toggle__box::before { top: -6px; } .nav-toggle__box::after { top: 6px; }

main { padding-bottom: 48px; }
.lede { font-size: 1.06rem; color: var(--ink-soft); max-width: 76ch; padding-bottom: 1.2em; border-bottom: 3px solid var(--amber); }
.block { padding-top: 1.6em; }
.block h2 { position: relative; padding-left: 15px; }
.block h2::before { content: ""; position: absolute; left: 0; top: .2em; bottom: .2em; width: 4px; border-radius: 2px; background: var(--blue); }
.block ul { margin: 0 0 1.2em; padding-left: 0; list-style: none; }
.block li { position: relative; padding-left: 26px; margin-bottom: .5em; }
.block li::before { content: ""; position: absolute; left: 4px; top: .76em; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }

.illus { display: flex; align-items: center; gap: 16px; margin-top: 1.6em; }
.illus img { width: 74px; height: 74px; object-fit: contain; flex: none; }
.illus h3 { margin: 0; }

.table-wrap { overflow-x: auto; margin: 0 0 1.8em; border: 1px solid var(--line); border-radius: var(--radius); }
table { border-collapse: collapse; width: 100%; min-width: 620px; font-size: .93rem; }
th, td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
thead th { background: var(--navy); color: #fff; font-weight: 600; }
tbody th { font-weight: 600; background: var(--bg-alt); width: 160px; }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
.brokers td { color: var(--ink-soft); }
.bk { display: flex; flex-direction: column; gap: 8px; }
.bk img { width: 108px; height: auto; border-radius: 6px; }
.bk__name { color: var(--navy); font-weight: 700; }

.site-footer { background: var(--navy-d); color: #a0b3c6; font-size: .92rem; padding-top: 30px; }
.risk { background: rgba(240,169,43,.12); border: 1px solid rgba(240,169,43,.4); border-radius: var(--radius); padding: 20px 24px; margin-bottom: 26px; }
.risk h2 { color: var(--amber); font-size: 1.1rem; }
.risk p { margin: 0; font-size: .9rem; }
.footer__in { display: grid; grid-template-columns: 1.6fr 1fr; gap: 26px; padding-bottom: 22px; }
.footer__name { color: #fff; font-weight: 700; font-size: 1.05rem; }
.footer__head { color: #fff; font-weight: 600; margin-bottom: .6em; }
.site-footer ul { list-style: none; margin: 0; padding: 0; } .site-footer li { margin-bottom: 6px; }
.site-footer a { color: #a0b3c6; text-decoration: none; } .site-footer a:hover { color: var(--amber); }
.footer__bottom { border-top: 1px solid #12304f; padding: 14px 0; }
.footer__bottom p { margin: 0; font-size: .84rem; }

@media (max-width: 900px) { .footer__in { grid-template-columns: 1fr; } }
@media (max-width: 768px) {
  h1 { font-size: 1.65rem; } h2 { font-size: 1.3rem; }
  .nav-toggle { display: block; }
  .primary-nav { display: none; width: 100%; order: 3; padding-bottom: 10px; }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { flex-direction: column; gap: 0; }
  .primary-nav a { max-width: none; white-space: normal; padding: 10px 6px; border-bottom: 1px solid #2b4568; border-radius: 0; }
  .header__in { flex-wrap: wrap; }
  .illus { flex-direction: column; align-items: flex-start; gap: 10px; }
}
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } }
