.navbar{background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem 0;box-shadow:var(--shadow);position:sticky;top:0;z-index:100}.navbar-container{display:flex;justify-content:space-between;align-items:center}.navbar-brand{font-size:1.5rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:.5rem}.brand-icon{color:#fbbf24}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{color:#fff;font-weight:500;transition:color .3s ease,text-shadow .3s ease}.nav-menu a:hover{color:#fbbf24;text-shadow:0 0 10px rgba(251,191,36,.5)}.hamburger{display:none;flex-direction:column;gap:5px;background:none;cursor:pointer;padding:0}.hamburger span{width:25px;height:3px;background-color:#fff;border-radius:3px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translateY(10px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translateY(-10px)}@media(max-width:768px){.navbar{padding:.75rem 0}.navbar-container{position:relative}.navbar-brand{font-size:1.2rem}.hamburger{display:flex}.nav-menu{position:absolute;top:100%;left:0;right:0;background:linear-gradient(135deg,#667eea,#764ba2);flex-direction:column;gap:0;padding:1rem 2rem;border-top:2px solid rgba(255,255,255,.1);max-height:0;overflow:hidden;transition:max-height .3s ease;list-style:none}.nav-menu.active{max-height:300px}.nav-menu li{padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.nav-menu li:last-child{border-bottom:none}.nav-menu a{display:block;padding:.5rem 0;color:#fff;font-weight:500;transition:color .3s ease}.nav-menu a:hover{color:#fbbf24}}@media(max-width:480px){.navbar-brand{font-size:1rem}.brand-icon{display:none}.navbar{padding:.6rem 0}.nav-menu{padding:1rem 1.5rem}.nav-menu li{padding:.6rem 0}.nav-menu a{font-size:.95rem}}.footer{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 0 1rem;margin-top:auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:#fbbf24;margin-bottom:1rem}.footer-section p{line-height:1.8;opacity:.9}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#fff;transition:color .3s ease}.footer-section a:hover{color:#fbbf24}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:1.5rem;text-align:center;opacity:.8}@media(max-width:768px){.footer-content{grid-template-columns:1fr}}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8rem 0;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3.5rem;margin-bottom:1rem;animation:slideInDown .8s ease}.hero-subtitle{font-size:1.3rem;margin-bottom:2rem;opacity:.95;animation:slideInUp .8s ease .2s backwards}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:slideInUp .8s ease .4s backwards}.btn{padding:.75rem 2rem;font-size:1rem;border-radius:5px;font-weight:600;transition:all .3s ease;display:inline-block}.btn-primary{background-color:#fbbf24;color:#1a202c}.btn-primary:hover{background-color:#f59e0b;transform:translateY(-2px);box-shadow:0 10px 20px #fbbf244d}.btn-secondary{border:2px solid white;color:#fff;background-color:transparent}.btn-secondary:hover{background-color:#fff;color:#667eea;transform:translateY(-2px)}.btn-light{background-color:#fff;color:#667eea;padding:.75rem 2rem;font-weight:600;border-radius:5px}.btn-light:hover{background-color:#f0f0f0}.section-title{font-size:2.5rem;margin-bottom:3rem;color:#1a202c}.featured-skills{background-color:#fff}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.skill-card{background:linear-gradient(135deg,#667eea15,#764ba215);padding:2rem;border-radius:10px;text-align:center;transition:all .3s ease;border:1px solid #e2e8f0}.skill-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg);background:linear-gradient(135deg,#667eea25,#764ba225)}.skill-icon{font-size:3rem;margin-bottom:1rem}.skill-card h3{color:#667eea;margin-bottom:.5rem}.skill-card p{color:var(--text-light);font-size:.95rem}.featured-projects{background-color:#f7fafc}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.project-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:var(--shadow);transition:all .3s ease}.project-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.project-image{background:linear-gradient(135deg,#667eea,#764ba2);height:200px;display:flex;align-items:center;justify-content:center;font-size:4rem}.project-card h3{padding:1.5rem 1.5rem .5rem;color:#1a202c}.project-card p{padding:0 1.5rem;color:var(--text-light)}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;padding:1rem 1.5rem 1.5rem}.tag{background-color:#e0e7ff;color:#667eea;padding:.35rem .75rem;border-radius:20px;font-size:.85rem;font-weight:500}.cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:5rem 0}@keyframes slideInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero{padding:4rem 0 3rem}.hero-title{font-size:1.8rem;line-height:1.2;margin-bottom:.75rem}.hero-subtitle{font-size:.95rem;margin-bottom:1.5rem}.hero-buttons{gap:.5rem}.btn{padding:.6rem 1.5rem;font-size:.9rem}.section-title{font-size:1.8rem}.skills-grid,.projects-grid{grid-template-columns:1fr}}@media(max-width:480px){.hero{padding:3rem 0 2rem}.hero-title{font-size:1.5rem;margin-bottom:.5rem}.hero-subtitle{font-size:.9rem;margin-bottom:1rem}.hero-buttons{flex-direction:column;gap:.75rem}.btn{width:100%;padding:.7rem 1.5rem}.section-title{font-size:1.5rem;margin-bottom:2rem}.skill-card{padding:1.5rem}.skill-icon{font-size:2.5rem}.project-image{height:150px;font-size:3rem}.project-card h3{padding:1rem 1rem .5rem;font-size:1.1rem}.project-card p{padding:0 1rem;font-size:.9rem}.project-tags{padding:.75rem 1rem 1rem}.tag{font-size:.75rem;padding:.3rem .6rem}.cta h2{font-size:1.5rem}.cta p{font-size:1rem}}.about .hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0}.about .hero-section h1{font-size:2.5rem;margin-bottom:.5rem}.about .subtitle{font-size:1.2rem;opacity:.9}.about-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:3rem;align-items:center}.about-text h2{color:#667eea;font-size:2rem;margin-bottom:1.5rem}.about-text p{color:var(--text-light);margin-bottom:1.5rem;line-height:1.8;font-size:1.05rem}.about-stats{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;border-radius:10px;text-align:center;box-shadow:var(--shadow)}.stat-card h3{font-size:2.5rem;margin-bottom:.5rem;color:#fbbf24}.stat-card p{font-size:.95rem;opacity:.9}.expertise{background-color:#f7fafc}.expertise-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.expertise-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:var(--shadow);transition:all .3s ease}.expertise-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.expertise-card h3{color:#667eea;margin-bottom:1.5rem;font-size:1.3rem}.expertise-card ul{list-style:none}.expertise-card li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:var(--text-light)}.expertise-card li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}.timeline{background:#fff}.timeline-content{position:relative;padding:2rem 0}.timeline-content:before{content:"";position:absolute;left:50%;transform:translate(-50%);width:3px;height:100%;background:#667eea}.timeline-item{display:flex;margin-bottom:2rem;position:relative}.timeline-item:nth-child(odd){flex-direction:row}.timeline-item:nth-child(2n){flex-direction:row-reverse}.timeline-marker{position:absolute;left:50%;transform:translate(-50%);width:20px;height:20px;background:#667eea;border:4px solid white;border-radius:50%;top:0;z-index:10}.timeline-body{width:45%;padding:2rem;background:#f7fafc;border-radius:10px}.timeline-item:nth-child(odd) .timeline-body{margin-right:auto;margin-left:0}.timeline-item:nth-child(2n) .timeline-body{margin-left:auto;margin-right:0}.timeline-body h3{color:#667eea;margin-bottom:.5rem}.timeline-body .company{color:#667eea;font-weight:600;font-size:.95rem;margin-bottom:.5rem}.timeline-body p:last-child{color:var(--text-light);margin:0}@media(max-width:968px){.timeline-content:before{left:0}.timeline-marker{left:0}.timeline-item{flex-direction:column!important}.timeline-body{width:100%;margin-left:3rem!important;margin-right:0!important}}@media(max-width:768px){.about-grid,.about-stats{grid-template-columns:1fr}.about .hero-section h1{font-size:2rem}.expertise-grid{grid-template-columns:1fr}.section-title{font-size:2rem}}.projects .hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0}.projects .hero-section h1{font-size:2.5rem;margin-bottom:.5rem}.projects .subtitle{font-size:1.2rem;opacity:.9}.projects-section{background-color:#fff}.filter-buttons{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.filter-btn{padding:.75rem 1.5rem;border-radius:25px;border:2px solid #667eea;background-color:transparent;color:#667eea;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.95rem}.filter-btn:hover,.filter-btn.active{background-color:#667eea;color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #667eea4d}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.project-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:var(--shadow);transition:all .3s ease;border:1px solid #e2e8f0;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.project-image{background:linear-gradient(135deg,#667eea,#764ba2);height:180px;display:flex;align-items:center;justify-content:center;font-size:4rem;flex-shrink:0}.project-content{padding:1.5rem;display:flex;flex-direction:column;flex:1}.project-card h3{color:#1a202c;margin-bottom:.75rem;font-size:1.3rem}.project-card>div:nth-child(2) p{color:var(--text-light);margin-bottom:1rem;flex:1;font-size:.95rem;line-height:1.6}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tag{background-color:#e0e7ff;color:#667eea;padding:.35rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500}.project-link{color:#667eea;font-weight:600;transition:all .3s ease;display:inline-block;width:fit-content}.project-link:hover{color:#764ba2;transform:translate(5px)}.cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:5rem 0;text-align:center}.cta h2{font-size:2.5rem;margin-bottom:1rem}.cta p{font-size:1.2rem;margin-bottom:2rem;opacity:.95}.btn-light{background-color:#fff;color:#667eea;padding:.75rem 2rem;font-weight:600;border-radius:5px;display:inline-block;transition:all .3s ease}.btn-light:hover{background-color:#f0f0f0;transform:translateY(-2px)}@media(max-width:768px){.projects .hero-section h1{font-size:2rem}.projects-grid{grid-template-columns:1fr}.filter-buttons{gap:.5rem}.filter-btn{padding:.6rem 1.2rem;font-size:.9rem}.cta h2{font-size:1.8rem}.cta p{font-size:1rem}}.contact .hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0}.contact .hero-section h1{font-size:2.5rem;margin-bottom:.5rem}.contact .subtitle{font-size:1.2rem;opacity:.9}.contact-section{background-color:#fff}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.contact-info h2{color:#667eea;font-size:2rem;margin-bottom:1rem}.contact-info>p{color:var(--text-light);margin-bottom:2rem;font-size:1.05rem}.info-items{display:flex;flex-direction:column;gap:2rem}.info-item{display:flex;gap:1.5rem}.info-icon{font-size:2rem;flex-shrink:0}.info-content h3{color:#1a202c;margin-bottom:.5rem}.info-content p{color:var(--text-light);margin:0}.info-content a{color:#667eea;text-decoration:none;transition:color .3s ease}.info-content a:hover{color:#764ba2}.social-links{display:flex;gap:1rem}.contact-form-container h2{color:#667eea;font-size:2rem;margin-bottom:1.5rem}.success-message{background-color:#dcfce7;color:#166534;padding:1rem;border-radius:5px;margin-bottom:1.5rem;border-left:4px solid #22c55e;animation:slideInDown .3s ease}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:.5rem;color:#1a202c;font-weight:500}.form-group input,.form-group textarea{padding:.75rem;border:2px solid #e2e8f0;border-radius:5px;font-family:inherit;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input::placeholder,.form-group textarea::placeholder{color:#a0aec0}.btn-submit{padding:.75rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:5px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;align-self:flex-start}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.btn-submit:disabled{opacity:.7;cursor:not-allowed}.faq{background-color:#f7fafc}.section-title{font-size:2.5rem;color:#1a202c;margin-bottom:3rem}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.faq-item{background:#fff;padding:2rem;border-radius:10px;box-shadow:var(--shadow);transition:all .3s ease}.faq-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.faq-item h3{color:#667eea;margin-bottom:1rem}.faq-item p{color:var(--text-light);line-height:1.8}@keyframes slideInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.contact-grid{grid-template-columns:1fr}.contact .hero-section h1{font-size:2rem}.contact-info h2,.contact-form-container h2{font-size:1.5rem}.section-title{font-size:2rem}.faq-grid{grid-template-columns:1fr}.info-item{flex-direction:row}}.app{display:flex;flex-direction:column;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);background-attachment:fixed}.main-content{flex:1;background-color:#f9fafb}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #667eea;--secondary-color: #764ba2;--text-dark: #1a202c;--text-light: #718096;--bg-light: #f7fafc;--border-color: #e2e8f0;--white: #ffffff;--shadow: 0 10px 30px rgba(0, 0, 0, .1);--shadow-lg: 0 20px 50px rgba(0, 0, 0, .15)}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;background-color:#f9fafb;color:var(--text-dark);line-height:1.6}a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:var(--secondary-color)}button{font-family:inherit;cursor:pointer;border:none;outline:none}h1,h2,h3,h4,h5,h6{font-weight:600;margin-bottom:.5em}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:4rem 0}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}
