/* Clean editorial article system — v1.4.0 */
.single-article{
  overflow:clip;
  background:#fff;
  color:#111827;
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}

/* Calm publication header */
.article-hero{
  background:#fff;
  color:#111827;
  border-bottom:1px solid #e8edf3;
}
.article-hero::before{display:none}
.article-hero__inner{
  display:block;
  width:min(1080px,calc(100% - 48px));
  min-height:0;
  margin:0 auto;
  padding:76px 0 0;
}
.single-header{
  width:min(880px,100%);
  margin:0 auto;
  padding:0;
}
.single-header .eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin:0 0 22px;
  color:#245cdb;
  font-size:12px;
  font-weight:750;
  letter-spacing:.12em;
}
.single-header .eyebrow::before{
  content:"";
  width:20px;
  height:2px;
  background:#245cdb;
}
.single-header h1{
  max-width:880px;
  margin:0;
  color:#101828;
  font-size:clamp(42px,5vw,64px);
  font-weight:760;
  line-height:1.08;
  letter-spacing:-.045em;
  text-wrap:balance;
}
.single-header .dek{
  max-width:820px;
  margin:24px 0 18px;
  color:#475467;
  font-size:20px;
  line-height:1.58;
}
.single-header .byline{
  display:flex;
  align-items:center;
  gap:9px;
  color:#667085;
  font-size:13px;
}
.article-cover{
  position:relative;
  width:100%;
  margin:48px 0 0;
  overflow:hidden;
  border:1px solid #e4e9f0;
  border-radius:12px;
  background:#f4f7fb;
  box-shadow:none;
}
.article-cover::after{display:none}
.article-cover img{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
}
.single-article:not(.has-cover) .article-hero__inner{padding-bottom:68px}

/* Wider, cleaner reading column */
.article-content.content-reading{
  width:min(880px,calc(100% - 48px));
}
.article-content{
  padding-top:62px;
  padding-bottom:120px;
  color:#273244;
  font-size:18px;
  font-weight:400;
  line-height:1.78;
}
.article-content>p{margin:0 0 24px}
.article-content>p:first-child{
  color:#344054;
  font-size:20px;
  line-height:1.7;
}
.article-content h2{
  margin:64px 0 22px;
  color:#101828;
  font-size:34px;
  font-weight:750;
  line-height:1.22;
  letter-spacing:-.028em;
  text-wrap:balance;
}
.article-content h3{
  margin:42px 0 15px;
  color:#182230;
  font-size:23px;
  font-weight:720;
  line-height:1.32;
  letter-spacing:-.018em;
}
.article-content ul,.article-content ol{margin:0 0 28px;padding-left:1.35em}
.article-content li{margin:.55em 0;padding-left:.2em}
.article-content strong{color:#172033;font-weight:720}
.article-content a{color:#245cdb;text-decoration:underline;text-underline-offset:3px}
.article-content .article-wide{
  width:min(1040px,calc(100vw - 48px));
  max-width:none;
  position:relative;
  left:50%;
  margin-left:0;
  transform:translateX(-50%);
}

/* Purposeful modules, with restrained cards */
.article-content .article-summary-title{
  margin:42px 0 0;
  padding:22px 26px 8px;
  border:1px solid #cbdcfb;
  border-bottom:0;
  border-radius:9px 9px 0 0;
  background:#f3f7ff;
  color:#1849a9;
  font-size:12px;
  line-height:1;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.article-content .article-summary-list{
  margin:0 0 48px;
  padding:4px 28px 22px 47px;
  border:1px solid #cbdcfb;
  border-top:0;
  border-radius:0 0 9px 9px;
  background:#f3f7ff;
}
.article-content .article-summary-list li{margin:.5em 0;color:#243650}
.article-content .article-summary-list li::marker{color:#245cdb}

.article-content blockquote.article-notice{
  margin:36px 0;
  padding:17px 20px;
  border:1px solid transparent;
  border-left-width:3px;
  border-radius:6px;
  font-size:16px;
  line-height:1.65;
}
.article-content blockquote.article-notice p{margin:0}
.article-content blockquote.article-notice--freshness{
  border-color:#cbdcfb;
  border-left-color:#2f6cff;
  background:#f5f8ff;
  color:#344563;
}
.article-content blockquote.article-notice--warning{
  border-color:#ead8ab;
  border-left-color:#c98913;
  background:#fffaeb;
  color:#4c3a12;
}
.article-content blockquote.article-notice--source{
  margin-top:60px;
  padding:18px 20px;
  border-color:#dfe4ea;
  border-left-color:#98a2b3;
  background:#f8fafc;
  color:#667085;
  font-size:14px;
}
.article-content blockquote.article-notice--source strong{
  display:block;
  margin-bottom:3px;
  color:#344054;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.article-content .wp-block-table{
  margin:32px 0 42px;
  overflow-x:auto;
  border:1px solid #dfe4ea;
  border-radius:8px;
  background:#fff;
  box-shadow:none;
  -webkit-overflow-scrolling:touch;
}
.article-content .wp-block-table.article-wide{margin-left:0;margin-right:0}
.article-content .wp-block-table table{
  width:100%;
  min-width:640px;
  border-collapse:collapse;
  font-size:15px;
  line-height:1.55;
}
.article-content .wp-block-table th,.article-content .wp-block-table td{
  padding:15px 16px;
  border:0;
  border-right:1px solid #e4e7ec;
  border-bottom:1px solid #e4e7ec;
  text-align:left;
  vertical-align:top;
}
.article-content .wp-block-table th:last-child,.article-content .wp-block-table td:last-child{border-right:0}
.article-content .wp-block-table tr:last-child td{border-bottom:0}
.article-content .wp-block-table thead th{
  background:#172033;
  color:#fff;
  font-size:13px;
  line-height:1.4;
}
.article-content .wp-block-table tbody tr:nth-child(even){background:#f8fafc}
.article-content .wp-block-table tbody tr:hover{background:#f3f6fa}
.article-content .wp-block-table.article-table--decision table{min-width:850px}
.article-content .article-table--comparison{border-radius:9px}
.article-content .article-table--comparison table{min-width:760px}
.article-content .article-table--comparison thead th{padding:17px;background:#172033}
.article-content .article-table--comparison thead th:first-child{width:19%;color:#b8c2d1}
.article-content .article-table--comparison thead th:nth-child(2){background:#263247}
.article-content .article-table--comparison thead th:nth-child(3){background:#245cdb}
.article-content .article-table--comparison tbody td:first-child{
  background:#f1f4f8;
  color:#475467;
  font-size:12px;
  font-weight:750;
  letter-spacing:.055em;
  text-transform:uppercase;
}
.article-content .article-table--comparison tbody td:nth-child(2){background:#fff}
.article-content .article-table--comparison tbody td:nth-child(3){background:#f5f8ff}

.article-content .article-steps{
  counter-reset:article-step;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:28px 0 42px;
  padding:0;
  list-style:none;
}
.article-content .article-steps li{
  counter-increment:article-step;
  position:relative;
  min-height:142px;
  margin:0;
  padding:54px 22px 20px;
  border:1px solid #dfe4ea;
  border-radius:8px;
  background:#fff;
  box-shadow:none;
}
.article-content .article-steps li::before{
  content:counter(article-step,decimal-leading-zero);
  position:absolute;
  top:18px;
  left:22px;
  color:#245cdb;
  font-size:12px;
  font-weight:800;
  letter-spacing:.1em;
}
.article-content .article-steps li::after{
  content:"";
  position:absolute;
  top:37px;
  left:22px;
  width:28px;
  height:2px;
  background:#d6a94d;
}
.article-content .article-steps strong{
  display:block;
  margin-bottom:5px;
  color:#172033;
  font-size:17px;
  line-height:1.4;
}
.article-content .article-checklist{
  margin:24px 0 34px;
  padding:20px 24px;
  border:1px solid #dfe4ea;
  border-radius:8px;
  background:#fff;
  box-shadow:none;
  list-style:none;
}
.article-content .article-checklist li{position:relative;margin:.68em 0;padding-left:31px}
.article-content .article-checklist li::before{
  content:"";
  position:absolute;
  left:0;
  top:.42em;
  width:15px;
  height:15px;
  border:2px solid #2f6cff;
  border-radius:3px;
  background:#fff;
}
.article-content .article-toc{
  margin:34px 0 42px;
  padding:22px 26px 24px;
  border:1px solid #e1e6ed;
  border-radius:8px;
  background:#f8fafc;
}
.article-content .article-toc__title{
  margin:0 0 14px;
  color:#172033;
  font-size:16px;
  line-height:1.35;
}
.article-content .article-toc__list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px 28px;
  margin:0;
  padding-left:20px;
  font-size:15px;
  line-height:1.55;
}
.article-content .article-toc__list li{margin:0}
.article-content .article-toc__list a{
  color:#245cdb;
  text-decoration:none;
  text-underline-offset:3px;
}
.article-content .article-toc__list a:hover{text-decoration:underline}
.article-content h2[id]{scroll-margin-top:112px}

@media(max-width:900px){
  .article-hero__inner,.article-content.content-reading{width:min(100% - 40px,880px)}
  .article-hero__inner{padding-top:58px}
  .single-header h1{font-size:clamp(40px,7vw,56px)}
}
@media(max-width:680px){
  .article-hero__inner,.article-content.content-reading{width:calc(100% - 36px)}
  .article-hero__inner{padding:44px 0 0}
  .single-header h1{font-size:38px;line-height:1.1;letter-spacing:-.035em}
  .single-header .dek{font-size:18px;line-height:1.58}
  .article-cover{width:calc(100% + 36px);margin:36px 0 0 -18px;border-right:0;border-left:0;border-radius:0}
  .single-article:not(.has-cover) .article-hero__inner{padding-bottom:44px}
  .article-content{padding-top:46px;padding-bottom:84px;font-size:17px;line-height:1.75}
  .article-content>p:first-child{font-size:19px}
  .article-content h2{margin-top:54px;font-size:29px}
  .article-content h3{margin-top:35px;font-size:21px}
  .article-content .article-summary-title{padding:20px 20px 8px}
  .article-content .article-summary-list{padding:3px 20px 19px 39px}
  .article-content .article-wide{left:auto;width:calc(100% + 36px);margin-left:-18px;transform:none}
  .article-content .wp-block-table,.article-content .wp-block-table.article-wide{
    margin-right:-18px;
    margin-left:-18px;
    border-right:0;
    border-left:0;
    border-radius:0;
  }
  .article-content .wp-block-table table{min-width:620px;font-size:14px}
  .article-content .wp-block-table th,.article-content .wp-block-table td{padding:13px}
  .article-content blockquote.article-notice{margin:31px 0;padding:16px 17px}
  .article-content .article-steps{grid-template-columns:1fr;gap:10px}
  .article-content .article-steps li{min-height:0;padding:52px 20px 19px}
  .article-content .article-toc{margin:28px 0 36px;padding:19px 20px 21px}
  .article-content .article-toc__list{grid-template-columns:1fr;gap:7px;font-size:15px}
  .article-content h2[id]{scroll-margin-top:96px}
}
