*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--bg-tertiary: #e9ecef;--text-primary: #333333;--text-secondary: #666666;--text-muted: #999999;--border-color: #dee2e6;--shadow-light: rgba(0, 0, 0, .1);--shadow-medium: rgba(0, 0, 0, .15);--gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-secondary: linear-gradient(135deg, #f093fb 0%, #f5576c 100%)}[data-theme=dark]{--bg-primary: #1a1a1a;--bg-secondary: #2d2d2d;--bg-tertiary: #404040;--text-primary: #ffffff;--text-secondary: #e0e0e0;--text-muted: #a0a0a0;--border-color: #404040;--shadow-light: rgba(255, 255, 255, .1);--shadow-medium: rgba(255, 255, 255, .15);--gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-secondary: linear-gradient(135deg, #f093fb 0%, #f5576c 100%)}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--text-primary);background-color:var(--bg-primary);transition:background-color .3s ease,color .3s ease}.header{background:var(--gradient-primary);color:#fff;padding:1rem 0;box-shadow:0 2px 10px var(--shadow-light);position:sticky;top:0;z-index:1000;transition:all .3s ease}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;position:relative}.header-right{display:flex;align-items:center;gap:2rem}.logo{font-size:1.8rem;font-weight:700;color:#fff;text-decoration:none}.nav{display:flex;gap:2rem;list-style:none}.nav a,.nav .nav-link{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease;padding:.5rem 1rem;border-radius:5px;background:none;border:none;cursor:pointer;font-size:inherit;font-family:inherit}.nav a:hover,.nav .nav-link:hover{background-color:#ffffff1a;color:#f0f0f0}.mobile-menu-btn{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem}@media (max-width: 768px){.mobile-menu-btn{display:block}.nav{position:absolute;top:100%;left:0;right:0;background:linear-gradient(135deg,#667eea,#764ba2);flex-direction:column;gap:0;max-height:0;overflow:hidden;transition:max-height .3s ease}.nav-open{max-height:300px;padding:1rem 0}.nav li{text-align:center}}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 0}.hero-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;gap:3rem}.hero-text{flex:1;text-align:left}.hero-image{flex:0 0 300px}.hero-image img{width:100%;max-width:300px;height:300px;object-fit:cover;border-radius:50%;border:4px solid rgba(255,255,255,.3);box-shadow:0 10px 30px #0003}.hero h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700}.hero p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-button{background:#ff6b6b;color:#fff;padding:1rem 2rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.cta-button:hover{background:#ff5252;transform:translateY(-2px);box-shadow:0 10px 20px #ff6b6b4d}.features{padding:6rem 0;background-color:#f8f9fa}.features-content{max-width:1200px;margin:0 auto;padding:0 2rem}.features h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.feature-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #00000014;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000026}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.feature-card p{color:#666;line-height:1.6}.tech-stack{padding:6rem 0;background:#f8f9fa}.tech-stack-content{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.tech-stack h2{font-size:2.5rem;margin-bottom:1rem;color:#333}.tech-stack-subtitle{font-size:1.2rem;color:#666;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.tech-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.tech-category{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease}.tech-category:hover{transform:translateY(-5px)}.category-title{font-size:1.3rem;color:#333;margin-bottom:1.5rem;font-weight:600}.tech-tags{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}.tech-tag{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1rem;border-radius:25px;font-size:.9rem;font-weight:500;transition:all .3s ease}.tech-tag:hover{transform:scale(1.05);box-shadow:0 5px 15px #667eea4d}.testimonials{padding:6rem 0;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.testimonials-content{max-width:1200px;margin:0 auto;padding:0 2rem}.testimonials h2{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:#333}.testimonials-subtitle{text-align:center;font-size:1.1rem;color:#666;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.testimonial-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e0e0e0}.testimonial-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #00000026}.testimonial-header{display:flex;align-items:center;margin-bottom:1.5rem}.client-avatar{font-size:3rem;margin-right:1rem}.client-info h4{color:#333;margin-bottom:.25rem;font-size:1.1rem}.client-role{color:#666;font-size:.9rem;margin-bottom:.5rem}.rating{color:gold;font-size:1.2rem}.testimonial-text{color:#555;line-height:1.6;font-style:italic;border-left:4px solid #667eea;padding-left:1rem;margin:0}.cta-section{padding:6rem 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.cta-content{max-width:800px;margin:0 auto;padding:0 2rem}.cta-section h2{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.cta-section p{font-size:1.2rem;margin-bottom:2.5rem;opacity:.9}.cta-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.cta-button.primary{background:#ff6b6b;color:#fff;padding:1rem 2rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.cta-button.primary:hover{background:#ff5252;transform:translateY(-2px);box-shadow:0 10px 20px #ff6b6b4d}.cta-button.secondary{background:transparent;color:#fff;padding:1rem 2rem;border:2px solid white;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.cta-button.secondary:hover{background:#fff;color:#667eea;transform:translateY(-2px)}.cta-stats{display:flex;gap:3rem;justify-content:center;margin-top:3rem;flex-wrap:wrap}.stat{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#ff6b6b}.stat-label{font-size:1rem;opacity:.8}.footer{background:var(--bg-tertiary);color:var(--text-primary);padding:3rem 0 1rem;border-top:1px solid var(--border-color);transition:all .3s ease}[data-theme=dark] .footer{background:#2c3e50;color:#fff}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{margin-bottom:1rem;color:#ecf0f1}.footer-section p,.footer-section a{color:#bdc3c7;text-decoration:none;line-height:1.6}.footer-section a:hover{color:#3498db}.footer-bottom{border-top:1px solid #34495e;padding-top:1rem;text-align:center;color:#95a5a6}.social-links{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap}.social-links a{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff!important;text-decoration:none;border-radius:25px;font-size:.9rem;font-weight:500;transition:all .3s ease;border:2px solid transparent}.social-links a:hover{transform:translateY(-2px);background:linear-gradient(135deg,#764ba2,#667eea);box-shadow:0 5px 15px #667eea66;color:#fff!important}.contact-link{color:inherit!important;text-decoration:none}.contact-link:hover{color:#667eea!important}.theme-toggle{display:flex;align-items:center;gap:.5rem;background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:25px;padding:.5rem 1rem;color:#fff;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.theme-toggle:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-1px)}.theme-toggle-track{position:relative;width:40px;height:20px;background:#fff3;border-radius:10px;transition:all .3s ease}.theme-toggle-thumb{position:absolute;top:2px;left:2px;width:16px;height:16px;background:#fff;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center}[data-theme=dark] .theme-toggle-thumb{transform:translate(20px);background:#1a1a1a}.theme-icon{font-size:10px;line-height:1}.theme-label{font-size:.85rem;white-space:nowrap}.hero{background:var(--bg-primary);color:var(--text-primary);transition:all .3s ease}.features{background:var(--bg-secondary);color:var(--text-primary);transition:all .3s ease}.feature-card{background:var(--bg-primary);border:1px solid var(--border-color);box-shadow:0 4px 6px var(--shadow-light);transition:all .3s ease;color:var(--text-primary)}.feature-card:hover{box-shadow:0 8px 15px var(--shadow-medium)}.feature-card h3{color:var(--text-primary)}.feature-card p{color:var(--text-secondary)}.container,.section{background:var(--bg-primary);color:var(--text-primary)}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem}.header-right{flex-direction:column;gap:1rem;width:100%;align-items:center}.nav{gap:1rem}.theme-toggle{order:-1}.theme-label{display:none}.hero-content{flex-direction:column;text-align:center;gap:2rem}.hero-text{text-align:center}.hero-image{flex:0 0 250px}.hero-image img{max-width:250px;height:250px}.hero h1{font-size:2.5rem}.hero p{font-size:1rem}.features-grid{grid-template-columns:1fr}.tech-categories{grid-template-columns:1fr;gap:1.5rem}.tech-category{padding:1.5rem}.tech-stack h2{font-size:2rem}.testimonials-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.cta-stats{gap:2rem}.stat-number{font-size:2rem}.footer-grid{grid-template-columns:1fr;text-align:center}}.about-page{min-height:100vh}.about-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0}.about-hero-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;gap:3rem}.about-image{flex:0 0 250px}.about-image img{width:100%;max-width:250px;height:250px;object-fit:cover;border-radius:50%;border:4px solid rgba(255,255,255,.3);box-shadow:0 10px 30px #0003}.about-text h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.about-subtitle{font-size:1.3rem;opacity:.9}.about-content{padding:6rem 0;background:#f8f9fa}.about-container{max-width:1200px;margin:0 auto;padding:0 2rem}.about-section{margin-bottom:4rem}.about-section h2{font-size:2.5rem;color:#333;margin-bottom:2rem;text-align:center}.about-section p{font-size:1.1rem;line-height:1.8;color:#555;max-width:800px;margin:0 auto 2rem;text-align:center}.expertise-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.expertise-item{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease}.expertise-item:hover{transform:translateY(-5px)}.expertise-item h3{font-size:1.3rem;color:#333;margin-bottom:1rem}.expertise-item p{color:#666;line-height:1.6;text-align:left}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.value-item{background:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 5px 15px #00000014;text-align:center;transition:transform .3s ease}.value-item:hover{transform:translateY(-5px)}.value-item h4{font-size:1.2rem;color:#333;margin-bottom:1rem}.value-item p{color:#666;line-height:1.6;text-align:center;margin:0}.contact-info{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 15px #0000001a;margin-top:2rem;text-align:center}.contact-info p{margin:.5rem 0;font-size:1.1rem;color:#333}@media (max-width: 768px){.about-hero-content{flex-direction:column;text-align:center;gap:2rem}.about-image{flex:0 0 200px}.about-image img{max-width:200px;height:200px}.about-text h1{font-size:2.5rem}.about-subtitle{font-size:1.1rem}.expertise-grid,.values-grid{grid-template-columns:1fr}.about-section h2{font-size:2rem}}.services-page{min-height:100vh}.services-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 0 4rem;text-align:center}.services-hero-content{max-width:800px;margin:0 auto;padding:0 2rem}.services-hero h1{font-size:3.5rem;margin-bottom:1.5rem;font-weight:700}.services-hero-subtitle{font-size:1.3rem;opacity:.9;line-height:1.6}.services-main{padding:6rem 0;background:#f8f9fa}.services-container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;color:#333;margin-bottom:1rem}.section-header p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:1fr;gap:3rem}.service-card{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #00000026}.service-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.service-icon{font-size:4rem;flex-shrink:0}.service-header h3{font-size:2rem;color:#333;margin:0}.service-description{font-size:1.1rem;color:#555;line-height:1.7;margin-bottom:2rem}.service-features{margin-bottom:2rem}.service-features h4,.service-technologies h4{font-size:1.2rem;color:#333;margin-bottom:1rem;font-weight:600}.service-features ul{list-style:none;padding:0}.service-features li{color:#555;position:relative;padding:.5rem 0 .5rem 1.5rem}.service-features li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}.service-technologies .tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.service-technologies .tech-tag{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;transition:all .3s ease}.service-technologies .tech-tag:hover{transform:scale(1.05);box-shadow:0 5px 15px #667eea4d}.process-section{padding:6rem 0;background:#fff}.process-steps{display:grid;grid-template-columns:1fr;gap:2rem;max-width:800px;margin:0 auto}.process-step{display:flex;align-items:flex-start;gap:2rem;padding:2rem;background:#f8f9fa;border-radius:15px;transition:transform .3s ease}.process-step:hover{transform:translate(10px);background:#e3f2fd}.step-number{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.step-content h3{font-size:1.4rem;color:#333;margin-bottom:.5rem}.step-content p{color:#555;line-height:1.6;margin:0}.services-cta{padding:6rem 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.services-cta .cta-content h2{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.services-cta .cta-content p{font-size:1.2rem;margin-bottom:2.5rem;opacity:.9}.services-cta .cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.services-cta .cta-button{padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block}.services-cta .cta-button.primary{background:#ff6b6b;color:#fff;border:none}.services-cta .cta-button.primary:hover{background:#ff5252;transform:translateY(-2px);box-shadow:0 10px 20px #ff6b6b4d}.services-cta .cta-button.secondary{background:transparent;color:#fff;border:2px solid white}.services-cta .cta-button.secondary:hover{background:#fff;color:#667eea;transform:translateY(-2px)}@media (max-width: 768px){.services-hero h1{font-size:2.5rem}.services-hero-subtitle{font-size:1.1rem}.service-card{padding:2rem}.service-header{flex-direction:column;text-align:center;gap:1rem}.service-header h3{font-size:1.5rem}.service-icon{font-size:3rem}.process-step{flex-direction:column;text-align:center;gap:1rem}.step-number{width:50px;height:50px;font-size:1.2rem;margin:0 auto}.services-cta .cta-buttons{flex-direction:column;align-items:center}.section-header h2{font-size:2rem}}.projects-page{min-height:100vh}.projects-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 0 4rem;text-align:center}.projects-hero-content{max-width:800px;margin:0 auto;padding:0 2rem}.projects-hero h1{font-size:3.5rem;margin-bottom:1.5rem;font-weight:700}.projects-hero-subtitle{font-size:1.3rem;opacity:.9;line-height:1.6}.projects-main{padding:6rem 0;background:#f8f9fa}.projects-container{max-width:1200px;margin:0 auto;padding:0 2rem}.projects-placeholder{display:flex;justify-content:center;align-items:center;min-height:400px}.placeholder-content{text-align:center;background:#fff;padding:4rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;max-width:800px}.placeholder-icon{font-size:4rem;margin-bottom:1.5rem}.placeholder-content h3{color:#333;margin-bottom:1.5rem;font-size:2rem}.placeholder-content p{color:#666;line-height:1.7;margin-bottom:2rem;font-size:1.1rem}.features-list{text-align:left;max-width:500px;margin:2rem auto;list-style:none;padding:0}.features-list li{padding:.5rem 0;color:#555;font-size:1rem;line-height:1.6}.placeholder-note{background:#e3f2fd;padding:1.5rem;border-radius:10px;margin-top:2rem;border-left:4px solid #667eea}.placeholder-note p{color:#333;margin:0;font-size:1rem}.projects-cta{padding:6rem 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.projects-cta .cta-content h2{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.projects-cta .cta-content p{font-size:1.2rem;margin-bottom:2.5rem;opacity:.9}.projects-cta .cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.projects-cta .cta-button{padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block}.projects-cta .cta-button.primary{background:#ff6b6b;color:#fff;border:none}.projects-cta .cta-button.primary:hover{background:#ff5252;transform:translateY(-2px);box-shadow:0 10px 20px #ff6b6b4d}.projects-cta .cta-button.secondary{background:transparent;color:#fff;border:2px solid white}.projects-cta .cta-button.secondary:hover{background:#fff;color:#667eea;transform:translateY(-2px)}@media (max-width: 768px){.projects-hero h1{font-size:2.5rem}.projects-hero-subtitle{font-size:1.1rem}.placeholder-content{padding:2.5rem}.placeholder-content h3{font-size:1.5rem}.placeholder-icon{font-size:3rem}.projects-cta .cta-buttons{flex-direction:column;align-items:center}.features-list{max-width:100%}}.projects{padding:6rem 0;background:var(--bg-secondary)}.projects-content{max-width:1200px;margin:0 auto;padding:0 2rem}.projects h2{text-align:center;font-size:3rem;margin-bottom:1rem;color:var(--text-primary);font-weight:700}.projects-subtitle{text-align:center;font-size:1.2rem;color:var(--text-secondary);margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;margin-top:3rem}.project-card{background:var(--bg-primary);border-radius:20px;overflow:hidden;box-shadow:0 10px 30px var(--shadow-light);transition:all .3s ease;border:1px solid var(--border-color)}.project-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px var(--shadow-medium)}.project-image{position:relative;height:200px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-image img{transform:scale(1.05)}.project-content{padding:2rem}.project-content h3{font-size:1.5rem;color:var(--text-primary);margin-bottom:1rem;font-weight:600}.project-description{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem;font-size:1rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.tech-badge{background:var(--gradient-primary);color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500}.project-links{display:flex;gap:1rem}.project-link{padding:.8rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;font-size:.9rem;transition:all .3s ease;display:inline-block;text-align:center}.github-link{background:var(--bg-tertiary);color:var(--text-primary);border:2px solid var(--border-color)}.github-link:hover{background:var(--text-primary);color:var(--bg-primary);transform:translateY(-2px)}.live-link{background:var(--gradient-secondary);color:#fff;border:2px solid transparent}.live-link:hover{transform:translateY(-2px);opacity:.9}.loading-placeholder,.error-placeholder{text-align:center;padding:4rem 2rem;background:var(--bg-primary);border-radius:20px;box-shadow:0 10px 30px var(--shadow-light)}.loading-placeholder h3,.error-placeholder h3{color:var(--text-primary);margin-bottom:1rem;font-size:2rem}.loading-placeholder p,.error-placeholder p{color:var(--text-secondary);font-size:1.1rem}@media (max-width: 768px){.projects{padding:4rem 0}.projects h2{font-size:2.5rem}.projects-grid{grid-template-columns:1fr;gap:2rem}.project-content{padding:1.5rem}.project-links{flex-direction:column}.project-link{text-align:center}}@media (max-width: 480px){.projects-content{padding:0 1rem}.projects h2{font-size:2rem}.projects-subtitle{font-size:1rem}.tech-badge{font-size:.7rem;padding:.2rem .6rem}}.contact-page{min-height:100vh}.contact-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 0 4rem;text-align:center}.contact-hero-content{max-width:800px;margin:0 auto;padding:0 2rem}.contact-hero h1{font-size:3.5rem;margin-bottom:1.5rem;font-weight:700}.contact-hero-subtitle{font-size:1.3rem;opacity:.9;line-height:1.6}.contact-main{padding:6rem 0;background:#f8f9fa}.contact-container{max-width:1200px;margin:0 auto;padding:0 2rem}.contact-content{display:grid;grid-template-columns:1fr;gap:4rem}.contact-info-section h2,.contact-form-section h2{font-size:2.5rem;color:#333;margin-bottom:1rem;text-align:center}.contact-info-section p,.contact-form-section p{font-size:1.1rem;color:#666;text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.contact-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.contact-info-card{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 5px 15px #0000001a;text-align:center;transition:transform .3s ease}.contact-info-card:hover{transform:translateY(-5px)}.contact-icon{font-size:3rem;margin-bottom:1rem}.contact-info-card h3{font-size:1.5rem;color:#333;margin-bottom:.5rem}.contact-detail{font-size:1.2rem;color:#667eea;font-weight:600;margin-bottom:.5rem}.contact-description{color:#666;margin:0}.contact-form{background:#fff;padding:3rem;border-radius:15px;box-shadow:0 10px 30px #0000001a;max-width:800px;margin:0 auto}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#333;margin-bottom:.5rem;font-size:1rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.form-group input:focus,.form-group select: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-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 3rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:block;margin:2rem auto 0}.submit-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.contact-cta{padding:6rem 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.contact-cta .cta-content h2{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.contact-cta .cta-content p{font-size:1.2rem;margin-bottom:2.5rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.contact-cta .cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.contact-cta .cta-button{padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block}.contact-cta .cta-button.primary{background:#ff6b6b;color:#fff;border:none}.contact-cta .cta-button.primary:hover{background:#ff5252;transform:translateY(-2px);box-shadow:0 10px 20px #ff6b6b4d}.contact-cta .cta-button.secondary{background:transparent;color:#fff;border:2px solid white}.contact-cta .cta-button.secondary:hover{background:#fff;color:#667eea;transform:translateY(-2px)}@media (max-width: 768px){.contact-hero h1{font-size:2.5rem}.contact-hero-subtitle{font-size:1.1rem}.contact-info-grid{grid-template-columns:1fr}.contact-form{padding:2rem}.form-row{grid-template-columns:1fr;gap:0}.contact-info-section h2,.contact-form-section h2{font-size:2rem}.contact-cta .cta-buttons{flex-direction:column;align-items:center}.contact-icon{font-size:2.5rem}.contact-info-card{padding:2rem}}
