.app{min-height:100vh;display:flex;flex-direction:column}.hero-section{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#252522,#2d2d2a)}.hero-content{max-width:1200px;width:100%;text-align:center;animation:fadeIn .8s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.logo{width:150px;height:150px;margin:0 auto 1.5rem;display:block;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3));transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.title{font-size:4rem;font-weight:700;color:#e5b340;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5);letter-spacing:2px}.subtitle{font-size:1.5rem;color:#827e74;margin-bottom:2rem;font-weight:300;line-height:1.6}.description{max-width:700px;margin:0 auto 2rem;font-size:1.4375rem;color:#e5b340;line-height:2.125rem;padding:1.25rem;text-align:center;font-style:italic;font-weight:600;letter-spacing:.5px}.cta-section{margin:2.5rem 0 0;display:flex;justify-content:center;align-items:center}.app-store-badge{display:inline-block;transition:transform .2s ease;background:none;border:none;padding:0;cursor:pointer}.app-store-badge:hover{transform:scale(1.05)}.app-store-badge img{height:60px;width:auto}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:4rem;padding:0 1rem}.feature{background:#2d2d2a;border:2px solid #3d3d3a;border-radius:12px;padding:2rem;transition:all .3s ease}.feature:hover{border-color:#e5b340;transform:translateY(-5px);box-shadow:0 8px 16px #e5b34033}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature h3{color:#e5b340;font-size:1.5rem;margin-bottom:.5rem;font-weight:600}.feature p{color:#827e74;font-size:1rem;line-height:1.6}.footer{background:#1a1a18;padding:2rem;text-align:center;border-top:1px solid #3d3d3a;margin-top:auto}.footer p{color:#827e74;margin-bottom:1rem;font-size:.9rem}.footer-links{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.footer-links a{color:#e5b340;text-decoration:none;transition:color .2s ease;font-size:.9rem}.footer-links a:hover{color:#fff}.separator{color:#827e74}@media (max-width: 768px){.logo{width:120px;height:120px;margin-bottom:1.25rem}.title{font-size:2.5rem;margin-bottom:.875rem}.subtitle{font-size:1.25rem;margin-bottom:1.5rem}.description{font-size:1.125rem;line-height:1.75rem;padding:1rem;margin-bottom:1.5rem}.cta-section{margin-top:2rem}.app-store-badge img{height:50px}}@media (max-width: 480px){.logo{width:100px;height:100px;margin-bottom:1rem}.title{font-size:2rem;margin-bottom:.75rem}.subtitle{font-size:1rem;margin-bottom:1.25rem}.description{font-size:1rem;line-height:1.5rem;padding:.75rem;margin-bottom:1.25rem}.cta-section{margin-top:1.75rem}.app-store-badge img{height:45px}}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;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-color:#252522;color:#e5b340}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
