/* Footer CTA */

#footer {
  background:
    radial-gradient(circle at 15% 0%, rgba(244, 114, 182, 0.14), transparent 24%),
    radial-gradient(circle at 85% 10%, rgba(245, 158, 11, 0.14), transparent 24%),
    linear-gradient(180deg, #120d0c 0%, #070505 100%) !important;
}

[data-theme="light"] #footer {
  background: #ffffff !important;
}

#footer .footer-cta {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 26px 10px;
}

#footer .footer-cta__glow {
  position: absolute;
  inset: 28px 18px 0;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(244, 114, 182, 0.12), rgba(245, 158, 11, 0.08) 48%, rgba(255, 236, 214, 0.08)),
    rgba(24, 16, 16, 0.84);
  border: 1px solid rgba(245, 158, 11, 0.14);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

[data-theme="light"] #footer .footer-cta__glow {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.96)),
    rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    0 18px 40px rgba(15, 23, 42, 0.06),
    inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

[data-theme="light"] #footer .footer-cta__eyebrow {
  color: #64748b;
}

[data-theme="light"] #footer .footer-cta__title {
  color: #0f172a;
}

[data-theme="light"] #footer .footer-cta__desc {
  color: #475569;
}

[data-theme="light"] #footer .footer-cta__meta-item {
  border-color: rgba(15, 23, 42, 0.08);
  background: rgba(148, 163, 184, 0.08);
  color: #475569;
}

[data-theme="light"] #footer .footer-cta__button--secondary {
  color: #334155;
  border-color: rgba(15, 23, 42, 0.08);
  background: rgba(148, 163, 184, 0.12);
}

[data-theme="light"] #footer .footer-cta__button--secondary:hover {
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.12);
  background: rgba(148, 163, 184, 0.18);
}

[data-theme="light"] #footer .footer-cta__hint {
  color: #64748b;
}

#footer .footer-cta__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 30px;
  align-items: center;
  padding: 34px 36px;
}

#footer .footer-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #67e8f9;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

#footer .footer-cta__eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #22d3ee, #ec4899);
}

#footer .footer-cta__title {
  margin: 0;
  color: #f8fbff;
  font-size: 34px;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

#footer .footer-cta__desc {
  margin: 14px 0 0;
  max-width: 720px;
  color: rgba(226, 232, 240, 0.82);
  font-size: 16px;
  line-height: 1.8;
}

#footer .footer-cta__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

#footer .footer-cta__meta-item {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(148, 163, 184, 0.06);
  color: rgba(226, 232, 240, 0.82);
  font-size: 13px;
}

#footer .footer-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

#footer .footer-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

#footer .footer-cta__button:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

#footer .footer-cta__button--primary {
  color: #fff;
  border: 1px solid rgba(255, 73, 73, 0.26);
  background: linear-gradient(135deg, #ff2d55 0%, #ff3b30 100%);
  box-shadow: 0 18px 34px rgba(255, 59, 48, 0.22);
}

#footer .footer-cta__button--primary:hover {
  color: #fff;
  box-shadow: 0 22px 40px rgba(255, 59, 48, 0.28);
}

#footer .footer-cta__button--secondary {
  color: #dbeafe;
  border: 1px solid rgba(34, 211, 238, 0.18);
  background: rgba(34, 211, 238, 0.08);
}

#footer .footer-cta__button--secondary:hover {
  color: #ecfeff;
  border-color: rgba(34, 211, 238, 0.3);
  background: rgba(34, 211, 238, 0.14);
}

#footer .footer-cta__hint {
  color: rgba(148, 163, 184, 0.86);
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}

#footer .footer-other {
  padding-top: 24px;
}

@media (max-width: 900px) {
  #footer .footer-cta {
    padding: 34px 16px 8px;
  }

  #footer .footer-cta__glow {
    inset: 18px 0 0;
    border-radius: 24px;
  }

  #footer .footer-cta__content {
    grid-template-columns: 1fr;
    padding: 28px 22px;
  }

  #footer .footer-cta__title {
    font-size: 28px;
  }
}
