.help-hub-page { margin: 0; background: #f4f7fa; color: #26364e; font-family: Arial, 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif; }
.help-hub { width: min(1180px, calc(100% - 48px)); margin: 56px auto 72px; }
.help-hub__hero { box-sizing: border-box; padding: 60px 64px; border-top: 8px solid #078f98; background: #06044e; color: #fff; }
.help-hub__hero p, .help-hub__eyebrow, .help-choice__eyebrow { margin: 0 0 12px; color: #7bd5d7; font-size: 13px; font-weight: 700; letter-spacing: 0; }
.help-hub__hero h1 { margin: 0; font-size: 42px; line-height: 1.25; letter-spacing: 0; }
.help-hub__hero div { max-width: 760px; margin-top: 18px; color: #dce7ef; font-size: 18px; line-height: 1.75; word-break: keep-all; }
.help-hub__intro { padding: 44px 58px 38px; background: #fff; border: 1px solid #d3dee7; border-top: 0; }
.help-hub__intro h2 { margin: 0; color: #06044e; font-size: 28px; line-height: 1.35; letter-spacing: 0; word-break: keep-all; }
.help-hub__intro > p:last-child { max-width: 760px; margin: 16px 0 0; color: #52627b; font-size: 17px; line-height: 1.8; word-break: keep-all; }
.help-hub__choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 20px; }
.help-choice { display: flex; box-sizing: border-box; min-height: 330px; flex-direction: column; padding: 34px 36px; border: 1px solid #d3dee7; border-top: 6px solid #078f98; background: #fff; }
.help-choice:hover { border-color: #078f98; background: #f7ffff; }
.help-choice__number { margin: 0 0 26px; color: #078f98; font-size: 15px; font-weight: 700; }
.help-choice__eyebrow { color: #66788d; font-size: 12px; }
.help-choice h2 { margin: 0; color: #06044e; font-size: 29px; line-height: 1.35; letter-spacing: 0; word-break: keep-all; }
.help-choice > p:not(.help-choice__number):not(.help-choice__eyebrow) { margin: 18px 0 28px; color: #52627b; font-size: 17px; line-height: 1.8; word-break: keep-all; }
.help-choice a { align-self: flex-start; margin-top: auto; color: #078f98; font-size: 16px; font-weight: 700; text-decoration: none; }
.help-choice a:after { content: '  ¡æ'; }
.help-hub__contact { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 20px; padding: 34px 38px; border-left: 6px solid #f28c18; background: #fff; }
.help-hub__contact p { margin: 0 0 8px; color: #078f98; font-size: 12px; font-weight: 700; letter-spacing: 0; }
.help-hub__contact h2 { margin: 0; color: #06044e; font-size: 24px; line-height: 1.35; letter-spacing: 0; word-break: keep-all; }
.help-hub__contact span { display: block; margin-top: 12px; color: #52627b; font-size: 16px; line-height: 1.7; word-break: keep-all; }
.help-hub__contact a { flex: 0 0 auto; padding: 14px 20px; background: #f28c18; color: #fff; font-size: 16px; font-weight: 700; text-decoration: none; }
@media (max-width: 760px) { .help-hub { width: min(100% - 28px, 680px); margin: 28px auto 52px; } .help-hub__hero { padding: 38px 30px; } .help-hub__hero h1 { font-size: 34px; } .help-hub__intro { padding: 34px 30px; } .help-hub__choices { grid-template-columns: 1fr; } .help-choice { min-height: 270px; } .help-hub__contact { align-items: flex-start; flex-direction: column; } }
@media (max-width: 480px) { .help-hub__hero, .help-hub__intro, .help-choice, .help-hub__contact { padding-left: 22px; padding-right: 22px; } .help-hub__hero h1 { font-size: 30px; } .help-hub__hero div, .help-hub__intro > p:last-child, .help-choice > p:not(.help-choice__number):not(.help-choice__eyebrow) { font-size: 16px; } .help-hub__intro h2, .help-choice h2, .help-hub__contact h2 { font-size: 23px; } }
