.header{position:sticky;top:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000000d;z-index:1000;padding:20px 0}.nav{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:8px;font-size:1.5rem;font-weight:700}.logo-icon{color:var(--primary-color);font-size:2rem}.menu-toggle{display:none;background:none;font-size:1.5rem;color:var(--text-dark)}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-menu a{color:var(--text-dark);font-weight:500;transition:color .3s ease}.nav-menu a:hover,.nav-menu a.active{color:var(--primary-color)}.btn-contact{background:var(--primary-color);color:#fff!important;padding:10px 25px;border-radius:5px}.btn-contact:hover{background:var(--secondary-color)}@media (max-width: 768px){.menu-toggle{display:block}.nav-menu{position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:20px;box-shadow:0 10px 20px #0000001a;transform:translateY(-100%);opacity:0;pointer-events:none;transition:all .3s ease}.nav-menu.active{transform:translateY(0);opacity:1;pointer-events:all}}.hero{background:linear-gradient(135deg,#fef3ff,#e0f2fe);padding:100px 0;min-height:90vh;display:flex;align-items:center}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-title{font-size:3rem;margin-bottom:1.5rem;color:var(--text-dark)}.hero-name{color:var(--primary-color);display:block}.hero-description{color:var(--text-light);margin-bottom:2rem;line-height:1.8}.hero-stats{display:flex;gap:3rem;margin-top:3rem}.stat-item h3{font-size:2.5rem;color:var(--primary-color);margin-bottom:.5rem}.stat-item h3 span{font-size:1.5rem}.stat-item p{color:var(--text-light);font-size:.9rem}.hero-image{display:flex;justify-content:center}.image-wrapper{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #8b5cf633}.profile-photo{width:100%;max-width:350px;height:auto;display:block;border-radius:20px;object-fit:cover}.image-placeholder{background:#fff;border-radius:10px}@media (max-width: 968px){.hero-content{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-stats{justify-content:center}.hero-image{order:-1}}@media (max-width: 576px){.hero-title{font-size:2rem}.hero-stats{flex-direction:column;gap:1.5rem}}.about{background:#fff}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-image .image-wrapper{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0000001a}.about-image .profile-photo{width:100%;max-width:450px;height:auto;display:block;border-radius:20px;object-fit:cover}.about-image .image-placeholder{background:#fff;border-radius:10px}.about-text{max-width:600px}.about-text .section-title{text-align:left;margin-bottom:1.5rem;font-size:2.2rem}.about-description{color:var(--text-light);line-height:1.8;margin-bottom:2rem}.about-info{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem}.info-item{display:flex;gap:10px;align-items:flex-start}.info-label{font-weight:600;color:var(--text-dark);min-width:130px;flex-shrink:0}.info-value{color:var(--text-light);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cv-buttons{display:flex;gap:1rem;flex-wrap:wrap}.cv-buttons a{text-decoration:none}@media (max-width: 968px){.about-content{grid-template-columns:1fr;gap:40px}.about-text .section-title,.about-text{text-align:center}.about-info{grid-template-columns:1fr}.cv-buttons{justify-content:center}}.work-process{background:linear-gradient(135deg,#fef3ff,#f0f9ff)}.work-process-header{max-width:800px;margin:0 auto 3rem;text-align:center}.work-process-header .section-title{text-align:center;margin-bottom:1rem}.section-description{color:var(--text-light);line-height:1.8}.process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.process-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.process-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #8b5cf633}.process-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.process-number{color:#fff;font-size:1.5rem;font-weight:700}.process-title{font-size:1.3rem;margin-bottom:.8rem;color:var(--text-dark)}.process-description{color:var(--text-light);line-height:1.6;font-size:.95rem}@media (max-width: 768px){.process-grid{grid-template-columns:1fr}}.portfolio{background:#fff}.portfolio-header{text-align:center;margin-bottom:4rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:3rem;margin-bottom:2rem}.project-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #00000014;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #8b5cf626}.project-image{width:100%;height:300px;overflow:hidden;background:#f8f9fa}.project-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.project-card:hover .project-img{transform:scale(1.05)}.project-image svg{width:100%;height:auto;display:block}.project-content{padding:2.5rem;flex:1;display:flex;flex-direction:column}.project-header{margin-bottom:1.5rem}.project-title{font-size:1.8rem;margin-bottom:.5rem;color:var(--text-dark)}.project-subtitle{color:var(--primary-color);font-weight:600;font-size:1rem}.project-tech{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.5rem}.tech-badge{display:inline-flex;align-items:center;gap:.4rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500}.tech-badge svg{font-size:1rem}.project-description{color:var(--text-light);line-height:1.8;margin-bottom:1.5rem;font-size:1rem}.project-features{margin-top:auto}.project-features h4{font-size:1.1rem;margin-bottom:1rem;color:var(--text-dark)}.project-features ul{list-style:none;padding:0}.project-features li{display:flex;align-items:flex-start;gap:.8rem;padding:.5rem 0;color:var(--text-light);font-size:.95rem;line-height:1.6}.project-features li svg{color:var(--primary-color);font-size:1.1rem;flex-shrink:0;margin-top:.2rem}@media (max-width: 1200px){.projects-grid{grid-template-columns:1fr}}@media (max-width: 768px){.project-content{padding:2rem 1.5rem}.project-title{font-size:1.5rem}.tech-badge{font-size:.8rem;padding:.35rem .8rem}}.project-idea{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:80px 0;text-align:center}.project-idea-content h2{font-size:2.5rem;margin-bottom:1rem;color:#fff}.project-idea-content p{color:#fffc;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.project-idea-content .btn-primary{background:var(--primary-color)}.project-idea-content .btn-primary:hover{background:var(--secondary-color)}@media (max-width: 768px){.project-idea-content h2{font-size:1.8rem}}.services{background:#fff}.services-header{margin-bottom:3rem}.services-header .section-title{text-align:left}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.service-card{background:#fff;padding:2.5rem;border-radius:15px;border:2px solid #f0f0f0;transition:all .3s ease}.service-card:hover{border-color:var(--primary-color);box-shadow:0 15px 40px #8b5cf626;transform:translateY(-5px)}.service-icon{font-size:3rem;margin-bottom:1.5rem}.service-title{font-size:1.3rem;margin-bottom:1rem;color:var(--text-dark)}.service-description{color:var(--text-light);line-height:1.8}.services-cta{text-align:left}@media (max-width: 768px){.services-grid{grid-template-columns:1fr}.services-cta{text-align:center}}.contact{background:linear-gradient(135deg,#fef3ff,#f0f9ff)}.contact-header{text-align:center;margin-bottom:4rem}.contact-subtitle{color:var(--text-light);max-width:600px;margin:0 auto}.contact-form{max-width:800px;margin:0 auto;background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 40px #00000014}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{width:100%}.form-group input,.form-group select,.form-group textarea{width:100%;padding:15px 20px;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.form-group textarea{resize:vertical;margin-bottom:1.5rem}.contact-form .btn-primary{width:100%;padding:15px;font-size:1.1rem}@media (max-width: 768px){.form-row{grid-template-columns:1fr}.contact-form{padding:2rem 1.5rem}}.footer{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:60px 0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section .logo{margin-bottom:1rem}.footer-description{color:#ffffffb3;line-height:1.8}.footer-section h3{margin-bottom:1.5rem;font-size:1.2rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#ffffffb3;transition:color .3s ease}.footer-links a:hover{color:var(--primary-color)}.footer-contact{list-style:none}.footer-contact li{margin-bottom:.8rem;color:#ffffffb3}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center}.footer-bottom p{color:#fff9}.social-links{display:flex;gap:1rem}.social-links a{font-size:1.5rem;transition:transform .3s ease}.social-links a:hover{transform:translateY(-3px)}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.App{width:100%;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}.section-title{font-size:2.5rem;margin-bottom:1rem;color:var(--text-dark)}.section-subtitle{font-size:1.1rem;color:var(--text-light);max-width:600px;margin:0 auto 3rem;text-align:center}.btn-primary{background:var(--primary-color);color:#fff;padding:12px 30px;border-radius:5px;font-weight:600;transition:all .3s ease;display:inline-block}.btn-primary:hover{background:var(--secondary-color);transform:translateY(-2px);box-shadow:0 10px 20px #8b5cf64d}@media (max-width: 768px){.section{padding:60px 0}.section-title{font-size:2rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #8b5cf6;--secondary-color: #a78bfa;--dark-bg: #1e293b;--text-dark: #334155;--text-light: #64748b;--white: #ffffff}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;color:var(--text-dark);line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;outline:none}img{max-width:100%;height:auto}
