.talep-form-section { background: #f9f9f9; padding: 30px; border-radius: 12px; margin-bottom: 25px; }
.talep-form-section h4 { color: #333; font-weight: 700; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.talep-form-section h4 i { color: #c9a96e; font-size: 22px; }
.talep-form-input { width: 100%; padding: 12px 16px; border: 1px solid #ddd; border-radius: 8px; font-size: 14px; transition: border-color .2s; }
.talep-form-input:focus { border-color: #c9a96e; outline: none; }
.talep-form-label { font-weight: 600; font-size: 13px; margin-bottom: 6px; display: block; }
.talep-form-label .required { color: #e74c3c; }
.talep-header { background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); color: #fff; padding: 40px 50px; border-radius: 12px; margin-bottom: 30px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; position: relative; overflow: hidden; }
.talep-header::before { content: ''; position: absolute; top: 0; right: 0; width: 50%; height: 100%; background: #f5f0e8; clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%); }
.talep-header-left { position: relative; z-index: 1; max-width: 45%; }
.talep-header-left img { max-width: 220px; margin-bottom: 15px; }
.talep-header-left p { color: #aaa; font-size: 14px; line-height: 1.6; margin-top: 15px; display: flex; align-items: flex-start; gap: 10px; }
.talep-header-left p i { color: #c9a96e; font-size: 18px; margin-top: 3px; }
.talep-header-right { position: relative; z-index: 1; text-align: center; max-width: 50%; }
.talep-header-right h1 { color: #1a1a1a; font-size: 32px; font-weight: 800; line-height: 1.2; }
.talep-header-right h1 span { display: block; font-size: 38px; }
.talep-header-right img { max-width: 280px; margin-top: 10px; opacity: 0.8; }
@media (max-width: 768px) {
  .talep-header { flex-direction: column; text-align: center; padding: 30px 20px; min-height: 340px; justify-content: flex-start; }
  .talep-header::before { width: 100%; height: 55%; top: auto; bottom: 0; clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%); }
  .talep-header-left, .talep-header-right { max-width: 100%; }
  .talep-header-left p { justify-content: center; }
  .talep-header-right { margin-top: auto; padding-top: 12px; }
  .talep-header-right h1 { font-size: clamp(16px, 4.2vw, 22px); line-height: 1.3; white-space: nowrap; }
  .talep-header-right h1 span { display: inline; font-size: inherit; }
  .talep-header-right img { max-width: 200px; }
}
.talep-submit-btn { background: #c9a96e; color: #1a1a1a; font-weight: 700; font-size: 16px; padding: 16px 40px; border: none; border-radius: 8px; cursor: pointer; transition: background .2s; display: inline-flex; align-items: center; gap: 10px; margin: 0 auto; }
.talep-submit-btn:hover { background: #b8944f; }
.talep-submit-btn:disabled { opacity: 0.65; cursor: not-allowed; }
.talep-info-bar { background: #f0f7ff; border: 1px solid #d0e3f7; border-radius: 8px; padding: 15px 20px; display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.talep-info-features { display: flex; justify-content: flex-end; flex-wrap: wrap; }
.talep-info-feature { text-align: center; padding: 0 25px; }
.talep-info-feature + .talep-info-feature { border-left: 1px solid #ccc; }
.talep-info-feature i { font-size: 38px; color: #333; display: block; margin-bottom: 6px; }
.talep-info-feature small { font-weight: 700; font-size: 11px; }
@media (max-width: 768px) {
  .talep-info-features { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 12px; justify-content: center; }
  .talep-info-feature { padding: 8px 4px; border-left: none !important; }
}
.file-drop-zone { border: 2px dashed #ccc; border-radius: 10px; padding: 30px; text-align: center; cursor: pointer; transition: border-color .2s; background: #fafafa; }
.file-drop-zone:hover, .file-drop-zone.is-dragover { border-color: #c9a96e; }
.file-drop-zone i { font-size: 36px; color: #c9a96e; }
.char-count { text-align: right; font-size: 12px; color: #999; }
.talep-form-input.is-invalid { border-color: #e74c3c !important; }
.file-drop-zone.is-invalid { border-color: #e74c3c !important; background: #fff5f5; }
.field-error { color: #e74c3c; font-size: 12px; margin-top: 4px; display: block; }
.talep-field-hint { font-size: 12px; color: #777; margin-bottom: 8px; }
