.founding-wrap { padding-top: 60px; padding-bottom: 80px; }

.founding-intro { text-align: center; margin-bottom: 40px; padding: 40px; background: #000; border-radius: 15px; border-top: 5px solid #DBC078; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.founding-intro h2 { color: #DBC078; font-family: 'Alata', sans-serif; font-size: 36px; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px; }
.founding-intro p { font-size: 18px; line-height: 32px; color: #333; font-family: 'Roboto Slab', serif; }
.founding-highlight { color: #fff; }

.founding-form-box { background: #000; padding: 40px; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); border: 1px solid #e1e5ea; }
.founding-form-title { margin-bottom: 10px; padding-bottom: 0px; font-weight: 600; color: #fff; } /* Dark tema için beyaz renk atandı */
.form-footer-note { text-align: center; margin-bottom: 20px; font-size: 14px; color: #fff; font-style: italic; border-top: 1px solid #eee; padding-top: 20px; }

.form-control { border-radius: 5px; border: 1px solid #d7deea; padding: 12px 15px; height: auto; box-shadow: none; font-size: 15px; margin-bottom: 20px; }
.form-control:focus { border-color: #DBC078; box-shadow: 0 0 5px rgba(219, 192, 120, 0.5); }
.founding-form-box label { color:#bababa; font-weight: 600; margin-bottom: 8px; display: block; }

.submit-btn-wrap { margin-top: 30px; }
.submit-btn { background: #DBC078; color: #fff; border: none; padding: 15px 40px; font-size: 18px; font-weight: 600; border-radius: 5px; text-transform: uppercase; transition: all 0.3s ease; width: 100%; }
.submit-btn:hover { background: #F7D098; color: #fff; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(247, 208, 152, 0.4); }

.file-upload-wrapper { position: relative; margin-bottom: 20px; }
.file-upload-wrapper input[type="file"] { padding: 10px; background: #f9fbfe; border: 1px dashed #DBC078; border-radius: 5px; width: 100%; color: #555; }
.file-upload-icon { color:#DBC078; margin-right: 5px; }
.form-row-spacing { margin-top: 20px; }
.textarea-spacing { margin-top: 10px; }