@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Sora:wght@400;500;600;700;800&display=swap";
:root{--background:#0b1119;--foreground:#f3f4f6;--card:#151c29;--card-foreground:#f3f4f6;--primary:#3c83f6;--primary-foreground:#f3f4f6;--secondary:#1d283a;--secondary-foreground:#f3f4f6;--muted:#1d283a;--muted-foreground:#94a3b8;--accent:#3c83f6;--border:#222f44;--destructive:#ef4343;--radius:.75rem;--gradient-primary:linear-gradient(135deg,#3c83f6 0%,#7055f7 100%)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Sora,sans-serif;font-weight:700}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width:640px){.container{padding:0 1.5rem}}@media (min-width:1024px){.container{padding:0 2rem}}.section{padding:5rem 0}@media (min-width:768px){.section{padding:7rem 0}}.section-header{text-align:center;max-width:42rem;margin:0 auto 4rem}.section-label{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.875rem;font-weight:500;display:block}.section-title{margin-bottom:1rem;font-size:1.875rem}@media (min-width:768px){.section-title{font-size:2.25rem}}@media (min-width:1024px){.section-title{font-size:3rem}}.section-desc{color:var(--muted-foreground);font-size:1.125rem}.text-gradient{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.card-glass{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:var(--radius);background:#151c29cc;border:1px solid #222f4480}.btn{border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.btn-hero{background:var(--gradient-primary);color:var(--primary-foreground);box-shadow:0 0 30px #3c83f64d}.btn-hero:hover{transform:translateY(-2px);box-shadow:0 0 40px #3c83f680}.btn-outline{color:var(--foreground);border:1px solid var(--border);background:0 0}.btn-outline:hover{background:var(--secondary);border-color:var(--primary)}.btn-lg{padding:1rem 2rem;font-size:1rem}.btn-xl{padding:1.25rem 2.5rem;font-size:1.125rem}.navbar{z-index:50;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#0b1119cc;border-bottom:1px solid #222f4480;position:fixed;top:0;left:0;right:0}.navbar-inner{justify-content:space-between;align-items:center;height:5rem;display:flex}.navbar-logo{align-items:center;gap:.5rem;display:flex}.navbar-logo-icon{width:2.5rem;height:2.5rem;color:var(--primary);background:#3c83f61a;border-radius:.5rem;justify-content:center;align-items:center;display:flex}.navbar-logo-text{font-family:Sora,sans-serif;font-size:1.125rem;font-weight:700}.navbar-links{gap:.25rem;display:none}@media (min-width:768px){.navbar-links{display:flex}}.navbar-link{color:var(--muted-foreground);border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.navbar-link:hover,.navbar-link.active{color:var(--primary);background:#3c83f61a}.navbar-cta{display:none}@media (min-width:768px){.navbar-cta{display:block}}.navbar-mobile-btn{color:var(--foreground);cursor:pointer;background:0 0;border:none;padding:.5rem;display:block}@media (min-width:768px){.navbar-mobile-btn{display:none}}.hero{justify-content:center;align-items:center;min-height:100vh;padding-top:5rem;display:flex;position:relative;overflow:hidden}.hero canvas{position:absolute;inset:0;z-index:0!important}.hero-bg{position:absolute;inset:0}.hero-glow-1{filter:blur(48px);background:#3c83f61a;border-radius:50%;width:24rem;height:24rem;animation:2s ease-in-out infinite pulse-glow;position:absolute;top:25%;left:25%}.hero-glow-2{filter:blur(48px);background:#3c83f61a;border-radius:50%;width:20rem;height:20rem;animation:2s ease-in-out .3s infinite pulse-glow;position:absolute;bottom:25%;right:25%}.hero-content{z-index:10;text-align:center;max-width:56rem;margin:0 auto;padding-top:20px;position:relative}.hero-badge{background:#3c83f61a;border:1px solid #3c83f633;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;animation:.6s ease-out fade-up;display:inline-flex}.hero-badge span{color:var(--primary);font-size:.875rem;font-weight:500}.hero-title{margin-bottom:1.5rem;font-size:2.25rem;line-height:1.1;animation:.6s ease-out .1s backwards fade-up}@media (min-width:640px){.hero-title{font-size:3rem}}@media (min-width:768px){.hero-title{font-size:3.75rem}}@media (min-width:1024px){.hero-title{font-size:4.5rem}}.hero-subtitle{color:var(--muted-foreground);max-width:42rem;margin:0 auto 2.5rem;font-size:1.125rem;line-height:1.7;animation:.6s ease-out .2s backwards fade-up}@media (min-width:768px){.hero-subtitle{font-size:1.25rem}}.hero-buttons{flex-direction:column;align-items:center;gap:1rem;animation:.6s ease-out .3s backwards fade-up;display:flex}@media (min-width:640px){.hero-buttons{flex-direction:row;justify-content:center}}.hero-tech{margin-top:4rem;animation:.6s ease-out .5s backwards fade-up}.hero-tech-label{color:var(--muted-foreground);margin-bottom:1rem;font-size:.875rem}.hero-tech-list{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.hero-tech-item{background:#1d283a80;border:1px solid #222f4480;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:border-color .2s;display:flex}.hero-tech-item:hover{border-color:#3c83f64d}.hero-tech-item svg{color:var(--primary)}.services-section{background:#1d283a33}.services-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{padding:1.5rem;transition:all .3s}.service-card:hover{border-color:#3c83f64d;transform:translateY(-4px)}.service-icon{width:3rem;height:3rem;color:var(--primary);background:#3c83f61a;border-radius:.75rem;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.service-title{margin-bottom:.5rem;font-size:1.125rem}.service-desc{color:var(--muted-foreground);font-size:.875rem;line-height:1.6}.about-mini{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (min-width:1024px){.about-mini{grid-template-columns:1fr 1fr}}.about-image{aspect-ratio:1;background:linear-gradient(135deg,#3c83f633,#7055f733);border-radius:1rem;max-width:20rem;margin:0 auto;padding:.25rem}.about-image-inner{background:#1d283a80;border-radius:1rem;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.about-avatar{background:#3c83f633;border-radius:50%;justify-content:center;align-items:center;width:15rem;height:15rem;display:flex}.about-avatar span{color:var(--primary);font-family:Sora,sans-serif;font-size:2.5rem;font-weight:700}.about-content h2{margin-bottom:1rem;font-size:1.875rem}@media (min-width:768px){.about-content h2{font-size:2.25rem}}.about-content p{color:var(--muted-foreground);margin-bottom:1.5rem}.about-list{margin-bottom:2rem;list-style:none}.about-list li{align-items:flex-start;gap:.75rem;margin-bottom:.75rem;display:flex}.about-list li svg{color:var(--primary);flex-shrink:0;margin-top:.25rem}.projects-section{background:#1d283a33}.projects-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.project-card{transition:all .3s;overflow:hidden}.project-card:hover{border-color:#3c83f64d}.project-image{aspect-ratio:16/9;background:linear-gradient(135deg,#3c83f61a,#7055f71a);position:relative;overflow:hidden}.project-number{color:#3c83f64d;justify-content:center;align-items:center;font-family:Sora,sans-serif;font-size:2.5rem;font-weight:700;display:flex;position:absolute;inset:0}.project-overlay{opacity:0;background:#3c83f6cc;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.project-card:hover .project-overlay{opacity:1}.project-overlay svg{color:var(--primary-foreground);width:2rem;height:2rem}.project-info{padding:1.25rem}.project-category{color:var(--primary);background:#3c83f61a;border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-block}.project-title{margin:.75rem 0 .5rem;font-size:1.125rem;transition:color .2s}.project-card:hover .project-title{color:var(--primary)}.project-desc{color:var(--muted-foreground);font-size:.875rem}.why-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.why-grid{grid-template-columns:repeat(3,1fr)}}.why-card{background:#151c294d;border:1px solid #222f4480;border-radius:1rem;padding:1.5rem;transition:all .3s}.why-card:hover{background:#151c2980;border-color:#3c83f64d}.why-card-inner{align-items:flex-start;gap:1rem;display:flex}.why-icon{width:3rem;height:3rem;color:var(--primary);background:#3c83f61a;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.why-title{margin-bottom:.5rem;font-size:1.125rem}.why-desc{color:var(--muted-foreground);font-size:.875rem;line-height:1.6}.testimonials-section{background:#1d283a33}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}.testimonial-card{padding:1.5rem;transition:all .3s}.testimonial-card:hover{border-color:#3c83f64d}.testimonial-quote{color:#3c83f64d;width:2.5rem;height:2.5rem;margin-bottom:1rem}.testimonial-stars{gap:.25rem;margin-bottom:1rem;display:flex}.testimonial-stars svg{width:1rem;height:1rem;fill:var(--primary);color:var(--primary)}.testimonial-text{margin-bottom:1.5rem;line-height:1.7}.testimonial-author{align-items:center;gap:.75rem;display:flex}.testimonial-avatar{width:3rem;height:3rem;color:var(--primary);background:#3c83f633;border-radius:50%;justify-content:center;align-items:center;font-size:1.125rem;font-weight:700;display:flex}.testimonial-name{font-weight:600}.testimonial-role{color:var(--muted-foreground);font-size:.875rem}.cta-section{position:relative;overflow:hidden}.cta-bg{background:linear-gradient(90deg,#3c83f61a,#0000,#7055f71a);position:absolute;inset:0}.cta-glow{filter:blur(48px);background:#3c83f61a;border-radius:50%;width:37.5rem;height:37.5rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-content{z-index:10;text-align:center;max-width:56rem;margin:0 auto;padding:2.5rem;position:relative;box-shadow:0 0 40px #3c83f626}@media (min-width:768px){.cta-content{padding:4rem}}.cta-title{margin-bottom:1.5rem;font-size:1.875rem}@media (min-width:768px){.cta-title{font-size:2.25rem}}@media (min-width:1024px){.cta-title{font-size:3rem}}.cta-desc{color:var(--muted-foreground);max-width:42rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.125rem}.cta-buttons{flex-direction:column;align-items:center;gap:1rem;display:flex}@media (min-width:640px){.cta-buttons{flex-direction:row;justify-content:center}}.footer{background:#1d283a4d;border-top:1px solid #222f4480}.footer-grid{grid-template-columns:1fr;gap:2.5rem;padding:4rem 0;display:grid}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-brand p{color:var(--muted-foreground);margin:1rem 0;font-size:.875rem;line-height:1.6}.footer-social{gap:.75rem;display:flex}.footer-social a{background:var(--secondary);border-radius:.5rem;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;transition:all .2s;display:flex}.footer-social a:hover{color:var(--primary);background:#3c83f633}.footer-title{margin-bottom:1rem;font-family:Sora,sans-serif;font-weight:600}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:var(--muted-foreground);font-size:.875rem;transition:color .2s}.footer-links a:hover{color:var(--primary)}.footer-contact li{color:var(--muted-foreground);align-items:flex-start;gap:.75rem;margin-bottom:.75rem;font-size:.875rem;display:flex}.footer-contact li svg{color:var(--primary);flex-shrink:0;margin-top:.125rem}.footer-bottom{border-top:1px solid #222f4480;flex-direction:column;align-items:center;gap:1rem;padding:2rem 0;display:flex}@media (min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-bottom p{color:var(--muted-foreground);font-size:.875rem}.footer-bottom-links{gap:1.5rem;display:flex}.footer-bottom-links a{color:var(--muted-foreground);font-size:.875rem;transition:color .2s}.footer-bottom-links a:hover{color:var(--primary)}.page-hero{text-align:center;padding-top:8rem;padding-bottom:4rem}.page-hero-title{margin-bottom:1.5rem;font-size:2.25rem}@media (min-width:768px){.page-hero-title{font-size:3rem}}@media (min-width:1024px){.page-hero-title{font-size:3.75rem}}.page-hero-desc{color:var(--muted-foreground);max-width:42rem;margin:0 auto;font-size:1.125rem}@media (min-width:768px){.page-hero-desc{font-size:1.25rem}}.skills-list{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.skill-badge{color:var(--primary);background:#3c83f61a;border:1px solid #3c83f633;border-radius:.5rem;padding:.375rem .75rem;font-size:.875rem;font-weight:500}.timeline{max-width:48rem;margin:0 auto}.timeline-item{gap:1.5rem;display:flex}.timeline-marker{flex-direction:column;align-items:center;display:flex}.timeline-dot{width:3rem;height:3rem;color:var(--primary);background:#3c83f633;border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex}.timeline-line{background:var(--border);flex:1;width:2px;margin-top:.5rem}.timeline-content{flex:1;padding-bottom:2rem}.timeline-year{color:var(--primary);font-size:.875rem;font-weight:500}.timeline-title{margin:.25rem 0 .5rem;font-size:1.125rem}.timeline-desc{color:var(--muted-foreground);font-size:.875rem}.fun-facts{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.fun-fact{text-align:center;padding:1rem}.fun-fact svg{color:var(--primary);margin:0 auto .5rem}.fun-fact-value{color:var(--primary);font-family:Sora,sans-serif;font-size:1.5rem;font-weight:700}.fun-fact-label{color:var(--muted-foreground);font-size:.875rem}.service-detail{grid-template-columns:1fr;gap:3rem;margin-bottom:6rem;display:grid}@media (min-width:1024px){.service-detail{grid-template-columns:1fr 1fr;align-items:flex-start}}.service-detail-card{padding:2rem}.service-detail-icon{width:3.5rem;height:3.5rem;color:var(--primary);background:#3c83f61a;border-radius:.75rem;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.service-detail-title{margin-bottom:.5rem;font-size:1.5rem}@media (min-width:768px){.service-detail-title{font-size:1.875rem}}.service-detail-tagline{color:var(--primary);margin-bottom:1.5rem;font-size:1.125rem}.service-tech-list{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.service-tech{background:var(--secondary);color:var(--muted-foreground);border-radius:9999px;padding:.25rem .75rem;font-size:.875rem}.service-price{border-top:1px solid var(--border);padding-top:1.5rem}.service-price-label{color:var(--muted-foreground);margin-bottom:.25rem;font-size:.875rem}.service-price-value{color:var(--primary);font-family:Sora,sans-serif;font-size:1.25rem;font-weight:700}.service-problems h3,.service-solutions h3{margin-bottom:1rem;font-size:1.125rem}.service-problems h3{color:var(--muted-foreground)}.service-problems ul,.service-solutions ul{margin-bottom:1.5rem;list-style:none}.service-problems li,.service-solutions li{align-items:flex-start;gap:.75rem;margin-bottom:.75rem;display:flex}.service-problems li:before{content:"";background:var(--destructive);border-radius:50%;flex-shrink:0;width:.5rem;height:.5rem;margin-top:.5rem}.service-solutions li svg{color:var(--primary);flex-shrink:0;margin-top:.125rem}.filter-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-bottom:3rem;display:flex}.filter-btn{background:var(--secondary);color:var(--muted-foreground);cursor:pointer;border:none;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.filter-btn:hover,.filter-btn.active{background:var(--primary);color:var(--primary-foreground)}.contact-grid{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:1024px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-form{padding:2rem}.contact-form h2{margin-bottom:1.5rem;font-size:1.5rem}.form-group{margin-bottom:1.5rem}.form-row{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:640px){.form-row{grid-template-columns:1fr 1fr}}.form-label{margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.form-input,.form-textarea{border-radius:var(--radius);border:1px solid var(--border);background:var(--secondary);width:100%;color:var(--foreground);padding:.75rem 1rem;font-size:.875rem;transition:border-color .2s}.form-input:focus,.form-textarea:focus{border-color:var(--primary);outline:none}.form-textarea{resize:vertical;min-height:8rem}.form-submit{width:100%}.contact-info-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:640px){.contact-info-grid{grid-template-columns:repeat(2,1fr)}}.contact-info-card{padding:1.25rem}.contact-info-icon{width:2.5rem;height:2.5rem;color:var(--primary);background:#3c83f61a;border-radius:.5rem;justify-content:center;align-items:center;margin-bottom:.75rem;display:flex}.contact-info-label{color:var(--muted-foreground);margin-bottom:.25rem;font-size:.875rem}.contact-info-value{font-weight:500}.contact-info-value a:hover{color:var(--primary)}.whatsapp-cta{background:#16a2491a;border-color:#16a2494d;margin-top:2rem;padding:1.5rem}.whatsapp-cta-inner{align-items:flex-start;gap:1rem;display:flex}.whatsapp-icon{color:#16a249;background:#16a24933;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.whatsapp-cta h3{margin-bottom:.5rem;font-size:1.125rem}.whatsapp-cta p{color:var(--muted-foreground);margin-bottom:1rem;font-size:.875rem}.btn-whatsapp{color:#16a249;border-color:#16a24980}.btn-whatsapp:hover{background:#16a2491a}.contact-map{margin-top:2rem;overflow:hidden}.contact-map iframe{aspect-ratio:16/9;border:none;width:100%}.contact-closing{text-align:center;margin-top:2rem;padding:1.5rem}.contact-closing p{font-family:Sora,sans-serif;font-size:1.125rem;font-weight:500}.contact-closing span{color:var(--muted-foreground);margin-top:.5rem;font-size:.875rem;display:block}@keyframes fade-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #3c83f64d}50%{box-shadow:0 0 40px #3c83f680}}.text-center{text-align:center}.mt-12{margin-top:3rem}.mb-2{margin-bottom:.5rem}.gap-4{gap:1rem}
