@charset "UTF-8";.navbar{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000d}.navbar .container{display:flex;justify-content:space-between;align-items:center}.navbar .logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:#1a365d;text-decoration:none;transition:opacity .2s}.navbar .logo:hover{opacity:.8}.navbar .logo-img{height:40px;width:auto}.nav-links{display:flex;list-style:none;gap:2rem;align-items:center}.nav-links a{color:#6b7280;text-decoration:none;font-weight:500;transition:color .2s;padding:.5rem 0;border-bottom:2px solid transparent}.nav-links a:hover{color:#2563eb}.nav-links a.active{color:#2563eb;border-bottom-color:#2563eb}@media (max-width: 768px){.navbar .container{flex-direction:column;gap:1rem}.nav-links{gap:1rem;flex-wrap:wrap;justify-content:center;font-size:.9rem}}.footer{background:#1a365d;color:#fff;text-align:center;padding:2rem 0;margin-top:auto}.footer p{margin:0;opacity:.9}.home{flex:1}.hero{background:linear-gradient(135deg,#1a365d,#2563eb);color:#fff;padding:120px 0;text-align:center}.hero h1{font-size:3rem;margin-bottom:1.5rem;font-weight:800;line-height:1.2}.hero .subtitle{font-size:1.25rem;margin-bottom:2.5rem;opacity:.95;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.8}.hero .cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-button{display:inline-block;padding:1rem 2.5rem;text-decoration:none;border-radius:8px;font-weight:700;font-size:1.1rem;transition:all .3s;box-shadow:0 4px 6px #0000000d}.cta-button.primary{background:#fff;color:#2563eb}.cta-button.secondary{background:transparent;color:#fff;border:2px solid white}.cta-button.large{padding:1.5rem 3rem;font-size:1.2rem}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001a}.about-intro{padding:100px 0;background:#fff}.about-intro .intro-content{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.about-intro .intro-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 16px #0000001a}.about-intro .intro-text h2{font-size:2.5rem;color:#1a365d;margin-bottom:2rem}.about-intro .intro-text p{color:#1f2937;line-height:1.8;margin-bottom:1.5rem;font-size:1.05rem}.about-intro .intro-text .learn-more{display:inline-block;margin-top:1.5rem;color:#2563eb;font-weight:600;text-decoration:none;transition:color .2s}.about-intro .intro-text .learn-more:hover{color:#3b82f6}.section-header{text-align:center;margin-bottom:5rem}.section-header h2{font-size:2.5rem;color:#1a365d;margin-bottom:1rem}.section-header p{font-size:1.25rem;color:#6b7280}.services{padding:100px 0;background:#f9fafb}.services .service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem}.services .service-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000000d;transition:all .3s}.services .service-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.services .service-card .service-icon{width:100%;height:240px;overflow:hidden}.services .service-card .service-icon img{width:100%;height:100%;object-fit:cover}.services .service-card h3{color:#1a365d;margin:1.5rem 1.5rem 1rem;font-size:1.5rem}.services .service-card p{color:#1f2937;padding:0 1.5rem;line-height:1.8;margin-bottom:1rem}.services .service-card .service-features{list-style:none;padding:0 1.5rem 1.5rem;margin:1rem 0 0}.services .service-card .service-features li{color:#6b7280;position:relative;padding:.5rem 0 .5rem 2rem}.services .service-card .service-features li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.technologies{padding:100px 0;background:#fff}.technologies .tech-category{margin-bottom:5rem}.technologies .tech-category:last-child{margin-bottom:0}.technologies .tech-category h3{font-size:2rem;color:#1a365d;margin-bottom:2rem;text-align:center}.technologies .tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.technologies .tech-item{background:#f9fafb;padding:2rem;border-radius:8px;text-align:center;border:2px solid #e5e7eb;transition:all .2s}.technologies .tech-item:hover{border-color:#2563eb;transform:translateY(-2px)}.technologies .tech-item .tech-name{font-weight:700;color:#1a365d;font-size:1.1rem;margin-bottom:.5rem}.technologies .tech-item p{color:#6b7280;font-size:.95rem;margin:0}.process{padding:100px 0;background:#f9fafb}.process .process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem}.process .process-step{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d;position:relative}.process .process-step .step-image{width:100%;height:200px;border-radius:8px;overflow:hidden;margin-bottom:1.5rem}.process .process-step .step-image img{width:100%;height:100%;object-fit:cover}.process .process-step .step-number{position:absolute;top:2rem;right:2rem;background:#2563eb;color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;box-shadow:0 4px 6px #0000000d}.process .process-step h3{color:#1a365d;margin-bottom:1rem;font-size:1.5rem}.process .process-step p{color:#1f2937;line-height:1.8}.testimonials{padding:100px 0;background:#fff}.testimonials .testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.testimonials .testimonial-card{background:#f9fafb;padding:3rem;border-radius:12px;border:1px solid #e5e7eb}.testimonials .testimonial-card .testimonial-image{width:80px;height:80px;border-radius:50%;overflow:hidden;margin:0 auto 1.5rem;border:3px solid #2563eb}.testimonials .testimonial-card .testimonial-image img{width:100%;height:100%;object-fit:cover}.testimonials .testimonial-card .testimonial-text{font-style:italic;color:#1f2937;line-height:1.8;margin-bottom:1.5rem;font-size:1.05rem}.testimonials .testimonial-card .testimonial-author{text-align:center}.testimonials .testimonial-card .testimonial-author strong{display:block;color:#1a365d;margin-bottom:.25rem}.testimonials .testimonial-card .testimonial-author span{color:#6b7280;font-size:.95rem}.why-choose{padding:100px 0;background:#f9fafb}.why-choose .why-content{display:grid;grid-template-columns:1fr;gap:4rem}.why-choose .why-image{margin-bottom:2rem}.why-choose .why-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 16px #0000001a}.why-choose .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}.why-choose .feature{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 1px 3px #0000000d}.why-choose .feature h3{color:#2563eb;margin-bottom:1rem;font-size:1.3rem}.why-choose .feature p{color:#1f2937;line-height:1.8}.cta-section{padding:100px 0;background:linear-gradient(135deg,#1a365d,#2563eb);color:#fff}.cta-section .cta-content{text-align:center}.cta-section .cta-content h2{font-size:2.5rem;margin-bottom:1.5rem}.cta-section .cta-content p{font-size:1.25rem;margin-bottom:3rem;opacity:.95}@media (max-width: 1024px){.about-intro .intro-content{grid-template-columns:1fr;gap:3rem}.process-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width: 768px){.hero{padding:80px 0}.hero h1{font-size:2rem}.hero .subtitle{font-size:1.1rem}.section-header h2{font-size:2rem}.about-intro,.services,.technologies,.process,.testimonials,.why-choose,.cta-section{padding:60px 0}.service-grid,.tech-grid,.process-grid,.testimonials-grid,.features-grid{gap:1.5rem}}.page-content{padding:60px 0;min-height:calc(100vh - 250px);flex:1}.page-content h1{font-size:2.5rem;margin-bottom:2rem;color:#1a365d;font-weight:800}.page-content .content-section{max-width:900px}.page-content .lead{font-size:1.25rem;color:#6b7280;margin-bottom:2.5rem;line-height:1.8}.page-content .content-block{margin-top:2.5rem}.page-content .content-block h2{color:#1a365d;margin-bottom:1rem;font-size:2rem}.page-content .content-block h3{color:#2563eb;margin-bottom:.5rem;font-size:1.3rem}.page-content .content-block p{margin-bottom:1rem;color:#1f2937;line-height:1.8}.page-content .content-block ul{margin-left:2rem;margin-bottom:1.5rem}.page-content .content-block ul li{margin-bottom:.75rem;color:#1f2937;line-height:1.8}.page-content .meta{font-style:italic;color:#6b7280;font-size:.95rem}.page-content .contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin:3rem 0}.page-content .contact-info .contact-item{background:#f9fafb;padding:2.5rem;border-radius:12px;border:1px solid #e5e7eb;transition:all .3s}.page-content .contact-info .contact-item:hover{box-shadow:0 4px 6px #0000000d;transform:translateY(-2px)}.page-content .contact-info .contact-item h3{color:#1a365d;margin-bottom:1rem;font-size:1.3rem}.page-content .contact-info .contact-item a{color:#2563eb;text-decoration:none;font-size:1.15rem;font-weight:600;transition:color .2s}.page-content .contact-info .contact-item a:hover{color:#3b82f6;text-decoration:underline}.page-content .contact-info .contact-item p{margin:0}@media (max-width: 768px){.page-content h1{font-size:2rem}.page-content .content-block h2{font-size:1.5rem}.page-content .lead{font-size:1.1rem}}.about-page .about-image-section{margin:3rem 0}.about-page .about-image-section img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 16px #0000001a}.about-page .tech-showcase{margin-top:4rem;padding:3rem;background:#f9fafb;border-radius:12px}.about-page .tech-showcase h2{color:#1a365d;margin-bottom:1rem;text-align:center}.about-page .tech-showcase>p{text-align:center;color:#6b7280;margin-bottom:3rem}.about-page .tech-showcase .tech-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2.5rem}.about-page .tech-showcase .tech-column h3{color:#2563eb;margin-bottom:1rem;font-size:1.2rem}.about-page .tech-showcase .tech-column ul{list-style:none;padding:0;margin:0}.about-page .tech-showcase .tech-column ul li{color:#1f2937;position:relative;padding:.5rem 0 .5rem 1.5rem}.about-page .tech-showcase .tech-column ul li:before{content:"▸";position:absolute;left:0;color:#2563eb}.about-page .process-list{margin-top:2rem}.about-page .process-list .process-item{display:flex;gap:2rem;margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid #e5e7eb}.about-page .process-list .process-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.about-page .process-list .process-item .process-number{flex-shrink:0;width:50px;height:50px;background:#2563eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem}.about-page .process-list .process-item .process-content{flex:1}.about-page .process-list .process-item .process-content h3{color:#1a365d;margin-bottom:.5rem;font-size:1.3rem}.about-page .process-list .process-item .process-content p{color:#1f2937;line-height:1.8;margin:0}.about-page .industries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:2rem}.about-page .industries-grid .industry-item{background:#f9fafb;padding:1rem 1.5rem;border-radius:8px;text-align:center;color:#1f2937;font-weight:500;border:1px solid #e5e7eb;transition:all .2s}.about-page .industries-grid .industry-item:hover{background:#2563eb;color:#fff;border-color:#2563eb}.about-page .cta-block{margin-top:5rem;padding:4rem;background:linear-gradient(135deg,#1a365d,#2563eb);border-radius:12px;text-align:center;color:#fff}.about-page .cta-block h2{color:#fff;margin-bottom:1rem}.about-page .cta-block p{margin-bottom:2rem;opacity:.95}.about-page .cta-block .btn-primary{display:inline-block;background:#fff;color:#2563eb;padding:1rem 3rem;border-radius:8px;text-decoration:none;font-weight:700;transition:all .3s;box-shadow:0 4px 6px #0000000d}.about-page .cta-block .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001a}@media (max-width: 768px){.about-page .tech-columns{grid-template-columns:1fr 1fr}.about-page .process-item{flex-direction:column;gap:1rem}.about-page .process-item .process-number{width:40px;height:40px;font-size:1.2rem}.about-page .industries-grid{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.about-page .tech-columns,.about-page .industries-grid{grid-template-columns:1fr}}.contact-page .contact-hero-image{margin:3rem 0}.contact-page .contact-hero-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 16px #0000001a}.contact-page .contact-info .contact-item{position:relative}.contact-page .contact-info .contact-item .contact-icon{font-size:2.5rem;text-align:center;margin-bottom:1rem}.contact-page .contact-info .contact-item .contact-description{font-size:.95rem;color:#6b7280;margin-top:.5rem}.contact-page .business-hours{background:#f9fafb;border-radius:8px;padding:2rem;margin-top:1rem}.contact-page .business-hours .hours-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #e5e7eb}.contact-page .business-hours .hours-row:last-child{border-bottom:none}.contact-page .business-hours .hours-row .day{font-weight:600;color:#1f2937}.contact-page .business-hours .hours-row .time{color:#6b7280}.contact-page .expectations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-top:1.5rem}.contact-page .expectations-grid .expectation-item{background:#f9fafb;padding:2rem;border-radius:8px;border:1px solid #e5e7eb}.contact-page .expectations-grid .expectation-item h3{color:#2563eb;margin-bottom:.5rem;font-size:1.1rem}.contact-page .expectations-grid .expectation-item p{color:#1f2937;margin:0;font-size:.95rem;line-height:1.8}.contact-page .contact-reasons{list-style:none;padding:0;margin-top:1.5rem}.contact-page .contact-reasons li{padding:1rem 0;border-bottom:1px solid #e5e7eb;line-height:1.8}.contact-page .contact-reasons li:last-child{border-bottom:none}.contact-page .contact-reasons li strong{color:#1a365d}.contact-page .contact-cta{margin-top:4rem;padding:4rem;background:linear-gradient(135deg,#1a365d,#2563eb);border-radius:12px;text-align:center;color:#fff}.contact-page .contact-cta h2{color:#fff;margin-bottom:1rem}.contact-page .contact-cta p{margin-bottom:2rem;opacity:.95}.contact-page .contact-cta .cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.contact-page .contact-cta .btn-primary,.contact-page .contact-cta .btn-secondary{display:inline-block;padding:1rem 3rem;border-radius:8px;text-decoration:none;font-weight:700;transition:all .3s;box-shadow:0 4px 6px #0000000d}.contact-page .contact-cta .btn-primary{background:#fff;color:#2563eb}.contact-page .contact-cta .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001a}.contact-page .contact-cta .btn-secondary{background:transparent;color:#fff;border:2px solid white}.contact-page .contact-cta .btn-secondary:hover{background:#fff;color:#2563eb;transform:translateY(-2px)}@media (max-width: 768px){.contact-page .expectations-grid{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.contact-page .expectations-grid{grid-template-columns:1fr}}.app{min-height:100vh;display:flex;flex-direction:column}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1f2937;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{line-height:1.3;font-weight:700}
