@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css";*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background:#000;font-family:Poppins,sans-serif;overflow-x:hidden}#root{min-height:100vh}header{z-index:1000;width:95%;max-width:1200px;position:fixed;top:20px;left:50%;transform:translate(-50%)}nav{-webkit-backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;justify-content:space-between;align-items:center;margin:0 auto;padding:12px 30px;display:flex}.hamburger{display:none}.logo{font-size:1.3rem;font-weight:700}.logo .highlight{color:#00ffd5}nav ul{gap:2rem;list-style:none;display:flex}nav ul li a{color:#fff;border-radius:20px;padding:.5rem 1.2rem;font-weight:500;text-decoration:none;transition:all .3s}nav ul li a:hover,nav ul li a.active{color:#000;background:#00ffd5}main>section{max-width:1400px;margin:0 auto;padding:100px 60px;scroll-margin-top:100px}.hero{align-items:center;gap:4rem;min-height:100vh;padding-top:120px;display:flex}.hero .text{flex:1}.hero h1{margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem);line-height:1.1}.highlight{color:#00ffd5}.slideshow-text{background:linear-gradient(45deg,#00ffd5,#00b894);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.buttons{margin:2rem 0}.btn,.btn-outline{border-radius:.5rem;margin-right:1rem;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn{color:#000;background:#00ffd5}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #00ffd54d}.btn-outline{color:#00ffd5;background:0 0;border:2px solid #00ffd5}.btn-outline:hover{color:#000;background:#00ffd5}.socials{margin-top:2rem}.socials a{color:#00ffd5;margin-right:1rem;font-size:1.5rem;transition:transform .3s;display:inline-block}.socials a:hover{transform:translateY(-3px)}.hero .image img{object-fit:cover;border:4px solid #00ffd5;border-radius:50%;max-width:350px;height:350px;box-shadow:0 0 40px #00ffd580}.about-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-image img{border-radius:20px;width:100%;max-width:400px;box-shadow:0 20px 40px #0000004d}.skills-ticker{white-space:nowrap;background:#00ffd50d;border-top:1px solid #00ffd533;border-bottom:1px solid #00ffd533;width:100%;padding:15px 0;display:flex;overflow:hidden}.ticker-content{animation:20s linear infinite ticker;display:inline-flex}.ticker-content span{color:#00ffd5;text-transform:uppercase;letter-spacing:2px;margin:0 20px;font-size:1.1rem;font-weight:500}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.skills-section,.projects-section{text-align:center}.skills-section h1,.projects-section h1,.cv-section h1,.contact-section h1{margin-bottom:3rem;font-size:clamp(2rem,4vw,3rem)}.skills-grid,.projects-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.skill-box,.project-card{text-align:center;background:#111;border:2px solid #00ffd5;border-radius:1rem;padding:2rem;transition:all .4s}.skill-box:hover,.project-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00ffd533}.skill-box i{color:#00ffd5;margin-bottom:1rem;font-size:3rem}.skill-box h3{color:#00ffd5;margin-bottom:1rem;font-size:1.3rem}.project-card img{object-fit:cover;border-radius:.75rem;width:100%;height:200px;margin-bottom:1rem}.service-card{opacity:0;transition:all .6s;transform:translateY(30px)}.service-card.visible{opacity:1;transform:translateY(0)}.cv-content-new{flex-direction:column;gap:2rem;max-width:960px;margin:0 auto;display:flex}.cv-card-new{background:#111;border:1px solid #00ffd540;border-radius:1rem;padding:2rem 2.5rem;transition:border-color .3s,box-shadow .3s}.cv-card-new:hover{border-color:#00ffd5;box-shadow:0 8px 30px #00ffd51a}.cv-card-header{border-bottom:1px solid #00ffd533;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.cv-card-header i{color:#00ffd5;font-size:1.6rem}.cv-card-header h3{color:#00ffd5;font-size:1.3rem;font-weight:600}.cv-summary-text{color:#ccc;font-size:.97rem;line-height:1.9}.cv-skills-grid{grid-template-columns:1fr 1fr;gap:1.2rem;display:grid}.cv-skill-category{background:#00ffd50a;border:1px solid #00ffd51f;border-radius:.75rem;padding:1rem 1.2rem}.cv-skill-label{color:#00ffd5;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.cv-skill-label i{margin-right:.4rem}.cv-skill-category p{color:#bbb;font-size:.9rem;line-height:1.6}.cv-projects-list{flex-direction:column;gap:1.3rem;list-style:none;display:flex}.cv-projects-list li{border-left:3px solid #00ffd566;padding-left:1rem;transition:border-color .3s}.cv-projects-list li:hover{border-left-color:#00ffd5}.cv-projects-list li strong{color:#fff;margin-bottom:.35rem;font-size:1rem;display:block}.cv-projects-list li p{color:#bbb;font-size:.9rem;line-height:1.7}.cv-tag{color:#00ffd5;text-transform:uppercase;letter-spacing:.5px;vertical-align:middle;background:#00ffd51f;border:1px solid #00ffd54d;border-radius:20px;margin-left:.4rem;padding:1px 10px;font-size:.72rem;font-weight:600;display:inline-block}.cv-highlight-text{color:#00ffd5;font-weight:600}.cv-experience-list{flex-direction:column;gap:2rem;display:flex}.cv-exp-item{border-bottom:1px solid #ffffff0f;padding-bottom:2rem}.cv-exp-item:last-child{border-bottom:none;padding-bottom:0}.cv-exp-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:1rem;display:flex}.cv-exp-header h4{color:#fff;margin-bottom:.2rem;font-size:1.05rem;font-weight:600}.cv-exp-org{color:#00ffd5;opacity:.85;font-size:.88rem;display:block}.cv-exp-date{color:#00ffd5;white-space:nowrap;background:#00ffd51a;border:1px solid #00ffd540;border-radius:20px;padding:3px 14px;font-size:.78rem;font-weight:500}.cv-exp-item ul{flex-direction:column;gap:.5rem;padding:0;list-style:none;display:flex}.cv-exp-item ul li{color:#bbb;padding-left:1.2rem;font-size:.9rem;line-height:1.7;position:relative}.cv-exp-item ul li:before{content:"▸";color:#00ffd5;font-size:.75rem;position:absolute;top:.2rem;left:0}.cv-education-list{flex-direction:column;gap:1.5rem;display:flex}.cv-edu-item{align-items:flex-start;gap:1.2rem;display:flex}.cv-edu-dot{background:#00ffd5;border-radius:50%;flex-shrink:0;width:14px;height:14px;margin-top:.35rem;box-shadow:0 0 8px #00ffd599}.cv-edu-item h4{color:#fff;margin-bottom:.2rem;font-size:1rem;font-weight:600}.cv-exp-date-inline{color:#888;margin-left:.5rem;font-size:.82rem;display:inline-block}.cv-cert-list{flex-direction:column;gap:1rem;padding:0;list-style:none;display:flex}.cv-cert-list li{color:#ccc;align-items:flex-start;gap:.8rem;font-size:.92rem;line-height:1.6;display:flex}.cv-cert-list li i{color:#00ffd5;flex-shrink:0;width:18px;margin-top:.15rem;font-size:1rem}.cv-download-row{text-align:center;padding:1.5rem 0}.contact-container{grid-template-columns:1fr 1fr;gap:4rem;max-width:1000px;margin:0 auto;display:grid}.contact-info p{margin:1.5rem 0;font-size:1.1rem}.contact-info i{color:#00ffd5;width:20px;margin-right:1rem}.contact-form{flex-direction:column;display:flex}.contact-form input,.contact-form textarea{color:#fff;background:0 0;border:2px solid #00ffd5;border-radius:.5rem;margin-bottom:1.5rem;padding:1rem;font-family:inherit;font-size:1rem}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#aaa}.contact-form button{color:#000;cursor:pointer;background:#00ffd5;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.4rem;padding:1rem 2rem;font-weight:600;transition:all .3s;display:flex}.contact-form button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #00ffd54d}.contact-form button:disabled{opacity:.65;cursor:not-allowed;transform:none}.contact-form input:disabled,.contact-form textarea:disabled{opacity:.5;cursor:not-allowed}.form-feedback{border-radius:.5rem;align-items:center;gap:.6rem;margin-bottom:1rem;padding:.85rem 1.2rem;font-size:.9rem;font-weight:500;animation:.4s fadeInUp;display:flex}.form-feedback--success{color:#00ffd5;background:#00ffd51a;border:1px solid #00ffd566}.form-feedback--error{color:#ff6b6b;background:#ff505014;border:1px solid #ff505066}.form-feedback i{flex-shrink:0;font-size:1.1rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fa-spin{animation:.8s linear infinite fa-spin}.footer-section{background:#0a0a0a;margin-top:150px;position:relative}.cta-banner{z-index:10;background:linear-gradient(45deg,#1e1e1e,#111);border:1px solid #00ffd5;border-radius:20px;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:90%;max-width:1200px;padding:3rem 4rem;display:grid;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}.cta-left h2{font-size:2.5rem;line-height:1.2}.cta-right p{opacity:.9;margin-bottom:1.5rem}.btn-primary{color:#000;background:linear-gradient(45deg,#00ffd5,#00b894);border-radius:50px;padding:1rem 2.5rem;font-weight:600;text-decoration:none;display:inline-block}.main-footer{max-width:1400px;margin:0 auto;padding:8rem 60px 2rem}.footer-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.footer-col h4{color:#00ffd5;margin-bottom:1rem}.footer-col ul{list-style:none}.footer-col a{color:#fff;opacity:.8;text-decoration:none;transition:opacity .3s}.footer-col a:hover{opacity:1}.social-circle{color:#00ffd5;background:#00ffd51a;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;margin-right:.5rem;transition:all .3s;display:flex}.social-circle:hover{color:#000;background:#00ffd5;transform:translateY(-2px)}.contact-info li{opacity:.9;margin-bottom:1rem}.footer-bottom{text-align:center;opacity:.7;border-top:1px solid #333;padding-top:2rem}@media (width<=768px){header{width:100%;padding:0 .75rem;top:10px;left:0;transform:none}nav{border-radius:14px;flex-wrap:wrap;padding:10px 1rem;position:relative}.logo{letter-spacing:-.2px;flex:1;font-size:.78rem}.hamburger{cursor:pointer;z-index:100;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:26px;height:18px;padding:0;display:flex}.hamburger span{transform-origin:50%;background:#00ffd5;border-radius:2px;width:100%;height:2px;transition:transform .3s,opacity .3s;display:block}.hamburger--open span:first-child{transform:translateY(8px)rotate(45deg)}.hamburger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger--open span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}nav ul{border-top:1px solid #00ffd533;flex-direction:column;gap:0;width:100%;margin-top:.5rem;padding:.4rem 0;display:none}nav ul.nav-links--open{display:flex}nav ul li a{border-radius:8px;padding:.65rem .8rem;font-size:.9rem;display:block}main>section{padding:70px 1.2rem 50px;scroll-margin-top:70px}.hero{text-align:center;flex-direction:column;gap:1.5rem;min-height:100svh;padding-top:100px}.hero h1{margin-bottom:.5rem;font-size:clamp(1.7rem,8vw,2.5rem);line-height:1.2}.hero .text>p{font-size:.9rem}.hero .image img{max-width:200px;height:200px;box-shadow:0 0 20px #00ffd566}.buttons{flex-wrap:wrap;justify-content:center;gap:.6rem;margin:1.2rem 0;display:flex}.btn,.btn-outline{margin-right:0;padding:.7rem 1.3rem;font-size:.85rem}.socials{margin-top:1.2rem}.socials a{margin-right:.8rem;font-size:1.2rem}.skills-section h1,.projects-section h1,.cv-section h1,.contact-section h1{margin-bottom:1.8rem;font-size:clamp(1.5rem,7vw,2rem)}.ticker-content span{letter-spacing:1px;margin:0 12px;font-size:.85rem}.skills-grid,.projects-grid{grid-template-columns:1fr;gap:1rem}.skill-box,.project-card{padding:1.3rem 1rem}.skill-box i{margin-bottom:.6rem;font-size:2rem}.skill-box h3{margin-bottom:.5rem;font-size:1.05rem}.skill-box p,.project-card p{font-size:.85rem}.about-content{grid-template-columns:1fr;gap:1.5rem}.about-image img{max-width:240px;margin:0 auto;display:block}.about-text p{font-size:.88rem;line-height:1.7}.project-card img{height:160px}.project-card h3{font-size:1rem}.cv-content-new{gap:1.2rem}.cv-card-new{padding:1.2rem 1rem}.cv-card-header{gap:.7rem;margin-bottom:1rem;padding-bottom:.8rem}.cv-card-header i{font-size:1.2rem}.cv-card-header h3{font-size:1.05rem}.cv-summary-text{font-size:.85rem;line-height:1.75}.cv-skills-grid{grid-template-columns:1fr;gap:.8rem}.cv-skill-label{font-size:.75rem}.cv-skill-category p{font-size:.82rem}.cv-projects-list li p,.cv-exp-item ul li,.cv-cert-list li{font-size:.83rem;line-height:1.65}.cv-projects-list li strong{font-size:.92rem}.cv-tag{padding:1px 7px;font-size:.65rem}.cv-exp-header{flex-direction:column;gap:.3rem}.cv-exp-header h4{font-size:.95rem}.cv-exp-org{font-size:.8rem}.cv-exp-date{padding:2px 10px;font-size:.72rem}.cv-edu-item h4{font-size:.9rem}.cv-exp-date-inline{margin-top:.2rem;margin-left:0;font-size:.75rem;display:block}.contact-container{grid-template-columns:1fr;gap:1.5rem}.contact-info p{margin:1rem 0;font-size:.9rem}.contact-form input,.contact-form textarea{padding:.75rem;font-size:.88rem}.contact-form button{padding:.75rem 1.5rem;font-size:.9rem}.cta-banner{text-align:center;grid-template-columns:1fr;gap:1rem;padding:1.5rem 1rem}.cta-left h2{font-size:1.5rem}.cta-right p{font-size:.88rem}.btn-primary{padding:.7rem 1.5rem;font-size:.88rem}.footer-section{margin-top:180px}.main-footer{padding:7rem 1.2rem 1.5rem}.brand-desc{font-size:.85rem}.footer-col h4{font-size:.9rem}.footer-col ul li,.footer-col a{font-size:.85rem}.copyright-pill{font-size:.78rem}}#particle-canvas{z-index:-1!important;position:fixed!important;top:0!important;left:0!important}
