/* ============================================================
   Katılım başvurusu — external form landing page
   ============================================================ */

.fhero {
  position: relative;
  padding: calc(var(--nav-h) + 72px) 0 64px;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(115deg, rgba(0, 159, 227, .05) 1px, transparent 1px) 0 0 / 240px 100%,
    radial-gradient(900px 520px at 78% -10%, rgba(0, 159, 227, .15), transparent 62%),
    radial-gradient(680px 440px at 16% 14%, rgba(88, 184, 50, .08), transparent 60%),
    #fff;
}

.fhero h1 {
  max-width: 900px;
  margin: 0 auto;
  font-size: clamp(48px, 7vw, 94px);
  line-height: 1;
}

.fhero h1 .grad {
  color: transparent;
  background: var(--grad-brand);
  background-clip: text;
  -webkit-background-clip: text;
}

.fhero .lead {
  max-width: 780px;
  margin: 26px auto 0;
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 23px);
  line-height: 1.65;
}

.fhero-mini {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.fhero-mini .m {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 19px;
  border: 1px solid var(--border);
  border-radius: 100px;
  background: rgba(255, 255, 255, .84);
  backdrop-filter: blur(8px);
}

.fhero-mini .m b {
  color: var(--blue-ink);
  font-family: 'Manrope';
  font-weight: 800;
}

.fhero-mini .m span {
  color: var(--muted);
  font-size: 14px;
}

.application-timeline {
  padding: 92px 0;
  background: var(--paper);
}

.application-form-section { padding: 96px 0; background: #f8fbfd; }
.application-form { max-width: 920px; margin: 42px auto 0; padding: 34px; border: 1px solid var(--border); border-radius: 24px; background: #fff; box-shadow: var(--sh-sm); }
.application-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.application-form label { display: flex; flex-direction: column; gap: 8px; color: var(--blue-ink); font-size: 14px; font-weight: 700; }
.application-form input:not([type="checkbox"]), .application-form select, .application-form textarea { width: 100%; border: 1px solid #d6e1e9; border-radius: 12px; background: #fbfdff; color: var(--blue-ink); padding: 13px 14px; font: inherit; font-size: 15px; outline: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.application-form textarea { min-height: 140px; resize: vertical; }
.application-form input:not([type="checkbox"]):focus, .application-form select:focus, .application-form textarea:focus { border-color: var(--blue); background: #fff; box-shadow: 0 0 0 4px rgba(0,159,227,.12); }
.application-form .field-full { grid-column: 1 / -1; }
.application-form small { color: var(--muted); font-size: 12px; font-weight: 500; }
.form-consent { flex-direction: row !important; align-items: flex-start; margin-top: 24px; color: var(--muted) !important; font-size: 13px !important; line-height: 1.55; font-weight: 500 !important; }
.form-consent input { width: 18px; height: 18px; margin-top: 1px; accent-color: var(--blue); flex: none; }
.application-form-footer { display: flex; align-items: center; gap: 20px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--border); }
.application-form-footer .btn:disabled { cursor: wait; opacity: .65; transform: none; }
.form-feedback { margin: 0; font-size: 14px; line-height: 1.5; }
.form-feedback.success { color: #287b3c; }
.form-feedback.error { color: #b33b3b; }
@media (max-width: 680px) {
  .application-form-section { padding: 70px 0; }
  .application-form { margin-top: 30px; padding: 22px; border-radius: 18px; }
  .application-form-grid { grid-template-columns: 1fr; gap: 16px; }
  .application-form .field-full { grid-column: auto; }
  .application-form-footer { display: block; }
  .application-form-footer .btn { width: 100%; justify-content: center; }
  .form-feedback { margin-top: 14px; }
}

.timeline-heading {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.timeline-heading h2 { margin-top: 0; font-size: clamp(34px, 4.5vw, 56px); }
.timeline-heading p { margin-top: 16px; color: var(--muted); font-size: 18px; }

.timeline-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 46px;
}

.timeline-grid::before {
  content: '';
  position: absolute;
  top: 52px;
  left: 15%;
  right: 15%;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--green));
  opacity: .2;
}

.timeline-step {
  position: relative;
  min-height: 290px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s var(--ease);
}

.timeline-step:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 159, 227, .28);
  box-shadow: var(--sh-md);
}

.step-number {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 12px;
  background: var(--grad-brand);
  color: #fff;
  font-family: 'Manrope';
  font-weight: 800;
}

.timeline-step time {
  display: block;
  margin-top: 34px;
  color: var(--green-deep);
  font-family: 'Manrope';
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
}

.timeline-step h3 { margin-top: 8px; font-size: 26px; }
.timeline-step p { margin-top: 12px; color: var(--muted); line-height: 1.65; }

.draft-note {
  margin-top: 22px;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.participation-conditions {
  padding: 92px 0 120px;
  background: #fff;
}

.conditions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 46px;
}

.condition-item {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--paper);
  transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s var(--ease), background .28s var(--ease);
}

.condition-item:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 159, 227, .28);
  box-shadow: var(--sh-md);
  background: #fff;
}

.condition-num {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  background: var(--sky);
  color: var(--blue-deep);
  font-family: 'Manrope';
  font-weight: 800;
  margin-bottom: 16px;
}

.condition-item h3 { font-size: 20px; margin-bottom: 8px; }
.condition-item p { color: var(--muted); font-size: 15px; line-height: 1.65; }

@media (max-width: 900px) {
  .timeline-grid,
  .conditions-grid { grid-template-columns: 1fr; }
  .timeline-grid::before { display: none; }
}

@media (max-width: 560px) {
  .fhero { padding: calc(var(--nav-h) + 46px) 0 54px; }
  .fhero h1 { font-size: clamp(44px, 15vw, 64px); }
  .fhero-mini .m { width: 100%; justify-content: center; flex-direction: column; gap: 2px; }
  .application-timeline,
  .participation-conditions { padding: 68px 0; }
  .timeline-step { min-height: auto; padding: 25px; }
  .condition-item { padding: 24px; }
}

/* ---------- Sticky bottom CTA visible on this page at all widths ---------- */
body.page-katilim .mobile-cta { display: block; }
body.page-katilim { padding-bottom: 76px; }
body.page-katilim .footer { padding-bottom: 68px; }
