/* LeadForge — Shared Site Styles */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #1a1a1a; background: #fff; line-height: 1.6; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
a { color: #2563eb; text-decoration: none; }
a:hover { text-decoration: underline; }

/* Nav */
.nav { background: #fff; border-bottom: 1px solid #e9ecef; padding: 16px 0; position: sticky; top: 0; z-index: 100; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.nav-logo { font-size: 1.4rem; font-weight: 800; color: #1a1a1a; text-decoration: none; }
.nav-logo span { color: #2563eb; }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a { color: #555; text-decoration: none; font-size: 0.95rem; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: #2563eb; text-decoration: none; }
.nav-cta { background: #2563eb; color: #fff !important; padding: 8px 20px; border-radius: 8px; font-weight: 600; }
.nav-cta:hover { background: #1d4ed8; }
.nav-burger { display: none; font-size: 1.5rem; cursor: pointer; background: none; border: none; color: #1a1a1a; }

/* Hero */
.hero { background: #f8f9fa; padding: 80px 0; border-bottom: 1px solid #e9ecef; }
.hero h1 { font-size: 2.5rem; font-weight: 800; line-height: 1.2; margin-bottom: 16px; max-width: 700px; }
.hero h1 span { color: #2563eb; }
.hero p { font-size: 1.2rem; color: #555; max-width: 600px; margin-bottom: 32px; }
.cta-btn { display: inline-block; background: #2563eb; color: #fff; padding: 14px 32px; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 1.1rem; transition: background 0.2s; border: none; cursor: pointer; }
.cta-btn:hover { background: #1d4ed8; }

/* Stats bar */
.stats { display: flex; gap: 48px; padding: 40px 0; justify-content: center; }
.stat { text-align: center; }
.stat .num { font-size: 2rem; font-weight: 800; color: #2563eb; }
.stat .label { font-size: 0.9rem; color: #666; text-transform: uppercase; letter-spacing: 0.05em; }

/* Sections */
.section { padding: 64px 0; border-bottom: 1px solid #e9ecef; }
.section h2 { font-size: 2rem; font-weight: 700; margin-bottom: 40px; text-align: center; }
.section h3 { font-size: 1.3rem; font-weight: 700; margin-bottom: 12px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.step { text-align: center; }
.step .icon { font-size: 2.5rem; margin-bottom: 16px; }
.step h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 8px; }
.step p { color: #666; font-size: 0.95rem; }

/* Sample preview */
.preview { background: #f8f9fa; }
.preview-table { width: 100%; border-collapse: collapse; margin-top: 24px; font-size: 0.9rem; }
.preview-table th { background: #2563eb; color: #fff; padding: 12px; text-align: left; font-weight: 600; }
.preview-table td { padding: 10px 12px; border-bottom: 1px solid #e9ecef; }
.preview-table tr:hover { background: #f1f5f9; }

/* Pricing */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 32px; }
.plan { border: 2px solid #e9ecef; border-radius: 12px; padding: 32px; text-align: center; }
.plan.featured { border-color: #2563eb; background: #eff6ff; }
.plan h3 { font-size: 1.3rem; font-weight: 700; margin-bottom: 8px; }
.plan .price { font-size: 2.5rem; font-weight: 800; margin: 16px 0; }
.plan .price small { font-size: 1rem; color: #666; font-weight: 400; }
.plan ul { list-style: none; margin: 24px 0; text-align: left; }
.plan ul li { padding: 8px 0; border-bottom: 1px solid #f1f5f9; color: #555; }
.plan ul li::before { content: "✓ "; color: #22c55e; font-weight: 700; }

/* FAQ */
.faq-item { padding: 16px 0; border-bottom: 1px solid #e9ecef; }
.faq-item h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 8px; cursor: pointer; }
.faq-item p { color: #666; }

/* Forms */
.contact-form { max-width: 500px; margin: 0 auto; }
.contact-form label { display: block; font-size: 0.85rem; font-weight: 600; color: #555; margin-bottom: 4px; text-transform: uppercase; letter-spacing: 0.03em; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; padding: 12px; margin-bottom: 16px; border: 1px solid #d1d5db; border-radius: 8px; font-size: 1rem;
}
.contact-form button { width: 100%; }
.form-note { font-size: 0.85rem; color: #999; text-align: center; margin-top: 8px; }

/* Active nav state */
.nav-links a.nav-active { color: #2563eb; font-weight: 700; }

/* Legal/Content pages */
.page-content { padding: 64px 0; min-height: 60vh; }
.page-content h1 { font-size: 2.2rem; font-weight: 800; margin-bottom: 32px; }
.page-content h2 { font-size: 1.4rem; font-weight: 700; margin: 32px 0 12px; text-align: left; }
.page-content p { color: #444; margin-bottom: 16px; max-width: 720px; }
.page-content ul { margin: 0 0 16px 24px; color: #444; }
.page-content li { margin-bottom: 8px; }
.page-content .last-updated { color: #999; font-size: 0.9rem; margin-bottom: 32px; }

/* About page */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin: 32px 0; }
.about-card { background: #f8f9fa; border-radius: 12px; padding: 32px; }
.about-card h3 { margin-bottom: 8px; }
.about-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 32px 0; }
.about-value { text-align: center; }
.about-value .icon { font-size: 2rem; margin-bottom: 12px; }

/* Contact page */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 32px; }
.contact-info h3 { margin-bottom: 8px; font-size: 1.1rem; }
.contact-info p { color: #666; margin-bottom: 24px; }
.contact-info .item { margin-bottom: 20px; }
.contact-info .item .label { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.05em; color: #999; margin-bottom: 4px; }

/* Footer */
.footer { background: #1a1a2e; color: #ccc; padding: 48px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 32px; }
.footer-brand h3 { color: #fff; font-size: 1.2rem; margin-bottom: 8px; }
.footer-brand p { color: #999; font-size: 0.9rem; }
.footer-col h4 { color: #fff; font-size: 0.95rem; margin-bottom: 12px; }
.footer-col a { color: #999; text-decoration: none; font-size: 0.9rem; display: block; margin-bottom: 8px; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid #333; padding-top: 24px; text-align: center; color: #666; font-size: 0.85rem; }

/* Mobile */
@media (max-width: 768px) {
  .hero h1 { font-size: 1.8rem; }
  .steps, .pricing, .about-grid, .about-values { grid-template-columns: 1fr; }
  .stats { flex-direction: column; gap: 16px; }
  .contact-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .nav-burger { display: block; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: #fff; padding: 16px 24px; border-bottom: 1px solid #e9ecef; gap: 16px; }
  .footer-grid { grid-template-columns: 1fr; }
}
