/* Batch footer styles */
.ft-nav-col ul {
  padding: 0;
}

.ft-nav-list #menu-item-6403 {
  display: none;
}

.ft {
  background: var(--black, #000);
  color: #fff;
  font-family: "Poppins", sans-serif;
  padding: 80px 0 0;
}

.ft .topo-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(
    ellipse at center,
    black 55%,
    transparent 100%
  );
  mask-image: radial-gradient(ellipse at center, black 55%, transparent 100%);
}

.ft-form-wrap {
  width: 100%;
  max-width: 380px;
  min-width: 0;
}

.ft-error {
  margin-top: 8px;
  padding-left: 24px;
  font-size: 13px;
  color: #ff6b6b;
  line-height: 1.4;
}

.ft-error .parsley-errors-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ft-error .parsley-errors-list li {
  font-size: 12px;
  color: #f00;
  margin-top: 4px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .ft {
    padding: 64px 0 0;
  }
}

@media (max-width: 767px) {
  .ft {
    padding: 56px 16px 0;
  }
}

.ft-container {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.ft-logo img {
  height: 32px;
  width: auto;
  transition: transform 0.3s ease;
}

.ft-logo img:hover {
  transform: scale(1.02);
}

.ft-tagline {
  font-size: 14px;
  color: #a4a4a4;
  line-height: 2;
}

.ft-batch-socials {
  margin-top: 16px;
}

.ft-batch-social {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 0.2s ease;
}

.ft-batch-social img {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
}

.ft-batch-social:hover {
  transform: translateY(-2px);
}

.ft-nav-heading,
.ft-nav-heading a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: var(--foreground-white, #fff);
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

.ft-nav-link {
  font-size: 14px;
  color: #a4a4a4;
  text-decoration: none;
  padding: 8px 0;
  display: block;
  transition: all 0.2s;
  cursor: pointer;
}

.ft-nav-link:hover {
  color: var(--foreground-white, #fff);
}

.ft-divider {
  border: none;
  border-top: 1px solid #2e2c2f;
  margin: 0;
}

.ft-newsletter {
  padding: 48px 0 0;
}

.ft-nl-left h3 {
  font-size: 18px;
  font-weight: 500;
  color: var(--foreground-white, #fff);
  margin: 0 0 12px;
}

.ft-nl-left p {
  font-size: 14px;
  color: #a4a4a4;
  margin: 0;
}

.ft-nl-right {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  border: 1px solid rgba(224, 224, 224, 0.14);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  position: relative;
  overflow: hidden;
  padding: 6px 6px 6px 20px;
  width: 100%;
  max-width: 380px;
  min-width: 0;
  box-sizing: border-box;
}

.ft-nl-input {
  background: transparent;
  border: none;
  outline: none;
  font-size: 14px;
  color: #fff;
  flex: 1 1 auto;
  min-width: 0;
  width: 0;
}

.ft-nl-input::placeholder {
  color: #505050;
}

.ft-nl-btn {
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: var(--surface-white, #fff);
  color: var(--black, #000);
  border: none;
  border-radius: 100px;
  padding: 16px 28px;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
}

.ft-bottom {
  padding: 32px 0;
  border-top: 1px solid #2e2c2f;
}

.ft-copy {
  font-size: 13px;
  color: #777;
}

.ft-policy {
  font-size: 13px;
  color: #a4a4a4;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s;
}

.ft-policy:hover {
  color: #fff;
}

.ft-bg-overlay {
  background: #000;
  backdrop-filter: blur(234px);
  position: absolute;
  height: 443px;
  border-radius: 50%;
  left: 50%;
  bottom: -120px;
  transform: translateX(-50%);
  width: 90%;
}

@media (max-width: 420px) {
  .ft {
    padding: 32px 16px 0;
  }

  .ft-nl-right {
    max-width: 100%;
    padding: 6px;
    gap: 8px;
  }

  .ft-nl-input {
    min-width: 0;
    padding: 10px 14px;
    font-size: 13px;
  }

  .ft-nl-btn {
    min-width: 44px;
    min-height: 44px;
    padding: 10px 16px;
    font-size: 13px;
    white-space: nowrap;
    flex-shrink: 0;
  }
}
