:root {
  --coach-navy: #123A69;
  --coach-blue: #2665A6;
  --coach-sky: #D3DFED;
  --coach-orange: #F59A01;
  --coach-gray: #5B6266;
  --coach-dark: #102033;
  --coach-white: #ffffff;
}

/* GENEL RENK VE FONT */
body {
  background:
    radial-gradient(circle at 10% 5%, rgba(245, 154, 1, 0.10), transparent 24%),
    radial-gradient(circle at 90% 8%, rgba(38, 101, 166, 0.12), transparent 28%),
    linear-gradient(180deg, #E7F0F8 0%, #F7FAFD 48%, #FFFFFF 100%) !important;
  font-family: Inter, Arial, sans-serif !important;
}

/* HERO ALANI */
.coach-application-hero {
  max-width: 1080px;
  margin: 32px auto 30px auto;
  padding: 56px 40px;
  text-align: center;
  color: #ffffff;
  background:
    radial-gradient(circle at 16% 16%, rgba(245, 154, 1, 0.34), transparent 25%),
    radial-gradient(circle at 88% 12%, rgba(211, 223, 237, 0.25), transparent 28%),
    linear-gradient(135deg, #123A69 0%, #2665A6 58%, #5F9ECE 100%);
  border-radius: 34px;
  box-shadow: 0 30px 80px rgba(18, 58, 105, 0.22);
}

.coach-hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  padding: 10px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.coach-application-hero h1 {
  max-width: 920px;
  margin: 0 auto 16px auto !important;
  color: #ffffff !important;
  font-size: clamp(32px, 5vw, 56px) !important;
  line-height: 1.1 !important;
  font-weight: 850 !important;
  letter-spacing: -0.04em !important;
}

.coach-application-hero h2 {
  margin: 0 auto 24px auto !important;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: clamp(18px, 2.4vw, 26px) !important;
  line-height: 1.3 !important;
  font-weight: 650 !important;
}

.coach-application-hero p {
  max-width: 800px;
  margin: 0 auto 30px auto !important;
  color: #ffffff !important;
  font-size: clamp(18px, 2.1vw, 24px) !important;
  line-height: 1.45 !important;
  font-weight: 650 !important;
}

.coach-hero-tags {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.coach-hero-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 750;
}

/* ÜÇLÜ TANITIM KARTLARI */
.coach-intro-panel {
  max-width: 1080px;
  margin: 0 auto 42px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.coach-intro-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(18, 58, 105, 0.10);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 18px 45px rgba(18, 58, 105, 0.10);
}

.coach-intro-card h3 {
  margin: 0 0 10px 0 !important;
  color: var(--coach-navy) !important;
  font-size: 21px !important;
  line-height: 1.2 !important;
  font-weight: 850 !important;
}

.coach-intro-card p {
  margin: 0 !important;
  color: var(--coach-gray) !important;
  font-size: 15.5px !important;
  line-height: 1.6 !important;
}

/* PAPERFORM FORM KUTUSU */
form {
  background: rgba(255, 255, 255, 0.97) !important;
  border: 1px solid rgba(18, 58, 105, 0.10) !important;
  border-radius: 28px !important;
  padding: 36px !important;
  box-shadow: 0 28px 70px rgba(18, 58, 105, 0.13) !important;
}

/* FORM METİNLERİ */
h1,
h2,
h3 {
  color: var(--coach-navy) !important;
  letter-spacing: -0.02em !important;
}

p {
  color: var(--coach-gray) !important;
}

label,
[data-testid="question-title"] {
  color: var(--coach-navy) !important;
  font-weight: 800 !important;
  font-size: 17px !important;
  line-height: 1.45 !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
}

small,
[data-testid="question-description"],
[data-testid="question-help"] {
  color: var(--coach-gray) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
}

/* INPUT ALANLARI */
input,
textarea,
select {
  max-width: 100% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(18, 58, 105, 0.22) !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  color: #1F2937 !important;
  min-height: 46px !important;
  font-size: 16px !important;
}

textarea {
  min-height: 120px !important;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--coach-orange) !important;
  box-shadow: 0 0 0 4px rgba(245, 154, 1, 0.16) !important;
  outline: none !important;
}

/* SEÇENEKLER */
input[type="radio"] + label,
input[type="checkbox"] + label {
  color: var(--coach-dark) !important;
  font-weight: 600 !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
}

input[type="checkbox"],
input[type="radio"] {
  accent-color: var(--coach-orange) !important;
}

/* BUTON */
button,
input[type="submit"],
[type="button"] {
  background: var(--coach-orange) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 14px 30px !important;
  font-weight: 850 !important;
  letter-spacing: 0.01em !important;
  box-shadow: 0 16px 34px rgba(245, 154, 1, 0.30) !important;
}

/* MOBİL */
@media (max-width: 768px) {
  .coach-application-hero {
    margin: 20px 14px 24px 14px;
    padding: 34px 20px;
    border-radius: 26px;
  }

  .coach-application-hero h1 {
    font-size: 30px !important;
    line-height: 1.14 !important;
  }

  .coach-application-hero h2 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }

  .coach-application-hero p {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  .coach-hero-tags {
    flex-direction: column;
    align-items: stretch;
  }

  .coach-hero-tags span {
    width: 100%;
    box-sizing: border-box;
  }

  .coach-intro-panel {
    grid-template-columns: 1fr;
    margin: 0 14px 30px 14px;
  }

  .coach-intro-card {
    padding: 20px !important;
    border-radius: 20px !important;
  }

  form {
    margin: 0 14px 40px 14px !important;
    padding: 22px 16px !important;
    border-radius: 22px !important;
  }

  label,
  [data-testid="question-title"] {
    font-size: 15.5px !important;
    line-height: 1.45 !important;
  }

  small,
  [data-testid="question-description"],
  [data-testid="question-help"] {
    font-size: 13.5px !important;
    line-height: 1.5 !important;
  }

  input[type="radio"] + label,
  input[type="checkbox"] + label {
    font-size: 14.5px !important;
    line-height: 1.45 !important;
  }

  button,
  input[type="submit"],
  [type="button"] {
    width: 100% !important;
  }
}
  }
}