.contact-form-block{background:var(--card-bg);border-radius:var(--flow-border-radius);box-shadow:var(--flow-node-shadow);margin:0 auto;max-width:800px;padding:2rem}.contact-form-header{margin-bottom:2rem;text-align:center}.contact-form-title{color:var(--text-color);font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 1rem}.contact-form-subtitle{color:var(--inactive-color);font-size:1.125rem;line-height:1.6;margin:0}.contact-form-content{align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 2fr}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-item{align-items:center;background:var(--flow-light);border-left:4px solid var(--accent-color);border-radius:8px;display:flex;gap:.75rem;padding:1rem}.contact-icon{flex-shrink:0;font-size:1.5rem}.contact-text{color:var(--text-color);font-size:1rem;font-weight:500}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-label{color:var(--text-color);font-size:.875rem;font-weight:600}.form-input,.form-textarea{background:var(--card-bg);border:2px solid var(--flow-border);border-radius:8px;color:var(--text-color);font-size:1rem;padding:.75rem 1rem;transition:all .2s ease}.form-input:focus,.form-textarea:focus{border-color:var(--accent-color);box-shadow:0 0 0 3px rgba(96,70,255,.1);outline:none}.form-textarea{font-family:inherit;min-height:120px;resize:vertical}.form-submit{background:var(--accent-color);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:1rem 2rem;transition:all .2s ease}.form-submit:hover{background:var(--hover-color);box-shadow:0 4px 12px rgba(96,70,255,.3);transform:translateY(-1px)}.form-submit:active{transform:translateY(0)}.form-submit:disabled{background:var(--inactive-color);box-shadow:none;cursor:not-allowed;transform:none}@media (max-width:768px){.contact-form-content{gap:2rem;grid-template-columns:1fr}.contact-form-block{padding:1.5rem}.contact-form-title{font-size:2rem}}.form-success{background:rgba(16,185,129,.1);border:1px solid #10b981;border-radius:8px;color:#065f46}.form-error,.form-success{margin-top:1rem;padding:1rem;text-align:center}.form-error{background:rgba(239,68,68,.1);border:1px solid #ef4444;border-radius:8px;color:#991b1b}.form-submit.loading{color:transparent;position:relative}.form-submit.loading:after{animation:spin 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:transparent;content:"";height:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px}@keyframes spin{to{transform:translate(-50%,-50%) rotate(1turn)}}.form-checkbox-group{align-items:flex-start;display:flex;gap:.75rem;margin-top:.5rem}.form-checkbox{accent-color:var(--accent-color);cursor:pointer;flex-shrink:0;height:18px;margin:2px 0 0;width:18px}.form-checkbox-label{color:var(--text-color);cursor:pointer;font-size:.875rem;line-height:1.5;margin:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.form-checkbox-label a{color:var(--accent-color);text-decoration:underline;transition:color .2s ease}.form-checkbox-label a:hover{color:var(--hover-color);text-decoration:none}.form-checkbox-label a:focus{border-radius:2px;outline:2px solid var(--accent-color);outline-offset:2px}.form-checkbox:focus+.form-checkbox-label{border-radius:4px;outline:2px solid var(--accent-color);outline-offset:2px}.form-checkbox:checked{background-color:var(--accent-color);border-color:var(--accent-color)}.form-checkbox:invalid{border-color:#dc3545;box-shadow:0 0 0 3px rgba(220,53,69,.1)}.form-checkbox:invalid+.form-checkbox-label{color:#dc3545}
