/* PocketJobs Post a Job — clean page-specific styles. */
.form-page{background:#f8faf8;min-height:100vh;color:var(--ink)}
.form-page .site-header{background:#fff;border-bottom:1px solid #e5ebe6}
.form-main{padding:28px 20px 68px}
.form-shell{width:min(100%,800px);margin:0 auto}
.form-intro{max-width:980px;margin:0 auto 20px;text-align:center}
.form-intro h1{margin:0 0 16px;font-family:"Poppins",sans-serif;font-size:clamp(42px,4.2vw,56px);line-height:1;letter-spacing:-.06em;color:var(--ink);white-space:nowrap}
.form-intro h1 span{color:var(--green)}
.form-intro>p:last-child{max-width:820px;margin:0 auto;color:#5f6f63;font-size:15px;line-height:1.5}
.form-card{overflow:hidden;background:#fff;border:1px solid #e2e9e3;border-radius:22px;box-shadow:0 18px 46px rgba(23,41,32,.06)}
.form-progress{padding:10px 24px 11px;border-bottom:1px solid #e6ece7;background:#fcfdfb}
.progress-track{height:4px;overflow:hidden;border-radius:999px;background:#e9eff6}
.progress-track span{display:block;height:100%;width:50%;border-radius:999px;background:var(--blue);transition:width .35s ease}
.form-step{display:none;padding:28px 36px 34px}.form-step.is-active{display:block;animation:formIn .26s ease both}
.step-heading{margin:0 0 16px}.step-heading h2{margin:0;font-family:"Poppins",sans-serif;font-size:22px;line-height:1.2;letter-spacing:-.03em;color:var(--ink)}
.field-group{margin:0 0 18px}.field-group label,.field-group legend{display:block;margin-bottom:7px;color:var(--navy);font-size:16px;font-weight:700;line-height:1.25}.required{color:#bc5c61}.optional{margin-left:5px;color:#78877c;font-size:12px;font-weight:600}
.field-help,.privacy-note{margin:-1px 0 7px;color:#748178;font-size:14px;line-height:1.45}.field-meta{display:flex;justify-content:space-between;gap:14px;margin-top:5px;color:#829087;font-size:11px}
.field-group input:not([type=checkbox]),.field-group textarea,.field-group select{width:100%;min-height:50px;padding:12px 14px;border:1px solid #d7e1d9;border-radius:12px;background:#fbfcfa;color:var(--navy);font:inherit;font-size:15px;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.field-group textarea{min-height:54px;height:54px;resize:none;overflow:hidden}.field-group input:not([type=checkbox]):focus,.field-group textarea:focus,.field-group select:focus{border-color:rgba(77,132,95,.72);background:#fff;box-shadow:0 0 0 4px rgba(77,132,95,.08)}.field-group.has-error input:not([type=checkbox]),.field-group.has-error textarea,.field-group.has-error select{border-color:#c96a6a;box-shadow:0 0 0 3px rgba(201,106,106,.08)}
.field-error{min-height:0;margin:5px 0 0;color:#ae5157;font-size:12px;line-height:1.35}
fieldset.field-group{border:0;padding:0;min-inline-size:0}
.choice-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;max-width:760px}
.field-group label.choice-tile{position:relative;min-height:50px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:7px;margin:0;padding:7px 9px;border:1px solid #dfe7e0;border-radius:11px;background:#fbfcfa;color:var(--ink);font-size:15px;font-weight:400;line-height:1.1;white-space:nowrap;cursor:pointer;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease}
.choice-tile:hover{transform:translateY(-2px);border-color:#c7d7ca;box-shadow:0 8px 18px rgba(23,41,32,.05)}
.choice-tile input{position:absolute;opacity:0;pointer-events:none}
.choice-tile>img,.choice-tile>.other-icon{display:block;width:22px;height:22px;object-fit:contain;flex:0 0 22px;align-self:center}
.choice-tile>.other-icon{display:grid;place-items:center;border-radius:50%;background:var(--green-soft);color:var(--green);font-size:15px}
.choice-tile strong{display:block;flex:0 1 auto;min-width:0;padding:0;color:var(--ink);font-size:14px;font-weight:400;line-height:1.05;white-space:nowrap;overflow:visible}
.choice-tile:has(input:checked){border-color:var(--green);background:#f2f8f3;box-shadow:inset 0 0 0 1px rgba(77,132,95,.16),0 7px 18px rgba(77,132,95,.06)}
.choice-tile:has(input:checked)::after{content:"✓";position:absolute;top:6px;right:6px;width:17px;height:17px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:#fff;font-size:10px;font-weight:800}
.other-category-group,.equipment-note-group{margin-top:10px;padding:12px 13px 11px;border:1px solid rgba(77,132,95,.15);border-radius:12px;background:#eef5fb}.other-category-group[hidden],.equipment-note-group[hidden]{display:none!important}
.two-col-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:720px}
.address-meta-fields{display:grid;grid-template-columns:1.2fr 1.2fr .9fr;gap:14px;max-width:720px}
.address-privacy-note{margin:-1px 0 7px;color:#66746b;font-size:14px;line-height:1.45}
.details-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:720px}
.details-row-contact{margin-top:10px;margin-bottom:18px}
.form-step[data-step="2"]>.field-group{max-width:560px}.form-step[data-step="2"]>.field-group:has(#phone){max-width:360px}
.equipment-note-group{margin-top:10px;margin-bottom:0}.equipment-note-group label{font-size:15px}
.photo-group{max-width:560px}
.photo-upload{position:relative;width:min(100%,360px);display:flex;align-items:center;gap:10px;min-height:56px;padding:9px 11px;border:1px dashed #cbd8cd;border-radius:12px;background:#fbfcfa;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .2s ease}.photo-upload:hover{transform:translateY(-1px);border-color:rgba(77,132,95,.55);background:#f7faf7}.photo-upload input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.photo-upload-icon{width:30px;height:30px;display:grid;place-items:center;flex:none;border-radius:9px;background:var(--green-soft);color:var(--green);font-size:19px}.photo-upload-copy{display:flex;flex-direction:column;gap:1px}.photo-upload-copy strong{color:var(--ink);font-size:14px}.photo-upload-copy small{color:#7a877d;font-size:11px}.photo-preview{display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:10px;margin-top:8px;padding:8px;border:1px solid #d9e4db;border-radius:11px;background:#f7faf7}.photo-preview[hidden]{display:none!important}.photo-preview img{display:block;width:54px;height:54px;object-fit:cover;border-radius:8px}.photo-preview-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.photo-preview-copy strong,.photo-preview-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.photo-preview-copy strong{font-size:13px}.photo-preview-copy span{color:#7c887f;font-size:11px}.photo-remove{width:30px;height:30px;border:0;border-radius:50%;background:#e9efea;color:var(--ink);font-size:20px;line-height:1;cursor:pointer}.photo-remove:hover{background:#dde8df}
.price-group{max-width:360px}.price-group .field-help{white-space:nowrap}.money-input{display:flex;align-items:center;overflow:hidden;border:1px solid #d9e2da;border-radius:12px;background:#fbfcfa;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.money-input:focus-within{border-color:rgba(77,132,95,.72);background:#fff;box-shadow:0 0 0 4px rgba(77,132,95,.08)}.money-input>span{padding-left:14px;color:#748178;font-size:21px;font-weight:700}.money-input input{min-width:0;border:0!important;box-shadow:none!important;background:transparent!important;font-size:20px!important;font-weight:600}.money-input em{padding-right:14px;color:#77847a;font-size:12px;font-style:normal;font-weight:700}
.form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:22px}.split-actions{justify-content:space-between}.form-footnote{max-width:620px;margin:14px auto 0;color:#8a958d;font-size:11px;line-height:1.5;text-align:center}
.consent-box{margin-top:0;margin-bottom:28px}.consent-box label{font-size:13px;font-weight:400;line-height:1.4}
.auth-checkpoint{display:grid;gap:12px;margin:0 0 20px;padding:14px;border:1px solid rgba(77,132,95,.16);border-radius:14px;background:#f2f8f3}.auth-checkpoint[hidden],#submitJob[hidden]{display:none!important}
.auth-checkpoint-copy strong{display:block;margin-bottom:4px;color:var(--ink);font-size:16px}
.auth-checkpoint-copy p{margin:0;color:#6c796f;font-size:13px;line-height:1.5}
.auth-checkpoint-actions{display:flex;align-items:center;justify-content:flex-start;gap:10px}
.auth-checkpoint-actions .btn{width:auto;min-height:48px;padding:11px 16px;font-size:15px}
.auth-checkpoint-actions #checkpointSignup{order:1;width:210px}.auth-checkpoint-actions #checkpointLogin{order:2;width:140px}
.form-success{padding:60px 45px;text-align:center;background:#fff;border:1px solid #e2e9e3;border-radius:24px;box-shadow:0 20px 55px rgba(23,41,32,.07)}.form-success .success-mark{width:70px;height:70px;display:grid;place-items:center;margin:0 auto 20px;border-radius:50%;background:var(--green-soft);color:var(--green);font-size:28px;font-weight:800}.form-success h2{max-width:650px;margin:10px auto 14px;font-size:clamp(32px,5vw,52px);line-height:1.03;letter-spacing:-.055em}.form-success h2 span{color:var(--green)}.form-success>p:not(.eyebrow){max-width:570px;margin:0 auto 24px;color:#66746b;line-height:1.6}.submission-frame{position:absolute;width:1px;height:1px;border:0;opacity:0;pointer-events:none}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@keyframes formIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
@media(max-width:720px){.form-main{padding:22px 12px 50px}.form-shell{width:100%}.form-intro{margin-bottom:18px}.form-intro h1{font-size:clamp(40px,11vw,52px);white-space:normal;line-height:.98}.form-intro>p:last-child{font-size:14px;line-height:1.5}.form-card{border-radius:18px}.form-progress{padding:9px 16px 10px}.form-step{padding:22px 16px 25px}.step-heading{margin-bottom:14px}.step-heading h2{font-size:20px}.field-group{margin-bottom:16px}.field-group label{font-size:15px}.choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-width:none}.field-group label.choice-tile{min-height:50px;padding:7px 9px;display:flex;flex-direction:row;align-items:center}.choice-tile>img,.choice-tile>.other-icon{width:21px;height:21px;flex-basis:21px}.choice-tile strong{font-size:13px;white-space:nowrap}.two-col-fields,.details-row,.address-meta-fields{grid-template-columns:1fr;gap:0;max-width:none}.equipment-note-group{margin-bottom:0}.photo-group,.price-group{max-width:none}.price-group .field-help{white-space:normal}.photo-upload{width:100%;min-height:60px}.photo-preview{grid-template-columns:48px 1fr auto}.photo-preview img{width:48px;height:48px}.form-actions .btn{width:100%}.split-actions{display:grid;grid-template-columns:1fr 1.25fr}.auth-checkpoint-actions{display:grid;grid-template-columns:1fr;gap:8px}.auth-checkpoint-actions #checkpointSignup,.auth-checkpoint-actions #checkpointLogin{width:100%}.form-success{padding:44px 24px;border-radius:20px}}
@media(prefers-reduced-motion:reduce){.form-step.is-active,.choice-tile,.photo-upload{animation:none!important;transition:none!important}}
.form-intro.step-two-active{display:none}
