/* One footer for the marketing homepage, static shells and React pages. */
.basis-site-footer {
  --footer-band: #8fc8ec; --footer-card: #12293a; --footer-ink: #fff; --footer-muted: #8fa5b5;
  --footer-border: rgba(255,255,255,.3); --footer-hover-border: rgba(255,255,255,.6);
  --footer-hover: rgba(255,255,255,.08); --footer-rule: rgba(255,255,255,.1);
  --footer-talk: #fff; --footer-talk-ink: #17435e;
  --footer-fade-height: clamp(96px, 10vw, 140px);
  background: linear-gradient(to bottom, var(--bg, #fff), var(--footer-band) var(--footer-fade-height));
  padding: calc(var(--footer-fade-height) + 16px) 16px 16px; color: var(--footer-muted); line-height: normal;
  font-family: var(--font-archivo, "Archivo"), "Helvetica Neue", sans-serif;
}
.basis-site-footer--light {
  --footer-band: #081120; --footer-card: #8fc8ec; --footer-ink: #12293a; --footer-muted: #1b4a6b;
  --footer-border: rgba(18,41,58,.3); --footer-hover-border: rgba(18,41,58,.6);
  --footer-hover: rgba(18,41,58,.08); --footer-rule: rgba(18,41,58,.16);
  --footer-talk: #12293a; --footer-talk-ink: #fff;
}
:root[data-theme="dark"] .basis-site-footer:not(.basis-site-footer--light) {
  --footer-band: #142d40;
}
.basis-site-footer--reveal { position: fixed; left: 0; right: 0; bottom: 0; z-index: 2; }
.basis-site-footer--light, .basis-site-footer--no-fade { --footer-fade-height: 0px; background: var(--footer-band); }
.basis-footer-panel {
  position: relative; max-width: 1320px; margin: 0 auto; background: var(--footer-card);
  border-radius: 28px; padding: clamp(72px, 7vw, 84px) clamp(28px, 5vw, 64px) clamp(28px, 4vw, 44px);
  box-sizing: border-box;
}
.basis-footer-contact { position: absolute; top: 0; right: 0; background: var(--footer-band); border-bottom-left-radius: 26px; padding: 0 0 12px 14px; }
.basis-footer-corner { position: absolute; width: 26px; height: 26px; background: radial-gradient(circle at 0 100%, transparent 25px, var(--footer-band) 26px); }
.basis-footer-corner-left { top: 0; left: -26px; }
.basis-footer-corner-bottom { bottom: -26px; right: 0; }
.basis-site-footer a { text-decoration: none; border-bottom: 0; transition: color .2s, background .2s, border-color .2s, transform .2s, box-shadow .2s; }
.basis-site-footer .basis-footer-talk { display: inline-flex; align-items: center; gap: 10px; background: var(--footer-talk); color: var(--footer-talk-ink); font-size: 16.66px; font-weight: 600; padding: 13px 24px; border-radius: 999px; box-shadow: 0 6px 20px rgba(0,0,0,.25); }
.basis-footer-talk svg { display: block; }
.basis-site-footer .basis-footer-talk:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,0,0,.32); color: var(--footer-talk-ink); }
.basis-footer-statement { margin: 0; font-size: clamp(40.8px, 7.8vw, 119px); line-height: 1.04; font-weight: 650; letter-spacing: -.05em; color: var(--footer-ink); }
.basis-footer-statement span { display: block; }
.basis-footer-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.basis-site-footer .basis-footer-pill { display: inline-flex; align-items: center; gap: 12px; border: 1px solid var(--footer-border); border-radius: 999px; padding: 12px 20px; color: var(--footer-ink); font-size: 16.15px; line-height: 20px; font-weight: 500; white-space: nowrap; }
.basis-site-footer .basis-footer-pill:hover { background: var(--footer-hover); border-color: var(--footer-hover-border); }
.basis-footer-bottom { margin-top: clamp(24px, 3.4vw, 40px); display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap; border-top: 1px solid var(--footer-rule); padding-top: 22px; }
.basis-site-footer .basis-footer-brand { display: flex; align-items: center; color: var(--footer-ink); }
.basis-footer-legal { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 16.15px; }
.basis-site-footer .basis-footer-legal a { color: var(--footer-muted); }
.basis-site-footer .basis-footer-legal a:hover { color: var(--footer-ink); }
.basis-footer-legal > span { width: 3px; height: 3px; border-radius: 50%; background: var(--footer-muted); }
.basis-site-footer a:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
@media (prefers-reduced-motion: reduce) { .basis-site-footer * { transition: none !important; } }
