/* Lokrio premium footer v2 — trimmed layout + payment logos */
.lokrio-ft-premium {
  --lfp-ink: #0f172a;
  --lfp-muted: #64748b;
  --lfp-line: #e2e8f0;
  --lfp-orange: #ff6900;
  --lfp-orange-soft: #fff4eb;
  --lfp-navy: #0b1628;
  --lfp-navy-mid: #132238;
  --lfp-max: 1180px;
  margin-top: 20px;
  background: #f8fafc;
  border-top: none;
  color: var(--lfp-ink);
  font-family: inherit;
}

.lokrio-ft-premium .kyk-footer-trust-band {
  background:
    radial-gradient(ellipse 80% 120% at 0% 0%, rgba(255, 105, 0, 0.14), transparent 55%),
    radial-gradient(ellipse 60% 80% at 100% 100%, rgba(59, 130, 246, 0.12), transparent 50%),
    linear-gradient(135deg, #0a1424 0%, #101f38 48%, #0d1a2e 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.lokrio-ft-premium .kyk-footer-trust-band-inner {
  max-width: var(--lfp-max);
  padding: 16px 40px;
}

.lokrio-ft-premium .kyk-footer-trust-band-lead strong {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.lokrio-ft-premium .kyk-footer-trust-band-lead strong::before {
  content: "★ ";
  color: #fbbf24;
}

.lokrio-ft-premium .kyk-footer-trust-pill {
  min-height: 34px;
  padding: 0 13px;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  font-size: 11.5px;
  font-weight: 700;
}

.lokrio-ft-premium .kyk-footer-trust-pill svg {
  color: #fbbf24;
}

.lfp-cta-shell {
  max-width: var(--lfp-max);
  margin: 0 auto;
  padding: 0 40px 14px;
}

.lfp-cta {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background:
    radial-gradient(circle at 92% 50%, rgba(255, 105, 0, 0.18), transparent 38%),
    linear-gradient(90deg, #0d1628 0%, #101f38 52%, #0f1a2e 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.14);
}

.lfp-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 14px 14px;
  opacity: 0.28;
  pointer-events: none;
}

.lfp-cta-inner {
  position: relative;
  z-index: 1;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: nowrap;
}

.lfp-cta-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
  flex: 1 1 auto;
}

.lfp-cta-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.lfp-cta-eyebrow {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 20px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(255, 105, 0, 0.14);
  border: 1px solid rgba(255, 105, 0, 0.28);
  color: #fdba74;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
}

.lfp-cta-copy strong {
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  white-space: nowrap;
}

.lfp-cta-desc {
  color: #9fb0c5;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lfp-cta-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  flex-wrap: nowrap;
}

.lfp-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.lfp-cta-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.26);
  transform: translateY(-1px);
}

.lfp-cta-btn--primary {
  background: linear-gradient(135deg, #ff7a1a 0%, #ff6900 50%, #ea580c 100%);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 22px rgba(255, 105, 0, 0.22);
}

.lfp-cta-btn--primary:hover {
  box-shadow: 0 10px 26px rgba(255, 105, 0, 0.3);
}

.lfp-main {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border-top: 1px solid var(--lfp-line);
  border-radius: 16px 16px 0 0;
}

.lfp-grid {
  max-width: var(--lfp-max);
  margin: 0 auto;
  padding: 52px 40px 28px;
  display: grid;
  grid-template-columns: 1.45fr 0.95fr 0.95fr 1.15fr;
  gap: 36px;
  align-items: start;
}

.lfp-tagline {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 800;
  color: var(--lfp-orange);
  letter-spacing: 0.04em;
}

.lfp-tagline--lead {
  margin: 0 0 14px;
  font-size: clamp(16px, 1.75vw, 23px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--lfp-ink);
  white-space: nowrap;
}

.lfp-about {
  margin: 0;
  max-width: 320px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--lfp-muted);
  font-weight: 500;
}

.lfp-strip {
  max-width: var(--lfp-max);
  margin: 0 auto;
  padding: 0 40px 24px;
  display: flex;
  justify-content: flex-end;
}

.lfp-strip-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  max-width: 100%;
  margin-left: auto;
  padding: 8px 12px 8px 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--lfp-line);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.lfp-pay-card-label {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 0 0 auto;
  padding-right: 12px;
  border-right: 1px solid var(--lfp-line);
}

.lfp-pay-card-label strong {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--lfp-ink);
  white-space: nowrap;
}

.lfp-pay-card-secure {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 700;
  color: #047857;
  white-space: nowrap;
}

.lfp-pay-logos {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.lfp-pay-stack {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 5px;
}

.lfp-pay-divider {
  flex: 0 0 1px;
  width: 1px;
  height: 22px;
  background: var(--lfp-line);
}

.lfp-pay-logos::-webkit-scrollbar {
  display: none;
}

.lfp-pay-logo {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 54px;
  height: 30px;
  padding: 4px 6px;
  border-radius: 8px;
  background: #f8fafc;
  border: 1px solid #e8edf3;
}

.lfp-pay-logo img {
  display: block;
  max-width: 46px;
  max-height: 18px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.lfp-pay-logo--wide {
  width: 72px;
}

.lfp-pay-logo--wide img {
  max-width: 64px;
  max-height: 20px;
  min-height: 16px;
}

.lfp-heading {
  margin: 0 0 16px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lfp-ink);
}

.lfp-links {
  display: grid;
  gap: 11px;
}

.lfp-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #334155;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.15s ease, transform 0.15s ease;
}

.lfp-links a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #cbd5e1;
  transition: background 0.15s ease, transform 0.15s ease;
}

.lfp-links a:hover {
  color: var(--lfp-orange);
}

.lfp-links a:hover::before {
  background: var(--lfp-orange);
  transform: scale(1.15);
}

.lfp-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.lfp-contact li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 12px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--lfp-line);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.lfp-contact-ico {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #fff4eb, #ffedd5);
  color: var(--lfp-orange);
  border: 1px solid #fed7aa;
}

.lfp-contact a,
.lfp-contact .lfp-address {
  display: block;
  color: var(--lfp-ink);
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.lfp-contact a:hover {
  color: var(--lfp-orange);
}

.lfp-contact small {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 600;
  color: var(--lfp-muted);
}

.lfp-bar {
  background: #0f172a;
  color: #94a3b8;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.lfp-bar-inner {
  max-width: var(--lfp-max);
  margin: 0 auto;
  padding: 18px 40px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 600;
}

.lfp-bar-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.lfp-bar-links a {
  color: #94a3b8;
  text-decoration: none;
}

.lfp-bar-links a:hover {
  color: #fff;
}

@media (max-width: 960px) {
  .lfp-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
    padding: 40px 24px 32px;
  }

  .lfp-brand {
    grid-column: 1 / -1;
  }

  .lfp-cta-shell {
    padding: 0 24px 12px;
  }

  .lfp-cta-inner {
    padding: 12px 14px;
    flex-wrap: wrap;
    gap: 12px;
  }

  .lfp-cta-desc {
    white-space: normal;
  }

  .lfp-strip {
    padding: 0 24px 20px;
    justify-content: stretch;
  }

  .lfp-strip-card {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 560px) {
  .lfp-grid {
    grid-template-columns: 1fr;
    padding: 32px 16px 28px;
  }

  .lfp-cta-shell {
    padding: 0 16px 10px;
  }

  .lfp-cta-inner {
    padding: 12px 12px;
    flex-direction: column;
    align-items: stretch;
  }

  .lfp-cta-title-row {
    gap: 8px;
  }

  .lfp-cta-copy strong {
    white-space: normal;
  }

  .lfp-cta-actions {
    width: 100%;
    flex-direction: row;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .lfp-cta-actions::-webkit-scrollbar {
    display: none;
  }

  .lfp-cta-btn {
    flex: 0 0 auto;
  }

  .lfp-tagline--lead {
    font-size: 15px;
  }

  .lfp-strip {
    padding: 0 16px 18px;
  }

  .lfp-strip-card {
    gap: 8px;
    padding: 8px 10px;
  }

  .lfp-pay-card-label {
    padding-right: 8px;
  }

  .lfp-bar-inner {
    padding: 16px;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }

}
