.contact-page-wrapper{background-color:#fff;justify-content:center;align-items:center;min-height:80vh;padding:60px 20px;display:flex}.contact-container{width:100%;max-width:650px;margin:0 auto}.contact-header{text-align:center;margin-bottom:40px}.contact-header h1{color:#111827;letter-spacing:-.02em;margin-bottom:12px;font-size:2.5rem;font-weight:700}.contact-header p{color:#6b7280;font-size:1.1rem;line-height:1.5}.contact-form{background-color:#fff;border:1px solid #f3f4f6;border-radius:16px;flex-direction:column;gap:24px;padding:50px;display:flex;box-shadow:0 10px 40px #00000014}.contact-form input,.contact-form textarea{color:#111827;box-sizing:border-box;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;width:100%;padding:16px 20px;font-family:inherit;font-size:15px;transition:all .3s}.contact-form textarea{resize:vertical;min-height:120px}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#9ca3af}.contact-form input:focus,.contact-form textarea:focus{background-color:#fff;border-color:#111827;outline:none;box-shadow:0 0 0 4px #1118271a}.contact-form button{color:#fff;cursor:pointer;letter-spacing:.5px;background-color:#111827;border:none;border-radius:8px;margin-top:10px;padding:16px 24px;font-size:16px;font-weight:600;transition:all .3s}.contact-form button:hover:not(:disabled){background-color:#374151;transform:translateY(-2px);box-shadow:0 6px 15px #00000026}.contact-form button:active:not(:disabled){transform:translateY(0)}.contact-form button:disabled{cursor:not-allowed;box-shadow:none;background-color:#9ca3af;transform:none}@media (max-width:768px){.contact-page-wrapper{padding:40px 15px}.contact-form{gap:20px;padding:30px 20px}.contact-header h1{font-size:2rem}}
.contact-skeleton{max-width:600px;margin:0 auto;padding:40px 20px}.skeleton-header{text-align:center;margin-bottom:40px}.skeleton-title{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;width:40%;height:32px;margin:0 auto 12px;animation:.8s infinite shimmer}.skeleton-subtitle{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;width:70%;height:16px;margin:0 auto;animation:.8s infinite shimmer}.skeleton-form{background:#f9f9f9;border-radius:8px;padding:30px}.skeleton-form-group{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.skeleton-label{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;width:25%;height:14px;animation:.8s infinite shimmer}.skeleton-input{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:6px;width:100%;height:40px;animation:.8s infinite shimmer}.skeleton-textarea{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:6px;width:100%;height:120px;animation:.8s infinite shimmer}.skeleton-button{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:6px;width:100%;height:44px;margin-top:12px;animation:.8s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:768px){.skeleton-header{margin-bottom:30px}.skeleton-form{padding:20px}}
