@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--primary:#10b981;--primary-hover:#059669;--secondary:#3b82f6;--bg-main:#f1f5f9;--bg-card:#fff;--bg-card-hover:#f8fafc;--text-main:#0f172a;--text-muted:#475569;--glass:#ffffffb3;--glass-border:#0000000f;--font-main:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--transition:all .3s cubic-bezier(.4, 0, .2, 1);--grad-text:linear-gradient(135deg, #0f172a 0%, #334155 100%);--shadow-sm:0 2px 4px #0000000d;--shadow-md:0 10px 30px -10px #0000001a;--shadow-lg:0 20px 50px -15px #00000026;--shadow:var(--shadow-md)}[data-theme=dark]{--bg-main:#020617;--bg-card:#0f172a;--bg-card-hover:#1e293b;--text-main:#f8fafc;--text-muted:#94a3b8;--glass:#ffffff08;--glass-border:#ffffff14;--grad-text:linear-gradient(135deg, #fff 0%, #94a3b8 100%);--shadow-sm:0 2px 4px #0000004d;--shadow-md:0 10px 30px -10px #00000080;--shadow-lg:0 20px 50px -15px #0009;--shadow:var(--shadow-md)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-main);color:var(--text-main);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}h1,h2,h3,h4{letter-spacing:-.02em;color:var(--text-main);font-weight:700;line-height:1.1}.gradient-text{background:var(--grad-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section-header{text-align:center;margin-bottom:6rem}.section-title{margin-top:1.25rem;margin-bottom:1.5rem;font-size:3.5rem}.section-subtitle{color:var(--text-muted);max-width:700px;margin:0 auto;font-size:1.15rem}.badge{color:var(--primary);letter-spacing:.1em;text-transform:uppercase;background:#10b9811a;border:1px solid #10b98133;border-radius:100px;padding:8px 18px;font-size:.8rem;font-weight:700;display:inline-block}.glass-effect{background:var(--glass);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border)}.btn{cursor:pointer;transition:var(--transition);border:none;border-radius:14px;justify-content:center;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 10px 20px -5px #10b9814d}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-3px);box-shadow:0 15px 30px -5px #10b98166}.btn-secondary{background:var(--glass);color:var(--text-main);border:1px solid var(--glass-border)}.btn-secondary:hover{background:#ffffff14;transform:translateY(-3px)}@keyframes float{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(1deg)}to{transform:translateY(0)rotate(0)}}.floating{animation:6s ease-in-out infinite float}@media (width<=1024px){.section-title{font-size:3rem}.section-header{margin-bottom:4rem}}@media (width<=768px){.section-title{font-size:2.25rem}.section-subtitle{font-size:1rem}.section-header{margin-bottom:3rem}.container{padding:0 1.25rem}.btn{width:100%;padding:.875rem 2rem}}.header{z-index:1000;align-items:center;height:80px;display:flex;position:fixed;top:0;left:0;right:0}.logo-wrapper{cursor:pointer;align-items:center;gap:.75rem;display:flex}.logo-image{object-fit:contain;border-radius:8px;width:40px;height:40px}.logo-text{letter-spacing:1.5px;color:var(--text-main);font-size:1.25rem;font-weight:800}.theme-toggle{background:var(--glass);border:1px solid var(--glass-border);cursor:pointer;transition:var(--transition);color:var(--text-main);border-radius:12px;justify-content:center;align-items:center;padding:8px;display:flex;position:relative;overflow:hidden}.theme-toggle:hover{border-color:var(--primary);background:#ffffff1a;transform:translateY(-2px)}[data-theme=light] .theme-toggle:hover{background:#0000000d}.icon-wrapper{justify-content:center;align-items:center;transition:transform .5s cubic-bezier(.4,0,.2,1);display:flex}.theme-icon{transition:all .3s}.sun{color:#fbbf24;filter:drop-shadow(0 0 5px #fbbf2480)}.moon{color:#818cf8;filter:drop-shadow(0 0 5px #818cf880)}.theme-toggle:active .icon-wrapper{transform:scale(.8)rotate(15deg)}.navbar{justify-content:space-between;align-items:center;width:100%;height:100%;display:flex}.nav-links{gap:2.5rem;display:flex}.nav-links a{color:var(--text-muted);transition:var(--transition);font-size:.95rem;font-weight:500;text-decoration:none}.nav-links a:hover{color:var(--text-main)}.nav-actions{align-items:center;gap:1.5rem;display:flex}.lang-switcher{background:var(--glass);border:1px solid var(--glass-border);border-radius:10px;padding:3px;display:flex}.lang-btn{color:var(--text-muted);cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:7px;padding:5px 10px;font-size:.75rem;font-weight:700}.lang-btn.active{background:var(--primary);color:#fff}.lang-btn:hover:not(.active){color:var(--text-main)}.mobile-menu-toggle{color:var(--text-main);cursor:pointer;z-index:1001;background:0 0;border:none;display:none}.btn-sm{padding:.6rem 1.25rem;font-size:.9rem}.mobile-menu{background:var(--bg-main);z-index:1000;width:100%;height:100vh;transition:var(--transition);flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;top:0;right:-100%}.mobile-menu.active{right:0}.mobile-menu-links{flex-direction:column;align-items:center;gap:2rem;display:flex}.mobile-menu-links a{color:var(--text-main);font-size:1.5rem;font-weight:600;text-decoration:none}@media (width<=1024px){.desktop-only{display:none!important}.mobile-menu-toggle{display:block}}.hero-section{padding:80px 0}.hero-grid{grid-template-columns:1.2fr 1fr;align-items:center;gap:5rem;display:grid}.hero-title{color:var(--text-main);margin-bottom:2rem;font-size:4.5rem;line-height:1.1}.hero-description{color:var(--text-muted);max-width:580px;margin-bottom:3rem;font-size:1.25rem;line-height:1.7}.hero-teases-container{flex-wrap:wrap;gap:2rem;margin-bottom:3.5rem;display:flex}.hero-tease{color:var(--text-main);align-items:center;gap:.85rem;font-size:1rem;font-weight:600;display:flex}.tease-icon-wrapper{width:40px;height:40px;color:var(--secondary);background:#3b82f61a;border:1px solid #3b82f633;border-radius:12px;justify-content:center;align-items:center;display:flex}.hero-actions{gap:1.25rem;margin-bottom:3.5rem;display:flex}.hero-visual{position:relative}.visual-wrapper{z-index:1;position:relative}.main-mockup{aspect-ratio:16/10;object-fit:cover;width:100%;box-shadow:var(--shadow-lg);border:1px solid var(--glass-border);border-radius:32px;display:block}.glow-circle{z-index:-1;filter:blur(50px);background:radial-gradient(circle,#10b98126 0%,#0000 70%);width:130%;height:130%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.floating-badge{color:var(--primary);letter-spacing:.05em;text-transform:uppercase;background:#10b9811a;border:1px solid #10b98133;border-radius:100px;align-items:center;margin-bottom:2rem;padding:8px 18px;font-size:.8rem;font-weight:700;display:inline-flex}.floating-badge span{color:#fff;background:var(--primary);border-radius:6px;margin-right:10px;padding:2px 10px;font-size:.7rem}.floating-card{z-index:2;box-shadow:var(--shadow-md);border:1px solid var(--glass-border);border-radius:24px;align-items:center;gap:1.25rem;padding:1.5rem;display:flex;position:absolute}.card-top{min-width:220px;top:10%;right:-10%}.card-bottom{min-width:260px;bottom:20%;left:-15%}.avatar{background:linear-gradient(135deg, var(--secondary), var(--primary));border-radius:12px;width:44px;height:44px}.hero-trust p{color:var(--text-muted);text-transform:uppercase;letter-spacing:.15em;margin-bottom:1.25rem;font-size:.85rem;font-weight:700}@media (width<=1200px){.hero-title{font-size:3.75rem}}@media (width<=1024px){.hero-grid{text-align:center;grid-template-columns:1fr;gap:5rem}.hero-description{margin-left:auto;margin-right:auto}.hero-teases-container,.hero-actions{justify-content:center}.hero-title{font-size:3.5rem}.card-top,.card-bottom{width:fit-content;margin:1.5rem auto;position:relative;top:0;left:0;right:0}}@media (width<=768px){.hero-section{padding:40px 0}.hero-title{font-size:2.75rem}.hero-description{font-size:1.1rem}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn{width:100%}.hero-teases-container{gap:1.25rem}.floating-card{width:100%;max-width:320px;padding:1rem}}.problems-section{padding:100px 0}.problems-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.problem-card{transition:var(--transition);background:var(--glass);border:1px solid var(--glass-border);border-radius:40px;padding:3.5rem;position:relative;overflow:hidden}.problem-card:hover{box-shadow:var(--shadow-lg);background:#ffffff0a;border-color:#ffffff1f;transform:translateY(-12px)}.problem-icon-wrapper{color:#ef4444;background:#ef44441a;border:1px solid #ef444433;border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:2.5rem;display:flex;box-shadow:0 10px 20px #ef44441a}.problem-card:nth-child(2) .problem-icon-wrapper{color:#f59e0b;background:#f59e0b1a;border-color:#f59e0b33;box-shadow:0 10px 20px #f59e0b1a}.problem-card:nth-child(3) .problem-icon-wrapper{color:#3b82f6;background:#3b82f61a;border-color:#3b82f633;box-shadow:0 10px 20px #3b82f61a}.problem-card:nth-child(4) .problem-icon-wrapper{color:#8b5cf6;background:#8b5cf61a;border-color:#8b5cf633;box-shadow:0 10px 20px #8b5cf61a}.problem-card-title{color:var(--text-main);margin-bottom:1.25rem;font-size:1.6rem}.problem-card-desc{color:var(--text-muted);font-size:1.05rem;line-height:1.7}@media (width<=1024px){.problems-grid{gap:1.5rem}.problem-card{padding:2.5rem}}@media (width<=768px){.problems-grid{grid-template-columns:1fr;gap:1.5rem}.problem-card{border-radius:32px;padding:2.5rem 2rem}.problem-icon-wrapper{width:60px;height:60px;margin-bottom:1.5rem}.problem-card-title{font-size:1.4rem}}.solutions-section{padding:100px 0}.solutions-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.solutions-list{gap:1.25rem;display:grid}.solution-item{background:var(--glass);border:1px solid var(--glass-border);transition:var(--transition);border-radius:20px;align-items:center;gap:1rem;padding:1.25rem;display:flex}.solution-item:hover{background:#ffffff0d;transform:translate(10px)}.solution-item h4{color:var(--text-main);margin:0;font-size:1.15rem}.solutions-visual{justify-content:center;align-items:center;min-height:400px;display:flex;position:relative}.diagram-container{border-radius:50%;justify-content:center;align-items:center;width:400px;height:400px;display:flex;position:relative}.main-node{background:var(--primary);z-index:10;border-radius:50%;justify-content:center;align-items:center;width:130px;height:130px;display:flex;box-shadow:0 0 40px #10b98166}.logo-text.mini{letter-spacing:1.5px;color:#fff;font-size:.9rem}.orbit-node{background:var(--bg-card);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:5;width:90px;height:90px;color:var(--text-muted);transition:var(--transition);border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;display:flex;position:absolute}.orbit-node:hover{color:var(--text-main);border-color:var(--primary);transform:scale(1.1)}.node-1{top:5%;left:5%}.node-2{top:5%;right:5%}.node-3{bottom:5%;left:5%}.node-4{bottom:5%;right:5%}.connector-svg{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.line-anim{stroke:var(--glass-border);stroke-width:1.5px;stroke-dasharray:6;animation:20s linear infinite dash}@keyframes dash{to{stroke-dashoffset:-100px}}@media (width<=1024px){.solutions-grid{text-align:center;grid-template-columns:1fr;gap:5rem}.solutions-content{order:2}.solutions-visual{order:1}.section-subtitle{text-align:center!important;margin-left:auto!important;margin-right:auto!important}}@media (width<=768px){.diagram-container{width:300px;height:300px}.main-node{width:100px;height:100px}.orbit-node{width:75px;height:75px;font-size:.7rem}.solutions-visual{min-height:320px}}@media (width<=480px){.diagram-container{width:260px;height:260px}.solution-item{padding:1rem;font-size:.9rem}}.features-section{padding:100px 0}.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem;display:grid}.feature-card{border:1px solid var(--glass-border);transition:var(--transition);background:var(--glass);border-radius:32px;padding:3rem 2.5rem}.feature-card:hover{border-color:var(--primary);box-shadow:var(--shadow-md);background:#ffffff0a;transform:translateY(-10px)}.feature-icon-wrapper{width:60px;height:60px;color:var(--primary);background:#10b9811a;border-radius:16px;justify-content:center;align-items:center;margin-bottom:2rem;display:flex;box-shadow:0 8px 16px #10b9811a}.feature-card-title{color:var(--text-main);margin-bottom:1rem;font-size:1.4rem}.feature-card-desc{color:var(--text-muted);font-size:1rem;line-height:1.7}@media (width<=1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.features-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2.5rem}.feature-card{padding:2.5rem 2rem}}.how-it-works-section{padding:100px 0}.steps-container{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:5rem;display:grid;position:relative}.step-item{text-align:center;z-index:2;flex-direction:column;align-items:center;display:flex;position:relative}.step-visual{justify-content:center;align-items:center;width:100%;margin-bottom:2.5rem;display:flex;position:relative}.step-icon-wrapper{background:var(--bg-card);border:2px solid var(--glass-border);width:80px;height:80px;color:var(--primary);transition:var(--transition);box-shadow:var(--shadow-md);border-radius:50%;justify-content:center;align-items:center;display:flex}.step-item:hover .step-icon-wrapper{border-color:var(--primary);transform:scale(1.1);box-shadow:0 15px 35px #10b98133}.step-line{background:linear-gradient(90deg, var(--primary) 0%, var(--glass-border) 100%);z-index:-1;width:100%;height:2px;position:absolute;top:50%;left:50%}.step-number{color:var(--primary);letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem;font-size:.8rem;font-weight:800}.step-title{color:var(--text-main);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.step-description{color:var(--text-muted);max-width:250px;font-size:.95rem;line-height:1.7}@media (width<=1024px){.steps-container{grid-template-columns:repeat(2,1fr);gap:4rem 2rem}.step-line{display:none}.step-visual{margin-bottom:1.5rem}}@media (width<=768px){.steps-container{grid-template-columns:1fr;gap:3.5rem;margin-top:3.5rem}.step-icon-wrapper{width:70px;height:70px}.step-title{font-size:1.15rem}}.for-whom-section{padding:100px 0}.audience-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:4rem;display:grid}.audience-item{border:1px solid var(--glass-border);transition:var(--transition);border-radius:20px;align-items:center;gap:1.5rem;padding:1.5rem 2rem;display:flex}.audience-item:hover{border-color:var(--secondary);background:#ffffff0d;transform:translate(10px)}.audience-icon-wrapper{width:48px;height:48px;color:var(--secondary);background:#3b82f61a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.audience-text{color:var(--text-main);font-size:1.1rem;font-weight:500}.audience-grid .audience-item:last-child:nth-child(odd){grid-column:span 2}@media (width<=768px){.audience-grid{grid-template-columns:1fr}.audience-grid .audience-item:last-child:nth-child(odd){grid-column:span 1}}.advantages-section{padding:100px 0}.advantages-grid{grid-template-columns:1fr .8fr;align-items:center;gap:5rem;display:grid}.advantages-stats{gap:1.5rem;margin-top:2.5rem;display:flex}.stat-box{text-align:center;border-radius:20px;flex:1;padding:1.5rem 2rem}.stat-box h3{color:var(--primary);margin-bottom:.25rem;font-size:2.5rem}.stat-box p{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.85rem;font-weight:600}.advantages-checklist{border-radius:40px;flex-direction:column;gap:1.5rem;padding:3.5rem;display:flex}.advantage-checklist-item{color:var(--text-main);align-items:center;gap:1.25rem;font-size:1.15rem;font-weight:500;display:flex}.check-icon-wrapper{color:var(--primary);flex-shrink:0;align-items:center;display:flex}@media (width<=1024px){.advantages-grid{grid-template-columns:1fr;gap:4rem}.advantages-text{text-align:center}.advantages-stats{justify-content:center}}@media (width<=768px){.advantages-checklist{border-radius:32px;padding:2rem}.stat-box h3{font-size:2rem}.advantage-checklist-item{font-size:1rem}.advantages-stats{flex-direction:column;width:100%}}.faq-section{padding:100px 0}.faq-list{gap:1.25rem;max-width:850px;margin:4rem auto 0;display:grid}.faq-item{border:1px solid var(--glass-border);transition:var(--transition);border-radius:24px;overflow:hidden}.faq-item:hover{border-color:var(--glass-border);background:#ffffff05}.faq-item.active{border-color:var(--primary);box-shadow:var(--shadow-sm);background:#10b98108}.faq-question{width:100%;color:var(--text-main);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.75rem 2rem;font-size:1.15rem;font-weight:600;display:flex}.faq-answer{color:var(--text-muted);padding:0 2rem 1.75rem;font-size:1rem;line-height:1.7}@media (width<=768px){.faq-question{padding:1.25rem 1.5rem;font-size:1rem}.faq-answer{padding:0 1.5rem 1.25rem;font-size:.9rem}.faq-list{margin-top:2.5rem}}.final-cta-section{padding:100px 0}.cta-card{text-align:center;border:1px solid var(--glass-border);background:radial-gradient(circle,#10b9811a 0%,#0000 70%);border-radius:56px;padding:7rem 2rem;position:relative;overflow:hidden}.cta-glow{z-index:0;pointer-events:none;background:radial-gradient(circle,#10b9810d 0%,#0000 50%);width:200%;height:200%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-content{z-index:1;position:relative}.cta-title{color:var(--text-main);margin-bottom:2rem;font-size:4rem;line-height:1.1}.cta-description{color:var(--text-muted);max-width:700px;margin:0 auto 3.5rem;font-size:1.25rem}.btn-lg{border-radius:16px;padding:1.4rem 3.5rem;font-size:1.25rem}@media (width<=1024px){.cta-title{font-size:3rem}}@media (width<=768px){.cta-section{padding:60px 0}.cta-title{font-size:2.25rem}.cta-description{margin-bottom:2.5rem;font-size:1.1rem}.cta-card{border-radius:40px;padding:5rem 1.5rem}.btn-lg{width:100%;padding:1.1rem 2.5rem;font-size:1.1rem}}.footer-section{padding:80px 0 40px}.footer-wrapper{border:1px solid var(--glass-border);background:var(--glass);border-radius:56px;padding:5rem 4rem 2.5rem}.footer-grid{grid-template-columns:2fr 1fr 1.5fr;gap:5rem;margin-bottom:5rem;display:grid}.footer-brand-desc{color:var(--text-muted);max-width:360px;margin-top:1.75rem;font-size:1rem;line-height:1.7}.footer-title{color:var(--text-main);margin-bottom:1.75rem;font-size:1.25rem;font-weight:700}.footer-links{flex-direction:column;gap:1.25rem;display:flex}.footer-links a{color:var(--text-muted);transition:var(--transition);font-size:1rem;text-decoration:none}.footer-links a:hover{color:var(--primary);transform:translate(8px)}.contact-list{flex-direction:column;gap:1.5rem;display:flex}.contact-item{color:var(--text-muted);transition:var(--transition);align-items:center;gap:1.25rem;font-size:1rem;text-decoration:none;display:flex}.contact-item:hover{color:var(--text-main);transform:translate(8px)}.footer-bottom{text-align:center;color:var(--text-muted);border-top:1px solid var(--glass-border);padding-top:2.5rem;font-size:.9rem}@media (width<=1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:4rem}.footer-brand{text-align:center;grid-column:span 2}.footer-brand-desc{max-width:100%}}@media (width<=768px){.footer-section{padding:40px 0 30px}.footer-grid{text-align:center;grid-template-columns:1fr;gap:3.5rem}.footer-brand{grid-column:span 1}.footer-wrapper{border-radius:40px;padding:3.5rem 1.5rem 2rem}.contact-item{justify-content:center}.footer-links a:hover,.contact-item:hover{transform:none}}.app-wrapper{background:radial-gradient(circle at 100% 0,#3b82f60d,#0000 40%),radial-gradient(circle at 0 100%,#10b9810d,#0000 40%);min-height:100vh;padding-top:80px}@media (width<=768px){.app-wrapper{padding-top:70px}}
