/* Synced from src/components/MarketingLanding.css — static hq.social landing */
/* Light page behind the fold (default app body is dark). */
body.theme-marketing {
  background: #fff;
  color: #1a1a1a;
}

.marketing-landing {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #1a1a1a;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Hero: banner fills from top; nav overlays image */
.marketing-banner-hero {
  position: relative;
  width: 100%;
}

.marketing-banner-hero::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5.5rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent);
  pointer-events: none;
  z-index: 1;
}

.marketing-topbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: transparent;
  border: none;
}

.marketing-topnav {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.marketing-toplink {
  padding: 0.5rem 0.9rem;
  border-radius: 6px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  transition: color 0.15s, background 0.15s, border-color 0.15s;
}

/* Login — lime accent */
.marketing-toplink--brand {
  color: #14532d;
  background: #c6ff4a;
  border-color: #a3d634;
}

.marketing-toplink--brand:hover {
  color: #052e16;
  background: #b8f042;
  border-color: #8fbc2d;
}

/* Sign up — brand green */
.marketing-toplink--signup {
  color: #fff;
  background: #166534;
  border-color: #14532d;
}

.marketing-toplink--signup:hover {
  color: #fff;
  background: #15803d;
  border-color: #166534;
}

.marketing-main {
  flex: 1;
}

.marketing-banner-wrap {
  width: 100%;
  height: 1000px;
  position: relative;
  overflow: hidden;
  line-height: 0;
  background: #0f172a;
}

.marketing-banner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.marketing-social-row {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  padding: 1.25rem 1rem;
}

.marketing-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #374151;
  border-radius: 50%;
  transition: color 0.15s, background 0.15s;
}

.marketing-social-link:hover {
  color: #166534;
  background: #f0fdf4;
}

.marketing-social-link svg {
  width: 1.35rem;
  height: 1.35rem;
}

.marketing-hero {
  max-width: 40rem;
  margin: 0 auto;
  padding: 0.5rem 1.25rem 3rem;
  text-align: center;
}

.marketing-hero-title {
  font-size: clamp(1.25rem, 4vw, 1.75rem);
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}

.marketing-hero-lead {
  margin: 0 0 1.75rem;
  font-size: 1rem;
  line-height: 1.55;
  color: #4b5563;
}

.marketing-beta-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: stretch;
}

@media (min-width: 480px) {
  .marketing-beta-form {
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.marketing-email-input {
  flex: 1;
  min-width: 0;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  background: #fff;
  color: #111827;
}

.marketing-email-input::placeholder {
  color: #9ca3af;
}

.marketing-email-input:focus {
  outline: none;
  border-color: #166534;
  box-shadow: 0 0 0 3px rgba(22, 101, 52, 0.15);
}

.marketing-beta-btn {
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #14532d;
  background: #c6ff4a;
  border: 1px solid #a3d634;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.marketing-beta-btn:hover {
  color: #052e16;
  background: #b8f042;
  border-color: #8fbc2d;
}

.marketing-beta-feedback {
  margin: 1rem 0 0;
  font-size: 0.9375rem;
  color: #166534;
}

.marketing-beta-feedback--err {
  color: #b91c1c;
}

.marketing-site-footer {
  padding: 2rem 1.25rem;
  text-align: center;
  font-size: 0.8125rem;
  color: #6b7280;
  border-top: 1px solid #f3f4f6;
  margin-top: auto;
}

.marketing-cookie-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  padding: 1rem;
  background: rgba(17, 24, 39, 0.92);
  color: #f9fafb;
  backdrop-filter: blur(8px);
}

.marketing-cookie-inner {
  max-width: 48rem;
  margin: 0 auto;
}

.marketing-cookie-title {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 700;
}

.marketing-cookie-text {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #d1d5db;
}

.marketing-cookie-accept {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #111827;
  background: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.marketing-cookie-accept:hover {
  background: #e5e7eb;
}

.marketing-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
