/* remotejobhunter.com — brand system
   Taken from the logo: deep navy, one confident blue, lots of white, soft
   circular geometry, thin connector rules between step icons. */

:root {
  --navy:        #0B2340;
  --navy-700:    #143257;
  --navy-500:    #24466f;
  --blue:        #1668E3;
  --blue-600:    #0F55C4;
  --blue-200:    #A9C9F7;
  --blue-050:    #EEF4FE;

  --ink:         #0B2340;
  --ink-2:       #40546F;
  --ink-3:       #6C7F97;
  --line:        #DCE5F0;
  --bg:          #FFFFFF;
  --bg-2:        #F5F8FC;
  --bg-3:        #EEF3FA;

  --ok:          #10904F;
  --ok-bg:       #E7F6EE;
  --warn:        #B4690E;
  --warn-bg:     #FDF3E3;

  --radius:      14px;
  --radius-lg:   22px;
  --shadow:      0 1px 2px rgba(11,35,64,.06), 0 8px 24px rgba(11,35,64,.06);
  --shadow-lg:   0 2px 4px rgba(11,35,64,.06), 0 18px 48px rgba(11,35,64,.10);
  --maxw:        1120px;
  --font:        "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: var(--font); font-size: 17px; line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3 { line-height: 1.15; letter-spacing: -0.02em; margin: 0 0 .5em; font-weight: 800; }
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); }
h3 { font-size: 1.15rem; font-weight: 700; }
p  { margin: 0 0 1em; color: var(--ink-2); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.center { text-align: center; }
.muted { color: var(--ink-3); }
.small { font-size: .9rem; }

/* ---------------------------------------------------------------- header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.9); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; gap: 20px; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; color: var(--navy); letter-spacing: -.02em; }
.brand:hover { text-decoration: none; }
.brand .mark { width: 34px; height: 34px; flex: none; }
.brand .name { font-size: 1.12rem; }
.brand .name b { color: var(--blue); font-weight: 800; }
.brand .name .tld { color: var(--ink-3); font-weight: 600; font-size: .8em; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.nav a { color: var(--ink-2); font-weight: 600; font-size: .95rem; }
.nav a:hover { color: var(--navy); text-decoration: none; }

/* ---------------------------------------------------------------- buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font: inherit; font-weight: 700; font-size: 1rem;
  padding: 13px 24px; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; transition: .15s ease; white-space: nowrap;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 6px 18px rgba(22,104,227,.28); }
.btn-primary:hover { background: var(--blue-600); }
.btn-ghost { background: #fff; color: var(--navy); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--blue-200); background: var(--blue-050); }
.btn-lg { padding: 16px 32px; font-size: 1.06rem; }

/* ---------------------------------------------------------------- hero */
.hero { padding: 76px 0 64px; background:
  radial-gradient(900px 420px at 50% -140px, var(--blue-050), transparent 70%); }
.hero .eyebrow {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 20px;
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 7px 15px; font-size: .84rem; font-weight: 700; color: var(--navy);
  box-shadow: var(--shadow);
}
.hero .eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ok); }
.hero p.lede { font-size: 1.2rem; max-width: 640px; margin: 0 auto 30px; }
.hero .cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero .note { margin-top: 18px; font-size: .88rem; color: var(--ink-3); }

/* the three-step rule from the logo */
.steps-rule {
  display: flex; align-items: center; justify-content: center; gap: 0;
  margin: 54px auto 0; max-width: 760px;
}
.steps-rule .node {
  width: 58px; height: 58px; border-radius: 50%; flex: none;
  border: 2px solid var(--blue); background: #fff;
  display: grid; place-items: center; color: var(--blue);
  box-shadow: 0 4px 14px rgba(22,104,227,.14);
}
.steps-rule .bar { height: 2px; background: linear-gradient(90deg, var(--blue-200), var(--blue)); flex: 1 1 auto; }
.steps-rule .cap { height: 2px; background: var(--blue-200); width: 60px; }
.steps-labels { display: flex; justify-content: center; gap: 0; max-width: 760px; margin: 12px auto 0; }
.steps-labels span { flex: 1; text-align: center; font-size: .84rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }

/* ---------------------------------------------------------------- sections */
section { padding: 68px 0; }
section.alt { background: var(--bg-2); border-block: 1px solid var(--line); }
.section-head { max-width: 660px; margin: 0 auto 44px; text-align: center; }
.section-head p { font-size: 1.06rem; }

.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 28px; box-shadow: var(--shadow);
}
.card .ico {
  width: 46px; height: 46px; border-radius: 12px; background: var(--blue-050);
  color: var(--blue); display: grid; place-items: center; margin-bottom: 16px;
}
.card h3 { margin-bottom: 6px; }
.card p:last-child { margin-bottom: 0; }

/* ---------------------------------------------------------------- faq */
.faq { max-width: 780px; margin: 0 auto; }
.faq details {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px 22px; margin-bottom: 12px; box-shadow: var(--shadow);
}
.faq details[open] { box-shadow: var(--shadow-lg); }
.faq summary {
  cursor: pointer; font-weight: 650; color: var(--navy); list-style: none;
  display: flex; align-items: center; gap: 12px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; margin-left: auto; font-weight: 400; font-size: 1.4rem;
  line-height: 1; color: var(--blue); transition: transform .18s ease;
}
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 12px 0 0; }

/* ---------------------------------------------------------------- footer */
.site-footer { border-top: 1px solid var(--line); padding: 40px 0; background: var(--bg-2); }
.site-footer .wrap { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }
.site-footer .muted { margin: 0; }
.site-footer nav { margin-left: auto; display: flex; gap: 20px; }

/* ---------------------------------------------------------------- forms */
.field { margin-bottom: 20px; }
.field > label { display: block; font-weight: 700; font-size: .95rem; margin-bottom: 7px; color: var(--navy); }
.field .hint { font-size: .85rem; color: var(--ink-3); margin: -3px 0 8px; }
input[type=text], input[type=email], input[type=tel], input[type=url],
input[type=password], input[type=number], select, textarea {
  width: 100%; font: inherit; color: var(--ink); background: #fff;
  border: 1.5px solid var(--line); border-radius: var(--radius);
  padding: 12px 14px; transition: .15s ease;
}
textarea { min-height: 118px; resize: vertical; }
input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(22,104,227,.13);
}
.choices { display: grid; gap: 10px; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
.choice {
  position: relative; border: 1.5px solid var(--line); border-radius: var(--radius);
  padding: 13px 15px; cursor: pointer; background: #fff; font-weight: 600;
  display: flex; align-items: center; gap: 10px; transition: .15s ease; font-size: .95rem;
}
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice .box {
  width: 20px; height: 20px; border-radius: 6px; border: 1.5px solid var(--line);
  flex: none; display: grid; place-items: center; color: #fff; font-size: 12px;
}
.choice[data-round] .box { border-radius: 50%; }
.choice:hover { border-color: var(--blue-200); background: var(--blue-050); }
.choice.on { border-color: var(--blue); background: var(--blue-050); }
.choice.on .box { background: var(--blue); border-color: var(--blue); }

/* ---------------------------------------------------------------- wizard */
.wizard { max-width: 720px; margin: 0 auto; }
.progress { margin-bottom: 30px; }
.progress .bar { height: 6px; border-radius: 99px; background: var(--bg-3); overflow: hidden; }
.progress .bar i { display: block; height: 100%; background: var(--blue); border-radius: 99px; transition: width .3s ease; }
.progress .meta { display: flex; justify-content: space-between; margin-top: 9px; font-size: .85rem; font-weight: 600; color: var(--ink-3); }
.step { display: none; }
.step.on { display: block; animation: rise .25s ease; }
@keyframes rise { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.step h2 { margin-bottom: 6px; }
.step > p.sub { margin-bottom: 26px; }
.wizard-nav { display: flex; gap: 12px; margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); }
.wizard-nav .btn-primary { margin-left: auto; }
.err { color: #B3261E; font-size: .88rem; font-weight: 600; margin-top: 8px; display: none; }
.err.on { display: block; }

/* ---------------------------------------------------------------- dashboard */
.dash-head { padding: 40px 0 26px; border-bottom: 1px solid var(--line); background: var(--bg-2); }
.dash-head .row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.avatar {
  width: 52px; height: 52px; border-radius: 50%; background: var(--navy); color: #fff;
  display: grid; place-items: center; font-weight: 800; font-size: 1.1rem; flex: none;
}
.stats { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); margin: 26px 0 0; }
.stat { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; }
.stat .n { font-size: 2rem; font-weight: 800; color: var(--navy); line-height: 1.1; letter-spacing: -.03em; }
.stat .k { font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-3); margin-top: 4px; }
.stat.good .n { color: var(--ok); }

.pill {
  display: inline-flex; align-items: center; gap: 6px; border-radius: 999px;
  padding: 5px 12px; font-size: .78rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .05em;
}
.pill-ok { background: var(--ok-bg); color: var(--ok); }
.pill-warn { background: var(--warn-bg); color: var(--warn); }

.app-list { display: grid; gap: 14px; margin-top: 26px; }
.app {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 20px 22px; display: grid; gap: 6px;
  grid-template-columns: 1fr auto; align-items: start; box-shadow: var(--shadow);
}
.app:hover { border-color: var(--blue-200); }
.app .co { font-size: .86rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--blue); }
.app .role { font-size: 1.12rem; font-weight: 700; color: var(--navy); }
.app .meta { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: .88rem; color: var(--ink-3); margin-top: 6px; }
.app .meta b { color: var(--ink-2); font-weight: 700; }
.app .docs { grid-column: 1 / -1; display: flex; gap: 10px; flex-wrap: wrap; margin-top: 12px; padding-top: 14px; border-top: 1px solid var(--line); }
.doc {
  display: inline-flex; align-items: center; gap: 7px; font-size: .86rem; font-weight: 700;
  border: 1px solid var(--line); border-radius: 9px; padding: 7px 12px; color: var(--ink-2); background: var(--bg-2);
}
.empty { text-align: center; padding: 60px 24px; border: 2px dashed var(--line); border-radius: var(--radius-lg); color: var(--ink-3); }

@media (max-width: 640px) {
  .steps-rule .cap { width: 20px; }
  .steps-rule .node { width: 48px; height: 48px; }
  .site-footer nav { margin-left: 0; width: 100%; }
  .app { grid-template-columns: 1fr; }
}
