*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#fff;margin:0}html{scroll-behavior:smooth}.container{max-width:1200px;margin:0 auto;padding:0 2rem}header{background:#fff;box-shadow:0 2px 10px #0000001a;position:fixed;width:100%;top:0;z-index:1000}nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.logo h1{color:#2563eb;font-size:1.8rem;font-weight:700}.nav-links{display:flex;list-style:none;gap:2rem;align-items:center}.nav-links a{text-decoration:none;color:#64748b;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#2563eb}.cta-button{background:#2563eb!important;color:#fff!important;padding:.5rem 1rem;border-radius:6px;transition:background-color .3s ease}.cta-button:hover{background:#1d4ed8!important}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8rem 0 4rem;text-align:center}.hero h2{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero-subtitle{font-size:1.5rem;margin-bottom:1.5rem;opacity:.9}.hero-description{font-size:1.1rem;max-width:800px;margin:0 auto 2rem;opacity:.9;line-height:1.7}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:.8rem 2rem;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block}.btn-primary{background:#fff;color:#2563eb}.btn-primary:hover{background:#f8fafc;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#2563eb}.features{padding:4rem 0;background:#f8fafc}.features h3{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1e293b}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.feature-card h4{font-size:1.5rem;margin-bottom:1rem;color:#2563eb}.feature-card p{color:#64748b;line-height:1.7}.about{padding:4rem 0;background:#fff}.about h3{text-align:center;font-size:2.5rem;margin-bottom:2rem;color:#1e293b}.about p{max-width:800px;margin:0 auto 1.5rem;font-size:1.1rem;color:#64748b;line-height:1.7;text-align:center}.github-section{padding:4rem 0;background:#1e293b;color:#fff;text-align:center}.github-section h3{font-size:2.5rem;margin-bottom:2rem}.github-section p{max-width:800px;margin:0 auto 2rem;font-size:1.1rem;opacity:.9;line-height:1.7}.github-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.github-section .btn-primary{background:#2563eb;color:#fff}.github-section .btn-primary:hover{background:#1d4ed8}.github-section .btn-secondary{background:transparent;color:#fff;border:2px solid white}.github-section .btn-secondary:hover{background:#fff;color:#1e293b}footer{background:#0f172a;color:#fff;padding:2rem 0}footer .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}@media (max-width: 768px){.nav-links{flex-direction:column;gap:1rem}.hero h2{font-size:2rem}.hero-subtitle{font-size:1.2rem}.hero-buttons{flex-direction:column;align-items:center}.features h3,.about h3,.github-section h3{font-size:2rem}footer .container{flex-direction:column;text-align:center}}
