:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#2d2d44;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}html{scroll-behavior:smooth}a{font-weight:500;text-decoration:none;transition:color .3s}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}button{font-family:inherit}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#6b46c1;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#553c9a}:root{--netflix-red: #E50914;--netflix-red-dark: #B20710;--netflix-red-light: #F40612;--netflix-black: #000000;--netflix-dark: #141414;--netflix-gray: #2F2F2F;--netflix-white: #FFFFFF;--bg-light: #FFFFFF;--bg-off-white: #FAFAFA;--bg-dark: #141414;--text-dark: #FFFFFF;--text-medium: #B3B3B3;--text-light: #FFFFFF;--text-gray: #808080;--text-gray-light: #B3B3B3;--border-light: rgba(255, 255, 255, .1);--border-medium: rgba(255, 255, 255, .2);--shadow-sm: 0 2px 4px rgba(0, 0, 0, .5);--shadow-md: 0 4px 12px rgba(0, 0, 0, .7);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .8);--shadow-xl: 0 12px 40px rgba(0, 0, 0, .9);--shadow-red: 0 8px 24px rgba(229, 9, 20, .4)}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;background:var(--netflix-black);color:var(--text-dark);overflow-x:hidden}.navbar{position:fixed;top:0;width:100%;background:#141414fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-light);z-index:1000;padding:1.25rem 0;transition:all .3s ease}.navbar.scrolled{background:#000000fa;padding:1rem 0;box-shadow:0 1px 3px #00000080}.nav-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;gap:.75rem;margin-right:3rem}.logo-text{font-size:1.5rem;font-weight:700;color:var(--netflix-red);font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.logo-subtitle{font-size:.75rem;color:var(--text-gray);font-weight:500;display:none}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0;padding-left:1rem}.nav-menu a{color:var(--text-medium);text-decoration:none;font-weight:400;font-size:.95rem;transition:color .2s;position:relative;padding:.5rem 0}.nav-menu a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--netflix-red);transition:width .3s ease}.nav-menu a:hover,.nav-menu a.active{color:var(--netflix-white);font-weight:500}.nav-menu a:hover:after,.nav-menu a.active:after{width:100%}.hero-badge{display:inline-block;padding:.4rem 1rem;background:#e5091433;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(229,9,20,.3);border-radius:4px;font-size:.75rem;font-weight:500;margin-bottom:2rem;color:var(--netflix-red-light);letter-spacing:.5px;text-transform:uppercase}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding-top:80px;background:linear-gradient(135deg,var(--netflix-black) 0%,var(--netflix-dark) 100%)}.hero-background{position:absolute;inset:0;z-index:0}.hero-shapes{position:absolute;inset:0;overflow:hidden}.shape{position:absolute;border-radius:50%;background:#e509141a;animation:float 20s infinite ease-in-out}.shape-1{width:400px;height:400px;top:-100px;right:-100px;animation-delay:0s}.shape-2{width:300px;height:300px;bottom:-50px;left:-50px;animation-delay:5s}.shape-3{width:200px;height:200px;top:50%;left:10%;animation-delay:10s}@keyframes float{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}.hero-content{position:relative;z-index:1;max-width:900px;padding:2rem;text-align:center;color:var(--text-light)}.hero-badge{display:inline-block;padding:.4rem 1rem;background:#e5091433;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(229,9,20,.3);border-radius:4px;font-size:.75rem;font-weight:500;margin-bottom:2rem;color:var(--netflix-red-light);letter-spacing:.5px;text-transform:uppercase;animation:fadeInUp .8s ease}.hero-name{font-size:4.5rem;font-weight:800;margin-bottom:1rem;line-height:1.1;animation:fadeInUp .8s ease .2s both}.name-first,.name-last{display:block}.name-first{color:var(--text-light);text-shadow:2px 2px 8px rgba(0,0,0,.3)}.name-last{color:var(--netflix-red);text-shadow:2px 2px 8px rgba(229,9,20,.5)}.hero-title{font-size:1.75rem;margin-bottom:1rem;color:var(--text-gray-light);font-weight:500;animation:fadeInUp .8s ease .4s both}.hero-description{font-size:1.15rem;line-height:1.7;margin-bottom:1.5rem;opacity:.9;max-width:700px;margin-left:auto;margin-right:auto;animation:fadeInUp .8s ease .6s both}.hero-location{font-size:1rem;margin-bottom:2.5rem;opacity:.8;animation:fadeInUp .8s ease .8s both}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:4rem;animation:fadeInUp .8s ease 1s both}.hero-stats{display:flex;gap:3rem;justify-content:center;flex-wrap:wrap;padding-top:3rem;border-top:1px solid rgba(255,255,255,.1);animation:fadeInUp .8s ease 1.2s both}.stat-item{text-align:center}.stat-number{font-size:2.5rem;font-weight:700;color:var(--netflix-red);margin-bottom:.5rem}.stat-label{font-size:.9rem;opacity:.9;text-transform:uppercase;letter-spacing:.5px}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);animation:bounce 2s infinite}.mouse{width:24px;height:40px;border:2px solid rgba(255,255,255,.5);border-radius:12px;position:relative}.mouse:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:4px;height:8px;background:#ffffff80;border-radius:2px;animation:scroll 2s infinite}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-10px)}}@keyframes scroll{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(10px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.btn{padding:.875rem 2rem;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;font-family:inherit}.btn-primary{background:var(--netflix-red);color:var(--netflix-white);box-shadow:0 4px 12px #e5091466}.btn-primary:hover{background:var(--netflix-red-dark);transform:translateY(-2px);box-shadow:0 8px 20px #e5091499}.btn-secondary{background:transparent;color:var(--text-light);border:2px solid var(--netflix-red)}.btn-secondary:hover{background:var(--netflix-red);color:var(--netflix-white);transform:translateY(-2px);box-shadow:0 8px 20px #e5091499}.section{padding:6rem 0;position:relative;background:var(--netflix-black)}.section-alt{background:var(--netflix-dark)}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.section-label{display:inline-block;padding:.4rem 1rem;background:#e5091433;color:var(--netflix-red-light);border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem}.section-title{font-size:2.5rem;font-weight:600;margin-bottom:1rem;color:var(--netflix-white);line-height:1.3}.section-description{font-size:1.15rem;color:var(--text-gray-light);line-height:1.7}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text-content{space-y:1.5rem}.about-text{font-size:1.1rem;line-height:1.8;color:var(--text-gray-light);margin-bottom:1.5rem}.about-features{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.feature-item{display:flex;align-items:center;gap:1rem}.feature-icon{width:32px;height:32px;border-radius:50%;background:var(--royal-purple-lighter);color:var(--royal-purple);display:flex;align-items:center;justify-content:center;font-weight:600;flex-shrink:0}.about-image{display:flex;justify-content:center}.profile-image-container{position:relative;width:100%;max-width:400px}.profile-image{width:100%;max-width:400px;aspect-ratio:2/3;border-radius:12px;object-fit:cover;box-shadow:var(--shadow-lg);border:none;background:transparent;transition:all .3s ease}.profile-image:hover{transform:scale(1.02);box-shadow:var(--shadow-red)}.image-placeholder{width:100%;max-width:400px;aspect-ratio:2/3;border-radius:12px;background:linear-gradient(135deg,#e509141a,#e509140d);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-lg);border:2px solid var(--border-light)}.placeholder-content{text-align:center;color:var(--netflix-red-light)}.placeholder-content svg{margin-bottom:1rem;opacity:.5}.placeholder-content p{color:var(--text-gray-light);font-weight:500}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.skill-category{background:var(--netflix-dark);padding:2rem;border-radius:8px;border:1px solid var(--border-light);transition:all .3s ease}.skill-category:hover{transform:scale(1.05);border-color:var(--netflix-red);box-shadow:var(--shadow-red)}.skill-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--border-light)}.skill-icon{font-size:2.5rem}.skill-header h3{color:var(--netflix-red);font-size:1.3rem;font-weight:600;margin:0}.skill-list{list-style:none;padding:0;margin:0}.skill-list li{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--border-light)}.skill-list li:last-child{border-bottom:none}.skill-item{color:var(--text-medium);font-weight:500}.skill-level{font-size:.75rem;padding:.2rem .6rem;background:#e5091433;color:var(--netflix-red-light);border-radius:4px;font-weight:600}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2.5rem}.coming-soon{grid-column:1 / -1;text-align:center;padding:4rem 2rem;color:var(--text-light);font-size:1.5rem;font-weight:300;letter-spacing:2px;opacity:.7}.coming-soon p{margin:0;color:var(--netflix-red-light)}.project-card{background:var(--netflix-dark);padding:2rem;border-radius:8px;border:1px solid var(--border-light);border-top:3px solid var(--netflix-red);transition:all .3s ease;display:flex;flex-direction:column;position:relative}.project-card:hover{transform:scale(1.05);border-color:var(--netflix-red);box-shadow:var(--shadow-red);z-index:10}.project-card.featured{border-top-color:var(--netflix-red);background:linear-gradient(to bottom,var(--netflix-dark),rgba(229,9,20,.1))}.project-badge{position:absolute;top:1rem;right:1rem;padding:.25rem .75rem;background:var(--netflix-red);color:#fff;border-radius:4px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.project-header{flex:1;margin-bottom:1.5rem}.project-header h3{color:var(--netflix-white);margin-bottom:1rem;font-size:1.4rem;font-weight:600;line-height:1.3}.project-description{color:var(--text-gray-light);line-height:1.7;margin-bottom:1.25rem;font-size:.95rem}.project-features{list-style:none;padding:0;margin:0 0 1.5rem}.project-features li{color:var(--text-gray-light);line-height:1.7;margin-bottom:.75rem;font-size:.9rem;padding-left:1.5rem;position:relative}.project-features li:before{content:"•";position:absolute;left:0;color:var(--netflix-red);font-weight:700;font-size:1.2rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.tag{background:#e5091433;color:var(--text-gray-light);padding:.3rem .7rem;border-radius:4px;font-size:.8rem;font-weight:500;border:1px solid rgba(229,9,20,.3)}.certs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.cert-card{background:var(--netflix-dark);padding:2.5rem 2rem;border-radius:8px;border:1px solid var(--border-light);text-align:center;transition:all .3s ease}.cert-card:hover{transform:scale(1.05);border-color:var(--netflix-red);box-shadow:var(--shadow-red)}.cert-icon{font-size:3.5rem;margin-bottom:1rem}.cert-card h3{color:var(--netflix-white);margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.cert-card p{color:var(--text-gray-light);font-size:.9rem;margin-bottom:.5rem}.cert-org{font-size:.75rem;color:var(--text-gray);font-weight:500}.contact-content{max-width:800px;margin:0 auto}.contact-info{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.contact-item{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:var(--netflix-dark);border-radius:12px;border:1px solid var(--border-light);transition:all .3s ease}.contact-item:hover{transform:translate(5px);border-color:var(--netflix-red);box-shadow:var(--shadow-red)}.contact-icon{font-size:2rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#e5091433;border-radius:12px;flex-shrink:0}.contact-details h4{color:var(--netflix-red);margin-bottom:.25rem;font-size:1.1rem}.contact-details a{color:var(--text-gray-light);text-decoration:none;transition:color .3s}.contact-details a:hover{color:var(--netflix-red)}.contact-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.footer{background:var(--royal-purple-dark);color:var(--text-light);padding:3rem 0 2rem}.footer-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:2rem}.footer-info .footer-logo{font-size:1.5rem;font-weight:700;color:var(--netflix-red);margin-bottom:.5rem}.footer-info p{opacity:.8;font-size:.9rem}.footer-links{display:flex;gap:2rem;flex-wrap:wrap}.footer-links a{color:var(--text-light);text-decoration:none;opacity:.8;transition:all .3s}.footer-links a:hover{opacity:1;color:var(--netflix-red)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{opacity:.7;font-size:.9rem;margin-bottom:.5rem}.footer-note{opacity:.6;font-size:.85rem}@media(max-width:1024px){.hero-name{font-size:3.5rem}.section-title{font-size:2.5rem}.about-content{grid-template-columns:1fr;gap:3rem}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media(max-width:768px){.nav-menu{gap:1rem}.nav-menu a{font-size:.85rem}.hero-name{font-size:2.5rem}.name-first,.name-last{display:inline}.name-last:before{content:" "}.hero-title{font-size:1.3rem}.hero-description{font-size:1rem}.hero-stats{gap:2rem}.stat-number,.section-title{font-size:2rem}.skills-grid,.projects-grid,.certs-grid{grid-template-columns:1fr}.hero-buttons,.contact-buttons{flex-direction:column;width:100%}.btn{width:100%;justify-content:center}.footer-content{flex-direction:column;text-align:center}.footer-links{justify-content:center}}@media(max-width:480px){.container{padding:0 1.5rem}.section{padding:4rem 0}.hero-content,.project-card,.skill-category,.cert-card{padding:1.5rem}}
