*{box-sizing:border-box;margin:0;padding:0}body{color:#111827;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;scroll-behavior:smooth}.container{margin:0 auto;max-width:72rem;padding:0 1.5rem}@media(min-width:1024px){.container{padding:0 3rem}}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #f3f4f6;height:6rem;left:0;position:fixed;right:0;top:0;z-index:1000}.navbar,.navbar .container{align-items:center;display:flex}.navbar .container{justify-content:space-between}.logo{color:#144a9b;font-size:1.5rem;font-weight:700}.nav-links{display:flex;gap:2rem}.nav-links a{color:#111827;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#4b5563}.language-switcher{align-items:center;display:flex;gap:.5rem;margin-left:1rem}.lang-btn{background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;color:#4b5563;cursor:pointer;font-size:.875rem;font-weight:500;padding:.375rem .75rem;transition:all .3s}.lang-btn:hover{background:#f3f4f6;border-color:#144a9b}.lang-btn.active{background:#144a9b;border-color:#144a9b;color:#fff}.hero{align-items:center;background:#fff;color:#111827;display:flex;min-height:100vh;padding-bottom:6rem;padding-top:6rem}@media(min-width:1024px){.hero{padding-bottom:8rem;padding-top:8rem}}.hero-content{animation:fadeInUp 1s ease-out;text-align:center}.greeting{color:#4b5563;display:block;font-size:1.25rem;font-style:italic;margin-bottom:.5rem}@media(min-width:1024px){.greeting{font-size:1.5rem}}.name{color:#111827;display:block;font-size:3rem;font-weight:700;margin-bottom:1rem}@media(min-width:1024px){.name{font-size:4.5rem}}.hero-subtitle{color:#111827;font-size:1.5rem;font-weight:700;margin-bottom:1rem}@media(min-width:1024px){.hero-subtitle{font-size:2rem}}.hero-description{color:#4b5563;font-size:1.25rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}@media(min-width:1024px){.hero-description{font-size:1.5rem}}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn{border-radius:9999px;display:inline-block;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s}.btn-primary{background:#144a9b;color:#fff}.btn-primary:hover{background:#1e40af;transform:translateY(-2px)}.btn-secondary{background:#fff;border:2px solid #144a9b;color:#144a9b}.btn-secondary:hover{background:#f3f4f6;transform:translateY(-2px)}.about{background:#fff;padding:6rem 0}@media(min-width:1024px){.about{padding:8rem 0}}.section-title{color:#111827;font-size:2.25rem;font-weight:700;margin-bottom:3rem;text-align:center}@media(min-width:1024px){.section-title{font-size:3rem}}.about-content{display:grid;gap:3rem}.about-text{color:#4b5563;font-size:1.125rem;line-height:1.8}@media(min-width:1024px){.about-text{font-size:1.25rem}}.about-text .intro{color:#111827;font-size:1.25rem;font-style:italic;margin-bottom:1.5rem}@media(min-width:1024px){.about-text .intro{font-size:1.5rem}}.about-text p{margin-bottom:1.5rem}.skills-grid{display:grid;gap:2rem;grid-template-columns:1fr;margin-top:2rem}@media(min-width:768px){.skills-grid{gap:3rem;grid-template-columns:repeat(3,1fr)}}.skill-category{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:2rem}.skill-category h3{color:#144a9b;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.skill-category ul{list-style:none}.skill-category li{color:#4b5563;font-size:1.125rem;padding:.5rem 0}.current-projects{background:#e3f3fc;padding:6rem 0}@media(min-width:1024px){.current-projects{padding:8rem 0}}.section-subtitle{color:#4b5563;font-size:1.125rem;font-style:italic;margin-bottom:3rem;margin-top:-1rem;text-align:center}@media(min-width:1024px){.section-subtitle{font-size:1.25rem}}.current-projects-grid{display:grid;gap:2rem;grid-template-columns:1fr;margin:0 auto;max-width:900px}@media(min-width:768px){.current-projects-grid{gap:3rem;grid-template-columns:repeat(2,1fr)}}.current-project-card{aspect-ratio:1;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s,box-shadow .3s}.current-project-card:hover{border-color:#144a9b;box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-4px)}.current-project-card .project-image{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;height:120px;justify-content:center;padding:1rem}.project-logo{max-height:80px;max-width:200px;-o-object-fit:contain;object-fit:contain}.current-project-card .project-content{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}.project-status{align-self:flex-start;background:#144a9b;border-radius:9999px;color:#fff;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;padding:.375rem .875rem;text-transform:uppercase}.current-project-card h3{color:#111827;font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:.75rem}.current-project-card .project-tech{color:#144a9b;font-size:.875rem;font-weight:600;margin-bottom:1rem}.current-project-card p:last-child{color:#4b5563;flex-grow:1;font-size:1.125rem;line-height:1.6}.projects{background:#fff;padding:6rem 0}@media(min-width:1024px){.projects{padding:8rem 0}}.project-filter{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.filter-btn{background:#fff;border:2px solid #144a9b;border-radius:9999px;color:#144a9b;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s}.filter-btn:hover{background:#f3f4f6}.filter-btn.active{background:#144a9b;color:#fff}.projects-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:768px){.projects-grid{gap:3rem;grid-template-columns:repeat(3,1fr)}}.project-card{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;color:inherit;display:block;overflow:hidden;text-decoration:none;transition:transform .3s,box-shadow .3s}.project-card:hover{border-color:#144a9b;box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-4px)}.project-image{height:200px;overflow:hidden;width:100%}.project-placeholder{align-items:center;background:#144a9b;display:flex;height:100%;justify-content:center;width:100%}.project-placeholder.video{background:#7c3aed}.project-placeholder span{font-size:4rem}.project-content{padding:1.5rem}.project-content h3{color:#111827;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.project-tech{color:#144a9b;font-size:.875rem;font-weight:600;margin-bottom:.75rem}.project-content p{color:#4b5563;font-size:1.125rem;line-height:1.6}.project-link{color:#144a9b;display:inline-block;font-size:.875rem;font-weight:600;margin-top:1rem;transition:transform .3s}.project-card:hover .project-link{transform:translate(5px)}.project-links-mobile{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.store-badge{background:#144a9b;border-radius:.375rem;color:#fff;display:inline-block;font-size:.875rem;font-weight:600;padding:.5rem 1rem;text-decoration:none;transition:all .3s}.store-badge:hover{background:#1e40af;transform:translateY(-2px)}.store-badge span{align-items:center;display:flex;gap:.25rem}.video-embed-card{display:flex;flex-direction:column}.instagram-embed-wrapper{align-items:center;background:#f9fafb;display:flex;justify-content:center;min-height:400px;padding:1rem}.instagram-media{margin:0!important}.contact{background:#144a9b;border-radius:1rem;color:#fff;margin:6rem 1.5rem 0;padding:3rem 0;text-align:center}@media(min-width:1024px){.contact{margin:8rem 3rem 0;padding:5rem 0}}.contact .section-title{color:#fff;margin-bottom:1.5rem}.contact-text{font-size:1.25rem;margin-bottom:2rem;opacity:.95}@media(min-width:1024px){.contact-text{font-size:1.5rem}}.contact-info{font-size:1.125rem;margin-top:2rem}@media(min-width:1024px){.contact-info{font-size:1.25rem}}.contact-info p{margin:.5rem 0}.email-link{border-bottom:2px solid hsla(0,0%,100%,.5);color:#fff;text-decoration:none;transition:border-color .3s}.email-link:hover{border-color:#fff}.contact-subtext{font-size:1.125rem;margin-left:auto;margin-right:auto;margin-top:1.5rem;max-width:600px;opacity:.9}@media(min-width:1024px){.contact-subtext{font-size:1.25rem}}.footer{background:#111827;color:#fff;margin-top:6rem;padding:2rem 0;text-align:center}@media(min-width:1024px){.footer{margin-top:8rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-btn{background:none;border:none;cursor:pointer;display:none;flex-direction:column;height:2rem;padding:.5rem;position:relative;width:2rem;z-index:1001}.mobile-menu-btn span{background:#111827;display:block;height:2px;margin:3px 0;transform-origin:center;transition:all .3s ease;width:1.5rem}.mobile-menu-btn.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;display:none;height:100vh;left:0;opacity:0;position:fixed;top:0;transition:all .3s ease;visibility:hidden;width:100%;z-index:1000}.mobile-nav.active{opacity:1;visibility:visible}.mobile-nav-links{align-items:center;display:flex;flex-direction:column;gap:2rem;height:100%;justify-content:center;padding:2rem}.mobile-nav-links a{color:#111827;font-size:1.5rem;font-weight:600;text-decoration:none;transition:color .3s}.mobile-nav-links a:hover{color:#144a9b}.mobile-lang{margin-top:1rem}@media(max-width:768px){.current-projects-grid{grid-template-columns:1fr}.current-project-card h3{font-size:1.25rem}.mobile-menu-btn{display:flex}.desktop-nav{display:none}.mobile-nav{display:block}.navbar{height:5rem}.navbar .container{align-items:center;flex-direction:row;justify-content:space-between}.hero{padding-top:7rem}}@media(max-width:480px){.hero-cta{align-items:stretch;flex-direction:column}.btn{width:100%}.contact{margin-left:.75rem;margin-right:.75rem}.mobile-nav-links a{font-size:1.25rem}}
