.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 20px #0000001a;height:80px;left:0;position:fixed;top:0;transition:all .3s ease;z-index:1000}.header,.header-container{align-items:center;display:flex;width:100%}.header-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.logo{align-items:flex-start;display:flex;flex-direction:column}.logo-text{color:#2563eb;font-size:1.8rem;font-weight:700;line-height:1.2}.logo-subtitle{color:#4b5563;font-size:.9rem;font-weight:500;margin-top:.2rem}.nav-list{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-link{background:none;border:none;color:#374151;cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 0;position:relative;transition:color .3s ease}.nav-link:hover{color:#2563eb}.nav-link:after{background:#2563eb;bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.header-actions{align-items:center;display:flex;gap:1.2rem}.desktop-language-toggle{display:block}.mobile-language-toggle{display:none}.language-toggle{align-items:center;background:#f3f4f6;border-radius:50px;display:flex;padding:.2rem}.language-toggle.mobile{background:#0000;justify-content:center;margin-top:1rem;padding:.5rem}.language-btn{background:none;border:none;border-radius:50px;color:#374151;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem .8rem;transition:all .3s ease}.language-active{background:#fff;box-shadow:0 2px 8px #0000001a;color:#2563eb}.language-separator{color:#d1d5db;font-weight:400;padding:0 .3rem}.menu-toggle{background:none;border:none;cursor:pointer;display:none;padding:.5rem}.hamburger{display:flex;flex-direction:column;height:18px;justify-content:space-between;position:relative;width:24px}.hamburger-line{background:#374151;border-radius:2px;height:2px;transform-origin:center;transition:all .3s ease;width:100%}.hamburger-open .hamburger-line:first-child{transform:translateY(8px) rotate(45deg)}.hamburger-open .hamburger-line:nth-child(2){opacity:0}.hamburger-open .hamburger-line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media (max-width:768px){.nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;box-shadow:0 5px 15px #0000001a;-webkit-clip-path:polygon(0 0,100% 0,100% 0,0 0);clip-path:polygon(0 0,100% 0,100% 0,0 0);left:0;position:absolute;top:100%;transition:-webkit-clip-path .4s ease-in-out;transition:clip-path .4s ease-in-out;transition:clip-path .4s ease-in-out,-webkit-clip-path .4s ease-in-out;width:100%}.nav-open{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.nav-list{flex-direction:column;gap:.5rem;padding:1.5rem}.nav-link{border-bottom:1px solid #f3f4f6;font-size:1.1rem;padding:1rem 0;text-align:left;width:100%}.desktop-language-toggle{display:none}.mobile-language-toggle{border-top:1px solid #f3f4f6;display:block;margin-top:.5rem;padding-top:1rem}.menu-toggle{display:block}.language-toggle.mobile{width:100%}.language-toggle.mobile .language-btn{flex:1 1;font-size:1rem;padding:.8rem 1rem;text-align:center}}@media (max-width:480px){.logo-text{font-size:1.5rem}.logo-subtitle{font-size:.8rem}.header-container{padding:0 1rem}}.hero{align-items:center;display:flex;min-height:100vh;overflow:hidden;padding:0 2rem;position:relative}.hero-background{background:linear-gradient(135deg,#1a202c,#2d3748);height:100%;left:0;position:absolute;top:0;width:100%;z-index:-2}.hero-background:before{animation:float 6s ease-in-out infinite;background:radial-gradient(circle at 15% 50%,#4299e133 0,#0000 25%),radial-gradient(circle at 85% 30%,#8b5cf633 0,#0000 25%);content:""}.hero-background:before,.hero-overlay{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.hero-overlay{background:linear-gradient(90deg,#1a202ce6 0,#1a202cb3)}@keyframes float{0%,to{transform:translateY(0) translateX(0)}50%{transform:translateY(-10px) translateX(10px)}}.hero-content{margin:0 auto;max-width:1200px;padding-top:5rem;width:100%}.hero-main{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.hero-text{animation:fadeInUp 1s ease-out;color:#fff}.hero-greeting{animation:fadeInUp .8s ease-out .2s forwards;color:#4299e1;font-size:1.5rem;font-weight:500;margin-bottom:.5rem;opacity:0}.hero-name{-webkit-text-fill-color:#0000;animation:fadeInUp .8s ease-out .4s forwards;background:linear-gradient(135deg,#4299e1,#9f7aea);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;margin-bottom:1rem;opacity:0}.hero-title{align-items:center;animation:fadeInUp .8s ease-out .6s forwards;color:#cbd5e0;display:flex;font-size:1.5rem;margin-bottom:1.5rem;min-height:2rem;opacity:0}.typewriter{color:#a0aec0;font-weight:600}.cursor{animation:blink 1s infinite;color:#4299e1;margin-left:2px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-description{animation:fadeInUp .8s ease-out .8s forwards;color:#a0aec0;font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;max-width:90%;opacity:0}.hero-buttons{animation:fadeInUp .8s ease-out 1s forwards;display:flex;flex-wrap:wrap;gap:1rem;opacity:0}.btn{display:flex;padding:.75rem 1.5rem;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#4299e1,#3182ce);box-shadow:0 4px 6px #4299e14d;color:#fff}.btn-primary:hover{box-shadow:0 6px 12px #4299e166;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #4a5568;color:#cbd5e0}.btn-secondary:hover{background:#ffffff0d;border-color:#4299e1;color:#4299e1}.hero-image{animation:fadeIn 1s ease-out 1.2s forwards;display:flex;justify-content:center;opacity:0;position:relative}.image-container{height:350px;position:relative;width:350px}.profile-image{border-radius:20px;filter:grayscale(.2);height:100%;object-fit:cover;position:relative;transition:all .5s ease;width:100%;z-index:2}.image-container:hover .profile-image{filter:grayscale(0);transform:scale(1.02)}.image-border{border:3px solid #4299e1;border-radius:20px;height:100%;position:absolute;right:-15px;top:-15px;transition:all .5s ease;width:100%;z-index:1}.image-overlay{background:linear-gradient(135deg,#4299e133,#9f7aea33);border-radius:20px}.image-dots{background-image:radial-gradient(#4299e1 2px,#0000 0);background-size:10px 10px;height:80px;left:-20px;opacity:.5;position:absolute;top:20px;width:80px;z-index:0}.image-container:hover .image-border{right:0;top:0}.scroll-indicator{align-items:center;animation:fadeIn 1s ease-out 1.5s forwards;bottom:2rem;color:#a0aec0;display:flex;flex-direction:column;font-size:.9rem;left:50%;opacity:0;position:absolute;transform:translateX(-50%)}.scroll-line{animation:scrollLine 2s infinite;background:linear-gradient(180deg,#4299e1,#0000);height:50px;margin-top:.5rem;width:1px}@keyframes scrollLine{0%{height:0;opacity:0}50%{height:50px;opacity:1}to{height:0;opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:968px){.hero-main{gap:3rem;grid-template-columns:1fr;text-align:center}.hero-description{max-width:100%}.hero-buttons{justify-content:center}.image-container{height:280px;width:280px}}@media (max-width:640px){.hero{padding:0 1rem}.hero-name{font-size:2.5rem}.hero-title{font-size:1.2rem}.hero-buttons{align-items:center;flex-direction:column}.btn{justify-content:center;width:100%}.image-container{height:220px;width:220px}}.about{align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex}.about-container{margin:0 auto;max-width:1200px;width:100%}.about-header{margin-bottom:4rem;text-align:center}.about-title{-webkit-text-fill-color:#0000;animation:fadeInUp .8s ease-out .2s forwards;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin-bottom:1rem;opacity:0}.about-divider{animation:fadeInUp .8s ease-out .4s forwards;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;height:4px;margin:0 auto;opacity:0;width:80px}.about-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.about-text{animation:fadeInLeft .8s ease-out .6s forwards;opacity:0}.about-description{background:linear-gradient(135deg,#e2e8f0,#f8fafc);border:1px solid #d1d5db;border-radius:14px;box-shadow:0 2px 12px #667eea14;color:#4a5568;font-size:1.12rem;font-weight:500;letter-spacing:.2px;line-height:1.7;margin-bottom:2.5rem;padding:1.5rem 2rem;text-align:center;transition:box-shadow .2s}.about-description:hover{box-shadow:0 6px 24px #667eea21}.about-paragraph{color:#4a5568;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;text-align:justify}.highlight-card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-4px)}.highlight-icon{flex-shrink:0;font-size:2rem}.highlight-content h3{color:#2d3748;font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.highlight-content p{color:#718096;line-height:1.6}.about-image{animation:fadeInRight .8s ease-out .8s forwards;opacity:0}.image-wrapper{margin:0 auto;max-width:400px}.about-photo,.image-wrapper{position:relative;width:100%}.about-photo{border-radius:16px;filter:grayscale(.3);height:500px;object-fit:cover;transition:all .5s ease;z-index:2}.image-wrapper:hover .about-photo{filter:grayscale(0);transform:scale(1.02)}.image-frame{border:3px solid #667eea;right:-15px;top:-15px;transition:all .5s ease;z-index:1}.image-frame,.image-overlay{border-radius:16px;height:100%;position:absolute;width:100%}.image-overlay{background:linear-gradient(135deg,#667eea1a,#764ba21a);left:0;mix-blend-mode:overlay;top:0;z-index:3}.image-wrapper:hover .image-frame{right:0;top:0}.about-highlights{display:flex;gap:2rem;justify-content:center;margin-top:2rem}.highlight-card{background:#f8f9fa;border-radius:12px;box-shadow:0 2px 8px #00000014;max-width:320px;min-width:220px;padding:1.5rem 2rem;text-align:center;transition:box-shadow .2s}.highlight-card h3{color:#2d6cdf;font-size:1.3rem;font-weight:600;margin-bottom:.7rem}.highlight-card p{color:#333;font-size:1rem;margin:0}.highlight-card:hover{box-shadow:0 4px 16px #2d6cdf26}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@media (max-width:1024px){.about-container{padding:0 1.5rem}.about-content{gap:2rem;grid-template-columns:1fr;text-align:center}.about-image{margin-bottom:2rem}}@media (max-width:768px){.about-title{font-size:2.2rem}.about-divider{height:3px;width:60px}.about-description{font-size:1rem;padding:1rem}.about-highlights{flex-direction:column;gap:1.2rem}.highlight-card{margin:0 auto;max-width:100%;padding:1.2rem 1rem}.image-wrapper{max-width:260px}.about-photo{height:260px}}@media (max-width:480px){.about-title{font-size:1.4rem}.about-description{font-size:.95rem;padding:.7rem .5rem}.about-highlights{gap:.7rem}.highlight-card{font-size:.95rem;padding:.8rem .5rem}.image-wrapper{max-width:180px}.about-photo{height:140px}}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#181c2f,#23263a);color:#f8fafc;font-family:Inter,Segoe UI,Arial,sans-serif;font-size:1rem;line-height:1.7;min-height:100vh}a{color:#4ecdc4;text-decoration:none;transition:color .2s}a:hover{color:#ff6b6b}section{padding:4rem 0 2rem}h1,h2,h3,h4{color:#4ecdc4;font-family:inherit;font-weight:800;letter-spacing:1px;margin-bottom:1rem}h2{font-size:2.2rem}h3{font-size:1.3rem}p{color:#e2e8f0;margin-bottom:1rem}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.7rem 1.4rem;transition:background .2s,color .2s}.btn-primary{background:#4ecdc4;color:#181c2f}.btn-primary:hover{background:#ff6b6b;color:#fff}.btn-secondary{background:#23263a;border:2px solid #4ecdc4;color:#4ecdc4}.btn-secondary:hover{background:#ff6b6b;border-color:#ff6b6b;color:#fff}.divider{background:linear-gradient(135deg,#4ecdc4,#ff6b6b);border-radius:2px;height:4px;margin:2rem auto;width:80px}.container{margin:0 auto;max-width:1200px;padding:0 2rem}@media (max-width:1024px){section{padding:2.5rem 0 1.5rem}h2{font-size:1.7rem}.container{padding:0 1rem}}@media (max-width:768px){section{padding:1.5rem 0 1rem}h2{font-size:1.2rem}.btn{font-size:.95rem;padding:.5rem 1rem}}@media (max-width:480px){.container{padding:0 .3rem}h2{font-size:1rem}.btn{font-size:.9rem;padding:.4rem .7rem}}.skills-cards{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:2rem}.skill-card{align-items:flex-start;background:#181c2f;border:2px solid #4ecdc4;border-radius:18px;box-shadow:0 2px 16px #4ecdc41a;display:flex;flex-direction:column;padding:1.5rem 1.2rem 1.2rem;transition:transform .2s,box-shadow .2s,border-color .2s;width:220px}.skill-card:hover{border-color:#ff6b6b;box-shadow:0 8px 32px #4ecdc42e;transform:translateY(-8px) scale(1.04)}.skill-card-header{align-items:center;display:flex;gap:.7rem;margin-bottom:.8rem}.skill-card-icon{font-size:2rem}.skill-card-name{color:#fff;font-size:1.1rem;font-weight:600}.skill-card-progress{background:#23263a;border-radius:4px;height:8px;margin-bottom:.7rem;overflow:hidden;width:100%}.skill-card-bar{border-radius:4px;height:100%;transition:width .8s cubic-bezier(.4,0,.2,1)}.skill-card-footer{color:#4ecdc4;display:flex;font-size:.95rem;justify-content:space-between;margin-top:.2rem;width:100%}.skill-card-level{font-weight:500}.skill-card-percent{color:#ff6b6b;font-weight:400}@media (max-width:1024px){.skills-cards{gap:1.2rem}.skill-card{min-width:180px;padding:1rem;width:45vw}}@media (max-width:768px){.skills-cards{gap:1rem}.skill-card{min-width:160px;padding:.8rem;width:100%}}.skills-header{margin-bottom:2.5rem;text-align:center}.skills-title{-webkit-text-fill-color:#0000;animation:fadeInUp .8s ease-out;background:linear-gradient(90deg,#4ecdc4,#ff6b6b);-webkit-background-clip:text;background-clip:text;font-size:2.6rem;font-weight:900;letter-spacing:2px;margin-bottom:.5rem}.skills-subtitle{animation:fadeInUp 1.2s ease-out;color:#e2e8f0;font-size:1.25rem;font-weight:500;letter-spacing:1px;margin-bottom:1.2rem;opacity:.85}.skills-divider{background:linear-gradient(90deg,#4ecdc4,#ff6b6b);border-radius:2px;height:4px;margin:.7rem auto 0;opacity:.8;width:70px}.projects{background:linear-gradient(135deg,#0f0f23,#1a1a2e 50%,#16213e);position:relative}.projects:before{background:radial-gradient(circle at 20% 30%,#4a6be31a 0,#0000 40%),radial-gradient(circle at 80% 70%,#c649ad1a 0,#0000 40%),url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='1' fill='%23fff' fill-opacity='.05'/%3E%3C/svg%3E");content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.projects-container{margin:0 auto;max-width:1200px;position:relative;width:100%;z-index:2}.projects-header{animation:fadeInUp .8s ease-out .3s forwards;margin-bottom:4rem;opacity:0;text-align:center}.projects-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff6b6b,#4ecdc4 50%,#45b7d1);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;letter-spacing:-1px;margin-bottom:1rem}.projects-subtitle{color:#cbd5e0;font-size:1.3rem;font-weight:300;line-height:1.6;margin:0 auto;max-width:600px}.projects-divider{background:linear-gradient(90deg,#ff6b6b,#4ecdc4);border-radius:2px;height:4px;margin:1.5rem auto;width:100px}.projects-filters{align-items:center;animation:fadeInUp .8s ease-out .5s forwards;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:3rem;opacity:0}.filter-label{color:#cbd5e0;font-size:1.1rem;font-weight:500}.filter-buttons{display:flex;flex-wrap:wrap;gap:.8rem}.filter-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:2px solid #ffffff1a;border-radius:25px;color:#cbd5e0;cursor:pointer;font-weight:500;padding:.6rem 1.2rem;transition:all .3s ease}.filter-btn:hover{border-color:#4ecdc4;color:#4ecdc4;transform:translateY(-2px)}.filter-btn.active{background:linear-gradient(135deg,#4ecdc4,#45b7d1);border-color:#0000;box-shadow:0 5px 15px #4ecdc44d;color:#fff}.projects-grid{grid-gap:2.5rem;animation:fadeInUp .8s ease-out .7s forwards;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));opacity:0}.project-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;overflow:hidden;position:relative;transition:all .4s ease}.project-card:hover{border-color:#4ecdc44d;box-shadow:0 20px 40px #0000004d,0 0 0 1px #4ecdc433;transform:translateY(-10px) scale(1.02)}.project-image{height:250px;overflow:hidden;position:relative}.project-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.project-card:hover .project-image img{transform:scale(1.1)}.project-overlay{align-items:center;background:#000c;bottom:0;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.view-details-btn{background:linear-gradient(135deg,#4ecdc4,#45b7d1);border:none;border-radius:25px;color:#fff;cursor:pointer;font-weight:600;padding:.8rem 1.5rem;transition:all .3s ease}.view-details-btn:hover{box-shadow:0 5px 15px #4ecdc466;transform:scale(1.05)}.project-links{display:flex;gap:1rem}.project-link{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;display:flex;height:45px;justify-content:center;transition:all .3s ease;width:45px}.project-link:hover{background:linear-gradient(135deg,#4ecdc4,#45b7d1);transform:translateY(-3px)}.link-icon{font-size:1.2rem}.project-content{padding:2rem}.project-title{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.project-description{color:#cbd5e0;line-height:1.6;margin-bottom:1.5rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#4ecdc41a;border:1px solid #4ecdc44d;border-radius:15px;color:#4ecdc4;font-size:.85rem;font-weight:500;padding:.4rem .8rem}.project-modal{align-items:center;display:flex;justify-content:center;padding:2rem;position:fixed;z-index:1000}.modal-overlay,.project-modal{height:100%;left:0;top:0;width:100%}.modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000c;position:absolute}.modal-content{background:linear-gradient(135deg,#1a1a2e,#16213e);border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 25px 50px #00000080;max-height:90vh;max-width:900px;overflow-y:auto;padding:2.5rem;position:relative;width:100%;z-index:2}.modal-close{background:none;border:none;color:#cbd5e0;cursor:pointer;font-size:2rem;position:absolute;right:1.5rem;top:1.5rem;transition:color .3s ease}.modal-close:hover{color:#ff6b6b}.modal-header{margin-bottom:2rem;text-align:center}.modal-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4ecdc4,#45b7d1);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:2.2rem;margin-bottom:1rem}.modal-body{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.modal-image{border-radius:15px;overflow:hidden}.modal-image img{border-radius:15px;height:300px;object-fit:cover;width:100%}.modal-details{display:flex;flex-direction:column;gap:1.5rem}.detail-section h3{color:#4ecdc4;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.detail-section p{color:#cbd5e0;line-height:1.6}.modal-links{display:flex;gap:1rem;margin-top:1rem}.modal-link-btn{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:25px;color:#cbd5e0;display:flex;font-weight:500;gap:.5rem;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s ease}.modal-link-btn:hover{background:#fff3;transform:translateY(-2px)}.modal-link-btn.primary{background:linear-gradient(135deg,#4ecdc4,#45b7d1);border:none;color:#fff}.modal-link-btn.primary:hover{box-shadow:0 5px 15px #4ecdc466}.loading-spinner{align-items:center;color:#cbd5e0;display:flex;flex-direction:column;justify-content:center;padding:4rem}.spinner{animation:spin 1s linear infinite;border:3px solid #ffffff1a;border-radius:50%;border-top-color:#4ecdc4;height:50px;margin-bottom:1rem;width:50px}.no-projects{color:#cbd5e0;padding:4rem;text-align:center}.view-all-btn{background:linear-gradient(135deg,#4ecdc4,#45b7d1);border:none;border-radius:25px;color:#fff;cursor:pointer;font-weight:600;margin-top:1rem;padding:.8rem 1.5rem;transition:all .3s ease}.view-all-btn:hover{box-shadow:0 5px 15px #4ecdc466;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:1024px){.modal-body{grid-template-columns:1fr}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width:768px){.projects{padding:6rem 1.5rem}.projects-title{font-size:2.8rem}.projects-filters{flex-direction:column;gap:1rem}.filter-buttons{justify-content:center}.projects-grid{grid-template-columns:1fr}.modal-content{padding:1.5rem}.modal-links{flex-direction:column}}@media (max-width:480px){.projects-title{font-size:2.3rem}.project-content{padding:1.5rem}.filter-btn{font-size:.9rem;padding:.5rem 1rem}}.education{background:linear-gradient(135deg,#181c2f,#23263a);font-family:Inter,Segoe UI,Arial,sans-serif;padding:3rem 1rem}.education-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#4ecdc4,#ff6b6b);-webkit-background-clip:text;background-clip:text;font-size:2.2rem;font-weight:900;letter-spacing:2px;margin-bottom:2.2rem;text-align:center}.education-list{display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:700px}.education-item{background:#23263af7;border-left:6px solid #4ecdc4;border-radius:16px;box-shadow:0 4px 24px #4ecdc421;overflow:hidden;padding:1.5rem 2rem;position:relative;transition:box-shadow .2s,border-color .2s,transform .2s}.education-item:hover{border-left:6px solid #ff6b6b;box-shadow:0 12px 40px #ff6b6b2e;transform:translateY(-6px) scale(1.02)}.degree{color:#ff6b6b;font-size:1.25rem;font-weight:700;letter-spacing:.7px;margin-bottom:.4rem}.institution{color:#4ecdc4;display:block;font-size:1.05rem;font-weight:600;margin-bottom:.7rem}.description{color:#e2e8f0;font-size:1rem;line-height:1.6;opacity:.95}.education-item:after{background:radial-gradient(circle,#4ecdc4 0,#ff6b6b 100%);border-radius:50%;bottom:-30px;content:"";height:70px;opacity:.1;position:absolute;right:-30px;width:70px;z-index:0}@media (max-width:700px){.education-list{gap:1.2rem;padding:0 .5rem}.education-item{padding:1rem .7rem}.education-title{font-size:1.3rem}.degree{font-size:1.05rem}}.contact-page{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;padding:100px 20px 50px}.contact-container{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;margin:0 auto;max-width:1200px;overflow:hidden}.contact-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:40px;text-align:center}.contact-title{font-size:2.5rem;font-weight:700;margin-bottom:10px}.contact-subtitle{font-size:1.1rem;margin:0 auto;max-width:600px;opacity:.9}.contact-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 1fr;padding:40px}.contact-info h2{color:#333;font-size:1.5rem;margin-bottom:30px}.contact-item{align-items:flex-start;background:#f8f9fa;border-radius:12px;display:flex;margin-bottom:25px;padding:20px;transition:transform .3s ease,box-shadow .3s ease}.contact-item:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-2px)}.contact-icon{font-size:1.5rem;margin-right:15px;min-width:40px;text-align:center}.contact-details h3{color:#667eea;font-size:1.1rem;margin-bottom:5px}.contact-details p{color:#666;margin:0}.sociall-links{margin-top:40px}.sociall-links h3{color:#333;margin-bottom:15px}.social-icons{display:flex;flex-wrap:wrap;gap:15px}.sociall-link{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#344556;border:1px solid #ffffff1a;border-radius:8px;color:#e2e8f0;display:flex;padding:10px 15px;text-decoration:none;transition:all .3s ease}.sociall-link:hover{background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 5px 15px #6366f14d;color:#fff;transform:translateY(-2px)}.social-icon{font-size:1.2rem}.contact-form-section{background:#fff;border-radius:15px;box-shadow:0 5px 20px #00000014;padding:30px}.success-message{background:#f0f9f0;border:2px solid #4caf50;border-radius:12px;padding:40px 20px;text-align:center}.success-message h3{color:#2e7d32;margin-bottom:10px}.success-message p{color:#388e3c;margin:0}@media (max-width:968px){.contact-content{gap:30px;grid-template-columns:1fr}.contact-header{padding:30px 20px}.contact-title{font-size:2rem}}@media (max-width:480px){.contact-page{padding:80px 15px 30px}.contact-container{border-radius:15px}.contact-content,.contact-header{padding:25px 15px}.contact-item{flex-direction:column;padding:15px;text-align:center}.contact-icon{margin-bottom:10px;margin-right:0}.social-icons{justify-content:center}}.contact-form{gap:20px}.contact-form,.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;margin-bottom:8px}.form-group input,.form-group textarea{background:#fafbfc;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;padding:15px;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group input.error,.form-group textarea.error{background:#fef7f7;border-color:#f44336}.error-message{color:#f44336;font-size:.85rem;margin-top:5px}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:10px;padding:15px 30px;transition:all .3s ease}.submit-btn:hover:not(:disabled){box-shadow:0 5px 15px #667eea66;transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}@media (prefers-color-scheme:dark){.contact-form-section{background:#2d3748}.form-group label{color:#1769d4}.form-group input,.form-group textarea{background:#4a5568;border-color:#4a5568;color:#fff}.form-group input:focus,.form-group textarea:focus{background:#2d3748}}.footer{background:linear-gradient(135deg,#1e293b,#0f172a);color:#e2e8f0;margin-top:auto;overflow:hidden;padding:60px 0 0;position:relative}.footer:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23374151' fill-opacity='.2' fill-rule='evenodd'/%3E%3C/svg%3E");content:"";height:100%;left:0;opacity:.1;position:absolute;top:0;width:100%}.footer-container{margin:0 auto;max-width:1200px;padding:0 20px;position:relative;z-index:1}.footer-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:2fr 1fr 1fr;padding-bottom:40px}.footer-section h3,.footer-section h4{color:#f8fafc;margin-bottom:20px;position:relative}.footer-section h3:after,.footer-section h4:after{background:linear-gradient(90deg,#6366f1,#8b5cf6);border-radius:2px;bottom:-8px;content:"";height:3px;left:0;position:absolute;width:40px}.footer-logo{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;font-size:2rem;font-weight:700;margin-bottom:15px}.footer-description{color:#cbd5e1;line-height:1.6;margin-bottom:25px;max-width:300px}.social-links{display:flex;flex-wrap:wrap;gap:15px}.social-link{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;color:#e2e8f0;display:flex;padding:8px 16px;text-decoration:none;transition:all .3s ease}.social-link:hover{background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 5px 15px #6366f14d;color:#fff;transform:translateY(-2px)}.social-icon{font-size:1.1rem;margin-right:8px}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:12px}.footer-links button{background:none;border:none;color:#cbd5e1;cursor:pointer;font-size:1rem;padding:0;text-align:left;transition:color .3s ease}.footer-links button:hover{color:#6366f1}.contact-info p{align-items:center;display:flex;gap:10px;margin-bottom:12px}.footer-bottom{border-top:1px solid #ffffff1a;padding:25px 0}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.footer-bottom-content p{color:#94a3b8;margin:0}.heart{animation:heartbeat 2s infinite;color:#ef4444}@keyframes heartbeat{0%{transform:scale(1)}5%{transform:scale(1.2)}10%{transform:scale(1)}15%{transform:scale(1.3)}20%{transform:scale(1)}to{transform:scale(1)}}@media (max-width:968px){.footer-content{gap:30px;grid-template-columns:1fr 1fr}}@media (max-width:640px){.footer{padding:40px 0 0}.footer-content{gap:30px;grid-template-columns:1fr;text-align:center}.footer-section h3:after,.footer-section h4:after{left:50%;transform:translateX(-50%)}.footer-description{margin:0 auto 25px;max-width:none}.footer-links,.social-links{justify-content:center}.footer-links{display:flex;flex-wrap:wrap;gap:15px}.footer-links li{margin-bottom:0}.footer-bottom-content{flex-direction:column;text-align:center}.contact-info{align-items:center;display:flex;flex-direction:column}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.footer-section{animation:slideUp .6s ease forwards;opacity:0}.footer-section:first-child{animation-delay:.1s}.footer-section:nth-child(2){animation-delay:.2s}.footer-section:nth-child(3){animation-delay:.3s}.footer-links button:focus,.social-link:focus{outline:2px solid #6366f1;outline-offset:2px}@media print{.footer{background:#fff!important;color:#000!important}.footer-links button,.social-links{display:none!important}}.certificates{background:linear-gradient(135deg,#181c2f,#23263a);padding:3rem 0}.certificates-container{margin:0 auto;max-width:1100px;padding:0 1rem}.certificates-header{margin-bottom:2.5rem;text-align:center}.certificates-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#4ecdc4,#ff6b6b);-webkit-background-clip:text;background-clip:text;font-size:2.2rem;font-weight:900;letter-spacing:2px;margin-bottom:.5rem}.certificates-header p{color:#4ecdc4;font-size:1.15rem;opacity:.85}.certificates-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(270px,1fr))}.certificate-card{align-items:center;background:#23263af2;border:2px solid #4ecdc4;border-radius:18px;box-shadow:0 4px 24px #4ecdc421;display:flex;flex-direction:column;overflow:hidden;padding-bottom:1rem;position:relative;transition:box-shadow .2s,transform .2s}.certificate-card:hover{border-color:#4ecdc4;box-shadow:0 12px 40px #ff6b6b2e;transform:translateY(-6px) scale(1.03)}.certificate-card img{border-top-left-radius:18px;border-top-right-radius:18px;box-shadow:0 2px 12px #4ecdc41a;height:170px;object-fit:cover;width:100%}.certificate-info{padding:1.2rem 1rem .5rem;text-align:center;width:100%}.certificate-info h3{color:#4ecdc4;font-size:1.15rem;font-weight:700;margin-bottom:.3rem}.certificate-info p{color:#fff;font-size:1rem;font-weight:600;margin-bottom:.2rem}.certificate-info span{color:#fff;display:block;font-size:.98rem;margin-bottom:.7rem;opacity:.9}.certificate-info a{background:linear-gradient(90deg,#4ecdc4,#4ecdc4);border-radius:8px;color:#181c2f;display:inline-block;font-size:1rem;font-weight:700;margin-top:.3rem;padding:.5rem 1.2rem;text-decoration:none;transition:background .2s,color .2s}.certificate-info a:hover{background:#4ecdc4;color:#fff}@media (max-width:700px){.certificates-header h2{font-size:1.3rem}.certificates-grid{gap:1rem}.certificate-card img{height:120px}}
/*# sourceMappingURL=main.11cadcfe.css.map*/