.elementor-6052 .elementor-element.elementor-element-b50b854{--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;--padding-top:70px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-6052 .elementor-element.elementor-element-3f0b771{text-align:center;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-b50b854 */:root {
  --navy: #1b2a5e;
  --orange: #e8501a;
  --orange-dark: #d04515;
  --bg: #ffffff;
  --card: #ffffff;
  --border: #e2e4e9;
  --fg: #1a1c2e;
  --muted: #6b7280;
  --radius: 10px;
  --nav-h: 56px;
}

/* ── NAV ── */
.hm-nav {
  background: var(--navy);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 2px 8px rgba(0,0,0,.18);
}
.hm-nav-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 32px;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hm-nav-logo { display: flex; align-items: center; gap: 8px; }
.hm-nav-logo-icon {
  width: 30px; height: 30px; border-radius: 50%;
  background: rgba(255,255,255,.12);
  display: flex; align-items: center; justify-content: center; font-size: 13px;
}
.hm-nav-logo-name { font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.hm-nav-logo-sub  { font-size: 9px; color: rgba(255,255,255,.5); letter-spacing: .14em; text-transform: uppercase; }
.hm-nav-links { display: flex; align-items: center; gap: 2px; list-style: none; font-size: 13px; }
.hm-nav-links a { padding: 6px 11px; border-radius: 6px; color: rgba(255,255,255,.85); transition: color .15s; }
.hm-nav-links a:hover { color: #fff; }
.hm-nav-highlight { background: var(--orange) !important; color: #fff !important; font-weight: 600; }
.hm-nav-highlight:hover { background: var(--orange-dark) !important; }

/* ── HERO ── */
.hm-hero { background: var(--navy); color: #fff; padding: 52px 32px 44px; }
.hm-hero-inner { max-width: 1140px; margin: 0 auto; }
.hm-hero-label { font-size: 11px; font-weight: 600; color: #f08060; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 14px; }
.hm-hero h1 { font-size: 30px; font-weight: 700; margin-bottom: 10px; line-height: 1.25; }
.hm-hero p  { font-size: 14px; color: rgba(255,255,255,.6); max-width: 500px; }

/* ── PAGE LAYOUT ── */
.hm-page {
  max-width: 1140px;
  margin: 0 auto;
  padding: 48px 32px;
  display: flex;
  align-items: flex-start;
  gap: 48px;
}

/* ── SIDEBAR ── */
.hm-sidebar {
  width: 240px;
  flex-shrink: 0;
  position: sticky;
  top: calc(var(--nav-h) + 24px);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 0 16px;
  background: #fff;
}

.hm-sidebar-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--fg);
  padding: 0 20px 10px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 8px;
}

.hm-sidebar-nav { list-style: none; }

.hm-sidebar-nav > li > a {
  display: block;
  padding: 6px 20px;
  font-size: 13.5px;
  color: var(--muted);
  transition: color .15s;
}
.hm-sidebar-nav > li > a:hover { color: var(--navy); }
.hm-sidebar-nav > li > a.active { color: var(--navy); font-weight: 600; }

/* sub-items */
.hm-sidebar-sub { list-style: none; padding: 2px 0 6px 20px; }
.hm-sidebar-sub li a {
  display: block;
  padding: 4px 0 4px 12px;
  font-size: 12.5px;
  color: #9ca3af;
  border-left: 2px solid var(--border);
  transition: color .15s, border-color .15s;
}
.hm-sidebar-sub li a:hover { color: var(--navy); border-color: var(--navy); }
.hm-sidebar-sub li a.active { color: var(--navy); border-color: var(--navy); font-weight: 500; }

/* ── MAIN ── */
.hm-main { flex: 1; min-width: 0; }

/* ── STEP ── */
.hm-step { padding-bottom: 56px; border-bottom: 1px solid var(--border); margin-bottom: 56px; }
.hm-step:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

.hm-step-header { margin-bottom: 20px; }
.hm-step-num-row { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.hm-step-badge {
  font-size: 10px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .08em; color: var(--orange);
  background: rgba(232,80,26,.08); border-radius: 4px; padding: 2px 7px;
}
.hm-step-header h2 { font-size: 22px; font-weight: 700; color: var(--fg); margin-bottom: 6px; }
.hm-step-header > p { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* ── SUBSTEPS ── */
.hm-substeps { display: flex; flex-direction: column; gap: 36px; margin-top: 4px; }

.hm-substep-label {
  font-size: 11px; font-weight: 600; text-transform: uppercase;
  letter-spacing: .08em; color: var(--muted); margin-bottom: 4px;
}
.hm-substep h3 { font-size: 15px; font-weight: 600; margin-bottom: 6px; }
.hm-substep p  { font-size: 14px; color: var(--muted); line-height: 1.65; }
.hm-substep p + p { margin-top: 8px; }
.hm-substep ul { list-style: none; margin-top: 10px; display: flex; flex-direction: column; gap: 6px; }
.hm-substep ul li { display: flex; gap: 8px; font-size: 14px; }
.hm-substep ul li strong { color: var(--fg); white-space: nowrap; }
.hm-substep ul li span  { color: var(--muted); }

/* ── SCREENSHOT ── */
.hm-screenshot { margin-top: 16px; }
.hm-screenshot img {
  border-radius: 8px;
  border: 1px solid var(--border);
  box-shadow: 0 1px 8px rgba(0,0,0,.06);
}
.hm-screenshot figcaption { font-size: 12px; color: #9ca3af; margin-top: 7px; }

/* ── CALLOUTS ── */
.hm-callout {
  display: flex; gap: 12px;
  border-radius: var(--radius);
  padding: 14px 18px;
  margin-bottom: 4px;
}
.hm-callout-icon {
  flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; margin-top: 1px;
}
.hm-callout-title { font-size: 13px; font-weight: 600; margin-bottom: 2px; }
.hm-callout-body  { font-size: 13px; line-height: 1.55; }

.hm-callout-navy   { background: rgba(27,42,94,.05); border: 1px solid rgba(27,42,94,.12); }
.hm-callout-navy .hm-callout-icon  { background: var(--navy); color: #fff; }
.hm-callout-navy .hm-callout-title { color: var(--navy); }
.hm-callout-navy .hm-callout-body  { color: var(--muted); }

.hm-callout-orange { background: rgba(232,80,26,.04); border: 1px solid rgba(232,80,26,.16); }
.hm-callout-orange .hm-callout-icon  { background: var(--orange); color: #fff; }
.hm-callout-orange .hm-callout-title { color: var(--orange); }
.hm-callout-orange .hm-callout-body  { color: var(--muted); }

.hm-callout-amber  { background: #fffbeb; border: 1px solid #fde68a; }
.hm-callout-amber .hm-callout-icon  { background: none; width: auto; height: auto; font-size: 16px; color: #d97706; }
.hm-callout-amber .hm-callout-title { color: #92400e; }
.hm-callout-amber .hm-callout-body  { color: rgba(146,64,14,.8); }
.hm-callout-amber .hm-callout-body strong { font-weight: 600; }

/* ── CHECKLIST ── */
.hm-checklist-card {
  background: #f9fafb; border: 1px solid var(--border);
  border-radius: var(--radius); padding: 18px 20px;
}
.hm-checklist-card h3 { font-size: 13px; font-weight: 600; margin-bottom: 4px; }
.hm-checklist-sub { font-size: 12px; color: var(--muted); margin-bottom: 14px; }
.hm-checklist { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.hm-checklist li { display: flex; gap: 10px; font-size: 13px; align-items: flex-start; }
.hm-check-box {
  flex-shrink: 0; width: 14px; height: 14px;
  border-radius: 3px; border: 1.5px solid #d1d5db; margin-top: 2px;
}
.hm-checklist li strong { color: var(--fg); }
.hm-checklist li span   { color: var(--muted); }

/* ── PLACEHOLDER ── */
.hm-placeholder {
  margin-top: 48px; border: 1.5px dashed var(--border);
  border-radius: var(--radius); padding: 28px;
  text-align: center; font-size: 13px; color: #9ca3af;
}

/* ── FOOTER ── */
.hm-footer {
  border-top: 1px solid var(--border);
  padding: 24px 32px; text-align: center;
  font-size: 12px; color: #9ca3af;
}

/* ── RESPONSIVE ── */
@media (max-width: 860px) {
  .hm-sidebar { display: none; }
  .hm-page { display: block; padding: 32px 20px; }
}
@media (max-width: 560px) {
  .hm-nav-links { display: none; }
  .hm-hero { padding: 36px 20px 32px; }
  .hm-hero h1 { font-size: 22px; }
:root {
  --navy: #1b2a5e;
  --orange: #e8501a;
  --orange-dark: #d04515;
  --bg: #ffffff;
  --card: #ffffff;
  --border: #e2e4e9;
  --fg: #1a1c2e;
  --muted: #6b7280;
  --radius: 10px;
  --nav-h: 56px;
}/* End custom CSS */