/* Additive styles for organic lead-gen pages. Requires /assets/css/styles.css.
   Do not load this on paid LPs. */

.lg-form-error {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: var(--radius-md);
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  color: #fca5a5;
  margin-bottom: 1rem;
  display: none;
}

.lg-form-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3vw, 2rem);
}

.lg-form-card h2,
.lg-form-card h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin-bottom: 0.375rem;
}

.lg-form-card .form-sub {
  font-size: 0.875rem;
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
}

.lg-form-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 0.875rem;
}

.lg-leak {
  list-style: none;
  display: grid;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.lg-leak li {
  display: flex;
  gap: 0.75rem;
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.lg-leak i,
.lg-leak svg {
  flex-shrink: 0;
  margin-top: 3px;
  color: var(--accent-forge);
}

.lg-outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.lg-outcome-card {
  background: var(--bg-primary);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 1.5rem 1.35rem;
}

.lg-outcome-card.is-featured {
  border-color: rgba(232, 98, 42, 0.45);
  box-shadow: 0 0 0 1px rgba(232, 98, 42, 0.1);
}

.lg-kicker {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-forge);
  margin-bottom: 0.55rem;
}

.lg-faq {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 800px;
}

.lg-faq details {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.lg-faq summary {
  padding: 1.25rem 1.5rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9375rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  color: var(--text-primary);
  gap: 1rem;
}

.lg-faq summary::-webkit-details-marker { display: none; }
.lg-faq summary::after { content: '+'; font-size: 1.25rem; color: var(--accent-forge); flex-shrink: 0; }
.lg-faq details[open] summary::after { content: '−'; }
.lg-faq details p { padding: 0 1.5rem 1.25rem; font-size: 0.9rem; line-height: 1.75; }

.lg-trust {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: clamp(1.75rem, 4vw, 2.5rem);
  max-width: 800px;
}

.lg-trust-line {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.lg-trust ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin: 1.25rem 0 0;
}

.lg-trust li { font-size: 0.9375rem; color: var(--text-secondary); }
.lg-trust a { color: var(--text-primary); border-bottom: 1px solid var(--border-subtle); }
.lg-trust a:hover { color: var(--accent-forge); border-color: var(--accent-forge); }
.lg-trust-note { font-size: 0.875rem; color: var(--text-muted); margin-top: 1.25rem; }
.lg-bbb {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border-subtle);
}
.lg-bbb img { width: 120px; height: auto; flex-shrink: 0; border-radius: 4px; }
.lg-bbb p { font-size: 0.8125rem; color: var(--text-muted); }
.lg-bbb a { color: var(--accent-forge); border: none; }

.lg-footer-nap {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.7;
}
.lg-footer-nap a { color: var(--text-secondary); }
.lg-footer-nap a:hover { color: var(--accent-forge); }
.lg-byline {
  color: var(--text-secondary);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.lg-byline:hover { color: var(--accent-forge); }

@media (max-width: 900px) {
  .lg-outcome-grid { grid-template-columns: 1fr; }
  .lg-bbb { flex-direction: column; align-items: flex-start; }
}
