/* DeepStay Core Site Footer Architecture */
.ds-footer {
  --ds-foot-bg: #090a0c;
  --ds-text-sec: #a1a1aa;
  --ds-border-color: rgba(255, 255, 255, 0.1);
  
  background-color: var(--ds-foot-bg) !important;
  color: var(--ds-text-sec) !important;
  font-family: system-ui, -apple-system, sans-serif !important;
  position: relative;
  overflow-x: hidden;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* Linear Top Gradient Overlay Framework */
.ds-footer__gradient-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 34%, rgba(255, 255, 255, 0.012));
  z-index: 1;
}

.ds-footer__container {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  z-index: 2;
}

/* Asymmetric 3-Column Display Matrix Grid Alignment rules */
.ds-footer__grid {
  display: grid;
  grid-cols: 1;
  gap: 48px;
  padding-top: 64px;
  padding-bottom: 48px;
}

@media (min-width: 1024px) {
  .ds-footer__grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.7fr) minmax(0, 1fr);
    gap: 24px;
  }
}

/* Column Header System */
.ds-footer__heading {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff !important;
  margin: 0 0 32px 0 !important;
}

/* Col 1 Branding Framework Elements */
.ds-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  color: #ffffff !important;
  text-decoration: none !important;
}

.ds-footer__logo-icon {
  width: 26px;
  height: 26px;
  color: #ffffff;
   gap: 12px;
}

.ds-footer__desc {
  margin: 32px 0 0 0 !important;
  max-width: 360px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--ds-text-sec) !important;
}

.ds-footer__social-wrap {
  margin-top: 64px;
}

.ds-footer__social-heading {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #ffffff !important;
  margin: 0 0 24px 0 !important;
}

.ds-footer__social-list {
  display: flex;
  gap: 16px;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ds-footer__social-list li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Glassmorphism Social Token Circle Buttons */
.ds-footer__social-btn {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid var(--ds-border-color) !important;
  background-color: rgba(255, 255, 255, 0.015) !important;
  color: #ffffff !important;
  box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.025);
  transition: border-color 0.2s ease, background-color 0.2s ease;
  text-decoration: none !important;
}

.ds-footer__social-btn:hover {
  border-color: rgba(255, 255, 255, 0.25) !important;
  background-color: rgba(255, 255, 255, 0.045) !important;
}

.ds-footer__social-btn svg {
  width: 16px;
  height: 16px;
}

/* Col 2 Stack Setup Links */
.ds-footer__links-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ds-footer__links-list li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ds-footer__links-list a {
  font-size: 14px;
  line-height: 1;
  color: var(--ds-text-sec) !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.ds-footer__links-list a:hover {
  color: #ffffff !important;
}

/* Col 3 Waitlist Container Node */
.ds-footer__waitlist-desc {
  margin: 20px 0 0 0 !important;
  max-width: 320px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--ds-text-sec) !important;
}

.ds-footer__waitlist-btn {
  margin-top: 32px;
  cursor: pointer;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 9999px;
  border: none !important;
  background-color: #ffffff !important;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 600;
  color: #161616 !important;
  transition: background-color 0.2s ease;
}

.ds-footer__waitlist-btn:hover {
  background-color: #e9e9e9 !important;
}

.ds-footer__waitlist-btn svg {
  width: 16px;
  height: 16px;
}

/* 
 * Giant Decorative Clip Mask Layer 
 * Perfect reproduction of Next.js text gradient clips and dropshadow calculations
 */
.ds-footer__backdrop-wrap {
  display: none;
  position: relative;
  height: 270px;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

@media (min-width: 768px) {
  .ds-footer__backdrop-wrap {
    display: flex;
    margin-top: -176px;
  }
}

.ds-footer__backdrop-text {
  width: 100%;
  user-select: none;
  margin: 0 !important;
  background: linear-gradient(180deg, #fbfbfb 0%, #7f7f7f 19%, #282828 52%, #050505 84%);
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
  font-size: clamp(4.5rem, min(14vw, 11rem), 12.5rem);
  line-height: 0.82;
  font-weight: bold;
  color: transparent !important;
  opacity: 0.95;
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.4)) drop-shadow(0 0 18px rgba(255, 255, 255, 0.12));
  -webkit-text-stroke: 0.8px rgba(255, 255, 255, 0.45);
}

/* Legal Footer Row */
.ds-footer__bottom {
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  color: var(--ds-text-sec) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.ds-footer__bottom p {
  margin: 0 !important;
  text-align: center;
}

/* Accessiblity Utility Screen Reader Match */
.ds-footer .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}