.contact{background:#fffffff2;padding:3rem;border-radius:20px;box-shadow:0 10px 40px #0000001a;margin:2rem 0;text-align:center}.contact h1{color:#333;margin-bottom:1rem}.contact-form{max-width:600px;margin:2rem auto 0;text-align:left}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#4a5568;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.features-page{background:#fffffff2;padding:3rem;border-radius:20px;box-shadow:0 10px 40px #0000001a;margin:2rem 0;text-align:center}.features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.feature-item{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #0000000d;transition:transform .3s}.feature-item:hover{transform:translateY(-5px)}.feature-item h3{color:#2d3748;margin-bottom:1rem}.feature-item p{color:#718096}.register,.login{background:#fffffff2;padding:3rem;border-radius:20px;box-shadow:0 10px 40px #0000001a;margin:2rem auto;max-width:500px;text-align:center}.register h1,.login h1{color:#333;margin-bottom:.5rem}.register-form,.login-form{margin-top:2rem;text-align:left}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.checkbox{display:flex;align-items:center;gap:.5rem;color:#4a5568}.forgot-password{color:#667eea;text-decoration:none;font-size:.9rem}.forgot-password:hover{text-decoration:underline}.login-link,.register-link{margin-top:1.5rem;text-align:center;color:#718096}.login-link a,.register-link a{color:#667eea;text-decoration:none;font-weight:500}.login-link a:hover,.register-link a:hover{text-decoration:underline}.nav-link.active{color:#667eea;background:#667eea1a;font-weight:600}@media (max-width: 768px){.contact,.features-page,.register,.login{padding:2rem 1rem;margin:1rem 0}.form-options{flex-direction:column;gap:1rem;align-items:flex-start}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;color:#333}#root{min-height:100vh;display:flex;flex-direction:column}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#667eea;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#5a67d8}
