* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #0a0e1a; color: #e2e8f0; line-height: 1.7; }
a { color: #4CAF50; text-decoration: none; }
a:hover { text-decoration: underline; }

.nav { background: rgba(10, 14, 26, 0.95); backdrop-filter: blur(12px); border-bottom: 1px solid #1e293b; padding: 16px 0; position: sticky; top: 0; z-index: 10; }
.nav-inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; }
.nav-brand { display: flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 700; color: #4CAF50; text-decoration: none; }
.nav-brand:hover { text-decoration: none; }
.nav-brand svg { width: 28px; height: 28px; }
.nav-links { display: flex; gap: 24px; align-items: center; }
.nav-links a { color: #94a3b8; font-size: 14px; font-weight: 500; }
.nav-links a:hover { color: #e2e8f0; text-decoration: none; }
.nav-cta { background: #4CAF50; color: #fff !important; padding: 8px 20px; border-radius: 8px; font-weight: 600; font-size: 14px; }
.nav-cta:hover { background: #43A047; text-decoration: none !important; }

/* Hero */
.hero-landing { text-align: center; padding: 100px 24px 60px; position: relative; overflow: hidden; }
.hero-landing::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 600px; height: 600px; background: radial-gradient(circle, rgba(76,175,80,0.12) 0%, transparent 70%); pointer-events: none; }
.hero-badge { display: inline-block; background: rgba(76,175,80,0.15); color: #4CAF50; padding: 6px 16px; border-radius: 20px; font-size: 13px; font-weight: 600; margin-bottom: 24px; border: 1px solid rgba(76,175,80,0.25); }
.hero-landing h1 { font-size: 52px; font-weight: 800; color: #f8fafc; margin-bottom: 16px; letter-spacing: -1px; line-height: 1.15; }
.hero-landing h1 span { color: #4CAF50; }
.hero-landing .subtitle { font-size: 19px; color: #94a3b8; max-width: 560px; margin: 0 auto 36px; line-height: 1.6; }
.hero-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-main { display: inline-flex; align-items: center; gap: 10px; background: #4CAF50; color: #fff; padding: 14px 32px; border-radius: 12px; font-size: 16px; font-weight: 700; transition: all 0.2s; }
.btn-main:hover { background: #43A047; transform: translateY(-1px); text-decoration: none; }
.btn-main svg { width: 22px; height: 22px; }
.btn-outline { display: inline-flex; align-items: center; gap: 8px; background: transparent; border: 1.5px solid #334155; color: #94a3b8; padding: 14px 28px; border-radius: 12px; font-size: 16px; font-weight: 600; transition: all 0.2s; }
.btn-outline:hover { border-color: #4CAF50; color: #4CAF50; text-decoration: none; }

/* Stats bar */
.stats-bar { display: flex; justify-content: center; gap: 48px; padding: 40px 24px 20px; flex-wrap: wrap; }
.stat-item { text-align: center; }
.stat-num { font-size: 32px; font-weight: 800; color: #4CAF50; }
.stat-label { font-size: 13px; color: #64748b; margin-top: 4px; }

/* Section */
.section { padding: 80px 24px; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-header { text-align: center; margin-bottom: 56px; }
.section-header h2 { font-size: 36px; font-weight: 700; color: #f8fafc; margin-bottom: 12px; }
.section-header p { font-size: 17px; color: #64748b; max-width: 500px; margin: 0 auto; }

/* Features grid */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card { background: #0f1629; border: 1px solid #1e293b; border-radius: 16px; padding: 32px 28px; transition: all 0.25s; }
.feature-card:hover { border-color: #4CAF50; transform: translateY(-4px); }
.feature-icon { width: 48px; height: 48px; background: rgba(76,175,80,0.12); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.feature-icon svg { width: 24px; height: 24px; stroke: #4CAF50; fill: none; stroke-width: 2; }
.feature-card h3 { font-size: 18px; font-weight: 700; color: #f8fafc; margin-bottom: 8px; }
.feature-card p { font-size: 14px; color: #94a3b8; line-height: 1.6; }

/* Screenshots / App preview */
.app-preview { display: flex; gap: 48px; align-items: center; flex-wrap: wrap; }
.app-preview.reverse { flex-direction: row-reverse; }
.preview-text { flex: 1; min-width: 300px; }
.preview-text h3 { font-size: 28px; font-weight: 700; color: #f8fafc; margin-bottom: 14px; }
.preview-text p { font-size: 16px; color: #94a3b8; line-height: 1.7; margin-bottom: 16px; }
.preview-list { list-style: none; padding: 0; margin: 0; }
.preview-list li { display: flex; align-items: center; gap: 10px; font-size: 15px; color: #cbd5e1; margin-bottom: 10px; }
.preview-list li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #4CAF50; flex-shrink: 0; }
.preview-phone { flex: 0 0 280px; }
.phone-frame { background: #111827; border: 2px solid #2d3748; border-radius: 32px; padding: 12px; width: 280px; display: flex; flex-direction: column; overflow: hidden; position: relative; }
.phone-notch { width: 80px; height: 6px; background: #1e293b; border-radius: 4px; margin: 0 auto 8px; }
.phone-screen { flex: 1; border-radius: 20px; overflow: hidden; }
.screenshot-img { width: 100%; height: auto; display: block; }

/* CTA */
.cta-section { text-align: center; padding: 80px 24px; background: linear-gradient(180deg, transparent, rgba(76,175,80,0.05)); }
.cta-section h2 { font-size: 36px; font-weight: 700; color: #f8fafc; margin-bottom: 14px; }
.cta-section p { font-size: 17px; color: #94a3b8; max-width: 480px; margin: 0 auto 32px; }

/* Footer */
.footer { border-top: 1px solid #1e293b; padding: 40px 24px; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.footer-brand { display: flex; align-items: center; gap: 8px; font-weight: 700; color: #4CAF50; font-size: 16px; }
.footer-brand svg { width: 22px; height: 22px; }
.footer-links-row { display: flex; gap: 24px; }
.footer-links-row a { color: #64748b; font-size: 13px; }
.footer-links-row a:hover { color: #4CAF50; }
.footer-copy { width: 100%; text-align: center; color: #475569; font-size: 12px; margin-top: 16px; }

/* Privacy / Legal pages */
.hero { text-align: center; padding: 80px 24px 48px; }
.hero h1 { font-size: 32px; font-weight: 700; color: #f8fafc; margin-bottom: 8px; }
.hero p { font-size: 16px; color: #64748b; }
.content { max-width: 800px; margin: 0 auto; padding: 0 24px 80px; }
.content h2 { font-size: 20px; font-weight: 600; color: #f8fafc; margin: 36px 0 12px; }
.content h2:first-child { margin-top: 0; }
.content p { margin-bottom: 14px; color: #cbd5e1; font-size: 15px; }
.content ul { margin: 0 0 14px 24px; }
.content li { margin-bottom: 6px; color: #cbd5e1; font-size: 15px; }
.content strong { color: #f8fafc; }
.card-section { background: #0f1629; border: 1px solid #1e293b; border-radius: 12px; padding: 28px 32px; margin-bottom: 20px; }
.updated { color: #475569; font-size: 13px; margin-bottom: 32px; }

/* Responsive */
@media (max-width: 768px) {
  .hero-landing h1 { font-size: 34px; }
  .hero-landing .subtitle { font-size: 16px; }
  .features-grid { grid-template-columns: 1fr; }
  .app-preview, .app-preview.reverse { flex-direction: column; align-items: center; }
  .preview-phone { flex: none; }
  .stats-bar { gap: 24px; }
  .stat-num { font-size: 24px; }
  .footer-inner { flex-direction: column; text-align: center; }
  .footer-links-row { justify-content: center; }
}
