.header{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease}.header-container{max-width:1400px;margin:0 auto;padding:1.5rem 2rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem}.header-left,.header-right{display:flex;align-items:center}.header-left{justify-content:flex-start}.header-right{justify-content:flex-end}.logo-text{font-size:1.5rem;font-weight:300;font-family:sans-serif;letter-spacing:.5px}.header-logo{width:40px;height:40px;margin-right:.75rem}.nav{display:flex;align-items:center;gap:2rem}.nav-link{color:#6b7280;text-decoration:none;font-size:.95rem;font-weight:500;transition:all .3s ease;position:relative;padding:.5rem 0}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#ffb6c1;transition:width .3s ease}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-link:hover,.nav-link.active{color:#1a1a1a}.cta-button{padding:.75rem 1.75rem;background:#ffb6c1;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.header.scrolled{background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,182,193,.3)}@media (max-width: 1024px){.header-container{grid-template-columns:1fr auto;gap:1.5rem}.header-right{display:none}.nav{gap:1.5rem}}@media (max-width: 768px){.header-container{padding:1rem 1.5rem}.nav{display:none}.logo-text{font-size:1.25rem}}@media (max-width: 480px){.header-container{padding:.75rem 1rem;gap:1rem}.logo-text{font-size:1.1rem}.nav{gap:.75rem}.nav-link{font-size:.8rem}}.hero{min-height:100vh;padding:60px 2rem 80px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.hero-container{max-width:1400px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{display:flex;flex-direction:column;gap:2rem}.hero-title{font-size:3.5rem;font-weight:700;color:#1a1a1a;line-height:1.2;letter-spacing:-.02em}.hero-subtitle{font-size:1.25rem;color:#6b7280;line-height:1.8;max-width:600px}.hero-cta{padding:1rem 2.5rem;border:2px solid #FFB6C1;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.hero-cta.primary{background:#ffb6c1;color:#fff;border:none}.hero-cta.primary:hover{background:#ffa0b0}.hero-cta.secondary{background:transparent;color:#1a1a1a}.hero-cta.secondary:hover{background:#ffb6c1;color:#fff}.hero-buttons{display:flex;gap:1.5rem;align-self:flex-start;justify-content:center}.hero-image{display:flex;align-items:center;justify-content:center}.hero-img{max-width:100%;height:auto;width:500px}@media (max-width: 1024px){.hero{padding:50px 1.5rem 60px}.hero-container{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{max-width:100%;margin:0 auto}.hero-buttons{align-self:center}.hero-image{order:-1}.hero-img{width:400px}}@media (max-width: 768px){.hero{padding:40px 1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column;width:100%;gap:1rem}.hero-cta{width:100%;text-align:center}.hero-img{width:350px}}@media (max-width: 480px){.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1rem}.hero-img{width:280px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem}.modal-content{background:#fff;border-radius:12px;padding:2rem;max-width:500px;width:100%;position:relative;max-height:90vh;overflow-y:auto}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .3s ease}.modal-close:hover{color:#1a1a1a}.modal-title{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;letter-spacing:-.02em}.modal-description{font-size:1rem;color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.modal-info h3{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.modal-info ul{list-style:none;padding:0;margin:0}.modal-info li{padding:.75rem 0;border-bottom:1px solid rgba(0,0,0,.1);color:#6b7280}.modal-info li:last-child{border-bottom:none}.modal-button{width:100%;padding:1rem;background:#ffb6c1;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1.5rem}.modal-button:hover{background:#ffa0b0}@media (max-width: 768px){.modal-overlay{padding:0;align-items:flex-end}.modal-content{padding:1.5rem;max-width:100%;border-radius:20px 20px 0 0;animation:slideUp .3s ease-out;max-height:80vh}.modal-title{font-size:1.5rem}.modal-description{font-size:.95rem}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.partners{padding:3rem 2rem;border-top:1px solid rgba(255,182,193,.2)}.partners-container{max-width:1400px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap}.partner-logo{max-height:40px;width:auto;opacity:.6;transition:opacity .3s ease}.partner-logo:hover{opacity:1}@media (max-width: 768px){.partners-container{gap:2rem}.partner-logo{max-height:30px}}@media (max-width: 480px){.partners{padding:2rem 1rem}.partners-container{gap:1.5rem}.partner-logo{max-height:25px}}.tech-stack{padding:6rem 2rem}.tech-stack-container{max-width:1400px;margin:0 auto}.tech-stack-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:1rem;letter-spacing:-.02em}.tech-stack-subtitle{font-size:1.25rem;color:#6b7280;text-align:center;margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto}.tech-stack-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.tech-category{padding:2rem}.category-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #FFB6C1}.tech-items{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.tech-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.tech-logo{width:100%;height:auto;max-width:60px}.tech-name{font-size:.9rem;font-weight:500;color:#1a1a1a;text-align:center}@media (max-width: 768px){.tech-stack{padding:4rem 1rem}.tech-stack-title{font-size:2rem}.tech-stack-subtitle{font-size:1.1rem;margin-bottom:3rem}.tech-stack-grid{grid-template-columns:1fr;gap:1.5rem}.tech-category{padding:1.5rem}}@media (max-width: 480px){.tech-stack-title{font-size:1.75rem}.tech-stack-subtitle{font-size:1rem}.tech-category{padding:1.25rem}}.services{padding:6rem 2rem}.services-container{max-width:1400px;margin:0 auto}.services-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:1rem;letter-spacing:-.02em}.services-subtitle{font-size:1.25rem;color:#6b7280;text-align:center;margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{padding:2rem;border:1px solid rgba(255,182,193,.3);border-radius:12px;display:flex;flex-direction:column;align-items:center;text-align:center}.service-icon{width:60px;height:60px;margin-bottom:1.5rem}.service-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #FFB6C1}.service-description{font-size:1rem;color:#6b7280;line-height:1.6}@media (max-width: 768px){.services{padding:4rem 1rem}.services-title{font-size:2rem}.services-subtitle{font-size:1.1rem;margin-bottom:3rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:1.5rem}}@media (max-width: 480px){.services-title{font-size:1.75rem}.services-subtitle{font-size:1rem}.service-card{padding:1.25rem}}.values{padding:6rem 2rem}.values-container{max-width:1400px;margin:0 auto}.values-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:1rem;letter-spacing:-.02em}.values-subtitle{font-size:1.25rem;color:#6b7280;text-align:center;margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.value-card{padding:2rem;border:1px solid rgba(255,182,193,.3);border-radius:12px;display:flex;flex-direction:column;align-items:center;text-align:center}.value-icon{width:50px;height:50px;margin-bottom:1.5rem;align-self:flex-start}.value-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #FFB6C1}.value-description{font-size:1rem;color:#6b7280;line-height:1.6}@media (max-width: 768px){.values{padding:4rem 1rem}.values-title{font-size:2rem}.values-subtitle{font-size:1.1rem;margin-bottom:3rem}.values-grid{grid-template-columns:1fr;gap:1.5rem}.value-card{padding:1.5rem}}@media (max-width: 480px){.values-title{font-size:1.75rem}.values-subtitle{font-size:1rem}.value-card{padding:1.25rem}}.team{padding:6rem 2rem}.team-container{max-width:1400px;margin:0 auto}.team-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:1rem;letter-spacing:-.02em}.team-subtitle{font-size:1.25rem;color:#6b7280;text-align:center;margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.team-card{padding:2rem;border:1px solid rgba(255,182,193,.3);border-radius:12px;display:flex;flex-direction:column;align-items:center;text-align:center}.team-photo{width:100px;height:100px;margin-bottom:1.5rem}.team-avatar{width:100%;height:100%;border-radius:50%;object-fit:cover}.team-name{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.team-role{font-size:1rem;color:#6b7280;line-height:1.6}@media (max-width: 768px){.team{padding:4rem 1rem}.team-title{font-size:2rem}.team-subtitle{font-size:1.1rem;margin-bottom:3rem}.team-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.team-card{padding:1.5rem}}@media (max-width: 480px){.team-title{font-size:1.75rem}.team-subtitle{font-size:1rem}.team-grid{grid-template-columns:1fr}.team-card{padding:1.25rem}}.presence{padding:6rem 2rem}.presence-container{max-width:1400px;margin:0 auto}.presence-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:1rem;letter-spacing:-.02em}.presence-subtitle{font-size:1.25rem;color:#6b7280;text-align:center;margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto}.presence-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.presence-card{padding:2rem;border:1px solid rgba(255,182,193,.3);border-radius:12px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden}.presence-flag{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;object-fit:cover;opacity:.15;z-index:0}.presence-card>*{position:relative;z-index:1}.presence-country{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem;padding-bottom:1rem;border-bottom:2px solid #FFB6C1}.presence-location{font-size:1rem;color:#6b7280;line-height:1.6}@media (max-width: 768px){.presence{padding:4rem 1rem}.presence-title{font-size:2rem}.presence-subtitle{font-size:1.1rem;margin-bottom:3rem}.presence-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.presence-card{padding:1.5rem}}@media (max-width: 480px){.presence-title{font-size:1.75rem}.presence-subtitle{font-size:1rem}.presence-grid{grid-template-columns:1fr}.presence-card{padding:1.25rem}}.cta{padding:8rem 2rem;text-align:center}.cta-container{max-width:800px;margin:0 auto}.cta-title{font-size:3rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;letter-spacing:-.02em}.cta-subtitle{font-size:1.25rem;color:#6b7280;margin-bottom:3rem;line-height:1.6}.cta-button{padding:1.25rem 3rem;background:#ffb6c1;color:#fff;border:none;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease}.cta-button:hover{background:#ffa0b0}@media (max-width: 768px){.cta{padding:6rem 1rem}.cta-title{font-size:2.25rem}.cta-subtitle{font-size:1.1rem}.cta-button{width:100%;padding:1rem 2.5rem;font-size:1rem}}@media (max-width: 480px){.cta-title{font-size:1.75rem}.cta-subtitle{font-size:1rem}.cta-button{padding:.875rem 2rem;font-size:.95rem}}.footer{padding:4rem 2rem 2rem;background:#2d2d2d;color:#fff;position:relative;z-index:1}.footer-container{max-width:1400px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column}.footer-brand{display:flex;align-items:center;margin-bottom:1rem}.footer-logo{width:40px;height:40px;margin-right:.75rem;border-radius:50%}.footer-title{font-size:1.5rem;font-weight:300;font-family:sans-serif;margin-bottom:0;color:#fff}.footer-description{font-size:1rem;color:#9ca3af;line-height:1.6}.footer-heading{font-size:1.125rem;font-weight:600;margin-bottom:1.25rem;color:#fff}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#ffb6c1}.footer-social{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:50%;color:#fff;transition:all .3s ease;margin-top:1rem}.footer-social:hover{background:#ffb6c1;color:#fff}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-copyright{text-align:center;color:#9ca3af;font-size:.875rem}@media (max-width: 768px){.footer{padding:3rem 1rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}}@media (max-width: 480px){.footer-title{font-size:1.25rem}.footer-heading{font-size:1rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:#fff;background-image:radial-gradient(#FFB6C1 1px,transparent 1px);background-size:30px 30px;background-position:center;background-attachment:fixed;color:#1a1a1a;line-height:1.6;position:relative}body:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,transparent 30%,#ffffff 100%);pointer-events:none;z-index:0}
