/* v2 global footer: generated from v2-home.html by v2-assets/apply-nav.mjs. Do not edit; rerun. */
.v2-end {
  background:
    radial-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    radial-gradient(50% 32% at 82% 44%, rgba(107,92,255,0.14), transparent 62%),
    radial-gradient(45% 26% at 8% 96%, rgba(46,211,198,0.07), transparent 60%),
    #09031D;
  background-size: 26px 26px, auto, auto, auto;
}
/* ---------- §13 footer (mirrors the mega nav; navy, trail motif) ---------- */
.v2-footer {
  position: relative; overflow: hidden; color: #E9E9F4;
  padding: clamp(64px, 8vw, 104px) 32px 40px;
  background: transparent; /* painted by .v2-end */
}
.v2-footer-grid {
  position: relative; max-width: 1320px; margin: 0 auto;
  display: grid; grid-template-columns: 1.5fr repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 52px);
}
.v2-footer-brand img { height: 30px; width: auto; display: block; }
.v2-footer-brand p { margin-top: 18px; font-size: 14px; line-height: 1.6; color: rgba(233,233,244,0.66); max-width: 30ch; }
.v2-footer-brand .coord {
  display: block; margin-top: 18px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px; font-weight: 700; letter-spacing: 0.14em; color: rgba(233,233,244,0.45);
}
.v2-footer-col h3 { font-size: 15px; font-weight: 800; color: #FFFFFF; margin-bottom: 14px; }
.v2-footer-col ul { display: flex; flex-direction: column; gap: 2px; }
.v2-footer-col a {
  display: inline-block; padding: 5px 0;
  font-size: 14px; font-weight: 500; color: rgba(233,233,244,0.66);
  transition: color 140ms ease;
}
.v2-footer-col a:hover { color: #2ED3C6; }
.v2-footer-bottom {
  position: relative; max-width: 1320px; margin: clamp(40px, 5vw, 64px) auto 0;
  padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.12);
  display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
  font-size: 13px; color: rgba(233,233,244,0.55);
}
.v2-footer-bottom a { color: rgba(233,233,244,0.66); font-weight: 600; transition: color 140ms ease; }
.v2-footer-bottom a:hover { color: #2ED3C6; }
.v2-footer-bottom .legal { display: flex; gap: 22px; }
@media (max-width: 1180px) {
  .v2-cta-card { grid-template-columns: 1fr; }
  .v2-footer-grid { grid-template-columns: 1fr 1fr; }
  .v2-footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 640px) { .v2-footer-grid { grid-template-columns: 1fr; } }

/* dev-only copy A/B switcher */
.v2-copytab {
  position: fixed; left: 50%; transform: translateX(-50%); bottom: 12px; z-index: 90;
  display: flex; padding: 3px; gap: 2px;
  background: rgba(255,255,255,0.92); border: 1px solid #E8E8EE; border-radius: 999px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 9.5px; font-weight: 700; letter-spacing: 0.12em;
  box-shadow: 0 4px 16px rgba(9,3,29,0.12);
}
.v2-copytab a { padding: 4px 12px; border-radius: 999px; color: rgba(9,3,29,0.55); }
.v2-copytab a.on { background: #09031D; color: #FFFFFF; }

