.hero-container{flex-direction:column;min-height:auto;padding:0;display:flex}.hero-header{background-color:#000;justify-content:flex-start;align-items:center;padding:1.5rem 2rem;display:flex}.logo-container{align-items:center;gap:15px;display:flex}.logo-img{object-fit:cover;border-radius:50%;width:90px;height:50px}.logo-text{letter-spacing:1px;color:#0000;-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#fff,#e0e0e0);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:800}.animated-banner{text-align:center;background:linear-gradient(-45deg,#000,#333,#f5f5f5) 0 0/400% 400%;padding:3rem 2rem;animation:15s infinite gradientBG;position:relative;overflow:hidden}@keyframes gradientBG{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.hero-title{color:#fff;flex-direction:column;gap:10px;margin:0 0 1.5rem;font-size:3rem;font-weight:800;display:flex}.hero-subtitle{color:#ffffffe6;margin:0;font-size:1.2rem}@media (width<=768px){.hero-title{gap:5px;font-size:2rem;line-height:1.2}.hero-subtitle{padding:0 1rem;font-size:1rem}.hero-header{padding:1rem}}.cert-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;padding:20px;display:grid}.cert-item{box-sizing:border-box;cursor:pointer;border:4px solid #fff;transition:transform .3s;position:relative;overflow:hidden}.cert-item:hover{transform:scale(1.05)}.cert-item img{object-fit:cover;width:100%;height:250px;display:block}.modal-overlay{z-index:1000;background:#000000d9;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:fixed;top:0;left:0}.modal-content{max-width:90%;max-height:90%;position:relative}.modal-content img{border:5px solid #fff;max-width:100%;max-height:80vh;display:block}.modal-content button{cursor:pointer;background:#fff;border:none;padding:5px 10px;font-weight:700;position:absolute;top:-40px;right:0}.projects-container{background-color:#1a1a1a;padding:2rem 10% 4rem}.section-title{color:#f5f5f5;text-align:center;letter-spacing:.2rem;margin-bottom:3rem;font-family:Cinzel,serif}.grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;display:grid}.card{background:#121212;border:1px solid #f5f5f51a;flex-direction:column;transition:transform .3s,border-color .3s;display:flex;overflow:hidden}.card:hover{border-color:#f5f5f5;transform:translateY(-10px)}.card-image{box-sizing:border-box;background-color:#0d0d0d;justify-content:center;align-items:center;width:100%;height:200px;padding:1rem;display:flex}.card-image img{object-fit:contain;filter:grayscale(50%);cursor:pointer;max-width:100%;max-height:100%;transition:filter .3s,transform .3s}.card:hover .card-image img{filter:grayscale(0%);transform:scale(1.05)}.card-content{text-align:center;flex-grow:1;padding:1.5rem}.card-content h3{color:#f5f5f5;margin-bottom:.8rem;font-family:Cinzel,serif;font-size:1.1rem}.card-content p{color:#888;font-size:.9rem;line-height:1.4}.btn-project{color:#1a1a1a;background-color:#f5f5f5;margin-top:1rem;padding:.5rem 1rem;font-family:Cinzel,serif;font-size:.8rem;text-decoration:none;transition:background-color .3s,color .3s;display:inline-block}.btn-project:hover{color:#f5f5f5;background-color:#121212;border:1px solid #f5f5f5}.lightbox-overlay{z-index:9999;background:#000000e6;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:fixed;top:0;left:0}.lightbox-image{object-fit:contain;border:5px solid #fff;max-width:90%;max-height:80vh;box-shadow:0 0 20px #00000080}.about-me-section{border-bottom:1px solid #f5f5f51a;margin-bottom:3rem;padding-bottom:3rem}.about-me-container{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;display:flex}.about-me-image-frame{background-color:#121212;border:2px solid #f5f5f5;justify-content:center;align-items:center;width:250px;height:250px;padding:10px;display:flex;overflow:hidden;box-shadow:0 0 15px #f5f5f51a}.about-me-foto{object-fit:top;width:100%;height:100%}.about-me-text{color:#888;flex:1;min-width:300px;font-size:1rem;line-height:1.6}.section-title-about{color:#f5f5f5;text-align:left;letter-spacing:.1rem;margin-bottom:1rem;font-family:Cinzel,serif;font-size:2rem}.about-me-text h3{color:#f5f5f5;margin-bottom:1rem;font-family:Cinzel,serif;font-size:1.2rem;font-weight:400}.about-me-text p{margin-bottom:1rem}@media (width<=768px){.about-me-container{text-align:center;flex-direction:column;gap:2rem}.section-title-about{text-align:center}.about-me-text{padding:0 1rem}}.contact-container{max-width:600px;margin:0 auto;padding:4rem 2rem}.contact-form{flex-direction:column;gap:1rem;display:flex}.contact-form label{margin-bottom:-.5rem;font-weight:700}.contact-form input,.contact-form textarea{box-sizing:border-box;border:1px solid #ddd;border-radius:8px;width:100%;padding:.8rem;font-family:inherit}.btn-project{cursor:pointer;border:none;margin-top:1rem;font-size:1rem}.footer-container{text-align:center;background-color:#121212;border-top:1px solid #f5f5f51a;padding:4rem 10%}.footer-title{color:#f5f5f5;margin-bottom:1rem;font-family:Cinzel,serif}.email-link{color:#f5f5f5;margin:2rem 0;font-size:1.5rem;text-decoration:underline;transition:opacity .3s;display:block}.social-links a{color:#ccc;margin:0 1rem;font-family:Cinzel,serif;text-decoration:none}.copyright{color:#666;margin-top:3rem;font-size:.8rem}:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}
