html,body{height:100%;margin:0;padding:0}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#121212;color:#e0e0e0;line-height:1.6}.app-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:100vh;max-width:1200px;margin:0 auto;padding:2rem;text-align:center;box-sizing:border-box}header{text-align:center;margin-bottom:3rem}.main-title{font-size:3rem;color:#fff}.subtitle{font-size:1.2rem;color:#b0b0b0}.feature-section{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:2rem;width:100%;max-width:1000px;margin:0 auto 5rem;padding:1.5rem;border-radius:15px;background-color:#1e1e1e;box-shadow:0 5px 15px #0003;transition:transform .3s,box-shadow .3s}.feature-section:hover{transform:translateY(-5px);box-shadow:0 15px 25px #0000004d}.feature-section.reverse{flex-direction:row-reverse}.feature-image{flex:1;max-width:50%}.feature-image .image{width:100%;border-radius:10px;object-fit:cover;transition:transform .3s}.feature-image .image:hover{transform:scale(1.05)}.feature-text{flex:1;max-width:50%;text-align:left;color:#e0e0e0}.title-with-logo{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.small-logo{width:50px;height:50px;object-fit:contain;border-radius:10px}.feature-text h2{margin:0;font-size:1.8rem}.feature-text p{font-size:1rem;margin-bottom:1rem}.feature-text button,footer button{background-color:#6200ea;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:8px;cursor:pointer;font-weight:700;transition:background-color .3s}.feature-text button:hover,footer button:hover{background-color:#3700b3}footer{text-align:center;margin-top:5rem;color:#b0b0b0}.read-the-docs{font-style:italic;margin-top:.5rem}@media(max-width:900px){.feature-section,.feature-section.reverse{flex-direction:column;text-align:center}.feature-image,.feature-text{max-width:90%;margin:0 auto 1.5rem}.feature-text{text-align:center}.title-with-logo{justify-content:center}}
