

@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Manrope:wght@200..800&display=swap');

body {
  font-family: "Inter", sans-serif !important;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4 , a{
  font-family: "Manrope", sans-serif;
}

.site-footer {
  position: relative;
  overflow: hidden;
  background: #000;
  color: rgba(255,255,255,0.95);
  padding-top: 90px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

/* CONTAINER */

.footer-container {
  max-width: 1400px;
  margin: auto;
  padding: 0 40px 40px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 80px;
}

/* =========================
   LEFT
========================= */

.brand-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1.2rem;
}

.brand-iconn {
  color: white;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 22px;
}

.brand-iconn img {
  height: 30px;
}

.brand-name {
  font-size: 24px;
  font-weight: 600;
}

.footer-heading {
  margin-top: 25px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
}

.footer-heading span {
  color: rgba(255,255,255,0.45);
}

.footer-description {
  margin-top: 28px;
  max-width: 520px;
  color: rgba(255,255,255,0.58);
  line-height: 1.8;
  font-size: 17px;
}

/* CONTACT */

.footer-contact {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-contact a {
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-contact a:hover {
  color: #fff;
  /* text-decoration: underline; */
}

/* =========================
   LABELS
========================= */

.footer-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: rgba(255,255,255,0.35);
   font-family: "Manrope", sans-serif;
}

/* =========================
   NAV
========================= */

.footer-nav ul {
  margin-top: 24px;
  padding: 0;
  list-style: none;
}

.footer-nav li {
  margin-bottom: 10px;
}

.footer-nav a {
  position: relative;
  padding-left: 24px;
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  transition: 0.3s ease;
}
/* .footer-nav a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255,255,255,0.55);
  transform: translateY(-50%);
  transition: 0.3s ease;
} */

.footer-nav a:hover {
  color: #fff;
}

/* .footer-nav a:hover::before {
  width: 22px;
  background: #fff;
} */

/* =========================
   LABS
========================= */

.labs-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.view-all {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: 13px;
}

.labs-list {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lab-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.02);
  text-decoration: none;
  color: #fff;
  transition: 0.35s ease;
}

.lab-card:hover {
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.2);
  transform: translateY(-2px);
}

.lab-left {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
}

.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.7);
}

.lab-right {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.45);
}

/* =========================
   CONTACT (new column)
   ========================= */

/* .footer-contact-col {
  margin-top: 24px;
} */

.contact-list-col { list-style:none; padding:0; margin-top:24px; }
.contact-list-col li { margin-bottom:18px; }
.contact-k { 
  font-size:11px; 
  text-transform:uppercase; 
  letter-spacing:0.12em; 
  color: rgba(255,255,255,0.32); 
  margin-bottom:6px; 
  font-family: "Manrope", sans-serif;
}
.contact-v { font-size:16px; color: rgba(255,255,255,0.85); }
.contact-v a { color: inherit; text-decoration:none; }
.contact-v a:hover { text-decoration:underline; }

/* =========================
   WORDMARK
========================= */

.footer-wordmark {
  font-size: clamp(7rem, 20vw, 22rem);
  text-align: center;
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: -10px;
  color: #6c757d40;
  user-select: none;
  pointer-events: none;
  position: relative;
  bottom: -20px;
}

/* =========================
   BOTTOM
========================= */

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  /* margin-top: 40px; */
  padding: 28px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-bottom-left {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
  font-family: "Manrope", sans-serif;
}

.footer-bottom-left span,
.footer-bottom-left a {
  font-size: 12px;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
}

.footer-bottom-left a:hover {
  color: #fff;
}

/* STATUS */

.footer-status {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.7);
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00ff99;
  box-shadow: 0 0 12px #00ff99;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.4);
    opacity: 0.6;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 992px) {

  .footer-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px;
  }

  .footer-brand,
  .footer-contact-col {
    grid-column: 1 / -1;
  }

  .footer-heading {
    font-size: 56px;
  }

}

@media (max-width: 768px) {

  .site-footer {
    padding-top: 70px;
  }

  .footer-container,
  .footer-bottom {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-heading {
    font-size: 44px;
  }

  .footer-wordmark {
    font-size: 6rem;
    letter-spacing: -4px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .footer-brand,
  .footer-contact-col {
    grid-column: 1 / -1;
  }

  .footer-nav {
    min-width: 0;
  }

  .footer-nav:nth-of-type(1),
  .footer-nav:nth-of-type(2) {
    width: 100%;
  }

  .brand-iconn {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .brand-iconn img {
    height: 24px;
  }

  .typo_ponder {
    display: block;
    text-align: center;
    overflow: hidden;
    margin-top: 20px;
  }

  .typo_ponder .ponder_typo {
    font-size: clamp(7rem, 18vw, 9rem);
    line-height: 0.85;
    bottom: 0;
    opacity: 0.20;
     font-family: 'Monrope', sans-serif;
  }

}

.ponder_typo {
    text-align: center;
    letter-spacing: -0.025em;
    padding-right: 0px;
    font-size: 24em;
    line-height: 0.8;
    letter-spacing: 1px;
  color: transparent;
  -webkit-text-stroke: 1.2px rgba(255,255,255,0.85);
  text-stroke: 1.2px rgba(255,255,255,0.85);
  position: relative;
  bottom: -16px;
  opacity: 0.20;
  font-family: 'Monrope', sans-serif;
}