@charset "UTF-8";.minimal-app{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}.minimal-app .fullscreen-spline{position:relative;width:100vw;height:100vh;background:#f8f8f8;transition:opacity .6s ease-out}.minimal-app .fullscreen-spline canvas{width:100%!important;height:100%!important;opacity:0;animation:fadeIn 1.2s ease-out forwards;animation-delay:.3s}.minimal-app .fullscreen-spline .loading-screen{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#888;z-index:10;font-weight:300;letter-spacing:.5px}.minimal-app .description-screen{display:flex;align-items:center;justify-content:center;height:100vh;background:#fff;padding:2rem}.minimal-app .description-screen .description-content{text-align:center;max-width:600px;opacity:0;transform:translateY(20px);animation:fadeUp .8s ease-out forwards;animation-delay:.8s}.minimal-app .description-screen .description-content .quote-line{font-size:2.2rem;font-weight:600;line-height:1.3;margin-bottom:1.5rem;color:#222;letter-spacing:-.5px}.minimal-app .description-screen .description-content .sub-line{font-size:1.2rem;font-weight:400;color:#666;letter-spacing:1px;text-transform:uppercase}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.minimal-app .description-screen{height:100vh}.minimal-app .description-screen .description-content .quote-line{font-size:1.8rem}.minimal-app .description-screen .description-content .sub-line{font-size:1rem}}.trust-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#f8f8f8;padding:2rem}.trust-screen .trust-content{text-align:center;max-width:960px;opacity:0;transform:translateY(20px);animation:fadeUp .8s ease-out forwards;animation-delay:1.2s}.trust-screen .trust-content h2{font-size:clamp(1.6rem,2.5vw + 1rem,2.4rem);font-weight:600;margin-bottom:2.5rem}.trust-screen .trust-content h2 .highlight{color:#38bdf8;white-space:nowrap}.trust-screen .trust-content .logo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem 2rem;place-items:center;margin-bottom:2rem;padding:0;list-style:none}.trust-screen .trust-content .logo-grid li{width:100%;display:flex;align-items:center;justify-content:center;opacity:.8;transition:opacity .25s ease}.trust-screen .trust-content .logo-grid li:hover{opacity:1}.trust-screen .trust-content .logo-grid li img{max-width:100%;max-height:60px;filter:grayscale(100%);transition:filter .25s ease}.trust-screen .trust-content .logo-grid li img:hover{filter:grayscale(0%)}.trust-screen .trust-content .review{font-size:1rem;color:#444;font-style:italic}.trust-screen .trust-content .review .author{font-weight:500}@media (max-width: 500px){.trust-screen .trust-content .logo-grid{gap:1rem}.trust-screen .trust-content .review{font-size:.9rem}}.cta-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#0f172a;color:#fff;padding:2rem}.cta-screen .cta-content{text-align:center;max-width:600px;opacity:0;transform:translateY(40px);transition:opacity .6s ease,transform .6s ease}.cta-screen h2{font-size:clamp(1.8rem,2vw + 1rem,2.6rem);font-weight:600;margin-bottom:1rem}.cta-screen .cta-sub{font-size:1.1rem;opacity:.9;margin-bottom:2rem}.cta-screen .cta-form{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.cta-screen .cta-form input{flex:1 1 240px;padding:.8rem 1rem;border-radius:.5rem;border:none;font-size:1rem;outline:none}.cta-screen .cta-form .whatsapp-btn{display:inline-flex;align-items:center;padding:10px 16px;background-color:#25d366;color:#fff;font-weight:700;text-decoration:none;border-radius:30px;box-shadow:0 2px 6px #0003;transition:background-color .3s ease}.cta-screen .cta-form .whatsapp-btn:hover{background-color:#1ebc59}.cta-screen .cta-form .whatsapp-btn .icon{width:24px;height:24px;margin-right:8px}@media (prefers-reduced-motion: no-preference){.cta-screen.is-visible .cta-content{opacity:1;transform:translateY(0)}}.whatsapp-button{display:inline-block;background-color:#25d366;color:#fff;text-decoration:none;padding:12px 20px;border-radius:30px;font-size:16px;font-weight:700;transition:background-color .3s ease}.whatsapp-button:hover{background-color:#1ebe5d}.navigation{position:fixed;top:0;left:0;width:100%;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;z-index:1000;background:#0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navigation .logo{font-size:1.5rem;font-weight:700;text-decoration:none;color:#fff}.navigation .desktop-nav{display:flex;gap:2rem;list-style:none}@media (max-width: 768px){.navigation .desktop-nav{display:none}}.navigation .desktop-nav a{color:#fff;text-decoration:none;position:relative;padding:.5rem 0}.navigation .desktop-nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--primary-color);transition:width .3s ease}.navigation .desktop-nav a:hover:after{width:100%}.navigation .menu-button{background:none;border:none;color:#fff;cursor:pointer;display:none}@media (max-width: 768px){.navigation .menu-button{display:block}}.navigation .mobile-nav{position:fixed;top:0;right:0;width:70%;height:100vh;background:var(--bg-color);padding:2rem;box-shadow:-5px 0 15px #0003}.navigation .mobile-nav ul{list-style:none;margin-top:3rem;display:flex;flex-direction:column;gap:1.5rem}.navigation .mobile-nav ul a{color:var(--text-color);text-decoration:none;font-size:1.2rem}.cta-button{padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;outline:none}.cta-button .button-icon{display:flex;align-items:center}.cta-button.primary{background:var(--primary-color);color:#fff}.cta-button.secondary{background:transparent;color:var(--text-color);border:1px solid var(--text-color)}.cta-button.accent{background:var(--accent-color);color:#000}.testimonials-section{padding:5rem 2rem;background:var(--light-bg);text-align:center}.testimonials-section .testimonial-card{max-width:700px;margin:0 auto}.testimonials-section .testimonial-card h3{font-size:2rem;margin-bottom:1.5rem;color:var(--primary-color)}.testimonials-section .testimonial-card p{font-size:1.3rem;font-style:italic}.testimonials-section .testimonial-card span{display:block;margin-top:1rem;font-weight:700;color:var(--primary-color)}.faq-section{padding:5rem 2rem;background:#fff;text-align:right}.faq-section .faq-content{max-width:800px;margin:0 auto}.faq-section .faq-content h3{font-size:2rem;color:var(--primary-color);margin-bottom:2rem;text-align:center}.faq-section .faq-content .faq-item{margin-bottom:2rem}.faq-section .faq-content .faq-item h4{font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.faq-section .faq-content .faq-item p{font-size:1.1rem;color:#333}.platforms-supported{padding:4rem 2rem;text-align:center;background:#fff}.platforms-supported h3{font-size:1.6rem;color:var(--primary-color);margin-bottom:2rem}.platforms-supported .logos-row{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex-wrap:wrap}.platforms-supported .logos-row img{height:40px;max-width:120px;object-fit:contain;opacity:.8;transition:all .3s ease}.platforms-supported .logos-row img:hover{transform:scale(1.05);opacity:1}@media (max-width: 480px){.platforms-supported{padding:2rem 1rem}.platforms-supported .logos-row{gap:1rem}.platforms-supported .logos-row img{height:35px;max-width:100px}.platforms-supported h3{font-size:1.3rem}}.site-footer{background:var(--footer-bg);color:var(--text-color);padding:4rem 2rem 2rem;position:relative}.site-footer .footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:3rem}@media (max-width: 768px){.site-footer .footer-content{grid-template-columns:1fr}}.site-footer .footer-brand .footer-logo{font-size:1.8rem;margin-bottom:1rem}.site-footer .footer-brand .footer-text{opacity:.8;margin-bottom:1.5rem;line-height:1.6}.site-footer .footer-brand .social-links{display:flex;gap:1rem}.site-footer .footer-brand .social-links a{color:var(--text-color);opacity:.7;transition:opacity .3s}.site-footer .footer-brand .social-links a:hover{opacity:1}.site-footer .footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 600px){.site-footer .footer-links{grid-template-columns:1fr}}.site-footer .footer-links .link-section h4{margin-bottom:1.5rem;font-size:1.2rem}.site-footer .footer-links .link-section ul{list-style:none;display:flex;flex-direction:column;gap:.8rem}.site-footer .footer-links .link-section ul a{color:var(--text-color);opacity:.8;text-decoration:none;transition:opacity .3s}.site-footer .footer-links .link-section ul a:hover{opacity:1}.site-footer .footer-bottom{max-width:1200px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.site-footer .footer-bottom p{opacity:.6;font-size:.9rem}.site-footer .footer-bottom .legal-links{display:flex;gap:1.5rem}.site-footer .footer-bottom .legal-links a{color:var(--text-color);opacity:.6;font-size:.9rem;text-decoration:none;transition:opacity .3s}.site-footer .footer-bottom .legal-links a:hover{opacity:1}
