.container{min-height:100vh;display:flex;flex-direction:column}.header{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 5%;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100}.logo{display:flex;align-items:center;gap:.5rem}.logo-text{font-size:1.5rem;font-weight:700;color:#fff}.logo-tag{background:#fff3;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;color:#fff}.nav{display:flex;gap:2rem}.nav a{color:#fff;text-decoration:none;font-weight:500;transition:opacity .3s}.nav a:hover{opacity:.7}.hero{display:flex;align-items:center;justify-content:space-between;padding:4rem 5%;flex:1;gap:4rem;min-height:80vh}.hero-content{flex:1;color:#fff}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.highlight{background:linear-gradient(90deg,gold,#ffed4e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;gap:1rem}.btn{padding:.875rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:transform .2s,box-shadow .2s}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}.btn-primary{background:#fff;color:#667eea}.btn-secondary{background:#fff3;color:#fff;border:2px solid white}.hero-image{flex:1;display:flex;justify-content:center;align-items:center}.cloud-animation{position:relative;width:400px;height:300px}.cloud{position:absolute;background:#fffc;border-radius:100px;animation:float 6s ease-in-out infinite}.cloud:before,.cloud:after{content:"";position:absolute;background:inherit;border-radius:100px}.cloud-1{width:100px;height:40px;top:50px;left:100px;animation-delay:0s}.cloud-1:before{width:50px;height:50px;top:-25px;left:10px}.cloud-1:after{width:60px;height:40px;top:-15px;right:10px}.cloud-2{width:80px;height:35px;top:120px;left:180px;animation-delay:1s}.cloud-2:before{width:45px;height:45px;top:-20px;left:10px}.cloud-2:after{width:50px;height:35px;top:-12px;right:8px}.cloud-3{width:120px;height:45px;top:180px;left:50px;animation-delay:2s}.cloud-3:before{width:60px;height:60px;top:-28px;left:15px}.cloud-3:after{width:70px;height:45px;top:-20px;right:15px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.features{background:#fff;padding:5rem 5%}.section-title{text-align:center;font-size:2.5rem;font-weight:700;color:#333;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{padding:2rem;border-radius:12px;background:#f8f9fa;transition:transform .3s,box-shadow .3s;text-align:center}.feature-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000001a}.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}.tech{background:#f8f9fa;padding:5rem 5%}.tech-stack{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;max-width:900px;margin:0 auto}.tech-item{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:25px;font-weight:500;transition:transform .2s}.tech-item:hover{transform:scale(1.05)}.about{background:#fff;padding:5rem 5%}.about-content{max-width:800px;margin:0 auto;text-align:center}.about-content p{font-size:1.125rem;line-height:1.8;color:#555;margin-bottom:1.5rem}.deploy-info{margin-top:2rem;padding:1rem;background:#f0f4ff;border-radius:8px;color:#667eea!important;font-weight:600}.footer{background:#0000001a;color:#fff;text-align:center;padding:2rem}@media (max-width: 768px){.header{flex-direction:column;gap:1rem}.hero{flex-direction:column;text-align:center;padding:2rem 5%}.hero-title{font-size:2rem}.hero-buttons{justify-content:center}.cloud-animation{width:300px;height:200px}.nav{gap:1rem}}*{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}#root{min-height:100vh}
