@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap);@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css);:root,html{color-scheme:light only}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#1e293b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}@media (prefers-color-scheme:dark){:root{color-scheme:light only}body,html{background-color:#fff;color:#1e293b}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}@media (max-width:640px){.container{padding:0 1.5rem}}.header{background:linear-gradient(135deg,#2563eb,#3674b5);left:0;padding:1rem 0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{background:linear-gradient(135deg,#1e40af,#2563eb);box-shadow:0 4px 20px #3674b533;padding:.5rem 0}.header-container{justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 2rem}.header-container,.logo{align-items:center;display:flex}.logo{color:#fff;font-size:1.5rem;font-weight:700;gap:.75rem;text-decoration:none;transition:transform .3s ease}.site-logo{display:block;height:40px;width:auto}.logo:hover{transform:scale(1.05)}.logo-icon{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;color:#3674b5;display:flex;font-size:1.5rem;font-weight:800;height:45px;justify-content:center;width:45px}.logo-text{font-size:1.75rem;letter-spacing:-.5px}.nav-menu{align-items:center;display:flex;gap:2.5rem}.nav-link{color:#fff;font-size:1rem;font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:all .3s ease}.nav-link:after{background:#fff;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link.active:after,.nav-link:hover:after{width:100%}.nav-link:hover{opacity:.9}.cta-button{background:#fff;border-radius:50px;box-shadow:0 4px 15px #fff3;color:#3674b5;font-weight:600;padding:.75rem 2rem;text-decoration:none;transition:all .3s ease}.cta-button:hover{box-shadow:0 6px 25px #ffffff4d;transform:translateY(-2px)}.hamburger{cursor:pointer;display:none;flex-direction:column;gap:5px}.hamburger span{background:#fff;border-radius:3px;height:3px;transition:all .3s ease;width:25px}.hamburger.active span:first-child{transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media (max-width:968px){.header{padding:.75rem 0}.nav-menu{align-items:center;background:linear-gradient(135deg,#2563eb,#3674b5);bottom:0;flex-direction:column;gap:1.5rem;height:100vh;justify-content:flex-start;left:0;opacity:0;padding:100px 2rem 2rem;pointer-events:none;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease,opacity .3s ease;width:100%}.nav-menu.active{opacity:1;pointer-events:auto;transform:translateX(0)}.hamburger{display:flex;z-index:1001}.cta-button{display:none}.header-container{padding:0 1.5rem}}@media (max-width:480px){.logo-text{font-size:1.5rem}.logo-icon{font-size:1.25rem;height:40px;width:40px}.header-container{padding:0 1rem}}.footer{background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff;margin-top:5rem;padding:4rem 0 0}.footer-container{margin:0 auto;max-width:1400px;padding:0 2rem}.footer-content{grid-gap:3rem;border-bottom:1px solid #ffffff1a;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1.5fr;padding-bottom:3rem}.footer-section{display:flex;flex-direction:column;gap:1.5rem}.footer-logo{align-items:center;display:flex;gap:.75rem;margin-bottom:.5rem}.footer-logo .logo-icon{align-items:center;background:linear-gradient(135deg,#2563eb,#3674b5);border-radius:12px;color:#fff;display:flex;font-size:1.5rem;font-weight:800;height:45px;justify-content:center;width:45px}.footer-logo .logo-text{font-size:1.75rem;font-weight:700;letter-spacing:-.5px}.footer-description{color:#ffffffb3;font-size:.95rem;line-height:1.6}.social-link{background:#ffffff1a;color:#fff;height:40px;width:40px}.footer-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.footer-links{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.footer-links a{color:#ffffffb3;display:inline-block;text-decoration:none;transition:all .3s ease}.footer-links a:hover{color:#3674b5;transform:translateX(5px)}.footer-contact{display:flex;flex-direction:column;gap:1rem;list-style:none;margin:0;padding:0}.footer-contact li{align-items:flex-start;color:#ffffffb3;display:flex;gap:1rem}.footer-contact i{color:#3674b5;font-size:1.1rem;margin-top:3px}.footer-bottom{align-items:center;color:#fff9;display:flex;font-size:.9rem;justify-content:space-between;padding:2rem 0}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:#fff9;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#3674b5}@media (max-width:968px){.footer-content{gap:2.5rem;grid-template-columns:1fr 1fr}}@media (max-width:640px){.footer{padding:3rem 0 0}.footer-container{padding:0 1.5rem}.footer-content{gap:2rem;grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-bottom-links{flex-direction:column;gap:.5rem}}.scroll-to-top{align-items:center;animation:fadeInUp .3s ease-out;background:linear-gradient(135deg,#2563eb,#3674b5);border:none;border-radius:50%;bottom:30px;box-shadow:0 10px 30px #3674b54d;color:#fff;cursor:pointer;display:flex;font-size:1.25rem;height:55px;justify-content:center;position:fixed;right:30px;transition:all .3s ease;width:55px;z-index:999}.scroll-to-top:hover{box-shadow:0 15px 40px #3674b566;transform:translateY(-5px)}.scroll-to-top:active{transform:translateY(-2px)}@media (max-width:640px){.scroll-to-top{bottom:20px;font-size:1.1rem;height:50px;right:20px;width:50px}}.whatsapp-button{align-items:center;background:linear-gradient(135deg,#25d366,#128c7e);border:none;border-radius:50px;bottom:100px;box-shadow:0 4px 20px #25d36666;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:14px;font-weight:600;gap:10px;overflow:hidden;padding:15px 20px;position:fixed;right:30px;transition:all .3s ease;z-index:1000}.whatsapp-button:hover{box-shadow:0 6px 25px #25d36680;transform:scale(1.05)}.whatsapp-button i{font-size:24px;position:relative;z-index:2}.whatsapp-text{display:inline-block;position:relative;z-index:2}.whatsapp-button:before{animation:innerPulse 2s infinite;background:#ffffff4d;border-radius:50%;content:"";height:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px;z-index:1}@keyframes innerPulse{0%{height:20px;opacity:.8;width:20px}to{height:200px;opacity:0;width:200px}}@media (max-width:768px){.whatsapp-button{bottom:90px;padding:12px 15px;right:20px}.whatsapp-text{display:none}.whatsapp-button{border-radius:50%;padding:15px}.whatsapp-button i{font-size:28px}}.promo-banner{animation:gradientShift 3s ease infinite;background:linear-gradient(135deg,#ff6b35,#f7931e 50%,#ff6b35);background-size:200% 200%;left:0;padding:12px 50px 12px 20px;position:fixed;right:0;top:68px;z-index:999}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.promo-content{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin:0 auto;max-width:1400px}.promo-badge{background:#fff3;border-radius:20px;color:#fff;font-size:.85rem;font-weight:600;padding:5px 12px;white-space:nowrap}.promo-text{color:#fff;font-size:.95rem;margin:0;text-align:center}.promo-text strong{font-weight:700}.promo-cta{background:#fff;border-radius:25px;color:#ff6b35;font-size:.9rem;font-weight:600;padding:8px 20px;text-decoration:none;transition:all .3s ease;white-space:nowrap}.promo-cta:hover{box-shadow:0 4px 15px #0003;transform:scale(1.05)}.promo-close{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:20px;height:28px;justify-content:center;line-height:1;position:absolute;right:15px;top:50%;transform:translateY(-50%);transition:all .3s ease;width:28px}.promo-close:hover{background:#fff6;transform:translateY(-50%) scale(1.1)}@media (max-width:768px){.promo-banner{padding:10px 40px 10px 15px;top:56px}.promo-content{gap:8px}.promo-badge{font-size:.7rem;padding:3px 8px}.promo-text{font-size:.8rem}.promo-cta{font-size:.75rem;padding:5px 12px}.promo-close{font-size:16px;height:24px;right:10px;width:24px}}.hero-section{background:linear-gradient(135deg,#1e40af,#3674b5);overflow:hidden;padding:180px 0 100px;position:relative}.hero-section.no-banner{padding:140px 0 100px}@media (max-width:768px){.hero-section{padding:150px 0 80px}.hero-section.no-banner{padding:100px 0 80px}}.hero-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;padding:0 2rem;position:relative;z-index:1}.hero-content{animation:fadeInUp .8s ease-out}.hero-title{color:#fff;font-size:3.5rem;font-weight:800;letter-spacing:-1px;line-height:1.2;margin-bottom:1.5rem}.hero-description{color:#ffffffe6;font-size:1.15rem;line-height:1.7;margin-bottom:2.5rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1.5rem}.btn-secondary{background:#0000;border:2px solid #fff;border-radius:50px;color:#fff;display:inline-block;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.btn-secondary:hover{background:#fff;color:#3674b5;transform:translateY(-3px)}.hero-image{align-items:center;animation:fadeIn 1s ease-out .3s both;display:flex;height:auto;justify-content:center;min-height:300px;position:relative}.hero-image-mobile{display:none}.hero-image-desktop{display:flex}.hero-main-image{animation:float 3s ease-in-out infinite;height:auto;max-width:512px;object-fit:contain;width:100%}.card-image{display:block;height:100%;object-fit:cover;width:100%}.hero-wave{bottom:-1px;left:0;position:absolute;width:100%}.hero-wave svg{display:block;height:auto;width:100%}.services-preview{background:#fff;padding:5rem 0}.container{margin:0 auto;max-width:1400px;padding:0 2rem}.services-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(3,1fr)}.service-card{background:#fff;border-radius:20px;box-shadow:0 10px 40px #00000014;opacity:0;overflow:hidden;transform:translateY(30px);transition:all .4s ease}.service-card.visible{opacity:1;transform:translateY(0)}.service-card:hover{box-shadow:0 20px 60px #3674b526;transform:translateY(-10px)}.service-image{background-color:#316fc6;height:250px;overflow:hidden;width:100%}.service-image img{height:100%;object-fit:contain;transition:transform .4s ease;width:100%}.service-card:hover .service-image img{transform:scale(1.1)}.service-content{padding:2rem}.service-title{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.service-description{color:#64748b;line-height:1.7;margin-bottom:1.5rem}.service-link{color:#3674b5;display:inline-block;font-weight:600;text-decoration:none;transition:all .3s ease}.service-link:hover{transform:translateX(5px)}.experience-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:5rem 0}.experience-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-top:3rem}.experience-image-wrapper{align-items:center;display:flex;justify-content:center}.experience-image-container{max-width:500px;position:relative;width:100%}.experience-main-image{border-radius:20px;box-shadow:0 20px 60px #3674b533;height:auto;position:relative;width:100%;z-index:2}.experience-image-decoration{background:linear-gradient(135deg,#2563eb,#3674b5);border-radius:20px;bottom:15px;left:-15px;opacity:.3;position:absolute;right:15px;top:-15px;z-index:1}.experience-features{display:flex;flex-direction:column;justify-content:center}.features-title{color:#1e293b;font-size:2.25rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.features-subtitle{color:#64748b;font-size:1.1rem;line-height:1.7;margin-bottom:2.5rem}.features-list{display:flex;flex-direction:column;gap:1.25rem;list-style:none;margin:0;padding:0}.features-list li{align-items:center;background:#fff;border-left:4px solid #0000;border-radius:12px;box-shadow:0 4px 15px #0000000d;display:flex;gap:1rem;padding:1rem 1.25rem;transition:all .3s ease}.features-list li:hover{border-left-color:#3674b5;box-shadow:0 8px 25px #3674b526;transform:translateX(8px)}.feature-check-icon{align-items:center;background:linear-gradient(135deg,#2563eb,#3674b5);border-radius:50%;box-shadow:0 4px 12px #3674b54d;display:flex;height:28px;justify-content:center;min-width:28px;position:relative;width:28px}.feature-check-icon:after{border:solid #fff;border-width:0 2.5px 2.5px 0;content:"";height:11px;margin-top:-2px;transform:rotate(45deg);width:7px}.feature-text-content{color:#1e293b;font-size:1.05rem;font-weight:600;letter-spacing:.01em}.testimonials-section{background:#fff;overflow:hidden;padding:5rem 0}.testimonial-card{grid-gap:4rem;align-items:center;background:linear-gradient(135deg,#1e40af,#3674b5);border-radius:30px;color:#fff;display:grid;gap:4rem;grid-template-columns:1fr 1fr;overflow:hidden;padding:4rem;position:relative}.testimonial-card:before{animation:pulse 4s ease-in-out infinite;background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:400px;position:absolute;right:-20%;top:-50%;width:400px}.testimonial-card:after{animation:pulse 4s ease-in-out 2s infinite;background:radial-gradient(circle,#ffffff14 0,#0000 70%);bottom:-30%;content:"";height:300px;left:-10%;position:absolute;width:300px}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}.testimonial-content{position:relative;z-index:2}.testimonial-title{animation:fadeInUp .6s ease-out;font-size:2.25rem;font-weight:700;line-height:1.3;margin-bottom:1.5rem}.testimonial-text{font-size:1.1rem;line-height:1.7;margin-bottom:2rem;opacity:.95}.testimonial-controls{align-items:center;display:flex;gap:1rem;margin-top:2rem}.testimonial-nav-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:2px solid #ffffff4d;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:48px;justify-content:center;transition:all .3s ease;width:48px}.testimonial-nav-btn:hover{background:#fff;border-color:#fff;color:#3674b5;transform:scale(1.1)}.testimonial-nav-btn:active{transform:scale(.95)}.testimonial-nav-btn svg{height:24px;width:24px}.testimonial-dots{display:flex;gap:.5rem}.testimonial-dot{background:#ffffff4d;border:none;border-radius:50%;cursor:pointer;height:12px;position:relative;transition:all .3s ease;width:12px}.testimonial-dot:after{border:2px solid #0000;border-radius:50%;content:"";height:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease;width:20px}.testimonial-dot:hover{background:#fff9;transform:scale(1.2)}.testimonial-dot.active{background:#fff;transform:scale(1.3)}.testimonial-dot.active:after{border-color:#fff6}.testimonial-slider{perspective:1000px;position:relative;z-index:2}.testimonial-slider-track{height:380px;overflow:hidden;position:relative}.preview-card{background:#fff;border-radius:20px;box-shadow:0 25px 50px -12px #00000040;color:#1e293b;height:100%;left:0;padding:2rem;position:absolute;top:0;transform-origin:center center;transition:all .6s cubic-bezier(.4,0,.2,1);width:100%}.preview-card.active{animation:slideIn .6s cubic-bezier(.4,0,.2,1)}.preview-card.next.active{animation:slideInFromRight .6s cubic-bezier(.4,0,.2,1)}.preview-card.prev.active{animation:slideInFromLeft .6s cubic-bezier(.4,0,.2,1)}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(100%) rotateY(-10deg) scale(.9)}to{opacity:1;transform:translateX(0) rotateY(0) scale(1)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-100%) rotateY(10deg) scale(.9)}to{opacity:1;transform:translateX(0) rotateY(0) scale(1)}}@keyframes slideIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.preview-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.preview-label{color:#3674b5;font-size:.9rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.preview-date{color:#64748b;font-size:.9rem}.preview-user{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.user-avatar,.user-avatar-wrapper{position:relative}.user-avatar{background:linear-gradient(135deg,#e0e7ff,#dbeafe);border:3px solid #3674b5;border-radius:50%;height:60px;object-fit:cover;width:60px;z-index:1}.avatar-ring{display:none}.user-info h4{color:#1e293b;font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.user-info p{color:#64748b;font-size:.9rem}.preview-quote{opacity:.1;position:absolute;right:1.5rem;top:1.5rem}.quote-icon{color:#3674b5;height:48px;width:48px}.preview-text{color:#475569;font-size:1rem;line-height:1.8;margin-bottom:1.5rem;position:relative}.preview-rating{display:flex;gap:.25rem}.star-icon{animation:starPop .3s ease-out;color:#fbbf24;height:20px;width:20px}.star-icon:first-child{animation-delay:.1s}.star-icon:nth-child(2){animation-delay:.2s}.star-icon:nth-child(3){animation-delay:.3s}.star-icon:nth-child(4){animation-delay:.4s}.star-icon:nth-child(5){animation-delay:.5s}@keyframes starPop{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.testimonial-progress{background:#3674b533;border-radius:2px;height:4px;margin-top:1.5rem;overflow:hidden}.testimonial-progress-bar{background:linear-gradient(90deg,#3674b5,#60a5fa);border-radius:2px;height:100%;position:relative;transition:width .5s ease}.testimonial-progress-bar:after{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#0000,#fff6);bottom:0;content:"";position:absolute;right:0;top:0;width:50px}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.cta-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:5rem 0}.cta-card{background:linear-gradient(135deg,#1e40af,#3674b5);border-radius:30px;color:#fff;padding:5rem 4rem;text-align:center}.cta-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.btn-outline{background:#0000;border:2px solid #fff;border-radius:50px;color:#fff;display:inline-block;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.btn-outline:hover{background:#fff;color:#3674b5;transform:translateY(-3px)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width:1200px){.hero-title{font-size:3rem}.hero-main-image{max-width:450px}.section-title{font-size:2.25rem}}@media (max-width:968px){.hero-container{gap:3rem;grid-template-columns:1fr;text-align:center}.hero-content{order:1}.hero-image-desktop{display:none}.hero-image-mobile{align-items:center;animation:fadeIn 1s ease-out .3s both;display:flex;justify-content:center;margin:1.5rem 0}.hero-image-mobile .hero-main-image{max-width:350px;width:100%}.hero-image{min-height:250px;order:2}.hero-main-image{max-width:400px}.hero-buttons{justify-content:center}.experience-content,.services-grid{grid-template-columns:1fr}.experience-content{gap:3rem}.experience-image-wrapper{order:2}.experience-features{order:1;text-align:center}.features-title{font-size:2rem}.features-list li{text-align:left}.experience-image-container{max-width:400px}.testimonial-card{gap:3rem;grid-template-columns:1fr;padding:3rem}.testimonial-slider-track{height:400px}.testimonial-controls{justify-content:center}.cta-title{font-size:2.25rem}}@media (max-width:768px){.hero-section{padding:120px 0 80px}.hero-title{font-size:2.5rem}.hero-main-image{max-width:350px}}@media (max-width:640px){.hero-section{padding:100px 0 60px}.hero-container{gap:2rem;padding:0 1.5rem}.hero-title{font-size:2rem}.hero-image-mobile{margin:1rem 0}.hero-image-mobile .hero-main-image{max-width:280px}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column;gap:1rem}.btn-primary,.btn-secondary{padding:.875rem 2rem;text-align:center;width:100%}.hero-image{min-height:200px}.hero-main-image{max-width:280px}.card-1{left:2%;width:280px}.card-2{right:2%;width:220px}.section-title{font-size:1.85rem}.section-subtitle{font-size:1rem}.container{padding:0 1.5rem}.features-title{font-size:1.75rem}.features-subtitle{font-size:1rem;margin-bottom:2rem}.features-list li{padding:.875rem 1rem}.feature-text-content{font-size:.95rem}.experience-image-container{max-width:320px}.experience-image-decoration{bottom:10px;left:-10px;right:10px;top:-10px}.testimonial-card{padding:2rem}.testimonial-title{font-size:1.75rem}.testimonial-slider-track{height:420px}.preview-card{padding:1.5rem}.testimonial-nav-btn{height:40px;width:40px}.testimonial-nav-btn svg{height:20px;width:20px}.testimonial-dot{height:10px;width:10px}.cta-card{padding:3rem 2rem}.cta-title{font-size:1.85rem}.cta-description{font-size:1rem}}@media (max-width:480px){.hero-section{padding:90px 0 50px}.hero-container{gap:1.5rem;padding:0 1rem}.hero-title{font-size:1.75rem}.hero-image-mobile{margin:.75rem 0}.hero-image-mobile .hero-main-image{max-width:220px}.hero-description{font-size:.95rem;margin-bottom:2rem}.hero-main-image{max-width:240px}.btn-primary,.btn-secondary{font-size:.95rem;padding:.75rem 1.5rem}}.services-hero{background:linear-gradient(135deg,#1e40af,#3674b5);overflow:hidden;padding:180px 0 100px;position:relative}.services-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.services-hero-content{margin:0 auto;max-width:800px;position:relative;text-align:center;z-index:1}.services-detail{background:#fff;padding:5rem 0}.services-detail-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(3,1fr)}.service-detail-card{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 10px 40px #00000014;padding:2.5rem;transition:all .4s ease}.service-detail-card:hover{border-color:#3674b5;box-shadow:0 20px 60px #3674b526;transform:translateY(-10px)}.service-icon{align-items:center;background:linear-gradient(135deg,#2563eb,#3674b5);border-radius:20px;display:flex;font-size:2.5rem;height:80px;justify-content:center;margin-bottom:1.5rem;overflow:hidden;transition:all .3s ease;width:80px}.service-icon-img{filter:brightness(0) invert(1);height:45px;object-fit:contain;width:45px}.service-detail-card:hover .service-icon{transform:scale(1.1) rotate(5deg)}.service-detail-title{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.service-detail-description{color:#64748b;line-height:1.7;margin-bottom:1.5rem}.service-features{display:flex;flex-direction:column;gap:.875rem;list-style:none;margin:0;padding:0}.service-features li{align-items:center;border-bottom:1px solid #3674b51a;display:flex;gap:.75rem;padding:.625rem 0;transition:all .3s ease}.service-features li:last-child{border-bottom:none}.service-features li:hover{padding-left:.5rem}.feature-check{align-items:center;background:linear-gradient(135deg,#2563eb,#3674b5);border-radius:50%;display:flex;height:24px;justify-content:center;min-width:24px;position:relative;width:24px}.feature-check:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:10px;margin-top:-2px;transform:rotate(45deg);width:6px}.feature-text{color:#1e293b;font-size:.95rem;font-weight:600;letter-spacing:.01em}.pricing-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:5rem 0}.section-header{margin:0 auto 4rem;max-width:800px;text-align:center}.pricing-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1400px}.pricing-card{background:#fff;border:2px solid #0000;border-radius:25px;box-shadow:0 10px 40px #00000014;display:flex;flex-direction:column;padding:3rem 2.5rem;position:relative;transition:all .4s ease}.pricing-card:hover{border-color:#3674b5;box-shadow:0 20px 60px #3674b526;transform:translateY(-10px)}.pricing-card.featured{background:linear-gradient(135deg,#1e40af,#3674b5);color:#fff;transform:scale(1.05)}.pricing-card.featured:hover{transform:scale(1.08) translateY(-10px)}.promo-tag{animation:pulse-glow 2s ease-in-out infinite;background:linear-gradient(135deg,#ff6b35,#f7931e);border-radius:50px;box-shadow:0 5px 20px #ff6b3566;color:#fff;font-size:.8rem;font-weight:600;left:50%;padding:.5rem 1.25rem;position:absolute;top:-15px;transform:translateX(-50%);white-space:nowrap}@keyframes pulse-glow{0%,to{box-shadow:0 5px 20px #ff6b3566}50%{box-shadow:0 5px 30px #ff6b35b3}}.popular-badge{background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:50px;box-shadow:0 5px 20px #fbbf2466;color:#fff;font-size:.9rem;font-weight:600;left:50%;padding:.5rem 1.5rem;position:absolute;top:-15px;transform:translateX(-50%)}.pricing-header{border-bottom:2px solid #0000001a;margin-bottom:2rem;padding-bottom:2rem;text-align:center}.pricing-card.featured .pricing-header{border-bottom-color:#fff3}.pricing-plan{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.pricing-description{color:#64748b;font-size:.95rem}.pricing-card.featured .pricing-description{color:#ffffffe6}.pricing-price{align-items:flex-start;display:flex;gap:.25rem;justify-content:center;margin-bottom:2rem;text-align:center}.currency{font-size:2rem;font-weight:700;margin-top:.5rem}.amount{font-size:4rem;font-weight:800;line-height:1}.period{color:#64748b;font-size:1.1rem;margin-top:2.5rem}.pricing-card.featured .period{color:#fffc}.pricing-features{display:flex;flex:1 1;flex-direction:column;gap:1rem;list-style:none;margin:0 0 2.5rem;padding:0}.pricing-features li{font-size:.95rem;line-height:1.5}.pricing-card.featured .pricing-features li{color:#fffffff2}.pricing-button{background:linear-gradient(135deg,#2563eb,#3674b5);border-radius:50px;box-shadow:0 5px 20px #3674b54d;color:#fff;display:block;font-weight:600;padding:1rem 2rem;text-align:center;text-decoration:none;transition:all .3s ease}.pricing-button:hover{box-shadow:0 8px 30px #3674b566;transform:translateY(-2px)}.pricing-card.featured .pricing-button{background:#fff;color:#3674b5}.pricing-card.featured .pricing-button:hover{background:#f8fafc}.process-section{background:#fff;padding:5rem 0}.process-steps{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(4,1fr);margin-top:3rem}.process-step{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease}.process-step:hover{background:linear-gradient(135deg,#1e40af,#3674b5);color:#fff;transform:translateY(-5px)}.step-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#3674b5);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin-bottom:1rem;transition:all .3s ease}.process-step:hover .step-number{-webkit-text-fill-color:#fff}.step-title{color:#1e293b;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.process-step:hover .step-title{color:#fff}.step-description{color:#64748b;font-size:.95rem;line-height:1.6}.process-step:hover .step-description{color:#ffffffe6}.services-cta{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:5rem 0}@media (max-width:1200px){.page-title{font-size:3.25rem}.pricing-grid{gap:2rem}}@media (max-width:968px){.services-detail-grid{grid-template-columns:repeat(2,1fr)}.pricing-grid{grid-template-columns:1fr;max-width:500px}.pricing-card.featured{transform:scale(1)}.pricing-card.featured:hover{transform:translateY(-10px)}.process-steps{grid-template-columns:repeat(2,1fr)}.cta-title{font-size:2.25rem}}@media (max-width:640px){.services-hero{padding:140px 0 80px}.page-title{font-size:2.5rem}.page-subtitle{font-size:1.1rem}.services-detail{padding:3rem 0}.services-detail-grid{grid-template-columns:1fr}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.pricing-section{padding:3rem 0}.pricing-card{padding:2.5rem 2rem}.amount{font-size:3rem}.process-steps{grid-template-columns:1fr}.cta-content{padding:3rem 2rem}.cta-title{font-size:1.85rem}.cta-description{font-size:1rem}}.about-hero{background:linear-gradient(135deg,#1e40af,#3674b5);overflow:hidden;padding:180px 0 100px;position:relative}.about-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.about-hero-content{margin:0 auto;max-width:900px;position:relative;text-align:center;z-index:1}.story-section{background:#fff;padding:5rem 0}.story-grid{grid-gap:5rem;align-items:center;display:grid;gap:5rem;grid-template-columns:1fr 1fr}.story-content{display:flex;flex-direction:column;gap:1.5rem}.story-text{color:#64748b;font-size:1.05rem;line-height:1.8}.story-image{border-radius:30px;box-shadow:0 20px 60px #00000026;overflow:hidden}.story-image img{background:linear-gradient(135deg,#e0e7ff,#dbeafe);display:block;height:100%;min-height:500px;object-fit:cover;width:100%}.values-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:5rem 0}.section-subtitle{color:#64748b;font-size:1.1rem;line-height:1.7}.section-subtitle.centered{margin:0 auto 3rem;max-width:700px;text-align:center}.values-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(3,1fr);margin-top:3rem}.value-card{background:#fff;border-radius:20px;box-shadow:0 10px 40px #00000014;padding:2.5rem 2rem;text-align:center;transition:all .4s ease}.value-card:hover{box-shadow:0 20px 60px #3674b526;transform:translateY(-10px)}.value-icon{align-items:center;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease;width:80px}.value-icon img{height:100%;object-fit:contain;width:100%}.value-card:hover .value-icon{transform:scale(1.1) rotate(5deg)}.value-title{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.value-description{color:#64748b;font-size:.95rem;line-height:1.7}.stats-section{background:linear-gradient(135deg,#1e40af,#3674b5);color:#fff;padding:5rem 0}.stats-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(4,1fr)}.stat-item{padding:2rem;text-align:center}.stat-number{-webkit-text-fill-color:#0000;background:#fff;-webkit-background-clip:text;background-clip:text;font-size:4rem;font-weight:800;margin-bottom:.5rem}.stat-label{font-size:1.1rem;font-weight:500;opacity:.95}.team-section{background:#fff;padding:5rem 0}.team-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(3,1fr);margin-top:3rem}.team-member{text-align:center;transition:all .3s ease}.team-member:hover{transform:translateY(-10px)}.member-image{background:linear-gradient(135deg,#e0e7ff,#dbeafe);border-radius:20px;box-shadow:0 10px 40px #0000001a;height:300px;margin-bottom:1.5rem;overflow:hidden;transition:all .3s ease;width:100%}.team-member:hover .member-image{box-shadow:0 15px 50px #3674b533}.member-image img{display:block;height:100%;object-fit:cover;width:100%}.member-name{color:#1e293b;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.member-role{color:#3674b5;font-weight:600;margin-bottom:1rem}.member-social{gap:1rem}.member-social,.member-social a{display:flex;justify-content:center}.member-social a{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:50%;color:#3674b5;height:40px;text-decoration:none;transition:all .3s ease;width:40px}.member-social a:hover{background:linear-gradient(135deg,#2563eb,#3674b5);color:#fff;transform:translateY(-3px)}.clients-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:5rem 0}.clients-logos{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:repeat(6,1fr);margin-top:3rem}.client-logo{align-items:center;background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000000d;display:flex;justify-content:center;min-height:120px;padding:2rem;transition:all .3s ease}.client-logo:hover{box-shadow:0 10px 30px #3674b51a;transform:translateY(-5px)}.client-logo img{filter:grayscale(100%);height:auto;max-width:100%;opacity:.6;transition:opacity .3s ease}.client-logo:hover img{filter:grayscale(0);opacity:1}.about-cta{background:#fff;padding:5rem 0}.cta-content{background:linear-gradient(135deg,#1e40af,#3674b5);border-radius:30px;color:#fff;padding:5rem 4rem;text-align:center}.cta-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem}.cta-description{font-size:1.15rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.95}.btn-primary{background:#fff;border-radius:50px;box-shadow:0 10px 30px #0003;color:#3674b5;display:inline-block;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.btn-primary:hover{box-shadow:0 15px 40px #0000004d;transform:translateY(-3px)}@media (max-width:1200px){.team-grid,.values-grid{grid-template-columns:repeat(2,1fr)}.clients-logos{grid-template-columns:repeat(3,1fr)}}@media (max-width:968px){.story-grid{gap:3rem;grid-template-columns:1fr}.story-image img{min-height:400px}.stats-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}.stat-number{font-size:3rem}.cta-title{font-size:2.25rem}}@media (max-width:640px){.about-hero{padding:140px 0 80px}.page-title{font-size:2.5rem}.page-subtitle{font-size:1.1rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.stats-grid,.values-grid{grid-template-columns:1fr}.stat-number{font-size:2.5rem}.team-grid{grid-template-columns:1fr}.member-image{height:350px}.clients-logos{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.cta-content{padding:3rem 2rem}.cta-title{font-size:1.85rem}.cta-description{font-size:1rem}}.contact-hero{background:linear-gradient(135deg,#1e40af,#3674b5);overflow:hidden;padding:180px 0 100px;position:relative}.contact-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.contact-hero-content{margin:0 auto;max-width:800px;position:relative;text-align:center;z-index:1}.page-title{animation:fadeInUp .8s ease-out;color:#fff;font-size:4rem;font-weight:800;letter-spacing:-1px;margin-bottom:1.5rem}.page-subtitle{animation:fadeInUp .8s ease-out .2s both;color:#fffffff2;font-size:1.25rem;line-height:1.7}.contact-info-section{background:#fff;margin-top:-50px;padding:5rem 0;position:relative;z-index:10}.contact-info-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.info-card{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 10px 40px #00000014;padding:2.5rem 2rem;text-align:center;transition:all .4s ease}.info-card:hover{border-color:#3674b5;box-shadow:0 20px 60px #3674b526;transform:translateY(-10px)}.info-icon{align-items:center;background:linear-gradient(135deg,#2563eb,#3674b5);border-radius:50%;color:#fff;display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease;width:80px}.info-card:hover .info-icon{transform:scale(1.1) rotate(5deg)}.info-title{color:#1e293b;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.info-text{color:#64748b;font-size:.95rem;line-height:1.8;margin-bottom:.5rem}.contact-form-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:5rem 0}.contact-form-grid{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1.2fr}.form-content{position:-webkit-sticky;position:sticky;top:120px}.section-title{color:#1e293b;font-size:2.75rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.section-description{color:#64748b;font-size:1.05rem;line-height:1.8;margin-bottom:2.5rem}.contact-features{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}.feature-item{align-items:center;color:#1e293b;display:flex;font-weight:500;gap:1rem}.feature-item i{color:#3674b5;font-size:1.25rem}.social-connect{margin-top:3rem}.social-title{color:#1e293b;font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-link{align-items:center;background:#fff;border-radius:50%;box-shadow:0 5px 20px #00000014;color:#3674b5;display:flex;height:50px;justify-content:center;text-decoration:none;transition:all .3s ease;width:50px}.social-link:hover{background:linear-gradient(135deg,#2563eb,#3674b5);box-shadow:0 8px 25px #3674b54d;color:#fff;transform:translateY(-3px)}.form-wrapper{background:#fff;border-radius:25px;box-shadow:0 20px 60px #0000001a;padding:3rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#1e293b;font-size:.95rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{background:#fff;border:2px solid #e2e8f0;border-radius:12px;font-family:inherit;font-size:1rem;padding:1rem 1.25rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3674b5;box-shadow:0 0 0 4px #3674b51a;outline:none}.form-group textarea{min-height:150px;resize:vertical}.submit-button{align-items:center;background:linear-gradient(135deg,#2563eb,#3674b5);border:none;border-radius:50px;box-shadow:0 10px 30px #3674b54d;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.75rem;justify-content:center;padding:1.25rem 3rem;transition:all .3s ease}.submit-button:hover{box-shadow:0 15px 40px #3674b566;transform:translateY(-3px)}.submit-button i{transition:transform .3s ease}.submit-button:hover i{transform:translateX(5px)}.map-section{background:#fff;padding:0}.map-container{background:linear-gradient(135deg,#e0e7ff,#dbeafe);height:450px;position:relative;width:100%}.map-placeholder{align-items:center;color:#3674b5;display:flex;flex-direction:column;font-size:1.25rem;font-weight:600;height:100%;justify-content:center;width:100%}.map-placeholder i{font-size:4rem;margin-bottom:1rem;opacity:.5}.faq-section{background:#fff;padding:5rem 0}.section-title.centered{margin-bottom:3rem;text-align:center}.faq-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1200px}.faq-item{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #0000;border-radius:20px;padding:2.5rem;transition:all .3s ease}.faq-item:hover{border-color:#3674b5;box-shadow:0 15px 40px #3674b51a;transform:translateY(-5px)}.faq-question{color:#1e293b;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.faq-answer{color:#64748b;font-size:.95rem;line-height:1.8}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:all .6s ease-out}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}@media (max-width:1200px){.contact-info-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:968px){.contact-form-grid{gap:3rem;grid-template-columns:1fr}.form-content{position:static}.faq-grid,.form-row{grid-template-columns:1fr}}@media (max-width:640px){.contact-hero{padding:140px 0 80px}.page-title{font-size:2.5rem}.page-subtitle{font-size:1.1rem}.contact-info-section{margin-top:-30px;padding:3rem 0}.contact-info-grid{grid-template-columns:1fr}.section-title{font-size:2rem}.form-wrapper{padding:2rem 1.5rem}.submit-button{font-size:1rem;padding:1rem 2rem}.map-container{height:300px}.faq-section{padding:3rem 0}.faq-item{padding:2rem 1.5rem}}.projects-hero{background:linear-gradient(135deg,#1e40af,#3674b5);overflow:hidden;padding:160px 0 80px;position:relative}.projects-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");content:"";opacity:.3}.projects-hero-overlay,.projects-hero:before{bottom:0;left:0;position:absolute;right:0;top:0}.projects-hero-overlay{background:radial-gradient(circle at 30% 20%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 70% 80%,#ffffff14 0,#0000 50%);pointer-events:none}.projects-hero-container{margin:0 auto;max-width:1400px;padding:0 2rem;position:relative;text-align:center;z-index:1}.projects-hero-badge{animation:fadeInDown .6s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:50px;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin-bottom:1.25rem;padding:.5rem 1.25rem}.projects-hero-title{animation:fadeInUp .8s ease-out;color:#fff;font-size:3.5rem;font-weight:800;letter-spacing:-1.5px;line-height:1.15;margin-bottom:1rem}.projects-hero-subtitle{animation:fadeInUp .8s ease-out .2s both;color:#ffffffd9;font-size:1.2rem;font-weight:400;line-height:1.6;margin:0 auto;max-width:600px}.projects-section{background:#fff;padding:5rem 0}.projects-container{margin:0 auto;max-width:1400px;padding:0 2rem}.projects-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(3,1fr)}.project-card{background:#fff;border-radius:20px;box-shadow:0 10px 40px #00000014;overflow:hidden;transition:all .4s ease}.project-card:hover{box-shadow:0 20px 60px #3674b526;transform:translateY(-10px)}.project-image-wrapper{height:250px;overflow:hidden;position:relative;width:100%}.project-image{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.project-card:hover .project-image{transform:scale(1.05)}.project-content{padding:1.5rem}.project-title{color:#1e293b;font-size:1.35rem;font-weight:700;line-height:1.4;margin-bottom:.75rem}.project-description{color:#64748b;font-size:.95rem;line-height:1.7;margin:0}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.projects-hero{padding:140px 0 60px}.projects-hero-title{font-size:2.75rem}.projects-hero-badge{font-size:.85rem;padding:.4rem 1rem}.projects-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.projects-hero{padding:120px 0 50px}.projects-hero-title{font-size:2.25rem;letter-spacing:-1px}.projects-hero-subtitle{font-size:1rem}.projects-section{padding:3rem 0}.projects-grid{gap:1.5rem;grid-template-columns:1fr}.project-image-wrapper{height:220px}.project-content{padding:1.25rem}.project-title{font-size:1.2rem}.project-description{font-size:.9rem}}@media (max-width:480px){.projects-hero{padding:100px 0 40px}.projects-hero-badge{font-size:.8rem;padding:.35rem .9rem}.projects-hero-title{font-size:1.85rem}.projects-hero-subtitle{font-size:.95rem}.projects-container{padding:0 1rem}.project-image-wrapper{height:200px}.project-content{padding:1rem}.project-title{font-size:1.1rem}}.project-image-wrapper{cursor:pointer}.project-image-overlay{align-items:center;background:#1e40afb3;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.project-card:hover .project-image-overlay{opacity:1}.view-icon{align-items:center;background:#fff;border-radius:50%;color:#1e40af;display:flex;font-size:1.5rem;height:60px;justify-content:center;transform:scale(.8);transition:transform .3s ease;width:60px}.project-card:hover .view-icon{transform:scale(1)}.lightbox-overlay{animation:fadeIn .3s ease;background:#000000e6;bottom:0;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:9999}.lightbox-content,.lightbox-overlay{align-items:center;display:flex;justify-content:center}.lightbox-content{max-height:100%;max-width:100%;position:relative}.lightbox-image{animation:zoomIn .3s ease;border-radius:8px;max-height:90vh;max-width:100%;object-fit:contain}.lightbox-close{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 4px 20px #0000004d;color:#1e293b;cursor:pointer;display:flex;font-size:1.5rem;height:50px;justify-content:center;position:fixed;right:20px;top:20px;transition:all .3s ease;width:50px;z-index:10000}.lightbox-close:hover{background:#1e40af;color:#fff;transform:rotate(90deg)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.lightbox-close{font-size:1.25rem;height:45px;right:15px;top:15px;width:45px}.lightbox-overlay{padding:.5rem}.view-icon{font-size:1.25rem;height:50px;width:50px}}@media (max-width:480px){.lightbox-close{font-size:1.1rem;height:40px;right:10px;top:10px;width:40px}.view-icon{font-size:1.1rem;height:45px;width:45px}}.legal-hero{background:linear-gradient(135deg,#1e40af,#3674b5);overflow:hidden;padding:160px 0 80px;position:relative}.legal-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");content:"";opacity:.3}.legal-hero-overlay,.legal-hero:before{bottom:0;left:0;position:absolute;right:0;top:0}.legal-hero-overlay{background:radial-gradient(circle at 30% 20%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 70% 80%,#ffffff14 0,#0000 50%);pointer-events:none}.legal-hero-container{margin:0 auto;max-width:1400px;padding:0 2rem;position:relative;text-align:center;z-index:1}.legal-hero-title{animation:fadeInUp .8s ease-out;color:#fff;font-size:3rem;font-weight:800;letter-spacing:-1.5px;line-height:1.15;margin-bottom:1rem}.legal-hero-subtitle{animation:fadeInUp .8s ease-out .2s both;color:#fffc;font-size:1.1rem;font-weight:400;line-height:1.6}.legal-section{background:#f8fafc;padding:5rem 0}.legal-container{margin:0 auto;max-width:900px;padding:0 2rem}.legal-content{background:#fff;border-radius:20px;box-shadow:0 10px 40px #00000014;padding:3rem}.legal-block{margin-bottom:2.5rem}.legal-block:last-child{margin-bottom:0}.legal-block h2{border-bottom:2px solid #e2e8f0;color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:1rem;padding-bottom:.75rem}.legal-block p{color:#475569;font-size:1rem;line-height:1.8;margin-bottom:1rem}.legal-block p:last-child{margin-bottom:0}.legal-block ul{list-style:none;margin:1rem 0 0;padding:0}.legal-block ul li{color:#475569;font-size:1rem;line-height:1.7;margin-bottom:.75rem;padding-left:1.75rem;position:relative}.legal-block ul li:last-child{margin-bottom:0}.legal-block ul li:before{background:linear-gradient(135deg,#1e40af,#3674b5);border-radius:50%;content:"";height:8px;left:0;position:absolute;top:.6rem;width:8px}.legal-block ul li strong{color:#1e293b}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.legal-hero{padding:140px 0 60px}.legal-hero-title{font-size:2.5rem}.legal-content{padding:2.5rem}}@media (max-width:768px){.legal-hero{padding:120px 0 50px}.legal-hero-title{font-size:2rem;letter-spacing:-1px}.legal-hero-subtitle{font-size:1rem}.legal-section{padding:3rem 0}.legal-container{padding:0 1rem}.legal-content{border-radius:16px;padding:2rem}.legal-block{margin-bottom:2rem}.legal-block h2{font-size:1.3rem}.legal-block p,.legal-block ul li{font-size:.95rem}}@media (max-width:480px){.legal-hero{padding:100px 0 40px}.legal-hero-title{font-size:1.75rem}.legal-hero-subtitle{font-size:.95rem}.legal-content{border-radius:12px;padding:1.5rem}.legal-block h2{font-size:1.2rem;padding-bottom:.5rem}.legal-block p,.legal-block ul li{font-size:.9rem}.legal-block ul li{padding-left:1.5rem}.legal-block ul li:before{height:6px;top:.55rem;width:6px}}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;padding-top:80px}*{box-sizing:border-box;margin:0;padding:0}body{overflow-x:hidden}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#2563eb,#3674b5);border-radius:6px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#1e40af,#2563eb)}*{scrollbar-color:#3674b5 #f1f5f9;scrollbar-width:thin}::selection{background:#3674b5;color:#fff}::-moz-selection{background:#3674b5;color:#fff}
/*# sourceMappingURL=main.44888455.css.map*/