/* MaXiumRezo Landing Page Styles */
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #0a0a0f; color: #f0f0f5; line-height: 1.6; }

/* Navigation */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 1rem 2rem; background: rgba(10,10,15,0.9); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255,255,255,0.05); }
.nav-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.nav-brand { display: flex; align-items: center; gap: 0.5rem; text-decoration: none; }
.nav-logo { width: 32px; height: 32px; background: linear-gradient(135deg, #10b981, #059669); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: 700; color: white; font-size: 1rem; }
.nav-name { font-weight: 700; font-size: 1.1rem; color: white; }

/* Hero */
.hero { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 8rem 2rem 4rem; position: relative; overflow: hidden; }
.hero-glow { position: absolute; top: 20%; left: 50%; transform: translateX(-50%); width: 600px; height: 600px; background: radial-gradient(circle, rgba(16,185,129,0.15) 0%, transparent 70%); pointer-events: none; }
.hero-inner { max-width: 800px; text-align: center; position: relative; z-index: 1; }
.hero-badge { display: inline-block; padding: 0.4rem 1rem; border: 1px solid rgba(16,185,129,0.4); border-radius: 100px; font-size: 0.85rem; color: #10b981; margin-bottom: 1.5rem; letter-spacing: 0.05em; }
.hero-title { font-size: clamp(2.5rem, 6vw, 4.5rem); font-weight: 800; line-height: 1.1; margin-bottom: 1.5rem; }
.hero-accent { color: #10b981; }
.hero-lede { font-size: 1.2rem; color: #a0a0b0; max-width: 600px; margin: 0 auto 3rem; }
.hero-stats { display: flex; justify-content: center; align-items: center; gap: 2rem; flex-wrap: wrap; }
.stat { text-align: center; }
.stat-number { display: block; font-size: 1.5rem; font-weight: 800; color: #10b981; }
.stat-label { font-size: 0.85rem; color: #808090; }
.stat-divider { width: 1px; height: 40px; background: rgba(255,255,255,0.1); }

/* Problem */
.problem { padding: 6rem 2rem; }
.problem-inner { max-width: 1200px; margin: 0 auto; }
.problem-label { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.15em; color: #10b981; margin-bottom: 0.5rem; }
.problem-title { font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 700; margin-bottom: 3rem; max-width: 700px; }
.problem-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.problem-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 2rem; transition: transform 0.2s, border-color 0.2s; }
.problem-card:hover { transform: translateY(-4px); border-color: rgba(16,185,129,0.3); }
.problem-icon { font-size: 2rem; margin-bottom: 1rem; }
.problem-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.5rem; }
.problem-card p { font-size: 0.95rem; color: #808090; }

/* Features */
.features { padding: 6rem 2rem; }
.features-inner { max-width: 1200px; margin: 0 auto; }
.features-label { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.15em; color: #10b981; margin-bottom: 0.5rem; }
.features-title { font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 700; margin-bottom: 3rem; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1rem; }
.feature-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 1.5rem; }
.feature-card-large { grid-column: span 2; }
@media (max-width: 700px) { .feature-card-large { grid-column: span 1; } }
.feature-number { font-size: 2rem; font-weight: 900; color: rgba(16,185,129,0.3); margin-bottom: 0.5rem; }
.feature-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.5rem; }
.feature-card p { font-size: 0.9rem; color: #808090; }

/* How */
.how { padding: 6rem 2rem; }
.how-inner { max-width: 800px; margin: 0 auto; }
.how-label { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.15em; color: #10b981; margin-bottom: 0.5rem; }
.how-title { font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 700; margin-bottom: 3rem; }
.how-steps { display: flex; flex-direction: column; gap: 0; }
.how-step { display: flex; gap: 1.5rem; align-items: flex-start; padding: 1.5rem 0; }
.step-marker { width: 48px; height: 48px; min-width: 48px; background: linear-gradient(135deg, #10b981, #059669); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.2rem; color: white; }
.step-content h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.3rem; }
.step-content p { color: #808090; font-size: 0.95rem; }
.how-connector { width: 2px; height: 30px; background: linear-gradient(to bottom, #10b981, rgba(16,185,129,0.2)); margin-left: 23px; }

/* Closing */
.closing { padding: 6rem 2rem; }
.closing-inner { max-width: 800px; margin: 0 auto; }
.closing-title { font-size: clamp(1.5rem, 3.5vw, 2.2rem); font-weight: 700; margin-bottom: 1.5rem; line-height: 1.3; }
.closing-text { color: #808090; font-size: 1rem; }

/* Footer */
.footer { padding: 3rem 2rem; border-top: 1px solid rgba(255,255,255,0.05); }
.footer-inner { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 0.75rem; text-align: center; }
.footer-brand { display: flex; align-items: center; gap: 0.5rem; }
.footer-text { color: #606070; font-size: 0.9rem; }
.footer-copy { color: #404050; font-size: 0.8rem; }

/* Responsive */
@media (max-width: 600px) {
  .hero-stats { flex-direction: column; gap: 1rem; }
  .stat-divider { display: none; }
  .problem-grid { grid-template-columns: 1fr; }
}