.elementor-66396 .elementor-element.elementor-element-1bc946e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-acdc987 */:root {
    --navy:        #0b3a67;
    --blue-mid:    #0056b3;
    --blue-accent: #0ea5e9;
    --blue-deep:   #1e4ed8;
    --bg-soft:     #f8fbff;
    --bg-blue:     #eef6ff;
    --border:      #dbeafe;
    --border-alt:  #e2eaf4;
    --orange:      #f39c12;
    --orange-dark: #e67e22;
    --text:        #0f172a;
    --text-body:   #334155;
    --text-muted:  #4a5568;
    --radius:      10px;
    --bg:          #ffffff;
  }
.mh-str-article .post-hero {
    background: linear-gradient(135deg, var(--navy) 0%, var(--blue-mid) 55%, var(--blue-accent) 100%);
    border-radius: 16px;
    padding: 32px;
    color: #ffffff;
    margin-bottom: 2.5rem;
  }
.mh-str-article .post-category {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.3);
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 1.25rem;
  }
.mh-str-article h1 {
    font-family: 'Georgia', serif;
    font-size: clamp(26px, 5vw, 40px);
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 1rem;
  }
.mh-str-article .post-intro {
    font-size: 18px;
    color: rgba(255,255,255,0.9);
    line-height: 1.65;
    margin-bottom: 1rem;
  }
.mh-str-article .post-meta {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    align-items: center;
  }
.mh-str-article .toc {
    background: var(--bg-soft);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.5rem 2rem;
    margin: 2.5rem 0;
  }
.mh-str-article .toc-title {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 1rem;
  }
.mh-str-article .toc ol { padding-left: 1.25rem; display: flex; flex-direction: column; gap: 6px; }
.mh-str-article .toc a {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    color: var(--navy);
    text-decoration: none;
    font-weight: 500;
  }
.mh-str-article .toc a:hover { text-decoration: underline; }
.mh-str-article h2 {
    font-family: 'Georgia', serif;
    font-size: clamp(20px, 3vw, 26px);
    font-weight: 700;
    line-height: 1.25;
    margin: 3rem 0 1rem;
    color: var(--text);
    scroll-margin-top: 24px;
  }
.mh-str-article h3 {
    font-family: 'Georgia', serif;
    font-size: 19px;
    font-weight: 700;
    margin: 2rem 0 0.75rem;
    color: var(--text);
  }
.mh-str-article p { margin-bottom: 1.25rem; color: var(--text-body); }
.mh-str-article strong { font-weight: 700; color: var(--text); }
.mh-str-article em { font-style: italic; }
.mh-str-article a { color: var(--blue-mid); text-decoration: underline; }
.mh-str-article ul, .mh-str-article ol { padding-left: 1.5rem; margin-bottom: 1.25rem; display: flex; flex-direction: column; gap: 6px; }
.mh-str-article li { line-height: 1.65; color: var(--text-body); }
.mh-str-article .callout {
    border-radius: var(--radius);
    padding: 1.25rem 1.5rem;
    margin: 2rem 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
  }
.mh-str-article .callout.tip { background: var(--bg-blue); border-left: 3px solid var(--blue-deep); }
.mh-str-article .callout.warn { background: #fff8ec; border-left: 3px solid var(--orange); }
.mh-str-article .callout.info { background: var(--bg-blue); border-left: 3px solid var(--blue-accent); }
.mh-str-article .callout-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 6px;
    color: var(--text-muted);
  }
.mh-str-article .table-wrap { overflow-x: auto; margin: 2rem 0; }
.mh-str-article table { width: 100%; border-collapse: collapse; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 15px; }
.mh-str-article thead th {
    background: var(--navy);
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .04em;
    padding: 10px 16px;
    text-align: left;
  }
.mh-str-article tbody tr:nth-child(even) { background: var(--bg-soft); }
.mh-str-article tbody td {
    padding: 10px 16px;
    border-bottom: 1px solid var(--border-alt);
    vertical-align: top;
    line-height: 1.5;
    color: var(--text-body);
  }
.mh-str-article .stat-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 16px; margin: 2rem 0; }
.mh-str-article .stat-card {
    background: var(--bg-soft);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.25rem 1.25rem 1rem;
    text-align: center;
  }
.mh-str-article .stat-card .stat-num { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 32px; font-weight: 700; color: var(--navy); line-height: 1.1; }
.mh-str-article .stat-card .stat-label { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; color: var(--text-muted); margin-top: 6px; line-height: 1.4; }
.mh-str-article .scenario-box { background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; margin: 2rem 0; }
.mh-str-article .scenario-header { background: var(--navy); color: #fff; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; padding: 10px 20px; }
.mh-str-article .scenario-body { padding: 1.25rem 1.5rem; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 15px; line-height: 1.6; }
.mh-str-article .scenario-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid var(--border-alt); align-items: baseline; gap: 16px; }
.mh-str-article .scenario-row:last-child { border-bottom: none; }
.mh-str-article .scenario-label { color: var(--text-muted); font-size: 14px; }
.mh-str-article .scenario-val { font-weight: 600; color: var(--text); white-space: nowrap; }
.mh-str-article .scenario-val.up { color: var(--blue-mid); }
.mh-str-article .scenario-val.down { color: #c0392b; }
.mh-str-article .tutorial-step { background: var(--bg-soft); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; margin: 2rem 0; }
.mh-str-article .tutorial-step-header {
    background: linear-gradient(135deg, var(--navy), var(--blue-mid));
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
  }
.mh-str-article .tutorial-step-num {
    background: rgba(255,255,255,0.2);
    color: #ffffff;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(255,255,255,0.3);
  }
.mh-str-article .tutorial-step-title { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 14px; font-weight: 700; color: #ffffff; }
.mh-str-article .tutorial-step-body { padding: 20px 24px; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 15px; color: var(--text-body); line-height: 1.65; }
.mh-str-article .tutorial-step-body p { font-size: 15px; margin-bottom: 10px; }
.mh-str-article .tutorial-step-body ul { margin-bottom: 10px; }
.mh-str-article .tutorial-step-body li { font-size: 15px; }
.mh-str-article .img-placeholder {
    background: linear-gradient(135deg, var(--bg-blue), var(--bg-soft));
    border: 2px dashed var(--border);
    border-radius: 10px;
    padding: 32px 20px;
    text-align: center;
    margin: 16px 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
  }
.mh-str-article .img-placeholder-icon { font-size: 32px; margin-bottom: 8px; }
.mh-str-article .img-placeholder-text { font-size: 13px; font-weight: 600; color: var(--navy); margin-bottom: 4px; }
.mh-str-article .img-placeholder-hint { font-size: 12px; color: var(--text-muted); }
.mh-str-article .rms-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin: 2rem 0; }
.mh-str-article .rms-card {
    background: var(--bg-soft);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 20px 24px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
  }
.mh-str-article .rms-card-logo { flex-shrink: 0; margin-top: 2px; }
.mh-str-article .rms-card-content { flex: 1; }
.mh-str-article .rms-card-name { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.mh-str-article .rms-card-desc { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 14px; color: var(--text-body); line-height: 1.6; margin: 0; }
.mh-str-article hr { border: none; border-top: 1px solid var(--border-alt); margin: 3rem 0; }
.mh-str-article .cta-box { background: linear-gradient(135deg, var(--navy) 0%, var(--blue-mid) 100%); border-radius: 14px; padding: 2.5rem 2rem; text-align: center; margin: 3.5rem 0 0; color: #fff; }
.mh-str-article .cta-box h3 { color: #fff; font-size: 22px; margin-bottom: .75rem; font-family: 'Georgia', serif; }
.mh-str-article .cta-box p { color: rgba(255,255,255,.85); font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 16px; margin-bottom: 1.5rem; }
.mh-str-article .cta-btn {
  display: inline-block;
  background: #ffffff;
  color: #0b3a67;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 8px;
  text-decoration: none;
}
.mh-str-article .serie-nav { background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.25rem 1.5rem; margin: 2.5rem 0; font-family: 'Helvetica Neue', Arial, sans-serif; }
.mh-str-article .serie-nav-title { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 10px; }
.mh-str-article .serie-nav ul { list-style: none; padding: 0; margin: 0; gap: 8px; }
.mh-str-article .serie-nav li { font-size: 14px; color: var(--text-body); }
.mh-str-article .serie-nav a { color: var(--blue-mid); font-weight: 500; }
.mh-str-article .serie-nav li.current { font-weight: 700; color: var(--text); }
.mh-str-article .serie-nav li.current::before { content: "→ "; }/* End custom CSS */