html{scroll-behavior:smooth}#root{max-width:100vw;min-height:100vh;overflow-x:hidden;overflow:visible}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}.container{animation:fadeIn 1s ease;border-radius:10px;margin-inline:auto;max-width:1440px;padding:20px}@media (min-width:768px){.container{padding-inline:80px}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 10px #0000001a;left:0;position:-webkit-sticky;position:sticky;right:0;top:0;z-index:1000}.header-content{align-items:center;display:flex;justify-content:space-between;padding:1rem 0}.header .container{padding-block:10px}.logo{align-items:center;display:flex;text-decoration:none}.logo-image{object-fit:contain;width:200px}.logo-text{color:#2c3e50;font-size:1.5rem;font-weight:700}.nav-desktop{align-items:center;display:flex;gap:2rem}.nav-link{color:#4a5568;font-weight:500;padding:.5rem;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#2c3e50}.nav-link.active{color:#007bff}.nav-link.active:after{background-color:#007bff;bottom:0;content:"";height:2px;left:0;position:absolute;right:0;transform:scaleX(1)}.mobile-menu-btn{background:none;border:none;cursor:pointer;display:none;padding:.5rem}.hamburger{display:block;position:relative}.hamburger,.hamburger:after,.hamburger:before{background:#2c3e50;height:2px;transition:all .3s ease;width:24px}.hamburger:after,.hamburger:before{content:"";position:absolute}.hamburger:before{top:-8px}.hamburger:after{bottom:-8px}.hamburger.open{background:#0000}.hamburger.open:before{top:0;transform:rotate(45deg)}.hamburger.open:after{bottom:0;transform:rotate(-45deg)}.nav-mobile{background:#fff;display:none}.nav-mobile .nav-link{border-bottom:1px solid #eee;padding:1rem 0;text-align:center}.nav-mobile .nav-link:last-child{border-bottom:none}@media (max-width:768px){.nav-desktop{display:none}.mobile-menu-btn{display:block}.nav-mobile{background:#fff;display:flex;flex-direction:column;padding:1rem 0}.nav-mobile .nav-link{border-bottom:1px solid #eee;padding:1rem 0;text-align:center}.nav-mobile .nav-link:last-child{border-bottom:none}}.footer{background-color:#1a1a1a;color:#fff;padding:60px 0 30px}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none}.footer-tagline{color:#a0a0a0;font-size:1rem;line-height:1.5}.footer-contact,.footer-social{display:flex;flex-direction:column;gap:1rem}.footer-contact h3,.footer-social h3{color:#fff;font-size:1.2rem;margin-bottom:.5rem}.footer-link{color:#a0a0a0;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#fff}.availability{color:#0f0;font-size:.9rem}.social-links{display:flex;gap:1rem}.social-link{color:#a0a0a0;text-decoration:none;transition:color .3s ease}.social-link:hover{color:#fff}.footer-bottom{border-top:1px solid #333;padding-top:2rem}.footer-legal{align-items:center;color:#666;display:flex;font-size:.9rem;justify-content:space-between}.legal-links{display:flex;gap:1.5rem}.legal-link{color:#666;text-decoration:none;transition:color .3s ease}.legal-link:hover{color:#fff}@media (max-width:768px){.footer{padding:40px 20px 20px}.footer-content{gap:2rem;grid-template-columns:1fr}.footer-legal{flex-direction:column;gap:1rem;text-align:center}.legal-links{justify-content:center}}.hero{background:linear-gradient(135deg,#f8faff,#fff);overflow:hidden;padding:6rem 0;position:relative}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.hero-text h1{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#2c3e50,#3498db);-webkit-background-clip:text;font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-subtitle,.hero-text p{color:#64748b;font-size:1.25rem;line-height:1.6;margin-bottom:2rem}.hero-highlight{background:#f0f9ff;border-left:4px solid #3498db;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.hero-highlight p{color:#1e40af;font-size:1rem;font-weight:500;margin:.5rem 0}.hero-highlight p:first-child{margin-top:0}.hero-highlight p:last-child{margin-bottom:0}.hero-stats{grid-gap:2rem;display:grid;gap:2rem;margin:2rem 0}@media (min-width:768px){.hero-stats{grid-template-columns:repeat(4,1fr)}}@media (max-width:767px){.hero-stats{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}.stat{text-align:center}.stat-number{color:#000;display:block;font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#666;display:block;font-size:.9rem}.hero-cta{display:flex;gap:1.5rem}.primary-btn,.secondary-btn{font-size:1.1rem;padding:1rem 2rem}.primary-btn{background:#3498db;box-shadow:0 4px 6px #3498db33}.secondary-btn{background:#3498db1a}.primary-btn:hover{box-shadow:0 6px 12px #3498db4d;transform:translateY(-2px)}.secondary-btn:hover{background:#3498db33}.hero-image,.image-wrapper{position:relative}.image-wrapper{padding-top:100%;width:100%}.image-wrapper img{height:100%;left:0;object-fit:contain;position:absolute;top:0;width:100%}.floating-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 8px 24px #0000001a;display:flex;gap:.5rem;padding:1rem;position:absolute}.floating-card .icon{font-size:1.5rem}.card-1{left:-10%;top:20%}.card-1,.card-2{animation:float 6s ease-in-out infinite}.card-2{animation-delay:1s;bottom:20%;right:-10%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width:1024px){.hero-text h1{font-size:3rem}}@media (max-width:768px){.hero{padding:2rem 0}.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-text h1{font-size:2.5rem}.hero-stats{gap:1.5rem;grid-template-columns:1fr 1fr}.hero-cta{justify-content:center}.image-wrapper{padding-top:100%}}.services-overview{background-color:#fff;padding:6rem 0}.services-content{margin:0 auto;max-width:1200px;text-align:center}.services-overview h2{color:#2c3e50;font-size:2.5rem;margin-bottom:1rem}.services-subtitle{color:#666;font-size:1.2rem;margin:0 auto 3rem;max-width:800px}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:3rem}.service-card{align-items:center;background:#fff;border-radius:15px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{box-shadow:0 6px 12px #00000026;transform:translateY(-5px)}.service-icon{font-size:3rem;margin-bottom:1.5rem}.service-card h3{color:#2c3e50;font-size:1.3rem;margin-bottom:1rem}.service-card p{color:#666;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.learn-more{color:#007bff;display:none;font-weight:500;text-decoration:none;transition:color .3s ease}.learn-more:hover{color:#0056b3}.services-cta{display:flex;gap:1rem;justify-content:center;margin-top:3rem}.primary-btn,.secondary-btn{border-radius:8px;font-weight:600;padding:12px 30px;text-decoration:none;transition:all .3s ease}.primary-btn{background-color:#007bff;color:#fff}.primary-btn:hover{background-color:#0056b3}.secondary-btn{background-color:initial;border:2px solid #007bff;color:#007bff}.secondary-btn:hover{background-color:#007bff}@media (max-width:768px){.services-overview{padding:60px 20px}.services-grid{grid-template-columns:1fr}.services-cta{flex-direction:column}.services-overview h2{font-size:2rem}}.development-expertise{background:#f8fafc;padding:6rem 0}.expertise-header{margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:900px;text-align:center}.expertise-header h2{color:#2c3e50;font-size:2.5rem;margin-bottom:1.5rem}.expertise-header .subtitle{color:#64748b;font-size:1.2rem;line-height:1.8}.expertise-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1400px}.expertise-card{background:#fff;border-radius:20px;box-shadow:0 4px 6px #0000001a;padding:2.5rem;transition:transform .3s ease,box-shadow .3s ease}.expertise-card:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-5px)}.expertise-icon{font-size:3.5rem;margin-bottom:1.5rem;text-align:center}.expertise-card h3{color:#2c3e50;font-size:1.8rem;margin-bottom:1rem;text-align:center}.expertise-description{color:#64748b;font-size:1.1rem;font-weight:500;line-height:1.6;margin-bottom:2rem;text-align:center}.expertise-benefits,.expertise-details{margin-top:2rem}.expertise-benefits h4,.expertise-details h4{color:#2c3e50;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.expertise-details ul{list-style:none;padding:0}.expertise-details li{border-bottom:1px solid #e2e8f0;color:#4a5568;line-height:1.6;padding:.8rem 0 .8rem 1.5rem;position:relative}.expertise-details li:last-child{border-bottom:none}.expertise-details li:before{color:#3498db;content:"→";font-weight:700;left:0;position:absolute}.expertise-benefits ul{list-style:none;padding:0}.expertise-benefits li{align-items:flex-start;color:#4a5568;display:flex;gap:.5rem;line-height:1.6;padding:.8rem 0}.benefit-icon{color:#22c55e;flex-shrink:0;font-size:1.2rem;font-weight:700}@media (max-width:768px){.development-expertise{padding:4rem 1rem}.expertise-header h2{font-size:2rem}.expertise-grid{gap:2rem;grid-template-columns:1fr}.expertise-card{padding:1.5rem}.expertise-card h3{font-size:1.5rem}.expertise-description{font-size:1rem}}.portfolio-preview{background-color:#f8f9fa;padding:6rem 0}.portfolio-content{margin:0 auto;max-width:1200px;text-align:center}.portfolio-content h2{color:#2c3e50;font-size:2.5rem;margin-bottom:1rem}.section-subtitle{color:#666;font-size:1.2rem;margin-bottom:3rem}.portfolio-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:3rem}.portfolio-card{background:#fff;border-radius:15px;box-shadow:0 4px 6px #0000001a;color:inherit;display:block;overflow:hidden;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.portfolio-card:hover{box-shadow:0 8px 16px #00000026}.portfolio-image{border-radius:15px 15px 0 0;height:250px;overflow:hidden;position:relative}.portfolio-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.portfolio-overlay{display:none}.portfolio-card:hover .portfolio-image img{transform:scale(1.05)}.view-project{border:2px solid #fff;border-radius:5px;color:#fff;padding:12px 24px;text-decoration:none;transition:all .3s ease}.view-project:hover{background:#fff;color:#2c3e50}.portfolio-info{padding:1.5rem;text-align:left}.category{background:#e9ecef;border-radius:20px;color:#666;display:inline-block;font-size:.9rem;margin-bottom:1rem;padding:4px 12px}.portfolio-info h3{color:#2c3e50;font-size:1.3rem;margin-bottom:.5rem}.portfolio-info p{color:#666;line-height:1.6}.portfolio-cta{margin-top:3rem}@media (max-width:768px){.portfolio-preview{padding:60px 20px}.portfolio-grid{grid-template-columns:1fr}.portfolio-content h2{font-size:2rem}}.why-choose{background:#f8fafc}.section-header{margin-bottom:4rem;text-align:center}.section-header h2{color:#2c3e50;font-size:2.5rem;margin-bottom:1rem}.subtitle{color:#64748b;font-size:1.2rem}.reasons-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.reason-card{background:#fff;border-radius:15px;box-shadow:0 4px 6px #0000001a;padding:2rem;transition:transform .3s ease}.reason-card:hover{transform:translateY(-5px)}.reason-icon{font-size:2.5rem;margin-bottom:1.5rem}.reason-card h3{color:#2c3e50;font-size:1.3rem;margin-bottom:1rem}.reason-card p{color:#64748b;line-height:1.6}.comparison-section{background:#fff;border-radius:15px;box-shadow:0 4px 6px #0000001a;margin-top:5rem;padding:3rem}.comparison-title{color:#2c3e50;font-size:2rem;margin-bottom:2rem;text-align:center}.comparison-table{grid-gap:1px;background:#e2e8f0;border-radius:10px;display:grid;gap:1px;grid-template-columns:1fr 1.5fr 1.5fr;overflow:hidden}.comparison-header,.comparison-row{display:contents}.comparison-cell{align-items:center;background:#fff;display:flex;padding:1.2rem}.aspect-cell,.aspect-header{color:#2c3e50;font-weight:600}.individual-cell,.individual-header{background:#f0fdf4;color:#166534;font-weight:500}.agency-cell,.agency-header{background:#fef2f2;color:#991b1b}.comparison-header .comparison-cell{background:#1e293b;color:#fff;font-size:.9rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase}@media (max-width:768px){.reasons-grid{grid-template-columns:1fr}.comparison-section{margin-top:3rem;padding:1.5rem}.comparison-table{gap:.5rem;grid-template-columns:1fr}.comparison-header,.comparison-row{display:flex;flex-direction:column}.comparison-cell{width:100%}.aspect-cell,.aspect-header{background:#1e293b;border-radius:5px 5px 0 0;color:#fff;font-weight:700}.agency-cell,.individual-cell{border-radius:0}.comparison-row:last-child .agency-cell{border-radius:0 0 5px 5px}}.integrations-section{padding:60px 0}.marquee-container{padding:2rem 0;width:100%}.integration-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));margin:0 auto;max-width:1200px}.integration-card{align-items:center;background:#fff;border-radius:15px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.integration-card:hover{box-shadow:0 8px 16px #00000026;transform:translateY(-5px)}.integration-card img{height:40px;margin-bottom:.8rem;object-fit:contain;width:auto}.integration-icon{align-items:center;display:flex;font-size:2.5rem;height:40px;justify-content:center;margin-bottom:.8rem}.integration-card h3{color:#2c3e50;font-size:1rem;margin-bottom:.3rem}.category{color:#64748b;font-size:.8rem}@media (max-width:768px){.integration-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.integration-card{padding:1rem}.integration-card img{height:30px}}.about-section{background:#fff;padding:6rem 0}.about-content{margin:0 auto;max-width:900px;text-align:center}.about-content h2{color:#2c3e50;font-size:2.5rem;margin-bottom:1.5rem}.about-content .lead{color:#64748b;font-size:1.3rem;line-height:1.6;margin-bottom:3rem}.about-text{margin-bottom:3rem;text-align:left}.about-text p{color:#4a5568;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-highlights{grid-gap:2rem;background:#f8fafc;border-radius:15px;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:3rem 0;padding:2rem}.highlight-item{align-items:center;display:flex;flex-direction:column;gap:.5rem}.highlight-number{color:#3498db;font-size:2.5rem;font-weight:700}.highlight-label{color:#64748b;font-size:1rem;font-weight:500}.about-cta{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.secondary-btn{background:#0000;border:2px solid #3498db;border-radius:8px;color:#3498db;font-weight:500;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.secondary-btn:hover{background:#3498db;color:#fff;transform:translateY(-2px)}@media (max-width:768px){.about-section{padding:4rem 1rem}.about-content h2{font-size:2rem}.about-highlights{gap:1.5rem;grid-template-columns:1fr}.about-cta{flex-direction:column}}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.contact-form input,.contact-form textarea{border:2px solid #e2e8f0;border-radius:8px;box-sizing:border-box;font-family:inherit;font-size:1rem;padding:1rem;transition:border-color .3s ease;width:100%}.contact-form input:focus,.contact-form textarea:focus{border-color:#3498db;outline:none}.contact-form textarea{min-height:120px;resize:vertical}.submit-btn{background:#3498db;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.submit-btn:hover:not(:disabled){background:#2980b9;box-shadow:0 4px 12px #3498db4d;transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.6}.response-message{border-radius:8px;font-weight:500;padding:1rem;text-align:center}.response-message.success{background:#f0fdf4;border:1px solid #86efac;color:#166534}.response-message.error{background:#fef2f2;border:1px solid #fca5a5;color:#991b1b}.contact-section{background:#f8fafc;padding:6rem 0}.contact-content{margin:0 auto;max-width:1200px}.contact-content h2{color:#2c3e50;font-size:2.5rem;margin-bottom:1rem;text-align:center}.contact-content .lead{color:#64748b;font-size:1.2rem;margin-bottom:3rem;text-align:center}.contact-grid{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1.5fr}.contact-info{position:-webkit-sticky;position:sticky;top:100px}.info-card{background:#fff;border-radius:15px;box-shadow:0 4px 6px #0000001a;padding:2.5rem}.info-card h3{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}.info-card>p{color:#64748b;line-height:1.6;margin-bottom:2rem}.contact-methods{margin:2rem 0}.method{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1.5rem}.method .icon{font-size:1.5rem}.method h4{color:#2c3e50;font-size:1rem;margin-bottom:.3rem}.method a,.method p{color:#64748b;text-decoration:none;transition:color .3s ease}.method a:hover{color:#3498db}.availability-status{align-items:center;background:#f0fdf4;border-radius:8px;display:flex;gap:.5rem;justify-content:center;margin-top:2rem;padding:1rem}.status-indicator{animation:pulse 2s infinite;background:#22c55e;border-radius:50%;height:10px;width:10px}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}.contact-form-wrapper{background:#fff;border-radius:15px;box-shadow:0 4px 6px #0000001a;padding:2.5rem}@media (max-width:968px){.contact-grid{grid-template-columns:1fr}.contact-info{position:static}}@media (max-width:768px){.contact-section{padding:4rem 1rem}.contact-content h2{font-size:2rem}.contact-form-wrapper,.info-card{padding:1.5rem}}
/*# sourceMappingURL=main.35b17440.css.map*/