.navbar{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000001a;position:fixed;top:0;left:0;right:0;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{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-item{margin:0}.nav-link{background:none;border:none;color:#333;font-size:1rem;font-weight:500;cursor:pointer;padding:.5rem 1rem;border-radius:5px;transition:all .3s ease}.nav-link:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:translateY(-2px)}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.hamburger{display:block;width:25px;height:20px;position:relative}.hamburger span{display:block;width:100%;height:3px;background:#333;position:absolute;transition:all .3s ease;border-radius:3px}.hamburger span:nth-child(1){top:0}.hamburger span:nth-child(2){top:50%;transform:translateY(-50%)}.hamburger span:nth-child(3){bottom:0}.hamburger.active span:nth-child(1){transform:rotate(45deg);top:50%}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg);bottom:50%}@media (max-width: 1024px){.nav-container{padding:0 1.5rem}.nav-menu{gap:1.5rem}.nav-link{font-size:.95rem;padding:.4rem .8rem}}@media (max-width: 768px){.navbar{padding:.8rem 0}.nav-container{padding:0 1rem}.nav-logo{font-size:1.3rem}.nav-toggle{display:block}.nav-menu{position:fixed;top:60px;left:0;right:0;background:#fff;flex-direction:column;padding:1.5rem;gap:.8rem;transform:translateY(-150%);transition:transform .3s ease;box-shadow:0 5px 10px #0000001a}.nav-menu.active{transform:translateY(0)}.nav-link{width:100%;text-align:center;padding:.8rem 1rem;font-size:1rem}}@media (max-width: 480px){.navbar{padding:.6rem 0}.nav-container{padding:0 .8rem}.nav-logo{font-size:1.1rem}.nav-menu{top:55px;padding:1rem}.nav-link{padding:.7rem;font-size:.95rem}.hamburger{width:22px;height:18px}}.home{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2)}.home-container{max-width:1200px;width:100%}.home-content{text-align:center;margin-bottom:4rem}.home-title{font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.2);animation:fadeInUp 1s ease}.home-subtitle{font-size:1.5rem;color:#ffffffe6;margin-bottom:2rem;animation:fadeInUp 1s ease .2s backwards}.home-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp 1s ease .4s backwards}.btn{padding:1rem 2rem;font-size:1.1rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.btn-primary{background:#fff;color:#667eea;box-shadow:0 4px 15px #0003}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000004d}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#667eea;transform:translateY(-3px)}.home-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;animation:fadeInUp 1s ease .6s backwards}.feature-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:15px;text-align:center;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.feature-card:hover{transform:translateY(-10px);background:#fff3;box-shadow:0 10px 30px #0003}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;color:#fff;margin-bottom:.5rem}.feature-card p{color:#ffffffe6;font-size:1rem;line-height:1.6}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.home-title{font-size:3rem}.home-subtitle{font-size:1.3rem}.home-features{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.feature-card{padding:1.5rem}.feature-icon{font-size:2.5rem}.feature-card h3{font-size:1.3rem}}@media (max-width: 768px){.home{min-height:auto;padding:1.5rem 1rem;display:block}.home-container{padding:0}.home-content{margin-bottom:2rem}.home-title{font-size:2rem;margin-bottom:.8rem;line-height:1.2}.home-subtitle{font-size:1rem;margin-bottom:1rem;line-height:1.4}.home-buttons{gap:.6rem;margin-bottom:1.5rem}.btn{padding:.7rem 1.2rem;font-size:.95rem}.home-features{grid-template-columns:1fr;gap:.8rem}.feature-card{padding:1rem;border-radius:12px}.feature-icon{font-size:1.8rem;margin-bottom:.5rem}.feature-card h3{font-size:1.1rem;margin-bottom:.3rem}.feature-card p{font-size:.85rem;line-height:1.4}}@media (max-width: 480px){.home{min-height:auto;padding:1rem .8rem;display:block}.home-container{padding:0}.home-content{margin-bottom:1.5rem}.home-title{font-size:1.6rem;line-height:1.2;margin-bottom:.6rem}.home-subtitle{font-size:.9rem;line-height:1.4;margin-bottom:.8rem}.home-buttons{flex-direction:column;width:100%;gap:.6rem;margin-bottom:1.2rem}.btn{width:100%;padding:.7rem 1rem;font-size:.9rem}.home-features{gap:.7rem}.feature-card{padding:.8rem;border-radius:10px}.feature-icon{font-size:1.6rem;margin-bottom:.4rem}.feature-card h3{font-size:1rem;margin-bottom:.3rem}.feature-card p{font-size:.8rem;line-height:1.3}}@media (max-width: 360px){.home{min-height:auto;padding:.8rem .6rem;display:block}.home-container{padding:0}.home-content{margin-bottom:1rem}.home-title{font-size:1.4rem;line-height:1.2;margin-bottom:.5rem}.home-subtitle{font-size:.85rem;line-height:1.3;margin-bottom:.6rem}.home-buttons{gap:.5rem;margin-bottom:1rem}.btn{font-size:.85rem;padding:.6rem .8rem}.home-features{gap:.6rem}.feature-card{padding:.7rem}.feature-icon{font-size:1.4rem;margin-bottom:.3rem}.feature-card h3{font-size:.95rem}.feature-card p{font-size:.75rem;line-height:1.3}}.about{padding:2rem;background:#fff}.about-container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}.about-text{display:flex;flex-direction:column;gap:1.5rem}.about-description{font-size:1.1rem;line-height:1.8;color:#555;text-align:justify}.skills h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.skill-tags{display:flex;flex-wrap:wrap;gap:.8rem}.skill-tag{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1.2rem;border-radius:20px;font-size:.9rem;font-weight:500;transition:transform .3s ease}.skill-tag:hover{transform:scale(1.1)}.about-stats{display:flex;flex-direction:column;gap:1.5rem}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;border-radius:15px;text-align:center;color:#fff;box-shadow:0 5px 15px #667eea4d;transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px)}.stat-number{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:1rem;opacity:.9}@media (max-width: 1024px){.about{padding:1.5rem}.section-title{font-size:2.2rem;margin-bottom:2.5rem}.about-content{gap:2rem}.about-description{font-size:1.05rem}.skills h3{font-size:1.4rem}.skill-tag{padding:.45rem 1rem;font-size:.85rem}.stat-card{padding:1.5rem}.stat-number{font-size:2.2rem}.stat-label{font-size:.95rem}}@media (max-width: 768px){.about{padding:1.2rem}.section-title{font-size:2rem;margin-bottom:2rem}.about-content{grid-template-columns:1fr;gap:2rem}.about-description{font-size:1rem;line-height:1.7}.skills h3{font-size:1.3rem;margin-bottom:.8rem}.skill-tags{gap:.6rem}.skill-tag{padding:.4rem .9rem;font-size:.85rem}.about-stats{flex-direction:row;flex-wrap:wrap;gap:1rem}.stat-card{flex:1;min-width:140px;padding:1.3rem}.stat-number{font-size:2rem;margin-bottom:.4rem}.stat-label{font-size:.9rem}}@media (max-width: 480px){.about{padding:1rem}.section-title{font-size:1.6rem;margin-bottom:1.5rem}.about-content{gap:1.5rem}.about-description{font-size:.95rem;line-height:1.6}.skills h3{font-size:1.2rem;margin-bottom:.6rem}.skill-tags{gap:.5rem}.skill-tag{padding:.35rem .8rem;font-size:.8rem}.about-stats{flex-direction:column;gap:.8rem}.stat-card{min-width:100%;padding:1.2rem}.stat-number{font-size:1.8rem}.stat-label{font-size:.85rem}}@media (max-width: 360px){.section-title{font-size:1.4rem}.about-description{font-size:.9rem}.skills h3{font-size:1.1rem}.skill-tag{padding:.3rem .7rem;font-size:.75rem}.stat-card{padding:1rem}.stat-number{font-size:1.6rem}.stat-label{font-size:.8rem}}.blog{padding:2rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.blog-container{max-width:1200px;margin:0 auto}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.blog-card{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 5px 15px #0000001a;transition:all .3s ease;display:flex;flex-direction:column;gap:1rem}.blog-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #00000026}.blog-category{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.3rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500;align-self:flex-start}.blog-title{font-size:1.4rem;font-weight:600;color:#333;margin:0;line-height:1.4}.blog-excerpt{color:#666;line-height:1.6;flex-grow:1}.blog-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #eee}.blog-date{color:#999;font-size:.9rem}.read-more{background:none;border:none;color:#667eea;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem}.read-more:hover{color:#764ba2;transform:translate(5px)}@media (max-width: 1024px){.blog{padding:1.5rem}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.blog-card{padding:1.5rem}.blog-title{font-size:1.3rem}.blog-excerpt{font-size:.95rem}.blog-category{font-size:.8rem;padding:.25rem .9rem}}@media (max-width: 768px){.blog{padding:1.2rem}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.2rem}.blog-card{padding:1.5rem;border-radius:12px}.blog-title{font-size:1.2rem;line-height:1.3}.blog-excerpt{font-size:.9rem;line-height:1.5}.blog-category{font-size:.8rem;padding:.25rem .8rem}.blog-footer{padding-top:.8rem}.blog-date{font-size:.85rem}.read-more{font-size:.95rem}}@media (max-width: 480px){.blog{padding:1rem}.blog-grid{grid-template-columns:1fr;gap:1rem}.blog-card{padding:1.2rem;border-radius:10px}.blog-category{font-size:.75rem;padding:.2rem .7rem}.blog-title{font-size:1.1rem;line-height:1.3}.blog-excerpt{font-size:.85rem;line-height:1.5}.blog-footer{padding-top:.7rem}.blog-date{font-size:.8rem}.read-more{font-size:.9rem}}@media (max-width: 360px){.blog{padding:.8rem}.blog-card{padding:1rem}.blog-category{font-size:.7rem;padding:.2rem .6rem}.blog-title{font-size:1rem}.blog-excerpt{font-size:.8rem}.blog-date{font-size:.75rem}.read-more{font-size:.85rem}}.contact{padding:1.5rem;background:#fff}.contact-container{max-width:1200px;margin:0 auto}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:2rem;align-items:start}.contact-info h3{font-size:1.5rem;margin-bottom:.8rem;color:#333}.contact-description{color:#666;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.contact-details{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:1rem}.contact-icon{font-size:1.5rem;width:45px;height:45px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%}.contact-text{display:flex;flex-direction:column}.contact-label{font-size:.9rem;color:#999;margin-bottom:.2rem}.contact-value{font-size:1.1rem;color:#333;font-weight:500}.contact-form{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:1.8rem;border-radius:15px;box-shadow:0 5px 15px #0000001a}.form-group{margin-bottom:1.2rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-group input,.form-group textarea{width:100%;padding:.8rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fff}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}@media (max-width: 1024px){.contact{padding:1.5rem}.contact-content{gap:1.5rem}.contact-info h3{font-size:1.4rem}.contact-description{font-size:.9rem}.contact-icon{width:40px;height:40px;font-size:1.3rem}.contact-label{font-size:.85rem}.contact-value{font-size:1rem}.contact-form{padding:1.5rem}.form-group input,.form-group textarea{font-size:.95rem;padding:.7rem .9rem}.submit-btn{font-size:1rem;padding:.9rem}}@media (max-width: 768px){.contact{padding:1.2rem}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-info h3{font-size:1.3rem;margin-bottom:.6rem}.contact-description{font-size:.9rem;line-height:1.5;margin-bottom:1.2rem}.contact-details,.contact-item{gap:.8rem}.contact-icon{width:38px;height:38px;font-size:1.2rem}.contact-label{font-size:.85rem}.contact-value{font-size:.95rem}.contact-form{padding:1.5rem}.form-group{margin-bottom:1rem}.form-group label{font-size:.9rem}.form-group input,.form-group textarea{font-size:.95rem;padding:.7rem .9rem}.form-group textarea{min-height:100px}.submit-btn{font-size:1rem;padding:.9rem}}@media (max-width: 480px){.contact{padding:1rem}.contact-content{gap:1.5rem}.contact-info h3{font-size:1.2rem;margin-bottom:.5rem}.contact-description{font-size:.85rem;line-height:1.5;margin-bottom:1rem}.contact-details,.contact-item{gap:.7rem}.contact-icon{width:35px;height:35px;font-size:1.1rem}.contact-label{font-size:.8rem}.contact-value{font-size:.9rem}.contact-form{padding:1.2rem;border-radius:12px}.form-group{margin-bottom:.9rem}.form-group label{font-size:.85rem;margin-bottom:.4rem}.form-group input,.form-group textarea{font-size:.9rem;padding:.6rem .8rem;border-radius:6px}.form-group textarea{min-height:90px}.submit-btn{font-size:.95rem;padding:.85rem;border-radius:6px}}@media (max-width: 360px){.contact{padding:.8rem}.contact-info h3{font-size:1.1rem}.contact-description{font-size:.8rem}.contact-icon{width:32px;height:32px;font-size:1rem}.contact-label{font-size:.75rem}.contact-value{font-size:.85rem}.contact-form{padding:1rem}.form-group label{font-size:.8rem}.form-group input,.form-group textarea{font-size:.85rem;padding:.55rem .7rem}.submit-btn{font-size:.9rem;padding:.8rem}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:400px;width:90%;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0}.modal-header h3{margin:0;font-size:1.3rem;color:#333}.modal-close{background:none;border:none;font-size:1.8rem;color:#999;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:color .3s ease}.modal-close:hover{color:#333}.modal-body{padding:1.5rem}.modal-body p{margin:0;color:#666;line-height:1.6;font-size:1rem}.modal-footer{padding:1rem 1.5rem;border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end}.modal-btn{padding:.6rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.modal-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}@media (max-width: 768px){.modal-content{max-width:90%;width:90%}.modal-header{padding:1.2rem}.modal-header h3{font-size:1.2rem}.modal-close{width:28px;height:28px;font-size:1.6rem}.modal-body{padding:1.2rem}.modal-body p{font-size:.95rem}.modal-footer{padding:.8rem 1.2rem}.modal-btn{padding:.5rem 1.2rem;font-size:.95rem}}@media (max-width: 480px){.modal-content{max-width:95%;width:95%;border-radius:10px}.modal-header{padding:1rem}.modal-header h3{font-size:1.1rem}.modal-close{width:26px;height:26px;font-size:1.5rem}.modal-body{padding:1rem}.modal-body p{font-size:.9rem;line-height:1.5}.modal-footer{padding:.7rem 1rem}.modal-btn{padding:.5rem 1rem;font-size:.9rem;width:100%}}@media (max-width: 360px){.modal-content{border-radius:8px}.modal-header h3{font-size:1rem}.modal-close{font-size:1.4rem}.modal-body p,.modal-btn{font-size:.85rem}}.footer{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 2rem 1rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem}.footer-section h3{font-size:1.5rem}.footer-section h4{font-size:1.2rem}.footer-section p{color:#ffffffe6;line-height:1.6}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#ffffffe6;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#fff}.social-links{display:flex;gap:1rem;flex-wrap:wrap}.social-link{background:#fff3;color:#fff;padding:.5rem 1rem;border-radius:20px;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#ffffff4d;transform:translateY(-2px)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.footer-bottom p{color:#ffffffe6;margin:0}@media (max-width: 1024px){.footer{padding:2.5rem 1.5rem 1rem}.footer-content{gap:1.5rem;margin-bottom:1.5rem}.footer-section h3{font-size:1.4rem}.footer-section h4{font-size:1.1rem}.footer-section p{font-size:.95rem}.social-link{padding:.45rem .9rem;font-size:.95rem}}@media (max-width: 768px){.footer{padding:2rem 1.2rem 1rem}.footer-content{grid-template-columns:1fr;text-align:center;gap:1.5rem;margin-bottom:1.5rem}.footer-section h3{font-size:1.3rem;margin-bottom:.8rem}.footer-section h4{font-size:1.1rem;margin-bottom:.8rem}.footer-section p{font-size:.9rem;line-height:1.5}.footer-section ul li{margin-bottom:.4rem}.footer-section ul li a{font-size:.9rem}.social-links{justify-content:center;gap:.8rem}.social-link{padding:.4rem .8rem;font-size:.9rem}.footer-bottom{padding-top:1.5rem}.footer-bottom p{font-size:.85rem}}@media (max-width: 480px){.footer{padding:1.5rem 1rem .8rem}.footer-content{gap:1.2rem;margin-bottom:1.2rem}.footer-section h3{font-size:1.2rem;margin-bottom:.6rem}.footer-section h4{font-size:1rem;margin-bottom:.6rem}.footer-section p{font-size:.85rem;line-height:1.5}.footer-section ul li{margin-bottom:.3rem}.footer-section ul li a{font-size:.85rem}.social-links{gap:.6rem}.social-link{padding:.35rem .7rem;font-size:.85rem;border-radius:15px}.footer-bottom{padding-top:1rem}.footer-bottom p{font-size:.8rem}}@media (max-width: 360px){.footer{padding:1.2rem .8rem .6rem}.footer-section h3{font-size:1.1rem}.footer-section h4{font-size:.95rem}.footer-section p{font-size:.8rem}.social-link{padding:.3rem .6rem;font-size:.8rem}.footer-bottom p{font-size:.75rem}}.App{min-height:100vh;overflow:hidden}.pages-container{width:100vw;height:calc(100vh - 80px);overflow:hidden;margin-top:80px}.pages-wrapper{display:flex;width:400vw;height:100%;transition:transform .5s ease-in-out}.pages-wrapper>*{width:100vw;height:100%;flex-shrink:0;overflow-y:auto}*{margin:0;padding:0;box-sizing:border-box}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:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
