/* One footer for every marketing, blog, legal and confirmation page. */
.footer.site-footer {
    background: #111827 !important;
    color: #f8fafc !important;
    padding: 48px 0 0 !important;
    font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.site-footer *, .site-footer *::before, .site-footer *::after { box-sizing: border-box; }
.site-footer-shell { width: min(100% - 48px, 1200px); margin: 0 auto; }
.site-footer-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    padding: 30px 36px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background: radial-gradient(circle at 100% 0%,rgba(217,119,6,.18),transparent 38%),#1b2535;
}
.site-footer-eyebrow { display: block; color: #f6ae53; font-size: 11px; font-weight: 800; letter-spacing: .14em; margin-bottom: 9px; }
.site-footer-cta h2 { color: #fff; font-family: 'Instrument Serif', Georgia, serif; font-size: clamp(26px,3vw,38px); font-weight: 400; line-height: 1.1; letter-spacing: -.02em; margin: 0 0 8px; }
.site-footer-cta p { color: #b9c3d1; font-size: 14px; line-height: 1.6; max-width: 590px; margin: 0; }
.site-footer-cta-link { display: inline-flex; align-items: center; justify-content: center; gap: 9px; flex-shrink: 0; min-height: 50px; padding: 12px 20px; border-radius: 9px; background: #d97706; color: #fff !important; font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; transition: background .2s,transform .2s; }
.site-footer-cta-link:hover { background: #b45309; transform: translateY(-2px); }
.site-footer-cta-link span { font-size: 17px; font-weight: 400; }
.site-footer-grid { display: grid; grid-template-columns: 1.55fr repeat(3,1fr); gap: clamp(26px,4vw,66px); padding: 57px 0 53px; }
.site-footer-brand { min-width: 0; }
.site-footer-logo { display: inline-flex; align-items: center; gap: 10px; color: #fff !important; text-decoration: none; font-size: 23px; font-weight: 800; letter-spacing: .01em; margin-bottom: 17px; }
.site-footer-logo svg { flex-shrink: 0; }
.site-footer-brand p { max-width: 290px; color: #9daabe; font-size: 14px; line-height: 1.7; margin: 0 0 17px; }
.site-footer-email { display: inline-block; color: #e7edf5 !important; font-size: 14px; font-weight: 600; text-decoration: none; overflow-wrap: anywhere; }
.site-footer-email:hover { color: #ffbf73 !important; }
.site-footer-email span { color: #f6ae53; }
.site-footer-social { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; margin-top: 20px; border-radius: 9px; border: 1px solid rgba(255,255,255,.16); color: #dce5ef !important; transition: border-color .2s,background .2s; }
.site-footer-social:hover { border-color: #d97706; background: rgba(217,119,6,.12); }
.site-footer-column h3 { color: #f8fafc; font-size: 14px; font-weight: 800; margin: 7px 0 20px; letter-spacing: .01em; }
.site-footer-column .site-footer-subheading { margin-top: 26px; }
.site-footer-column ul { list-style: none; margin: 0; padding: 0; }
.site-footer-column li { display: block; margin: 0 0 12px; }
.site-footer-column a { display: inline-block; color: #aebacc !important; font-size: 14px; line-height: 1.45; text-decoration: none; transition: color .2s,transform .2s; }
.site-footer-column a:hover { color: #fff !important; transform: translateX(2px); }
.site-footer-column a[aria-current="page"] { color: #f6ae53 !important; }
.site-footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 21px 0 25px; border-top: 1px solid rgba(255,255,255,.12); color: #8f9db0; font-size: 12px; }
.site-footer-bottom nav { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.site-footer-bottom a,.site-footer-bottom button { color: #aebacc !important; background: none; border: 0; padding: 0; font: inherit; text-decoration: none; cursor: pointer; }
.site-footer-bottom a:hover,.site-footer-bottom button:hover { color: #fff !important; }
.site-footer a:focus-visible,.site-footer button:focus-visible { outline: 2px solid #f6ae53; outline-offset: 4px; }
@media (max-width: 950px) {
    .site-footer-grid { grid-template-columns: repeat(3,1fr); gap: 36px; }
    .site-footer-brand { grid-column: 1 / -1; }
    .site-footer-brand p { max-width: 520px; }
}
@media (max-width: 650px) {
    .footer.site-footer { padding-top: 24px !important; }
    .site-footer-shell { width: min(100% - 36px,1200px); }
    .site-footer-cta { display: block; padding: 25px 22px; }
    .site-footer-cta-link { width: 100%; margin-top: 22px; }
    .site-footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px 22px; padding: 43px 0 38px; }
    .site-footer-brand { grid-column: 1 / -1; }
    .site-footer-column h3 { margin-bottom: 15px; }
    .site-footer-bottom { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 400px) {
    .site-footer-grid { grid-template-columns: 1fr; }
    .site-footer-brand { grid-column: auto; }
}
