/* public_html/assets/css/front_coaching_application.css */

.coach-apply-page{
  position:relative;
  padding:clamp(16px,3vw,34px) 0 clamp(38px,6vw,78px);
}

.coach-apply-shell{
  width:min(1180px,100%);
  margin:0 auto;
}

.coach-apply-hero{
  display:grid;
  grid-template-columns:minmax(0,.86fr) minmax(330px,1.14fr);
  gap:clamp(16px,3vw,34px);
  align-items:stretch;
}

.coach-apply-copy{
  min-width:0;
  padding:clamp(18px,3.5vw,42px) 0;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.coach-apply-eyebrow{
  width:max-content;
  max-width:100%;
  border:1px solid rgba(212,175,55,.34);
  background:linear-gradient(180deg, rgba(212,175,55,.16), rgba(255,255,255,.04));
  color:#f7d878;
  border-radius:999px;
  padding:8px 14px;
  font-size:12px;
  font-weight:900;
  box-shadow:0 12px 34px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.14);
}

.coach-apply-title{
  margin:16px 0 0;
  color:var(--text);
  font-size:clamp(31px,5vw,62px);
  line-height:1.08;
  letter-spacing:0;
}

.coach-apply-sub{
  margin:18px 0 0;
  color:var(--muted);
  font-size:clamp(14px,1.45vw,17px);
  line-height:1.9;
  max-width:680px;
}

.coach-apply-cues{
  margin-top:28px;
  display:flex;
  flex-direction:column;
  gap:10px 13px;
  width:min(460px,100%);
  direction:ltr;
}

.coach-apply-cues__row{
  display:grid;
  grid-template-columns:40px minmax(0,1fr);
  align-items:center;
  gap:13px;
  direction:ltr;
  width:min(360px,100%);
}

.coach-apply-cues__row > span:first-child{
  all:unset;
  box-sizing:border-box;
  width:40px;
  height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:rgba(212,175,55,.11);
  border:1px solid rgba(212,175,55,.28);
  color:#f7d878;
  font-size:12px;
  font-weight:900;
}

.coach-apply-cues__row > span:last-child{
  all:unset;
  box-sizing:border-box;
  min-width:0;
  display:block;
  width:auto;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  color:rgba(248,250,252,.92);
  font-weight:850;
  line-height:1.5;
  font-size:14px;
  white-space:normal;
  overflow-wrap:normal;
  word-break:normal;
}

html[dir="rtl"] .coach-apply-cues__row > span:last-child{
  direction:rtl;
  text-align:right;
}

.coach-apply-panel{
  position:relative;
  min-width:0;
  border:1px solid rgba(255,255,255,.13);
  border-radius:24px;
  padding:1px;
  background:
    radial-gradient(circle at 20% 0%, rgba(212,175,55,.28), transparent 34%),
    linear-gradient(135deg, rgba(110,231,255,.22), rgba(167,139,250,.18) 46%, rgba(34,197,94,.12)),
    rgba(255,255,255,.04);
  box-shadow:0 26px 88px rgba(0,0,0,.36);
  overflow:hidden;
}

.coach-apply-form,
.coach-apply-success{
  height:100%;
  border-radius:23px;
  padding:clamp(18px,3vw,30px);
  background:linear-gradient(180deg, rgba(8,12,18,.89), rgba(15,23,42,.74));
  backdrop-filter:blur(15px);
}

.coach-apply-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.coach-apply-field{
  min-width:0;
}

.coach-apply-field--wide{
  grid-column:1 / -1;
}

.coach-apply-field label{
  display:block;
  margin:0 0 7px;
  color:rgba(226,232,240,.95);
  font-size:13px;
  font-weight:850;
}

.coach-apply-field input,
.coach-apply-field select,
.coach-apply-field textarea{
  width:100%;
  min-width:0;
  border:1px solid rgba(255,255,255,.13);
  border-radius:14px;
  background:rgba(2,6,23,.40);
  color:var(--text);
  outline:none;
  padding:12px 13px;
  min-height:48px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
  transition:border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.coach-apply-field select{
  appearance:auto;
}

.coach-apply-field textarea{
  resize:vertical;
  min-height:118px;
  line-height:1.8;
}

.coach-apply-field input:focus,
.coach-apply-field select:focus,
.coach-apply-field textarea:focus{
  border-color:rgba(212,175,55,.55);
  background:rgba(2,6,23,.55);
  box-shadow:0 0 0 4px rgba(212,175,55,.13);
}

.coach-apply-error{
  margin-top:6px;
  color:#fecdd3;
  font-size:12.5px;
  line-height:1.6;
}

.coach-apply-alert{
  margin-bottom:14px;
  border:1px solid rgba(251,191,36,.25);
  background:rgba(251,191,36,.10);
  color:#fde68a;
  border-radius:14px;
  padding:10px 12px;
  line-height:1.7;
}

.coach-apply-submit{
  width:100%;
  min-height:56px;
  margin-top:16px;
  border:1px solid rgba(212,175,55,.38);
  border-radius:17px;
  background:linear-gradient(135deg, rgba(212,175,55,.88), rgba(139,92,246,.62));
  color:#fff;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-weight:950;
  box-shadow:0 18px 42px rgba(0,0,0,.30), 0 0 34px rgba(212,175,55,.12);
  transition:transform .16s ease, filter .16s ease, border-color .16s ease;
}

.coach-apply-submit:hover{
  transform:translateY(-1px);
  filter:brightness(1.06);
}

html[dir="rtl"] .coach-apply-submit span:last-child{
  transform:rotate(180deg);
}

.coach-apply-success{
  min-height:520px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.coach-apply-success-mark{
  width:70px;
  height:70px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:22px;
  color:#052e16;
  background:linear-gradient(135deg,#f7d878,#86efac);
  font-size:34px;
  font-weight:950;
  box-shadow:0 20px 48px rgba(212,175,55,.20);
}

.coach-apply-success--warn .coach-apply-success-mark{
  color:#451a03;
  background:linear-gradient(135deg,#fde68a,#fb923c);
}

.coach-apply-success h2{
  margin:18px 0 0;
  color:var(--text);
  font-size:clamp(22px,3vw,34px);
  line-height:1.25;
}

.coach-apply-success p{
  margin:12px auto 0;
  max-width:560px;
  color:var(--muted);
  line-height:1.9;
}

.coach-apply-success-actions{
  margin-top:22px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:center;
}

.coach-apply-btn{
  min-height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  padding:10px 14px;
  border:1px solid rgba(255,255,255,.14);
  font-weight:850;
}

.coach-apply-btn--primary{
  background:rgba(212,175,55,.18);
  border-color:rgba(212,175,55,.34);
}

.coach-apply-btn--ghost{
  background:rgba(255,255,255,.045);
}

@media (max-width:900px){
  .coach-apply-hero{
    grid-template-columns:1fr;
  }
  .coach-apply-copy{
    padding-bottom:0;
  }
}

@media (max-width:720px){
  .coach-apply-copy{
    text-align:center;
    align-items:center;
  }
  .coach-apply-sub{
    margin-inline:auto;
  }
}

@media (max-width:620px){
  .coach-apply-page{
    padding-top:10px;
  }
  .coach-apply-grid{
    grid-template-columns:1fr;
  }
  .coach-apply-title{
    font-size:clamp(27px,9vw,40px);
  }
  .coach-apply-panel{
    border-radius:19px;
  }
  .coach-apply-form,
  .coach-apply-success{
    border-radius:18px;
    padding:16px;
  }
}

@media (prefers-reduced-motion:reduce){
  .coach-apply-submit,
  .coach-apply-field input,
  .coach-apply-field select,
  .coach-apply-field textarea{
    transition:none;
  }
}

@media (max-width:640px){
  .coach-apply-page{
    width:100%;
    max-width:100%;
    padding-inline:0;
  }

  .coach-apply-panel,
  .coach-apply-form,
  .coach-apply-success,
  .coach-apply-cue{
    border-radius:16px;
  }

  .coach-apply-success-actions{
    align-items:stretch;
    flex-direction:column;
  }

  .coach-apply-success-actions .coach-apply-btn,
  .coach-apply-btn,
  .coach-apply-submit{
    width:100%;
    min-height:44px;
  }

  .coach-apply-title,
  .coach-apply-sub,
  .coach-apply-cue,
  .coach-apply-field,
  .coach-apply-success{
    overflow-wrap:anywhere;
  }
}

@media (max-width:620px){
  .coach-apply-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }

  .coach-apply-field{
    grid-column:span 1;
  }

  .coach-apply-field--wide{
    grid-column:1 / -1;
  }
}
