*{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:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.home{flex-direction:column}.hero,.home{min-height:100vh;display:flex}.hero{align-items:center;justify-content:space-between;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:white;position:relative;overflow:hidden}.hero-content{flex:1 1;max-width:600px;z-index:2}.logo{margin-bottom:2rem}.logo-text{font-size:4rem;font-weight:700;background:linear-gradient(45deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.logo-subtitle{font-size:1.5rem;font-weight:300;opacity:.9;margin-left:.5rem}.hero-description{font-size:1.25rem;margin-bottom:2rem;opacity:.9;line-height:1.8}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-block;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;border:2px solid transparent}.btn-primary{background:white;color:#667eea;border-color:white}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,.2)}.btn-primary:hover,.btn-secondary{background:transparent;color:white;border-color:white}.btn-secondary:hover{background:white;color:#667eea;transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,.2)}.hero-visual{flex:1 1;display:flex;align-items:center;justify-content:center;position:relative;height:400px}.wave-animation{position:relative;width:300px;height:300px}.wave{position:absolute;border-radius:50%;border:3px solid rgba(255,255,255,.3);animation:wave 3s ease-in-out infinite}.wave-1{width:100px;height:100px;animation-delay:0s}.wave-1,.wave-2{top:50%;left:50%;transform:translate(-50%,-50%)}.wave-2{width:200px;height:200px;animation-delay:1s}.wave-3{width:300px;height:300px;top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:2s}@keyframes wave{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.7}50%{transform:translate(-50%,-50%) scale(1.1);opacity:.3}}.features{padding:5rem 2rem;background:white}.container{max-width:1200px;margin:0 auto}.features h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.feature-card{text-align:center;padding:2rem;border-radius:15px;background:#f8fafc;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.1)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.feature-card p{color:#666;line-height:1.6}.welcome-back{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:3rem 2rem;text-align:center}.welcome-back h3{font-size:2rem;margin-bottom:1rem}.welcome-back p{font-size:1.2rem;opacity:.9}.footer{background:#1a1a1a;color:white;padding:2rem;text-align:center}.footer p{margin-bottom:.5rem;opacity:.8}@media (max-width:768px){.hero{flex-direction:column;text-align:center;padding:1rem}.logo-text{font-size:3rem}.hero-description{font-size:1.1rem}.hero-actions{justify-content:center}.hero-visual{height:250px}.wave-3,.wave-animation{width:200px;height:200px}.features h2{font-size:2rem}.features-grid{grid-template-columns:1fr}}