/* Homepage cases: the navy band takes precedence over alternating section tints. */
main > section.home-savings {
    padding-block: clamp(64px, 7vw, 104px);
    background: #192d4b;
    color: #fff;
    scroll-margin-top: 90px;
}
.home-savings [hidden] { display: none !important; }
.home-savings__heading { margin-bottom: 34px; }
.home-savings__kicker { color: #acc5f2; font-size: .78rem; font-weight: 650; letter-spacing: .16em; }
.home-savings__title { margin-top: 12px; color: #fff; font-size: clamp(2rem, 3.6vw, 2.75rem); font-weight: 700; line-height: 1.2; letter-spacing: -.04em; }
.home-savings__intro { color: #d5dfed; font-size: 1rem; line-height: 1.7; }
.home-savings__example-note { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; color: #d5dfed; font-size: .82rem; line-height: 1.6; }
.home-savings__example-note > span { flex-shrink: 0; border: 1px solid #728aab; border-radius: 5px; padding: 3px 9px; color: #fff; font-size: .73rem; font-weight: 600; }
.home-savings__tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-bottom: 20px; }
.home-savings__tabs button { display: flex; justify-content: center; align-items: center; gap: 12px; min-height: 62px; padding: 12px; border: 1px solid #516782; border-radius: 8px; color: #e5edfa; background: #233b5b; font-size: .94rem; font-weight: 600; line-height: 1.4; transition: background-color .18s, color .18s; }
.home-savings__tabs button:hover { background: #304d73; }
.home-savings__tabs button[aria-selected="true"] { border-color: #fff; color: #263f68; background: #fff; }
.home-savings__tab-number { font-size: .7rem; opacity: .75; font-variant-numeric: tabular-nums; }
.home-savings__panel { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.65fr); overflow: hidden; border-radius: 12px; color: #263951; background: #fff; box-shadow: 0 18px 48px #091a302e; }
.home-savings__panel + .home-savings__panel { margin-top: 24px; }
.home-savings__panels:has([hidden]) .home-savings__panel { margin-top: 0; }
.home-savings__story { display: flex; flex-direction: column; min-width: 0; border-right: 1px solid #e2e8f0; background: #f4f7fb; }
.home-savings__story-copy { flex: 1; padding: 32px 30px 26px; }
.home-savings__label { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #3c5f9a; font-size: .79rem; font-weight: 650; }
.home-savings__label > span { color: #7c8ca2; font-size: .75rem; font-variant-numeric: tabular-nums; }
.home-savings__story h3 { margin-top: 22px; color: #243b61; font-size: clamp(1.35rem, 2.05vw, 1.65rem); line-height: 1.4; font-weight: 700; letter-spacing: -.035em; text-wrap: pretty; }
.home-savings__context { margin-top: 16px; color: #4b5b70; font-size: .9rem; line-height: 1.75; }
.home-savings__image { display: block; width: 100%; height: 210px; object-fit: cover; }
.home-savings__review { min-width: 0; padding: 32px 34px; }
.home-savings__review-heading { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 20px; }
.home-savings__review-heading > p { color: #233b61; font-size: 1.15rem; font-weight: 700; }
.home-savings__review-heading > span { color: #61728b; font-size: .62rem; font-weight: 600; letter-spacing: .12em; }
.home-savings__table { width: 100%; border-collapse: collapse; table-layout: fixed; font-size: .86rem; line-height: 1.65; text-align: left; }
.home-savings__table th, .home-savings__table td { padding: 18px 14px; border-bottom: 1px solid #e2e8f0; vertical-align: middle; overflow-wrap: anywhere; }
.home-savings__table thead th { padding-block: 12px; color: #324c70; background: #edf2f8; font-size: .77rem; font-weight: 650; }
.home-savings__table th:first-child { width: 23%; }
.home-savings__table th:last-child { width: 30%; }
.home-savings__table tbody th { color: #2b4364; font-weight: 650; }
.home-savings__table td { color: #4d5b6d; }
.home-savings__table td:last-child { color: #53647d; font-size: .79rem; }
.home-savings__focus { display: flex; gap: 10px; align-items: flex-start; margin-top: 22px; padding: 16px; border-radius: 7px; background: #f0f5fd; color: #2c5188; font-size: .87rem; font-weight: 600; line-height: 1.55; }
.home-savings__focus svg { width: 21px; height: 21px; margin-top: 2px; }
.home-savings__actions { display: flex; flex-wrap: wrap; gap: 16px 24px; align-items: center; justify-content: space-between; margin-top: 26px; }
.home-savings__consult { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 20px; border-radius: 7px; background: #3e65aa; color: #fff; font-size: .84rem; font-weight: 650; transition: background-color .18s; }
.home-savings__consult:hover { background: #2b4e8b; }
.home-savings__link { display: inline-flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 44px; color: #324f7c; font-size: .8rem; font-weight: 650; }
.home-savings__link:hover { color: #1c3968; text-decoration: underline; text-underline-offset: 4px; }
.home-savings__link svg { width: 19px; height: 19px; }
.home-savings :where(button, [tabindex]):focus-visible { outline: 3px solid #719adf; outline-offset: 4px; }
.home-savings__tabs button:focus-visible { outline-color: #c8dcff; }
.home-savings__footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 24px; }
.home-savings__footer > p { color: #bacbe2; font-size: .73rem; line-height: 1.65; }
.home-savings__page { flex-shrink: 0; color: #91a7c8; font-size: .76rem; letter-spacing: .09em; font-variant-numeric: tabular-nums; }
.home-savings__page strong { color: #fff; font-weight: 650; }
.home-savings__more { min-height: 44px; border-bottom: 1px solid #7e96b9; color: #fff; font-size: .84rem; font-weight: 600; }
.home-savings__post { display: flex; flex-direction: column; overflow: hidden; border-radius: 10px; color: #263951; background: #fff; }
.home-savings__post > img { width: 100%; height: 210px; object-fit: cover; }
.home-savings__post-copy { display: flex; flex-direction: column; flex: 1; padding: 26px; }
.home-savings__post h3 { margin-top: 20px; color: #233b61; font-size: 1.2rem; font-weight: 700; line-height: 1.5; }
.home-savings__post-excerpt { margin-top: 14px; color: #4d5b6d; font-size: .85rem; line-height: 1.75; }
.home-savings__post form { margin-top: auto; padding-top: 22px; }
@media (max-width: 1023px) {
    .home-savings__panel { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
    .home-savings__story-copy { padding: 26px 22px; }
    .home-savings__review { padding: 26px 22px; }
    .home-savings__table th, .home-savings__table td { padding: 14px 8px; }
    .home-savings__review-heading > span { display: none; }
}
@media (max-width: 767px) {
    .home-savings__heading { margin-bottom: 26px; }
    .home-savings__intro { font-size: .9rem; }
    .home-savings__tabs { gap: 6px; }
    .home-savings__tabs button { flex-direction: column; gap: 5px; min-height: 70px; padding: 10px 6px; font-size: .75rem; }
    .home-savings__panels { display: block; width: 100%; max-width: 100%; min-width: 0; overflow: visible; }
    .home-savings__panel { width: 100%; max-width: 100%; min-width: 0; grid-template-columns: minmax(0, 1fr); }
    .home-savings__panel + .home-savings__panel { margin-top: 0; }
    .home-savings__story { border-right: 0; border-bottom: 1px solid #e2e8f0; }
    .home-savings__story h3 { margin-top: 14px; font-size: 1.35rem; }
    .home-savings__image { height: 220px; }
    .home-savings__review { padding: 26px 22px; }
    .home-savings__table { font-size: .79rem; }
    .home-savings__table th:first-child { width: 24%; }
    .home-savings__table th:last-child { width: 29%; }
    .home-savings__table td:last-child { font-size: .75rem; }
    .home-savings__table thead th { font-size: .73rem; }
    .home-savings__actions { align-items: stretch; gap: 12px; }
    .home-savings__actions > form, .home-savings__consult { width: 100%; }
    .home-savings__actions .home-savings__link { width: 100%; justify-content: center; }
    .home-savings__example-note { align-items: flex-start; font-size: .77rem; }
    .home-savings__footer { align-items: flex-start; gap: 14px; }
}
@media (max-width: 380px) {
    .home-savings__review { padding-inline: 16px; }
    .home-savings__table th, .home-savings__table td { padding-inline: 6px; }
    .home-savings__tabs button { font-size: .7rem; }
}
@media (prefers-reduced-motion: reduce) {
    .home-savings button { transition: none; }
}
