@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Montserrat:wght@600;700;800&family=Poppins:wght@500;600;700;800&display=swap");:root{--primary-color:#061b2f;--accent-color:#4cbbdb;--secondary-color:#66f0d1;--text-color:#02113a;--background-color:#f8fafc;--primary-font:"Inter",sans-serif;--heading-font:"Montserrat",sans-serif}body{font-family:Inter,sans-serif;margin:0;padding:0;box-sizing:border-box}.contact-title,.hero-title,.projects-title,.services-title,h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif}section{padding:4rem 2rem;max-width:1200px;margin:0 auto}img{display:block;max-width:100%;height:auto;border-radius:1rem}.hero{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:5rem 2rem;background-color:#fff;color:var(--text-color)}.hero-left{flex:1;display:flex;flex-direction:column;gap:1.5rem}.hero-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.2;color:var(--text-color)}.hero-title span{color:var(--accent-color)}.hero-description{font-size:1.1rem;color:#333;line-height:1.6}.hero-cta{background-color:var(--secondary-color);color:#00332c;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;border-radius:6px;transition:transform .2s ease;width:fit-content}.hero-cta:hover{transform:scale(1.05)}.hero-right{flex:1;display:flex;justify-content:center}.hero-photo{max-width:480px;height:auto}.strategic-section{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:4rem 2rem;background-color:#f0f9ff;border-radius:1rem;box-shadow:0 0 10px rgba(0,0,0,.1)}.strategic-left{flex:1;align-items:flex-start;text-align:left}.strategic-right{flex:1;justify-content:flex-end}@media (max-width:900px){.strategic-section{flex-direction:column;text-align:center}.strategic-left,.strategic-right{align-items:center;text-align:center;justify-content:center}}.strategic-title{font-family:var(--heading-font);font-size:3rem;font-weight:800;color:#0f172a;letter-spacing:.3rem}.strategic-label{font-size:1.5rem;font-weight:600;color:var(--accent-color)}.strategic-description{font-size:1.2rem;color:#334155;margin-top:1rem}.strategic-left{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.strategic-right{display:flex;justify-content:center;align-items:center}.strategic-img{max-width:100%;height:auto;border-radius:1rem}.strategic-button:hover{background-color:#00ffe0;transform:scale(1.05)}.services-section{background-color:var(--primary-color);text-align:center;border-radius:1rem;padding:4rem 2rem;margin-bottom:2rem}.strategic-button{background-color:#0f766e;color:#fff;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;border-radius:6px;transition:background-color .2s ease,transform .2s ease}.contact-title,.participations-title{font-size:2rem;font-weight:800;margin-bottom:2.5rem;color:#0f172a;text-align:center}.participations-section{padding:4rem 2rem;background-color:var(--primary-color);text-align:center;border-radius:1rem;box-shadow:0 0 10px rgba(0,0,0,.1);color:#fff;font-family:var(--primary-font);margin-bottom:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;max-width:1200px}.participations-title{font-size:2rem;font-weight:700;font-family:var(--heading-font);color:#fff;margin-bottom:3rem}.participations-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-content:center;max-width:1200px;margin:0 auto}.participation-card{background-color:#0f172a;border-radius:1rem;padding:1rem;text-align:center;transition:transform .3s ease;overflow:hidden;color:#fff}.participation-card:hover{transform:scale(1.03)}.participation-img{height:220px;object-fit:cover;width:100%;border-radius:.75rem}.participation-title{margin-top:1rem;font-size:1.25rem;font-weight:600;color:#fff;font-family:var(--heading-font)}.participation-description{font-size:.9rem;margin-top:.5rem;color:#cbd5e1}.projects-title{font-size:2rem;font-weight:700;font-family:var(--heading-font);color:#ecfdf5;margin-bottom:3rem}.projects-section{padding:4rem 2rem;background-color:var(--primary-color);color:#fff;text-align:center;box-shadow:0 0 10px rgba(0,0,0,.1);border-radius:1rem;margin-bottom:2rem}.projects-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-content:center;max-width:1200px;margin:0 auto}.project-card{border-radius:1rem;padding:0;text-align:center;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden;color:#fff;background-color:rgba(15,23,42,.6);backdrop-filter:blur(10px);display:flex;flex-direction:column;height:100%;min-height:300px;position:relative}.project-card:hover{transform:scale(1.05) translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.4)}.project-img{width:100%;height:240px;object-fit:contain;object-position:center;padding:1.5rem;background:linear-gradient(135deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.05))}.project-label{padding:1rem;font-size:1.1rem;font-weight:600;color:#fff;margin-top:auto;text-decoration:underline}.project-label,.services-title{font-family:var(--heading-font)}.services-title{font-size:2rem;font-weight:700;color:#ecfdf5;margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.service-card{background-color:#0f172a;border-radius:1rem;padding:1rem;box-shadow:0 0 15px #0891b2;transition:transform .3s ease}.service-card:hover{transform:scale(1.03)}.service-img{width:100%;height:auto;border-radius:.75rem}.service-label{margin-top:1rem;font-size:1.1rem;font-weight:600;color:#fff}.opensource-section{padding:4rem 2rem;background-color:var(--primary-color);color:#fff;text-align:center;border-radius:1rem;box-shadow:0 0 10px rgba(0,0,0,.1)}.opensource-title{font-size:2rem;font-weight:700;font-family:var(--heading-font);margin-bottom:2.5rem;color:#fff}.opensource-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-content:center;max-width:1200px;margin:0 auto}.opensource-card{background-color:#0f172a;padding:1rem;border-radius:1rem;transition:transform .3s ease;max-width:280px;text-align:center;box-shadow:0 0 10px rgba(0,0,0,.1);color:#fff}.opensource-card:hover{transform:scale(1.03)}.opensource-img{width:100%;height:auto;border-radius:.75rem;object-fit:cover;max-height:420px}.opensource-label{margin-top:1rem;font-size:1.1rem;font-weight:600;font-family:var(--heading-font)}.glow-cyan{border:2px solid #00ffe0;box-shadow:0 0 15px #00ffe0}.glow-teal{border:2px solid #2dd4bf;box-shadow:0 0 15px #2dd4bf}.glow-purple{border:2px solid #a78bfa;box-shadow:0 0 15px #a78bfa}.glow-pink{border:2px solid #f472b6;box-shadow:0 0 15px #f472b6}.glow-blue{border:2px solid #3b82f6;box-shadow:0 0 15px #3b82f6}.glow-yellow{border:2px solid #fbbf24;box-shadow:0 0 15px #fbbf24}.glow-orange{border:2px solid #f97316;box-shadow:0 0 15px #f97316}.contact-section{padding:5rem 2rem;background-color:#f1f5f9;text-align:center}.contact-form{max-width:500px;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem}.contact-form .form-control{border-radius:.75rem;padding:1rem;font-size:1rem;border:1px solid #cbd5e1;background-color:#fff;color:#0f172a}.contact-button{background-color:#0f766e;font-weight:600;padding:.85rem 2rem;font-size:1rem;border-radius:.6rem;border:none;transition:background-color .2s ease}.contact-button:hover{background-color:#0d9488}.footer{padding:2rem;text-align:center;background:#0b1c2c;border-top:1px solid hsla(0,0%,100%,.1);color:#aaa;font-size:.875rem}.whatsapp-float{position:fixed;bottom:1.5rem;right:1.5rem;background-color:#25d366;padding:.75rem;border-radius:50%;z-index:9999;transition:transform .2s ease}.whatsapp-float:hover{transform:scale(1.1)}.whatsapp-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff}@media (max-width:1024px){.hero{flex-direction:column;text-align:center}.hero-left{align-items:center}.hero-right{justify-content:center}.hero-photo{width:80%}.participations-grid,.services-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));padding:0 1rem;grid-gap:1.5rem}.participation-card,.service-card{padding:1.5rem}}@media (max-width:768px){.hero-photo{max-width:320px}.participations-grid,.services-grid{grid-template-columns:1fr}}@media (max-width:480px){.hero-title{font-size:1.5rem}.hero-description{font-size:1rem}.participation-img{height:180px}}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}