/* ===========================================================
   IJAR — Join As Reviewer page
   Prefix: .jr-
   =========================================================== */

.jr-sec{padding:14px 0 4px}

/* benefits strip */
.jr-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:36px}
.jr-benefit{background:#fff;border:1px solid var(--border);border-radius:12px;padding:24px 20px;text-align:center;box-shadow:0 2px 10px rgba(0,26,77,.05);transition:.2s}
.jr-benefit:hover{box-shadow:0 6px 22px rgba(0,43,127,.1);transform:translateY(-3px)}
.jr-benefit-icon{width:52px;height:52px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;font-size:20px;margin:0 auto 14px}
.jr-benefit h3{font-size:15px;font-weight:700;color:var(--navy);margin:0 0 8px}
.jr-benefit p{font-size:13px;color:var(--text-2);line-height:1.55;margin:0}

/* two-column layout */
.jr-wrap{display:grid;grid-template-columns:1fr 330px;gap:30px;align-items:start}

/* form card */
.jr-block{background:#fff;border:1px solid var(--border);border-radius:8px;padding:26px 26px 28px;box-shadow:0 2px 10px rgba(0,26,77,.05)}
.jr-h{font-size:19px;font-weight:700;color:var(--navy);margin:0 0 18px;display:inline-block}
.jr-h::after{content:"";display:block;width:46px;height:3px;background:var(--gold);border-radius:2px;margin:8px 0 0}
.jr-h.mt{margin-top:30px}

/* fields */
.jr-row{display:grid;gap:15px;margin-bottom:15px}
.jr-row:last-of-type{margin-bottom:0}
.jr-row.c2{grid-template-columns:1fr 1fr}
.jr-label{display:block;font-size:13px;font-weight:600;color:var(--navy);margin-bottom:7px}
.jr-field input,.jr-field select,.jr-field textarea{width:100%;border:1px solid var(--border);border-radius:5px;padding:11px 14px;font-family:var(--ff);font-size:14px;color:var(--text);outline:none;background:#fff}
.jr-field textarea{min-height:96px;resize:vertical;display:block}
.jr-field select{appearance:none;-webkit-appearance:none;padding-right:38px;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 13px center}
.jr-field select:has(option[value=""]:checked){color:#9aa3b2}
.jr-field input:focus,.jr-field select:focus,.jr-field textarea:focus{border-color:var(--royal)}

/* checkbox */
.jr-check{display:flex;align-items:flex-start;gap:11px;font-size:13.5px;color:var(--text);line-height:1.5;margin-top:16px}
.jr-check input[type="checkbox"]{width:16px;height:16px;margin-top:2px;accent-color:var(--navy);flex-shrink:0;cursor:pointer}

/* submit button */
.jr-submit{width:100%;margin-top:20px;background:var(--navy);color:#fff;border:0;border-radius:6px;padding:13px;font-family:var(--ff);font-size:14px;font-weight:600;letter-spacing:.5px;display:inline-flex;align-items:center;justify-content:center;gap:11px;cursor:pointer;transition:.2s}
.jr-submit i{color:var(--gold);font-size:15px}
.jr-submit:hover{background:var(--dark)}

/* sidebar */
.jr-side-box{background:#fff;border:1px solid var(--border);border-radius:8px;overflow:hidden;margin-bottom:22px;box-shadow:0 2px 10px rgba(0,26,77,.05)}
.jr-side-h{background:linear-gradient(135deg,#001a4d 0%,#0a3072 100%);color:#fff;font-size:16px;font-weight:700;padding:11px 18px}
.jr-side-h span{display:block;font-size:12.5px;font-weight:400;color:rgba(255,255,255,.82);margin-top:3px}
.jr-side-b{padding:18px}

/* responsibilities list */
.jr-resp{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.jr-resp li{display:flex;gap:11px;align-items:flex-start;font-size:13.5px;color:var(--navy);line-height:1.5}
.jr-resp li .jr-ri{color:var(--gold-2);font-size:14px;flex-shrink:0;margin-top:2px}

/* contact info */
.jr-cinfo{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}
.jr-cinfo li{display:flex;gap:13px;align-items:flex-start}
.jr-cinfo .ic{color:var(--navy);font-size:16px;width:22px;text-align:center;flex-shrink:0;display:inline-flex;justify-content:center}
.jr-cinfo a,.jr-cinfo div{font-size:13.5px;color:var(--navy);text-decoration:none;line-height:1.3}
.jr-cinfo a:hover{color:var(--royal)}

@media(max-width:960px){
  .jr-benefits{grid-template-columns:repeat(2,1fr)}
  .jr-wrap{grid-template-columns:1fr}
}
@media(max-width:560px){
  .jr-benefits{grid-template-columns:1fr 1fr}
  .jr-row.c2{grid-template-columns:1fr}
  .jr-sec{padding:20px 0 4px}
  .jr-block{padding:20px 16px 22px}
  .jr-submit{min-height:44px;padding:12px}
  .jr-benefits{margin-bottom:24px}
}
@media(max-width:400px){
  .jr-benefits{grid-template-columns:1fr}
  .jr-benefit{padding:18px 14px}
  .jr-h{font-size:17px}
}

/* ---- Hero image: the default globe art (home-page globe) is a WIDE image, so
   the inner-hero default (contain, 46% panel) shrinks it to a tiny floating
   globe. Show the whole globe at a proper size like the home/About hero:
   height-based sizing + centred + soft left fade into the navy. */
.hero--inner .wrap-lg::after{
  background-position:center center;
  background-size:auto 86%;
  -webkit-mask-image:linear-gradient(to right,transparent 0,#000 26%);
  mask-image:linear-gradient(to right,transparent 0,#000 26%);
}

/* ── Spec-form additions: file boxes, captcha, compact submit ── */
.jr-file{position:relative;display:flex;align-items:center;gap:9px;border:1.5px dashed #b5c8ea;border-radius:5px;
  background:#f6f9ff;padding:10px 12px;font-family:var(--ff);font-size:13px;font-weight:600;color:var(--navy);
  cursor:pointer;transition:.18s;line-height:1.4}
.jr-file:hover{border-color:var(--navy);background:#eef3fb}
.jr-file i{font-size:14px;flex-shrink:0}
.jr-file input[type="file"]{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%}
.jr-file .fname{margin-left:auto;font-weight:400;font-size:11.5px;color:var(--text-2);max-width:40%;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.jr-captcha{display:flex;align-items:center;gap:10px}
.jr-cap-code{font-family:var(--ff);font-weight:700;font-size:16px;letter-spacing:4px;color:var(--navy);
  background:repeating-linear-gradient(45deg,#eef3fb,#eef3fb 6px,#e2eaf7 6px,#e2eaf7 12px);
  border:1px solid var(--border);border-radius:5px;padding:9px 13px;user-select:none;white-space:nowrap;
  text-decoration:line-through;text-decoration-color:rgba(0,43,127,.22)}
.jr-captcha input{flex:1;min-width:0}
.jr-cap-refresh{width:41px;height:41px;flex-shrink:0;border:1px solid var(--border);border-radius:5px;
  background:#fff;color:var(--navy);cursor:pointer;transition:.18s;display:grid;place-items:center}
.jr-cap-refresh:hover{background:var(--navy);color:#fff}
.jr-submit--sm{width:auto;min-width:220px;padding:12px 32px}
