*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}.container{margin:0 auto;max-width:1200px;padding:0 20px}.hero{align-items:center;background:#fff;color:#1f2937;display:flex;min-height:100vh;padding:120px 0 80px;position:relative}.hero .container{text-align:center}.hero-header{margin-bottom:2rem}.app-brand{color:#6366f1;font-size:4rem;font-style:italic;font-weight:300;letter-spacing:2px;margin-bottom:.5rem}.hero-title{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:3rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:3rem}.cta-button{border:2px solid #0000;border-radius:8px;display:inline-block;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-button.primary{background:#6366f1;color:#fff}.cta-button.primary:hover{background:#4f46e5;box-shadow:0 10px 25px #0003;transform:translateY(-2px)}.cta-button.secondary{background:#0000;border-color:#6366f1;color:#6366f1}.cta-button.secondary:hover{background:#6366f1;color:#fff;transform:translateY(-2px)}.scroll-indicator{animation:bounce 2s infinite;margin-top:3rem}.scroll-icon,.scroll-indicator{align-items:center;display:flex;justify-content:center}.scroll-icon{border:2px solid #6366f14d;border-radius:50%;color:#6366f1b3;cursor:pointer;height:40px;transition:all .3s ease;width:40px}.scroll-icon:hover{border-color:#6366f1cc;color:#6366f1;transform:scale(1.1)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.questions-grid{height:400px;margin:0 auto;max-width:600px;padding:0 1rem;position:relative}.question-card{align-items:center;border-radius:20px;box-shadow:0 10px 30px #0003;color:#fff;cursor:pointer;display:flex;height:180px;justify-content:center;overflow:hidden;padding:2rem;position:absolute;transition:transform .3s ease,box-shadow .3s ease;width:280px}.question-card:hover{box-shadow:0 20px 40px #0000004d;transform:scale(1.05) translateY(-10px) rotate(0deg);z-index:10}.question-card:first-child{left:0;top:0;transform:rotate(-8deg);z-index:4}.question-card:nth-child(2){right:-60px;top:20px;transform:rotate(25deg);z-index:3}.question-card:nth-child(3){bottom:20px;right:0;transform:rotate(-13deg);z-index:2}.question-card:nth-child(4){bottom:30px;left:-50px;transform:rotate(-55deg);z-index:1}@media (max-width:768px){.question-card:nth-child(2){right:-40px}.question-card:nth-child(3){bottom:10px;right:20px}.question-card:nth-child(4){bottom:20px;left:-30px}}@media (max-width:480px){.question-card:nth-child(2){right:-20px}.question-card:nth-child(3){bottom:5px;right:10px}.question-card:nth-child(4){bottom:15px;left:-15px}}.question-card.card-black{background:linear-gradient(135deg,#36bf65,#2d9d52)}.question-card.card-pink{background:linear-gradient(135deg,#d75a46,#c04a36)}.question-card.card-orange{background:linear-gradient(135deg,#1f2937,#374151)}.question-card.card-yellow{background:linear-gradient(135deg,#e58ac7,#d17bb8)}.question-card h3{font-size:1.25rem;font-weight:700;line-height:1.3;margin:0;text-align:center}.what-is-nofilt{background:#f8fafc;padding:100px 0}.content-wrapper{margin:0 auto;max-width:800px;text-align:center}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#36bf65);-webkit-background-clip:text;background-clip:text;color:#1f2937;font-size:3rem;font-weight:700;margin-bottom:4rem}.description-text{display:flex;flex-direction:column;gap:2rem}.main-message{color:#374151;font-size:1.5rem;font-weight:600;line-height:1.4}.sub-message{color:#6b7280;font-size:1.25rem;line-height:1.6}.highlight{color:#6366f1;font-size:1.75rem;font-weight:700;line-height:1.3}.tagline{color:#36bf65;font-size:1.5rem;font-style:italic;font-weight:600;line-height:1.4}.download{background:linear-gradient(135deg,#1f2937,#374151);color:#fff;padding:80px 0;text-align:center}.download-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.download-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.app-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:1rem}.app-button{display:block;transition:transform .3s ease}.app-button:hover{transform:scale(1.05)}.app-button img{height:60px;width:auto}.download-note{font-size:.875rem;opacity:.7}.footer{background:#1f2937;color:#fff;padding:50px 0 20px}.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:#f9fafb;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-link,.footer-section p{color:#9ca3af;margin-bottom:.5rem}.footer-link{display:block;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#6366f1}.footer-bottom{border-top:1px solid #374151;color:#9ca3af;padding-top:2rem;text-align:center}@media (max-width:768px){.nav-links{gap:1rem}.app-brand{font-size:3rem}.hero-title{font-size:2rem}.questions-grid{height:250px;max-width:350px}.question-card{height:120px;padding:1rem;width:180px}.question-card h3{font-size:1rem}.section-title{font-size:2.5rem}.description-text{gap:1.5rem}.main-message{font-size:1.25rem}.sub-message{font-size:1.1rem}.highlight{font-size:1.5rem}.tagline{font-size:1.25rem}.download-content h2{font-size:2rem}.app-buttons{align-items:center;flex-direction:column}}@media (max-width:480px){.container{padding:0 15px}.hero{padding:100px 0 60px}.app-brand{font-size:2.5rem}.hero-title{font-size:1.75rem}.hero-buttons{flex-direction:column}.cta-button{text-align:center}.questions-grid{height:200px;max-width:280px}.question-card{height:100px;padding:.75rem;width:140px}.question-card h3{font-size:.9rem;line-height:1.2}.feature-card{padding:1.5rem}}
/*# sourceMappingURL=main.4c81353c.css.map*/