/* Overrides for specific generated classes */

p.text-\[\#B096A0\] {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  color: rgb(176, 150, 160);
  font-family: Inter;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
}

.text-\[\#B096A0\] {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  color: rgb(176, 150, 160);
  font-family: Inter;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
}

/* ===== FOOTER FALLBACK STYLES ===== */
.site-footer {
  background: rgba(11, 11, 11, 0.78);
  border-top: 1px solid var(--glass-border);
  padding: 40px 0 20px;
  margin-top: 60px;
  color: var(--text-dim);
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.footer-panel {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.footer-body {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  position: relative;
}

.footer-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-logo {
  font-size: 28px;
  font-weight: 800;
  color: var(--accent);
  text-decoration: none;
  letter-spacing: -0.02em;
  transition: color 0.2s;
}

.footer-logo:hover {
  color: #dc3d77;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: flex-start;
}

.social-link {
  display: inline-block;
  padding: 8px 16px;
  color: var(--text-dim);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease;
  background: transparent;
}

.social-link:hover {
  color: var(--accent);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px 20px;
  padding-top: 4px;
}

.footer-note {
  font-size: 13px;
  color: var(--text-dim);
  margin: 0;
  line-height: 1.5;
}

.footer-note strong {
  color: var(--text-muted);
  font-weight: 600;
}

.footer-credit {
  font-size: 13px;
  color: var(--text-dim);
  margin: 0;
}

.footer-credit a {
  color: var(--accent);
  text-decoration: none;
  transition: color 0.2s;
  font-weight: 500;
}

.footer-credit a:hover {
  color: #dc3d77;
}
