/* Match worqflowsolutions.com exactly: the site self-hosts Inter Display (body
   + headings) and Inter on Webflow's CDN, which serves them with
   Access-Control-Allow-Origin: *, so we can load the identical files rather
   than approximating with a Google-Fonts lookalike. */
@font-face{font-family:'Inter Display';font-style:normal;font-weight:400;font-display:swap;
  src:url('https://cdn.prod.website-files.com/699124766c174bfba3e9d069/699124786c174bfba3e9d12c_InterDisplay-Regular.otf') format('opentype')}
@font-face{font-family:'Inter Display';font-style:normal;font-weight:500;font-display:swap;
  src:url('https://cdn.prod.website-files.com/699124766c174bfba3e9d069/699124786c174bfba3e9d12b_InterDisplay-Medium.otf') format('opentype')}
@font-face{font-family:'Inter Display';font-style:normal;font-weight:600;font-display:swap;
  src:url('https://cdn.prod.website-files.com/699124766c174bfba3e9d069/699124786c174bfba3e9d12d_InterDisplay-SemiBold.otf') format('opentype')}
@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;
  src:url('https://cdn.prod.website-files.com/699124766c174bfba3e9d069/699124786c174bfba3e9d12f_Inter-Regular.otf') format('opentype')}
@font-face{font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;
  src:url('https://cdn.prod.website-files.com/699124766c174bfba3e9d069/699124786c174bfba3e9d12e_Inter-Medium.otf') format('opentype')}
@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;
  src:url('https://cdn.prod.website-files.com/699124766c174bfba3e9d069/699124786c174bfba3e9d130_Inter-SemiBold.otf') format('opentype')}
@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;
  src:url('https://cdn.prod.website-files.com/699124766c174bfba3e9d069/699124786c174bfba3e9d12a_Inter-Bold.otf') format('opentype')}

:root{
  --purple:#403E84; --purple-dark:#2F2550; --violet:#DB2668; --orange:#F87932;
  --ink:#211E37; --muted:#6f6c82; --line:#e9e7f1; --bg:#ffffff; --card:#ffffff;
  --grad:linear-gradient(135deg,#403E84 0%,#963B6E 45%,#D83648 70%,#F87932 100%);
  --radius:16px; --shadow:0 1px 2px rgba(48,37,80,.04);
  --shadow-hover:0 6px 14px rgba(48,37,80,.08),0 20px 40px rgba(48,37,80,.08);
}
*{box-sizing:border-box}
body{margin:0;font-family:'Inter Display','Inter',-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);background:var(--bg);line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
.wrap{max-width:1160px;margin:0 auto;padding:0 32px}

/* top bar */
.topnav{padding:22px 0}
.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none}
.brand-logo{height:34px;width:auto;display:block;flex:none}
.brand-name{font-size:19px;font-weight:700;color:var(--purple);letter-spacing:-.2px}
@media(max-width:620px){.brand-logo{height:28px}.brand-name{font-size:17px}}

/* header row: heading left, blurb right */
.head{display:grid;grid-template-columns:1.4fr 1fr;gap:40px;align-items:start;
  padding:26px 0 46px;border-bottom:1px solid var(--line)}
.head h1{margin:0;font-size:52px;line-height:1.04;font-weight:800;letter-spacing:-1.5px;color:var(--purple)}
.head .blurb{color:var(--muted);font-size:17px;max-width:420px;margin-top:8px}
.head .count{display:inline-block;margin-top:16px;color:var(--violet);font-weight:700;font-size:14px}

/* card grid */
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;padding:44px 0 70px}
.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);
  padding:30px 30px 26px;box-shadow:var(--shadow);display:flex;flex-direction:column;
  transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover);border-color:#dcd8ec}
.card h2{margin:0 0 16px;font-size:20px;line-height:1.25;font-weight:700;color:var(--violet);letter-spacing:-.2px}
.meta{display:flex;flex-direction:column;gap:9px;margin-bottom:18px}
.meta .row{display:flex;align-items:center;gap:10px;font-size:14.5px;color:#3a3750;font-weight:500}
.ic{width:17px;height:17px;flex:none;fill:none;stroke:var(--purple);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.excerpt{color:var(--muted);font-size:14.5px;margin:0 0 22px;flex:1;
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.apply{display:inline-flex;align-items:center;gap:8px;color:var(--purple);font-weight:700;font-size:15px}
.apply .arw{transition:transform .14s ease}
.card:hover .apply .arw{transform:translateX(4px)}

.empty{text-align:center;color:var(--muted);padding:90px 20px}
.empty h2{color:var(--ink);font-weight:700}

/* detail page */
.detail{max-width:780px;margin:0 auto;padding:12px 32px 80px}
.back{display:inline-flex;align-items:center;gap:7px;color:var(--purple);font-weight:600;font-size:14px;margin-bottom:24px}
.detail h1{font-size:38px;font-weight:800;letter-spacing:-.8px;line-height:1.1;margin:0 0 20px;color:var(--purple)}
.detail .meta{flex-direction:row;flex-wrap:wrap;gap:20px;margin-bottom:28px}
.detail .summary{font-size:18px;color:#39354a;margin:0 0 8px}
.detail h3{font-size:13px;font-weight:800;letter-spacing:.7px;text-transform:uppercase;
  color:var(--violet);margin:34px 0 14px}
.detail ul{margin:0;padding-left:20px}
.detail li{margin:9px 0;font-size:15.5px}
.detail li::marker{color:var(--orange)}
.apply-btn{display:inline-flex;align-items:center;gap:9px;margin-top:38px;background:var(--purple);color:#fff;
  font-weight:700;padding:14px 30px;border-radius:10px;font-size:15px;transition:background .14s ease}
.apply-btn:hover{background:var(--purple-dark)}
.disclaimer{margin-top:30px;font-size:12.5px;color:var(--muted);border-top:1px solid var(--line);padding-top:18px}

/* inline apply section on the job page */
.apply-section{margin-top:48px;padding-top:36px;border-top:1px solid var(--line)}
.apply-h{font-size:24px;font-weight:800;color:var(--purple);margin:0 0 6px}

/* apply form */
.apply-form{margin-top:26px}
.apply-form .two{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.apply-form label{display:block;font-size:14px;font-weight:600;color:#39354a;margin-bottom:18px}
.apply-form input,.apply-form textarea{width:100%;margin-top:7px;padding:11px 13px;border:1px solid var(--line);
  border-radius:10px;font-family:inherit;font-size:15px;color:var(--ink);background:#fff}
.apply-form input:focus,.apply-form textarea:focus{outline:none;border-color:var(--purple)}
.apply-form .field{margin-bottom:18px}
.field-label{display:block;font-size:14px;font-weight:600;color:#39354a;margin-bottom:7px}
/* drag-and-drop resume dropzone */
.dropzone{position:relative;border:1.6px dashed #d3cde8;border-radius:12px;background:#faf9fc;
  padding:26px 20px;text-align:center;transition:border-color .15s ease,background .15s ease}
.dropzone:hover{border-color:var(--purple);background:#f6f3fc}
.dropzone.dragover{border-color:var(--violet);background:#fdeff5}
.dropzone.has-file{border-style:solid;border-color:#bfe6d3;background:#f2fbf7}
.dz-input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}
.dz-inner{pointer-events:none}
.dz-ico{width:26px;height:26px;fill:none;stroke:var(--purple);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;margin-bottom:8px}
.dz-ico.ok{stroke:#1D9E75}
.dz-text{font-size:14.5px;color:#3a3750}
.dz-text b{font-weight:600;color:var(--ink)}
.dz-browse{color:var(--purple);font-weight:700;text-decoration:underline}
.dz-sub{font-size:12.5px;color:var(--muted);margin-top:5px}
.dropzone.has-file .dz-text b{color:#158a64;word-break:break-all}
.apply-form textarea{resize:vertical}
.apply-form .hint{color:var(--muted);font-weight:500;font-size:12.5px}
.apply-form .hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}
/* candidate data-handling notice — fine print at the very bottom of the page */
.privacy-notice{margin-top:40px;padding-top:20px;border-top:1px solid var(--line);
  font-size:11px;color:#96939f;line-height:1.6}
.privacy-notice b{color:#6f6c82;font-weight:600}
.privacy-notice a{color:#7a7690;font-weight:600;text-decoration:underline}
.privacy-notice a:hover{color:var(--purple)}
.apply-form .apply-btn{border:none;cursor:pointer;font-family:inherit}
.form-err{background:#FBE9F0;color:var(--violet);font-size:14px;font-weight:600;
  padding:12px 15px;border-radius:10px;margin:18px 0}
.applied{text-align:center;padding:30px 0 20px}
.applied .check{width:64px;height:64px;border-radius:50%;background:#E6F4EE;color:#1D9E75;
  font-size:32px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}
.applied h1{color:var(--purple)}
.applied .summary{max-width:520px;margin:0 auto 10px}

/* other open roles (bottom of a job page) */
.other-roles{margin-top:48px;padding-top:32px;border-top:1px solid var(--line)}
.other-roles h3{font-size:13px;font-weight:800;letter-spacing:.7px;text-transform:uppercase;
  color:var(--violet);margin:0 0 16px}
.or-list{list-style:none;margin:0 0 16px;padding:0;display:grid;gap:6px}
/* the generic .detail li rule adds 9px top+bottom — cancel it so `gap` alone
   controls the spacing between role cards */
.or-list li{margin:0}
.or-list a{display:flex;flex-direction:column;gap:1px;padding:10px 14px;border:1px solid var(--line);
  border-radius:10px;transition:border-color .14s ease,transform .14s ease,box-shadow .14s ease}
.or-list a:hover{border-color:#dcd8ec;transform:translateY(-2px);box-shadow:0 6px 14px rgba(48,37,80,.07)}
.or-title{font-weight:700;color:var(--purple);font-size:15px;line-height:1.3}
.or-meta{font-size:12.5px;color:var(--muted);line-height:1.3}

.foot{border-top:1px solid var(--line);padding:28px 32px;text-align:center;color:var(--muted);font-size:13px}
.foot b{color:var(--purple)}

@media(max-width:900px){
  .head{grid-template-columns:1fr;gap:18px}
  .head h1{font-size:40px}
  .grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .wrap{padding:0 20px}
  .head h1{font-size:32px;letter-spacing:-1px}
  .grid{grid-template-columns:1fr;padding:30px 0 50px}
  .detail{padding:12px 20px 60px}
  .detail h1{font-size:27px}
}
