/* ════════════════════════════════════════════════════════════════════
   BuyVCC site footer — Elementor Theme Builder template (post 1531).
   Scoped under .bvc-site-footer so it can't bleed into other Elementor
   sections.  Every label is in HTML widgets / Heading widgets so the
   client can edit the words in Elementor without touching this file.
   ════════════════════════════════════════════════════════════════════ */
:root {
  --bvcf-bg:        #0a0c1e;
  --bvcf-bg-2:      #11132c;
  --bvcf-ink:       #ffffff;
  --bvcf-body:      #cbd5e1;
  --bvcf-mute:      #94a3b8;
  --bvcf-accent:    #c4b5fd;
  --bvcf-border:    rgba(168,85,247,0.22);
  --bvcf-border-hot:rgba(168,85,247,0.55);
  --bvcf-grad:      linear-gradient(to right, #3562F4 0%, #C339DA 100%);
}

/* The Theme Builder footer wrapper */
.elementor-location-footer {
  background:
    radial-gradient(60% 60% at 90% 0%, rgba(195,57,218,0.10) 0%, transparent 60%),
    radial-gradient(70% 60% at 0% 100%, rgba(53,98,244,0.10) 0%, transparent 60%),
    linear-gradient(180deg, var(--bvcf-bg) 0%, var(--bvcf-bg-2) 100%) !important;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--bvcf-body) !important;
}
/* Hairline gradient strip at the top */
.elementor-location-footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(53,98,244,0.4) 30%, rgba(195,57,218,0.45) 70%, transparent 100%);
  z-index: 2;
}
/* Subtle 32px dot-grid as backdrop texture */
.elementor-location-footer::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(196,181,253,0.07) 1px, transparent 1px);
  background-size: 32px 32px;
  background-position: 0 0;
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}
.elementor-location-footer > .elementor { position: relative; z-index: 1; }

/* Reset stray paragraph color the universal `body p` rules might apply */
.elementor-location-footer p,
.elementor-location-footer a,
.elementor-location-footer li {
  color: var(--bvcf-body);
}

/* ── 4-col grid section ──────────────────────────────────────────── */
.bvc-site-footer.elementor-section > .elementor-container {
  max-width: 1232px !important;
  gap: 32px;
  align-items: flex-start !important;   /* top-align columns */
}
.bvc-site-footer__col > .elementor-widget-wrap {
  display: flex; flex-direction: column; gap: 14px;
}
/* The brand column has more content than the link columns — let it
   hug its content; tighten the gap between the brand block, tagline,
   newsletter, and socials so the right side doesn't look top-heavy. */
.bvc-site-footer__col--brand > .elementor-widget-wrap { gap: 16px; }
.bvc-site-footer__col--links > .elementor-widget-wrap { gap: 0; }

/* Brand block — mark + wordmark, vertically centered, baseline-aligned */
.bvc-site-footer__brand {
  display: inline-flex; align-items: center; gap: 10px;
  text-decoration: none;
  margin: 0;
  line-height: 1;
}
.bvc-site-footer__brand-mark {
  width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 11px;
  background: var(--bvcf-grad);
  font-weight: 900; font-size: 24px; color: #fff;
  font-family: 'Inter', system-ui, sans-serif;
  line-height: 1;
  box-shadow: 0 8px 22px rgba(195,57,218,0.32);
  flex-shrink: 0;
}
.bvc-site-footer__brand-name {
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 800; font-size: 22px;
  letter-spacing: -0.01em;
  line-height: 1;
  background: var(--bvcf-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex; align-items: baseline;
}
.bvc-site-footer__brand-name small {
  font-size: 13px; font-weight: 700;
  color: var(--bvcf-mute);
  -webkit-text-fill-color: var(--bvcf-mute);
  margin-left: 1px;
  letter-spacing: 0;
}
.bvc-site-footer__tagline p,
.bvc-site-footer__tagline {
  font-size: 14px;
  line-height: 1.65;
  color: var(--bvcf-body);
  margin: 0 0 6px;
  max-width: 320px;
}

/* Newsletter — Elementor Pro Form widget targeted to render as a clean
   "pill": email field + Subscribe button sharing one 44px row.  Real
   submissions land in WP Admin → Elementor → Submissions, plus an
   email goes to the admin address (configurable in editor). */
.bvc-site-footer__news-lbl,
.bvc-site-footer__news-lbl .elementor-heading-title {
  margin: 4px 0 0 !important;
  font-size: 10.5px !important; font-weight: 800 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--bvcf-accent) !important;
}
.bvc-site-footer__news.elementor-widget-form { max-width: 340px; margin-top: 0 !important; }
/* The form itself is a normal block — the input+button pill is the
   .elementor-form-fields-wrapper child. Messages (success/error) render
   as a sibling AFTER the wrapper so they naturally flow below. */
.bvc-site-footer__news .elementor-form {
  display: block !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}
.bvc-site-footer__news .elementor-form-fields-wrapper {
  display: flex !important; flex-wrap: nowrap !important;
  width: 100%; height: 44px;
  margin: 0 !important; padding: 0 !important;
  gap: 0 !important;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--bvcf-border);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.22s ease;
}
.bvc-site-footer__news .elementor-form:focus-within .elementor-form-fields-wrapper {
  border-color: var(--bvcf-border-hot);
}
.bvc-site-footer__news .elementor-field-group {
  margin: 0 !important; padding: 0 !important;
  width: auto !important;
  display: flex; align-items: stretch;
}
.bvc-site-footer__news .elementor-field-type-email { flex: 1; min-width: 0; }
.bvc-site-footer__news .elementor-field-type-submit { flex: 0 0 auto; }
.bvc-site-footer__news .elementor-field-group > label { display: none !important; }

.bvc-site-footer__news .elementor-field[type="email"],
.bvc-site-footer__news input[type="email"].elementor-field {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 0 14px !important;
  margin: 0 !important;
  line-height: 1 !important;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  color: var(--bvcf-ink) !important;
  font-size: 13.5px !important;
  font-family: inherit !important;
  font-weight: 500 !important;
}
.bvc-site-footer__news input[type="email"].elementor-field::placeholder {
  color: var(--bvcf-mute);
  font-weight: 400;
  opacity: 0.85;
}

.bvc-site-footer__news .elementor-button,
.bvc-site-footer__news .elementor-button:hover,
.bvc-site-footer__news .elementor-button:focus,
.bvc-site-footer__news .elementor-button:focus-visible,
.bvc-site-footer__news .elementor-button:active {
  display: inline-flex !important; align-items: center; justify-content: center;
  height: 100% !important;
  min-height: 0 !important;
  padding: 0 16px !important;
  margin: 0 !important;
  background: var(--bvcf-grad) !important;
  background-image: var(--bvcf-grad) !important;
  background-color: transparent !important;
  color: #fff !important;
  border: 0 !important;
  border-color: transparent !important;
  border-radius: 0 !important;
  outline: 0 !important;
  outline-color: transparent !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: filter 0.22s ease;
}
.bvc-site-footer__news .elementor-button:hover { filter: brightness(1.1); }
.bvc-site-footer__news .elementor-button-content-wrapper { gap: 6px; }

/* Pro Form success / error messages — render BELOW the input pill as
   a full-width block, in our footer palette. Pro auto-injects its own
   SVG checkmark for success messages; we hide it because the deploy
   already prefixes the text with "✓" (avoids the duplicate-tick look). */
.bvc-site-footer__news .elementor-message {
  display: block !important;
  width: 100% !important;
  margin: 8px 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  font-size: 12.5px !important;
  line-height: 1.45 !important;
  color: var(--bvcf-body) !important;
}
.bvc-site-footer__news .elementor-message svg,
.bvc-site-footer__news .elementor-message-svg::before,
.bvc-site-footer__news .elementor-message::before { display: none !important; }
.bvc-site-footer__news .elementor-message.elementor-message-success { color: #4ade80 !important; font-weight: 600 !important; }
.bvc-site-footer__news .elementor-message.elementor-message-danger,
.bvc-site-footer__news .elementor-message.elementor-message-error   { color: #f87171 !important; font-weight: 600 !important; }

/* Socials — glass circles that flip to the brand gradient on hover
   with a lift + soft halo. The gradient lives on a ::before pseudo so
   we can crossfade it without touching the icon's transform. The icon
   is wrapped in its own grid-centered layer so it sits perfectly in
   the middle of the circle regardless of viewBox quirks. */
.bvc-site-footer__socials {
  display: inline-flex; gap: 10px;
  margin: 0;
  align-items: center;
}
.bvc-site-footer__socials a {
  position: relative;
  width: 40px; height: 40px;
  display: grid !important;
  place-items: center !important;
  background: rgba(168,85,247,0.08) !important;
  border: 1px solid rgba(168,85,247,0.28) !important;
  border-radius: 50% !important;
  color: var(--bvcf-accent) !important;
  overflow: hidden;
  isolation: isolate;
  line-height: 0;
  text-align: center;
  transition: transform 0.32s cubic-bezier(0.22,1,0.36,1),
              color 0.28s ease,
              border-color 0.28s ease,
              box-shadow 0.32s ease;
}
/* Hidden gradient layer that fades in on hover — fills the whole circle */
.bvc-site-footer__socials a::before {
  content: '';
  grid-area: 1 / 1;
  width: 100%; height: 100%;
  background: var(--bvcf-grad);
  border-radius: 50%;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.32s ease;
}
/* Icon lives in the same grid cell, centered with place-self, sitting
   on top of the gradient layer thanks to z-index. */
.bvc-site-footer__socials a svg {
  grid-area: 1 / 1;
  place-self: center;
  display: block;
  width: 17px; height: 17px;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  transition: transform 0.32s cubic-bezier(0.22,1,0.36,1);
}
.bvc-site-footer__socials a:hover {
  color: #fff !important;
  border-color: transparent !important;
  transform: translateY(-3px);
  box-shadow:
    0 10px 22px rgba(195,57,218,0.32),
    0 4px 10px rgba(53,98,244,0.22);
}
.bvc-site-footer__socials a:hover::before { opacity: 1; }
.bvc-site-footer__socials a:hover svg { transform: scale(1.08); }
.bvc-site-footer__socials a:focus-visible {
  outline: 2px solid var(--bvcf-accent);
  outline-offset: 3px;
}

/* Column headings — the underline accent goes ONLY on the inner h-tag
   (otherwise we render two stacked gradient bars per heading because
   the widget wrapper also has `.bvc-site-footer__heading` on it). */
.bvc-site-footer__heading > .elementor-widget-container {
  margin: 0 0 18px;
}
.bvc-site-footer__heading .elementor-heading-title {
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: var(--bvcf-accent) !important;
  margin: 0 !important;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
}
.bvc-site-footer__heading .elementor-heading-title::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 32px; height: 2px;
  background: var(--bvcf-grad);
  border-radius: 2px;
}

/* Link columns */
.bvc-site-footer__links .elementor-icon-list-items {
  display: flex; flex-direction: column;
  gap: 6px;
  list-style: none; padding: 0; margin: 0;
}
.bvc-site-footer__links .elementor-icon-list-item {
  padding: 0 !important;
  background: none;
  border: none;
}
.bvc-site-footer__links .elementor-icon-list-item a {
  color: var(--bvcf-body) !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.18s ease, transform 0.18s ease;
  display: inline-block;
  position: relative;
  padding-left: 0;
}
.bvc-site-footer__links .elementor-icon-list-item a:hover {
  color: #fff !important;
  transform: translateX(3px);
}
.bvc-site-footer__links .elementor-icon-list-item a::before {
  content: '→';
  display: inline-block;
  margin-right: 6px;
  color: var(--bvcf-accent);
  opacity: 0; transform: translateX(-4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.bvc-site-footer__links .elementor-icon-list-item a:hover::before {
  opacity: 1; transform: translateX(0);
}
.bvc-site-footer__links .elementor-icon-list-text {
  color: inherit !important;
  font-size: inherit !important;
}
.bvc-site-footer__links .elementor-icon-list-icon { display: none !important; }

/* ── Crypto-pay strip ────────────────────────────────────────────── */
.bvc-site-footer__strip .elementor-container {
  max-width: 1232px !important;
}
.bvc-site-footer__pay {
  margin: 0;
  padding: 22px 24px;
  border-top: 1px solid var(--bvcf-border);
  border-bottom: 1px solid var(--bvcf-border);
  background: linear-gradient(180deg, rgba(20,22,47,0.45), rgba(15,17,38,0.45));
  border-radius: 14px;
  display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px;
}
.bvc-site-footer__pay-lbl {
  margin: 0;
  font-size: 11px; font-weight: 800; letter-spacing: 0.22em;
  color: var(--bvcf-accent);
}
.bvc-site-footer__pay-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex; flex-wrap: wrap; gap: 8px;
  flex: 1; min-width: 240px;
}
.bvc-site-footer__pay-list li {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 10px 5px 5px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--bvcf-border);
  border-radius: 999px;
  font-size: 12px; font-weight: 600;
  color: var(--bvcf-body);
  transition: border-color 0.22s ease, background 0.22s ease;
}
.bvc-site-footer__pay-list li:hover {
  border-color: var(--bvcf-border-hot);
  background: rgba(168,85,247,0.06);
}
.bvc-site-footer__pay-coin {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 32px; height: 22px;
  padding: 0 6px;
  background: var(--bvcf-grad);
  color: #fff;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 9.5px; font-weight: 800;
  letter-spacing: 0.04em;
  border-radius: 999px;
}
.bvc-site-footer__accept-lbl {
  margin: 0 0 0 auto;
  font-size: 11px; font-weight: 700; letter-spacing: 0.06em;
  color: var(--bvcf-mute);
}
.bvc-site-footer__accept-lbl span {
  color: var(--bvcf-accent);
  letter-spacing: 0.18em;
  margin-right: 6px;
}

/* ── Bottom bar ──────────────────────────────────────────────────── */
.bvc-site-footer__bottom .elementor-container { max-width: 1232px !important; }
.bvc-site-footer__bar {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 12px 24px;
  padding-top: 18px;
  border-top: 1px solid var(--bvcf-border);
}
.bvc-site-footer__copy {
  margin: 0;
  font-size: 13px;
  color: var(--bvcf-mute);
}
.bvc-site-footer__copy strong { color: var(--bvcf-ink); font-weight: 700; }
.bvc-site-footer__trust {
  display: inline-flex; flex-wrap: wrap; gap: 8px;
  margin: 0;
  font-size: 0;
}
.bvc-site-footer__trust-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--bvcf-border);
  border-radius: 999px;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--bvcf-body);
}
.bvc-site-footer__trust-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 0 rgba(74,222,128,0.6);
  animation: bvc-site-footer-pulse 2.2s ease-out infinite;
}
@keyframes bvc-site-footer-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(74,222,128,0.6); }
  70%  { box-shadow: 0 0 0 8px rgba(74,222,128,0); }
  100% { box-shadow: 0 0 0 0 rgba(74,222,128,0); }
}
.bvc-site-footer__made {
  margin: 0;
  font-size: 12px; font-style: italic;
  color: var(--bvcf-mute);
}

/* ── Responsive ──────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .bvc-site-footer.elementor-section > .elementor-container { gap: 24px; }
  .bvc-site-footer__col--brand .elementor-widget-wrap { gap: 12px; }
}
@media (max-width: 768px) {
  .bvc-site-footer.elementor-section > .elementor-container,
  .bvc-site-footer__strip .elementor-container,
  .bvc-site-footer__bottom .elementor-container { flex-direction: column !important; }
  .bvc-site-footer__col { flex: 1 1 100% !important; max-width: 100% !important; }
  .bvc-site-footer__pay { flex-direction: column; align-items: flex-start; padding: 18px 18px; }
  .bvc-site-footer__accept-lbl { margin-left: 0; }
  .bvc-site-footer__bar { flex-direction: column; align-items: flex-start; }
  .bvc-site-footer__trust { order: -1; }
}
@media (max-width: 480px) {
  .bvc-site-footer.elementor-section > .elementor-container {
    padding-left: 22px !important; padding-right: 22px !important;
  }
  .bvc-site-footer__brand-name { font-size: 20px; }
  .bvc-site-footer__news-row input { padding: 10px 12px; font-size: 15px; }
  .bvc-site-footer__trust-pill { font-size: 10.5px; padding: 4px 10px; }
}
