/* v93 — reliable, compact Turnstile presentation on mobile */
.turnstile-wrap{
  display:flex!important;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
  width:100%;
  max-width:100%;
  min-height:0!important;
  margin:18px 0;
  overflow:visible!important;
}
.turnstile-wrap[hidden]{display:none!important}
.turnstile-widget-host{
  display:block;
  width:300px;
  max-width:100%;
  min-height:65px;
  overflow:hidden;
  border-radius:8px;
}
.turnstile-widget-host[hidden]{display:none!important}
.turnstile-widget-host > div,
.turnstile-widget-host iframe{
  display:block!important;
  width:300px!important;
  max-width:100%!important;
  min-height:65px!important;
  border:0!important;
}
.turnstile-status{
  width:100%;
  margin:0;
  padding:12px 14px;
  border:1px solid rgba(92,184,255,.24);
  border-radius:14px;
  background:rgba(17,42,68,.56);
  color:#cfe8ff;
  font-size:14px;
  font-weight:750;
  line-height:1.45;
}
.turnstile-status[hidden]{display:none!important}
.turnstile-status.is-error{
  border-color:rgba(255,102,114,.42);
  background:rgba(78,18,28,.45);
  color:#ffd4d8;
}
.turnstile-status p{margin:0}
.turnstile-retry{
  appearance:none;
  margin-top:10px;
  padding:9px 12px;
  border:1px solid rgba(116,200,255,.48);
  border-radius:10px;
  background:rgba(38,132,224,.20);
  color:#eef8ff;
  font:inherit;
  font-size:13px;
  font-weight:850;
  cursor:pointer;
}
.turnstile-retry:active{transform:translateY(1px)}
.turnstile-email{
  display:inline-flex;
  margin:10px 0 0 8px;
  padding:9px 12px;
  border-radius:10px;
  color:#fff;
  font-size:13px;
  font-weight:850;
  text-decoration:underline;
  text-underline-offset:3px;
}
.form-card [data-submit-button]:disabled{
  cursor:not-allowed;
  opacity:.58;
  filter:saturate(.65);
}
@media(max-width:360px){
  .turnstile-widget-host,
  .turnstile-widget-host > div,
  .turnstile-widget-host iframe{
    width:100%!important;
  }
}


/* v88 compact public form pages and readable supporting text */
.apply-page .page-hero,
.contact-page .page-hero{
  padding:44px 0 24px!important;
}
.apply-page .page-hero h1,
.contact-page .page-hero h1{
  font-size:clamp(42px,6vw,72px)!important;
  margin-bottom:14px!important;
}
.apply-page .page-hero p:not(.eyebrow){
  max-width:720px!important;
  font-size:18px!important;
  line-height:1.5!important;
}
.apply-page .page-section,
.contact-page .page-section{
  padding-top:28px!important;
}
.form-card .simple-confirm-row > span{
  font-size:15px!important;
  line-height:1.55!important;
}
.turnstile-status,
.form-submit-note,
.form-success-small{
  font-size:15px!important;
}
@media(max-width:520px){
  .form-card .simple-confirm-row > span{font-size:15px!important;line-height:1.55!important}
  .apply-page .page-hero,
  .contact-page .page-hero{padding:34px 0 20px!important}
}
