.elementor-31148 .elementor-element.elementor-element-5f89d5a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-c747d50 *//* ============================================================
   COMPLYSTRONG — SAFE WORKPLACE 360 BLOG
   Custom classes only — .sw- prefix — zero theme conflicts
   Paste into: Elementor > Custom CSS or Appearance > Additional CSS
   ============================================================ */

/* ── WRAPPER ── */
.sw-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px 96px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #1E293B;
  line-height: 1.78;
  font-size: 16px;
}

/* ── TITLE & META ── */
.sw-title {
  font-size: 38px;
  font-weight: 900;
  color: #0F1A3A;
  line-height: 1.18;
  margin-bottom: 14px;
}
.sw-meta {
  font-size: 14px;
  color: #64748B;
  margin-bottom: 24px;
}
.sw-intro {
  font-size: 19px;
  color: #334155;
  line-height: 1.72;
  border-left: 5px solid #2C5CFC;
  padding-left: 22px;
  margin-bottom: 40px;
}

/* ── HEADINGS ── */
.sw-h2 {
  font-size: 27px;
  font-weight: 800;
  color: #0F1A3A;
  margin: 60px 0 18px;
  padding-top: 10px;
  border-top: 2px solid #EEF2FF;
}
.sw-h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0F1A3A;
  margin: 34px 0 12px;
}

/* ── BODY COPY ── */
.sw-p { margin-bottom: 20px; color: #1E293B; }
.sw-strong { font-weight: 700; color: #0F1A3A; }
.sw-link { color: #2C5CFC; text-decoration: none; }
.sw-link:hover { text-decoration: underline; }
.sw-section { margin-bottom: 12px; }

/* ── ANSWER BOX ── */
.sw-answer-box {
  background: #F8FAFF;
  border: 1px solid #C7D2FE;
  border-left: 6px solid #2C5CFC;
  border-radius: 0 10px 10px 0;
  padding: 22px 26px;
  margin: 36px 0;
}
.sw-answer-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #2C5CFC;
  margin-bottom: 8px;
}
.sw-answer-text {
  font-size: 16px;
  color: #0F1A3A;
  line-height: 1.65;
  margin: 0;
}

/* ── STATS BANNER ── */
.sw-stats {
  background: #0F1A3A;
  border-radius: 14px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 40px 0;
  overflow: hidden;
}
.sw-stat {
  text-align: center;
  padding: 28px 16px;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.sw-stat:last-child { border-right: none; }
.sw-stat-n { font-size: 30px; font-weight: 900; color: #00C046; line-height: 1; margin-bottom: 8px; }
.sw-stat-l { font-size: 12px; color: #94A3B8; line-height: 1.45; }

/* ── TOC ── */
.sw-toc {
  background: #F8FAFF;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  padding: 26px 30px;
  margin: 0 0 52px;
}
.sw-toc-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #64748B;
  margin-bottom: 14px;
}
.sw-toc-list { padding-left: 22px; margin: 0; }
.sw-toc-list li { margin-bottom: 8px; }
.sw-toc-link { color: #2C5CFC; text-decoration: none; font-size: 15px; font-weight: 500; }
.sw-toc-link:hover { text-decoration: underline; }

/* ── HIGHLIGHT BOX ── */
.sw-highlight {
  background: #F5F7FF;
  border-left: 6px solid #2C5CFC;
  border-radius: 0 10px 10px 0;
  padding: 20px 26px;
  margin: 28px 0;
}
.sw-highlight-text { font-size: 16px; color: #0F1A3A; line-height: 1.68; margin: 0 0 10px; }
.sw-highlight-text:last-child { margin-bottom: 0; }

/* ── STAT CARDS ROW ── */
.sw-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 28px 0 32px;
}
.sw-stat-card {
  background: #F8FAFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 24px 20px;
  text-align: center;
}
.sw-stat-card-n {
  font-size: 36px;
  font-weight: 900;
  color: #2C5CFC;
  line-height: 1;
  margin-bottom: 10px;
}
.sw-stat-card-label {
  font-size: 14px;
  color: #0F1A3A;
  line-height: 1.5;
  margin-bottom: 10px;
}
.sw-stat-card-src {
  font-size: 11px;
  color: #94A3B8;
  font-style: italic;
}

/* ── CHECKLIST ── */
.sw-checklist { list-style: none; padding: 0; margin: 16px 0 24px; }
.sw-check-item {
  padding: 10px 0 10px 38px;
  position: relative;
  border-bottom: 1px solid #F1F5F9;
  font-size: 15px;
  color: #1E293B;
}
.sw-check-item:last-child { border-bottom: none; }
.sw-check-item::before {
  content: "✓";
  position: absolute;
  left: 0; top: 11px;
  color: #00C046;
  font-weight: 900;
  font-size: 16px;
}

/* ── COST GRID ── */
.sw-cost-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 28px 0 32px;
}
.sw-cost-card {
  background: #F8FAFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 24px 22px;
}
.sw-cost-icon { font-size: 28px; margin-bottom: 10px; }
.sw-cost-title { font-size: 16px; font-weight: 700; color: #0F1A3A; margin-bottom: 10px; }
.sw-cost-text { font-size: 14px; color: #475569; line-height: 1.65; margin: 0; }

/* ── CALLOUT STAT ── */
.sw-callout-stat {
  background: #0F1A3A;
  border-radius: 12px;
  padding: 28px 32px;
  margin: 24px 0;
  display: flex;
  align-items: center;
  gap: 28px;
}
.sw-callout-stat--blue { background: linear-gradient(135deg, #1E3A8A 0%, #2C5CFC 100%); }
.sw-callout-n {
  font-size: 44px;
  font-weight: 900;
  color: #00C046;
  flex-shrink: 0;
  line-height: 1;
}
.sw-callout-text { font-size: 15px; color: #94A3B8; line-height: 1.6; margin: 0; }

/* ── REG GRID ── */
.sw-reg-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 24px 0 36px;
}
.sw-reg-card { border: 1px solid #E2E8F0; border-radius: 12px; padding: 26px 28px; }
.sw-reg-flag { font-size: 28px; margin-bottom: 10px; }
.sw-reg-title { font-size: 16px; font-weight: 700; color: #0F1A3A; margin-bottom: 12px; }
.sw-reg-list { list-style: none; padding: 0; margin: 0; }
.sw-reg-item {
  font-size: 14px; color: #475569;
  padding: 6px 0 6px 22px;
  position: relative;
  border-bottom: 1px solid #F1F5F9;
}
.sw-reg-item:last-child { border-bottom: none; }
.sw-reg-item::before { content: "→"; position: absolute; left: 0; color: #2C5CFC; font-weight: 700; }

/* ── GAP LIST ── */
.sw-gap-list { list-style: none; padding: 0; margin: 18px 0 28px; counter-reset: sw-gap; }
.sw-gap-item {
  padding: 18px 20px 18px 68px;
  position: relative;
  background: #FFF8F0;
  border: 1px solid #FED7AA;
  border-radius: 8px;
  margin-bottom: 10px;
}
.sw-gap-item::before {
  counter-increment: sw-gap;
  content: counter(sw-gap);
  position: absolute; left: 18px; top: 18px;
  background: #F97316; color: #fff;
  width: 32px; height: 32px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 15px;
}
.sw-gap-title { display: block; font-size: 15px; font-weight: 700; color: #9A3412; margin-bottom: 6px; }
.sw-gap-text { font-size: 15px; color: #1E293B; line-height: 1.6; margin: 0; }

/* ══════════════════════════════════════
   HERO CTA
══════════════════════════════════════ */
.sw-hero-cta {
  background: linear-gradient(135deg, #0a1628 0%, #0F1A3A 60%, #162447 100%);
  border-radius: 16px;
  padding: 48px 40px;
  margin: 48px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sw-hero-eyebrow {
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.14em;
  color: #00C046; margin-bottom: 14px;
}
.sw-hero-title {
  font-size: 26px; font-weight: 900;
  color: #fff; line-height: 1.25; margin-bottom: 16px;
}
.sw-hero-sub {
  font-size: 16px; color: #94A3B8;
  margin-bottom: 20px; line-height: 1.65;
}
.sw-strong-light { color: #fff; font-weight: 700; }
.sw-hero-standards { font-size: 13px; color: #475569; margin-bottom: 28px; }
.sw-badge {
  display: inline-block;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px;
  padding: 3px 10px; margin: 3px 4px;
  font-size: 12px; color: #94A3B8;
}
.sw-btn-hero {
  display: inline-block; background: #00C046; color: #fff;
  font-weight: 800; font-size: 17px; padding: 16px 40px;
  border-radius: 8px; text-decoration: none;
  box-shadow: 0 4px 24px rgba(0,192,70,0.35);
}
.sw-btn-hero:hover { background: #00a83c; color: #fff; text-decoration: none; }
.sw-hero-perks {
  margin-top: 18px; font-size: 13px; color: #475569;
  display: flex; justify-content: center; gap: 20px; flex-wrap: wrap;
}
.sw-perk::before { content: "✓ "; color: #00C046; font-weight: 700; }

/* ── MODULE CARDS ── */
.sw-module-card {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.sw-module-card--featured {
  border-color: #2C5CFC;
  box-shadow: 0 4px 24px rgba(44,92,252,0.12);
}
.sw-module-header {
  background: #0F1A3A;
  padding: 18px 26px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.sw-module-card--featured .sw-module-header { background: #2C5CFC; }
.sw-module-num {
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: #00C046; flex-shrink: 0;
}
.sw-module-title { font-size: 17px; font-weight: 700; color: #fff; line-height: 1.3; }
.sw-module-body { padding: 24px 26px; }
.sw-module-desc { font-size: 15px; color: #334155; line-height: 1.7; margin-bottom: 18px; }
.sw-module-outcomes { background: #F8FAFF; border-radius: 8px; padding: 16px 18px; margin-bottom: 16px; }
.sw-outcomes-label {
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: #2C5CFC; margin-bottom: 10px;
}
.sw-outcomes-list { list-style: none; padding: 0; margin: 0; }
.sw-outcome-item {
  font-size: 13px; color: #475569;
  padding: 5px 0 5px 22px; position: relative;
  border-bottom: 1px solid #EEF2FF;
}
.sw-outcome-item:last-child { border-bottom: none; }
.sw-outcome-item::before { content: "→"; position: absolute; left: 0; color: #2C5CFC; font-weight: 700; }
.sw-module-tag {
  font-size: 12px; font-weight: 600;
  color: #64748B; margin-bottom: 14px;
  padding: 6px 12px; background: #F1F5F9;
  border-radius: 4px; display: inline-block;
}
.sw-btn-module {
  display: inline-block; background: #0F1A3A; color: #fff;
  font-weight: 700; font-size: 14px; padding: 10px 24px;
  border-radius: 6px; text-decoration: none;
}
.sw-module-card--featured .sw-btn-module { background: #2C5CFC; }
.sw-btn-module:hover { opacity: 0.9; color: #fff; text-decoration: none; }

/* ── TABLE ── */
.sw-table-wrap { overflow-x: auto; margin: 24px 0 32px; }
.sw-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.sw-th {
  background: #0F1A3A; color: #fff;
  padding: 13px 16px; text-align: left;
  font-size: 12px; font-weight: 700; letter-spacing: 0.05em;
}
.sw-td { padding: 12px 16px; border-bottom: 1px solid #E2E8F0; vertical-align: top; color: #1E293B; }
.sw-td--bold { font-weight: 600; color: #0F1A3A; }
.sw-tr--alt .sw-td { background: #F8FAFF; }

/* ── FAQ ── */
.sw-faq-item { border-bottom: 1px solid #E2E8F0; padding: 24px 0; }
.sw-faq-item:last-child { border-bottom: none; }
.sw-faq-q { font-weight: 700; font-size: 16px; color: #0F1A3A; margin-bottom: 10px; }
.sw-faq-a { font-size: 15px; color: #475569; line-height: 1.68; margin: 0; }

/* ── RESPONSIVE ── */
@media (max-width: 700px) {
  .sw-title { font-size: 26px; }
  .sw-h2 { font-size: 22px; }
  .sw-stats { grid-template-columns: 1fr 1fr; }
  .sw-stat-row { grid-template-columns: 1fr; }
  .sw-cost-grid { grid-template-columns: 1fr; }
  .sw-reg-grid { grid-template-columns: 1fr; }
  .sw-callout-stat { flex-direction: column; text-align: center; gap: 12px; }
  .sw-callout-n { font-size: 36px; }
  .sw-hero-cta { padding: 36px 20px; }
  .sw-hero-title { font-size: 22px; }
  .sw-hero-perks { gap: 10px; }
  .sw-module-header { flex-direction: column; align-items: flex-start; gap: 8px; }
}

/* ── REFERENCES SECTION ── */
.sw-references { border-top: 2px solid #EEF2FF; margin-top: 52px; padding-top: 8px; }
.sw-ref-list { padding-left: 20px; margin: 16px 0 0; }
.sw-ref-item { font-size: 13px; color: #64748B; margin-bottom: 10px; line-height: 1.6; }
.sw-ref-item em { font-style: italic; }
.sw-ref-link { color: #2C5CFC; text-decoration: none; font-size: 13px; }
.sw-ref-link:hover { text-decoration: underline; }
.sw-ref-link--light { color: #00C046; }
.sw-ref-link--light:hover { text-decoration: underline; }
.sw-p--sm { font-size: 14px; color: #64748B; margin-bottom: 14px; }/* End custom CSS */