/* Sales Executive application — premium layout */
.apply-hero{
  padding:28px 4px 10px;
  text-align:center;
}
.apply-hero .eyebrow{
  display:inline-block;
  margin:0 0 10px;
  padding:6px 12px;
  border-radius:999px;
  background:rgba(196,163,90,.16);
  color:#7a5c1e;
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.apply-hero h1{
  margin:0;
  font-family:var(--serif);
  font-size:clamp(32px, 5vw, 48px);
  line-height:1.05;
  color:var(--primary);
  font-weight:700;
}
.apply-hero .role-title{
  margin:10px 0 0;
  font-size:18px;
  font-weight:800;
  color:#3f3a32;
}
.apply-hero .lede{
  margin:10px auto 0;
  max-width:640px;
  color:var(--muted);
  line-height:1.6;
}

.about-card{
  margin:18px 0;
  padding:20px 22px;
  border-radius:18px;
  background:linear-gradient(135deg, #0b3d32, #14705e);
  color:#f8f4ea;
  box-shadow:var(--shadow);
}
.about-card h2{
  margin:0 0 8px;
  font-family:var(--serif);
  font-size:26px;
  color:#e8d5a3;
}
.about-card p{margin:0 0 8px;line-height:1.65;color:rgba(255,255,255,.88)}
.about-card p:last-child{margin:0}

.countdown-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
  margin:0 0 16px;
  padding:16px 18px;
  border-radius:18px;
  border:1px solid rgba(196,163,90,.35);
  background:rgba(255,253,248,.9);
}
.cd-label{font-weight:800;color:var(--primary);margin-bottom:4px}
.cd-clock{display:flex;gap:10px}
.cd-clock span{
  min-width:58px;
  text-align:center;
  padding:8px 6px;
  border-radius:12px;
  background:var(--primary);
  color:#fff;
}
.cd-clock b{display:block;font-size:18px}
.cd-clock small{opacity:.75;font-size:11px;text-transform:uppercase;letter-spacing:.04em}
.cd-msg{width:100%}

.apply-form{padding:22px 22px 26px}
.progress-wrap{
  margin:0 0 22px;
  padding:14px 16px;
  border:1px solid rgba(11,61,50,.12);
  border-radius:16px;
  background:rgba(11,61,50,.04);
}
.progress-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;}
.progress-title{font-weight:800;color:var(--primary);}
.progress-pct{font-weight:800;color:var(--accent);}
.progress-bar{height:10px;border-radius:999px;background:rgba(0,0,0,.08);overflow:hidden;}
.progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--primary),var(--accent));transition:width .25s ease;}
.progress-help{margin-top:8px;font-size:13px;}

.section-head{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin:28px 0 16px;
  padding-top:8px;
  border-top:1px solid rgba(11,61,50,.08);
}
.section-num{
  flex:0 0 auto;
  width:42px;height:42px;
  border-radius:12px;
  display:grid;place-items:center;
  background:rgba(196,163,90,.18);
  color:#7a5c1e;
  font-weight:800;
}
.section-sub{margin:4px 0 0;color:var(--muted);font-size:14px}

.q-card{
  margin:0 0 14px;
  padding:16px;
  border:1px solid rgba(11,61,50,.12);
  border-radius:16px;
  background:#fff;
}
.q-card legend{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-weight:750;
  line-height:1.45;
  padding:0 0 10px;
}
.q-no{
  flex:0 0 auto;
  min-width:28px;
  height:28px;
  border-radius:8px;
  display:grid;place-items:center;
  background:var(--primary);
  color:#fff;
  font-size:12px;
  font-weight:800;
}
.choice-list{display:grid;gap:8px}
.choice{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:11px 12px;
  border-radius:12px;
  border:1px solid rgba(11,61,50,.12);
  cursor:pointer;
  background:#fbfaf6;
}
.choice:hover{border-color:rgba(11,61,50,.28)}
.choice:has(input:checked){
  border-color:var(--primary);
  background:rgba(15,92,76,.07);
  box-shadow:0 0 0 3px rgba(15,92,76,.08);
}
.choice input{margin-top:3px}
.choice-letter{
  flex:0 0 auto;
  width:26px;height:26px;
  border-radius:8px;
  display:grid;place-items:center;
  background:#fff;
  border:1px solid var(--border);
  font-weight:800;
  font-size:12px;
  color:var(--primary);
}
.choice-text{font-size:14px;line-height:1.45;font-weight:500}

.file-field input[type=file]{padding:10px}
.apply-actions{margin-top:22px}
.apply-actions .btn-primary{
  width:100%;
  padding:14px 16px;
  font-size:16px;
  border-radius:14px;
}
.form-footnote{
  text-align:center;
  color:var(--muted);
  font-size:13px;
  margin:18px 0 8px;
}

@media (max-width: 640px){
  .cd-clock span{min-width:50px}
  .apply-form{padding:16px}
}
