*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#0a0a0a;color:#fff;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#3b82f6}*{scrollbar-width:thin;scrollbar-color:#2A2A2A #0A0A0A}.container{max-width:1200px;margin:0 auto;padding:0 24px}section{padding:80px 0}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(59,130,246,.1) 0%,transparent 50%);pointer-events:none}.hero-content{text-align:center;position:relative;z-index:1;animation:fadeInUp 1s ease-out}.status-badge{display:inline-flex;align-items:center;gap:8px;background:#1e1e1e;border:1px solid #2A2A2A;padding:12px 24px;border-radius:50px;margin-bottom:40px;font-size:14px;color:#9ca3af;animation:pulse 2s ease-in-out infinite}.status-icon{font-size:18px}.profile-section{margin-bottom:40px;position:relative}.tech-orbit-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:500px;pointer-events:none;z-index:0}.tech-logo{position:absolute;top:50%;left:50%;width:60px;height:60px;margin:-30px 0 0 -30px;display:flex;align-items:center;justify-content:center;font-size:32px;color:#3b82f6;opacity:.2;transition:opacity .3s ease,transform .3s ease;filter:drop-shadow(0 0 10px rgba(59,130,246,.3))}.tech-logo i{animation:float-icon 3s ease-in-out infinite}.tech-logo.orbit-1{animation:orbit-1 15s linear infinite}@keyframes orbit-1{0%{transform:rotate(0) translate(120px) rotate(0)}to{transform:rotate(360deg) translate(120px) rotate(-360deg)}}.tech-logo.orbit-2{animation:orbit-2 28s linear infinite;font-size:28px;width:50px;height:50px;margin:-25px 0 0 -25px;opacity:.18}@keyframes orbit-2{0%{transform:rotate(0) translate(200px) rotate(0)}to{transform:rotate(360deg) translate(200px) rotate(-360deg)}}.tech-logo.orbit-3{animation:orbit-3 40s linear infinite;font-size:24px;width:45px;height:45px;margin:-22px 0 0 -22px;opacity:.15}@keyframes orbit-3{0%{transform:rotate(0) translate(280px) rotate(0)}to{transform:rotate(360deg) translate(280px) rotate(-360deg)}}@keyframes float-icon{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-8px) scale(1.1)}}.profile-section:hover .tech-logo{opacity:.35}.profile-section:hover .tech-logo:hover{opacity:.6;transform:scale(1.2)}.profile-image-wrapper{display:inline-block;margin-bottom:24px;animation:scaleIn .8s ease-out .2s both;position:relative;z-index:2}.profile-image{width:180px;height:180px;border-radius:50%;border:4px solid #3B82F6;object-fit:cover;box-shadow:0 10px 40px #3b82f64d;transition:transform .3s ease,box-shadow .3s ease;position:relative;z-index:2}.profile-image:hover{transform:scale(1.05);box-shadow:0 15px 50px #3b82f666}.main-title{font-size:48px;font-weight:700;margin-bottom:12px;background:linear-gradient(135deg,#fff,#9ca3af);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp 1s ease-out .3s both;position:relative;z-index:2}.subtitle{font-size:24px;font-weight:600;color:#3b82f6;margin-bottom:32px;animation:fadeInUp 1s ease-out .4s both;position:relative;z-index:2}.intro-text{font-size:18px;line-height:1.8;color:#e5e7eb;max-width:800px;margin:0 auto 24px;animation:fadeInUp 1s ease-out .5s both}.intro-text.secondary{color:#9ca3af;font-size:16px}.expertise-section{background:#0a0a0a;position:relative;overflow:hidden}.expertise-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(59,130,246,.03) 0%,transparent 70%);pointer-events:none}.section-title{font-size:36px;font-weight:600;text-align:center;margin-bottom:80px;color:#fff;position:relative;z-index:1}.expertise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1100px;margin:0 auto;position:relative;z-index:1}.expertise-hexagon{position:relative;aspect-ratio:1;perspective:1000px;animation:fadeInScale .8s ease-out backwards}.expertise-hexagon[data-expertise="1"]{animation-delay:.1s}.expertise-hexagon[data-expertise="2"]{animation-delay:.2s}.expertise-hexagon[data-expertise="3"]{animation-delay:.3s}.expertise-hexagon[data-expertise="4"]{animation-delay:.4s}.expertise-hexagon[data-expertise="5"]{animation-delay:.5s}.expertise-hexagon[data-expertise="6"]{animation-delay:.6s}.hexagon-inner{width:100%;height:100%;position:relative;transition:transform .6s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d}.expertise-hexagon:hover .hexagon-inner{transform:rotateY(10deg) rotateX(10deg) scale(1.05)}.hexagon-content{width:100%;height:100%;background:linear-gradient(135deg,#1e1e1e,#1a1a1a);border:2px solid #2A2A2A;border-radius:20px;padding:32px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden;transition:all .4s ease}.hexagon-content:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(59,130,246,.1) 0%,transparent 70%);opacity:0;transition:opacity .4s ease}.expertise-hexagon:hover .hexagon-content{border-color:#3b82f6;box-shadow:0 20px 60px #3b82f64d}.expertise-hexagon:hover .hexagon-content:before{opacity:1}.hex-icon{font-size:56px;margin-bottom:20px;transition:all .4s ease;filter:drop-shadow(0 4px 12px rgba(59,130,246,.3));position:relative;z-index:2}.expertise-hexagon:hover .hex-icon{transform:scale(1.15) rotate(5deg);filter:drop-shadow(0 8px 24px rgba(59,130,246,.6))}.hex-title{font-size:17px;font-weight:600;color:#e5e7eb;line-height:1.4;transition:color .4s ease;position:relative;z-index:2}.expertise-hexagon:hover .hex-title{color:#fff}.hex-glow{position:absolute;top:50%;left:50%;width:80%;height:80%;background:radial-gradient(circle,rgba(59,130,246,.4) 0%,transparent 70%);border-radius:50%;transform:translate(-50%,-50%) scale(0);opacity:0;transition:all .6s ease;z-index:1;filter:blur(20px)}.expertise-hexagon:hover .hex-glow{transform:translate(-50%,-50%) scale(1.2);opacity:1}.experience-section{background:#1a1a1a}.experience-content{max-width:800px;margin:0 auto;text-align:center}.experience-text{font-size:18px;line-height:1.8;color:#e5e7eb}.community-section{background:#0a0a0a;position:relative}.community-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,rgba(59,130,246,.05) 0%,transparent 50%);pointer-events:none}.community-content{max-width:900px;margin:0 auto;position:relative;z-index:1}.community-card{background:linear-gradient(135deg,#1e1e1e,#1a1a1a);border:2px solid #2A2A2A;border-radius:20px;padding:48px;text-align:center;box-shadow:0 10px 40px #0000004d;transition:all .4s ease}.community-card:hover{border-color:#3b82f6;box-shadow:0 15px 50px #3b82f633;transform:translateY(-4px)}.community-icon-group{display:flex;justify-content:center;gap:24px;margin-bottom:32px}.community-icon{font-size:48px;animation:float 3s ease-in-out infinite}.community-icon:nth-child(2){animation-delay:.5s}.community-icon:nth-child(3){animation-delay:1s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.community-text{font-size:18px;line-height:1.8;color:#e5e7eb;margin-bottom:24px}.community-text strong{color:#3b82f6;font-weight:600}.community-divider{width:80px;height:3px;background:linear-gradient(90deg,transparent,#3B82F6,transparent);margin:32px auto;border-radius:2px}.community-cta{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(135deg,#3b82f6,#60a5fa);padding:16px 32px;border-radius:50px;margin-top:32px;transition:all .3s ease;cursor:default}.community-cta:hover{transform:scale(1.05);box-shadow:0 8px 24px #3b82f666}.cta-icon{font-size:24px}.cta-text{font-size:16px;font-weight:600;color:#fff}.certifications-section{background:#1a1a1a}.cert-category{margin-bottom:40px}.cert-vendor{font-size:24px;font-weight:600;color:#3b82f6;margin-bottom:16px}.cert-badges{display:flex;flex-wrap:wrap;gap:12px}.cert-badge{display:inline-block;background:#1e1e1e;border:1px solid #2A2A2A;color:#e5e7eb;padding:10px 20px;border-radius:6px;font-size:14px;transition:all .3s ease}.cert-badge:hover{background:#2a2a2a;border-color:#3b82f6;transform:translateY(-2px)}.contact-section{background:#0a0a0a}.contact-card{max-width:800px;margin:0 auto;background:#1e1e1e;border:1px solid #2A2A2A;border-radius:12px;padding:48px;text-align:center}.contact-methods{display:flex;flex-direction:column;gap:24px;margin-top:32px}.contact-item{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px;background:#2a2a2a;border-radius:8px;transition:all .3s ease}.contact-item:hover{background:#333;transform:translateY(-2px)}.contact-icon{font-size:24px;flex-shrink:0}.linkedin-icon{width:24px;height:24px;flex-shrink:0}.contact-link{font-size:18px;color:#3b82f6;text-decoration:none;font-weight:600;transition:color .3s ease}.contact-link:hover{color:#60a5fa;text-decoration:underline}.footer{background:#0a0a0a;padding:32px 0;border-top:1px solid #2A2A2A}.footer-text{text-align:center;color:#6b7280;font-size:14px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@media(max-width:1024px){.expertise-grid{grid-template-columns:repeat(2,1fr);gap:32px}.tech-orbit-container{width:400px;height:400px}.tech-logo.orbit-1{animation:orbit-1-tablet 15s linear infinite}@keyframes orbit-1-tablet{0%{transform:rotate(0) translate(100px) rotate(0)}to{transform:rotate(360deg) translate(100px) rotate(-360deg)}}.tech-logo.orbit-2{animation:orbit-2-tablet 28s linear infinite}@keyframes orbit-2-tablet{0%{transform:rotate(0) translate(160px) rotate(0)}to{transform:rotate(360deg) translate(160px) rotate(-360deg)}}.tech-logo.orbit-3{animation:orbit-3-tablet 40s linear infinite}@keyframes orbit-3-tablet{0%{transform:rotate(0) translate(220px) rotate(0)}to{transform:rotate(360deg) translate(220px) rotate(-360deg)}}}@media(max-width:768px){.main-title{font-size:36px}.subtitle{font-size:20px}.intro-text{font-size:16px}.section-title{font-size:28px;margin-bottom:60px}.profile-image{width:150px;height:150px}.tech-orbit-container{width:320px;height:320px}.tech-logo{font-size:24px;width:45px;height:45px;margin:-22px 0 0 -22px}.tech-logo.orbit-1{animation:orbit-1-mobile 15s linear infinite}@keyframes orbit-1-mobile{0%{transform:rotate(0) translate(80px) rotate(0)}to{transform:rotate(360deg) translate(80px) rotate(-360deg)}}.tech-logo.orbit-2{animation:orbit-2-mobile 28s linear infinite;font-size:20px;width:40px;height:40px;margin:-20px 0 0 -20px}@keyframes orbit-2-mobile{0%{transform:rotate(0) translate(130px) rotate(0)}to{transform:rotate(360deg) translate(130px) rotate(-360deg)}}.tech-logo.orbit-3{animation:orbit-3-mobile 40s linear infinite;font-size:18px;width:36px;height:36px;margin:-18px 0 0 -18px}@keyframes orbit-3-mobile{0%{transform:rotate(0) translate(180px) rotate(0)}to{transform:rotate(360deg) translate(180px) rotate(-360deg)}}.expertise-grid{grid-template-columns:1fr;gap:24px;max-width:400px}.hexagon-content{padding:28px 20px}.hex-icon{font-size:48px;margin-bottom:16px}.hex-title{font-size:16px}.community-card{padding:32px 24px}.community-icon-group{gap:16px}.community-icon{font-size:40px}.community-text{font-size:16px}.contact-card{padding:32px 24px}.contact-link{font-size:16px}section{padding:60px 0}}@media(max-width:480px){.main-title{font-size:28px}.subtitle{font-size:18px}.profile-image{width:120px;height:120px}.status-badge{font-size:12px;padding:10px 20px}.tech-orbit-container{width:280px;height:280px}.tech-logo{font-size:20px;width:38px;height:38px;margin:-19px 0 0 -19px}.tech-logo.orbit-2{font-size:18px;width:34px;height:34px;margin:-17px 0 0 -17px}.tech-logo.orbit-3{font-size:16px;width:30px;height:30px;margin:-15px 0 0 -15px}.hexagon-content{padding:24px 16px;border-radius:16px}.hex-icon{font-size:44px;margin-bottom:12px}.hex-title{font-size:15px}.community-card{padding:24px 20px}.community-icon{font-size:36px}.community-text{font-size:15px}.cta-text{font-size:14px}.cert-badge{font-size:12px;padding:8px 16px}.contact-link{font-size:15px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}a:focus,button:focus{outline:2px solid #3B82F6;outline-offset:2px}
