* { 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 (platform landing pages) */
.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; }

/* Platform badge */
.platform-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(76,175,80,0.12); color: #4CAF50; padding: 6px 18px; border-radius: 20px; font-size: 14px; font-weight: 700; margin-bottom: 16px; border: 1px solid rgba(76,175,80,0.25); letter-spacing: 0.5px; }
.platform-badge.ios { background: rgba(100,150,255,0.12); color: #7aa2f7; border-color: rgba(100,150,255,0.25); }
.platform-badge.ios svg { fill: #7aa2f7; }

/* ============ INDEX / LANDING HERO ============ */
.landing-hero { text-align: center; padding: 80px 24px 60px; position: relative; overflow: hidden; min-height: calc(100vh - 60px); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.landing-glow { position: absolute; top: -100px; left: 50%; transform: translateX(-50%); width: 700px; height: 700px; background: radial-gradient(circle, rgba(76,175,80,0.10) 0%, rgba(76,175,80,0.03) 40%, transparent 70%); pointer-events: none; }
.landing-logo { margin-bottom: 32px; }
.landing-logo img { width: 96px; height: 96px; filter: drop-shadow(0 0 40px rgba(76,175,80,0.25)); }
.landing-hero h1 { font-size: 64px; font-weight: 800; letter-spacing: -2px; line-height: 1.1; margin-bottom: 12px; }
.text-white { color: #f8fafc; }
.text-green { color: #4CAF50; font-weight: 300; }
.landing-tagline { font-size: 18px; color: #4CAF50; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; margin-bottom: 16px; }
.landing-sub { font-size: 17px; color: #94a3b8; max-width: 520px; margin: 0 auto 48px; line-height: 1.7; }

/* Store buttons */
.landing-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 56px; }
.store-btn { display: flex; align-items: center; gap: 14px; padding: 14px 28px; border-radius: 14px; text-decoration: none; transition: all 0.2s; min-width: 220px; }
.store-btn:hover { transform: translateY(-2px); text-decoration: none; }
.store-btn svg { width: 28px; height: 28px; flex-shrink: 0; }
.store-label { display: block; font-size: 11px; font-weight: 500; letter-spacing: 0.5px; line-height: 1.2; }
.store-name { display: block; font-size: 20px; font-weight: 700; line-height: 1.2; }
.android-btn { background: #1a1f2e; border: 1.5px solid #2d3748; color: #e2e8f0; }
.android-btn:hover { border-color: #4CAF50; background: #1e2538; }
.android-btn svg { fill: #4CAF50; }
.android-btn .store-label { color: #94a3b8; }
.ios-btn { background: #1a1f2e; border: 1.5px solid #2d3748; color: #e2e8f0; }
.ios-btn:hover { border-color: #7aa2f7; background: #1e2538; }
.ios-btn svg { fill: #e2e8f0; }
.ios-btn .store-label { color: #94a3b8; }

/* Landing features strip */
.landing-features { display: flex; gap: 32px; justify-content: center; flex-wrap: wrap; }
.landing-feat { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; color: #64748b; }
.landing-feat svg { width: 18px; height: 18px; stroke: #4CAF50; fill: none; stroke-width: 2; }

/* 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; }

/* Android phone frame */
.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; }

/* iPhone frame */
.phone-frame.iphone { border-radius: 40px; padding: 14px; border: 3px solid #2d3748; background: #000; }
.phone-island { width: 90px; height: 24px; background: #000; border-radius: 14px; margin: 0 auto 6px; border: 2px solid #1e293b; }
.phone-frame.iphone .phone-screen { border-radius: 26px; }

/* 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; }
  .landing-hero h1 { font-size: 42px; letter-spacing: -1px; }
  .landing-tagline { font-size: 14px; letter-spacing: 3px; }
  .landing-sub { font-size: 15px; }
  .landing-logo img { width: 72px; height: 72px; }
  .store-btn { min-width: 200px; padding: 12px 20px; }
  .store-name { font-size: 17px; }
  .landing-features { gap: 16px; }
  .landing-feat { font-size: 12px; }
  .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; }
}

@media (max-width: 480px) {
  .landing-hero h1 { font-size: 36px; }
  .landing-buttons { flex-direction: column; align-items: center; }
  .store-btn { width: 100%; max-width: 280px; justify-content: center; }
  .landing-features { flex-direction: column; align-items: center; gap: 12px; }
}
