/* Secondary pages (legal, contact) for demand-validation Netlify site */
.site-page-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 10, 10, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.site-page-header-inner {
  margin: 0 auto;
  max-width: 48rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.875rem 1.5rem;
}
.site-wordmark {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #f5f5f5;
  text-decoration: none;
}
.site-wordmark span {
  color: #c6a85a;
}
.site-page-nav {
  display: flex;
  gap: 1.25rem;
  font-size: 0.875rem;
}
.site-page-nav a {
  color: rgba(245, 245, 245, 0.55);
  text-decoration: none;
  transition: color 0.2s;
}
.site-page-nav a:hover,
.site-page-nav a[aria-current="page"] {
  color: #c6a85a;
}
.site-page-main {
  margin: 0 auto;
  max-width: 48rem;
  padding: 2.5rem 1.5rem 4rem;
}
.site-page-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin: 0 auto;
  max-width: 48rem;
  padding: 2rem 1.5rem 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.75rem;
  color: rgba(245, 245, 245, 0.45);
}
.site-page-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.site-page-footer a {
  color: inherit;
  text-decoration: none;
}
.site-page-footer a:hover {
  color: #c6a85a;
}
.legal-prose h1 {
  margin-top: 0.75rem;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.legal-updated {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245, 245, 245, 0.45);
}
.legal-prose h2 {
  margin-top: 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #f5f5f5;
}
.legal-prose p,
.legal-prose li {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.65;
  color: rgba(245, 245, 245, 0.55);
}
.legal-prose ul {
  margin-top: 1rem;
  padding-left: 1.25rem;
  list-style: disc;
}
.legal-prose a {
  color: #c6a85a;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-prose strong {
  color: #f5f5f5;
  font-weight: 600;
}
.contact-form-card {
  max-width: 36rem;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 10, 10, 0.8);
}
.contact-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contact-field span {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(245, 245, 245, 0.45);
}
.contact-field .optional {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.contact-field input,
.contact-field textarea {
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.45);
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  color: #f5f5f5;
  outline: none;
}
.contact-field input:focus,
.contact-field textarea:focus {
  border-color: rgba(198, 168, 90, 0.45);
  box-shadow: 0 0 0 2px rgba(198, 168, 90, 0.15);
}
.contact-submit {
  margin-top: 1.25rem;
  width: 100%;
  border-radius: 0.75rem;
  border: none;
  background: #c6a85a;
  color: #0a0a0a;
  padding: 0.75rem 1rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
}
.contact-submit:disabled {
  opacity: 0.6;
  cursor: wait;
}
.contact-status {
  margin-top: 0.75rem;
  font-size: 0.75rem;
}
.contact-status.ok {
  color: #c6a85a;
}
.contact-status.err {
  color: #f87171;
}

/* Early-access leads viewer (spandanpatilleads.html) */
.leads-page-main {
  max-width: 72rem;
}
.leads-gate {
  max-width: 22rem;
}
.leads-gate-form {
  margin-top: 1.5rem;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 10, 10, 0.8);
}
.leads-panel-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.leads-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.leads-toolbar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.leads-btn-secondary {
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #f5f5f5;
  padding: 0.5rem 0.875rem;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.leads-btn-secondary:hover {
  border-color: rgba(198, 168, 90, 0.4);
  background: rgba(198, 168, 90, 0.08);
}
.leads-btn-secondary:disabled {
  opacity: 0.5;
  cursor: wait;
}
.leads-status {
  margin-top: 0.75rem;
  font-size: 0.75rem;
}
.leads-status.err {
  color: #f87171;
}
.leads-table-wrap {
  overflow-x: auto;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 10, 10, 0.65);
}
.leads-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8125rem;
}
.leads-table th,
.leads-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  vertical-align: top;
}
.leads-table th {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245, 245, 245, 0.45);
  background: rgba(0, 0, 0, 0.35);
}
.leads-table tbody tr:hover {
  background: rgba(198, 168, 90, 0.04);
}
.leads-table a {
  color: #c6a85a;
  text-decoration: none;
}
.leads-table a:hover {
  text-decoration: underline;
}
.leads-empty {
  padding: 2rem 1rem;
  text-align: center;
}
