/* ==========================================================================
   FOOTER
   Rebuilt to match the live production site (firstframecast.in) —
   the first draft used a flat navy design since no source was
   available; class names/colors/glass effect below are verified.
   ========================================================================== */

.ffc-footer-wrap {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.06), transparent 28%),
    radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.05), transparent 24%),
    linear-gradient(180deg, #0b0d12 0%, #090b10 40%, #07080c 100%);
  color: #ffffff;
  padding: 0;
  isolation: isolate;
}

.ffc-footer-wrap * {
  box-sizing: border-box;
}

.ffc-footer-bg-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.45;
  pointer-events: none;
  z-index: 0;
}

.ffc-footer-orb-1 {
  width: 320px;
  height: 320px;
  left: -80px;
  top: 40px;
  background: rgba(255, 255, 255, 0.07);
}

.ffc-footer-orb-2 {
  width: 280px;
  height: 280px;
  right: -60px;
  top: 180px;
  background: rgba(255, 255, 255, 0.05);
}

.ffc-footer-shell {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
  padding: 88px 28px 24px;
}

/* ---------- CTA ---------- */

.ffc-footer-cta {
  max-width: 860px;
  margin: 0 auto 56px;
  padding: 42px 32px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
  backdrop-filter: blur(14px);
  border-radius: 28px;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.ffc-footer-tag {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #d4d9e3;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ffc-footer-cta h2 {
  margin: 0 0 14px;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #ffffff;
}

.ffc-footer-cta p {
  margin: 0 auto;
  max-width: 700px;
  font-size: 15px;
  line-height: 1.8;
  color: #aeb5c2;
}

.ffc-footer-cta-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.ffc-btn-primary,
.ffc-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 14px 24px;
  text-decoration: none;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.35s ease;
}

.ffc-btn-primary {
  background: #ffffff;
  color: #0b0d12;
  box-shadow: 0 12px 30px rgba(255, 255, 255, 0.08);
}

.ffc-btn-primary:hover {
  transform: translateY(-2px);
  background: #f3f5f7;
}

.ffc-btn-secondary {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.ffc-btn-secondary:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.18);
}

/* ---------- Grid ---------- */

.ffc-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 20px;
}

.ffc-footer-card {
  padding: 28px 24px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
  backdrop-filter: blur(12px);
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.ffc-footer-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
}

.ffc-footer-card h3 {
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: -0.3px;
}

.ffc-footer-card h4 {
  margin: 0 0 16px;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.3px;
}

.ffc-footer-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
  color: #aeb5c2;
}

.ffc-footer-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ffc-footer-card ul li {
  margin-bottom: 12px;
}

.ffc-footer-card ul li:last-child {
  margin-bottom: 0;
}

.ffc-footer-card ul li a {
  position: relative;
  display: inline-block;
  color: #aeb5c2;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.ffc-footer-card ul li a:hover {
  color: #ffffff;
  transform: translateX(6px);
}

/* ---------- Social ---------- */

.ffc-footer-socials {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.ffc-footer-socials a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  transition: all 0.35s ease;
}

.ffc-footer-socials a:hover {
  background: #ffffff;
  color: #0b0d12;
  transform: translateY(-3px);
}

.ffc-footer-contact {
  color: #aeb5c2;
}

/* ---------- Bottom ---------- */

.ffc-footer-bottom {
  margin-top: 22px;
  padding: 22px 6px 0;
  text-align: center;
}

.ffc-footer-bottom p {
  margin: 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
  line-height: 1.6;
  color: #8e96a5;
}

/* ---------- Responsive ---------- */

@media (max-width: 991px) {
  .ffc-footer-shell {
    padding: 72px 22px 22px;
  }

  .ffc-footer-cta {
    padding: 36px 24px;
    margin-bottom: 42px;
  }

  .ffc-footer-cta h2 {
    font-size: 36px;
  }

  .ffc-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ffc-footer-shell {
    padding: 58px 16px 18px;
  }

  .ffc-footer-cta {
    padding: 28px 18px;
    border-radius: 22px;
  }

  .ffc-footer-tag {
    font-size: 10px;
    letter-spacing: 1.6px;
  }

  .ffc-footer-cta h2 {
    font-size: 28px;
  }

  .ffc-footer-cta p {
    font-size: 14px;
    line-height: 1.75;
  }

  .ffc-footer-cta-btns {
    flex-direction: column;
    gap: 12px;
  }

  .ffc-btn-primary,
  .ffc-btn-secondary {
    width: 100%;
    min-width: 100%;
  }

  .ffc-footer-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ffc-footer-card {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .ffc-footer-card h3 {
    font-size: 23px;
  }
}

@media (max-width: 480px) {
  .ffc-footer-cta h2 {
    font-size: 24px;
  }

  .ffc-footer-shell {
    padding-left: 14px;
    padding-right: 14px;
  }
}
