body .jcr-footer {
    --jcr-footer-navy: #061f33;
    --jcr-footer-navy-2: #0a2e4b;
    --jcr-footer-blue: #0798f5;
    --jcr-footer-line: rgba(185, 218, 239, 0.2);
    --jcr-footer-muted: #afc4d5;
    background: linear-gradient(145deg, var(--jcr-footer-navy), var(--jcr-footer-navy-2));
    color: #fff;
    font-family: inherit;
}

.jcr-footer a { color: inherit; }
.jcr-footer__inner { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }

.jcr-footer__help {
    border-bottom: 1px solid var(--jcr-footer-line);
    background: rgba(255, 255, 255, 0.035);
}

.jcr-footer__help-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    align-items: center;
    padding: 30px 0;
}

.jcr-footer__eyebrow,
.jcr-footer__help h2 {
    margin: 0;
    letter-spacing: 0;
}

.jcr-footer__help h2 { color: #fff; font-size: clamp(24px, 2vw, 32px); line-height: 1.15; }
.jcr-footer__help p { margin: 8px 0 0; color: var(--jcr-footer-muted); line-height: 1.55; }
.jcr-footer__actions, .jcr-footer__socials, .jcr-footer__legal-links { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }

.jcr-footer__action {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 18px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}
.jcr-footer__action:hover, .jcr-footer__action:focus-visible { transform: translateY(-1px); }
.jcr-footer .jcr-footer__action--primary { background: var(--jcr-footer-blue); color: #fff; }
.jcr-footer .jcr-footer__action--secondary { background: #fff; color: var(--jcr-footer-navy); }
.jcr-footer .jcr-footer__action--outline { border-color: rgba(255,255,255,.5); color: #fff; }
.jcr-footer__action--subtle { background: rgba(255,255,255,.09); border-color: var(--jcr-footer-line); }
.jcr-footer__action--text { min-height: 0; padding: 6px 2px; color: #d6e6f2; }
.jcr-footer__action--icon-only { width: 44px; padding: 8px; border-radius: 50%; background: rgba(255,255,255,.08); border-color: var(--jcr-footer-line); }
.jcr-footer__action--small { min-height: 38px; padding: 8px 13px; font-size: 13px; }
.jcr-footer__action--large { min-height: 50px; padding: 13px 22px; }
.jcr-footer__action svg { width: 19px; height: 19px; flex: 0 0 auto; fill: currentColor; }
.jcr-footer__action-icon img { display: block; width: 19px; height: 19px; object-fit: contain; }
.jcr-footer__action--icon-only .jcr-footer__action-icon img { width: 24px; height: 24px; }

.jcr-footer__main { padding: 46px 0 38px; }
.jcr-footer__main-grid { display: grid; grid-template-columns: minmax(220px, .9fr) minmax(0, 3fr); gap: 48px; }
.jcr-footer__brand-logo { display: block; width: min(220px, 100%); height: auto; margin-bottom: 18px; }
.jcr-footer__brand-copy { margin: 0 0 22px; color: var(--jcr-footer-muted); line-height: 1.65; }
.jcr-footer__groups { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 34px 28px; }
.jcr-footer__group--wide { grid-column: span 2; }
.jcr-footer__group-toggle { width: 100%; padding: 0 0 13px; border: 0; border-bottom: 1px solid var(--jcr-footer-line); background: transparent; color: #fff; text-align: left; font: inherit; }
.jcr-footer__group-title { color: #fff; margin: 0; font-size: 15px; font-weight: 750; }
.jcr-footer__toggle-icon { display: none; }
.jcr-footer__links { margin: 14px 0 0; padding: 0; list-style: none; }
.jcr-footer__links li + li { margin-top: 9px; }
.jcr-footer__links a { color: var(--jcr-footer-muted); font-size: 14px; line-height: 1.4; text-decoration: none; overflow-wrap: anywhere; }
.jcr-footer__links a:hover, .jcr-footer__links a:focus-visible { color: #fff; }
.jcr-footer__socials { margin-top: 4px; }

.jcr-footer__legal { border-top: 1px solid var(--jcr-footer-line); background: rgba(0, 0, 0, .1); }
.jcr-footer__legal-inner { display: flex; justify-content: space-between; gap: 24px; padding: 19px 0; color: #fff; font-size: 13px; }
.jcr-footer__legal-inner p { color: #fff; margin: 0; }
.jcr-footer__legal-links { margin: 0; padding: 0; list-style: none; }
.jcr-footer__legal-links a { color: #fff; text-decoration: none; }

@media (max-width: 900px) {
    .jcr-footer__main-grid { grid-template-columns: 1fr; gap: 34px; }
    .jcr-footer__brand { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 24px; align-items: start; }
}

@media (max-width: 767px) {
    .jcr-footer__inner { width: min(100% - 32px, 620px); }
    .jcr-footer__help-inner { grid-template-columns: 1fr; gap: 20px; padding: 26px 0; }
    .jcr-footer__actions .jcr-footer__action { flex: 1 1 145px; }
    .jcr-footer__main { padding: 32px 0 26px; }
    .jcr-footer__brand { display: block; }
    .jcr-footer__brand-logo { width: 180px; }
    .jcr-footer__groups { display: block; }
    .jcr-footer__group + .jcr-footer__group { margin-top: 8px; }
    .jcr-footer__group-toggle { display: flex; min-height: 50px; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 2px; cursor: pointer; }
    .jcr-footer__toggle-icon { display: block; width: 9px; height: 9px; border-right: 2px solid var(--jcr-footer-blue); border-bottom: 2px solid var(--jcr-footer-blue); transform: rotate(45deg); transition: transform .18s ease; }
    .jcr-footer-enhanced .jcr-footer__group-toggle[aria-expanded="true"] .jcr-footer__toggle-icon { transform: rotate(225deg); }
    .jcr-footer__links { padding-bottom: 14px; }
    .jcr-footer__legal-inner { flex-direction: column; gap: 10px; }
}
