.App{min-height:100vh;display:flex;flex-direction:column}.header{text-align:center;padding:60px 20px;max-width:800px;margin:0 auto}.app-icon{width:120px;height:120px;border-radius:24px;margin-bottom:30px;box-shadow:0 4px 12px #2d5a3d26}.title{font-family:Poppins,sans-serif;font-size:3rem;font-weight:700;color:#2d5a3d;margin-bottom:15px;letter-spacing:-.02em}.subtitle{font-family:Poppins,sans-serif;font-size:1.5rem;color:#3d7a52;margin-bottom:25px;font-weight:500;letter-spacing:-.01em}.description{font-size:1.1rem;line-height:1.7;color:#4a8c61;max-width:700px;margin:0 auto}.screenshots{padding:0 20px 60px;flex:1}.section-title{text-align:center;font-size:2rem;color:#2d5a3d;margin-bottom:40px}.screenshots-grid{display:flex;justify-content:center;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px;position:relative;min-height:600px}.screenshot{width:280px;height:auto;position:absolute}.screenshot:nth-child(1){transform:rotate(-8deg) translate(-250px);z-index:1}.screenshot:nth-child(2){width:320px;transform:rotate(0);z-index:3}.screenshot:nth-child(3){transform:rotate(8deg) translate(250px);z-index:1}.footer{background-color:transparent;color:#fff;padding:40px 20px;text-align:center;margin-top:auto}.footer-links{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:15px;margin-bottom:20px}.footer-link{color:#a8d5ba;text-decoration:none;font-size:1rem;transition:color .3s ease}.footer-link:hover{color:#fff;text-decoration:underline}.separator{color:#a8d5ba}.copyright{font-size:.9rem;color:#a8d5ba}@media (max-width: 768px){.title{font-size:2.5rem}.subtitle{font-size:1.2rem}.description{font-size:1rem}.app-icon{width:100px;height:100px}.screenshots-grid{flex-direction:column;gap:20px;min-height:auto}.screenshot{position:relative;width:240px}.screenshot:nth-child(1),.screenshot:nth-child(2),.screenshot:nth-child(3){transform:rotate(0) translate(0);z-index:1}.footer-links{flex-direction:column;gap:10px}.separator{display:none}}*{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(to bottom,#f8fdf9,#e8f5ec,#2d5a3d);color:#2d5a3d;min-height:100vh}
