.article-page{
  min-height: 100vh;
}

.article-wrap{
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 72px;
}

.article-nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 64px;
}

.article-brand{
  color: #0f1720;
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.article-nav-links{
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.article-nav-links a{
  color: #3f4e48;
  font-size: .94rem;
  font-weight: 700;
}

.article-nav-links .article-nav-cta{
  padding: 10px 16px;
  border: 1px solid #b9e9d2;
  border-radius: 999px;
  color: #13704a;
  background: #effcf5;
}

.article-hero{
  max-width: 980px;
  margin: 0 auto 56px;
  text-align: center;
}

.breadcrumbs{
  max-width: 980px;
  margin: -20px auto 34px;
  color: #65736d;
  font-size: .88rem;
}

.breadcrumbs ol{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs li + li::before{
  content: "/";
  margin-right: 8px;
  color: #9aa7a1;
}

.breadcrumbs a:hover{
  color: #13704a;
}

.article-kicker{
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 13px;
  border: 1px solid #b9e9d2;
  border-radius: 999px;
  color: #13704a;
  background: #effcf5;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.article-hero h1{
  max-width: 17ch;
  margin: 0 auto 20px;
  color: #0f1720;
  font-size: clamp(2.55rem, 6vw, 5.7rem);
  line-height: .98;
  letter-spacing: -.065em;
}

.article-dek{
  max-width: 720px;
  margin: 0 auto;
  color: #53635c;
  font-size: clamp(1.12rem, 2vw, 1.4rem);
  line-height: 1.55;
}

.article-hero picture{
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 42px;
  border: 1px solid rgba(185,233,210,.8);
  border-radius: 28px;
  box-shadow: 0 28px 75px rgba(19,52,35,.16);
  overflow: hidden;
}

.article-hero picture .article-hero-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  border-radius: inherit;
}

.article-meta{
  margin-top: 17px;
  color: #74827c;
  font-size: .9rem;
}

.article-layout{
  display: grid;
  grid-template-columns: minmax(0, 760px) 220px;
  gap: 56px;
  align-items: start;
  justify-content: center;
}

.article-content{
  min-width: 0;
  padding: 46px 58px 58px;
  border: 1px solid #d9e8df;
  border-radius: 28px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 18px 60px rgba(19,52,35,.07);
}

.article-content h2{
  max-width: none;
  margin: 52px 0 18px;
  color: #0f1720;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1.06;
}

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

.article-content p,
.article-content li{
  color: #43534c;
  font-size: 1.06rem;
  line-height: 1.78;
}

.article-content p{
  margin: 0 0 21px;
}

.article-content strong{
  color: #173c2d;
}

.article-content blockquote{
  margin: 28px 0;
  padding: 18px 24px;
  border-left: 4px solid #2fcd8e;
  border-radius: 0 16px 16px 0;
  background: #effcf5;
  color: #19533a;
  font-size: 1.15rem;
  font-weight: 800;
}

.article-content blockquote p{
  margin: 0;
  color: inherit;
}

.comparison-table-wrap{
  margin: 28px 0 34px;
  overflow-x: auto;
  border: 1px solid #d9e8df;
  border-radius: 18px;
}

.comparison-table{
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
  background: #fff;
  font-size: .95rem;
}

.comparison-table th,
.comparison-table td{
  padding: 14px 16px;
  border-bottom: 1px solid #e6f0eb;
  text-align: left;
  vertical-align: top;
}

.comparison-table th{
  color: #15573c;
  background: #effcf5;
  font-size: .88rem;
  font-weight: 900;
}

.comparison-table tr:last-child td{
  border-bottom: 0;
}

.comparison-table td:first-child{
  width: 26%;
  color: #173c2d;
  font-weight: 800;
}

.article-content ul{
  margin: 0 0 24px;
  padding-left: 1.45rem;
}

.article-content li{
  margin: 7px 0;
}

.article-content hr{
  margin: 44px 0 28px;
  border: 0;
  border-top: 1px solid #d9e8df;
}

.article-cta{
  margin-top: 34px;
  padding: 28px;
  border-radius: 22px;
  background: linear-gradient(135deg, #dff8ec, #effcf5 55%, #dff9fc);
}

.article-cta p:last-child{
  margin-bottom: 0;
}

.article-cta a{
  display: inline-flex;
  margin-top: 4px;
  padding: 13px 19px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #2fcd8e, #1fa86d);
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(31,168,109,.2);
}

.article-aside{
  position: sticky;
  top: 24px;
}

.article-aside-card{
  padding: 22px;
  border: 1px solid #d9e8df;
  border-radius: 20px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 12px 32px rgba(19,52,35,.06);
}

.article-aside-card h2{
  margin: 0 0 14px;
  color: #173c2d;
  font-size: 1rem;
  letter-spacing: -.02em;
}

.article-aside-card a{
  display: block;
  margin: 10px 0;
  color: #52655c;
  font-size: .9rem;
  line-height: 1.35;
}

.article-aside-card a:hover{
  color: #13704a;
}

.article-footer{
  max-width: 760px;
  margin: 34px auto 0;
  color: #74827c;
  text-align: center;
  font-size: .9rem;
}

@media (max-width: 900px){
  .article-layout{
    grid-template-columns: 1fr;
  }

  .article-aside{
    display: none;
  }
}

@media (max-width: 640px){
  .article-wrap{
    width: min(100% - 24px, 1180px);
    padding-top: 18px;
  }

  .article-nav{
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 40px;
  }

  .article-nav-links{
    gap: 10px 14px;
  }

  .article-hero{
    margin-bottom: 34px;
  }

  .article-hero picture{
    margin-top: 28px;
    border-radius: 18px;
  }

  .article-content{
    padding: 30px 20px 36px;
    border-radius: 20px;
  }

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