.idea-page { min-height: 100vh; background: var(--paper); }
.idea-header { height: 88px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(22px, 4vw, 68px); color: var(--white); background: var(--ink); }
.idea-back { padding-bottom: 4px; font-size: 11px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.35); }
.idea-back span { margin-left: 12px; color: #d4a16c; }
.idea-main { display: grid; grid-template-columns: .78fr 1.22fr; min-height: calc(100vh - 88px); }
.idea-intro { padding: clamp(72px, 8vw, 120px) clamp(24px, 6vw, 92px); color: var(--white); background: var(--ink-soft); }
.idea-intro h1 { margin: 0; font: 400 clamp(52px, 5.8vw, 92px)/.96 var(--display); letter-spacing: -.055em; }
.idea-intro h1 em { color: #d4a16c; font-weight: 400; }
.idea-intro > p:not(.eyebrow) { max-width: 600px; margin: 30px 0 0; color: #c2b6a8; font-size: 15px; line-height: 1.85; }
.idea-intro ul { display: grid; gap: 0; margin: 54px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.15); }
.idea-intro li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 18px 0; color: #d7ccbe; font-size: 12px; border-bottom: 1px solid rgba(255,255,255,.15); }
.idea-intro li b { color: #d4a16c; font: italic 16px var(--display); }
.idea-intro > .eyebrow { color: #d6aa78; }
.idea-form-panel { padding: clamp(48px, 7vw, 100px) clamp(22px, 6vw, 86px); }
#fikir-formu { max-width: 820px; margin: 0 auto; }
.form-heading, .uploads-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.form-heading span, .uploads-heading span { color: var(--wood-dark); font-size: 9px; font-weight: 750; letter-spacing: .16em; }
.form-heading h2, .uploads-heading h2 { margin: 5px 0 0; font: 400 clamp(28px, 3vw, 39px) var(--display); }
.form-heading p, .uploads-heading strong { margin: 0 0 6px; color: #776c5f; font-size: 10px; }
.contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
#fikir-formu label { display: grid; gap: 8px; color: #4b433a; font-size: 11px; font-weight: 700; letter-spacing: .02em; }
#fikir-formu input[type="text"], #fikir-formu input[type="tel"], #fikir-formu textarea { width: 100%; padding: 14px 15px; color: var(--ink); background: rgba(255,253,248,.72); border: 1px solid var(--line); border-radius: 0; font: 400 14px/1.5 var(--sans); outline: 0; resize: vertical; }
#fikir-formu input:focus, #fikir-formu textarea:focus { border-color: var(--wood); box-shadow: 0 0 0 2px rgba(168,111,56,.12); }
#fikir-formu > label { margin-top: 18px; }
.trap-field { position: absolute !important; left: -10000px !important; }
.uploads-heading { margin-top: 58px; padding-top: 34px; border-top: 1px solid var(--line); }
.upload-list { display: grid; gap: 14px; }
.upload-card { display: grid; grid-template-columns: 174px 1fr; gap: 18px; padding: 16px; background: rgba(255,253,248,.62); border: 1px solid var(--line); }
.upload-picker { position: relative; min-height: 174px; display: grid; place-items: center; overflow: hidden; color: #75695c; background: var(--paper-deep); border: 1px dashed rgba(111,69,38,.4); cursor: pointer; }
.upload-picker input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.upload-picker img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.upload-placeholder { position: relative; z-index: 1; display: grid; place-items: center; gap: 7px; text-align: center; }
.upload-placeholder b { font: 400 32px var(--display); }
.upload-placeholder small { font-size: 10px; }
.upload-details { display: flex; flex-direction: column; min-width: 0; }
.upload-card-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 10px; }
.upload-card-head strong { font: 400 20px var(--display); }
.remove-image { padding: 5px 0; color: #786b5e; background: transparent; border: 0; border-bottom: 1px solid var(--line); font: 700 9px var(--sans); cursor: pointer; }
.remove-image:disabled { visibility: hidden; }
.upload-details label { flex: 1; }
.upload-details textarea { height: 100%; min-height: 112px; }
.file-name { margin: 7px 0 0; overflow: hidden; color: #7b6f62; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.add-image { width: 100%; margin-top: 14px; padding: 16px; color: var(--wood-dark); background: transparent; border: 1px dashed rgba(111,69,38,.45); font: 750 11px var(--sans); cursor: pointer; }
.add-image span { margin-right: 8px; font-size: 17px; vertical-align: -1px; }
.add-image:disabled { cursor: default; opacity: .45; }
#fikir-formu .consent { grid-template-columns: 20px 1fr; align-items: start; margin-top: 28px; color: #6d6256; font-weight: 500; line-height: 1.55; }
.consent input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--wood-dark); }
.submit-row { display: flex; align-items: center; gap: 22px; margin-top: 24px; }
.submit-idea { min-width: 220px; min-height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; color: var(--white); background: var(--wood-dark); border: 0; font: 750 12px var(--sans); cursor: pointer; }
.submit-idea:disabled { cursor: wait; opacity: .6; }
.submit-row p { margin: 0; color: #7e7265; font-size: 9px; line-height: 1.6; }
.form-status { min-height: 24px; margin-top: 16px; color: #8c3d31; font-size: 12px; font-weight: 700; }
.form-status.success { color: #356b4c; }
.success-panel { padding: clamp(40px, 8vw, 80px); text-align: center; background: var(--white); border: 1px solid var(--line); }
.success-panel b { display: grid; width: 54px; height: 54px; place-items: center; margin: 0 auto 20px; color: var(--white); background: var(--wood-dark); border-radius: 50%; font-size: 24px; }
.success-panel h2 { margin: 0; font: 400 42px var(--display); }
.success-panel p { max-width: 520px; margin: 16px auto; color: #655b50; }
.success-panel small { color: #8a7d70; }
.idea-footer { display: flex; justify-content: space-between; padding: 26px clamp(22px, 4vw, 68px); color: #bdb2a5; background: var(--ink); font-size: 10px; }
.idea-footer a { color: var(--white); }
@media (max-width: 980px) {
  .idea-main { grid-template-columns: 1fr; }
  .idea-intro { padding-top: 80px; padding-bottom: 80px; }
}
@media (max-width: 620px) {
  .idea-header { height: 74px; }
  .idea-back { font-size: 0; }
  .idea-back span { margin: 0; font-size: 18px; }
  .contact-fields, .upload-card { grid-template-columns: 1fr; }
  .upload-picker { min-height: 210px; }
  .idea-form-panel { padding-top: 50px; padding-bottom: 60px; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .submit-row { align-items: stretch; flex-direction: column; }
  .submit-idea { width: 100%; }
  .idea-footer { gap: 16px; flex-direction: column; }
}
