*{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;line-height:1.6;color:#333;background-color:#f0fff0;background-image:url(/photo_background.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}.landing-container{min-height:100vh;display:flex;flex-direction:column}.landing-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 2rem;display:flex;justify-content:center}.header-content{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1200px}.header-nav{display:flex;gap:.5rem;align-items:center;margin-top:.75rem}.nav-link{color:#fff;text-decoration:none;padding:.35rem .75rem;border:1px solid rgba(255,255,255,.5);border-radius:4px;font-size:.875rem;transition:all .2s ease;white-space:nowrap}.nav-link:hover{background:#ffffff1a;border-color:#fff}.nav-link.active{background:#fff3;border-color:#fff;font-weight:600}.header-text{display:flex;flex-direction:column;align-items:center}.header-title{display:flex;align-items:center;gap:.75rem}.header-logo{width:40px;height:40px;flex-shrink:0;cursor:pointer;transition:transform .2s}.header-logo:hover{transform:scale(1.1)}.landing-header h1{font-size:1.5rem;margin-bottom:0}.tagline{font-size:.85rem;opacity:.9;margin-top:.25rem}.landing-main{flex:1;max-width:1200px;margin:0 auto;padding:2rem 1rem;width:100%}.hero{padding:0 1rem 2rem;background-color:#f0fff0f2;border-radius:8px}.hero h2{font-size:2rem;margin-bottom:.5rem;color:#2d3748;text-align:center}.hero-subtitle{font-size:1.1rem;font-weight:600;color:#667eea;text-align:center;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.hero-content-with-image{display:flex;gap:3rem;align-items:flex-start;max-width:1200px;margin:0 auto}.hero-text-content{flex:1;min-width:0}.hero-text-content p{font-size:1rem;color:#4a5568;margin-bottom:1.5rem;line-height:1.6}.hero-image-side{flex:1.2;display:flex;flex-direction:column;gap:1.5rem;min-width:0}.hero-screenshot{max-width:100%;width:100%;height:auto;border-radius:.5rem;box-shadow:0 4px 12px #00000026;border:1px solid #e2e8f0}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:.75rem 2rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-block}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-secondary{background:#fff;color:#5568d3;border:2px solid #5568d3;font-weight:600}.features{padding:4rem 2rem;background-color:#f0fff0f2;margin:2rem 0;border-radius:8px}.features h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2d3748}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 2px 4px #0000001a;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#667eea}.feature-card p{color:#4a5568}.philosophy{padding:2rem;background-color:#f0fff0f2;border-radius:8px;margin-top:2rem}.philosophy h2{font-size:2rem;margin-bottom:1.5rem;color:#2d3748;text-align:center}.philosophy-content{display:flex;gap:2rem;align-items:center;max-width:1200px;margin:0 auto}.philosophy-text{flex:1.5;min-width:0}.philosophy-text p{font-size:.95rem;color:#4a5568;margin-bottom:1rem;line-height:1.6}.illustration-container{flex:1;display:flex;justify-content:center;align-items:center;min-width:0;max-width:350px}.philosophy-illustration{max-width:100%;width:100%;height:auto;border-radius:.5rem;box-shadow:0 2px 8px #0000001a}.demo-showcase{padding:4rem 2rem;background-color:#f0fff0f2;border-radius:8px;margin-top:2rem}.demo-showcase h2{text-align:center;font-size:2.5rem;margin-bottom:2rem;color:#2d3748}.demo-content{display:flex;gap:3rem;align-items:center;max-width:1200px;margin:0 auto}.demo-text{flex:1;min-width:0}.demo-text p{font-size:1rem;color:#4a5568;margin-bottom:1rem;line-height:1.6}.demo-image-container{flex:1.2;display:flex;justify-content:center;align-items:center;min-width:0}.demo-screenshot{max-width:100%;width:100%;height:auto;border-radius:.5rem;box-shadow:0 4px 12px #00000026;border:1px solid #e2e8f0}.about{padding:4rem 2rem;text-align:center;background-color:#f0fff0f2;border-radius:8px;margin-top:2rem}.about h2{font-size:2.5rem;margin-bottom:1rem;color:#2d3748}.about p{font-size:1.25rem;color:#4a5568;max-width:700px;margin:0 auto}.target-users{list-style-position:inside;padding:0;margin:1rem auto;max-width:700px;text-align:left}.target-users li{font-size:1rem;color:#4a5568;margin-bottom:.75rem;padding-left:0}.landing-footer{background:#2d3748;color:#fff;text-align:center;padding:2rem;margin-top:auto}.landing-footer p{margin:.5rem 0}.landing-footer a{color:#cbd5e0;text-decoration:underline;text-decoration-color:#cbd5e080;transition:color .2s,text-decoration-color .2s;font-weight:500}.landing-footer a:hover{color:#fff;text-decoration-color:#fff}@media(max-width:768px){.landing-header h1{font-size:1.5rem}.header-content{flex-direction:column;gap:1rem}.header-nav{width:100%;justify-content:center}.nav-link{padding:.4rem 1rem;font-size:.9rem}.tagline{font-size:.9rem;text-align:center}.hero{padding:1.5rem 1rem}.hero h2{font-size:1.5rem}.hero-content-with-image{flex-direction:column;gap:1.5rem}.hero-text-content p{font-size:.9rem}.hero-subtitle{font-size:1rem}.hero-screenshot{max-width:100%}.header-logo{width:30px;height:30px}.header-title{gap:.5rem}.landing-header h1{font-size:1.25rem}.tagline{font-size:.75rem}.philosophy{padding:1.5rem 1rem}.philosophy h2{font-size:1.5rem}.philosophy-content{flex-direction:column;gap:1.5rem}.philosophy-text p{font-size:.9rem}.features h2,.about h2,.demo-showcase h2{font-size:1.5rem}.feature-grid{grid-template-columns:1fr}.illustration-container{width:100%}.philosophy-illustration{max-width:100%}.demo-showcase{padding:2rem 1rem}.demo-content{flex-direction:column;gap:1.5rem}.demo-text p{font-size:.9rem}.demo-screenshot{max-width:100%}}
