/* ═══════════════════════════════════════════════════════════
   BITNEKA FOOTER 2026 — Polished · Premium · Statement
═══════════════════════════════════════════════════════════ */


/* Remove bottom margin before footer */
.cta-section { margin-bottom: 0 !important; }
main > *:last-child { margin-bottom: 0 !important; }

footer.ft,
.ft {
  position: relative !important;
  width: 100% !important;
  max-width: 100vw !important;
  overflow: hidden !important;
}

/* ══════════════════════════════════════════════════════
   1. STATEMENT ZONE
══════════════════════════════════════════════════════ */
.ft-statement {
  position: relative;
  background: #000000;
  overflow: hidden !important;
  max-width: 100vw !important;
  padding: 32px 0 32px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.ft-statement::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 40% at 50% 0%, rgba(255,255,255,0.03) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.ft-watermark {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(100px, 16vw, 200px);
  font-weight: 900;
  letter-spacing: -0.05em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,0.04);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  line-height: 1;
  z-index: 0;
  text-transform: lowercase;
}

.ft-glow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  max-width: 100vw;
  height: 240px;
  background: radial-gradient(ellipse at center top, rgba(255,255,255,0.04) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.ft-statement-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
}

.ft-logo-link {
  display: inline-block;
  line-height: 0;
  opacity: 0.82;
  transition: opacity .25s;
  margin-bottom: 20px;
  margin-top: -8px;
}
.ft-logo-link:hover { opacity: 1; }
.ft-logo-link img { height: 42px; width: auto; }

/* Eyebrow */
.ft-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(110,160,255,0.85);
  margin-bottom: 20px;
}
.ft-eyebrow::before,
.ft-eyebrow::after {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(110,160,255,0.5));
}
.ft-eyebrow::after { transform: scaleX(-1); }

/* Subordinated Headline — Final CTA is primary */
.ft-headline {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(24px, 3.2vw, 36px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0 0 20px;
  padding-bottom: 4px;
  overflow: visible;
}
.ft-headline-accent {
  background: linear-gradient(105deg, #7eb3ff 0%, #b59fff 35%, #6ec6ff 70%, #96aaff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* Actions */
.ft-statement-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 24px;
}

.ft-main-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  background: #4f6ef7;
  color: #fff;
  font-size: 13.5px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  letter-spacing: -0.01em;
  position: relative;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
  box-shadow: 0 2px 10px rgba(79,110,247,0.25);
}
.ft-main-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.12) 0%, transparent 60%);
  pointer-events: none;
}
.ft-main-cta:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow:
    0 0 0 1px rgba(79,110,247,0.7),
    0 12px 36px rgba(79,110,247,0.42),
    inset 0 1px 0 rgba(255,255,255,0.18);
}
.ft-main-cta svg { flex-shrink: 0; transition: transform .25s cubic-bezier(.22,1,.36,1); }
.ft-main-cta:hover svg { transform: translateX(4px); }

/* Ghost email */
.ft-email-link {
  font-size: 13.5px;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  letter-spacing: -0.01em;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 1px;
  transition: color .2s, border-color .2s;
}
.ft-email-link:hover {
  color: rgba(255,255,255,0.9);
  border-color: rgba(255,255,255,0.5);
}

/* Pills */
.ft-pills {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.ft-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 15px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
  font-size: 12px;
  color: rgba(255,255,255,0.58);
  text-decoration: none;
  transition: all .22s ease;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.ft-pill:hover {
  border-color: rgba(79,110,247,0.4);
  background: rgba(79,110,247,0.1);
  color: rgba(255,255,255,0.88);
}
.ft-pill i { font-size: 10.5px; color: #7aa3ff; }
.ft-pill-wa i { color: #25d366; }
.ft-pill-wa:hover {
  border-color: rgba(37,211,102,0.35);
  background: rgba(37,211,102,0.08);
}
.ft-pill-loc { cursor: default; pointer-events: none; }
.ft-pill-loc i { color: #c4b5fd; }

/* ══════════════════════════════════════════════════════
   2. GLOWING DIVIDER
══════════════════════════════════════════════════════ */
.ft-divider-wrap {
  position: relative;
  height: 1px;
  background: rgba(255,255,255,0.06);
}
.ft-divider-line {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: min(500px, 55%);
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(79,110,247,0.6) 25%,
    rgba(167,139,250,0.8) 50%,
    rgba(79,110,247,0.6) 75%,
    transparent 100%
  );
}
.ft-divider-line::after {
  content: '';
  position: absolute;
  left: 10%;
  right: 10%;
  top: -3px;
  height: 7px;
  background: linear-gradient(90deg, transparent, rgba(110,100,255,0.3), transparent);
  filter: blur(4px);
}

/* ══════════════════════════════════════════════════════
   3. NAV LINKS ROW
══════════════════════════════════════════════════════ */
.ft-nav {
  background: #000000 !important;
  padding: 44px 0 40px;
}
.ft-nav-inner {
  display: grid;
  grid-template-columns: 1.4fr auto 1fr auto 1.2fr auto 1.3fr;
  align-items: flex-start;
  gap: 0;
}
.ft-nav-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 36px;
}
.ft-nav-group:first-child { padding-left: 0; }
.ft-nav-group:last-child { padding-right: 0; }

/* Column heading label */
.ft-nav-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 14px;
  display: block;
}

/* Nav links — now clearly readable */
.ft-nav-group a {
  font-size: 13.5px;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  padding: 5px 0;
  transition: color .18s ease, padding-left .18s ease;
  display: block;
  width: fit-content;
  letter-spacing: -0.01em;
}
.ft-nav-group a:hover {
  color: rgba(255,255,255,0.95);
  padding-left: 4px;
}

/* Separator */
.ft-nav-sep {
  width: 1px;
  align-self: stretch;
  background: rgba(255,255,255,0.07);
  flex-shrink: 0;
}

/* ── Contact mini rows ── */
.ft-contact-group { gap: 4px; }

.ft-contact-row-mini {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 11px;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  padding: 6px 0;
  width: auto !important;
  transition: color .18s ease;
}
.ft-contact-row-mini:hover { color: rgba(255,255,255,0.9); }

.ft-ci {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: rgba(79,110,247,0.14);
  border: 1px solid rgba(79,110,247,0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #7aa3ff;
  flex-shrink: 0;
  transition: background .18s, border-color .18s;
}
.ft-contact-row-mini:hover .ft-ci {
  background: rgba(79,110,247,0.25);
  border-color: rgba(79,110,247,0.42);
}
.ft-ci-wa { background: rgba(37,211,102,0.12); border-color: rgba(37,211,102,0.22); color: #34d399; }
.ft-cr-wa:hover .ft-ci-wa { background: rgba(37,211,102,0.22); border-color: rgba(37,211,102,0.38); }
.ft-ci-loc { background: rgba(167,139,250,0.12); border-color: rgba(167,139,250,0.22); color: #c4b5fd; }

/* Response time widget */
.ft-hours {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 12px;
  padding: 10px 14px;
  border-radius: 9px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
}
.ft-hours-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}
.ft-hours-val {
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  font-weight: 600;
}

/* Mini stats 2×2 */
.ft-mini-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.ft-mini-stat {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  transition: border-color .2s, background .2s;
}
.ft-mini-stat:hover {
  background: rgba(79,110,247,0.08);
  border-color: rgba(79,110,247,0.22);
}
.ft-mini-stat strong {
  font-size: 19px;
  font-weight: 800;
  color: rgba(255,255,255,0.92);
  letter-spacing: -0.03em;
  line-height: 1;
}
.ft-mini-stat span {
  font-size: 10.5px;
  color: rgba(255,255,255,0.5);
  line-height: 1.3;
}

/* Tech tags */
.ft-tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.ft-tag {
  display: inline-flex;
  font-size: 11.5px;
  font-weight: 600;
  color: rgba(255,255,255,0.6);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
  padding: 5px 10px;
  letter-spacing: 0.01em;
  transition: color .18s, background .18s, border-color .18s;
}
.ft-tag:hover {
  color: rgba(122,163,255,1);
  background: rgba(79,110,247,0.1);
  border-color: rgba(79,110,247,0.3);
}

/* ══════════════════════════════════════════════════════
   4. BOTTOM BAR
══════════════════════════════════════════════════════ */
.ft-bottom {
  background: #000000 !important;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 18px 0 18px;
}
.ft-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.ft-copy {
  font-size: 12.5px;
  color: rgba(255,255,255,0.45);
  margin: 0;
  letter-spacing: -0.01em;
}
.ft-copy strong {
  color: rgba(255,255,255,0.58);
  font-weight: 600;
}
.ft-tagline {
  font-size: 12.5px;
  color: rgba(255,255,255,0.4);
  margin: 0;
  letter-spacing: 0.01em;
}

/* Social icons */
.ft-socials { display: flex; gap: 10px; align-items: center; }
.ft-social {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-decoration: none;
  transition: all .22s ease;
}
.ft-social:hover {
  background: #4f6ef7;
  border-color: transparent;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(79,110,247,0.4);
}
.ft-social-wa:hover {
  background: #25d366;
  box-shadow: 0 4px 14px rgba(37,211,102,0.4);
}

/* ══════════════════════════════════════════════════════
   RESPONSIVE — Tablet ≤ 960px
══════════════════════════════════════════════════════ */
@media (max-width: 960px) {
  .ft-statement { padding: 44px 0 32px; }
  .ft-headline { font-size: clamp(22px, 3vw, 32px); margin-bottom: 18px; }
  .ft-watermark { display: none; }

  .ft-nav { padding: 36px 0 32px; }
  .ft-nav-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 40px;
  }
  .ft-nav-group { padding: 0 !important; width: 100%; }
  .ft-nav-sep { display: none; }

  .ft-contact-group { grid-column: 1 / -1; }
  .ft-nav-group:last-child { grid-column: 1 / -1; }

  .ft-mini-stats {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .ft-tech-tags { gap: 6px; }
}

/* ══════════════════════════════════════════════════════
   RESPONSIVE — Mobile ≤ 640px
   Professional single-column layout
══════════════════════════════════════════════════════ */
@media (max-width: 640px) {

  /* ── Statement zone ── */
  .ft-statement { padding: 32px 0 24px; }
  .ft-headline {
    font-size: clamp(20px, 5.5vw, 26px);
    margin-bottom: 16px;
    letter-spacing: -0.02em;
  }
  .ft-watermark { display: none; }
  .ft-glow { width: 100%; height: 160px; opacity: 0.5; }
  .ft-logo-link {
    margin-bottom: 12px;
    margin-top: 0;
  }
  .ft-logo-link img { height: 36px; }
  .ft-eyebrow { font-size: 9.5px; margin-bottom: 14px; }

  .ft-statement-actions {
    flex-direction: column;
    width: 100%;
    gap: 10px;
    margin-bottom: 24px;
  }
  .ft-main-cta {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
    font-size: 14px;
    border-radius: 12px;
  }
  .ft-email-link { font-size: 13px; }

  .ft-pills {
    gap: 6px;
    justify-content: center;
  }
  .ft-pill {
    font-size: 12px;
    padding: 7px 13px;
  }

  /* ══════════════════════════════════════
     NAV SECTION — Professional mobile layout
  ══════════════════════════════════════ */
  .ft-nav {
    padding: 0;
    background: #000000 !important;
    overflow-x: hidden;
  }
  .ft-nav-sep { display: none; }

  /* Reset inner grid — single column stacking */
  .ft-nav-inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    overflow-x: hidden;
  }

  /* Each group = full-width section with top border */
  .ft-nav-group {
    padding: 18px 20px !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border-top: 1px solid rgba(255,255,255,0.07);
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
  }
  .ft-nav-group:first-child {
    border-top: none;
  }

  /* Mobile accordion body */
  .ft-col-body {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.32s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease;
    opacity: 0;
    width: 100%;
  }
  .ft-col-body.is-open {
    opacity: 1;
    padding-top: 6px;
  }

  /* ── Nav labels as accordion triggers ── */
  .ft-nav-label {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-size: 11.5px;
    letter-spacing: 0.13em;
    color: rgba(255,255,255,0.60);
    font-weight: 800;
    cursor: pointer;
    user-select: none;
    margin-bottom: 0 !important;
    padding: 8px 0 !important;
    min-height: 44px;
    box-sizing: border-box;
  }
  .ft-nav-label::after {
    content: '+';
    font-family: 'JetBrains Mono', monospace;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.45);
    transition: transform 0.2s ease, color 0.2s ease;
  }
  .ft-nav-label.ft-col-open::after {
    content: '−';
    color: #7c9aff;
  }
  .ft-nav-label:focus-visible {
    outline: 2px solid #7c9aff;
    outline-offset: 2px;
    border-radius: 4px;
  }

  /* ── Nav links ── */
  .ft-nav-group a {
    font-size: 14px;
    padding: 6px 0;
    color: rgba(255,255,255,0.62);
    display: block;
    width: 100%;
  }
  .ft-nav-group a:hover { color: #fff; padding-left: 0; }

  /* ── Contact group ── */
  .ft-contact-group {
    gap: 0 !important;
    overflow: visible !important;
    align-items: center !important;
    text-align: center;
  }
  .ft-contact-row-mini {
    font-size: 13.5px !important;
    gap: 14px !important;
    padding: 10px 0 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    justify-content: center;
  }
  .ft-contact-row-mini:last-of-type { border-bottom: none; }
  .ft-ci {
    width: 26px;
    height: 26px;
    border-radius: 7px;
    font-size: 10.5px;
    flex-shrink: 0;
  }

  /* Response time card */
  .ft-hours {
    padding: 12px 20px;
    margin-top: 12px;
    border-radius: 10px;
    gap: 3px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.09);
    width: fit-content;
    align-items: center;
    text-align: center;
  }
  .ft-hours-label { font-size: 10px; letter-spacing: 0.12em; color: rgba(255,255,255,0.4); }
  .ft-hours-val { font-size: 14px; font-weight: 600; color: rgba(255,255,255,0.78); }

  /* ── Why Bitneka ── */
  .ft-mini-stats {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 18px;
  }
  .ft-mini-stat {
    padding: 10px 12px;
    border-radius: 8px;
    min-width: 0;
    box-sizing: border-box;
  }
  .ft-mini-stat strong {
    font-size: 18px;
    letter-spacing: -0.04em;
    color: #fff;
  }
  .ft-mini-stat span {
    font-size: 10px;
    color: rgba(255,255,255,0.5);
    margin-top: 2px;
    line-height: 1.3;
  }

  /* Tech tags — force 2 per row */
  .ft-tech-tags {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
  }
  .ft-tag {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    box-sizing: border-box;
    font-size: 12px;
    padding: 8px 8px;
    border-radius: 7px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
  }

  /* ── Bottom bar ── */
  .ft-bottom {
    padding: 20px 0 20px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .ft-bottom-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    padding-bottom: 0;
  }

  /* Socials first on mobile */
  .ft-socials {
    order: -1;
    justify-content: center;
    gap: 12px;
  }
  .ft-social {
    width: 38px;
    height: 38px;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.05);
  }
  .ft-copy { font-size: 12.5px; color: rgba(255,255,255,0.45); }
  .ft-tagline {
    font-size: 12px;
    color: rgba(255,255,255,0.35);
    order: 1;
  }
}

/* ══════════════════════════════════════════════════════
   Extra small — ≤ 400px
══════════════════════════════════════════════════════ */
@media (max-width: 400px) {
  .ft-headline { font-size: clamp(19px, 5.5vw, 23px); }
  .ft-nav-group { padding: 20px 16px !important; }
  .ft-nav-group a { font-size: 13.5px; }
  .ft-mini-stat strong { font-size: 16px; }
  .ft-mini-stat span { font-size: 9.5px; }
  .ft-mini-stat { padding: 8px 10px; }
  .ft-tag { font-size: 11px; padding: 7px 6px; }
  .ft-social { width: 36px; height: 36px; font-size: 13px; }
}
