.header{position:fixed;top:0;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000001a;z-index:1000;padding:1rem 0}.header-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.logo{display:inline-flex;align-items:center;gap:.5rem;background:none;border:none;padding:0;cursor:pointer}.logo-img{height:48px;width:auto;display:block}.logo-text{font-size:1.2rem;font-weight:700;color:var(--text-dark)}.nav{display:flex;align-items:center;gap:2rem}.nav a{text-decoration:none;color:var(--text-dark);font-weight:500;transition:color .3s}.nav a:hover{color:var(--primary-color)}.cta-button{background:var(--primary-color);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s}.cta-button:hover{background:var(--primary-dark)}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px}.menu-toggle span{width:25px;height:3px;background:var(--text-dark);transition:all .3s}@media (max-width: 768px){.menu-toggle{display:flex}.nav{position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;align-items:flex-start;padding:2rem;box-shadow:0 4px 10px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s}.nav-open{transform:translateY(0);opacity:1;visibility:visible}.nav a{width:100%;padding:.75rem 0;border-bottom:1px solid var(--border-color)}.cta-button{width:100%;margin-top:1rem}}.hero{position:relative;margin-top:80px;padding:100px 20px;min-height:90vh;display:flex;align-items:center;color:#fff;background-image:linear-gradient(120deg,#2563ebd9,#7c3aedd9),url(/assets/ChatGPT%20Image%20Dec%201_%202025_%2003_04_51%20PM-DHFjAsDy.png);background-size:cover;background-position:center;background-repeat:no-repeat}.hero-container{max-width:1200px;margin:0 auto;width:100%}.hero-content{max-width:900px;position:relative;z-index:1}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;opacity:.95;line-height:1.6}.hero-text{font-size:1.1rem;margin-bottom:3rem;line-height:1.8;opacity:.9}.hero-text p{margin-bottom:1rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:1rem 2rem;font-size:1.1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s}.btn-primary{background:#fff;color:var(--primary-color)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0003}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:var(--primary-color)}@media (max-width: 768px){.hero{padding:60px 20px;min-height:auto}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.2rem}.hero-text{font-size:1rem}.hero-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}.about{background:var(--bg-white);padding:100px 20px}.section-header{text-align:center;margin-bottom:4rem}.section-icon{font-size:3rem;display:block;margin-bottom:1rem}.about-content{max-width:900px;margin:0 auto}.about-text{font-size:1.1rem;line-height:1.8;color:var(--text-dark)}.about-text p{margin-bottom:1.5rem}.lead{font-size:1.3rem;font-weight:600;color:var(--text-dark);margin-bottom:2rem!important}.highlight{background:var(--bg-light);padding:1.5rem;border-left:4px solid var(--primary-color);border-radius:8px;font-weight:500}@media (max-width: 768px){.about{padding:60px 20px}.about-text{font-size:1rem}.lead{font-size:1.1rem}}.services{background:var(--bg-light);padding:100px 20px}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.service-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;transition:transform .3s,box-shadow .3s}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.service-icon{font-size:3rem;margin-bottom:1rem}.service-title{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.service-description{color:var(--text-light);margin-bottom:1.5rem;line-height:1.6}.service-details{list-style:none;margin-bottom:1.5rem}.service-details li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:var(--text-dark)}.service-details li:before{content:"✓";position:absolute;left:0;color:var(--primary-color);font-weight:700}.service-result{font-weight:600;color:var(--primary-color);font-style:italic;margin-top:1rem;padding-top:1rem;border-top:2px solid var(--border-color)}@media (max-width: 768px){.services{padding:60px 20px}.services-grid{grid-template-columns:1fr}.service-card{padding:2rem}}.why-choose-us{background:var(--bg-white);padding:100px 20px}.reasons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.reason-card{text-align:center;padding:2rem;border-radius:12px;transition:transform .3s}.reason-card:hover{transform:translateY(-5px)}.reason-icon{font-size:3rem;margin-bottom:1rem}.reason-title{font-size:1.25rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.reason-description{color:var(--text-light);line-height:1.6}@media (max-width: 768px){.why-choose-us{padding:60px 20px}.reasons-grid{grid-template-columns:1fr}}.work-process{background:var(--bg-light);padding:100px 20px}.process-steps{max-width:900px;margin:3rem auto 0;position:relative}.process-step{display:flex;align-items:flex-start;gap:2rem;margin-bottom:3rem;position:relative}.step-number{width:60px;height:60px;background:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0;box-shadow:0 4px 10px #2563eb4d}.step-content{flex:1;padding-top:.5rem}.step-title{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.step-description{color:var(--text-light);line-height:1.6;font-size:1.1rem}.step-connector{position:absolute;left:30px;top:60px;width:2px;height:calc(100% + 1rem);background:var(--border-color)}@media (max-width: 768px){.work-process{padding:60px 20px}.process-step{flex-direction:column;gap:1rem}.step-connector{display:none}.step-title{font-size:1.25rem}.step-description{font-size:1rem}}.references{background:var(--bg-white);padding:100px 20px}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.project-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s,box-shadow .3s}.project-card-large{grid-column:1 / -1;max-width:1000px;margin:0 auto}.project-card-large .project-image{height:380px}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.project-image{position:relative;width:100%;height:250px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.project-card:hover .project-image img{transform:scale(1.05)}.project-content{padding:2rem}.project-title{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.project-location{color:var(--primary-color);font-weight:600;margin-bottom:.5rem}.project-description{color:var(--text-light);line-height:1.6}.project-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.5));display:flex;align-items:flex-end;padding:1rem}.project-badge{background:var(--primary-color);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}.project-slider{width:100%;height:100%;position:relative;overflow:hidden;border-radius:12px}.project-slider img{width:100%;height:100%;object-fit:cover}.slider-label{position:absolute;bottom:1rem;left:1rem;width:auto;height:auto;background:#2563ebe6;border-radius:999px;padding:.35rem .75rem;display:inline-flex;align-items:center;justify-content:center}.slider-button{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;border:none;background:#ffffffd9;color:var(--text-dark);font-size:1.5rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s,transform .3s;box-shadow:0 4px 10px #00000026}.slider-button:hover{background:#fff;transform:translateY(-50%) scale(1.05)}.slider-button.prev{left:1rem}.slider-button.next{right:1rem}@media (max-width: 768px){.references{padding:60px 20px}.projects-grid{grid-template-columns:1fr}.project-image{height:200px}.project-card-large .project-image{height:260px}}.faq{background:var(--bg-white);padding:100px 20px}.faq-list{max-width:800px;margin:3rem auto 0}.faq-item{border:1px solid var(--border-color);border-radius:8px;margin-bottom:1rem;overflow:hidden;transition:all .3s}.faq-item:hover{border-color:var(--primary-color)}.faq-question{width:100%;padding:1.5rem;background:#fff;border:none;text-align:left;font-size:1.1rem;font-weight:600;color:var(--text-dark);cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .3s}.faq-question:hover{background:var(--bg-light)}.faq-icon{font-size:1.5rem;color:var(--primary-color);font-weight:300;transition:transform .3s}.faq-item.open .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.faq-item.open .faq-answer{max-height:500px}.faq-answer p{padding:0 1.5rem 1.5rem;color:var(--text-light);line-height:1.8}@media (max-width: 768px){.faq{padding:60px 20px}.faq-question{font-size:1rem;padding:1.25rem}}.call-to-action{position:relative;padding:100px 20px;color:#fff;background-image:linear-gradient(120deg,#2563ebe6,#7c3aede6),url(/assets/ChatGPT%20Image%20Dec%201_%202025_%2003_04_51%20PM-DHFjAsDy.png);background-size:cover;background-position:center;background-repeat:no-repeat}.cta-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.cta-text{max-width:600px;position:relative;z-index:1}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.cta-subtitle{font-size:1.5rem;margin-bottom:3rem;opacity:.95}.contact-methods{margin-bottom:2rem}.contact-method{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:1.1rem}.contact-icon{font-size:2rem}.contact-method a{color:#fff;text-decoration:underline;transition:opacity .3s}.contact-method a:hover{opacity:.8}.cta-note{font-size:1rem;opacity:.9;font-style:italic}.cta-form-container{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 10px 30px #0003}.cta-form h3{color:var(--text-dark);font-size:1.5rem;margin-bottom:2rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:var(--text-dark);font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid var(--border-color);border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.form-group textarea{resize:vertical}.submit-button{width:100%;padding:1rem;background:var(--primary-color);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .3s,transform .3s}.submit-button:hover{background:var(--primary-dark);transform:translateY(-2px)}@media (max-width: 968px){.cta-content{grid-template-columns:1fr;gap:3rem}.cta-title{font-size:2rem}.cta-subtitle{font-size:1.25rem}}@media (max-width: 768px){.call-to-action{padding:60px 20px}.cta-form-container{padding:2rem}}.footer{background:var(--text-dark);color:#fff;padding:60px 20px 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h3{font-size:1.5rem;margin-bottom:1rem;color:var(--primary-color)}.footer-section h4{font-size:1.2rem;margin-bottom:1rem}.footer-section p{line-height:1.6;opacity:.9}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.75rem;opacity:.9}.footer-section a{color:#fff;text-decoration:none;transition:color .3s}.footer-section a:hover{color:var(--primary-color)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;opacity:.8}@media (max-width: 768px){.footer{padding:40px 20px 20px}.footer-content{grid-template-columns:1fr;gap:2rem}}.App{min-height:100vh}section{padding:80px 20px}.container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem;text-align:center}.section-subtitle{font-size:1.25rem;color:var(--text-light);text-align:center;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}@media (max-width: 768px){section{padding:60px 20px}.section-title{font-size:2rem}.section-subtitle{font-size:1.1rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2563eb;--primary-dark: #1e40af;--accent-color: #6b7280;--text-dark: #1f2937;--text-light: #6b7280;--bg-light: #f9fafb;--bg-white: #ffffff;--border-color: #e5e7eb;--success-color: #10b981}body{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:var(--text-dark);line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}
