.article-page{
  background:#fff;
  color:#102033;
}

.article-hero{
  background:
    linear-gradient(135deg, rgba(47,107,255,.10), rgba(20,184,166,.08)),
    #ffffff;
  padding:44px 0 54px;
}

.article-breadcrumb{
  align-items:center;
  color:#607086;
  display:flex;
  flex-wrap:wrap;
  font-size:.9rem;
  gap:8px;
  margin-bottom:28px;
}

.article-breadcrumb a{
  color:#2f6bff;
  font-weight:850;
}

.article-breadcrumb strong{
  color:#607086;
  font-weight:700;
}

.article-hero-grid{
  display:grid;
  gap:28px;
}

.article-kicker{
  color:#2f6bff;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:.12em;
  margin:0 0 12px;
  text-transform:uppercase;
}

.article-hero h1{
  font-size:clamp(2.15rem, 5.8vw, 4.8rem);
  font-weight:950;
  letter-spacing:0;
  line-height:1.02;
  margin:0;
  max-width:900px;
}

.article-summary{
  color:#526173;
  font-size:1.1rem;
  line-height:1.8;
  margin:22px 0 0;
  max-width:760px;
}

.article-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}

.article-meta span{
  background:#fff;
  border:1px solid #dfe9f6;
  border-radius:999px;
  color:#334155;
  font-size:.86rem;
  font-weight:850;
  padding:8px 12px;
}

.article-hero-media{
  background:#fff;
  border:1px solid #e8eef8;
  border-radius:26px;
  box-shadow:0 22px 58px rgba(16,32,51,.12);
  margin:0;
  overflow:hidden;
}

.article-hero-media img{
  aspect-ratio:4/3;
  display:block;
  object-fit:cover;
  width:100%;
}

.article-section{
  padding:56px 0 82px;
}

.article-layout{
  display:grid;
  gap:24px;
}

.article-card,
.article-cta,
.article-links{
  background:#fff;
  border:1px solid #e8eef8;
  border-radius:22px;
  box-shadow:0 14px 34px rgba(16,32,51,.06);
}

.article-card{
  padding:22px;
}

.article-content{
  color:#334155;
  font-size:1.06rem;
  line-height:1.9;
}

.article-content > *:first-child{
  margin-top:0;
}

.article-content p{
  margin:0 0 1.35rem;
}

.article-content h2,
.article-content h3,
.article-content h4{
  color:#102033;
  font-weight:950;
  letter-spacing:0;
  line-height:1.18;
  margin:2.4rem 0 1rem;
}

.article-content h2{
  font-size:clamp(1.6rem, 3vw, 2.45rem);
}

.article-content h3{
  font-size:clamp(1.35rem, 2.4vw, 1.9rem);
}

.article-content ul,
.article-content ol{
  margin:0 0 1.4rem;
  padding-left:1.3rem;
}

.article-content li{
  margin-bottom:.7rem;
}

.article-content img{
  border-radius:18px;
  height:auto;
  margin:26px 0;
  max-width:100%;
}

.article-content blockquote{
  background:#f6f9ff;
  border-left:4px solid #2f6bff;
  border-radius:16px;
  color:#102033;
  font-size:1.12rem;
  font-weight:800;
  margin:30px 0;
  padding:22px;
}

.article-content a{
  color:#2f6bff;
  font-weight:850;
}

.article-share{
  align-items:center;
  border-top:1px solid #e8eef8;
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  justify-content:space-between;
  margin-top:34px;
  padding-top:22px;
}

.article-share strong{
  color:#102033;
  font-weight:950;
}

.article-share div{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.article-share a{
  align-items:center;
  background:#eef4ff;
  border:1px solid #dce8ff;
  border-radius:999px;
  color:#2f6bff;
  display:flex;
  font-weight:900;
  min-height:42px;
  padding:9px 14px;
}

.article-sidebar{
  display:grid;
  gap:18px;
}

.article-cta{
  background:#102033;
  color:#fff;
  padding:24px;
}

.article-cta .article-kicker{
  color:#93c5fd;
}

.article-cta h2,
.article-links h2{
  font-size:1.35rem;
  font-weight:950;
  letter-spacing:0;
  line-height:1.2;
  margin:0 0 12px;
}

.article-cta p{
  color:rgba(255,255,255,.75);
  line-height:1.7;
  margin:0 0 18px;
}

.article-links{
  padding:22px;
}

.article-links a{
  border-top:1px solid #e8eef8;
  color:#2f6bff;
  display:block;
  font-weight:900;
  padding:13px 0;
}

.article-links a:last-child{
  padding-bottom:0;
}

@media (min-width: 992px){
  .article-hero{
    padding:58px 0 72px;
  }

  .article-hero-grid{
    align-items:center;
    grid-template-columns:1.05fr .95fr;
  }

  .article-layout{
    align-items:start;
    grid-template-columns:minmax(0, 1fr) 320px;
  }

  .article-card{
    padding:42px;
  }

  .article-sidebar{
    position:sticky;
    top:98px;
  }
}

@media (max-width: 575.98px){
  .article-hero{
    padding:32px 0 42px;
  }

  .article-breadcrumb strong{
    flex-basis:100%;
  }

  .article-section{
    padding:34px 0 58px;
  }

  .article-card{
    padding:18px;
  }

  .article-content{
    font-size:1rem;
  }

  .article-share{
    align-items:flex-start;
    display:grid;
  }

  .article-share a{
    justify-content:center;
  }
}
