/* Hemen Başvur sayfası — lead-popup stillerini tam sayfaya uyarlar */

.apply-section {
  padding-block: clamp(2rem, 4vw, 3.25rem) clamp(2.75rem, 5vw, 4.5rem);
  background:
    radial-gradient(ellipse 70% 55% at 8% 0%, rgba(239, 192, 0, 0.12), transparent 55%),
    linear-gradient(180deg, var(--surface-tint, #f4f6f7) 0%, #ffffff 55%);
}

.apply-section__inner {
  width: min(100% - 2.5rem, 980px);
  margin-inline: auto;
}

.apply-shell {
  position: relative !important;
  width: 100% !important;
  max-height: none !important;
  overflow: visible !important;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(47, 60, 68, 0.1);
  box-shadow: 0 16px 40px rgba(47, 60, 68, 0.08);
  outline: none;
  animation: none !important;
}

.apply-shell .lead-popup__grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
}

.apply-shell .lead-popup__info {
  display: block !important;
  padding: 1.6rem 1.35rem 1.4rem !important;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%) !important;
}

.apply-shell .lead-popup__title {
  margin: 0.7rem 0 0.65rem !important;
  padding-right: 0 !important;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.2 !important;
  color: var(--brand-charcoal, #2f3c44) !important;
}

.apply-shell .lead-popup__subtitle {
  display: block !important;
  margin: 0 0 1.1rem !important;
  font-size: 0.95rem !important;
  line-height: 1.6 !important;
  color: var(--text-muted, #5c676d) !important;
}

.apply-shell .lead-popup__benefits {
  display: grid !important;
  gap: 0.55rem !important;
  margin: 0 0 1.15rem !important;
  padding: 0 !important;
  list-style: none !important;
}

.apply-shell .lead-popup__benefits li {
  position: relative !important;
  display: block !important;
  padding-left: 1.15rem !important;
  font-size: 0.9rem !important;
  line-height: 1.45 !important;
  color: var(--brand-charcoal-soft, #465056) !important;
  font-weight: 550 !important;
}

.apply-shell .lead-popup__benefits li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.45rem !important;
  width: 0.45rem !important;
  height: 0.45rem !important;
  border-radius: 50% !important;
  background: var(--brand-yellow, #efc000) !important;
}

.apply-shell .lead-popup__stats {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0.55rem !important;
}

.apply-shell .lead-popup__stat {
  display: block !important;
  padding: 0.7rem 0.55rem !important;
  border: 1px solid rgba(47, 60, 68, 0.1) !important;
  border-radius: 10px !important;
  background: #fff !important;
  text-align: center !important;
}

.apply-shell .lead-popup__stat strong {
  display: block !important;
  margin-bottom: 0.2rem !important;
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  color: var(--brand-charcoal, #2f3c44) !important;
}

.apply-shell .lead-popup__stat span {
  display: block !important;
  font-size: 0.72rem !important;
  color: var(--text-muted, #5c676d) !important;
  font-weight: 600 !important;
}

.apply-shell .lead-popup__offer {
  display: block !important;
  margin: 1rem 0 0 !important;
  padding: 0.85rem 0.95rem !important;
  border: 1px solid rgba(239, 192, 0, 0.35) !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, rgba(239, 192, 0, 0.16), rgba(239, 192, 0, 0.05)) !important;
  text-align: center !important;
  font-size: 0.88rem !important;
  line-height: 1.45 !important;
  color: var(--brand-charcoal, #2f3c44) !important;
  font-weight: 650 !important;
}

.apply-shell .lead-popup__form-wrap {
  display: block !important;
  border-top: 1px solid rgba(47, 60, 68, 0.08) !important;
  background: #fff !important;
}

.apply-shell .lead-popup__form-head {
  display: block !important;
  padding: 0.9rem 1.25rem !important;
  background: linear-gradient(180deg, var(--brand-charcoal-mid, #3a4850), var(--brand-charcoal, #2f3c44)) !important;
  color: #fff !important;
  font-size: 0.98rem !important;
  font-weight: 750 !important;
  text-align: center !important;
}

.apply-shell .lead-popup__form {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0.75rem !important;
  padding: 1.15rem 1.25rem 1.35rem !important;
  margin: 0 !important;
  width: 100% !important;
}

.apply-shell .lead-popup__field {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

.apply-shell .lead-popup__field input,
.apply-shell .lead-popup__field select {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0.65rem 0.85rem !important;
  border: 1px solid rgba(47, 60, 68, 0.14) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--brand-charcoal, #2f3c44) !important;
  font: inherit !important;
  font-size: 0.92rem !important;
  box-sizing: border-box !important;
}

.apply-shell .lead-popup__field input:focus,
.apply-shell .lead-popup__field select:focus {
  outline: none !important;
  border-color: rgba(239, 192, 0, 0.65) !important;
  box-shadow: 0 0 0 3px rgba(239, 192, 0, 0.14) !important;
}

.apply-shell .lead-popup__consent {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.55rem !important;
  width: 100% !important;
  margin: 0 !important;
  font-size: 0.75rem !important;
  line-height: 1.45 !important;
  color: var(--text-muted, #5c676d) !important;
}

.apply-shell .lead-popup__consent input {
  flex: 0 0 auto !important;
  margin-top: 0.15rem !important;
  accent-color: var(--brand-yellow, #efc000) !important;
}

.apply-shell .lead-popup__consent a {
  color: var(--brand-charcoal, #2f3c44) !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(239, 192, 0, 0.5) !important;
}

.apply-shell .lead-popup__submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 48px !important;
  margin: 0.15rem 0 0 !important;
  padding: 0.75rem 1rem !important;
  border: none !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #f2c84a 0%, var(--brand-yellow, #efc000) 55%, var(--brand-yellow-deep, #d4a800) 100%) !important;
  color: var(--brand-charcoal, #2f3c44) !important;
  font: inherit !important;
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  box-shadow: 0 8px 18px rgba(239, 192, 0, 0.28) !important;
  text-align: center !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.apply-shell .lead-popup__submit:hover {
  filter: brightness(1.03);
}

.apply-shell .apply-success {
  display: grid !important;
  gap: 0.85rem !important;
  padding: 2rem 1.5rem !important;
}

.apply-shell .apply-success h2 {
  margin: 0 !important;
  font-size: 1.35rem !important;
  font-weight: 800 !important;
  color: var(--brand-charcoal, #2f3c44) !important;
}

.apply-shell .apply-success p {
  margin: 0 !important;
  color: var(--text-muted, #5c676d) !important;
  line-height: 1.55 !important;
}

.apply-shell .apply-error {
  margin: 1rem 1.25rem 0 !important;
  padding: 0.75rem 0.9rem !important;
  border-radius: 8px !important;
  background: #fef3f2 !important;
  color: #b42318 !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
}

.apply-shell .apply-field-error {
  display: block !important;
  margin-top: 0.25rem !important;
  font-style: normal !important;
  font-size: 0.78rem !important;
  font-weight: 650 !important;
  color: #dc2626 !important;
}

@media (min-width: 820px) {
  .apply-shell .lead-popup__grid {
    grid-template-columns: 1.15fr 0.95fr !important;
  }

  .apply-shell .lead-popup__info {
    padding: 1.85rem 1.6rem 1.6rem !important;
  }

  .apply-shell .lead-popup__form-wrap {
    border-top: none !important;
    border-left: 1px solid rgba(47, 60, 68, 0.08) !important;
  }

  .apply-shell .lead-popup__form-head {
    border-radius: 0 16px 0 0 !important;
  }
}

@media (max-width: 819px) {
  .apply-shell .lead-popup__stats {
    grid-template-columns: 1fr !important;
  }

  .apply-shell .lead-popup__stat {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-align: left !important;
    gap: 0.75rem !important;
    padding-inline: 0.85rem !important;
  }

  .apply-shell .lead-popup__stat strong,
  .apply-shell .lead-popup__stat span {
    margin: 0 !important;
  }
}

@media (max-width: 480px) {
  .apply-section__inner {
    width: min(100% - 1.5rem, 980px);
  }
}
