*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#6366f1;--primary-dark:#4f46e5;--secondary-color:#8b5cf6;--accent-color:#ec4899;--text-dark:#1f2937;--text-light:#6b7280;--bg-light:#f9fafb;--bg-white:#fff;--border-color:#e5e7eb;--success-color:#10b981;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1f2937;color:var(--text-dark);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:inherit;text-decoration:none}button{border:none;cursor:pointer;font-family:inherit;outline:none}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section{padding:80px 0}.section-title{color:#1f2937;color:var(--text-dark);font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.section-subtitle{color:#6b7280;color:var(--text-light);font-size:1.125rem;margin:0 auto 3rem;max-width:600px;text-align:center}.btn{border-radius:8px;display:inline-block;font-size:1rem;font-weight:600;padding:12px 32px;text-align:center;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff}.btn-primary:hover{box-shadow:0 10px 15px -3px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-secondary{background:#fff;background:var(--bg-white);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}@media (max-width:768px){.section{padding:60px 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{background:#fffffffa;border-bottom-color:var(--border-color);box-shadow:var(--shadow-md)}.header-content{justify-content:space-between;padding:1rem 0}.header-content,.logo{align-items:center;display:flex}.logo{color:var(--text-dark);font-size:1.5rem;font-weight:700;gap:.75rem;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.logo-icon{align-items:center;border-radius:8px;color:#fff;display:flex;font-weight:800;height:40px;justify-content:center;width:40px}.logo-icon,.logo-text{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color))}.logo-text{-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.nav{align-items:center;display:flex;gap:2rem}.nav-link{color:var(--text-light);font-size:1rem;font-weight:500;position:relative;transition:color .3s ease}.nav-link.active,.nav-link:hover{color:var(--primary-color)}.nav-link.active:after{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:2px;bottom:-8px;content:"";height:2px;left:0;position:absolute;right:0}.mobile-menu-toggle{background:none;display:none;flex-direction:column;gap:5px;padding:5px}.mobile-menu-toggle span{background:var(--text-dark);border-radius:3px;height:3px;transition:all .3s ease;width:25px}@media (max-width:768px){.mobile-menu-toggle{display:flex}.nav{background:#fff;box-shadow:var(--shadow-lg);flex-direction:column;gap:1.5rem;left:0;opacity:0;padding:2rem;position:absolute;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.nav.mobile-open{opacity:1;transform:translateY(0);visibility:visible}.nav-link.active:after{display:none}.nav-link.active{color:var(--primary-color);font-weight:600}}.footer{background:var(--text-dark);color:#fff;margin-top:auto;padding:4rem 0 2rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-logo{align-items:center;display:flex;font-size:1.5rem;font-weight:700;gap:.75rem;margin-bottom:.5rem}.footer-logo .logo-icon{align-items:center;border-radius:8px;color:#fff;display:flex;font-weight:800;height:40px;justify-content:center;width:40px}.footer-logo .logo-icon,.footer-logo .logo-text{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color))}.footer-logo .logo-text{-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.footer-description{color:#ffffffb3;font-size:.95rem;line-height:1.6}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-link{align-items:center;background:#ffffff1a;border-radius:8px;color:#fff;display:flex;font-weight:600;height:40px;justify-content:center;transition:all .3s ease;width:40px}.social-link:hover{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));transform:translateY(-2px)}.footer-title{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.footer-links{display:flex;flex-direction:column;gap:.75rem;list-style:none}.footer-links a{color:#ffffffb3;transition:color .3s ease}.footer-links a:hover{color:#fff}.footer-contact{color:#ffffffb3;display:flex;flex-direction:column;gap:.75rem;list-style:none}.footer-bottom{border-top:1px solid #ffffff1a;color:#fff9;padding-top:2rem;text-align:center}@media (max-width:768px){.footer-content{gap:2rem;grid-template-columns:1fr}}.clients-section{background:#fff}.clients-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.client-card{background:var(--bg-light);border:2px solid #0000;border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.client-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow-lg);transform:translateY(-5px)}.client-logo{align-items:center;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:12px;color:#fff;display:flex;font-size:2rem;font-weight:700;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.client-name{color:var(--text-dark);font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.client-industry{color:var(--text-light);font-size:.95rem;margin-bottom:1rem}.client-testimonial{color:var(--text-dark);font-size:.95rem;font-style:italic;line-height:1.6}@media (max-width:768px){.clients-grid{grid-template-columns:1fr}}.pricing-section{background:var(--bg-light)}.pricing-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.pricing-card{background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:var(--shadow-md);padding:2.5rem;position:relative;transition:all .3s ease}.pricing-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-5px)}.pricing-card.popular{border-color:var(--primary-color);transform:scale(1.05)}.pricing-card.popular:hover{transform:scale(1.08) translateY(-5px)}.popular-badge{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:20px;color:#fff;font-size:.875rem;font-weight:600;left:50%;padding:.5rem 1.5rem;position:absolute;top:-12px;transform:translateX(-50%)}.pricing-name{color:var(--text-dark);font-size:1.75rem;font-weight:700;margin-bottom:1rem}.pricing-price{align-items:baseline;display:flex;gap:.5rem;margin-bottom:1rem}.price-amount{color:var(--primary-color);font-size:3rem;font-weight:800}.price-period{color:var(--text-light);font-size:1rem}.pricing-description{color:var(--text-light);line-height:1.6;margin-bottom:2rem}.pricing-features{display:flex;flex-direction:column;gap:1rem;list-style:none}.pricing-features li{align-items:flex-start;color:var(--text-dark);display:flex;gap:.75rem;line-height:1.6}.feature-icon{color:var(--success-color);flex-shrink:0;font-size:1.25rem;font-weight:700}.pricing-note{color:var(--text-light);font-size:.95rem;margin-top:3rem;text-align:center}@media (max-width:768px){.pricing-grid{grid-template-columns:1fr}.pricing-card.popular{transform:scale(1)}.pricing-card.popular:hover{transform:translateY(-5px)}}.home{padding-top:80px}.hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;min-height:90vh;overflow:hidden;position:relative}.hero-background{background:url('data:image/svg+xml;charset=utf-8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');bottom:0;left:0;opacity:.3;position:absolute;right:0;top:0;z-index:0}.hero-content{color:#fff;margin:0 auto;max-width:900px;padding:4rem 0;position:relative;text-align:center;z-index:1}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;background-clip:text}.hero-subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:700px;opacity:.95}.hero-buttons{gap:1rem;margin-bottom:4rem}.hero-buttons,.hero-stats{display:flex;flex-wrap:wrap;justify-content:center}.hero-stats{gap:4rem;margin-top:4rem}.stat-item{text-align:center}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin-bottom:.5rem}.stat-label{font-size:1rem;opacity:.9}.services-preview{background:var(--bg-light)}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.service-card{background:#fff;border-radius:16px;box-shadow:var(--shadow-sm);padding:2.5rem;text-align:center;transition:all .3s ease}.service-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.service-icon{font-size:3rem;margin-bottom:1rem}.service-title{color:var(--text-dark);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.service-description{color:var(--text-light);line-height:1.6}.text-center{text-align:center}.cta-section{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff}.cta-content{margin:0 auto;max-width:700px;text-align:center}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.95}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.hero-stats{gap:2rem}.stat-number{font-size:2rem}.services-grid{grid-template-columns:1fr}.cta-title{font-size:2rem}}.services-page{padding-top:80px}.services-hero{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;text-align:center}.services-hero .section-subtitle,.services-hero .section-title{color:#fff}.services-list{background:var(--bg-light)}.service-detail{background:#fff;border-radius:16px;box-shadow:var(--shadow-md);margin-bottom:2rem;padding:3rem;transition:all .3s ease}.service-detail:hover{box-shadow:var(--shadow-xl);transform:translateY(-3px)}.service-detail-content{margin:0 auto;max-width:900px}.service-detail-icon{font-size:4rem;margin-bottom:1.5rem;text-align:center}.service-detail-title{color:var(--text-dark);font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.service-detail-description{color:var(--text-light);font-size:1.125rem;line-height:1.6;margin-bottom:2rem;text-align:center}.service-features{margin-top:2rem}.features-title{color:var(--text-dark);font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.features-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));list-style:none}.features-list li{align-items:flex-start;color:var(--text-dark);display:flex;gap:.75rem;line-height:1.6}.feature-check{color:var(--success-color);flex-shrink:0;font-size:1.25rem;font-weight:700}.services-cta{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff}.services-cta-content{margin:0 auto;max-width:700px;text-align:center}.services-cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.services-cta-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.95}.services-cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media (max-width:768px){.service-detail{padding:2rem}.service-detail-title{font-size:2rem}.features-list{grid-template-columns:1fr}.services-cta-title{font-size:2rem}}.about-page{padding-top:80px}.about-hero{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;text-align:center}.about-hero .section-subtitle,.about-hero .section-title{color:#fff}.about-story{background:#fff}.story-content{margin:0 auto;max-width:900px}.story-title{color:var(--text-dark);font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.story-text{color:var(--text-light);font-size:1.125rem;line-height:1.8}.story-text p{margin-bottom:1.5rem}.about-values{background:var(--bg-light)}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.value-card{background:#fff;border-radius:16px;box-shadow:var(--shadow-sm);padding:2.5rem;text-align:center;transition:all .3s ease}.value-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.value-icon{font-size:3rem;margin-bottom:1rem}.value-title{color:var(--text-dark);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.value-description{color:var(--text-light);line-height:1.6}.about-team{background:#fff}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.team-card{background:var(--bg-light);border-radius:16px;padding:2.5rem;text-align:center;transition:all .3s ease}.team-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.team-avatar{align-items:center;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:50%;color:#fff;display:flex;font-size:2rem;font-weight:700;height:100px;justify-content:center;margin:0 auto 1.5rem;width:100px}.team-name{color:var(--text-dark);font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.team-role{color:var(--primary-color);font-size:1rem;font-weight:500;margin-bottom:1rem}.team-bio{color:var(--text-light);line-height:1.6}.about-cta{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff}.about-cta-content{margin:0 auto;max-width:700px;text-align:center}.about-cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.about-cta-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.95}@media (max-width:768px){.story-title{font-size:2rem}.team-grid,.values-grid{grid-template-columns:1fr}.about-cta-title{font-size:2rem}}.blog-page{padding-top:80px}.blog-hero{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;text-align:center}.blog-hero .section-subtitle,.blog-hero .section-title{color:#fff}.blog-posts{background:var(--bg-light)}.posts-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-top:3rem}.blog-card{background:#fff;border-radius:16px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.blog-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.blog-image{align-items:center;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));display:flex;font-size:4rem;height:200px;justify-content:center;width:100%}.blog-content{display:flex;flex:1 1;flex-direction:column;padding:2rem}.blog-meta{display:flex;font-size:.875rem;gap:1rem;margin-bottom:1rem}.blog-category{background:var(--bg-light);border-radius:12px;color:var(--primary-color);font-weight:600;padding:.25rem .75rem}.blog-date{color:var(--text-light)}.blog-title{color:var(--text-dark);font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.blog-excerpt{color:var(--text-light);flex:1 1;line-height:1.6;margin-bottom:1.5rem}.blog-footer{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.blog-read-time{color:var(--text-light);font-size:.875rem}.blog-read-more{background:none;border:none;color:var(--primary-color);cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:0;text-decoration:none;transition:all .3s ease}.blog-read-more:hover{color:var(--primary-dark);transform:translateX(5px)}@media (max-width:768px){.posts-grid{grid-template-columns:1fr}}.blog-detail-page{padding-top:80px}.blog-detail-hero{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:4rem 0}.back-link{color:#fff;display:inline-block;font-weight:500;margin-bottom:2rem;transition:opacity .3s ease}.back-link:hover{opacity:.8}.blog-detail-meta{display:flex;flex-wrap:wrap;font-size:.95rem;gap:1.5rem;margin-bottom:1.5rem}.blog-detail-category{background:#fff3;border-radius:20px;font-weight:600;padding:.5rem 1rem}.blog-detail-date,.blog-detail-read-time{opacity:.9}.blog-detail-title{font-size:3rem;font-weight:800;line-height:1.2;max-width:900px}.blog-detail-content{background:#fff}.blog-detail-body{color:var(--text-dark);line-height:1.8;margin:0 auto;max-width:800px}.blog-detail-body h2{color:var(--text-dark);font-size:2rem;font-weight:700;margin-bottom:1.5rem;margin-top:3rem}.blog-detail-body h2:first-of-type{margin-top:0}.blog-detail-body p{color:var(--text-light);font-size:1.125rem;margin-bottom:1.5rem}.blog-detail-body ul{margin-bottom:1.5rem;padding-left:2rem}.blog-detail-body li{color:var(--text-light);font-size:1.125rem;line-height:1.8;margin-bottom:.75rem}.blog-detail-body li strong{color:var(--text-dark);font-weight:600}.not-found{padding:4rem 0;text-align:center}.not-found h1{color:var(--text-dark);font-size:2.5rem;margin-bottom:1rem}.not-found p{color:var(--text-light);font-size:1.125rem;margin-bottom:2rem}@media (max-width:768px){.blog-detail-title{font-size:2rem}.blog-detail-body h2{font-size:1.75rem}.blog-detail-body li,.blog-detail-body p{font-size:1rem}}.contact-page{padding-top:80px}.contact-hero{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;text-align:center}.contact-hero .section-subtitle,.contact-hero .section-title{color:#fff}.contact-content{background:var(--bg-light)}.contact-wrapper{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1.5fr;margin:0 auto;max-width:1200px}.contact-info-section{background:#fff;border-radius:16px;box-shadow:var(--shadow-md);height:-webkit-fit-content;height:fit-content;padding:3rem}.contact-info-title{color:var(--text-dark);font-size:2rem;font-weight:700;margin-bottom:1rem}.contact-info-description{color:var(--text-light);line-height:1.6;margin-bottom:2rem}.contact-info-list{display:flex;flex-direction:column;gap:2rem}.contact-info-item{align-items:flex-start;display:flex;gap:1.5rem}.contact-info-icon{flex-shrink:0;font-size:2rem}.contact-info-content{flex:1 1}.contact-info-item-title{color:var(--text-dark);font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.contact-info-link{color:var(--text-light);transition:color .3s ease}.contact-info-link:hover{color:var(--primary-color)}.contact-form-section{background:#fff;border-radius:16px;box-shadow:var(--shadow-md);padding:3rem}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:var(--text-dark);font-size:.95rem;font-weight:600}.form-group input,.form-group textarea{background:var(--bg-light);border:2px solid var(--border-color);border-radius:8px;font-family:inherit;font-size:1rem;padding:12px 16px;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:var(--primary-color);outline:none}.form-group textarea{min-height:120px;resize:vertical}.form-status{border-radius:8px;font-size:.95rem;padding:1rem;text-align:center}.form-status.success{background:#d1fae5;border:1px solid #10b981;color:#065f46}.form-status.error{background:#fee2e2;border:1px solid #ef4444;color:#991b1b}@media (max-width:968px){.contact-wrapper{gap:2rem;grid-template-columns:1fr}}@media (max-width:768px){.contact-form-section,.contact-info-section{padding:2rem}}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}
/*# sourceMappingURL=main.ad74ec63.css.map*/