@import "https://fonts.googleapis.com/css2?family=Italiana&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font-body);overflow-x:hidden}.section-inner{width:100%;max-width:1100px;margin:0 auto;padding:6rem 2rem}.section-tag{letter-spacing:.18em;text-transform:uppercase;color:var(--c3);margin-bottom:.9rem;padding-left:1.4rem;font-size:.72rem;font-weight:600;display:inline-block;position:relative}.section-tag:before{content:"";background:var(--c3);width:20px;height:1px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.section-title{font-family:var(--font-head);letter-spacing:-.03em;color:var(--text);margin-bottom:1rem;font-size:clamp(1.9rem,3.5vw,2.8rem);font-weight:800;line-height:1.1}.section-sub{color:var(--muted);max-width:520px;margin-bottom:3rem;font-size:.95rem;font-weight:300;line-height:1.8}:root{--c1:#0f1117;--c2:#008c1a;--c3:#00e5ff;--c4:#00b4d8;--c5:#0047ff;--bg:#0a0c11;--surface:#111520;--surface2:#161c2a;--text:#e8eaf6;--muted:#8892b0;--font-head:"Roboto", sans-serif;--font-body:"Roboto", sans-serif}@keyframes fadeInUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulseGlow{0%,to{box-shadow:0 0 #00e5ff00}50%{box-shadow:0 0 18px 4px #00e5ff2e}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.anim-fadeInUp{animation:.65s both fadeInUp}.anim-fadeIn{animation:.5s both fadeIn}.nav{z-index:100;-webkit-backdrop-filter:blur(20px);background:#0a0c11d9;border-bottom:1px solid #00e5ff14;justify-content:space-between;align-items:center;padding:1.2rem 3rem;transition:padding .3s;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{font-family:var(--font-head);letter-spacing:.04em;background:linear-gradient(135deg, var(--c3), var(--c5));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.05rem;font-weight:800;text-decoration:none}.nav-logo img{width:100px;height:50px;margin-right:.5rem}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;padding-bottom:2px;font-size:.82rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.nav-links a:after{content:"";background:var(--c3);width:0;height:1px;transition:width .25s;position:absolute;bottom:0;left:0}.nav-links a:hover{color:var(--c3)}.nav-links a:hover:after{width:100%}.btn-navbar{background:linear-gradient(135deg, var(--c3), var(--c5));color:#000;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1.6rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:opacity .2s,transform .2s;display:inline-flex}.btn-navbar:hover{opacity:.88;transform:translateY(-2px)}#check-menu{display:none}.check-btn{cursor:pointer;flex-direction:column;gap:5px;padding:4px;display:none}.check-btn span{background:var(--text);border-radius:2px;width:26px;height:2px;transition:all .3s}#check-menu:checked+.check-btn span:first-child{transform:rotate(45deg)translate(5px,5px)}#check-menu:checked+.check-btn span:nth-child(2){opacity:0}#check-menu:checked+.check-btn span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (width<=768px){.nav{padding:1rem 1.4rem}.check-btn{display:flex}.nav-links{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0c119d;border-bottom:1px solid #00e5ff1a;border-left:1px solid #00e5ff1a;border-radius:0 0 0 12px;flex-direction:column;gap:1.4rem;width:40%;padding:2rem 1.8rem;display:none;position:absolute;top:56px;right:0}#check-menu:checked~.nav-links{display:flex}.btn-navbar{display:none}}.hero{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1200px;min-height:100vh;margin:0 auto;padding:8rem 3rem 4rem;display:grid;position:relative}.hero-bg-glow{pointer-events:none;z-index:0;background:radial-gradient(#0047ff1a 0%,#0000 70%);width:700px;height:700px;position:fixed;top:-10%;right:-5%}.hero-label{color:var(--c3);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.5rem;margin-bottom:1.2rem;font-size:.73rem;font-weight:600;animation:.6s both fadeInUp;display:inline-flex}.hero-label:before{content:"";background:var(--c3);flex-shrink:0;width:22px;height:1px}.hero-label-dot{background:var(--c3);border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s infinite pulseGlow}.hero h1{font-family:var(--font-head);letter-spacing:-.04em;margin-bottom:1.5rem;font-size:clamp(2.8rem,5vw,4.2rem);font-weight:800;line-height:1.05;animation:.6s .1s both fadeInUp}.hero h1 .name-highlight{background:linear-gradient(135deg, var(--c3) 0%, var(--c5) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-desc{color:var(--muted);max-width:460px;margin-bottom:2.5rem;font-size:.97rem;font-weight:300;line-height:1.85;animation:.6s .2s both fadeInUp}.hero-cta{flex-wrap:wrap;gap:1rem;animation:.6s .3s both fadeInUp;display:flex}.stats-row{border-top:1px solid #ffffff0f;gap:2.5rem;margin-top:2rem;padding-top:2rem;animation:.6s .4s both fadeInUp;display:flex}.stat{flex-direction:column;gap:.1rem;display:flex}.stat-num{font-family:var(--font-head);background:linear-gradient(135deg, var(--c3), var(--c4));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:800;line-height:1}.stat-label{color:var(--text);letter-spacing:.04em;font-size:.78rem;font-weight:600}.stat-desc{color:var(--muted);font-size:.72rem}.btn-primary{background:linear-gradient(135deg, var(--c3), var(--c5));color:#000;width:45%;height:42px;font-family:var(--font-body);cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;font-size:.88rem;font-weight:700;text-decoration:none;transition:opacity .2s,transform .2s;display:inline-flex}.btn-primary:hover{opacity:.88;transform:translateY(-2px)}.btn-secondary{width:45%;height:42px;color:var(--text);font-family:var(--font-body);cursor:pointer;background:0 0;border:1px solid #00e5ff40;border-radius:50px;justify-content:center;align-items:center;font-size:.88rem;font-weight:500;text-decoration:none;transition:border-color .2s,color .2s;display:inline-flex}.btn-secondary:hover{border-color:var(--c3);color:var(--c3);background:#00e5ff0a}.hero-photo-wrap{justify-content:center;align-items:center;animation:.8s both fadeIn;display:flex}.photo-ring{background:var(--surface);z-index:1;border:2px solid #00e5ff40;border-radius:50%;flex-shrink:0;width:340px;height:440px;position:relative;overflow:hidden;box-shadow:0 0 60px #0047ff1f,inset 0 0 40px #0000004d}.photo-placeholder{background:linear-gradient(135deg, var(--surface) 0%, var(--surface2) 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.photo-placeholder img{object-fit:cover;width:100%;height:100%;display:block}@media (width<=768px){.hero{text-align:center;grid-template-rows:auto auto;grid-template-columns:1fr;justify-items:center;gap:2.5rem;max-width:100%;padding:6rem 1.6rem 3rem}.hero-label{justify-content:center}.hero-photo-wrap{order:-1}.photo-ring{width:220px;height:280px}.hero-cta,.stats-row{justify-content:center}.hero-desc{margin-left:auto;margin-right:auto}}#about{background:var(--surface);border-top:1px solid #00e5ff12;border-bottom:1px solid #00e5ff12;justify-content:center;width:100%;display:flex}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;max-width:1100px;padding:6rem 2rem;display:grid}.about-text .section-sub{margin-bottom:0}.about-description{color:var(--muted);margin-bottom:1.2rem;font-size:.97rem;font-weight:300;line-height:1.9}.skills-wrap{flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;display:flex}.skill-pill{color:var(--muted);cursor:default;background:0 0;border:1px solid #00e5ff33;border-radius:50px;padding:.3rem .9rem;font-size:.73rem;font-weight:500;transition:background .2s,border-color .2s,color .2s}.skill-pill:hover{color:var(--c3);background:#00e5ff14;border-color:#00e5ff66}.about-cards{gap:16px;display:grid}.about-card{background:var(--surface2);border-radius:14px;padding:1.5rem 1.6rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.about-card:before{content:"";opacity:0;background:linear-gradient(135deg,#00e5ff08,#0000);border-radius:14px;transition:opacity .3s;position:absolute;inset:0}.about-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px #00000040}.about-card:hover:before{opacity:1}.card-icon{color:var(--c3);margin-bottom:.8rem;display:block}.about-card h3{color:var(--text);margin-bottom:.4rem;font-size:1rem;font-weight:700}.about-card p{color:var(--muted);font-size:.83rem;font-weight:300;line-height:1.7}@media (width<=780px){.about-grid{grid-template-columns:1fr;gap:32px;padding:4rem 1.5rem}}#projects{background:var(--bg);justify-content:center;width:100%;display:flex}.projects-inner{width:100%;max-width:1100px;padding:6rem 2rem}.carousel-track-wrap{border-radius:16px;overflow:hidden}.carousel-track{will-change:transform;gap:1.5rem;padding-top:.5rem;padding-bottom:.5rem;transition:transform .5s cubic-bezier(.4,0,.2,1);display:flex}.project-card{background:var(--surface);cursor:pointer;width:340px;color:inherit;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;flex-shrink:0;text-decoration:none;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;overflow:hidden}.project-card:hover{border-color:#00e5ff40;transform:translateY(-6px);box-shadow:0 16px 40px #0000004d}.project-image-wrap{background:var(--surface2);flex-shrink:0;height:210px;overflow:hidden}.project-image{object-fit:cover;width:100%;height:100%;transition:transform 2s;display:block}.project-card:hover .project-image{transform:scale(1.06)}.project-body{flex:1;padding:1.4rem 1.5rem 1rem}.project-tag{letter-spacing:.12em;text-transform:uppercase;color:var(--c3);margin-bottom:.45rem;font-size:.67rem;font-weight:600}.project-name{font-family:var(--font-head);letter-spacing:-.02em;color:var(--text);margin-bottom:.55rem;font-size:1.1rem;font-weight:700}.project-desc{color:var(--muted);font-size:.82rem;font-weight:300;line-height:1.7}.project-footer{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-top:auto;padding:.9rem 1.5rem;display:flex}.project-techs{flex-wrap:wrap;gap:.35rem;display:flex}.tech-dot{color:var(--c4);background:#0047ff1f;border-radius:4px;padding:.2rem .55rem;font-size:.66rem;font-weight:500}.visit-btn{color:var(--c3);white-space:nowrap;align-items:center;gap:.3rem;font-size:.74rem;font-weight:600;display:flex}.carousel-controls{justify-content:space-between;align-items:center;margin-top:2rem;display:flex}.carousel-dots{align-items:center;gap:.5rem;display:flex}.dot{cursor:pointer;background:#ffffff26;border:none;border-radius:3px;height:6px;padding:0;transition:width .3s,background .3s}.dot-inactive{border-radius:50%;width:6px}.dot-active{background:var(--c3);width:24px}.carousel-btns{gap:.75rem;display:flex}.carousel-btn{width:42px;height:42px;color:var(--c3);cursor:pointer;background:0 0;border:1px solid #00e5ff33;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;transition:background .2s,border-color .2s;display:flex}.carousel-btn:hover{background:#00e5ff14;border-color:#00e5ff80}.carousel-btn:disabled{opacity:.25;cursor:not-allowed}@media (width<=768px){.project-card{width:280px}.project-image-wrap{height:170px}.projects-inner{padding:4rem 1.5rem}.carousel-snap-wrap{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1.8rem;padding:.5rem calc(50% - 140px);display:flex;overflow-x:auto}.carousel-snap-wrap::-webkit-scrollbar{display:none}.carousel-snap-wrap .project-card{scroll-snap-align:center;flex-shrink:0}}#contact{background:var(--surface);border-top:1px solid #00e5ff12;justify-content:center;width:100%;display:flex}.contact-inner{grid-template-columns:1fr 1fr;align-items:start;gap:60px;width:100%;max-width:1100px;padding:6rem 2rem;display:grid}.contact-left .section-sub{margin-bottom:2rem}.contact-links{flex-direction:column;gap:1rem;display:flex}.contact-link{color:var(--muted);align-items:center;gap:.75rem;width:fit-content;font-size:.9rem;font-weight:400;text-decoration:none;transition:color .2s;display:inline-flex}.contact-link svg{color:var(--c3);flex-shrink:0}.contact-link:hover{color:var(--c3)}.contact-form{flex-direction:column;gap:1rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-field{flex-direction:column;gap:.4rem;display:flex}.form-field label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.75rem;font-weight:600}.form-field input,.form-field textarea{background:var(--surface2);color:var(--text);font-family:var(--font-body);resize:none;border:1px solid #ffffff12;border-radius:10px;outline:none;width:100%;padding:.85rem 1rem;font-size:.9rem;font-weight:300;transition:border-color .2s,box-shadow .2s}.form-field input::placeholder,.form-field textarea::placeholder{color:#8892b073}.form-field input:focus,.form-field textarea:focus{border-color:#00e5ff59;box-shadow:0 0 0 3px #00e5ff0f}.form-field textarea{min-height:130px}.form-submit{background:linear-gradient(135deg, var(--c3), var(--c5));color:#000;font-family:var(--font-body);cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.5rem;width:fit-content;padding:.9rem 2.2rem;font-size:.88rem;font-weight:700;transition:opacity .2s,transform .2s;display:inline-flex}.form-submit:hover{opacity:.88;transform:translateY(-2px)}@media (width<=780px){.contact-inner{grid-template-columns:1fr;gap:36px;padding:4rem 1.5rem}.form-row{grid-template-columns:1fr}}.footer{background:var(--bg);border-top:1px solid #00e5ff12;justify-content:center;width:100%;display:flex}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;width:100%;max-width:1100px;padding:2.5rem 2rem;display:flex}.footer-logo{font-family:var(--font-head);letter-spacing:.04em;background:linear-gradient(135deg, var(--c3), var(--c5));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:.95rem;font-weight:800;text-decoration:none}.footer-logo img{width:100px;height:50px}.footer-copy{color:var(--muted);font-size:.78rem}.footer-socials{align-items:center;gap:1rem;display:flex}.footer-social{width:36px;height:36px;color:var(--muted);border:1px solid #00e5ff26;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:color .2s,border-color .2s,background .2s;display:flex}.footer-social:hover{color:var(--c3);background:#00e5ff0f;border-color:#00e5ff66}@media (width<=560px){.footer-inner{text-align:center;flex-direction:column;align-items:center;padding:2rem 1.5rem}}
