/* ============================================
   Audition / hiring pages (audition.php, audition-western.php)
   ============================================ */

.aud-hero { padding: 130px 0 60px; position: relative; overflow: hidden; background: var(--bg-soft); }
.aud-hero::before { content:''; position:absolute; top:-280px; right:-160px; width:640px; height:640px; border-radius:50%; background:radial-gradient(circle, rgba(255,92,53,0.10) 0%, transparent 70%); pointer-events:none; }
.aud-hero::after { content:''; position:absolute; bottom:-220px; left:-120px; width:520px; height:520px; border-radius:50%; background:radial-gradient(circle, rgba(108,58,237,0.07) 0%, transparent 70%); pointer-events:none; }
.aud-hero__inner { position: relative; z-index: 1; max-width: 820px; }
.aud-badge { display:inline-flex; align-items:center; gap:8px; padding:6px 16px 6px 8px; border-radius:var(--radius-full); background:white; border:1px solid var(--border); font-size:13px; font-weight:600; color:var(--text-secondary); margin-bottom:20px; box-shadow:var(--shadow-sm); }
.aud-badge-dot { width:8px; height:8px; border-radius:50%; background:var(--green); animation:pulse 2s infinite; }
.aud-title { font-size:48px; font-weight:800; line-height:1.1; letter-spacing:-0.035em; }
.aud-title span { color:var(--accent); }
.aud-sub { font-size:18px; color:var(--text-secondary); margin:20px 0 28px; line-height:1.7; max-width:640px; }

/* Free banner — the loudest element on the page */
.free-banner { display:flex; align-items:center; gap:14px; background:linear-gradient(100deg, var(--green-soft), #ffffff); border:1.5px solid #A7F3D0; border-radius:var(--radius-lg); padding:16px 20px; margin:0 0 28px; max-width:640px; }
.free-banner__icon { flex-shrink:0; width:44px; height:44px; border-radius:12px; background:var(--green); color:white; display:flex; align-items:center; justify-content:center; font-size:22px; }
.free-banner__t { font-weight:800; font-size:16px; color:#065F46; letter-spacing:-0.01em; }
.free-banner__d { font-size:13.5px; color:#047857; margin-top:2px; }

.aud-highlights { display:flex; flex-wrap:wrap; gap:10px; margin-top:4px; }
.aud-chip { display:inline-flex; align-items:center; gap:7px; padding:8px 15px; border-radius:var(--radius-full); background:white; border:1px solid var(--border); font-size:13.5px; font-weight:600; color:var(--text); box-shadow:var(--shadow-sm); }

/* Role cards */
.role-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:48px; }
.role-grid--2 { grid-template-columns:repeat(2,1fr); max-width:780px; }
.role-card { border:1px solid var(--border); border-radius:var(--radius-xl); background:white; overflow:hidden; transition:var(--transition); display:flex; flex-direction:column; }
.role-card:hover { box-shadow:var(--shadow-lg); transform:translateY(-4px); }
.role-card__top { height:120px; display:flex; align-items:center; justify-content:center; font-size:46px; position:relative; }
.role-card--western .role-card__top { background:linear-gradient(135deg,#FDE68A,#FCA5A5); }
.role-card--dating  .role-card__top { background:linear-gradient(135deg,#C4B5FD,#818CF8); }
.role-card--lingerie .role-card__top{ background:linear-gradient(135deg,#FDA4AF,#F43F5E); }
.role-card__body { padding:22px 22px 24px; flex:1; display:flex; flex-direction:column; }
.role-card__name { font-size:19px; font-weight:800; letter-spacing:-0.02em; }
.role-card__pay { display:inline-block; align-self:flex-start; margin:10px 0 12px; padding:5px 14px; border-radius:var(--radius-full); font-size:13px; font-weight:800; }
.role-card--western .role-card__pay { background:var(--yellow-soft); color:#B45309; }
.role-card--dating  .role-card__pay { background:var(--accent2-soft); color:#5B21B6; }
.role-card--lingerie .role-card__pay{ background:var(--red-soft); color:#BE123C; }
.role-card__desc { font-size:14px; color:var(--text-secondary); line-height:1.6; }

/* Info list */
.info-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; margin-top:40px; }
.info-item { display:flex; gap:14px; padding:20px; border:1px solid var(--border); border-radius:var(--radius-lg); background:white; }
.info-item__ic { flex-shrink:0; width:42px; height:42px; border-radius:12px; background:var(--accent-soft); display:flex; align-items:center; justify-content:center; font-size:20px; }
.info-item__t { font-weight:700; font-size:15px; margin-bottom:3px; }
.info-item__d { font-size:13.5px; color:var(--text-secondary); line-height:1.55; }

/* Audition how */
.how-audition { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; margin-top:32px; }
.how-card { padding:24px; border:1px solid var(--border); border-radius:var(--radius-lg); background:white; }
.how-card h4 { font-size:16px; font-weight:800; margin-bottom:6px; }
.how-card p { font-size:14px; color:var(--text-secondary); line-height:1.6; }
.how-card ul { margin:10px 0 0; padding-left:18px; }
.how-card li { font-size:13.5px; color:var(--text-secondary); margin:5px 0; }

/* Form */
.aud-form-wrap { max-width:600px; margin:0 auto; }
.aud-form { background:white; border:1px solid var(--border); border-radius:var(--radius-xl); padding:36px; box-shadow:var(--shadow); }
.cat-check { display:block; border:1.5px solid var(--border); border-radius:var(--radius); padding:14px 16px; margin-bottom:10px; cursor:pointer; transition:var(--transition); display:flex; align-items:center; gap:12px; }
.cat-check:hover { border-color:var(--border-hover); }
.cat-check input { width:18px; height:18px; accent-color:var(--accent); flex-shrink:0; }
.cat-check.checked { border-color:var(--accent); background:var(--accent-soft); }
.cat-check__name { font-weight:700; font-size:14.5px; }
.cat-check__pay { font-size:12.5px; color:var(--text-muted); margin-top:1px; }
.cat-check__tag { margin-left:auto; font-size:12px; font-weight:800; padding:3px 10px; border-radius:var(--radius-full); }
.cat-check__tag--barter { background:var(--yellow-soft); color:#B45309; }
.cat-check__tag--pay { background:var(--green-soft); color:#059669; }
.radio-row { display:flex; gap:8px; flex-wrap:wrap; }
.radio-pill { flex:1; min-width:120px; text-align:center; border:1.5px solid var(--border); border-radius:var(--radius); padding:10px; cursor:pointer; font-size:13.5px; font-weight:600; transition:var(--transition); }
.radio-pill input { display:none; }
.radio-pill.checked { border-color:var(--accent); background:var(--accent-soft); color:var(--accent); }
.eligible-box { display:flex; gap:10px; align-items:flex-start; background:var(--bg-soft); border:1px solid var(--border); border-radius:var(--radius); padding:14px; margin:4px 0 20px; }
.eligible-box input { width:18px; height:18px; accent-color:var(--accent); margin-top:1px; flex-shrink:0; }
.eligible-box label { font-size:13px; color:var(--text-secondary); line-height:1.5; }
.outfit-note { display:flex; gap:8px; font-size:12.5px; color:#9A3412; background:var(--accent-soft); border:1px solid #FFD9CE; border-radius:var(--radius); padding:11px 14px; margin:-4px 0 18px; line-height:1.55; }
.slot-empty { font-size:12px; color:var(--text-muted); margin:-4px 0 18px; }

/* Success panel */
.aud-success { max-width:560px; margin:0 auto; text-align:center; background:white; border:1px solid var(--border); border-radius:var(--radius-xl); padding:48px 36px; box-shadow:var(--shadow); }
.aud-success__ic { width:72px; height:72px; border-radius:50%; background:var(--green-soft); color:var(--green); display:flex; align-items:center; justify-content:center; font-size:36px; margin:0 auto 20px; }

@media (max-width:768px){
    .aud-hero { padding:100px 0 40px; }
    .aud-title { font-size:30px; }
    .aud-sub { font-size:15px; }
    .role-grid, .role-grid--2 { grid-template-columns:1fr; gap:14px; margin-top:32px; }
    .info-grid, .how-audition { grid-template-columns:1fr; }
    .aud-form { padding:24px 20px; }
    .free-banner { flex-direction:row; }
}
