*{box-sizing:border-box;margin:0;padding:0}body{color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;overflow-x:hidden}html{scroll-behavior:smooth}:root{--primary-color:#6366f1;--primary-dark:#4f46e5;--secondary-color:#10b981;--accent-color:#f59e0b;--background-color:#fff;--background-secondary:#f8fafc;--text-color:#1f2937;--text-muted:#6b7280;--border-color:#e5e7eb;--shadow-light:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;--shadow-medium:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-large:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--gradient-primary:linear-gradient(135deg,#6366f1,#8b5cf6);--gradient-secondary:linear-gradient(135deg,#10b981,#059669)}h1,h2,h3,h4,h5,h6{color:#1f2937;color:var(--text-color);font-weight:700;line-height:1.2}p{color:#6b7280;color:var(--text-muted);line-height:1.7}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;padding:12px 24px;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);background:var(--gradient-primary);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-medium);color:#fff}.btn-primary:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;box-shadow:var(--shadow-large);transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #6366f1;border:2px solid var(--primary-color);color:#6366f1;color:var(--primary-color)}.btn-secondary:hover{background:#6366f1;background:var(--primary-color);color:#fff;transform:translateY(-2px)}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow-light);position:fixed;top:0;width:100%;z-index:1000}.nav{padding:0 2rem}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 0}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{gap:.75rem}.logo-image{height:40px;object-fit:contain;width:40px}.logo-text-container{display:flex;flex-direction:column;line-height:1.2}.logo-text{color:#6366f1;color:var(--primary-color);font-size:1rem;font-weight:800}.logo-accent{color:#1f2937;color:var(--text-color);font-size:.8rem;font-weight:600}.nav-menu{align-items:center;display:flex;gap:2rem;list-style:none}.nav-link{color:#1f2937;color:var(--text-color);font-weight:500;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#6366f1;color:var(--primary-color)}.nav-toggle{cursor:pointer;display:none;flex-direction:column;gap:4px}.bar{background:#1f2937;background:var(--text-color);border-radius:3px;height:3px;transition:.3s;width:25px}.hero{align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;min-height:100vh;padding-top:80px}.hero-container{margin:0 auto;max-width:1200px;padding:0 2rem}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.hero-title{font-size:3.5rem;line-height:1.1;margin-bottom:1.5rem}.title-accent{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#8b5cf6);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text}.hero-description{font-size:1.2rem;margin-bottom:2rem;max-width:500px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero-visual{align-items:center;display:flex;justify-content:center}.hero-card{background:#fff;border-radius:20px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;box-shadow:var(--shadow-large);overflow:hidden;padding:3rem;position:relative;text-align:center}.hero-card:before{animation:float 6s ease-in-out infinite;background:linear-gradient(135deg,#6366f1,#8b5cf6);background:var(--gradient-primary);border-radius:50%;content:"";height:200%;left:-50%;opacity:.05;position:absolute;top:-50%;width:200%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-logo{height:120px;margin:0 auto 1.5rem;position:relative;width:120px}.hero-logo-image{animation:floatLogo 6s ease-in-out infinite;height:100%;object-fit:contain;width:100%}@keyframes floatLogo{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.05)}}.services{background:#fff;background:var(--background-color);padding:6rem 0}.services-container{margin:0 auto;max-width:1200px;padding:0 2rem}.section-header{margin-bottom:4rem;text-align:center}.section-title{font-size:2.5rem;margin-bottom:1rem}.section-subtitle{font-size:1.2rem;margin:0 auto;max-width:600px}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.service-card{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:16px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow-light);padding:2.5rem;transition:all .3s ease}.service-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;box-shadow:var(--shadow-large);transform:translateY(-8px)}.service-icon{font-size:3rem;margin-bottom:1.5rem}.service-title{color:#1f2937;color:var(--text-color);font-size:1.5rem;margin-bottom:1rem}.service-description{line-height:1.6;margin-bottom:1.5rem}.service-features{list-style:none}.service-features li{color:#6b7280;color:var(--text-muted);padding:.5rem 0 .5rem 1.5rem;position:relative}.service-features li:before{color:#10b981;color:var(--secondary-color);content:"✓";font-weight:700;left:0;position:absolute}.about{background:#f8fafc;background:var(--background-secondary);padding:6rem 0}.about-container{margin:0 auto;max-width:1200px;padding:0 2rem}.about-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.about-description{font-size:1.1rem;margin-bottom:1.5rem}.about-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:2rem}.stat-item{text-align:center}.stat-number{color:#6366f1;color:var(--primary-color);font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.stat-label{color:#6b7280;color:var(--text-muted);font-weight:500}.expertise-list{background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-medium);padding:2.5rem}.expertise-list h3{color:#1f2937;color:var(--text-color);margin-bottom:1.5rem}.expertise-list ul{list-style:none}.expertise-list li{align-items:center;display:flex;gap:.75rem;padding:.75rem 0}.check-icon{color:#10b981;color:var(--secondary-color);font-size:1.1rem;font-weight:700}.contact{background:#fff;background:var(--background-color);padding:6rem 0}.contact-container{margin:0 auto;max-width:1200px;padding:0 2rem}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-description{font-size:1.1rem;margin-bottom:2rem}.contact-methods{display:flex;flex-direction:column;gap:1.5rem}.contact-method{gap:1rem}.contact-method,.method-icon{align-items:center;display:flex}.method-icon{background:#f8fafc;background:var(--background-secondary);border-radius:50%;font-size:1.5rem;height:50px;justify-content:center;width:50px}.method-details h4{color:#1f2937;color:var(--text-color);margin-bottom:.25rem}.method-details p{color:#6b7280;color:var(--text-muted)}.contact-form-container{background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-medium);padding:2.5rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input,.form-group select,.form-group textarea{border:2px solid #e5e7eb;border:2px solid var(--border-color);font-family:inherit;font-size:16px;padding:12px 16px;transition:border-color .3s ease}.footer{background:#1f2937;background:var(--text-color);color:#fff;padding:3rem 0 1rem}.footer-container{margin:0 auto;max-width:1200px;padding:0 2rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:2rem}.footer-section h4{color:#fff;margin-bottom:1rem}.footer-description{color:#9ca3af;line-height:1.6}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}.footer-link-button{background:none;border:none;color:#9ca3af;cursor:pointer;font-family:inherit;font-size:inherit;padding:0;text-align:left;text-decoration:none;transition:color .3s ease}.footer-link-button:hover{color:#fff}.social-links{display:flex;gap:1rem;margin-bottom:1rem}.social-link{color:#9ca3af;text-decoration:none;transition:color .3s ease}.social-link:hover{color:#6366f1;color:var(--primary-color)}.footer-contact{color:#9ca3af;line-height:1.6}.footer-bottom{border-top:1px solid #374151;color:#9ca3af;padding-top:2rem;text-align:center}.footer-note{font-style:italic;margin-top:.5rem;opacity:.8}@media (max-width:768px){.nav-menu{background:#fff;flex-direction:column;height:100vh;justify-content:center;left:-100%;position:fixed;top:0;transition:left .3s ease;width:100%}.nav-menu-active{left:0}.nav-toggle{display:flex}.nav-toggle-active .bar:nth-child(2){opacity:0}.nav-toggle-active .bar:first-child{transform:translateY(7px) rotate(45deg)}.nav-toggle-active .bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero-content{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center}.about-content,.contact-content{gap:2rem;grid-template-columns:1fr}.about-stats{gap:1rem;grid-template-columns:1fr}.footer-content{text-align:center}.footer-content,.services-grid{grid-template-columns:1fr}.hero-visual{order:-1}}@media (max-width:480px){.hero-title,.section-title{font-size:2rem}.btn{font-size:14px;padding:10px 20px}.hero-card{padding:2rem}}.support{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:6rem 0}.support-container{margin:0 auto;max-width:1200px;padding:0 2rem}.support-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1.2fr;margin-top:3rem}.support-info{display:flex;flex-direction:column;gap:2rem}.support-card{background:#fff;border:1px solid #9b59b61a;border-radius:15px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow-light);padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.support-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-medium);transform:translateY(-5px)}.support-icon{margin-bottom:1.5rem}.icon-circle{align-items:center;background:linear-gradient(135deg,#6366f1,#f59e0b);background:linear-gradient(135deg,var(--primary-color),var(--accent-color));border-radius:50%;display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto;width:80px}.support-card h3{color:#1f2937;color:var(--text-color);font-size:1.3rem;margin-bottom:1rem}.support-card p{color:var(--text-light);line-height:1.6}.support-form-section{background:#fff;border:1px solid #9b59b61a;border-radius:15px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow-light);padding:3rem}.form-header{margin-bottom:2rem;text-align:center}.form-header h3{color:#1f2937;color:var(--text-color);font-size:1.5rem;margin-bottom:.5rem}.form-header p{color:var(--text-light)}.support-form{margin-bottom:2rem}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{color:#1f2937;color:var(--text-color);font-size:.9rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background:#fff;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .3s ease,box-shadow .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#6366f1;border-color:var(--primary-color);box-shadow:0 0 0 3px #9b59b61a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.direct-contact{border-top:1px solid #e9ecef;padding-top:2rem;text-align:center}.direct-contact a{color:#6366f1;color:var(--primary-color);font-weight:600;text-decoration:none}.direct-contact a:hover{text-decoration:underline}.support-note{color:var(--text-light);font-size:.9rem;line-height:1.5;margin-top:1rem}@media (max-width:1024px){.support-content{gap:3rem;grid-template-columns:1fr}.support-form-section{order:1}.support-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));order:2}}@media (max-width:768px){.support-form-section{padding:2rem}.form-row{gap:1rem}.form-row,.support-info{grid-template-columns:1fr}}
/*# sourceMappingURL=main.9b3a3ec2.css.map*/