@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.app{min-height:100vh}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000001a;left:0;padding:1rem 0;position:fixed;right:0;top:0;z-index:1000}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{gap:.5rem}.logo-icon{height:32px;width:32px}.logo-text{color:#b90c55;font-size:1.5rem;font-weight:700}.nav-links{align-items:center;display:flex;gap:2rem}.nav-links a{color:#333;font-weight:500;text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:#b90c55}.cta-button{background:#b90c55;border-radius:8px;color:#fff!important;padding:.5rem 1rem;transition:background-color .3s ease}.cta-button:hover{background:#9b0a47}.hero{align-items:center;background:linear-gradient(135deg,#b90c55,#9b0a47);color:#fff;display:flex;min-height:100vh;padding:8rem 2rem 4rem}.hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.hero-content{max-width:600px}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;opacity:0;transform:translateY(30px);transition:all .8s ease}.hero-title.fade-in{opacity:1;transform:translateY(0)}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.9;opacity:0;transform:translateY(30px);transition:all .8s ease .2s}.hero-subtitle.fade-in{opacity:.9;transform:translateY(0)}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;opacity:0;transform:translateY(30px);transition:all .8s ease .4s}.hero-buttons.fade-in{opacity:1;transform:translateY(0)}.download-button{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;color:#b90c55;display:flex;font-weight:600;gap:.5rem;padding:1rem 1.5rem;text-decoration:none;transition:all .3s ease}.download-button:hover{background:#f8f9fa;box-shadow:0 8px 30px #00000026;transform:translateY(-2px)}.play-store-icon{height:24px;width:24px}.learn-more-button{background:#0000;border:2px solid #fff;border-radius:12px;color:#fff;cursor:pointer;font-weight:600;padding:1rem 1.5rem;transition:all .3s ease}.learn-more-button:hover{background:#fff;color:#b90c55}.hero-image{display:flex;justify-content:center;opacity:0;transform:translateX(50px);transition:all .8s ease .6s}.hero-image.slide-in{opacity:1;transform:translateX(0)}.hero-app-image{border-radius:20px;box-shadow:0 20px 60px #0000004d;height:auto;max-width:300px;transition:transform .3s ease;width:100%}.hero-app-image:hover{transform:scale(1.02)}.features{background:#fffbff;padding:6rem 2rem}.features-container{margin:0 auto;max-width:1200px}.section-title{color:#201a1b;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{background:#fff;border:1px solid #0000000d;border-radius:16px;box-shadow:0 4px 20px #0000000d;padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{border-color:#ffd9df;box-shadow:0 12px 40px #0000001a;transform:translateY(-4px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#201a1b;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.feature-card p{color:#524346;line-height:1.6}.cta-section{background:linear-gradient(135deg,#201a1b,#352f30);color:#fff;padding:6rem 2rem;text-align:center}.cta-container{margin:0 auto;max-width:800px}.cta-section h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-section p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.cta-download-button{align-items:center;background:#b90c55;border-radius:12px;box-shadow:0 4px 20px #b90c554d;color:#fff;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-download-button:hover{background:#9b0a47;box-shadow:0 8px 30px #b90c5566;transform:translateY(-2px)}.footer{background:#201a1b;color:#fff;padding:4rem 2rem 2rem}.footer-container{margin:0 auto;max-width:1200px}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h4{color:#faeeef;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-section a,.footer-section p{color:#c3c6cf;margin-bottom:.5rem}.footer-section a{display:block;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#faeeef}.footer-bottom{border-top:1px solid #43474e;color:#c3c6cf;padding-top:2rem;text-align:center}@media (max-width:768px){.nav-container{padding:0 1rem}.hero{padding:6rem 1rem 3rem}.hero-container{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{justify-content:center}.hero-app-image{max-width:250px}.features{padding:4rem 1rem}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr}.cta-section{padding:4rem 1rem}.cta-section h2{font-size:2rem}.footer{padding:3rem 1rem 1rem}.footer-content{grid-template-columns:1fr;text-align:center}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-buttons{align-items:center;flex-direction:column}.download-button,.learn-more-button{justify-content:center;max-width:300px;width:100%}.hero-app-image{max-width:200px}}
/*# sourceMappingURL=main.ea262db0.css.map*/