/* ============================================================
   Auth split — panneau gauche partagé des pages d'authentification
   Utilisé par le partial mockups/pages/_auth_split.html.erb
   (Sign In, Sign Up Talent, Sign Up Recruteur).
   Modèle de référence : "Sign Up riche" (carrousel + tagline + hook + marquee).
   ============================================================ */

.as-left { width: 45%; position: relative; overflow: hidden; overflow-y: auto; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; min-height: 100vh; box-sizing: border-box; }
.as-left *, .as-left *::before, .as-left *::after { box-sizing: border-box; }

/* Carousel slides (cross-fade) */
.as-slide { position: absolute; inset: 0; background-size: cover; background-position: center top; opacity: 0; transition: opacity 1s ease-in-out; will-change: opacity; }
.as-slide.as-active { opacity: 1; }
.as-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.78) 50%, rgba(0,0,0,.88) 100%); z-index: 1; }

/* Content */
.as-content { position: relative; z-index: 2; margin: auto; padding: 32px 28px 24px; text-align: center; width: 100%; max-width: 380px; display: flex; flex-direction: column; align-items: center; }
.as-logo { margin-bottom: 18px; display: flex; align-items: center; gap: 12px; }
.as-logo img { height: 32px; width: auto; }

/* Tagline */
.as-tagline-sub { font-size: 12px; color: rgba(255,255,255,.9); margin-top: 4px; margin-bottom: 14px; letter-spacing: .2px; }
.as-tagline { font-family: 'Geist', system-ui, sans-serif; font-size: 20px; font-weight: 700; color: #fff; line-height: 1.2; }
.as-tagline i { font-style: italic; color: #E5D4A0; font-weight: 400; }

/* Hook phrase */
.as-hook { font-size: 11px; color: rgba(255,255,255,.9); text-align: center; line-height: 1.5; margin-top: 14px; margin-bottom: 14px; }
.as-hook b { color: rgba(232,204,110,.85); }

/* Marquee "ils recrutent / sollicitent" */
.as-marquee { width: 100%; margin-top: 22px; padding-top: 4px; }
.as-marquee-label { font-size: 11px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: #E5D4A0; text-align: center; margin-bottom: 10px; opacity: .9; }
.as-marquee-wrap { position: relative; width: 100%; overflow: hidden; mask-image: linear-gradient(to right, #000 0, #000 90%, transparent 100%); -webkit-mask-image: linear-gradient(to right, #000 0, #000 90%, transparent 100%); }
.as-marquee-track { display: flex; gap: 8px; width: max-content; animation: asMarquee 32s linear infinite; }
.as-marquee:hover .as-marquee-track { animation-play-state: paused; }
.as-chip { position: relative; flex: 0 0 auto; width: 110px; height: 82px; background: #2A241B; background-size: cover; background-position: center; border-radius: 8px; border: 1px solid rgba(232,204,110,.18); display: flex; align-items: flex-end; justify-content: center; padding: 8px; box-shadow: 0 2px 8px rgba(0,0,0,.28); overflow: hidden; }
.as-chip-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.72) 0%, rgba(0,0,0,.4) 55%, rgba(0,0,0,.25) 100%); pointer-events: none; }
.as-chip-pill { position: relative; z-index: 1; font-size: 9px; font-weight: 700; letter-spacing: .06em; color: #E5D4A0; background: rgba(0,0,0,.6); border: 1px solid rgba(232,204,110,.42); padding: 3px 7px; border-radius: 100px; white-space: nowrap; line-height: 1; backdrop-filter: blur(2px); }
.as-marquee-dots { display: flex; justify-content: center; gap: 5px; margin-top: 10px; }
.as-dot { width: 14px; height: 2px; border-radius: 2px; background: rgba(232,204,110,.3); }
.as-dot.as-dot-on { background: #E5D4A0; width: 22px; }
@keyframes asMarquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* Floating role label (optionnel) */
.as-role { position: absolute; bottom: 20px; left: 20px; z-index: 3; }
.as-role-inner { display: flex; align-items: center; gap: 7px; background: rgba(0,0,0,.45); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.15); padding: 6px 12px; border-radius: 100px; }
.as-role-dot { width: 6px; height: 6px; border-radius: 50%; background: #E5D4A0; flex-shrink: 0; }
.as-role-text { font-size: 11px; font-weight: 600; color: #fff; opacity: 0; transition: opacity .4s ease; }
.as-role-text.as-visible { opacity: 1; }

@media (max-width: 768px) {
  .as-left { display: none; }
}

/* ============================================================
   Sign In — right-hand form column (real app, R2/AC2.6).
   Migrated verbatim from the canonical mockup (mockups/pages/signin)
   so the production page is pixel-identical. No inline CSS in the view.
   ============================================================ */
.page-signin { min-height: 100vh; font-family: 'Geist', system-ui, sans-serif; color: #1a1a1a; background: #fff; display: flex; }
.page-signin * { box-sizing: border-box; }
.page-signin button { cursor: pointer; border: none; background: none; font-family: inherit; }
.page-signin a { text-decoration: none; color: inherit; }

/* Right form */
.page-signin .si-right { flex: 1; display: flex; align-items: center; justify-content: center; padding: 32px 24px; }
.page-signin .si-form-wrap { width: 100%; max-width: 440px; }

/* Back link */
.page-signin .si-back { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: #999; margin-bottom: 24px; transition: color .15s; }
.page-signin .si-back:hover { color: #C4A559; }

/* Header */
.page-signin .si-h { font-family: 'Geist', system-ui, sans-serif; font-size: 32px; font-weight: 700; line-height: 1.15; margin-bottom: 8px; }
.page-signin .si-h i { font-style: italic; color: #C4A559; font-weight: 400; }
.page-signin .si-sub { font-size: 14px; color: #888; margin-bottom: 28px; line-height: 1.5; }

/* SSO */
.page-signin .si-sso { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.page-signin .si-sso-btn { width: 100%; padding: 13px 14px; border-radius: 12px; border: 1.5px solid rgba(0,0,0,.08); font-size: 14px; font-weight: 500; display: flex; align-items: center; justify-content: center; gap: 10px; color: #333; transition: all .15s; background: #fff; }
.page-signin .si-sso-btn:hover { border-color: #C4A559; color: #A8893C; box-shadow: 0 4px 16px rgba(196,165,89,.15); transform: translateY(-1px); }

.page-signin .si-divider { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; font-size: 12px; color: #bbb; font-weight: 500; }
.page-signin .si-divider::before, .page-signin .si-divider::after { content: ''; flex: 1; height: 1px; background: rgba(0,0,0,.08); }

/* Form */
.page-signin .si-fg { margin-bottom: 16px; }
.page-signin .si-fl { display: block; font-size: 11px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; color: #555; margin-bottom: 6px; }
.page-signin .si-fl-row { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 6px; }
.page-signin .si-fl-row .si-fl { margin-bottom: 0; }
.page-signin .si-forgot { font-size: 12px; font-weight: 600; color: #C4A559; transition: color .15s; }
.page-signin .si-forgot:hover { color: #A8893C; text-decoration: underline; }
.page-signin .si-fi { width: 100%; padding: 14px 16px; border-radius: 12px; border: 1.5px solid rgba(0,0,0,.08); font-size: 14px; outline: none; transition: border .15s, box-shadow .15s; background: #fff; font-family: 'Geist', system-ui, sans-serif; }
.page-signin .si-fi:focus { border-color: #C4A559; box-shadow: 0 0 0 3px rgba(196,165,89,.1); }
.page-signin .si-fi::placeholder { color: #ccc; }

/* Remember me */
.page-signin .si-remember { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #555; font-weight: 500; cursor: pointer; user-select: none; }
.page-signin .si-remember input { width: 16px; height: 16px; accent-color: #C4A559; cursor: pointer; }

/* Password reveal */
.page-signin .si-pw { position: relative; }
.page-signin .si-pw .si-fi { padding-right: 48px; }
.page-signin .si-pw-toggle { position: absolute; top: 50%; right: 8px; transform: translateY(-50%); display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 8px; color: #aaa; transition: color .15s, background .15s; }
.page-signin .si-pw-toggle:hover { color: #A8893C; background: rgba(196,165,89,.08); }
.page-signin .si-pw-toggle svg { display: block; }

/* Submit */
.page-signin .si-btn { width: 100%; padding: 16px; border-radius: 12px; font-size: 15px; font-weight: 700; color: #fff; background: linear-gradient(135deg,#B8975A 0%,#C4A559 40%,#D4BC7A 100%); box-shadow: 0 4px 16px rgba(150,120,62,.25); transition: all .2s; margin-top: 8px; letter-spacing: .2px; display: flex; align-items: center; justify-content: center; gap: 8px; }
.page-signin .si-btn:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(150,120,62,.35); }
.page-signin .si-btn:active { transform: translateY(0); }

.page-signin .si-signup { font-size: 14px; color: #1a1a1a; text-align: center; margin-top: 28px; }
.page-signin .si-signup a { color: #A8893C; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; transition: color .15s; }
.page-signin .si-signup a:hover { color: #8C6D34; }

.page-signin .si-trust { text-align: center; margin-top: 32px; font-size: 12px; color: #aaa; display: flex; align-items: center; justify-content: center; gap: 6px; }
.page-signin .si-trust-dot { width: 5px; height: 5px; border-radius: 50%; background: #C4A559; display: inline-block; }

/* Inline form error (Devise alert), styled to match the gold/error language. */
.page-signin .si-error { display: flex; align-items: flex-start; gap: 8px; padding: 12px 14px; margin-bottom: 20px; border-radius: 12px; border: 1.5px solid rgba(220,38,38,.25); background: rgba(220,38,38,.06); color: #b91c1c; font-size: 13px; font-weight: 500; line-height: 1.45; }
.page-signin .si-error svg { flex-shrink: 0; margin-top: 1px; }

@media (max-width: 820px) {
  .page-signin { flex-direction: column; }
  .page-signin .si-right { padding: 24px 18px; }
}

/* ============================================================
   Password reset / email confirmation screens.
   Reuse the .page-signin visual language (same fonts, gold accents, field
   styling, button) with a few tweaks: no SSO/divider, so the form sits a
   touch higher, and the error block shows a list of messages. (R2/AC2.7-2.8)
   ============================================================ */
.page-reset .si-h { font-size: 30px; }
.page-reset .si-error-list { margin: 0; padding-left: 0; list-style: none; }
.page-reset .si-error-list li + li { margin-top: 3px; }

/* ========================================================================
   SIGN UP — TALENT (pixel-perfect from mockups/pages/signup_talent)
   Class prefix .st-, scoped under .page-signup-talent (was .st-page).
   ======================================================================== */
.page-signup-talent { min-height:100vh; font-family:'Geist',system-ui,sans-serif; color:#1a1a1a; background:#fff; display:flex; }
.page-signup-talent *, .page-signup-talent *::before, .page-signup-talent *::after { box-sizing:border-box; }
.page-signup-talent button { cursor:pointer; border:none; background:none; font-family:inherit; }
.page-signup-talent input, .page-signup-talent select, .page-signup-talent textarea { font-family:inherit; }

.page-signup-talent .st-right { flex:1; display:flex; align-items:center; justify-content:center; padding:40px; }
.page-signup-talent .st-form-wrap { width:100%; max-width:420px; }
.page-signup-talent .st-back { display:flex; align-items:center; gap:6px; font-size:13px; font-weight:600; color:#999; margin-bottom:24px; transition:color .15s; width:fit-content; text-decoration:none; }
.page-signup-talent .st-back:hover { color:#C4A559; }
.page-signup-talent .st-form-h { font-family:'Geist',system-ui,sans-serif; font-size:26px; font-weight:700; margin-bottom:4px; }
.page-signup-talent .st-form-h i { font-style:italic; color:#B8975A; font-weight:400; }
.page-signup-talent .st-form-sub { font-size:11px; color:#888; margin-bottom:24px; }

.page-signup-talent .st-form-role-tabs { display:flex; gap:4px; padding:3px; border-radius:100px; background:#F5F3EF; border:1px solid rgba(0,0,0,.04); margin-bottom:24px; }
.page-signup-talent .st-form-role-tab { flex:1; text-align:center; font-size:10px; font-weight:700; letter-spacing:.4px; text-transform:uppercase; padding:6px 14px; border-radius:100px; color:#888; text-decoration:none; }
.page-signup-talent .st-form-role-tab--active { background:#fff; color:#8C6D34; box-shadow:0 1px 3px rgba(0,0,0,.06); cursor:default; }

.page-signup-talent .st-progress { display:flex; gap:4px; margin-bottom:20px; }
.page-signup-talent .st-prog { flex:1; height:4px; border-radius:2px; background:rgba(0,0,0,.05); }
.page-signup-talent .st-prog.done { background:linear-gradient(90deg,#B8975A,#C9A96E); }
.page-signup-talent .st-prog.current { background:linear-gradient(90deg,#B8975A,#E5D4A0); box-shadow:0 0 6px rgba(184,151,90,.25); }

.page-signup-talent .st-fg { margin-bottom:14px; }
.page-signup-talent .st-fl { display:block; font-size:9px; font-weight:700; letter-spacing:.5px; text-transform:uppercase; color:#999; margin-bottom:4px; }
.page-signup-talent .st-fl-opt { color:#ccc; font-weight:500; }
.page-signup-talent .st-fi { width:100%; padding:11px 14px; border-radius:9px; border:1.5px solid rgba(0,0,0,.06); font-size:12px; outline:none; transition:border .15s; }
.page-signup-talent .st-fi:focus { border-color:#C9A96E; }
.page-signup-talent .st-pw { position:relative; }
.page-signup-talent .st-pw .st-fi { padding-right:40px; }
.page-signup-talent .st-pw-toggle { position:absolute; top:50%; right:6px; transform:translateY(-50%); display:flex; align-items:center; justify-content:center; width:28px; height:28px; border-radius:7px; color:#bbb; transition:color .15s,background .15s; }
.page-signup-talent .st-pw-toggle:hover { color:#A8893C; background:rgba(201,169,110,.1); }
.page-signup-talent .st-pw-toggle svg { display:block; }
.page-signup-talent .st-fi::placeholder { color:#ccc; }
.page-signup-talent .st-fi-row { display:grid; grid-template-columns:1fr 1fr; gap:10px; }

.page-signup-talent .st-sso { display:flex; flex-direction:column; gap:10px; margin-bottom:16px; }
.page-signup-talent .st-sso-btn { width:100%; padding:13px 14px; border-radius:12px; border:1.5px solid rgba(0,0,0,.08); font-size:14px; font-weight:500; display:flex; align-items:center; justify-content:center; gap:10px; color:#333; transition:all .15s; background:#fff; }
.page-signup-talent .st-sso-btn:hover { border-color:#C4A559; color:#A8893C; box-shadow:0 4px 16px rgba(196,165,89,.15); transform:translateY(-1px); }
.page-signup-talent .st-divider { display:flex; align-items:center; gap:10px; margin-bottom:16px; font-size:9px; color:#ccc; font-weight:600; }
.page-signup-talent .st-divider::before, .page-signup-talent .st-divider::after { content:''; flex:1; height:1px; background:rgba(0,0,0,.05); }

.page-signup-talent .st-pricing-notice { margin:8px 0 14px; padding:10px 12px; border-radius:9px; background:rgba(184,151,90,.05); border:1px solid rgba(184,151,90,.14); font-size:10.5px; line-height:1.5; color:#6B5A38; }
.page-signup-talent .st-pricing-notice b { color:#8C6D34; }

.page-signup-talent .st-signin-link { font-size:12px; color:#666; text-align:center; margin:16px 0; }
.page-signup-talent .st-signin-link a { color:#8C6D34; font-weight:700; text-decoration:underline; text-underline-offset:3px; }

.page-signup-talent .st-btn-next { width:100%; padding:13px; border-radius:10px; font-size:12px; font-weight:700; transition:all .2s; margin-top:8px; }
.page-signup-talent .st-btn-next.on { background:linear-gradient(135deg,#C4A559 0%,#D4BC7A 40%,#E5D4A0 70%,#EFE2B8 100%); color:#fff; box-shadow:0 3px 14px rgba(150,120,62,.2); text-shadow:0 1px 1px rgba(0,0,0,.08); }
.page-signup-talent .st-btn-next.on:hover { transform:translateY(-1px); }

@media (max-width:768px) {
  .page-signup-talent .as-left { display:none; }
  .page-signup-talent .st-right { padding:24px; }
}

/* ========================================================================
   SIGN UP — RECRUITER / ETABLISSEMENT (from mockups/pages/signup_recruiter)
   Class prefix bare (.right/.form-wrap/...), scoped under .page-signup-recruiter.
   ======================================================================== */
.page-signup-recruiter { min-height: 100vh; font-family: 'Geist', system-ui, sans-serif; color: #1a1a1a; background: #fff; display: flex; }
.page-signup-recruiter *, .page-signup-recruiter *::before, .page-signup-recruiter *::after { box-sizing: border-box; }
.page-signup-recruiter button { cursor: pointer; border: none; background: none; font-family: inherit; }
.page-signup-recruiter input, .page-signup-recruiter select, .page-signup-recruiter textarea { font-family: inherit; }

.page-signup-recruiter .right { flex: 1; display: flex; align-items: center; justify-content: center; padding: 40px; }
.page-signup-recruiter .form-wrap { width: 100%; max-width: 420px; }
.page-signup-recruiter .back-link { display:flex; align-items:center; gap:6px; font-size:13px; font-weight:600; color:#999; margin-bottom:24px; transition:color .15s; width:fit-content; text-decoration:none; }
.page-signup-recruiter .back-link:hover { color:#C4A559; }
.page-signup-recruiter .form-h { font-family: 'Geist',system-ui,sans-serif; font-size: 26px; font-weight: 700; margin-bottom: 4px; }
.page-signup-recruiter .form-h i { font-style: italic; color: #B8975A; font-weight: 400; }
.page-signup-recruiter .form-sub { font-size: 11px; color: #888; margin-bottom: 24px; }

.page-signup-recruiter .form-role-tabs { display: flex; gap: 4px; padding: 3px; border-radius: 100px; background: #F5F3EF; border: 1px solid rgba(0,0,0,.04); margin-bottom: 24px; }
.page-signup-recruiter .form-role-tab { flex:1; text-align:center; font-size: 10px; font-weight: 700; letter-spacing: .4px; text-transform: uppercase; padding: 6px 14px; border-radius: 100px; text-decoration: none; display: inline-block; }
.page-signup-recruiter .form-role-tab--active { background: #fff; color: #8C6D34; box-shadow: 0 1px 3px rgba(0,0,0,.06); cursor: default; }
.page-signup-recruiter .form-role-tab--inactive { color: #888; }
.page-signup-recruiter .form-role-tab--inactive:hover { color: #666; }

.page-signup-recruiter .progress { display: flex; gap: 4px; margin-bottom: 20px; }
.page-signup-recruiter .prog { flex: 1; height: 4px; border-radius: 2px; background: rgba(0,0,0,.05); }
.page-signup-recruiter .prog.done { background: linear-gradient(90deg, #B8975A, #C9A96E); }
.page-signup-recruiter .prog.current { background: linear-gradient(90deg, #B8975A, #E5D4A0); box-shadow: 0 0 6px rgba(184,151,90,.25); }

.page-signup-recruiter .sso { display: flex; flex-direction: column; gap: 10px; margin-bottom: 16px; }
.page-signup-recruiter .sso-btn { width: 100%; padding: 13px 14px; border-radius: 12px; border: 1.5px solid rgba(0,0,0,.08); font-size: 14px; font-weight: 500; display: flex; align-items: center; justify-content: center; gap: 10px; transition: all .15s; color: #333; background: #fff; }
.page-signup-recruiter .sso-btn:hover { border-color: #C4A559; color: #A8893C; box-shadow: 0 4px 16px rgba(196,165,89,.15); transform: translateY(-1px); }
.page-signup-recruiter .divider { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; font-size: 9px; color: #ccc; font-weight: 600; }
.page-signup-recruiter .divider::before, .page-signup-recruiter .divider::after { content: ''; flex: 1; height: 1px; background: rgba(0,0,0,.05); }

.page-signup-recruiter .fg { margin-bottom: 14px; }
.page-signup-recruiter .fl { display: block; font-size: 9px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; color: #999; margin-bottom: 4px; }
.page-signup-recruiter .fi { width: 100%; padding: 11px 14px; border-radius: 9px; border: 1.5px solid rgba(0,0,0,.06); font-size: 12px; outline: none; transition: border .15s; }
.page-signup-recruiter .pw-field { position: relative; }
.page-signup-recruiter .pw-field .fi { padding-right: 40px; }
.page-signup-recruiter .pw-toggle { position: absolute; top: 50%; right: 6px; transform: translateY(-50%); display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 7px; color: #bbb; transition: color .15s, background .15s; }
.page-signup-recruiter .pw-toggle:hover { color: #A8893C; background: rgba(201,169,110,.1); }
.page-signup-recruiter .pw-toggle svg { display: block; }
.page-signup-recruiter .fi:focus { border-color: #C9A96E; }
.page-signup-recruiter .fi::placeholder { color: #ccc; }
.page-signup-recruiter .fi-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

.page-signup-recruiter .signin-link { font-size:12px; color:#666; text-align:center; margin:16px 0; }
.page-signup-recruiter .signin-link a { color:#8C6D34; font-weight:700; text-decoration:underline; text-underline-offset:3px; }

.page-signup-recruiter .btn-next { width: 100%; padding: 13px; border-radius: 10px; font-size: 12px; font-weight: 700; transition: all .2s; margin-top: 8px; }
.page-signup-recruiter .btn-next.on { background: linear-gradient(135deg, #C4A559 0%, #D4BC7A 40%, #E5D4A0 70%, #EFE2B8 100%); color: #fff; font-weight: 800; box-shadow: 0 1px 0 rgba(255,255,255,.6) inset, 0 -1px 0 rgba(0,0,0,.08) inset, 0 3px 14px rgba(150,120,62,.2); position: relative; overflow: hidden; }
.page-signup-recruiter .btn-next.on::after { content: ''; position: absolute; top: 0; left: 20%; right: 20%; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.6), transparent); }
.page-signup-recruiter .btn-next.on:hover { background: #000; color: #D4BC7A; transform: translateY(-1px); }

@media (max-width: 768px) {
  .page-signup-recruiter .as-left { display: none; }
  .page-signup-recruiter .right { padding: 24px; }
}

/* ========================================================================
   SIGN UP — EXPERT (from mockups/pages/signup_expert)
   Class prefix .se-, scoped under .page-signup-expert (was .se-page).
   ======================================================================== */
.page-signup-expert { min-height:100vh; font-family:'Geist',system-ui,sans-serif; color:#1a1a1a; background:#fff; display:flex; }
.page-signup-expert * { box-sizing:border-box; }
.page-signup-expert button { cursor:pointer; border:none; background:none; font-family:inherit; }
.page-signup-expert input, .page-signup-expert select, .page-signup-expert textarea { font-family:inherit; }

.page-signup-expert .se-right { flex:1; display:flex; align-items:center; justify-content:center; padding:40px; }
.page-signup-expert .se-form-wrap { width:100%; max-width:420px; }
.page-signup-expert .se-back { display:flex; align-items:center; gap:6px; font-size:13px; font-weight:600; color:#999; margin-bottom:24px; transition:color .15s; width:fit-content; text-decoration:none; }
.page-signup-expert .se-back:hover { color:#C4A559; }
.page-signup-expert .se-form-h { font-family:'Geist',system-ui,sans-serif; font-size:26px; font-weight:700; margin-bottom:4px; }
.page-signup-expert .se-form-h i { font-style:italic; color:#B8975A; font-weight:400; }
.page-signup-expert .se-form-sub { font-size:11px; color:#888; margin-bottom:24px; }

.page-signup-expert .se-role-tabs { display:flex; gap:4px; padding:3px; border-radius:100px; background:#F5F3EF; border:1px solid rgba(0,0,0,.04); margin-bottom:24px; width:100%; }
.page-signup-expert .se-role-tab { flex:1; text-align:center; font-size:10px; font-weight:700; letter-spacing:.4px; text-transform:uppercase; padding:6px 14px; border-radius:100px; color:#888; text-decoration:none; transition:all .18s; background:transparent; display:inline-block; }
.page-signup-expert .se-role-tab:hover { color:#666; }
.page-signup-expert .se-role-tab.active { background:#fff; color:#8C6D34; box-shadow:0 1px 3px rgba(0,0,0,.06); cursor:default; }

.page-signup-expert .se-progress { display:flex; gap:4px; margin-bottom:20px; }
.page-signup-expert .se-prog { flex:1; height:4px; border-radius:2px; background:rgba(0,0,0,.05); }
.page-signup-expert .se-prog.done { background:linear-gradient(90deg,#B8975A,#C9A96E); }
.page-signup-expert .se-prog.current { background:linear-gradient(90deg,#B8975A,#E5D4A0); box-shadow:0 0 6px rgba(184,151,90,.25); }

.page-signup-expert .se-fg { margin-bottom:14px; }
.page-signup-expert .se-fl { display:block; font-size:9px; font-weight:700; letter-spacing:.5px; text-transform:uppercase; color:#999; margin-bottom:4px; }
.page-signup-expert .se-fl-opt { color:#ccc; font-weight:500; }
.page-signup-expert .se-fi { width:100%; padding:11px 14px; border-radius:9px; border:1.5px solid rgba(0,0,0,.06); font-size:12px; outline:none; transition:border .15s; }
.page-signup-expert .se-fi:focus { border-color:#C9A96E; }
.page-signup-expert .se-pw { position:relative; }
.page-signup-expert .se-pw .se-fi { padding-right:40px; }
.page-signup-expert .se-pw-toggle { position:absolute; top:50%; right:6px; transform:translateY(-50%); display:flex; align-items:center; justify-content:center; width:28px; height:28px; border-radius:7px; color:#bbb; transition:color .15s,background .15s; }
.page-signup-expert .se-pw-toggle:hover { color:#A8893C; background:rgba(201,169,110,.1); }
.page-signup-expert .se-pw-toggle svg { display:block; }
.page-signup-expert .se-fi::placeholder { color:#ccc; }
.page-signup-expert .se-fi-row { display:grid; grid-template-columns:1fr 1fr; gap:10px; }

.page-signup-expert .se-sso { display:flex; flex-direction:column; gap:10px; margin-bottom:16px; }
.page-signup-expert .se-sso-btn { width:100%; padding:13px 14px; border-radius:12px; border:1.5px solid rgba(0,0,0,.08); font-size:14px; font-weight:500; display:flex; align-items:center; justify-content:center; gap:10px; transition:all .15s; color:#333; background:#fff; }
.page-signup-expert .se-sso-btn:hover { border-color:#C4A559; color:#A8893C; box-shadow:0 4px 16px rgba(196,165,89,.15); transform:translateY(-1px); }
.page-signup-expert .se-divider { display:flex; align-items:center; gap:10px; margin-bottom:16px; font-size:9px; color:#ccc; font-weight:600; }
.page-signup-expert .se-divider::before, .page-signup-expert .se-divider::after { content:''; flex:1; height:1px; background:rgba(0,0,0,.05); }

.page-signup-expert .se-pricing-notice { margin:8px 0 14px; padding:10px 12px; border-radius:9px; background:rgba(184,151,90,.05); border:1px solid rgba(184,151,90,.14); font-size:10.5px; line-height:1.5; color:#6B5A38; }
.page-signup-expert .se-pricing-notice b { color:#8C6D34; }
.page-signup-expert .se-pricing-notice a { color:#8C6D34; font-weight:700; text-decoration:underline; margin-left:4px; }

.page-signup-expert .se-signin-link { font-size:12px; color:#666; text-align:center; margin:16px 0; }
.page-signup-expert .se-signin-link a { color:#8C6D34; font-weight:700; text-decoration:underline; text-underline-offset:3px; }

.page-signup-expert .se-btn-next { width:100%; padding:13px; border-radius:10px; font-size:12px; font-weight:700; transition:all .2s; margin-top:8px; }
.page-signup-expert .se-btn-next.on { background:linear-gradient(135deg,#C4A559 0%,#D4BC7A 40%,#E5D4A0 70%,#EFE2B8 100%); color:#fff; box-shadow:0 3px 14px rgba(150,120,62,.2); text-shadow:0 1px 1px rgba(0,0,0,.08); }
.page-signup-expert .se-btn-next.on:hover { transform:translateY(-1px); }

@media (max-width:768px) {
  .page-signup-expert .as-left { display:none; }
  .page-signup-expert .se-right { padding:24px; }
}

/* Inline validation errors (Devise resource.errors), shared across signup pages. */
.page-signup-talent .su-error,
.page-signup-recruiter .su-error,
.page-signup-expert .su-error { display:flex; align-items:flex-start; gap:8px; padding:11px 13px; margin-bottom:16px; border-radius:9px; border:1.5px solid rgba(220,38,38,.25); background:rgba(220,38,38,.06); color:#b91c1c; font-size:11px; font-weight:600; line-height:1.45; }
.page-signup-talent .su-error svg,
.page-signup-recruiter .su-error svg,
.page-signup-expert .su-error svg { flex-shrink:0; margin-top:1px; }
.page-signup-talent .su-error ul,
.page-signup-recruiter .su-error ul,
.page-signup-expert .su-error ul { margin:0; padding-left:0; list-style:none; }
