.particles-container{position:relative;width:100%;height:100%}.stack-container{position:relative;perspective:600px}.card-rotate{position:absolute;cursor:grab}.card{border-radius:20px;border:5px solid #fff;overflow:hidden}.card-image{pointer-events:none;width:100%;height:100%;object-fit:cover}.experience-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:2rem;animation:fadeIn .3s ease}.experience-dialog{background:#fff;border-radius:20px;max-width:900px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease;position:relative}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.experience-dialog-close{position:absolute;top:1rem;right:1rem;background:#f1f5f9;border:none;border-radius:50%;width:40px;height:40px;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:1;color:#64748b}.experience-dialog-close:hover{background:#e2e8f0;color:#0891b2;transform:rotate(90deg)}.experience-dialog-header{padding:2rem 2rem 1.5rem;border-bottom:2px solid #e2e8f0}.experience-dialog-header-content{display:flex;align-items:flex-start;gap:1.5rem}.experience-dialog-logo{flex-shrink:0;width:100px;height:100px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border-radius:12px;padding:1rem;border:1px solid #e2e8f0}.experience-dialog-logo img{width:100%;height:100%;object-fit:contain}.experience-dialog-header-text{flex:1}.experience-dialog-header h3{font-size:1.8rem;color:#1e293b;margin:0 0 .5rem}.experience-dialog-company{color:#64748b;font-size:1rem;margin:0}.experience-dialog-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem;overflow:auto;flex:1;min-height:0}.experience-dialog-items h4{font-size:1.1rem;color:#1e293b;margin:0 0 1rem;font-weight:600}.experience-items-list{display:flex;flex-direction:column;gap:.75rem;overflow-y:auto;max-height:calc(90vh - 200px);padding-right:.5rem}.experience-dialog-chat{background:#f8fafc;border-radius:15px;padding:1.5rem;display:flex;flex-direction:column;overflow:hidden}.chat-messages{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;min-height:300px}.chat-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:#94a3b8;font-style:italic;text-align:center}@media (max-width: 768px){.experience-dialog-overlay{padding:1rem}.experience-dialog{width:100%;max-width:100%;max-height:100svh;height:100svh;display:flex;flex-direction:column;overflow:hidden}.experience-dialog-content{grid-template-columns:1fr;gap:1rem;padding:1rem;overflow:auto;min-height:0;flex:1}.experience-dialog-logo{width:70px;height:70px;padding:.75rem}.experience-dialog-header-content{gap:1rem}.experience-items-list{max-height:35vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.chat-messages{min-height:200px;max-height:45vh;overflow-y:auto;flex:1}}[data-theme=dark] .experience-dialog{background:#0f172a;color:#e2e8f0}[data-theme=dark] .experience-dialog-header{border-bottom-color:#334155}[data-theme=dark] .experience-dialog-logo{background:#1e293b;border-color:#334155}[data-theme=dark] .experience-dialog-header h3{color:#e2e8f0}[data-theme=dark] .experience-dialog-company{color:#94a3b8}[data-theme=dark] .experience-dialog-close{background:#1e293b;color:#cbd5e1}[data-theme=dark] .experience-dialog-close:hover{background:#334155;color:#14b8a6}[data-theme=dark] .experience-dialog-items h4{color:#e2e8f0}[data-theme=dark] .experience-dialog-chat{background:#1e293b}.experience-chatbot{margin-top:2rem}.experience-chatbot.inline{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #e2e8f0}.experience-chatbot-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.experience-chatbot-items h4{font-size:1.2rem;color:#1e293b;margin:0 0 1.25rem;font-weight:700;background:linear-gradient(135deg,#0f766e,#0891b2,#06b6d4);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.experience-items-list{display:flex;flex-direction:column;gap:.75rem;overflow-y:auto;max-height:500px;padding-right:.5rem}.experience-item-button{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:1rem;text-align:left;cursor:pointer;transition:all .3s ease;font-size:.95rem;color:#334155;font-family:inherit;line-height:1.5}.experience-item-button:hover:not(:disabled){background:#f1f5f9;border-color:#0891b2;transform:translate(5px)}.experience-item-button.selected{background:#ccfbf1;border-color:#0891b2;color:#0891b2;font-weight:600}.experience-item-button:disabled{opacity:.6;cursor:not-allowed}.experience-chatbot-chat{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:15px;padding:1.5rem;display:flex;flex-direction:column;overflow:hidden;min-height:400px;border:2px solid #e2e8f0;box-shadow:0 4px 12px #0000000d}.chat-messages{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;min-height:300px;overscroll-behavior:contain;scroll-behavior:smooth}.chat-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:#94a3b8;font-style:italic;text-align:center;padding:2rem}.chat-message{display:flex;gap:.75rem;animation:messageSlide .3s ease}@keyframes messageSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-message.user{flex-direction:row-reverse}.chat-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;flex-shrink:0}.chat-message.user .chat-avatar{background:#0891b2;color:#fff}.chat-message.assistant .chat-avatar{background:#e2e8f0;color:#64748b}.chat-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.chat-bubble{background:#fff;padding:1rem 1.25rem;border-radius:18px;max-width:80%;line-height:1.6;color:#334155;box-shadow:0 2px 8px #00000014}.chat-message.user .chat-bubble{background:#0891b2;color:#fff}.typing-cursor{display:inline-block;animation:blink 1s infinite;margin-left:2px;color:#0891b2}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.follow-up-questions{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;animation:fadeInUp .3s ease}.follow-up-label{font-size:.9rem;color:#64748b;margin-bottom:.75rem;font-weight:600}.follow-up-buttons{display:flex;flex-direction:column;gap:.5rem}.follow-up-button{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:.75rem 1rem;text-align:left;cursor:pointer;transition:all .3s ease;font-size:.9rem;color:#334155;font-family:inherit}.follow-up-button:hover:not(:disabled){background:#e2e8f0;border-color:#0891b2;color:#0891b2;transform:translate(4px)}.follow-up-button:disabled{opacity:.5;cursor:not-allowed}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.experience-chatbot-content{grid-template-columns:1fr;gap:1.5rem}.experience-chatbot-items h4{font-size:1.1rem;margin-bottom:1rem}.experience-items-list{max-height:250px}.experience-chatbot-chat{min-height:300px}.chat-messages{min-height:200px}}@media (max-width: 480px){.experience-chatbot.inline{margin-top:1rem;padding-top:1rem}.experience-chatbot-chat{min-height:250px;padding:1rem}.chat-messages{min-height:150px}}[data-theme=dark] .experience-chatbot.inline{border-top-color:#334155}[data-theme=dark] .experience-chatbot-items h4{background:linear-gradient(135deg,#5eead4,#14b8a6,#06b6d4);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}[data-theme=dark] .experience-chatbot-chat{background:linear-gradient(135deg,#1e293b,#0f172a);border-color:#334155}[data-theme=dark] .experience-item-button{background:#1e293b;border-color:#334155;color:#cbd5e1}[data-theme=dark] .experience-item-button:hover:not(:disabled){background:#334155;border-color:#14b8a6}[data-theme=dark] .experience-item-button.selected{background:#134e4a;border-color:#14b8a6;color:#14b8a6}[data-theme=dark] .experience-chatbot-chat{background:#1e293b}[data-theme=dark] .chat-bubble{background:#0f172a;color:#cbd5e1;border:1px solid #334155}[data-theme=dark] .chat-message.user .chat-bubble{background:#0891b2;color:#fff}[data-theme=dark] .chat-message.assistant .chat-avatar{background:#334155;color:#94a3b8}[data-theme=dark] .chat-placeholder{color:#64748b}[data-theme=dark] .follow-up-questions{border-top-color:#334155}[data-theme=dark] .follow-up-label{color:#94a3b8}[data-theme=dark] .follow-up-button{background:#1e293b;border-color:#334155;color:#cbd5e1}[data-theme=dark] .follow-up-button:hover:not(:disabled){background:#334155;border-color:#14b8a6;color:#14b8a6}.certification-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:2rem;animation:fadeIn .3s ease}.certification-dialog{background:#fff;border-radius:20px;max-width:600px;width:100%;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease;position:relative}.certification-dialog-close{position:absolute;top:1rem;right:1rem;background:#f1f5f9;border:none;border-radius:50%;width:40px;height:40px;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:1;color:#64748b}.certification-dialog-close:hover{background:#e2e8f0;color:#0891b2;transform:rotate(90deg)}.certification-dialog-header{padding:2rem 2rem 1.5rem;border-bottom:2px solid #e2e8f0;text-align:center}.certification-dialog-header h3{font-size:1.8rem;color:#1e293b;margin:0 0 .5rem}.certification-dialog-issuer{color:#0891b2;font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.certification-dialog-date{display:inline-block;background:#ccfbf1;color:#0891b2;padding:.25rem .75rem;border-radius:20px;font-size:.9rem;font-weight:600}.certification-dialog-content{padding:2rem;display:flex;flex-direction:column;gap:2rem}.certification-details h4{font-size:1.2rem;color:#1e293b;margin:0 0 1rem;font-weight:600}.certification-description{color:#475569;line-height:1.8;font-size:1rem;margin:0}.certification-actions{display:flex;justify-content:center;padding-top:1rem;border-top:1px solid #e2e8f0}.certification-credly-link{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#0f766e,#0891b2,#06b6d4);color:#fff;text-decoration:none;border-radius:25px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #0891b24d}.certification-credly-link:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0891b266}.credly-icon{font-size:1.3rem}@media (max-width: 768px){.certification-dialog{max-width:95%}.certification-dialog-header,.certification-dialog-content{padding:1.5rem}}[data-theme=dark] .certification-dialog{background:#0f172a;color:#e2e8f0}[data-theme=dark] .certification-dialog-header{border-bottom-color:#334155}[data-theme=dark] .certification-dialog-header h3{color:#e2e8f0}[data-theme=dark] .certification-dialog-issuer{color:#14b8a6}[data-theme=dark] .certification-dialog-date{background:#134e4a;color:#14b8a6}[data-theme=dark] .certification-dialog-close{background:#1e293b;color:#cbd5e1}[data-theme=dark] .certification-dialog-close:hover{background:#334155;color:#14b8a6}[data-theme=dark] .certification-details h4{color:#e2e8f0}[data-theme=dark] .certification-description{color:#cbd5e1}[data-theme=dark] .certification-actions{border-top-color:#334155}[data-theme=dark] .certification-credly-link{background:linear-gradient(135deg,#0f766e,#0891b2,#06b6d4);box-shadow:0 4px 15px #14b8a64d}[data-theme=dark] .certification-credly-link:hover{box-shadow:0 6px 20px #14b8a666}.interest-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:2rem;animation:fadeIn .3s ease;overflow-y:auto}.interest-dialog{background:#fff;border-radius:20px;max-width:900px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease;position:relative;overflow-y:auto}.interest-dialog-close{position:absolute;top:1rem;right:1rem;background:#f1f5f9;border:none;border-radius:50%;width:40px;height:40px;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:1;color:#64748b}.interest-dialog-close:hover{background:#e2e8f0;color:#0891b2;transform:rotate(90deg)}.interest-dialog-header{padding:2rem 2rem 1.5rem;border-bottom:2px solid #e2e8f0;text-align:center}.interest-dialog-header h3{font-size:1.8rem;color:#1e293b;margin:0 0 .5rem}.interest-dialog-subtitle{color:#0891b2;font-size:1.1rem;font-weight:600;margin:0}.interest-dialog-content{padding:2rem;display:flex;flex-direction:column;gap:2rem}.interest-media-container{position:relative;width:100%;border-radius:15px;overflow:hidden;background:#f8fafc;box-shadow:0 5px 20px #0000001a}.interest-media{width:100%;height:auto;display:block;max-height:500px;object-fit:contain}.interest-media-nav{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:1rem;background:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:25px}.interest-media-nav-btn{background:#fff3;border:none;color:#fff;font-size:1.5rem;width:35px;height:35px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.interest-media-nav-btn:hover{background:#ffffff4d;transform:scale(1.1)}.interest-media-counter{color:#fff;font-size:.9rem;font-weight:600;min-width:50px;text-align:center}.interest-details h4{font-size:1.2rem;color:#1e293b;margin:0 0 1rem;font-weight:600}.interest-description{color:#475569;line-height:1.8;font-size:1rem;margin:0 0 1.5rem}.interest-details-list{display:flex;flex-direction:column;gap:.75rem}.interest-detail-item{display:flex;align-items:flex-start;gap:.75rem;color:#475569;line-height:1.7}.interest-detail-bullet{color:#0891b2;font-weight:700;flex-shrink:0}@media (max-width: 768px){.interest-dialog{max-width:95%;max-height:95vh}.interest-dialog-header,.interest-dialog-content{padding:1.5rem}.interest-media{max-height:300px}.interest-media-nav{bottom:.5rem;padding:.4rem .8rem}.interest-media-nav-btn{width:30px;height:30px;font-size:1.2rem}.interest-media-counter{font-size:.8rem;min-width:40px}}[data-theme=dark] .interest-dialog{background:#0f172a;color:#e2e8f0}[data-theme=dark] .interest-dialog-header{border-bottom-color:#334155}[data-theme=dark] .interest-dialog-header h3{color:#e2e8f0}[data-theme=dark] .interest-dialog-subtitle{color:#14b8a6}[data-theme=dark] .interest-dialog-close{background:#1e293b;color:#cbd5e1}[data-theme=dark] .interest-dialog-close:hover{background:#334155;color:#14b8a6}[data-theme=dark] .interest-media-container{background:#1e293b}[data-theme=dark] .interest-details h4{color:#e2e8f0}[data-theme=dark] .interest-description,[data-theme=dark] .interest-detail-item{color:#cbd5e1}[data-theme=dark] .interest-detail-bullet{color:#14b8a6}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.app{min-height:100vh;position:relative;overflow-x:hidden}.scroll-progress{position:fixed;top:0;left:0;height:3px;background:linear-gradient(90deg,#0f766e,#0891b2,#06b6d4);z-index:10001;transition:width .1s ease;box-shadow:0 0 10px #0891b280}.scroll-fade-in{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.scroll-fade-in.visible{opacity:1;transform:translateY(0)}.app:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 30%,rgba(8,145,178,.03) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(6,182,212,.03) 0%,transparent 50%);pointer-events:none;z-index:0;animation:backgroundFloat 20s ease-in-out infinite}@keyframes backgroundFloat{0%,to{transform:translate(0) scale(1)}50%{transform:translate(20px,-20px) scale(1.1)}}.app:after{content:"";position:fixed;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(8,145,178,.05) 0%,transparent 70%);top:10%;right:10%;pointer-events:none;z-index:0;animation:floatShape 15s ease-in-out infinite;filter:blur(40px)}@keyframes floatShape{0%,to{transform:translate(0) scale(1);opacity:.5}50%{transform:translate(-50px,50px) scale(1.2);opacity:.8}}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a;z-index:1000;padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center}.nav-logo img{height:55px;width:auto;object-fit:contain}.hamburger{display:none;width:44px;height:44px;border:none;background:transparent;align-items:center;justify-content:center;flex-direction:column;gap:6px;cursor:pointer}.hamburger span{display:block;width:26px;height:3px;background:#333;transition:transform .3s ease,opacity .3s ease;border-radius:2px}[data-theme=dark] .hamburger span{background:#e2e8f0}.hamburger.active span:nth-child(1){transform:translateY(9px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.nav-links{display:flex;gap:1.5rem}.nav-links button{background:none;border:none;font-size:1rem;color:#333;cursor:pointer;padding:.5rem 1rem;transition:all .3s ease;font-family:inherit;position:relative;overflow:hidden}.nav-links button:before{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:linear-gradient(90deg,#0f766e,#0891b2,#06b6d4);transition:all .3s ease;transform:translate(-50%)}.nav-links button:hover:before,.nav-links button.active:before{width:80%}.nav-links button:hover{color:#0891b2;transform:translateY(-2px)}.nav-links button.active{color:#0891b2;font-weight:600}.theme-toggle{font-size:1.3rem!important;padding:.5rem!important;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#0000000d;transition:all .3s ease}.theme-toggle:hover{background:#0000001a;transform:scale(1.1)}.mobile-menu{position:fixed;top:72px;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 30px #0000001f;z-index:999;display:flex;flex-direction:column;gap:.5rem;padding:1rem}.mobile-menu button{background:none;border:1px solid #e2e8f0;border-radius:10px;padding:.9rem 1rem;font-size:1rem;color:#334155;text-align:left}.mobile-menu .theme-toggle{align-self:flex-end}[data-theme=dark] .mobile-menu{background:#0f172afa;box-shadow:0 10px 30px #0006}[data-theme=dark] .mobile-menu button{border-color:#334155;color:#e2e8f0;background:#0f172a}[data-theme=dark] .mobile-menu button:hover{background:#1e293b}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f766e,#0891b2,#06b6d4);color:#fff;text-align:center;padding:2rem;margin-top:60px;position:relative;overflow:hidden}.hero-particles{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-content{max-width:800px;position:relative;z-index:2}.hero-name{font-size:4rem;font-weight:700;margin-bottom:1rem;animation:fadeInUp 1s ease;display:flex;flex-direction:column;align-items:center;gap:.3rem;line-height:1.1}.hero-name-first,.hero-name-last{display:inline-block;background:linear-gradient(135deg,#fff,#ccfbf1,#5eead4,#06b6d4,#fff);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 3s ease infinite;text-shadow:0 0 40px rgba(6,182,212,.3);filter:drop-shadow(0 0 20px rgba(6,182,212,.4));letter-spacing:.05em;position:relative}.hero-name-first:after,.hero-name-last:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#06b6d41a,#14b8a61a);filter:blur(20px);z-index:-1;animation:pulse 2s ease-in-out infinite}.hero-name-first{animation-delay:0s}.hero-name-last{animation-delay:.1s}@keyframes gradientShift{0%,to{background-position:0% center}50%{background-position:100% center}}@keyframes pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}}.hero-stack{display:flex;justify-content:center;align-items:center;margin:2rem 0;animation:fadeInUp 1s ease .1s both}.hero-title{font-size:2rem;font-weight:300;margin-bottom:.5rem;opacity:.9;animation:fadeInUp 1s ease .2s both}.hero-location{font-size:1.2rem;margin-bottom:2rem;opacity:.8;animation:fadeInUp 1s ease .4s both}.hero-buttons{display:flex;gap:1rem;justify-content:center;animation:fadeInUp 1s ease .6s both}.btn-primary,.btn-secondary{padding:1rem 2rem;font-size:1rem;border-radius:50px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:600;display:inline-block;position:relative;overflow:hidden}.btn-primary{background:#fff;color:#0891b2}.btn-primary:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#0891b21a;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.btn-primary:hover:before{width:300px;height:300px}.btn-primary:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 15px 35px #0891b24d}.btn-secondary{background:transparent;color:#fff;border:2px solid white;position:relative;z-index:1}.btn-secondary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#fff;transition:left .3s ease;z-index:-1}.btn-secondary:hover:before{left:0}.btn-secondary:hover{color:#0891b2;transform:translateY(-3px) scale(1.05);box-shadow:0 15px 35px #fff3}.section{padding:5rem 2rem;max-width:1200px;margin:0 auto;position:relative;z-index:1}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center;color:#1e293b;position:relative}.section-title:after{content:"";display:block;width:80px;height:4px;background:linear-gradient(135deg,#0f766e,#0891b2,#06b6d4);margin:1rem auto;border-radius:2px}.container{max-width:1200px;margin:0 auto}.summary-content{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2.5rem;border-radius:15px;box-shadow:0 10px 30px #0000001a}.summary-content p{font-size:1.2rem;line-height:1.8;color:#334155;text-align:center}.experience-section{background:#f8fafc}.experience-card{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 5px 20px #00000014;margin-bottom:2rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:2px solid transparent;position:relative;overflow:hidden}.experience-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(8,145,178,.05),transparent);transition:left .5s ease}.experience-card:hover:before{left:100%}.experience-card:hover{transform:translateY(-8px) scale(1.01);box-shadow:0 20px 40px #0891b233;border-color:#0891b2}.experience-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.experience-header-top{display:flex;align-items:flex-start;gap:1.5rem}.experience-logo{flex-shrink:0;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border-radius:12px;padding:.75rem;border:1px solid #e2e8f0}.experience-logo img{width:100%;height:100%;object-fit:contain}.experience-header-text{flex:1}.experience-header h3{font-size:1.5rem;color:#1e293b;margin-bottom:.5rem}.experience-meta{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.experience-header .company{display:inline-block;font-size:1.1rem;font-weight:600;color:#0891b2}.experience-header .location{display:inline-block;color:#64748b}.experience-header .date{display:inline-block;color:#64748b;font-style:italic}.experience-list{list-style:none;padding:0}.experience-list li{padding:.75rem 0 .75rem 1.5rem;position:relative;color:#475569;line-height:1.7}.experience-list li:before{content:"▸";position:absolute;left:0;color:#0891b2;font-weight:700}.education-section{background:#fff}.education-card{background:linear-gradient(135deg,#0f766e,#0891b2,#06b6d4);color:#fff;padding:3rem;border-radius:15px;text-align:center;box-shadow:0 10px 30px #0891b24d}.education-card h3{font-size:1.8rem;margin-bottom:1rem}.education-card .institution{font-size:1.3rem;margin-bottom:.5rem;opacity:.95}.education-card .education-details{font-size:1.1rem;opacity:.9}.certifications-section{background:#f8fafc}.certifications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.cert-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;border-left:4px solid #0891b2;cursor:pointer;position:relative}.cert-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.cert-hover-indicator{margin-top:1rem;font-size:.85rem;color:#0891b2;opacity:0;transition:opacity .3s ease;font-weight:600;text-align:center}.cert-card:hover .cert-hover-indicator{opacity:1}.cert-card h4{font-size:1.3rem;color:#1e293b;margin-bottom:.5rem}.cert-card p{color:#64748b;margin-bottom:.5rem}.cert-card .cert-date{display:inline-block;background:#ccfbf1;color:#0891b2;padding:.25rem .75rem;border-radius:20px;font-size:.9rem;font-weight:600}.skills-section{background:#fff;overflow:hidden}.skills-scroll-wrapper{width:100%;overflow:hidden;position:relative;padding:1rem 0}.skills-scroll-container{width:100%;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#0891b2 #e2e8f0}.skills-scroll-container::-webkit-scrollbar{height:8px}.skills-scroll-container::-webkit-scrollbar-track{background:#e2e8f0;border-radius:10px}.skills-scroll-container::-webkit-scrollbar-thumb{background:#0891b2;border-radius:10px}.skills-scroll-container::-webkit-scrollbar-thumb:hover{background:#06b6d4}.skills-scroll-content{display:inline-flex;gap:2rem;animation:scroll-horizontal 60s linear infinite;will-change:transform}.skills-scroll-wrapper:hover .skills-scroll-content{animation-play-state:paused}@keyframes scroll-horizontal{0%{transform:translate(0)}to{transform:translate(-50%)}}.skill-category{background:#f8fafc;padding:2rem;border-radius:15px;border-top:4px solid #0891b2;flex-shrink:0;width:350px;min-width:300px}.skill-category h3{font-size:1.3rem;color:#1e293b;margin-bottom:1.5rem;text-align:center}.skill-tags{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.skill-tag{background:#fff;color:#334155;padding:.5rem 1rem;border-radius:25px;font-size:.9rem;box-shadow:0 2px 8px #00000014;transition:all .3s ease;border:1px solid #e2e8f0;white-space:nowrap}.skill-tag:hover{background:#0891b2;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0891b24d}.interests-section{background:#f8fafc}.interests-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;justify-content:center}.interest-card{background:#fff;border-radius:15px;box-shadow:0 5px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;overflow:hidden;display:flex;flex-direction:column;position:relative}.interest-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.interest-card-image{width:100%;height:200px;overflow:hidden;background:#e2e8f0}.interest-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.interest-card:hover .interest-card-image img{transform:scale(1.1)}.interest-card-content{padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.interest-card h4{font-size:1.3rem;color:#1e293b;margin:0}.interest-card-subtitle{color:#0891b2;font-size:.95rem;font-weight:600;margin:0}.interest-card-description{color:#64748b;font-size:.95rem;line-height:1.6;margin:.5rem 0 0}.interest-hover-indicator{margin-top:1rem;font-size:.85rem;color:#0891b2;opacity:0;transition:opacity .3s ease;font-weight:600;text-align:center}.interest-card:hover .interest-hover-indicator{opacity:1}.contact-section{background:linear-gradient(135deg,#0f766e,#0891b2,#06b6d4);color:#fff}.contact-section .section-title{color:#fff}.contact-section .section-title:after{background:#fff}.contact-content{text-align:center;max-width:800px;margin:0 auto}.contact-content>p{font-size:1.2rem;margin-bottom:2.5rem;opacity:.9}.google-form-container{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:1.5rem;margin-bottom:2.5rem;border:1px solid rgba(255,255,255,.2);overflow:hidden}.google-form-iframe{border:none;border-radius:10px;background:#fff;min-height:600px;width:100%}.contact-info{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.contact-link{display:flex;align-items:center;gap:1rem;color:#fff;text-decoration:none;font-size:1.1rem;padding:1rem 2rem;background:#ffffff1a;border-radius:50px;transition:all .4s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.contact-link:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.contact-link:hover:before{width:300px;height:300px}.contact-link:hover{background:#ffffff40;transform:translateY(-4px) scale(1.05);box-shadow:0 10px 30px #fff3}.contact-icon{font-size:1.5rem}.footer{background:#1e293b;color:#fff;text-align:center;padding:2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.nav-links{display:none}.hamburger{display:flex}.hero-section{background-attachment:scroll!important}.hero-name{font-size:2.5rem}.hero-name-first,.hero-name-last{font-size:1em}.hero-title{font-size:1.5rem}.hero-stack{margin:1.5rem 0}.hero-stack .stack-container{transform:scale(.8)}.nav-links{gap:.5rem}.nav-links button{font-size:.9rem;padding:.5rem}.section{padding:3rem 1rem}.section-title{font-size:2rem}.hero-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:300px}.certifications-grid,.interests-grid{grid-template-columns:1fr}.skills-scroll-content{animation-duration:40s}.skill-category{width:300px;min-width:280px}.experience-card,.cert-card,.skill-category,.interest-card{padding:1.5rem}.experience-logo{width:60px;height:60px;padding:.5rem}.experience-header-top{gap:1rem}.google-form-container{padding:1rem}.google-form-iframe{min-height:700px}}@media (max-width: 480px){.nav-container{padding:0 1rem}.nav-logo img{height:42px}.hero-name{font-size:2rem}.hero-name-first,.hero-name-last{font-size:1em;letter-spacing:.03em}.hero-title{font-size:1.2rem}.hero-stack{margin:1rem 0}.hero-stack .stack-container{transform:scale(.7)}}[data-theme=dark]{color-scheme:dark}[data-theme=dark] .navbar{background:#0f172af2;box-shadow:0 2px 20px #0000004d}[data-theme=dark] .nav-logo img{filter:brightness(1.1)}[data-theme=dark] .nav-links button{color:#e2e8f0}[data-theme=dark] .nav-links button:hover,[data-theme=dark] .nav-links button.active{color:#14b8a6}[data-theme=dark] .nav-links button:before{background:linear-gradient(90deg,#5eead4,#14b8a6,#06b6d4)}[data-theme=dark] .theme-toggle{background:#ffffff1a}[data-theme=dark] .theme-toggle:hover{background:#fff3}[data-theme=dark] .section-title{color:#e2e8f0}[data-theme=dark] .summary-content{background:linear-gradient(135deg,#1e293b,#334155);color:#e2e8f0}[data-theme=dark] .summary-content p{color:#cbd5e1}[data-theme=dark] .experience-section{background:#1e293b}[data-theme=dark] .experience-card{background:#0f172a;box-shadow:0 5px 20px #0000004d;border:1px solid #334155}[data-theme=dark] .experience-card{border-color:transparent}[data-theme=dark] .experience-card:hover{box-shadow:0 10px 30px #14b8a633;border-color:#14b8a6}[data-theme=dark] .experience-header{border-bottom-color:#334155}[data-theme=dark] .experience-logo{background:#1e293b;border-color:#334155}[data-theme=dark] .experience-header h3{color:#e2e8f0}[data-theme=dark] .experience-header .company{color:#14b8a6}[data-theme=dark] .experience-header .location,[data-theme=dark] .experience-header .date{color:#94a3b8}[data-theme=dark] .experience-list li{color:#cbd5e1}[data-theme=dark] .experience-list li:before{color:#14b8a6}[data-theme=dark] .education-section{background:#0f172a}[data-theme=dark] .certifications-section{background:#1e293b}[data-theme=dark] .cert-card{background:#0f172a;box-shadow:0 5px 20px #0000004d;border-left-color:#14b8a6;border:1px solid #334155;border-left-width:4px}[data-theme=dark] .cert-card:hover{box-shadow:0 10px 30px #14b8a633;border-color:#14b8a6}[data-theme=dark] .cert-hover-indicator{color:#14b8a6}[data-theme=dark] .cert-card h4{color:#e2e8f0}[data-theme=dark] .cert-card p{color:#94a3b8}[data-theme=dark] .cert-card .cert-date{background:#1e293b;color:#14b8a6;border:1px solid #334155}[data-theme=dark] .skills-section{background:#0f172a}[data-theme=dark] .skills-scroll-container{scrollbar-color:#14b8a6 #334155}[data-theme=dark] .skills-scroll-container::-webkit-scrollbar-track{background:#334155}[data-theme=dark] .skills-scroll-container::-webkit-scrollbar-thumb{background:#14b8a6}[data-theme=dark] .skills-scroll-container::-webkit-scrollbar-thumb:hover{background:#5eead4}[data-theme=dark] .skill-category{background:#1e293b;border-top-color:#14b8a6;border:1px solid #334155;border-top-width:4px}[data-theme=dark] .skill-category h3{color:#e2e8f0}[data-theme=dark] .skill-tag{background:#0f172a;color:#cbd5e1;border-color:#334155}[data-theme=dark] .skill-tag:hover{background:#14b8a6;color:#0f172a;border-color:#14b8a6}[data-theme=dark] .interests-section{background:#1e293b}[data-theme=dark] .interest-card{background:#0f172a;box-shadow:0 5px 20px #0000004d;border:1px solid #334155}[data-theme=dark] .interest-card:hover{box-shadow:0 10px 30px #14b8a633;border-color:#14b8a6}[data-theme=dark] .interest-card-image{background:#1e293b}[data-theme=dark] .interest-card h4{color:#e2e8f0}[data-theme=dark] .interest-card-subtitle{color:#14b8a6}[data-theme=dark] .interest-card-description{color:#cbd5e1}[data-theme=dark] .interest-hover-indicator{color:#14b8a6}[data-theme=dark] .google-form-container{background:#0f172a4d;border-color:#ffffff26}[data-theme=dark] .footer{background:#0f172a;border-top:1px solid #334155}[data-theme=dark] .app:before{background:radial-gradient(circle at 20% 30%,rgba(20,184,166,.05) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(6,182,212,.05) 0%,transparent 50%)}[data-theme=dark] .app:after{background:radial-gradient(circle,rgba(20,184,166,.08) 0%,transparent 70%)}[data-theme=dark] .scroll-progress{background:linear-gradient(90deg,#5eead4,#14b8a6,#06b6d4);box-shadow:0 0 10px #14b8a680}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333;background-color:#fff;transition:background-color .3s ease,color .3s ease}[data-theme=dark] body{background-color:#0f172a;color:#e2e8f0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
