.al-global-footer-shell {
  width: 100%;
  min-height: 145px;
  padding: 0;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.al-global-footer-shell *,
.al-global-footer-shell *::before,
.al-global-footer-shell *::after {
  box-sizing: border-box;
}

#al-footer-2026.alf {
  --brand: #2c6b4a;
  --brand-700: #245840;
  --brand-800: #1e4b37;
  --brand-900: #173b2c;
  --ink: #f8fafc;
  --ink-dim: #dbe5df;
  --muted: rgba(255, 255, 255, 0.08);
  --border: rgba(255, 255, 255, 0.12);
  --accent: #68b197;
  --radius: 12px;
  --gap: clamp(16px, 2vw, 28px);
  --maxw: 1200px;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  width: 100%;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  margin: 0;
  color: #f8fafc;
  background:
    radial-gradient(1200px 500px at 80% -10%, rgba(255, 255, 255, 0.06), transparent 60%),
    linear-gradient(180deg, #2c6b4a 0%, #1e4b37 55%, #173b2c 100%);
}

#al-footer-2026.alf::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 24px 24px, 32px 32px;
  background-position: 0 0, 12px 12px;
  opacity: 0.25;
  pointer-events: none;
  mix-blend-mode: overlay;
}

#al-footer-2026 .wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 56px 20px;
  position: relative;
  z-index: 1;
}

#al-footer-2026 .cta {
  display: grid;
  gap: var(--gap);
  grid-template-columns: 1.2fr auto;
  align-items: center;
  padding: clamp(18px, 2vw, 22px);
  margin: -20px auto clamp(28px, 3vw, 40px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  border: 1px solid var(--border);
  border-radius: calc(var(--radius) + 4px);
  box-shadow: var(--shadow);
  backdrop-filter: saturate(140%) blur(6px);
  -webkit-backdrop-filter: saturate(140%) blur(6px);
}

#al-footer-2026 .cta h3 {
  margin: 0 !important;
  line-height: 1.2 !important;
  font-size: clamp(18px, 2.2vw, 26px) !important;
  font-weight: 740 !important;
  letter-spacing: 0.1px !important;
  color: #fff !important;
}

#al-footer-2026 .cta p {
  margin: 0.25rem 0 0 !important;
  color: var(--ink-dim) !important;
  font-size: 15px !important;
}

#al-footer-2026 .cta .actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-self: end;
}

#al-footer-2026 .btn {
  appearance: none;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 12px 16px;
  border-radius: 10px;
  font-weight: 650;
  line-height: 1;
  transition: transform 0.15s ease, background 0.2s, border-color 0.2s, opacity 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0f172a;
  background: #fff;
  min-height: 42px;
}

#al-footer-2026 .btn:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

#al-footer-2026 .btn.alt {
  background: transparent;
  color: var(--ink);
  border-color: var(--border);
}

#al-footer-2026 .btn.alt img {
  filter: brightness(0) invert(1);
}

#al-footer-2026 .btn img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
}

#al-footer-2026 .grid {
  display: grid;
  gap: var(--gap);
  grid-template-columns: 1.2fr repeat(3, 1fr);
  align-items: flex-start;
  margin-top: clamp(24px, 3vw, 36px);
}

#al-footer-2026 .brand {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: clamp(16px, 2vw, 20px);
}

#al-footer-2026 .brand .row {
  display: flex;
  align-items: center;
  gap: 14px;
}

#al-footer-2026 .brand img.logo {
  width: 40px !important;
  height: 40px !important;
  object-fit: contain !important;
  filter: brightness(0) invert(1) !important;
}

#al-footer-2026 .brand h4 {
  margin: 0 !important;
  font-size: 18px !important;
  font-weight: 740 !important;
  color: #fff !important;
  letter-spacing: -0.01em;
}

#al-footer-2026 .claim {
  margin: 0.35rem 0 0 !important;
  font-size: 14px !important;
  color: #fff !important;
  opacity: 0.9;
}

#al-footer-2026 .social {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  justify-content: center;
}

#al-footer-2026 .social a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--muted);
  border: 1px solid var(--border);
  color: var(--ink);
  transition: background 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

#al-footer-2026 .social a:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.18);
}

#al-footer-2026 .social img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

#al-footer-2026 .social a:hover img {
  opacity: 1;
}

#al-footer-2026 .col h5 {
  margin: 0 0 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-dim);
  text-align: left;
  font-weight: 760;
}

#al-footer-2026 .col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

#al-footer-2026 .col a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding: 4px 0;
  display: inline-block;
  font-size: 15px;
  line-height: 1.35;
}

#al-footer-2026 .col a:hover {
  border-color: rgba(255, 255, 255, 0.25);
  text-decoration: none;
}

#al-footer-2026 .bar {
  border-top: 1px solid var(--border);
  margin-top: clamp(32px, 4vw, 48px);
  padding-top: clamp(14px, 2.2vw, 18px);
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: var(--ink-dim);
  font-size: 14px;
}

#al-footer-2026 .links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

#al-footer-2026 .links a {
  color: var(--ink-dim);
  text-decoration: none;
  font-size: 14px;
}

#al-footer-2026 .links a:hover {
  color: #fff;
  text-decoration: none;
}

#al-footer-2026 .affiliate-note {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--ink-dim);
  opacity: 0.85;
  max-width: none;
}

@media (max-width: 980px) {
  #al-footer-2026 .grid {
    grid-template-columns: 1fr 1fr;
  }

  #al-footer-2026 .cta {
    grid-template-columns: 1fr;
  }

  #al-footer-2026 .cta .actions {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  #al-footer-2026 .wrap {
    padding: 44px 16px;
  }

  #al-footer-2026 .grid {
    grid-template-columns: 1fr;
  }

  #al-footer-2026 .brand {
    order: -1;
  }

  #al-footer-2026 .cta {
    margin-top: 0;
  }

  #al-footer-2026 .cta .actions {
    width: 100%;
  }

  #al-footer-2026 .btn {
    width: 100%;
    justify-content: center;
  }

  #al-footer-2026 .bar {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  #al-footer-2026 .btn,
  #al-footer-2026 .social a {
    transition: none;
  }
}
