*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#fff}.header{background:#2c3e50;color:white;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo h1{font-size:1.5rem;font-weight:600}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-menu a{color:white;text-decoration:none;transition:color .3s ease}.nav-menu a:hover{color:#3498db}.register-link{background:#e74c3c!important;color:white!important;padding:.5rem 1rem;border-radius:4px;font-weight:600}.register-link:hover{background:#c0392b!important}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:4rem 2rem;text-align:center}.hero-container{max-width:1000px;margin:0 auto}.hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.hero-tagline{font-size:1.125rem;margin-bottom:3rem;font-weight:300}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.cta-primary,.cta-secondary{padding:.875rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-block}.cta-primary{background:#e74c3c;color:white}.cta-primary:hover{background:#c0392b;transform:translateY(-2px)}.cta-secondary{background:rgba(255,255,255,.2);color:white;border:2px solid rgba(255,255,255,.3)}.cta-secondary:hover{background:rgba(255,255,255,.3)}.hero-flow{font-size:.95rem;opacity:.8;max-width:800px;margin:0 auto}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:4rem 0}.section h2{font-size:2.5rem;margin-bottom:2rem;text-align:center;color:#2c3e50}.section h3{font-size:1.5rem;margin-bottom:1rem;color:#34495e}.grid{display:grid;grid-gap:2rem;gap:2rem;margin:2rem 0}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.card{background:#f8f9fa;padding:2rem;border-radius:8px;border-left:4px solid #3498db}.card h3{color:#2c3e50;margin-bottom:1rem}.highlight-card{background:#e3f2fd;border-left-color:#2196f3}.developer-card{background:#f3e5f5;border-left-color:#9c27b0}.adopter-card{background:#e8f5e8;border-left-color:#4caf50}.footer{background:#2c3e50;color:white;padding:2rem 0;text-align:center;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width:768px){.hero h1{font-size:2rem}.nav-menu{gap:1rem;font-size:.9rem}.cta-buttons{flex-direction:column;align-items:center}.section{padding:3rem 0}}