body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden}html{scroll-behavior:smooth}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.App{background:#0a1628;color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.navbar{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a1628f2;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:1.5rem 3rem;position:fixed;top:0;width:100%;z-index:1000}.nav-brand{color:#4fc3f7;font-size:1.5rem;font-weight:600}.nav-links{display:flex;gap:2rem}.nav-links button{background:none;border:none;color:#8892a6;cursor:pointer;font-family:Courier New,monospace;font-size:1rem;transition:color .3s}.nav-links button.active,.nav-links button:hover{color:#4fc3f7}.hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:.5rem}.hamburger span{background:#4fc3f7;border-radius:3px;height:3px;transition:all .3s;width:25px}.hero-section{align-items:center;background:linear-gradient(135deg,#0a1628,#1a2942);display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.hero-content{padding:2rem;position:relative;text-align:center;z-index:10}.floating-shapes{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.shape{animation:float 6s ease-in-out infinite;opacity:.6;position:absolute}.shape-1{animation-delay:0s;background:linear-gradient(135deg,#1e3a5f,#2d5a8c);height:200px;left:15%;top:20%;transform:rotate(45deg);width:200px}.shape-2{animation-delay:1s;background:linear-gradient(135deg,#8b4513,#d2691e);height:250px;right:20%;top:30%;transform:rotate(25deg);width:250px}.shape-3{animation-delay:2s;background:linear-gradient(135deg,#0a1628,#1a2942);bottom:25%;height:180px;left:25%;transform:rotate(60deg);width:180px}.glow-orb{animation:pulse 4s ease-in-out infinite;background:radial-gradient(circle,#f96 0,#ff5e62 100%);border-radius:50%;filter:blur(40px);height:150px;position:absolute;right:30%;top:25%;width:150px}@keyframes float{0%,to{transform:translateY(0) rotate(45deg)}50%{transform:translateY(-30px) rotate(50deg)}}@keyframes pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.hero-title{color:#fff;font-size:5rem;font-weight:700;letter-spacing:.1em;text-shadow:0 0 30px #4fc3f780}.hero-subtitle,.hero-title{margin-bottom:1rem;position:relative;z-index:10}.hero-subtitle{color:#e0e0e0;font-size:1.5rem;font-weight:300;letter-spacing:.2em}.hero-description{color:#b0c4de;font-size:1.3rem;line-height:1.6;margin:0 auto 2rem;max-width:700px;min-height:40px;position:relative;z-index:10}.typing-text{font-family:Courier New,monospace}.cursor{animation:blink 1s infinite;color:#4fc3f7}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;margin-top:2rem;position:relative;z-index:10}.cta-primary,.cta-secondary{border-radius:5px;cursor:pointer;font-size:1.1rem;font-weight:500;padding:1rem 2.5rem;transition:all .3s}.cta-primary{background:#4fc3f7;border:2px solid #4fc3f7;color:#0a1628}.cta-primary:hover{background:#0000;box-shadow:0 5px 20px #4fc3f74d;color:#4fc3f7;transform:translateY(-3px)}.cta-secondary{background:#0000;border:2px solid #4fc3f7;color:#4fc3f7}.cta-secondary:hover{background:#4fc3f7;color:#0a1628;transform:translateY(-3px)}.scroll-indicator{bottom:3rem;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.mouse{animation:scroll 2s infinite;border:2px solid #4fc3f7;border-radius:15px;height:50px;position:relative;width:30px}.mouse:before{animation:scroll-dot 2s infinite;background:#4fc3f7;border-radius:50%;content:"";height:6px;left:50%;position:absolute;top:10px;transform:translateX(-50%);width:6px}@keyframes scroll{0%,to{opacity:.5}50%{opacity:1}}@keyframes scroll-dot{0%{opacity:1;top:10px}to{opacity:0;top:30px}}.section{align-items:center;display:flex;min-height:100vh;padding:6rem 2rem}.section-alt{background:#0d1b2e}.container{margin:0 auto;max-width:1200px;width:100%}.section-title{color:#4fc3f7;font-family:Courier New,monospace;font-size:2.5rem;margin-bottom:1rem}.section-intro{color:#8892a6;font-size:1.1rem;margin-bottom:3rem;text-align:center}.expertise-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.expertise-card{background:#ffffff0d;border:1px solid #4fc3f733;border-radius:10px;padding:2rem;position:relative;transition:transform .3s,border-color .3s,box-shadow .3s}.expertise-card:hover{border-color:#4fc3f7;box-shadow:0 10px 30px #4fc3f733;transform:translateY(-10px)}.card-icon{font-size:3rem;margin-bottom:1rem}.expertise-card h3{color:#4fc3f7;font-size:1.5rem;margin-bottom:1rem}.expertise-card p{color:#8892a6;line-height:1.6;margin-bottom:1.5rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tags span{background:#4fc3f71a;border:1px solid #4fc3f74d;border-radius:15px;color:#4fc3f7;font-size:.85rem;padding:.3rem .8rem}.work-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.work-card{background:#ffffff0d;border-left:4px solid #4fc3f7;border-radius:10px;padding:2rem;position:relative;transition:transform .3s,box-shadow .3s}.work-card:hover{box-shadow:0 5px 20px #4fc3f726;transform:translateX(10px)}.work-number{color:#4fc3f733;font-family:Courier New,monospace;font-size:3rem;font-weight:700;position:absolute;right:1rem;top:1rem}.work-card h3{color:#fff;font-size:1.5rem;margin-bottom:1rem}.work-card p{color:#8892a6;line-height:1.6}.experience-timeline{padding-left:3rem;position:relative}.experience-timeline:before{background:#4fc3f7;bottom:0;content:"";left:0;position:absolute;top:0;width:2px}.timeline-item{margin-bottom:3rem;position:relative}.timeline-dot{background:#4fc3f7;border:4px solid #0a1628;border-radius:50%;height:20px;left:-3.5rem;position:absolute;top:0;width:20px}.timeline-content h3{color:#fff;font-size:1.5rem;margin-bottom:.5rem}.timeline-content h4{color:#4fc3f7;font-size:1.2rem;margin-bottom:.5rem}.timeline-content p{color:#8892a6;line-height:1.6;margin-bottom:1rem}.achievement-list{list-style:none;margin-top:1rem}.achievement-list li{color:#8892a6;padding:.5rem 0 .5rem 1.5rem;position:relative}.achievement-list li:before{color:#4fc3f7;content:"▹";font-size:1.2rem;left:0;position:absolute}.contact-content{text-align:center}.contact-text{color:#fff;font-size:1.8rem;font-weight:500;margin-bottom:1rem}.contact-subtext{color:#8892a6;font-size:1.1rem;margin-bottom:2.5rem}.contact-links{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.contact-btn{align-items:center;background:#0000;border:2px solid #4fc3f7;border-radius:5px;color:#4fc3f7;display:inline-flex;font-size:1.1rem;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s}.contact-btn svg{height:20px;width:20px}.contact-btn:hover{background:#4fc3f7;color:#0a1628;transform:translateY(-5px)}.footer{background:#0a1628;border-top:1px solid #ffffff1a;color:#8892a6;padding:3rem 2rem 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto 2rem;max-width:1200px}.footer-section h4{color:#4fc3f7;font-size:1.2rem;margin-bottom:1rem}.footer-section p{line-height:1.6;margin-bottom:.5rem}.footer-section button{background:none;border:none;color:#8892a6;cursor:pointer;display:block;padding:.3rem 0;text-align:left;transition:color .3s}.footer-section button:hover{color:#4fc3f7}.social-links{display:flex;gap:1rem;margin-top:.5rem}.social-links a{align-items:center;background:#4fc3f71a;border-radius:50%;color:#4fc3f7;display:inline-flex;height:40px;justify-content:center;transition:transform .3s,color .3s;width:40px}.social-links a svg{height:20px;width:20px}.social-links a:hover{background:#4fc3f7;color:#0a1628;transform:translateY(-3px)}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:2rem;text-align:center}.footer-bottom p{margin:.3rem 0}@media (max-width:768px){.navbar{flex-direction:row;padding:1rem 1.5rem}.hamburger{display:flex}.nav-links{align-items:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a1628fa;border-left:1px solid #ffffff1a;flex-direction:column;gap:1.5rem;height:calc(100vh - 70px);padding:2rem;position:fixed;right:-100%;top:70px;transition:right .3s ease;width:250px}.nav-links.open{right:0}.nav-links button{font-size:1.1rem;text-align:left;width:100%}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.section-title{font-size:2rem}.expertise-grid,.work-grid{grid-template-columns:1fr}}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:4rem;opacity:0;transform:translateY(30px);transition:all .8s ease}.stats-grid.visible{opacity:1;transform:translateY(0)}.stat-card{background:#4fc3f70d;border:1px solid #4fc3f733;border-radius:10px;padding:2rem;text-align:center;transition:all .3s}.stat-card:hover{border-color:#4fc3f7;box-shadow:0 5px 20px #4fc3f733;transform:scale(1.05)}.stat-number{color:#4fc3f7;font-family:Courier New,monospace;font-size:3rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#8892a6;font-size:1rem}.skills-showcase{background:#ffffff08;border:1px solid #4fc3f71a;border-radius:10px;margin-bottom:4rem;padding:2rem}.skills-title{color:#4fc3f7;font-size:1.8rem;margin-bottom:2rem;text-align:center}.skills-container{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:0 auto;max-width:900px}.skill-tag{background:#4fc3f71a;border:2px solid #4fc3f74d;border-radius:25px;color:#4fc3f7;cursor:default;font-size:1rem;padding:.8rem 1.5rem;transition:all .3s}.skill-tag:hover{background:#4fc3f733;border-color:#4fc3f7;box-shadow:0 5px 15px #4fc3f74d;transform:translateY(-3px)}@media (max-width:768px){.cta-buttons{align-items:center;flex-direction:column}.cta-primary,.cta-secondary{max-width:300px;width:100%}.stats-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.stat-number{font-size:2rem}.footer-content{grid-template-columns:1fr}.footer-content,.footer-section button{text-align:center}.social-links{justify-content:center}}.testimonials-section{margin-top:4rem;padding:3rem 0}.testimonials-title{color:#4fc3f7;font-family:Courier New,monospace;font-size:2rem;margin-bottom:3rem;text-align:center}.testimonial-slider{margin:0 auto;max-width:800px}.testimonial-card{animation:fadeIn .5s ease;background:#4fc3f70d;border:1px solid #4fc3f733;border-radius:15px;display:flex;flex-direction:column;justify-content:center;min-height:250px;padding:3rem;position:relative}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.quote-icon{color:#4fc3f74d;font-family:Georgia,serif;font-size:4rem;left:1.5rem;position:absolute;top:1rem}.testimonial-text{color:#fff;font-size:1.2rem;font-style:italic;line-height:1.8;margin-bottom:2rem;padding-left:2rem}.testimonial-author{text-align:right}.author-name{color:#4fc3f7;font-size:1.1rem;font-weight:600;margin-bottom:.3rem}.author-role{color:#8892a6;font-size:.9rem}.testimonial-dots{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.dot{background:#4fc3f74d;border:none;border-radius:50%;cursor:pointer;height:12px;transition:all .3s;width:12px}.dot.active{transform:scale(1.3)}.dot.active,.dot:hover{background:#4fc3f7}.availability-badge{align-items:center;background:#4caf501a;border:1px solid #4caf504d;border-radius:25px;color:#4caf50;display:inline-flex;font-size:1rem;gap:.5rem;margin:2rem 0;padding:.8rem 1.5rem}.status-dot{animation:pulse-dot 2s infinite;background:#4caf50;border-radius:50%;height:10px;width:10px}@keyframes pulse-dot{0%,to{box-shadow:0 0 0 0 #4caf50b3;opacity:1}50%{box-shadow:0 0 0 10px #4caf5000;opacity:.8}}.response-time{color:#8892a6;font-size:.95rem;margin-top:2rem}.response-time p{align-items:center;display:inline-flex;gap:.5rem}.scroll-to-top{animation:slideUp .3s ease;background:#4fc3f7;border:none;border-radius:50%;bottom:2rem;box-shadow:0 4px 15px #4fc3f766;color:#0a1628;cursor:pointer;font-size:1.5rem;height:50px;position:fixed;right:2rem;transition:all .3s;width:50px;z-index:999}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.scroll-to-top:hover{background:#2196f3;box-shadow:0 6px 20px #4fc3f799;transform:translateY(-5px)}@media (max-width:768px){.testimonial-card{min-height:300px;padding:2rem 1.5rem}.testimonial-text{font-size:1rem;padding-left:1rem}.quote-icon{font-size:3rem;left:1rem;top:.5rem}.scroll-to-top{bottom:1rem;height:45px;right:1rem;width:45px}.availability-badge{font-size:.9rem;padding:.6rem 1.2rem}}
/*# sourceMappingURL=main.b51cd85d.css.map*/