/* ============================================================
   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;
}

.program-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 auto 30px;
  padding: 14px 24px;
  border: 1px solid rgba(0, 159, 227, .3);
  border-radius: 100px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 12px 34px rgba(0, 104, 164, .1);
  color: var(--blue-deep);
  font-family: 'Manrope';
  font-size: clamp(15px, 1.5vw, 19px);
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.program-badge .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(88, 184, 50, .12);
}

.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);
}

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

.timeline-heading .eyebrow { margin-inline: auto; }
.timeline-heading h2 { margin-top: 16px; 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; }
  .program-badge { padding: 11px 17px; letter-spacing: .06em; }
  .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; }
