/* Shared footer for info pages */
@import url("./brand-tokens.css");
.hv-brand{display:flex;align-items:center;gap:9px;color:var(--ui-ink);font-size:21px;letter-spacing:-.7px;font-weight:600;white-space:nowrap}
.hv-brand svg{width:26px;height:26px}
.hv-brand:hover{text-decoration:none}
.hv-footer{border-top:1px solid var(--ui-border);background:var(--ui-surface);padding:48px 24px 24px}
.hv-footer-inner{max-width:1092px;margin:auto;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:40px}
.hv-footer h3{font-size:13px;letter-spacing:0;margin:0 0 14px}
.hv-footer a:not(.hv-brand){display:block;font-size:13px;color:var(--ui-text);margin-bottom:10px}
.hv-footer p{font-size:12px;color:var(--ui-meta);margin-top:16px}
.hv-footer-bottom{max-width:1092px;margin:32px auto 0;border-top:1px solid var(--ui-border);padding-top:20px;display:flex;justify-content:space-between;gap:24px;font-size:12px;color:var(--ui-meta)}
@media(max-width:780px){.hv-brand{font-size:18px}.hv-footer-inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.hv-footer-inner>div:first-child{grid-column:1/-1}.hv-footer-bottom{flex-direction:column;gap:12px}}
@media(max-width:420px){.hv-nav .hv-brand{font-size:17px}}
.phone-footer{border-top:1px solid var(--ui-border);background:var(--ui-surface);padding:40px 24px 24px}
.phone-footer-inner{max-width:852px;margin:auto;padding-left:56px}
.phone-footer-brand{display:flex;justify-content:space-between;align-items:center;gap:24px;padding-bottom:32px;border-bottom:1px solid var(--ui-border)}
.phone-footer-brand p{font-size:13px;color:var(--ui-meta);max-width:280px}
.phone-footer-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;padding:32px 0}
.phone-footer-links h3{font-size:13px;font-weight:600;letter-spacing:0;margin-bottom:16px}
.phone-footer-links a{display:block;font-size:14px;color:var(--ui-text);margin:0 0 12px;line-height:1.5}
.phone-footer-legal{display:flex;justify-content:space-between;align-items:center;gap:20px;border-top:1px solid var(--ui-border);padding-top:24px;font-size:12px;color:var(--ui-meta)}
.phone-footer-legal>div{display:flex;gap:20px;flex-wrap:wrap}
.phone-footer-legal a{color:var(--ui-meta)}
@media(max-width:680px){.phone-footer-brand{align-items:flex-start;flex-direction:column;gap:16px}.phone-footer-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.phone-footer-legal{align-items:flex-start;flex-direction:column;gap:16px}}
@media(max-width:780px){.phone-footer{padding:32px 16px 24px}.phone-footer-inner{padding-left:36px}}
.phone-footer{padding:48px 24px 24px}
.phone-footer-inner{max-width:1140px;padding:0;display:grid;grid-template-columns:1.25fr 1fr;gap:40px}
.phone-footer-brand{display:block;padding:0;border:0}
.phone-footer-brand .hv-brand{font-size:18px;display:inline-flex}
.phone-footer-brand .hv-brand svg{width:24px;height:24px}
.phone-footer-links{padding:0;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr))}
.phone-footer-links h3{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--ui-meta);font-weight:500}
.phone-footer-links a{font-size:13px;margin-bottom:12px}
.phone-footer-legal{grid-column:1/-1;padding-top:24px}
.phone-footer-legal>span{font-size:12px}
.phone-footer-legal>div{gap:24px}
@media(max-width:780px){.phone-footer{padding:32px 24px 24px}.phone-footer-inner{grid-template-columns:1fr;gap:32px}.phone-footer-links{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.phone-footer-legal{flex-wrap:wrap;align-items:flex-start}.phone-footer-brand{padding:0}.phone-footer-links a{overflow-wrap:anywhere}}
@media(max-width:420px){.phone-footer-links{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:780px){.bc-original-header .hv-brand{font-size:18px}}
.phone-footer .hv-brand svg [stroke="#115CC3"]{stroke:#1467f5}
.phone-footer .hv-brand svg [fill="#115CC3"]{fill:#1467f5}
.phone-footer-inner{grid-template-columns:minmax(0,1fr) auto;column-gap:48px}
.phone-footer-links{width:auto;gap:0 40px}
.phone-footer-links a{white-space:nowrap}
@media(max-width:780px){body.phone-footer-inner{grid-template-columns:1fr}body.phone-footer-links a{white-space:normal}}
.phone-footer .hv-brand svg [stroke='#115CC3']{stroke:#1467f5}
.phone-footer .hv-brand svg [fill='#115CC3']{fill:#1467f5}
.phone-footer a:hover{color:#115cc3;text-decoration:none}
.phone-footer a{text-decoration:none}
