/* Paket 12.0.3.3.9 — teklif formu görsel hiyerarşi ve navigasyon düzeltmeleri */
.project-form-actions {
  align-items: center;
  justify-content: flex-end;
  padding: 14px;
  background: #fff;
  border: 1px solid #d9e1e5;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(13, 34, 56, .08);
}

.project-form-actions [data-next],
.project-form-actions [data-submit] {
  margin-left: 0;
}

.project-form-actions .project-back-button {
  color: #17344b;
  background: #f7fafb;
  border: 1px solid #9fb0bb;
  box-shadow: none;
}

.project-form-actions .project-back-button:hover {
  color: #0d2238;
  background: #edf3f5;
  border-color: #718897;
}

.project-form-actions .project-back-button:hover span {
  transform: translateX(-4px);
}

.project-panel[data-step="2"] > .project-two-columns .project-field > span,
.project-panel[data-step="2"] > .project-two-columns .project-field > label > span {
  color: #31546a;
  font-weight: 750;
}

.project-field > label > span {
  display: block;
  margin-bottom: 8px;
  color: #263d51;
  font-size: .88rem;
  font-weight: 800;
}

.project-field > small {
  display: block;
  margin-top: 7px;
  color: #71808d;
  font-size: .76rem;
  line-height: 1.45;
}

.project-choice-field {
  margin: 8px 0 26px;
  padding-top: 24px;
  border-top: 1px solid #e3e9ec;
}

.project-choice-help {
  margin: -2px 0 12px;
  color: #71808d;
  font-size: .8rem;
}

.project-purpose-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.project-purpose-options label,
.project-purpose-options span {
  height: 100%;
}

.project-purpose-options span,
.conditional-features .feature-options span {
  color: #38546a;
  font-weight: 650;
  line-height: 1.4;
  background: #fbfcfc;
  border-color: #d8e1e5;
}

.project-purpose-options label:hover span,
.conditional-features .feature-options label:hover span {
  color: #173f57;
  background: #f3f7f8;
  border-color: #b8c7ce;
}

.project-purpose-options input:checked + span,
.conditional-features .feature-options input:checked + span {
  color: #9e382b;
  font-weight: 750;
  background: #fff3f0;
  border-color: #f26752;
}

.conditional-features .feature-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.conditional-features .feature-options label,
.conditional-features .feature-options span {
  height: 100%;
}

.project-details-field,
.conditional-features {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid #e3e9ec;
}

.project-choice-field > .project-label,
.project-details-field > span,
.conditional-features > .project-label {
  color: #20526b;
  font-size: .92rem;
  font-weight: 800;
}

.project-choice-help {
  color: #738695;
}

.project-other-field {
  margin-top: 12px;
  padding: 15px;
  background: #f7f9fa;
  border: 1px solid #dce3e7;
  border-radius: 12px;
}

.project-other-field label {
  display: block;
  margin-bottom: 7px;
  color: #263d51;
  font-size: .8rem;
  font-weight: 800;
}

.project-other-field input {
  width: 100%;
  padding: 13px 14px;
  color: #10283d;
  font: inherit;
  background: #fff;
  border: 1px solid #ccd5da;
  border-radius: 10px;
}

.project-other-field input:focus {
  border-color: #3b9b8c;
  outline: 3px solid rgba(59, 155, 140, .15);
}

.project-other-field-compact {
  margin-top: 9px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.project-other-field-compact label {
  margin-bottom: 6px;
}

.project-choice-error {
  margin: 10px 0 0;
  color: #aa382b;
  font-size: .8rem;
  font-weight: 750;
}

.project-choice-field.has-error .project-purpose-options {
  padding: 8px;
  background: #fff6f4;
  border: 1px solid #df776a;
  border-radius: 14px;
}

.project-help {
  line-height: 1.65;
}

.purchase-entry-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
  padding: 22px 26px;
  color: #fff;
  border-radius: 18px 18px 4px 18px;
  background: linear-gradient(115deg, #0d2238, #0d3a45);
  box-shadow: 0 18px 45px rgba(13, 34, 56, .14);
}

.purchase-entry-head span,
.purchase-entry-head strong {
  display: block;
}

.purchase-entry-head span {
  color: #79c8ba;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.purchase-entry-head strong {
  margin-top: 4px;
  font-size: 1.05rem;
}

.purchase-entry-head > b {
  flex: 0 0 auto;
  color: #ff806f;
  font-size: clamp(1.45rem, 3vw, 2.1rem);
}

.purchase-account-choice {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 24px;
  align-items: center;
  margin-bottom: 18px;
  padding: 20px 22px;
  border: 1px solid #bed8d2;
  border-radius: 16px;
  background: #eef8f5;
}

.purchase-account-choice strong,
.purchase-account-choice span {
  display: block;
}

.purchase-account-choice span,
.purchase-account-choice p {
  color: #567169;
  font-size: .84rem;
}

.purchase-account-choice p {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  padding-top: 12px;
  border-top: 1px solid #d3e7e2;
}

.purchase-account-choice .button-outline {
  color: #163d45;
  border-color: #76aea2;
  background: #fff;
}

.purchase-entry-panel {
  margin: 0;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid #dce2e4;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(13, 34, 56, .08);
}

.purchase-entry-panel legend {
  width: 100%;
  margin-bottom: 26px;
  color: #10283d;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 850;
}

.purchase-entry-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid #e3e9ec;
}

.purchase-entry-actions small {
  max-width: 310px;
  color: #71808d;
  line-height: 1.5;
}

@media (max-width: 720px) {
  .project-purpose-options,
  .conditional-features .feature-options {
    grid-template-columns: 1fr;
  }

  .project-form-actions {
    padding: 10px;
  }

  .project-form-actions .button {
    flex: 1 1 0;
  }

  .purchase-entry-head,
  .purchase-account-choice,
  .purchase-entry-actions {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .purchase-entry-head,
  .purchase-entry-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .purchase-account-choice .button,
  .purchase-entry-actions .button {
    width: 100%;
  }
}

@media (min-width: 721px) and (max-width: 980px) {
  .conditional-features .feature-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
