.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:50vh;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:40vh}.minimal-app .description-screen .description-content .quote-line{font-size:1.8rem}.minimal-app .description-screen .description-content .sub-line{font-size:1rem}}.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}
