.home-help{max-width:1336px;width:calc(100% - 64px);margin:44px auto;color:var(--ink,#152744);line-height:1.65}
.home-help h2{font-size:clamp(24px,3vw,32px);line-height:1.25;margin:0 0 24px}
.home-help h3{font-size:20px;line-height:1.35;margin:0 0 10px}
.home-help p{margin:16px 0;color:var(--muted,#596b85)}
.home-help a{color:var(--blue,#0867f2);text-underline-offset:3px}
.home-help a:focus-visible{outline:3px solid #7295ff;outline-offset:4px;border-radius:3px}
.home-help__steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;list-style-position:inside;padding:0;margin:0 0 28px}
.home-help__steps li{padding:22px;border:1px solid var(--line,#dbe4f1);border-radius:18px;background:var(--surface,#fff)}
.home-help__table{scroll-margin-top:110px;overflow-x:auto;border:1px solid var(--line,#dbe4f1);border-radius:18px;background:var(--surface,#fff)}
.home-help table{border-collapse:collapse;width:100%;text-align:left}
.home-help caption{text-align:left;padding:20px 22px;font-weight:700;font-size:20px}
.home-help th,.home-help td{padding:14px 22px;border-top:1px solid var(--line,#dbe4f1);vertical-align:top}
.home-help th{font-weight:650}.home-help th[scope=row]{white-space:nowrap}
.home-help__details{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:28px}
html[data-theme=dark] .home-help{color:#e2ecff}html[data-theme=dark] .home-help p{color:#afc0d7}html[data-theme=dark] .home-help a{color:#91b9ff}
@media(max-width:700px){.home-help{width:calc(100% - 32px);margin:32px auto}.home-help__steps,.home-help__details{grid-template-columns:1fr;gap:14px}.home-help th,.home-help td{padding:12px;font-size:14px}.home-help caption{padding:16px;font-size:18px}.home-help__steps li{padding:18px}}
