:root { --ink:#172a2a; --muted:#667675; --green:#1c6b5b; --green-dark:#115044; --mint:#dff4e9; --cream:#f7f5ee; --paper:#fffef9; --line:#dce4df; --error:#b6413a; --shadow:0 24px 70px rgba(24,65,57,.12); }
* { box-sizing:border-box; }
[hidden] { display:none !important; }
body { margin:0; min-height:100vh; color:var(--ink); background:var(--cream); font-family:"DM Sans",sans-serif; overflow-x:hidden; }
body::before { content:""; position:fixed; inset:0; pointer-events:none; opacity:.38; background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E"); }
.ambient { position:absolute; border-radius:999px; filter:blur(2px); pointer-events:none; }
.ambient-one { width:430px; height:430px; right:-190px; top:90px; background:#dcefcf; opacity:.6; }
.ambient-two { width:330px; height:330px; left:-190px; top:560px; background:#d7ece8; opacity:.7; }
.site-header { width:min(1160px,calc(100% - 40px)); height:92px; margin:auto; display:flex; align-items:center; justify-content:space-between; }
.brand { display:flex; align-items:center; gap:11px; color:var(--ink); text-decoration:none; font-family:Manrope,sans-serif; font-size:19px; }
.brand-mark { width:39px; height:39px; display:grid; place-items:center; color:white; border-radius:12px 12px 12px 4px; background:var(--green); font-weight:800; }
.secure-pill { display:flex; align-items:center; gap:8px; color:var(--green-dark); font-size:13px; font-weight:600; }
.secure-pill svg { width:18px; fill:none; stroke:currentColor; stroke-width:1.8; }
main { position:relative; z-index:1; }
.hero { width:min(780px,calc(100% - 40px)); margin:62px auto 34px; text-align:center; }
.eyebrow { display:inline-flex; gap:9px; align-items:center; color:var(--green); font-size:12px; letter-spacing:.14em; text-transform:uppercase; font-weight:700; }
.eyebrow span { width:18px; height:2px; background:#d39858; }
.hero h1 { margin:18px 0; font-family:Manrope,sans-serif; font-size:clamp(43px,6vw,68px); line-height:1.03; letter-spacing:-.045em; }
.hero h1 em { color:var(--green); font-style:normal; }
.hero p { max-width:590px; margin:auto; color:var(--muted); font-size:17px; line-height:1.65; }
.workspace { width:min(620px,calc(100% - 32px)); min-height:390px; margin:42px auto 54px; padding:38px; border:1px solid rgba(28,107,91,.09); border-radius:24px; background:rgba(255,254,249,.94); box-shadow:var(--shadow); backdrop-filter:blur(15px); }
.form-row { display:flex; justify-content:space-between; align-items:center; margin-bottom:9px; }
.form-row label { font-weight:700; font-size:14px; }
.hint { color:#899491; font-size:12px; }
.input-shell { height:53px; display:flex; align-items:center; gap:11px; padding:0 15px; border:1px solid var(--line); border-radius:12px; background:white; transition:.2s; }
.input-shell:focus-within { border-color:var(--green); box-shadow:0 0 0 3px rgba(28,107,91,.1); }
.input-shell.has-error,.selected-file.has-error { border-color:var(--error); }
.input-shell svg { width:22px; fill:none; stroke:#7d8a87; stroke-width:1.6; }
.input-shell input { width:100%; border:0; outline:0; color:var(--ink); font:inherit; background:transparent; }
.input-shell input::placeholder { color:#a2aaa8; }
.salary-heading { margin:20px 0 10px; }
.salary-heading div { display:flex; align-items:baseline; justify-content:space-between; gap:12px; }
.salary-heading strong { font-size:14px; }
.salary-heading span { color:#899491; font-size:11px; }
.salary-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.salary-field>span { display:block; margin-bottom:7px; color:var(--muted); font-size:12px; font-weight:700; }
.salary-field small { display:block; margin:6px 2px 0; color:#8c9693; font-size:10px; line-height:1.35; }
.money-input { height:50px; display:flex; align-items:center; overflow:hidden; border:1px solid var(--line); border-radius:12px; background:white; transition:.2s; }
.money-input:focus-within { border-color:var(--green); box-shadow:0 0 0 3px rgba(28,107,91,.1); }
.money-input.has-error { border-color:var(--error); }
.money-input b { height:100%; display:grid; place-items:center; padding:0 12px; color:var(--green); background:#f0f6f2; font-size:13px; }
.money-input input { min-width:0; width:100%; height:100%; padding:0 12px; border:0; outline:0; color:var(--ink); background:transparent; font:600 14px "DM Sans"; }
.salary-privacy { display:flex; gap:10px; margin:12px 0 3px; padding:11px 12px; border-radius:11px; color:var(--green-dark); background:#edf6f1; }
.salary-privacy svg { width:18px; flex:0 0 auto; fill:none; stroke:currentColor; stroke-width:1.7; }
.salary-privacy p { margin:0; font-size:10px; line-height:1.5; }
.salary-privacy strong { display:block; margin-bottom:1px; font-size:11px; }
.upload-label { margin-top:24px; }
.dropzone { min-height:183px; display:flex; flex-direction:column; align-items:center; justify-content:center; border:1.5px dashed #a9c2ba; border-radius:15px; background:#f8fbf8; cursor:pointer; transition:.2s; }
.dropzone:hover,.dropzone.is-dragging { border-color:var(--green); background:#f1f8f4; transform:translateY(-2px); }
.dropzone input { position:absolute; opacity:0; pointer-events:none; }
.upload-icon { width:44px; height:44px; display:grid; place-items:center; margin-bottom:11px; border-radius:13px; color:var(--green); background:var(--mint); }
.upload-icon svg { width:23px; fill:none; stroke:currentColor; stroke-width:1.7; }
.drop-title { font-weight:700; font-size:15px; }
.drop-copy { margin-top:4px; color:var(--muted); font-size:13px; }
.drop-copy strong { color:var(--green); }
.file-limit { margin-top:12px; color:#939c99; font-size:11px; }
.selected-file { display:flex; align-items:center; gap:12px; padding:13px; border:1px solid var(--line); border-radius:13px; background:#f8fbf8; }
.file-badge { width:42px; height:42px; display:grid; place-items:center; border-radius:10px; color:var(--green); background:var(--mint); font-size:11px; font-weight:800; }
.file-meta { min-width:0; display:flex; flex:1; flex-direction:column; }
.file-meta strong { overflow:hidden; font-size:13px; text-overflow:ellipsis; white-space:nowrap; }
.file-meta small { margin-top:3px; color:var(--muted); }
.selected-file button { border:0; color:#7d8885; background:transparent; cursor:pointer; font-size:25px; }
.field-error { min-height:15px; margin:5px 2px 0; color:var(--error); font-size:11px; }
.consent { display:flex; align-items:flex-start; gap:10px; margin:17px 1px; cursor:pointer; }
.consent input { position:absolute; opacity:0; }
.consent>span { width:18px; height:18px; flex:0 0 auto; border:1px solid #aebbb7; border-radius:5px; background:white; }
.consent input:checked+span { border-color:var(--green); background:var(--green); box-shadow:inset 0 0 0 4px white; }
.consent.has-error>span { border-color:var(--error); }
.consent small { color:var(--muted); line-height:1.45; }
.primary-button { width:100%; height:55px; display:flex; align-items:center; justify-content:center; gap:12px; border:0; border-radius:13px; color:white; background:var(--green); box-shadow:0 9px 22px rgba(28,107,91,.2); cursor:pointer; font:700 14px "DM Sans"; transition:.2s; }
.primary-button:hover { background:var(--green-dark); transform:translateY(-1px); }
.primary-button svg { width:19px; fill:none; stroke:currentColor; stroke-width:1.8; }
.progress-panel,.success-panel { min-height:350px; text-align:center; }
.progress-panel { display:flex; flex-direction:column; align-items:center; justify-content:center; }
.loader { width:66px; height:66px; display:grid; place-items:center; border:2px solid #dfeae5; border-radius:50%; }
.loader::before { content:""; position:absolute; width:66px; height:66px; border:2px solid transparent; border-top-color:var(--green); border-radius:50%; animation:spin 1s linear infinite; }
.loader span { width:32px; height:32px; border-radius:10px 10px 10px 3px; background:var(--mint); }
@keyframes spin { to { transform:rotate(360deg); } }
.progress-panel h2,.success-panel h2 { margin:25px 0 7px; font-family:Manrope; font-size:24px; }
.progress-panel>p,.success-panel>div>p { color:var(--muted); }
.steps { width:100%; display:flex; justify-content:space-between; gap:8px; margin:35px 0 0; padding:0; list-style:none; }
.steps li { display:flex; flex:1; flex-direction:column; align-items:center; gap:7px; color:#a0aaa7; font-size:11px; }
.steps span { width:27px; height:27px; display:grid; place-items:center; border-radius:50%; background:#eef1ef; }
.steps li.active { color:var(--green); font-weight:700; }
.steps li.active span { color:white; background:var(--green); }
.steps li.done span { font-size:0; }
.steps li.done span::after { content:"✓"; font-size:13px; }
.success-panel { padding-top:8px; }
.success-icon { width:53px; height:53px; display:grid; place-items:center; margin:auto; border-radius:50%; color:var(--green); background:var(--mint); font-size:25px; font-weight:700; }
.success-kicker { margin:15px 0 -15px!important; color:var(--green)!important; font-size:12px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
#candidate-summary { max-height:72px; overflow:hidden; font-size:13px; line-height:1.55; }
.stats { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; margin:25px 0; overflow:hidden; border:1px solid var(--line); border-radius:13px; background:var(--line); }
.stats div { display:flex; flex-direction:column; padding:15px 8px; background:#fbfcf9; }
.stats strong { color:var(--green); font:800 23px Manrope; }
.stats span { margin-top:3px; color:var(--muted); font-size:10px; }
.result-actions { display:flex; justify-content:center; gap:12px; }
.secondary-button,.text-button,.error-panel button { padding:12px 17px; border-radius:10px; cursor:pointer; font:700 12px "DM Sans"; }
.secondary-button { border:1px solid var(--green); color:var(--green); background:white; }
.text-button { border:0; color:var(--muted); background:transparent; }
.error-panel { min-height:220px; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; }
.error-panel>span { width:44px; height:44px; display:grid; place-items:center; border-radius:50%; color:var(--error); background:#f8e4e1; font-weight:800; }
.error-panel strong { display:block; margin-top:14px; }
.error-panel p { color:var(--muted); font-size:13px; }
.error-panel a { color:var(--green); font-weight:700; }
.error-panel button { border:1px solid var(--line); background:white; }
.trust-row { width:min(900px,calc(100% - 40px)); display:grid; grid-template-columns:repeat(3,1fr); gap:30px; margin:0 auto 90px; }
.trust-row>div { display:flex; align-items:center; gap:12px; }
.trust-icon { width:38px; height:38px; display:grid; flex:0 0 auto; place-items:center; border:1px solid #c7d9d1; border-radius:50%; color:var(--green); font-size:10px; font-weight:700; }
.trust-row p { margin:0; color:var(--muted); font-size:11px; line-height:1.5; }
.trust-row strong { display:block; color:var(--ink); font-size:12px; }
footer { width:min(1160px,calc(100% - 40px)); display:flex; justify-content:space-between; margin:auto; padding:25px 0 35px; border-top:1px solid #dde2dc; color:#87918e; font-size:11px; }
footer span { color:var(--green); font-weight:700; }
footer p { margin:0; }
@media (max-width:650px) {
  .site-header { height:72px; }.secure-pill { font-size:0; }.hero { margin-top:43px; }.workspace { padding:24px; border-radius:19px; }
  .salary-grid { grid-template-columns:1fr; }.salary-heading div { align-items:flex-start; flex-direction:column; gap:3px; }
  .trust-row { grid-template-columns:1fr; width:min(420px,calc(100% - 48px)); }.steps li { font-size:9px; }.result-actions { flex-direction:column; }
}
