
/* ============================================================
   .footer-funnel v1.0 — sales-funnel footer (2026-07-15)
   4 blocks: hero capture / trust strip / pillar grid / legal
   Stays inside existing .footer width constraint (1180px)
   ============================================================ */
.footer-funnel { padding: 0; }
.footer-funnel > * { padding-left: clamp(20px, 4vw, 56px); padding-right: clamp(20px, 4vw, 56px); }

/* Visually hidden (a11y) */
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Block 1 — Hero capture */
.footer-hero {
  margin-top: 48px;
  padding-top: 64px;
  padding-bottom: 64px;
  background:
    radial-gradient(1200px 400px at 20% -10%, rgba(0, 118, 255, 0.18), transparent 70%),
    radial-gradient(1000px 320px at 90% 110%, rgba(0, 79, 196, 0.14), transparent 70%),
    linear-gradient(180deg, #0a1f4d 0%, #071f55 100%);
  color: #fff;
  border-radius: 28px;
}
.footer-hero-inner {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 36px; align-items: center;
}
@media (max-width: 720px) { .footer-hero-inner { grid-template-columns: 1fr; gap: 24px; } }
.footer-eyebrow {
  display: inline-block; padding: 6px 14px; border-radius: 999px;
  background: rgba(255,255,255,.14); color: #eaf3ff; font-size: 13px; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; margin-bottom: 18px;
}
.footer-headline {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(1.75rem, 4.4vw, 3rem);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-shadow: 0 1px 2px rgba(0,0,0,.25);
}
.footer-sub {
  margin: 0;
  color: rgba(255,255,255,.92);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.55;
  max-width: 56ch;
}
.footer-capture { display: flex; gap: 10px; align-items: stretch; flex-wrap: wrap; }
.footer-email-wrap { flex: 1 1 220px; min-width: 0; }
.footer-email-input {
  width: 100%; height: 54px; padding: 0 18px; border-radius: 14px;
  border: 2px solid rgba(255,255,255,.32); background: rgba(255,255,255,.10); color: #ffffff;
  font: inherit; font-size: 16px; outline: none;
  transition: border-color .15s ease, background .15s ease;
}
.footer-email-input::placeholder { color: rgba(255,255,255,.65); }
.footer-email-input:focus { border-color: #66b1ff; background: rgba(255,255,255,.18); }
.footer-cta {
  height: 54px; padding: 0 28px; border-radius: 14px !important;
  background: linear-gradient(180deg, #2a8aff, #0064d8) !important;
  color: #ffffff !important;
  border: none !important;
  font-size: 17px; font-weight: 800; letter-spacing: 0.01em;
  white-space: nowrap; cursor: pointer;
  box-shadow: 0 12px 32px rgba(0, 80, 200, .50);
  transition: filter .15s ease, transform .15s ease;
}
.footer-cta:hover { filter: brightness(1.08); transform: translateY(-1px); }
.footer-cta:active { transform: translateY(0); }
.footer-cta:focus-visible {
  outline: 3px solid #ffd400; outline-offset: 2px;
}
.footer-meta { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-top: 14px; color: rgba(255,255,255,.82); font-size: 14px; font-weight: 500; }
.footer-dot { opacity: .55; }
.footer-meta strong { color: #ffd400; font-weight: 800; font-size: 16px; }
.footer-thanks { padding: 16px 18px; background: rgba(74, 222, 128, .14); border: 1px solid rgba(74, 222, 128, .45); border-radius: 12px; color: #e6ffec; font-weight: 600; font-size: 15px; }

/* Block 2 — Trust strip */
.footer-trust { padding-top: 28px; padding-bottom: 36px; }
.footer-trust-inner {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 22px 18px; border: 1px solid var(--line); border-radius: 22px;
  background: linear-gradient(180deg, #fff, rgba(234, 246, 255, .55));
}
@media (max-width: 720px) { .footer-trust-inner { grid-template-columns: repeat(2, 1fr); } }
.footer-trust-item { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; padding: 6px 10px; }
.footer-trust-num { font-weight: 800; font-size: clamp(1.2rem, 2.2vw, 1.5rem); color: var(--blue); letter-spacing: -.01em; }
.footer-trust-lbl { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }

/* Block 3 — Pillar grid */
.footer-grid { padding-top: 36px; padding-bottom: 36px; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; }
@media (max-width: 980px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-col-brand .footer-brand { font-size: 1.4rem; font-weight: 800; letter-spacing: -.01em; color: var(--blue); margin-bottom: 10px; }
.footer-brand-line { font-size: .92rem; color: var(--muted); line-height: 1.5; margin: 0 0 14px; max-width: 32ch; }
.footer-social { display: flex; gap: 8px; }
.footer-social-link {
  width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--line); border-radius: 999px; font-size: 11px; font-weight: 800;
  color: var(--blue); text-decoration: none; background: rgba(255,255,255,.55);
  transition: background .15s ease, transform .15s ease;
}
.footer-social-link:hover { background: var(--blue); color: #fff; transform: translateY(-1px); }
.footer-h { margin: 0 0 12px; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--fg); font-weight: 800; }
.footer-list { list-style: none; padding: 0; margin: 0 0 18px; }
.footer-list li { margin: 6px 0; }
.footer-list a { color: var(--muted); text-decoration: none; font-size: .94rem; }
.footer-list a:hover { color: var(--blue); }

/* Block 4 — Bottom (overrides global .footer-bottom width-only rule) */
.footer-funnel > .footer-bottom {
  padding-top: 18px; padding-bottom: 22px; display: flex; justify-content: space-between;
  gap: 12px; flex-wrap: wrap; font-size: 12px; color: var(--muted); margin: 0;
  border-top: 1px solid var(--line);
}

