@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

/* ============================================================
   Healthcare Salary Calculator — Full-width layout
   Hero: 100vw breakout | Content: white bg | Brand: #0BBCD4
   ============================================================ */

/* ── PAGE-LEVEL BREAKOUT ──
   Escape WordPress content column & make entire page white */
.hsc-page-wrap {
  position: relative;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  width: 100vw !important;
  max-width: 100vw !important;
  background: #F0F4F8;
  padding-bottom: 60px;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  color: #0F172A;
  line-height: 1.6;
}

.hsc-page-wrap *,
.hsc-page-wrap *::before,
.hsc-page-wrap *::after {
  box-sizing: border-box;
}

/* ── FULL-WIDTH HERO ── */
.hsc-hero {
  width: 100% !important;
  background: linear-gradient(135deg, #0F172A 0%, #0a2535 50%, #0C3040 100%);
  padding: 60px 24px 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 0 !important;
  border-radius: 0 !important;
}
.hsc-hero::before {
  content: '';
  position: absolute;
  top: -100px; right: -60px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(11,188,212,.20) 0%, transparent 65%);
  pointer-events: none;
}
.hsc-hero::after {
  content: '';
  position: absolute;
  bottom: -60px; left: -40px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(11,188,212,.12) 0%, transparent 65%);
  pointer-events: none;
}
.hsc-hero__inner {
  position: relative;
  max-width: 780px;
  margin: 0 auto;
}
.hsc-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(11,188,212,.18);
  border: 1px solid rgba(11,188,212,.40);
  color: #67E8F9;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 99px;
  margin-bottom: 22px;
}
.hsc-hero__badge::before {
  content: '';
  width: 6px; height: 6px;
  background: #67E8F9;
  border-radius: 50%;
  flex-shrink: 0;
}
.hsc-hero__title {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: clamp(2rem, 5vw, 3rem) !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  letter-spacing: -.025em !important;
  line-height: 1.12 !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  border: none !important;
  text-align: center !important;
}
.hsc-hero__sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,.72);
  max-width: 500px;
  margin: 0 auto 28px;
  line-height: 1.65;
}
.hsc-hero__pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.hsc-hero__pill {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.82);
  font-size: .8rem;
  font-weight: 600;
  padding: 7px 16px;
  border-radius: 99px;
}
.hsc-hero__pill strong { color: #ffffff; }

/* ── CONTENT AREA (centered white sections) ── */
.hsc-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ── INTRO STRIP ── */
.hsc-intro {
  background: #E0F8FC;
  border: 1px solid #B2EEF7;
  border-left: 4px solid #0BBCD4;
  border-radius: 12px;
  padding: 22px 26px;
  margin: 28px 0;
  font-size: .9rem;
  color: #1E293B;
}
.hsc-intro p { margin: 0 0 10px; }
.hsc-intro p:last-of-type { margin: 0; }
.hsc-intro__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 8px;
  margin-top: 16px;
}
.hsc-intro__item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #B2EEF7;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: .84rem;
  font-weight: 600;
  color: #1E293B;
}
.hsc-intro__check {
  width: 22px; height: 22px;
  background: #0BBCD4;
  border-radius: 50%;
  color: white;
  font-size: .65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 700;
}

/* ── CARDS ── */
.hsc-card {
  background: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(15,23,42,.08);
  margin-bottom: 20px;
  overflow: hidden;
}
.hsc-card__header {
  padding: 20px 26px;
  border-bottom: 1px solid #E2E8F0;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
}
.hsc-card__icon {
  width: 38px; height: 38px;
  background: #E0F8FC;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}
.hsc-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0F172A;
  margin: 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.hsc-card__body { padding: 26px; }

/* ── FORM ── */
.hsc-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.hsc-form-grid .hsc-full { grid-column: 1 / -1; }
@media (max-width: 620px) { .hsc-form-grid { grid-template-columns: 1fr; } }

.hsc-field { display: flex; flex-direction: column; gap: 6px; }
.hsc-field label {
  display: block;
  font-size: .8rem;
  font-weight: 700;
  color: #1E293B;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.hsc-req { color: #EF4444; margin-left: 2px; }
.hsc-opt { font-weight: 500; color: #94A3B8; font-size: .76rem; margin-left: 4px; }

.hsc-select,
.hsc-input {
  width: 100% !important;
  padding: 12px 16px !important;
  border: 1.5px solid #CBD5E1 !important;
  border-radius: 8px !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: .92rem !important;
  color: #0F172A !important;
  background: #ffffff !important;
  transition: border-color .2s, box-shadow .2s;
  outline: none !important;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: 0 1px 3px rgba(15,23,42,.06) !important;
  margin: 0 !important;
  height: auto !important;
  line-height: 1.5 !important;
}
.hsc-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='9'%3E%3Cpath d='M1 1l5.5 6L12 1' stroke='%2394A3B8' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  padding-right: 40px !important;
  cursor: pointer;
}
.hsc-select:focus,
.hsc-input:focus {
  border-color: #0BBCD4 !important;
  box-shadow: 0 0 0 3px rgba(11,188,212,.14) !important;
}
.hsc-select.hsc-err { border-color: #EF4444 !important; }

.hsc-help {
  font-size: .75rem;
  color: #94A3B8;
  line-height: 1.5;
  margin: 0;
}

/* ── SUBMIT BUTTON ── */
.hsc-btn-primary {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: 100% !important;
  padding: 16px 28px !important;
  background: #0BBCD4 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: background .2s, transform .15s, box-shadow .2s !important;
  box-shadow: 0 4px 18px rgba(11,188,212,.38) !important;
  margin-top: 22px !important;
  letter-spacing: .01em;
  text-align: center !important;
}
.hsc-btn-primary:hover {
  background: #0899AE !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 24px rgba(11,188,212,.45) !important;
  color: #ffffff !important;
}
.hsc-btn-primary:active { transform: translateY(0) !important; }
.hsc-btn-primary:disabled { opacity: .6 !important; cursor: wait !important; transform: none !important; }

.hsc-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 24px;
  background: #ffffff;
  color: #0899AE;
  border: 1.5px solid #0BBCD4;
  border-radius: 8px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: .9rem;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s, transform .15s;
}
.hsc-btn-secondary:hover { background: #0BBCD4; transform: translateY(-1px); }

@keyframes hsc-spin { to { transform: rotate(360deg); } }
.hsc-spinner {
  display: inline-block;
  width: 18px; height: 18px;
  border: 2.5px solid rgba(255,255,255,.35);
  border-top-color: white;
  border-radius: 50%;
  animation: hsc-spin .7s linear infinite;
  vertical-align: middle;
}

.hsc-err-msg {
  background: #FEE2E2;
  border: 1px solid #FECACA;
  color: #991B1B;
  border-radius: 8px;
  padding: 11px 15px;
  font-size: .84rem;
  margin-top: 12px;
  display: none;
}

/* ── RESULTS ── */
@keyframes hsc-fadeup {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hsc-results { animation: hsc-fadeup .4s ease; }

.hsc-result-hero {
  background: linear-gradient(135deg, #0F172A 0%, #0C3040 100%);
  border-radius: 12px;
  padding: 36px 32px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.hsc-result-hero::before {
  content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 500px; height: 200px;
  background: radial-gradient(ellipse at center top, rgba(11,188,212,.18) 0%, transparent 70%);
  pointer-events: none;
}
.hsc-result-hero__inner { position: relative; }
.hsc-result-hero__label { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: #0BBCD4; margin-bottom: 8px; }
.hsc-result-hero__range { font-size: clamp(2rem, 5.5vw, 3rem); font-weight: 800; color: #ffffff; letter-spacing: -.02em; margin-bottom: 5px; line-height: 1.1; }
.hsc-result-hero__hourly { font-size: .9rem; color: rgba(255,255,255,.6); margin-bottom: 18px; }
.hsc-result-hero__ctx { display: inline-block; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; padding: 12px 22px; font-size: .85rem; color: rgba(255,255,255,.78); max-width: 540px; line-height: 1.6; }
.hsc-result-hero__ctx strong { color: #ffffff; }

.hsc-results-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
@media (max-width: 620px) { .hsc-results-grid { grid-template-columns: 1fr; } }

.hsc-result-card { background: #ffffff; border: 1px solid #E2E8F0; border-radius: 12px; padding: 22px; box-shadow: 0 2px 12px rgba(15,23,42,.06); margin-bottom: 16px; }
.hsc-result-card__title { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: #94A3B8; margin-bottom: 16px; }

.hsc-bar-row { display: flex; align-items: center; gap: 10px; margin-bottom: 11px; font-size: .83rem; }
.hsc-bar-row:last-child { margin-bottom: 0; }
.hsc-bar-label { width: 145px; flex-shrink: 0; color: #475569; }
.hsc-bar-label--hi { color: #0899AE; font-weight: 700; }
.hsc-bar-track { flex: 1; height: 7px; background: #E2E8F0; border-radius: 99px; overflow: hidden; }
.hsc-bar-fill { height: 100%; border-radius: 99px; background: linear-gradient(90deg, #0899AE, #0BBCD4); transition: width .8s cubic-bezier(.22,1,.36,1); }
.hsc-bar-fill--accent { background: linear-gradient(90deg, #F59E0B, #F97316); }
.hsc-bar-val { width: 82px; text-align: right; font-weight: 700; font-size: .83rem; }
.hsc-bar-val--hi { color: #0899AE; }

.hsc-cmp-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #F1F5F9; gap: 12px; font-size: .85rem; }
.hsc-cmp-row:last-child { border-bottom: none; padding-bottom: 0; }
.hsc-cmp-lbl { color: #475569; }
.hsc-cmp-lbl strong { color: #0F172A; }
.hsc-cmp-val { font-weight: 700; color: #0F172A; white-space: nowrap; }

.hsc-badge { display: inline-flex; align-items: center; font-size: .68rem; font-weight: 700; padding: 2px 8px; border-radius: 99px; margin-left: 6px; }
.hsc-badge--green { background: #D1FAE5; color: #065F46; }
.hsc-badge--red   { background: #FEE2E2; color: #991B1B; }

.hsc-set-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #F1F5F9; font-size: .85rem; }
.hsc-set-row:last-child { border-bottom: none; }
.hsc-set-row__lbl { color: #475569; }
.hsc-set-row__val { font-weight: 700; }

.hsc-email-capture { background: linear-gradient(135deg, #FFFBEB, #FEF3C7); border: 1px solid #FDE68A; border-radius: 12px; padding: 28px; text-align: center; margin-bottom: 16px; }
.hsc-email-capture h3 { font-size: 1.05rem; font-weight: 700; color: #0F172A; margin: 0 0 8px; font-family: 'Plus Jakarta Sans', sans-serif; }
.hsc-email-capture p { font-size: .86rem; color: #475569; margin: 0 0 18px; line-height: 1.6; }
.hsc-email-row { display: flex; gap: 10px; max-width: 440px; margin: 0 auto; }
.hsc-email-row input { flex: 1; padding: 12px 15px; border: 1.5px solid #FCD34D !important; border-radius: 8px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: .9rem; color: #0F172A; outline: none; background: white; }
.hsc-email-row input:focus { border-color: #F59E0B !important; box-shadow: 0 0 0 3px rgba(245,158,11,.14) !important; }
.hsc-btn-email { padding: 12px 20px; background: #0F172A; color: white; border: none; border-radius: 8px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: .88rem; font-weight: 700; cursor: pointer; white-space: nowrap; transition: background .2s; }
.hsc-btn-email:hover { background: #0899AE; }
@media (max-width: 500px) { .hsc-email-row { flex-direction: column; } }

.hsc-explore { background: #F8FAFC; border: 1px solid #E2E8F0; border-radius: 12px; padding: 22px 26px; margin-bottom: 16px; }
.hsc-explore h3 { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; color: #94A3B8; margin: 0 0 14px; }
.hsc-explore ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 9px; }
.hsc-explore a { color: #0899AE; font-size: .88rem; font-weight: 600; text-decoration: none; display: flex; align-items: center; gap: 8px; transition: color .2s; }
.hsc-explore a::before { content: '→'; color: #0BBCD4; font-weight: 700; }
.hsc-explore a:hover { color: #0F172A; }

.hsc-recalc { text-align: center; margin-bottom: 8px; }

.hsc-factors-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 12px; }
.hsc-factor-item { background: #F8FAFC; border: 1px solid #E2E8F0; border-radius: 8px; padding: 14px 16px; font-size: .87rem; line-height: 1.55; display: flex; gap: 11px; align-items: flex-start; }
.hsc-factor-item::before { content: ''; width: 3px; min-height: 22px; align-self: stretch; background: #0BBCD4; border-radius: 99px; flex-shrink: 0; }

.hsc-disclaimer { background: #FFFBEB; border: 1px solid #FDE68A; border-left: 3px solid #F59E0B; border-radius: 8px; padding: 14px 18px; margin-top: 8px; }
.hsc-disclaimer p { font-size: .78rem; color: #78350F; line-height: 1.7; margin: 0; }

.hsc-source { text-align: center; font-size: .72rem; color: #94A3B8; margin-top: 20px; padding-top: 16px; border-top: 1px solid #E2E8F0; }

/* ── RESPONSIVE ── */
@media (max-width: 480px) {
  .hsc-hero { padding: 44px 16px 40px; }
  .hsc-card__body { padding: 18px; }
  .hsc-content { padding: 0 12px; }
  .hsc-hero__badge { font-size: .52rem; }
}
.hsc-content {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}