html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}
/* ============ Procare HR branding (procarehr.com palette) ============ */
:root {
  --piq-blue: #1b76bc;
  --piq-navy: #0f283f;
  --piq-gold: #ffcb3f;
  --piq-cream: #f2f0eb;
  --piq-blue-dark: #145a91;
}
body { font-family: 'Poppins', system-ui, -apple-system, sans-serif; color: #1d2b3a; }
h1, h2, h3, .piq-serif { font-family: 'DM Serif Text', Georgia, serif; }

.piq-navbar { background: #fff; }
.piq-navbar .nav-link { color: var(--piq-navy); font-weight: 500; }
.piq-navbar .nav-link:hover { color: var(--piq-blue); }
.piq-brand-suffix {
  font-family: 'DM Serif Text', Georgia, serif; font-size: 1.5rem; line-height: 1;
  color: var(--piq-blue); border-left: 2px solid var(--piq-gold); padding-left: .5rem;
}
.piq-footer {
  background: var(--piq-navy); color: rgba(255,255,255,.75);
  font-size: .85rem; position: absolute; bottom: 0; width: 100%; white-space: normal; line-height: 1.6;
}
.piq-footer a { color: var(--piq-gold); text-decoration: none; }

.piq-btn-primary {
  background: var(--piq-blue); border: none; color: #fff; font-weight: 600;
  padding-left: 1.6rem; padding-right: 1.6rem;
}
.piq-btn-primary:hover { background: var(--piq-blue-dark); color: #fff; }
.piq-btn-outline { border: 2px solid var(--piq-blue); color: var(--piq-blue); font-weight: 600; }
.piq-btn-outline:hover { background: var(--piq-blue); color: #fff; }

/* ---- landing hero ---- */
.piq-hero {
  background: linear-gradient(135deg, var(--piq-navy) 0%, #14385c 60%, var(--piq-blue) 140%);
  color: #fff; margin-top: -1rem;
}
.piq-eyebrow { text-transform: uppercase; letter-spacing: .18em; font-size: .75rem; color: var(--piq-gold); font-weight: 600; }
.piq-hero-title { font-size: clamp(2.2rem, 4.5vw, 3.4rem); line-height: 1.15; }
.piq-gold { color: var(--piq-gold); }
.piq-hero-sub { font-size: 1.05rem; color: rgba(255,255,255,.85); max-width: 560px; margin: 1.25rem 0 1.75rem; font-weight: 300; }
.piq-hero-note { font-size: .85rem; color: rgba(255,255,255,.7); }

.piq-hero-card {
  background: #fff; border-radius: 14px; padding: 1.1rem 1.25rem 1rem;
  box-shadow: 0 24px 60px rgba(0,0,0,.35); color: var(--piq-navy);
}
.piq-hero-card-header { display: flex; gap: 6px; margin-bottom: .9rem; }
.piq-hero-card-header span { width: 10px; height: 10px; border-radius: 50%; background: #e3e8ee; }
.piq-hero-card-header span:first-child { background: var(--piq-gold); }
.piq-kpi-row { display: flex; gap: .75rem; margin-bottom: 1rem; }
.piq-kpi { flex: 1; background: var(--piq-cream); border-radius: 8px; padding: .55rem .7rem; }
.piq-kpi-label { font-size: .58rem; letter-spacing: .06em; color: #6b7a89; font-weight: 600; }
.piq-kpi-value { font-size: 1.35rem; font-weight: 700; font-family: 'Poppins'; }
.piq-kpi-unit { font-size: .8rem; }
.piq-kpi-delta { font-size: .62rem; font-weight: 600; }
.piq-kpi-delta.good { color: #127a3d; }
.piq-kpi-delta.bad { color: #b42318; }
.piq-chart { display: flex; align-items: flex-end; gap: 7px; height: 90px; padding: 0 .25rem; }
.piq-bar { flex: 1; background: linear-gradient(180deg, var(--piq-blue), var(--piq-blue-dark)); border-radius: 3px 3px 0 0; }
.piq-bar:nth-child(2n) { background: linear-gradient(180deg, #8fc1e8, #6faedd); }
.piq-chart-caption { text-align: center; font-size: .68rem; color: #6b7a89; margin-top: .5rem; }

.piq-feature { text-align: center; padding: 1rem .75rem; }
.piq-feature-icon { font-size: 2rem; margin-bottom: .5rem; }
.piq-feature h5 { font-family: 'Poppins'; font-weight: 600; color: var(--piq-navy); }
.piq-feature p { font-size: .9rem; color: #5c6b7a; }

.piq-band { background: var(--piq-cream); }
.piq-stat { font-family: 'DM Serif Text', Georgia, serif; font-size: 2.2rem; color: var(--piq-blue); }
.piq-stat-label { font-size: .85rem; color: #5c6b7a; }

/* ---- branded auth pages ---- */
.piq-auth-wrap { max-width: 430px; margin: 2.5rem auto; }
.piq-auth-card {
  background: #fff; border: 1px solid #e5e9ef; border-radius: 14px;
  padding: 2rem 2rem 1.5rem; box-shadow: 0 12px 40px rgba(15,40,63,.08);
}
.piq-auth-card .form-control { padding: .65rem .8rem; }
.piq-auth-card .form-control:focus { border-color: var(--piq-blue); box-shadow: 0 0 0 .2rem rgba(27,118,188,.15); }
.piq-auth-logo { display: block; margin: 0 auto 1rem; height: 44px; }
.piq-auth-title { text-align: center; color: var(--piq-navy); margin-bottom: .25rem; }
.piq-auth-sub { text-align: center; font-size: .85rem; color: #6b7a89; margin-bottom: 1.5rem; }
