.contact-form-container{width:100%;padding:96px 24px 80px;min-height:100vh;position:relative;background-color:#0d1117;background-image:radial-gradient(ellipse 60% 42% at 50% 0,rgba(147,51,234,.2),transparent 70%),radial-gradient(ellipse 45% 32% at 82% 12%,rgba(6,182,212,.1),transparent 62%),radial-gradient(ellipse 40% 30% at 15% 30%,rgba(168,85,247,.08),transparent 60%);background-repeat:no-repeat}.contact-form-wrapper{max-width:760px;margin:0 auto;position:relative;z-index:1}.contact-form-header{text-align:center;margin-bottom:44px}.contact-form-header:before{content:"";display:block;width:64px;height:64px;margin:0 auto 22px;border-radius:16px;border:1px solid rgba(147,51,234,.38);background-color:rgba(147,51,234,.12);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none' stroke='%23c084fc' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3e%3cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3e%3cpolyline points='22,6 12,13 2,6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:50%;box-shadow:0 0 34px rgba(147,51,234,.28),inset 0 0 20px rgba(147,51,234,.1)}.contact-form-title{font-size:3rem;font-weight:700;color:#e6edf3;line-height:1.1;margin-bottom:16px}.contact-form-subtitle{font-size:1.125rem;color:#adbac7;line-height:1.6}.contact-form{background:#161b22;border:1px solid #30363d;border-radius:16px;padding:40px 44px;box-shadow:0 24px 60px -20px rgba(0,0,0,.6),0 0 0 1px rgba(147,51,234,.04)}.contact-form-field{margin-bottom:24px}.contact-form-label{display:block;font-size:.875rem;font-weight:600;color:#e6edf3;margin-bottom:8px}.contact-form-required{color:#f87171}.contact-form-optional{font-weight:400;color:#8b949e}.contact-form-input,.contact-form-select,.contact-form-textarea{width:100%;padding:12px 16px;font-size:1rem;color:#e6edf3;background:#0d1117;border:1px solid #30363d;border-radius:8px;transition:all .2s ease}.contact-form-input:focus,.contact-form-select:focus,.contact-form-textarea:focus{outline:none;border-color:#a855f7;box-shadow:0 0 0 3px rgba(168,85,247,.18)}.contact-form-input::placeholder,.contact-form-textarea::placeholder{color:#6e7681}.contact-form-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%238b949e' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:20px;padding-right:40px}.contact-form-select option{background:#161b22;color:#e6edf3}.contact-form-textarea{resize:vertical;min-height:140px;font-family:inherit}.contact-form-input-error{border-color:#f87171}.contact-form-input-error:focus{border-color:#f87171;box-shadow:0 0 0 3px hsla(0,91%,71%,.18)}.contact-form-error{color:#f87171;font-size:.875rem;margin-top:6px;display:flex;align-items:center;gap:4px}.contact-form-error-banner{background:hsla(0,91%,71%,.1);border:1px solid hsla(0,91%,71%,.32);border-radius:8px;padding:16px;margin-bottom:24px}.contact-form-error-banner p{color:#f87171;font-size:.875rem;margin:0}.contact-form-message-footer{display:flex;justify-content:space-between;align-items:center;margin-top:6px}.contact-form-character-count{font-size:.75rem;color:#8b949e;margin:0}.contact-form-recaptcha-notice{margin-bottom:24px}.contact-form-recaptcha-notice p{font-size:.75rem;color:#8b949e;line-height:1.5;margin:0}.contact-form-recaptcha-notice a{color:#c084fc;text-decoration:underline}.contact-form-recaptcha-notice a:hover{color:#d8b4fe}.contact-form-submit{width:100%;padding:14px 24px;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#9333ea,#a855f7);border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;box-shadow:0 6px 20px -6px rgba(147,51,234,.5)}.contact-form-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 28px -6px rgba(147,51,234,.6)}.contact-form-submit:active:not(:disabled){transform:translateY(0)}.contact-form-submit:disabled{background:#30363d;color:#8b949e;cursor:not-allowed;box-shadow:none}.contact-form-success{background:#161b22;border:1px solid #30363d;border-radius:16px;padding:60px 40px;text-align:center;box-shadow:0 24px 60px -20px rgba(0,0,0,.6)}.contact-form-success-icon{width:80px;height:80px;margin:0 auto 24px;background:rgba(34,197,94,.14);color:#22c55e;border:1px solid rgba(34,197,94,.35);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 30px rgba(34,197,94,.22)}.contact-form-success-title{font-size:2rem;font-weight:700;color:#e6edf3;margin-bottom:16px}.contact-form-success-message{font-size:1.125rem;color:#adbac7;line-height:1.6;max-width:480px;margin:0 auto}@media (max-width:768px){.contact-form-container{padding:72px 16px 60px}.contact-form-title{font-size:2rem}.contact-form-subtitle{font-size:1rem}.contact-form{padding:32px 24px}.contact-form-success{padding:48px 24px}.contact-form-success-title{font-size:1.5rem}.contact-form-success-message{font-size:1rem}}@media (max-width:640px){.contact-form-container{padding:56px 16px 40px}.contact-form-title{font-size:1.75rem}.contact-form-header{margin-bottom:32px}.contact-form-header:before{width:56px;height:56px;margin-bottom:18px}.contact-form{padding:24px 20px}.contact-form-field{margin-bottom:20px}.contact-form-success-icon{width:64px;height:64px}}