/* 420CreaStack — Entrada individual nativa sin Elementor Pro */
body.single-post{background:#f5f8fb;color:#172033;}
.cs420-nsp,.cs420-nsp *{box-sizing:border-box;}
.cs420-nsp{
  --cs420-nsp-primary:var(--cs420-primary,#083d64);
  --cs420-nsp-accent:var(--cs420-secondary,#0f86a6);
  --cs420-nsp-ink:#172033;
  --cs420-nsp-muted:#607086;
  --cs420-nsp-soft:#f5f8fb;
  --cs420-nsp-card:#ffffff;
  --cs420-nsp-border:#dfe8f1;
  --cs420-nsp-shadow:0 16px 42px rgba(15,35,55,.08);
  background:var(--cs420-nsp-soft);
  color:var(--cs420-nsp-ink);
  font-family:var(--cs420-font-body,'Nunito Sans',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif);
}
.cs420-nsp a{color:var(--cs420-nsp-primary);text-decoration:none;}
.cs420-nsp a:hover{color:var(--cs420-nsp-accent);}

.cs420-nsp-hero{
  position:relative;
  isolation:isolate;
  min-height:clamp(420px,46vw,620px);
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  background:var(--cs420-nsp-primary);
}
.cs420-nsp-hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(90deg,rgba(8,61,100,.96) 0%,rgba(8,61,100,.84) 36%,rgba(8,61,100,.48) 68%,rgba(8,61,100,.28) 100%),
    linear-gradient(180deg,rgba(8,61,100,.12) 0%,rgba(8,61,100,.86) 100%);
  pointer-events:none;
}
.cs420-nsp-hero__media{
  position:absolute;
  inset:0;
  z-index:-2;
  overflow:hidden;
  background:#0d2941;
  max-height:none;
}
.cs420-nsp-hero__media:after{content:none;}
.cs420-nsp-hero__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(1.04) contrast(1.04);
}
.cs420-nsp-hero__copy{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding:84px 24px 58px;
}
.cs420-nsp-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 18px;
  padding:8px 13px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#dff7ff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.cs420-nsp-kicker a{color:#fff;}
.cs420-nsp-hero h1{
  max-width:880px;
  margin:0;
  color:#fff;
  font-family:var(--cs420-font-heading,'Nunito Sans',system-ui,sans-serif);
  font-size:clamp(34px,5vw,64px);
  line-height:1.04;
  font-weight:950;
  letter-spacing:-.035em;
}
.cs420-nsp-excerpt{
  max-width:780px;
  margin:20px 0 0;
  color:rgba(255,255,255,.88);
  font-size:clamp(16px,1.55vw,20px);
  line-height:1.62;
}
.cs420-nsp-meta{
  display:flex;
  gap:14px;
  align-items:center;
  flex-wrap:wrap;
  margin-top:24px;
  color:rgba(255,255,255,.82);
  font-size:13px;
  font-weight:800;
}
.cs420-nsp-meta span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.09);
}
.cs420-nsp-meta span:before{
  content:"";
  width:6px;
  height:6px;
  border-radius:999px;
  background:#49d5e8;
  display:inline-block;
}

.cs420-nsp-body-wrap{
  max-width:1180px;
  margin:0 auto;
  padding:28px 24px 76px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:28px;
  align-items:start;
}
.cs420-nsp-content-col{min-width:0;}
.cs420-nsp-note{
  margin:0 0 22px;
  padding:14px 17px;
  border:1px solid rgba(8,61,100,.13);
  border-left:4px solid var(--cs420-nsp-accent);
  border-radius:10px;
  background:#eef8fb;
  color:#41536a;
  font-size:14px;
  line-height:1.55;
}
.cs420-nsp-note strong{color:var(--cs420-nsp-primary);}
.cs420-nsp-content{
  padding:34px 38px;
  border:1px solid var(--cs420-nsp-border);
  border-radius:16px;
  background:var(--cs420-nsp-card);
  box-shadow:var(--cs420-nsp-shadow);
  color:#1e293b;
  font-size:18px;
  line-height:1.78;
}
.cs420-nsp-content > *:first-child{margin-top:0;}
.cs420-nsp-content p{margin:0 0 1.08em;}
.cs420-nsp-content h1,.cs420-nsp-content h2,.cs420-nsp-content h3,.cs420-nsp-content h4{
  color:var(--cs420-nsp-ink);
  font-family:var(--cs420-font-heading,'Nunito Sans',system-ui,sans-serif);
  letter-spacing:-.018em;
  line-height:1.18;
  margin-top:1.75em;
  margin-bottom:.65em;
  scroll-margin-top:calc(var(--cs420-header-height,80px) + 28px);
}
.cs420-nsp-content h2{
  position:relative;
  font-size:clamp(27px,3vw,38px);
  padding-top:18px;
}
.cs420-nsp-content h2:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:46px;
  height:3px;
  border-radius:99px;
  background:var(--cs420-nsp-accent);
}
.cs420-nsp-content h3{font-size:clamp(21px,2.2vw,27px);}
.cs420-nsp-content h4{font-size:20px;}
.cs420-nsp-content a{font-weight:850;border-bottom:1px solid rgba(8,61,100,.25);}
.cs420-nsp-content a:hover{border-color:var(--cs420-nsp-accent);}
.cs420-nsp-content ul,.cs420-nsp-content ol{margin:0 0 1.25em;padding-left:1.35em;}
.cs420-nsp-content li{margin:.42em 0;}
.cs420-nsp-content blockquote{
  margin:32px 0;
  padding:22px 26px;
  border-left:4px solid var(--cs420-nsp-accent);
  background:#f4fafc;
  border-radius:0 12px 12px 0;
  color:#26364b;
}
.cs420-nsp-content img{
  max-width:100%;
  height:auto;
  border-radius:14px;
  box-shadow:0 18px 45px rgba(15,35,55,.12);
}
.cs420-nsp-content figure{margin:30px 0;}
.cs420-nsp-content figcaption{margin-top:10px;color:#718198;font-size:13px;text-align:center;}
.cs420-nsp-content .mh-clear{clear:both;}
.cs420-nsp-content .mh-img-right,
.cs420-nsp-content .mh-img-left,
.cs420-nsp-content .mh-img-right-wide,
.cs420-nsp-content .mh-img-left-wide,
.cs420-nsp-content .mh-img-full,
.cs420-nsp-content .mh-img-center{
  display:block!important;
  height:auto!important;
  border-radius:12px!important;
  box-shadow:0 16px 40px rgba(15,35,55,.12);
}
.cs420-nsp-content figure.mh-img-right,
.cs420-nsp-content figure.mh-img-left,
.cs420-nsp-content figure.mh-img-right-wide,
.cs420-nsp-content figure.mh-img-left-wide,
.cs420-nsp-content figure.mh-img-full,
.cs420-nsp-content figure.mh-img-center{
  overflow:hidden;
}
.cs420-nsp-content figure.mh-img-right img,
.cs420-nsp-content figure.mh-img-left img,
.cs420-nsp-content figure.mh-img-right-wide img,
.cs420-nsp-content figure.mh-img-left-wide img,
.cs420-nsp-content figure.mh-img-full img,
.cs420-nsp-content figure.mh-img-center img{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  box-shadow:none;
}
.cs420-nsp-content .mh-img-right,
.cs420-nsp-content .mh-img-right-wide{
  float:right!important;
  margin:4px 0 18px 24px!important;
}
.cs420-nsp-content .mh-img-left,
.cs420-nsp-content .mh-img-left-wide{
  float:left!important;
  margin:4px 24px 18px 0!important;
}
.cs420-nsp-content .mh-img-right,
.cs420-nsp-content .mh-img-left{
  width:42%!important;
  max-width:320px!important;
}
.cs420-nsp-content .mh-img-right-wide,
.cs420-nsp-content .mh-img-left-wide{
  width:46%!important;
  max-width:390px!important;
}
.cs420-nsp-content .mh-img-full,
.cs420-nsp-content .mh-img-center{
  float:none!important;
  width:100%!important;
  max-width:100%!important;
  margin:28px auto!important;
}
.cs420-nsp-content table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
  border-radius:12px;
  overflow:hidden;
  display:block;
  max-width:100%;
  overflow-x:auto;
}
.cs420-nsp-content th,.cs420-nsp-content td{border:1px solid #e1e8f0;padding:14px;text-align:left;vertical-align:top;}
.cs420-nsp-content th{color:#fff;background:var(--cs420-nsp-primary);}
.cs420-nsp-content details{
  background:#f7fbfd;
  border:1px solid #dfe8f1;
  border-radius:12px;
  padding:16px 18px;
  margin:16px 0;
}
.cs420-nsp-content summary{cursor:pointer;font-weight:900;color:var(--cs420-nsp-primary);}
.cs420-nsp-content .c420-ai-generated-content,.cs420-nsp-content .mh-box,.cs420-nsp-content .mh-faq,.cs420-nsp-content .mh-cta{max-width:100%;}
.cs420-nsp-content .mh-index,
.cs420-nsp-content .c420-ai-toc,
.cs420-nsp-content .c420-ai-index,
.cs420-nsp-content .nrc-index,
.cs420-nsp-content .nrc-toc,
.cs420-nsp-content .cs420-index,
.cs420-nsp-content .article-index,
.cs420-nsp-content .ltf-index,
.cs420-nsp-content .ltdlf-index,
.cs420-nsp-content .simpletoc-list,
.cs420-nsp-content .wp-block-simpletoc-toc,
.cs420-nsp-content .wp-block-rank-math-toc-block,
.cs420-nsp-content .rank-math-toc,
.cs420-nsp-content .ez-toc-container,
.cs420-nsp-content .toc-container,
.cs420-nsp-content .toc-wrapper,
.cs420-nsp-content .table-of-contents,
.cs420-nsp-content .wp-block-yoast-seo-table-of-contents,
.cs420-nsp-content .yoast-table-of-contents,
.cs420-nsp-content .lwptoc{
  display:none!important;
}
.cs420-nsp-content .mh-box{
  margin:28px 0;
  padding:22px;
  background:linear-gradient(180deg,#f2fbfe 0%,#eaf6fa 100%);
  border:1px solid #cbe7ee;
  border-left:5px solid var(--cs420-nsp-accent);
  border-radius:14px;
  box-shadow:0 10px 26px rgba(15,134,166,.09);
}
.cs420-nsp-content .mh-box strong,
.cs420-nsp-content .mh-mini strong{
  display:block;
  margin-bottom:8px;
  color:#172033;
  font-size:16px;
  font-weight:950;
}
.cs420-nsp-content .mh-box p{margin:0!important;color:#1e293b!important;line-height:1.75!important;}
.cs420-nsp-content .mh-mini{
  margin:28px 0;
  padding:22px;
  background:#fff;
  border:1px solid var(--cs420-nsp-border);
  border-radius:14px;
  box-shadow:0 10px 26px rgba(15,35,55,.06);
}
.cs420-nsp-content .mh-mini ul{margin:10px 0 0!important;padding-left:20px!important;}
.cs420-nsp-content .mh-note{color:#607086!important;font-size:15px!important;line-height:1.7!important;}
.cs420-nsp-content .mh-hr{
  clear:both;
  margin:42px 0;
  border:0;
  border-top:1px solid #dce8ef;
}
.cs420-nsp-content .mh-table-wrap{
  width:100%;
  overflow-x:auto;
  margin:30px 0;
  border:1px solid var(--cs420-nsp-border);
  border-radius:14px;
  box-shadow:0 10px 26px rgba(15,35,55,.06);
  -webkit-overflow-scrolling:touch;
}
.cs420-nsp-content .mh-table{
  width:100%;
  min-width:760px;
  border-collapse:separate;
  border-spacing:0;
  background:#fff;
  box-shadow:none;
}
.cs420-nsp-content .mh-table th{
  background:var(--cs420-nsp-primary);
  color:#fff!important;
  padding:15px;
  font-size:15px;
  font-weight:850;
  line-height:1.4;
  vertical-align:top;
}
.cs420-nsp-content .mh-table td{
  padding:15px;
  border:0;
  border-bottom:1px solid #e8eef2;
  color:#1e293b!important;
  line-height:1.65;
  vertical-align:top;
}
.cs420-nsp-content .mh-table tr:last-child td{border-bottom:0;}
.cs420-nsp-content .mh-faq{display:grid;gap:10px;}
.cs420-nsp-content .mh-faq details{
  overflow:hidden;
  margin:0;
  padding:0;
  background:#fff;
  border:1px solid var(--cs420-nsp-border);
  border-radius:12px;
  box-shadow:0 8px 18px rgba(15,35,55,.05);
}
.cs420-nsp-content .mh-faq summary{
  position:relative;
  padding:16px 48px 16px 18px;
  color:#172033!important;
  cursor:pointer;
  font-weight:900;
  line-height:1.4;
  list-style:none;
}
.cs420-nsp-content .mh-faq summary::-webkit-details-marker{display:none;}
.cs420-nsp-content .mh-faq summary:after{
  content:"+";
  position:absolute;
  right:18px;
  top:50%;
  color:var(--cs420-nsp-accent);
  font-size:22px;
  line-height:1;
  transform:translateY(-50%);
}
.cs420-nsp-content .mh-faq details[open] summary:after{content:"-";}
.cs420-nsp-content .mh-faq p{
  margin:0!important;
  padding:0 18px 18px;
  color:#1e293b!important;
  line-height:1.75!important;
}
.cs420-nsp-content .mh-cta{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:22px;
  align-items:center;
  margin:36px 0 0;
  padding:26px;
  background:linear-gradient(135deg,#0f3f49 0%,#083d64 100%);
  border-radius:14px;
  color:#fff!important;
  box-shadow:0 18px 38px rgba(15,35,55,.18);
}
.cs420-nsp-content .mh-cta h3{
  margin:0 0 8px!important;
  color:#fff!important;
  font-size:28px!important;
  line-height:1.12!important;
}
.cs420-nsp-content .mh-cta p{margin:0 0 10px!important;color:rgba(255,255,255,.88)!important;line-height:1.65!important;}
.cs420-nsp-content .mh-cta strong,
.cs420-nsp-content .mh-cta span,
.cs420-nsp-content .mh-cta li{color:rgba(255,255,255,.92)!important;}
.cs420-nsp-content .mh-cta a{color:#fff!important;text-decoration:underline;}
.cs420-nsp-content .mh-cta-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:170px;
  padding:14px 20px;
  border-radius:10px;
  background:#d9a441;
  color:#06142b!important;
  font-weight:950;
  text-decoration:none!important;
  border:0!important;
}

.cs420-nsp-toc{
  --cs420-toc-cyan:#55d7e7;
  position:relative;
  overflow:hidden;
  margin:0 0 30px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:18px;
  background:linear-gradient(135deg,#0b2f4a 0%,#083d64 54%,#075b75 100%);
  color:#fff;
  box-shadow:0 22px 55px rgba(7,45,70,.22);
}
.cs420-nsp-toc:before{
  content:"";
  position:absolute;
  z-index:0;
  width:240px;
  height:240px;
  right:-120px;
  top:-140px;
  border-radius:999px;
  background:rgba(85,215,231,.10);
  pointer-events:none;
}
.cs420-nsp-toc[open] .cs420-nsp-toc__chevron{transform:rotate(225deg);}
.cs420-nsp-toc__summary{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:42px minmax(0,1fr) 22px;
  gap:14px;
  align-items:center;
  padding:21px 24px;
  cursor:pointer;
  list-style:none;
  user-select:none;
}
.cs420-nsp-toc__summary::-webkit-details-marker{display:none;}
.cs420-nsp-toc__icon{
  display:grid;
  align-content:center;
  gap:4px;
  width:42px;
  height:42px;
  padding:10px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  background:rgba(255,255,255,.06);
}
.cs420-nsp-toc__icon i{
  display:block;
  height:2px;
  border-radius:99px;
  background:var(--cs420-toc-cyan);
}
.cs420-nsp-toc__heading{display:flex;flex-direction:column;gap:3px;min-width:0;}
.cs420-nsp-toc__title{color:#fff;font-size:20px;line-height:1.2;font-weight:950;letter-spacing:-.01em;}
.cs420-nsp-toc__subtitle{color:rgba(255,255,255,.66);font-size:12px;line-height:1.35;font-weight:750;}
.cs420-nsp-toc__chevron{
  width:11px;
  height:11px;
  border-right:2px solid rgba(255,255,255,.86);
  border-bottom:2px solid rgba(255,255,255,.86);
  transform:rotate(45deg);
  transition:transform .2s ease;
}
.cs420-nsp-toc__body{
  position:relative;
  z-index:1;
  padding:0 24px 24px;
}
.cs420-nsp-toc__list{
  counter-reset:toc;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:4px 30px;
  list-style:none;
  padding:18px 0 0;
  margin:0;
  border-top:1px solid rgba(255,255,255,.12);
}
.cs420-nsp-toc__item{counter-increment:toc;min-width:0;}
.cs420-nsp-toc__item a{
  display:grid;
  grid-template-columns:30px minmax(0,1fr);
  gap:8px;
  align-items:start;
  padding:9px 8px;
  border:0!important;
  border-radius:9px;
  color:rgba(255,255,255,.92)!important;
  font-size:14px;
  line-height:1.4;
  font-weight:780;
  text-decoration:none!important;
}
.cs420-nsp-toc__item a:before{
  content:counter(toc, decimal-leading-zero);
  color:var(--cs420-toc-cyan);
  font-weight:950;
  font-variant-numeric:tabular-nums;
}
.cs420-nsp-toc__item a:hover,
.cs420-nsp-toc__item a:focus-visible{
  color:#fff!important;
  background:rgba(255,255,255,.08);
  outline:none;
}

/* Índice automático dentro de Elementor Pro o del editor clásico. */
body.single-post :where(.entry-content,.elementor-widget-theme-post-content,.elementor-widget-text-editor) > .cs420-nsp-toc--auto,
body.single-post :where(.entry-content,.elementor-widget-theme-post-content,.elementor-widget-text-editor) .cs420-nsp-toc--auto{
  width:100%;
  max-width:100%;
  clear:both;
}
body.single-post.cs420-hide-elementor-toc .elementor-widget-table-of-contents{
  display:none!important;
}

.cs420-nsp-tags{
  margin-top:28px;
  padding:18px 20px;
  border:1px solid var(--cs420-nsp-border);
  border-radius:12px;
  background:#fff;
  font-size:14px;
  color:#607086;
}
.cs420-nsp-tags strong{color:var(--cs420-nsp-primary);}
.cs420-nsp-nav{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:26px 0 46px;}
.cs420-nsp-nav div:last-child{text-align:right;}
.cs420-nsp-nav a{
  display:block;
  padding:16px 18px;
  border:1px solid var(--cs420-nsp-border);
  border-radius:12px;
  background:#fff;
  color:var(--cs420-nsp-primary);
  font-size:14px;
  font-weight:850;
}
.cs420-nsp-nav a:hover{border-color:rgba(15,134,166,.45);background:#eef8fb;}

.cs420-nsp-sidebar{
  position:sticky;
  top:calc(var(--cs420-header-height,80px) + 22px);
  display:flex;
  flex-direction:column;
  gap:18px;
  min-width:0;
  max-height:calc(100vh - var(--cs420-header-height,80px) - 40px);
  overflow:auto;
  padding-bottom:4px;
  scrollbar-width:thin;
}
.cs420-nsp-card{
  border:1px solid var(--cs420-nsp-border);
  border-radius:14px;
  background:#fff;
  box-shadow:0 12px 30px rgba(15,35,55,.07);
  padding:20px;
}
.cs420-nsp-card h2{margin:0 0 10px;color:var(--cs420-nsp-ink);font-size:17px;line-height:1.25;font-weight:950;}
.cs420-nsp-author{text-align:center;}
.cs420-nsp-author__photo{
  width:76px;
  height:76px;
  margin:0 auto 12px;
  border-radius:999px;
  overflow:hidden;
  border:3px solid #e4f4f8;
  background:#eef3f7;
}
.cs420-nsp-author__photo-img,.cs420-nsp-author__photo img{display:block;width:100%;height:100%;object-fit:cover;}
.cs420-nsp-author__spec{margin:0 0 10px;color:var(--cs420-nsp-primary);font-size:12px;font-weight:900;line-height:1.45;}
.cs420-nsp-author__text{margin:0 0 14px;color:#607086;font-size:13px;line-height:1.55;}
.cs420-nsp-link{display:inline-block;margin-bottom:0;color:var(--cs420-nsp-primary);font-size:12px;font-weight:850;}
.cs420-nsp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100%;
  padding:12px 16px;
  border-radius:10px;
  font-size:13px;
  font-weight:950;
  text-decoration:none!important;
  border:0!important;
}
.cs420-nsp-btn--wa{background:var(--cs420-nsp-accent);color:#fff!important;}
.cs420-nsp-btn--phone{background:#f0b84f;color:#102033!important;}
.cs420-nsp-btn:hover{opacity:.92;transform:translateY(-1px);}
.cs420-nsp-cta{
  background:linear-gradient(145deg,var(--cs420-nsp-primary),#075b75);
  border-color:transparent;
  color:#fff;
}
.cs420-nsp-cta h2{color:#fff;}
.cs420-nsp-cta p{margin:0 0 16px;color:rgba(255,255,255,.82);font-size:13px;line-height:1.55;}
.cs420-nsp-cta__actions{display:flex;flex-direction:column;gap:8px;}
.cs420-nsp-cats h2,.cs420-nsp-section-title span{font-size:11px;font-weight:950;letter-spacing:.12em;text-transform:uppercase;color:var(--cs420-nsp-primary);}
.cs420-nsp-cats ul{list-style:none;padding:0;margin:12px 0 0;display:flex;flex-direction:column;gap:5px;}
.cs420-nsp-cats li a{
  display:flex;
  align-items:center;
  gap:10px;
  padding:9px 11px;
  border-radius:9px;
  color:#526276;
  background:#f7fafc;
  border:1px solid transparent;
  font-size:13px;
  font-weight:800;
}
.cs420-nsp-cats li a:before{content:'›';color:var(--cs420-nsp-accent);font-size:20px;line-height:1;}
.cs420-nsp-cats li a:hover{color:var(--cs420-nsp-primary);border-color:#dbe7ef;background:#eef8fb;}

.cs420-nsp-side-related h2{font-size:16px;}
.cs420-nsp-side-related__list{display:flex;flex-direction:column;gap:10px;}
.cs420-nsp-side-related__item{
  display:grid;
  grid-template-columns:58px 1fr;
  gap:10px;
  align-items:center;
  color:#172033;
}
.cs420-nsp-side-related__thumb{
  display:block;
  width:58px;
  aspect-ratio:1;
  border-radius:10px;
  overflow:hidden;
  background:#e9f1f6;
}
.cs420-nsp-side-related__thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.cs420-nsp-side-related__copy strong{
  display:block;
  color:#172033;
  font-size:12px;
  line-height:1.25;
}
.cs420-nsp-side-related__copy small{
  display:block;
  margin-top:4px;
  color:#78879a;
  font-size:11px;
  line-height:1.2;
}

.cs420-nsp-section-title{margin:0 0 22px;}
.cs420-nsp-section-title h2{margin:8px 0 0;color:var(--cs420-nsp-ink);font-size:26px;line-height:1.15;font-weight:950;}
.cs420-nsp-section-title:after{content:"";display:block;width:46px;height:3px;background:var(--cs420-nsp-accent);border-radius:2px;margin-top:14px;}
.cs420-nsp-related{margin-top:46px;}
.cs420-nsp-related__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.cs420-nsp-related-card{overflow:hidden;border:1px solid var(--cs420-nsp-border);border-radius:14px;background:#fff;box-shadow:0 10px 26px rgba(15,35,55,.06);}
.cs420-nsp-related-card__media{display:block;aspect-ratio:16/10;background:#e9f1f6;overflow:hidden;border:0!important;}
.cs420-nsp-related-card__media img{width:100%;height:100%;object-fit:cover;display:block;border-radius:0;box-shadow:none;transition:transform .25s ease;}
.cs420-nsp-related-card:hover img{transform:scale(1.04);}
.cs420-nsp-related-card__placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,#dcecf3,#f5f8fb);}
.cs420-nsp-related-card__body{padding:15px;}
.cs420-nsp-related-card__date{display:block;margin-bottom:7px;color:#7f8da8;font-size:11px;font-weight:800;}
.cs420-nsp-related-card h3{margin:0 0 8px;font-size:15px;line-height:1.25;font-weight:900;}
.cs420-nsp-related-card h3 a{color:#172033;border:0!important;}
.cs420-nsp-related-card h3 a:hover{color:var(--cs420-nsp-primary);}
.cs420-nsp-related-card p{margin:0;color:#607086;font-size:13px;line-height:1.5;}
.cs420-nsp-empty{padding:24px;border:1px solid var(--cs420-nsp-border);background:#fff;color:#1f2937;border-radius:12px;}

@media(max-width:1180px){
  .cs420-nsp-body-wrap{grid-template-columns:minmax(0,1fr) 300px;gap:22px;}
  .cs420-nsp-content{padding:30px;}
}
@media(max-width:1023px){
  .cs420-nsp-body-wrap{grid-template-columns:1fr;padding:24px 20px 58px;}
  .cs420-nsp-sidebar{display:none;}
  .cs420-nsp-content-col{max-width:100%;}
}
@media(max-width:820px){
  .cs420-nsp-hero{min-height:520px;}
  .cs420-nsp-hero:before{background:linear-gradient(180deg,rgba(8,61,100,.72) 0%,rgba(8,61,100,.95) 100%);}
  .cs420-nsp-hero__copy{padding:120px 20px 38px;}
  .cs420-nsp-toc__list{grid-template-columns:1fr;gap:2px;}
  .cs420-nsp-content{padding:26px 22px;font-size:16.5px;line-height:1.72;}
  .cs420-nsp-content h2{font-size:25px;}
  .cs420-nsp-related__grid{grid-template-columns:1fr;}
  .cs420-nsp-nav{grid-template-columns:1fr;}
  .cs420-nsp-nav div:last-child{text-align:left;}
  .cs420-nsp-content .mh-cta{grid-template-columns:1fr;}
  .cs420-nsp-content .mh-img-right,
  .cs420-nsp-content .mh-img-left,
  .cs420-nsp-content .mh-img-right-wide,
  .cs420-nsp-content .mh-img-left-wide{
    float:none!important;
    width:100%!important;
    max-width:100%!important;
    margin:20px 0!important;
  }
}
@media(max-width:520px){
  .cs420-nsp-hero{min-height:500px;}
  .cs420-nsp-hero h1{font-size:clamp(29px,10vw,38px);}
  .cs420-nsp-kicker{font-size:10px;letter-spacing:.06em;}
  .cs420-nsp-excerpt{font-size:15.5px;}
  .cs420-nsp-body-wrap{padding:20px 14px 48px;}
  .cs420-nsp-toc{border-radius:15px;}
  .cs420-nsp-toc__summary{grid-template-columns:38px minmax(0,1fr) 18px;gap:11px;padding:17px 18px;}
  .cs420-nsp-toc__icon{width:38px;height:38px;padding:9px;}
  .cs420-nsp-toc__title{font-size:17px;}
  .cs420-nsp-toc__body{padding:0 14px 15px;}
  .cs420-nsp-toc__list{padding-top:10px;}
  .cs420-nsp-toc__item a{grid-template-columns:28px minmax(0,1fr);padding:8px 6px;font-size:13px;}
  .cs420-nsp-note{font-size:13px;}
  .cs420-nsp-content{padding:24px 18px;border-radius:14px;}
  .cs420-nsp-content .mh-table{min-width:620px;}
  .cs420-nsp-content .mh-table th,
  .cs420-nsp-content .mh-table td{padding:12px;font-size:.9rem;}
}

/* Canonical native single state.
   Keeps the native template isolated from older single-post styles and
   from mobile/desktop cache variants that may still contain legacy CSS. */
body.single-post.cs420-native-single-post{background:#f5f8fb!important;color:#172033!important;}
body.single-post.cs420-native-single-post .cs420-nsp{background:#f5f8fb!important;color:#172033!important;}
body.single-post.cs420-native-single-post .cs420-nsp-body-wrap{background:transparent!important;}
body.single-post.cs420-native-single-post .cs420-nsp-content,
body.single-post.cs420-native-single-post .cs420-nsp-card,
body.single-post.cs420-native-single-post .cs420-nsp-tags,
body.single-post.cs420-native-single-post .cs420-nsp-nav a,
body.single-post.cs420-native-single-post .cs420-nsp-related-card{background:#fff!important;color:#172033!important;}
body.single-post.cs420-native-single-post .cs420-nsp-content,
body.single-post.cs420-native-single-post .cs420-nsp-content p,
body.single-post.cs420-native-single-post .cs420-nsp-content li,
body.single-post.cs420-native-single-post .cs420-nsp-content td{color:#1e293b!important;}
body.single-post.cs420-native-single-post .cs420-nsp-content h1,
body.single-post.cs420-native-single-post .cs420-nsp-content h2,
body.single-post.cs420-native-single-post .cs420-nsp-content h3,
body.single-post.cs420-native-single-post .cs420-nsp-content h4,
body.single-post.cs420-native-single-post .cs420-nsp-card h2{color:#172033!important;}
body.single-post.cs420-native-single-post .cs420-nsp-content a{color:#17445d!important;}
body.single-post.cs420-native-single-post .cs420-nsp-toc{background:linear-gradient(135deg,#0b2f4a 0%,#083d64 54%,#075b75 100%)!important;color:#fff!important;}
body.single-post.cs420-native-single-post .cs420-nsp-toc__title,
body.single-post.cs420-native-single-post .cs420-nsp-toc__subtitle,
body.single-post.cs420-native-single-post .cs420-nsp-toc__item a{color:#fff!important;}
body.single-post.cs420-native-single-post .cs420-nsp-toc__item a:before{color:#55d7e7!important;}
body.single-post.cs420-native-single-post .cs420-nsp-note{background:#eef8fb!important;color:#41536a!important;}
body.single-post.cs420-native-single-post .cs420-nsp-cta{background:linear-gradient(145deg,#083d64,#075b75)!important;color:#fff!important;}
body.single-post.cs420-native-single-post .cs420-nsp-cta h2,
body.single-post.cs420-native-single-post .cs420-nsp-cta p{color:#fff!important;}
body.single-post.cs420-native-single-post .cs420-nsp-content .mh-cta{background:linear-gradient(135deg,#0f3f49 0%,#083d64 100%)!important;color:#fff!important;}
body.single-post.cs420-native-single-post .cs420-nsp-content .mh-cta h2,
body.single-post.cs420-native-single-post .cs420-nsp-content .mh-cta h3{color:#fff!important;}
body.single-post.cs420-native-single-post .cs420-nsp-content .mh-cta p,
body.single-post.cs420-native-single-post .cs420-nsp-content .mh-cta li,
body.single-post.cs420-native-single-post .cs420-nsp-content .mh-cta span,
body.single-post.cs420-native-single-post .cs420-nsp-content .mh-cta strong{color:rgba(255,255,255,.92)!important;}
body.single-post.cs420-native-single-post .cs420-nsp-content .mh-cta .mh-cta-button{color:#06142b!important;}

/* Article normalizer compatibility outside the native wrapper.
   Covers Theme Builder widgets or classic post content when they render
   normalized mh-* components without .cs420-nsp-content. */
body.single-post :where(.entry-content,.elementor-widget-theme-post-content) .mh-clear{clear:both;}
body.single-post :where(.entry-content,.elementor-widget-theme-post-content) .mh-img-right,
body.single-post :where(.entry-content,.elementor-widget-theme-post-content) .mh-img-left,
body.single-post :where(.entry-content,.elementor-widget-theme-post-content) .mh-img-right-wide,
body.single-post :where(.entry-content,.elementor-widget-theme-post-content) .mh-img-left-wide,
body.single-post :where(.entry-content,.elementor-widget-theme-post-content) .mh-img-full,
body.single-post :where(.entry-content,.elementor-widget-theme-post-content) .mh-img-center{
  display:block!important;
  height:auto!important;
  border-radius:12px!important;
  box-shadow:0 16px 40px rgba(15,35,55,.12)!important;
}
body.single-post :where(.entry-content,.elementor-widget-theme-post-content) figure.mh-img-right img,
body.single-post :where(.entry-content,.elementor-widget-theme-post-content) figure.mh-img-left img,
body.single-post :where(.entry-content,.elementor-widget-theme-post-content) figure.mh-img-right-wide img,
body.single-post :where(.entry-content,.elementor-widget-theme-post-content) figure.mh-img-left-wide img,
body.single-post :where(.entry-content,.elementor-widget-theme-post-content) figure.mh-img-full img,
body.single-post :where(.entry-content,.elementor-widget-theme-post-content) figure.mh-img-center img{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  box-shadow:none!important;
}
body.single-post :where(.entry-content,.elementor-widget-theme-post-content) .mh-img-right,
body.single-post :where(.entry-content,.elementor-widget-theme-post-content) .mh-img-right-wide{
  float:right!important;
  margin:4px 0 18px 24px!important;
}
body.single-post :where(.entry-content,.elementor-widget-theme-post-content) .mh-img-left,
body.single-post :where(.entry-content,.elementor-widget-theme-post-content) .mh-img-left-wide{
  float:left!important;
  margin:4px 24px 18px 0!important;
}
body.single-post :where(.entry-content,.elementor-widget-theme-post-content) .mh-img-right,
body.single-post :where(.entry-content,.elementor-widget-theme-post-content) .mh-img-left{
  width:42%!important;
  max-width:320px!important;
}
body.single-post :where(.entry-content,.elementor-widget-theme-post-content) .mh-img-right-wide,
body.single-post :where(.entry-content,.elementor-widget-theme-post-content) .mh-img-left-wide{
  width:46%!important;
  max-width:390px!important;
}
body.single-post :where(.entry-content,.elementor-widget-theme-post-content) .mh-img-full,
body.single-post :where(.entry-content,.elementor-widget-theme-post-content) .mh-img-center{
  float:none!important;
  width:100%!important;
  max-width:100%!important;
  margin:28px auto!important;
}
body.single-post :where(.entry-content,.elementor-widget-theme-post-content) .mh-cta{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto;
  gap:22px;
  align-items:center;
  margin:36px 0 0!important;
  padding:26px!important;
  background:linear-gradient(135deg,#0f3f49 0%,#083d64 100%)!important;
  border-radius:14px!important;
  color:#fff!important;
  box-shadow:0 18px 38px rgba(15,35,55,.18)!important;
}
body.single-post :where(.entry-content,.elementor-widget-theme-post-content) .mh-cta h2,
body.single-post :where(.entry-content,.elementor-widget-theme-post-content) .mh-cta h3{color:#fff!important;}
body.single-post :where(.entry-content,.elementor-widget-theme-post-content) .mh-cta p,
body.single-post :where(.entry-content,.elementor-widget-theme-post-content) .mh-cta li,
body.single-post :where(.entry-content,.elementor-widget-theme-post-content) .mh-cta span,
body.single-post :where(.entry-content,.elementor-widget-theme-post-content) .mh-cta strong{color:rgba(255,255,255,.92)!important;}
body.single-post :where(.entry-content,.elementor-widget-theme-post-content) .mh-cta .mh-cta-button{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-width:170px;
  padding:14px 20px!important;
  border-radius:10px!important;
  background:#d9a441!important;
  color:#06142b!important;
  font-weight:950!important;
  text-decoration:none!important;
  border:0!important;
}
@media(max-width:760px){
  body.single-post :where(.entry-content,.elementor-widget-theme-post-content) .mh-img-right,
  body.single-post :where(.entry-content,.elementor-widget-theme-post-content) .mh-img-left,
  body.single-post :where(.entry-content,.elementor-widget-theme-post-content) .mh-img-right-wide,
  body.single-post :where(.entry-content,.elementor-widget-theme-post-content) .mh-img-left-wide{
    float:none!important;
    width:100%!important;
    max-width:100%!important;
    margin:20px 0!important;
  }
  body.single-post :where(.entry-content,.elementor-widget-theme-post-content) .mh-cta{grid-template-columns:1fr!important;}
}
