header{z-index:1000;pointer-events:none;width:100%;position:fixed;top:20px}header .content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border1);pointer-events:auto;background:#050505cc;border-radius:100px;justify-content:space-between;align-items:center;padding:15px 30px;display:flex;box-shadow:0 4px 30px #0000001a}header .content p{background:linear-gradient(to right,var(--text),var(--text-green));-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.2rem;font-weight:700}header .content nav ul{gap:2rem;margin:0;padding:0;list-style:none;display:flex}header .content nav ul li a{color:var(--text);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}header .content nav ul li a:after{content:"";background-color:var(--text-green);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}header .content nav ul li a:hover{color:var(--text-green)}header .content nav ul li a:hover:after{width:100%}@media (max-width:768px){header{top:10px}header .content{border-radius:20px;flex-direction:column;gap:1rem;padding:15px}header .content nav ul{flex-wrap:wrap;justify-content:center;gap:1rem}}
.hero{justify-content:space-between;align-items:center;gap:4rem;padding:100px 0;display:flex}.hero .infos{flex:1;max-width:600px}.hero .infos .greeting{color:var(--text-green);letter-spacing:.05em;margin-bottom:1rem;font-size:1.2rem;font-weight:500;display:block}.hero .infos h1{color:var(--text);margin-bottom:1.5rem;font-size:4rem;font-weight:700;line-height:1.1}.hero .infos .description{color:var(--text);opacity:.8;border-left:3px solid var(--border3);margin-bottom:2.5rem;padding-left:1.5rem;font-size:1.1rem;line-height:1.6}.hero .infos .social-links{gap:1.5rem;margin-bottom:2.5rem;display:flex}.hero .infos .social-links a{color:var(--text);opacity:.7;border:1px solid var(--border2);background-color:var(--bg-light);border-radius:50%;justify-content:center;align-items:center;padding:10px;transition:all .3s;display:flex}.hero .infos .social-links a:hover{color:var(--text-green);opacity:1;border-color:var(--text-green);transform:translateY(-3px)}.hero .infos .social-links a svg{width:20px;height:20px}.hero .infos .buttons{gap:1rem;display:flex}.hero .infos .buttons a{border-radius:8px;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s}.hero .infos .buttons .btn-primary{background-color:var(--solid1);color:var(--bg);border:2px solid var(--solid1)}.hero .infos .buttons .btn-primary:hover{color:var(--solid1);background-color:#0000}.hero .infos .buttons .btn-secondary{color:var(--text);border:2px solid var(--border3);background-color:#0000}.hero .infos .buttons .btn-secondary:hover{border-color:var(--text-green);color:var(--text-green);background-color:var(--components1)}.hero .image-container{flex:1;justify-content:flex-end;display:flex}.hero .image-container .image-wrapper{background:linear-gradient(135deg,var(--border2),var(--components3));border-radius:50%;width:400px;height:400px;padding:15px;position:relative;box-shadow:0 0 50px -10px #3dd68c26}.hero .image-container .image-wrapper:before{content:"";background:linear-gradient(45deg,transparent,var(--solid1),transparent);opacity:.2;border-radius:50%;animation:10s linear infinite rotate;position:absolute;inset:0}.hero .image-container .image-wrapper img{z-index:1;object-fit:cover;border:8px solid var(--bg);border-radius:50%;width:100%;height:100%;position:relative}@media (max-width:1024px){.hero{text-align:center;flex-direction:column-reverse;gap:3rem;padding:50px 20px}.hero .infos{margin:0 auto}.hero .infos .description{border-left:none;padding-left:0}.hero .infos .buttons,.hero .image-container{justify-content:center}.hero .image-container .image-wrapper{width:300px;height:300px}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.about-section{padding:80px 0}.about-section .section-title{color:var(--text-green);margin-bottom:2rem;font-size:2.5rem;display:inline-block;position:relative}.about-section .section-title:after{content:"";background-color:var(--solid1);border-radius:2px;width:60px;height:4px;position:absolute;bottom:-10px;left:0}.about-section .content{background-color:var(--components1);border:1px solid var(--border1);border-radius:20px;padding:40px}.about-section .content .bio p{color:var(--text);opacity:.9;max-width:800px;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about-section .content .bio .stats{border-top:1px solid var(--border2);gap:4rem;margin-top:3rem;padding-top:2rem;display:flex}.about-section .content .bio .stats .stat-item{flex-direction:column;display:flex}.about-section .content .bio .stats .stat-item .number{color:var(--solid1);font-size:2.5rem;font-weight:700}.about-section .content .bio .stats .stat-item .label{color:var(--text);opacity:.7;margin-top:5px;font-size:.9rem}@media (max-width:768px){.about-section .content{padding:20px}.about-section .content .bio .stats{flex-direction:column;gap:2rem}}
.projects-section{padding:80px 0}.projects-section .section-title{color:var(--text-green);margin-bottom:3rem;font-size:2.5rem;display:inline-block;position:relative}.projects-section .section-title:after{content:"";background-color:var(--solid1);border-radius:2px;width:60px;height:4px;position:absolute;bottom:-10px;left:0}.projects-section .projects-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.projects-section .projects-grid .project-card{background-color:var(--bg-light);border:1px solid var(--border1);border-radius:15px;transition:transform .3s,box-shadow .3s;overflow:hidden}.projects-section .projects-grid .project-card:hover{border-color:var(--border3);transform:translateY(-5px);box-shadow:0 10px 20px #0003}.projects-section .projects-grid .project-card .project-image{width:100%;height:200px}.projects-section .projects-grid .project-card .project-image .placeholder-img{width:100%;height:100%}.projects-section .projects-grid .project-card .project-content{padding:20px}.projects-section .projects-grid .project-card .project-content h3{color:var(--text);margin-bottom:10px;font-size:1.5rem}.projects-section .projects-grid .project-card .project-content p{color:var(--text);opacity:.7;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.projects-section .projects-grid .project-card .project-content .tags{flex-wrap:wrap;gap:8px;margin-bottom:1.5rem;display:flex}.projects-section .projects-grid .project-card .project-content .tags .tag{background-color:var(--components1);color:var(--text-green);border:1px solid var(--border1);border-radius:20px;padding:4px 10px;font-size:.8rem}.projects-section .projects-grid .project-card .project-content .project-link{color:var(--solid1);font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-block}.projects-section .projects-grid .project-card .project-content .project-link:hover{color:var(--text-green);text-decoration:underline}
.skills-section{padding:80px 0}.skills-section .section-title{color:var(--text-green);margin-bottom:3rem;font-size:2.5rem;display:inline-block;position:relative}.skills-section .section-title:after{content:"";background-color:var(--solid1);border-radius:2px;width:60px;height:4px;position:absolute;bottom:-10px;left:0}.skills-section .skills-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;display:grid}.skills-section .skills-container .skill-category h3{color:var(--text);border-bottom:1px solid var(--border1);margin-bottom:1.5rem;padding-bottom:10px;font-size:1.5rem}.skills-section .skills-container .skill-category .skills-list{flex-wrap:wrap;gap:10px;display:flex}.skills-section .skills-container .skill-category .skills-list .skill-item{background-color:var(--components2);color:var(--text);border:1px solid var(--border2);border-radius:6px;padding:8px 16px;font-size:.95rem;transition:all .2s}.skills-section .skills-container .skill-category .skills-list .skill-item:hover{background-color:var(--solid1);border-color:var(--solid1);color:var(--bg);transform:translateY(-2px)}
.experience-section{padding:80px 0}.experience-section .section-title{color:var(--text-green);margin-bottom:3rem;font-size:2.5rem;display:inline-block;position:relative}.experience-section .section-title:after{content:"";background-color:var(--solid1);border-radius:2px;width:60px;height:4px;position:absolute;bottom:-10px;left:0}.experience-section .timeline{max-width:800px;margin:0 auto;position:relative}.experience-section .timeline:before{content:"";background-color:var(--border2);width:2px;position:absolute;top:0;bottom:0;left:50px}.experience-section .timeline .timeline-item{margin-bottom:4rem;padding-left:80px;position:relative}.experience-section .timeline .timeline-item:last-child{margin-bottom:0}.experience-section .timeline .timeline-item .timeline-dot{background-color:var(--solid1);border:3px solid var(--bg);width:12px;height:12px;box-shadow:0 0 0 2px var(--solid1);border-radius:50%;position:absolute;top:0;left:45px}.experience-section .timeline .timeline-item .timeline-date{text-align:right;width:150px;color:var(--text-green);padding-right:20px;font-size:.95rem;font-weight:600;position:absolute;top:-5px;left:-120px}@media (max-width:768px){.experience-section .timeline .timeline-item .timeline-date{text-align:left;margin-bottom:10px;padding-left:0;position:static}}.experience-section .timeline .timeline-item .timeline-content{background-color:var(--bg-light);border:1px solid var(--border1);border-radius:12px;padding:25px;transition:transform .2s}.experience-section .timeline .timeline-item .timeline-content:hover{border-color:var(--border2);transform:translate(5px)}.experience-section .timeline .timeline-item .timeline-content h3{color:var(--text);margin-bottom:5px;font-size:1.3rem}.experience-section .timeline .timeline-item .timeline-content .company{color:var(--text-green);margin-bottom:15px;font-size:.95rem;font-weight:500}.experience-section .timeline .timeline-item .timeline-content p{color:var(--text);opacity:.8;font-size:1rem;line-height:1.6}@media (max-width:768px){.experience-section .timeline:before{left:20px}.experience-section .timeline .timeline-item{padding-left:50px}.experience-section .timeline .timeline-item .timeline-dot{left:15px}}
.contact-section{padding:80px 0}.contact-section .section-title{color:var(--text-green);margin-bottom:3rem;font-size:2.5rem;display:inline-block;position:relative}.contact-section .section-title:after{content:"";background-color:var(--solid1);border-radius:2px;width:60px;height:4px;position:absolute;bottom:-10px;left:0}.contact-section .content{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.contact-section .content .contact-info p{color:var(--text);opacity:.9;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.contact-section .content .contact-info ul{padding:0;list-style:none}.contact-section .content .contact-info ul li{align-items:center;gap:10px;margin-bottom:1.5rem;display:flex}.contact-section .content .contact-info ul li strong{color:var(--text-green);min-width:80px}.contact-section .content .contact-info ul li a{color:var(--text);text-decoration:none;transition:color .2s}.contact-section .content .contact-info ul li a:hover{color:var(--solid1);text-decoration:underline}.contact-section .content .contact-form{background-color:var(--bg-light);border:1px solid var(--border1);border-radius:15px;padding:30px}.contact-section .content .contact-form .form-group{margin-bottom:1.5rem}.contact-section .content .contact-form .form-group label{color:var(--text);margin-bottom:8px;font-size:.95rem;font-weight:500;display:block}.contact-section .content .contact-form .form-group input,.contact-section .content .contact-form .form-group textarea{background-color:var(--bg);border:1px solid var(--border2);width:100%;color:var(--text);border-radius:8px;padding:12px;font-family:inherit;font-size:1rem;transition:border-color .2s}.contact-section .content .contact-form .form-group input:focus,.contact-section .content .contact-form .form-group textarea:focus{border-color:var(--solid1);outline:none}.contact-section .content .contact-form .form-group textarea{resize:vertical}.contact-section .content .contact-form .btn-submit{background-color:var(--solid1);width:100%;color:var(--bg);cursor:pointer;border:none;border-radius:8px;padding:14px;font-size:1rem;font-weight:600;transition:background-color .2s}.contact-section .content .contact-form .btn-submit:hover{opacity:.9}@media (max-width:768px){.contact-section .content{grid-template-columns:1fr;gap:3rem}.contact-section .content .contact-form{padding:20px}}
footer{background-color:var(--bg-light);border-top:1px solid var(--border1);margin-top:50px;padding:30px 0}footer .footer-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}footer .footer-content .copyright p{color:var(--text);opacity:.6;font-size:.9rem}footer .footer-content .legal-nav ul{gap:20px;margin:0;padding:0;display:flex}footer .footer-content .legal-nav ul li a{color:var(--text);opacity:.7;font-size:.9rem;text-decoration:none;transition:opacity .2s,color .2s}footer .footer-content .legal-nav ul li a:hover{opacity:1;color:var(--text-green)}@media (max-width:600px){footer .footer-content{text-align:center;flex-direction:column}footer .footer-content .legal-nav ul{flex-direction:column;gap:10px}}
