.contact-container .work-together{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;align-items:center;justify-content:center;padding:2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.contact-container .work-together .container{max-width:800px;width:100%;text-align:center}.contact-container .work-together .profile-section{margin-bottom:3rem}.contact-container .work-together .profile-section .profile-image{width:120px;height:120px;margin:0 auto;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);padding:8px;box-shadow:0 10px 40px rgba(0,0,0,.1);transition:transform .3s ease}.contact-container .work-together .profile-section .profile-image:hover{transform:translateY(-5px)}.contact-container .work-together .profile-section .profile-image img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:4px solid #fff}.contact-container .work-together .main-title{font-size:clamp(2.5rem,8vw,4rem);font-weight:800;margin-bottom:3rem;color:#2d3748;line-height:1.2}.contact-container .work-together .main-title .highlight{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;position:relative}.contact-container .work-together .social-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:3rem}.contact-container .work-together .social-links .social-btn{width:60px;height:60px;border-radius:50%;background:#2d3748;border:none;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.2)}.contact-container .work-together .social-links .social-btn:hover{background:#4a5568;transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.3)}.contact-container .work-together .contact-section{display:flex;justify-content:center}.contact-container .work-together .contact-section .email-btn{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:#fff;border:2px solid #e2e8f0;border-radius:50px;font-size:1.1rem;font-weight:500;color:#2d3748;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.1)}.contact-container .work-together .contact-section .email-btn:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.contact-container .work-together .contact-section .email-btn .copy-icon{color:#718096;transition:color .3s ease;margin-left:12px}.contact-container .work-together .contact-section .email-btn .copy-icon:hover{color:#667eea}@media(max-width:768px){.contact-container .work-together{padding:1rem}.contact-container .work-together .social-links{gap:1rem}.contact-container .work-together .social-links .social-btn{width:50px;height:50px}.contact-container .work-together .contact-section .email-btn{padding:.75rem 1.5rem;font-size:1rem}}