/* ==========================================================================
   EXPANSIVE & MINIMALIST CONTEXT.DEV FOOTER DESIGN FOR SNDP PORTFOLIO
   ========================================================================== */

/* Hide legacy Framer footer elements on all pages */
footer.framer-49zou5:not(.context-footer),
footer[data-framer-name="footer"]:not(.context-footer),
div.framer-110s66v,
div.framer-1l9zl6p,
div[data-framer-name="Rights Reserved"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.context-footer {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 99 !important;
  width: 100% !important;
  isolation: isolate;
  background-color: #0d0d0f !important;
  color: #ffffff;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --footer-watermark-height: clamp(8rem, 22vw, 24rem);
  box-sizing: border-box;
}

.context-footer *,
.context-footer *::before,
.context-footer *::after {
  box-sizing: border-box;
}

.context-footer-container {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1160px;
  padding: 4.5rem 1.5rem 3.5rem 1.5rem;
}

@media (min-width: 640px) {
  .context-footer-container {
    padding: 5.5rem 2rem 4rem 2rem;
  }
}

@media (min-width: 768px) {
  .context-footer-container {
    padding: 6.5rem 2.5rem 4.5rem 2.5rem;
  }
}

/* --------------------------------------------------------------------------
   Top Row: Brand Logo + Minimalist Radar Badge
   -------------------------------------------------------------------------- */
.context-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 3.5rem;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.15);
  border-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 4px, transparent 4px, transparent 10px) 1;
}

/* Brand left */
.context-footer-brand {
  display: flex;
  align-items: center;
  min-width: 0;
}

.context-footer-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
}

.context-footer-logo-text {
  font-family: 'Plus Jakarta Sans', 'Inter', -apple-system, sans-serif;
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #ffffff;
}

/* Right Status Area */
.context-footer-right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

/* Radar Certified Badge */
.context-radar-badge-wrapper {
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
}

.context-radar-badge {
  position: relative;
  width: 4.5rem;
  height: 4.5rem;
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.context-radar-badge-wrapper:hover .context-radar-badge {
  transform: scale(1.06);
}

.context-radar-spinner {
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  background: conic-gradient(from 0deg, transparent 0deg, rgba(38, 139, 255, 0.95) 60deg, transparent 140deg, rgba(38, 139, 255, 0.5) 220deg, transparent 300deg);
  animation: contextSpin 12s linear infinite;
}

@keyframes contextSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.context-radar-border {
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  border: 0.625px dashed rgba(255, 255, 255, 0.3);
}

.context-radar-core {
  position: absolute;
  inset: 1.5px;
  border-radius: 9999px;
  background: #0d0d0f;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.context-radar-glow-top {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% -10%, rgba(38, 139, 255, 0.45), transparent 60%);
}

.context-radar-scanlines {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  mix-blend-mode: overlay;
  background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0.6) 1.25px, transparent 1.25px, transparent 3.125px);
}

.context-radar-glow-bottom {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 120%, rgba(0, 0, 0, 0.8), transparent 55%);
}

.context-radar-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  user-select: none;
}

.context-radar-label-top {
  font-size: 5.5px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.context-radar-title {
  margin-top: 1.5px;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.context-radar-sub {
  margin-top: 3px;
  display: flex;
  align-items: center;
  gap: 3px;
}

.context-radar-sub-line {
  height: 1px;
  width: 7px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4));
}

.context-radar-sub-line.reverse {
  background: linear-gradient(to left, transparent, rgba(255, 255, 255, 0.4));
}

.context-radar-sub-text {
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

/* --------------------------------------------------------------------------
   Navigation Links Grid: 3 Clean, Generously Spaced Columns
   -------------------------------------------------------------------------- */
.context-footer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 2rem;
  padding-top: 3.5rem;
}

@media (min-width: 768px) {
  .context-footer-grid {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 5rem;
  }
}

.context-footer-col {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.context-footer-col-title {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

.context-footer-nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.context-footer .context-footer-nav-link {
  font-size: 0.9375rem !important;
  font-weight: 450 !important;
  color: rgba(255, 255, 255, 0.6) !important;
  text-decoration: none !important;
  transition: color 180ms ease, transform 180ms ease !important;
  display: inline-flex !important;
  align-items: center !important;
  line-height: 1.4 !important;
  letter-spacing: -0.01em !important;
  transform: none !important;
}

.context-footer .context-footer-nav-link:hover {
  color: #ffffff !important;
  transform: translateX(3px) !important;
}

/* --------------------------------------------------------------------------
   MIDDLE BAR WITH 4 CORNER ANCHOR DOTS & DASHED BORDER
   -------------------------------------------------------------------------- */
.context-footer-middle {
  position: relative;
  z-index: 10;
  width: 100%;
  background: rgba(255, 255, 255, 0.02);
  border-top: 0.5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
  border-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 4px, transparent 4px, transparent 10px) 1;
}

.context-footer-middle-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 1160px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.25rem 1.5rem;
  text-align: center;
}

@media (min-width: 640px) {
  .context-footer-middle-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 2rem;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .context-footer-middle-container {
    height: 56px;
    padding: 0 2.5rem;
  }
}

/* 4 Corner Anchors */
.context-corner-dot {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.22);
  box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.6);
  display: none;
}

@media (min-width: 768px) {
  .context-corner-dot {
    display: block;
  }
}

.context-corner-dot.tl {
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
}
.context-corner-dot.tr {
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}
.context-corner-dot.bl {
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.context-corner-dot.br {
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
}

.context-footer-copyright {
  font-size: 0.875rem;
  font-weight: 450;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: -0.01em;
}

.context-footer-builtwith {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  font-weight: 450;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.5);
}

.context-footer-builtwith svg {
  display: inline-block;
  vertical-align: middle;
}

/* --------------------------------------------------------------------------
   GIANT RESPONSIVE WATERMARK AT FOOTER BOTTOM
   -------------------------------------------------------------------------- */
.context-footer-watermark {
  position: relative;
  z-index: 60;
  height: var(--footer-watermark-height);
  width: 100%;
  overflow: hidden;
  background: #0d0d0f;
  line-height: 1;
  user-select: none;
  pointer-events: none;
}

.context-footer-watermark-svg {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  letter-spacing: -0.05em;
  mix-blend-mode: plus-lighter;
}
