.blog-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 140px) 0 clamp(56px, 6vw, 96px);
  background:
    radial-gradient(circle at 88% 20%, rgba(152, 189, 32, .22), transparent 24%),
    linear-gradient(135deg, #11170d 0%, #253316 100%);
  color: #fff;
}

.blog-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -150px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(255, 255, 255, .025), 0 0 0 110px rgba(255, 255, 255, .018);
}

.blog-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
}

.blog-hero__eyebrow,
.blog-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  font-size: 14px;
  letter-spacing: .04em;
}

.blog-hero__eyebrow {
  margin-bottom: 22px;
  color: #cce47b;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-hero__eyebrow a:hover {
  color: #fff;
}

.blog-hero h1 {
  max-width: 900px;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(38px, 5vw, 70px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1.06;
}

.blog-hero p {
  max-width: 820px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, .74);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.7;
}

.blog-hero__meta {
  color: rgba(255, 255, 255, .82);
}

.blog-hero__meta span + span::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 16px 3px 0;
  border-radius: 50%;
  background: #98bd20;
}

.blog-story {
  padding-top: clamp(42px, 5vw, 80px);
}

.blog-story__cover {
  position: relative;
  height: clamp(300px, 42vw, 590px);
  margin: 0 0 clamp(42px, 5vw, 72px);
  overflow: hidden;
  border-radius: 24px;
  background: #eef1e8;
}

.blog-story__cover::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(20, 21, 22, .06);
  border-radius: inherit;
  pointer-events: none;
}

.blog-story__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-detail-sec .blog-article-content {
  color: #4e5548;
  font-size: 17px;
  line-height: 1.75;
}

.blog-detail-sec .blog-article-content p {
  margin: 0;
  color: inherit !important;
  font-size: inherit;
  line-height: inherit;
}

.blog-detail-sec .blog-article-content > p.article-lead {
  position: relative;
  margin-bottom: 64px;
  padding: 0 0 0 28px;
  border-left: 5px solid #98bd20;
  border-radius: 0;
  background: transparent;
  color: #20251d;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 450;
  line-height: 1.65;
}

.blog-article-content .article-section {
  margin-top: clamp(58px, 7vw, 90px);
}

.blog-article-content .article-section:first-of-type {
  margin-top: 0;
}

.blog-article-content .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  color: #789d00;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.blog-article-content .section-kicker::before {
  content: "";
  width: 20px;
  height: 2px;
  background: currentColor;
}

.blog-detail-sec .blog-article-content .article-section > h2 {
  position: static;
  max-width: 680px;
  margin: 0 0 14px;
  padding: 0;
  color: #141516;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 650;
  letter-spacing: -.025em;
  line-height: 1.15;
}

.blog-detail-sec .blog-article-content .article-section > h2::before,
.blog-detail-sec .blog-article-content .campus-card h3::before,
.blog-detail-sec .blog-article-content .article-closing h2::before {
  display: none;
}

.blog-article-content .section-intro {
  max-width: 760px;
  margin-bottom: 30px !important;
  color: #747b70 !important;
  font-size: 18px;
}

.blog-article-content .campus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.blog-article-content .campus-card {
  min-height: 100%;
  padding: 26px;
  border: 1px solid #e4e8dc;
  border-radius: 16px;
  background: #fbfcf9;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.blog-article-content .campus-card:hover {
  transform: translateY(-3px);
  border-color: rgba(152, 189, 32, .55);
  box-shadow: 0 16px 40px rgba(37, 51, 22, .08);
}

.blog-detail-sec .blog-article-content .campus-card h3 {
  position: static;
  margin: 0 0 10px;
  padding: 0;
  color: #1d211b;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.35;
}

.blog-article-content .campus-card p {
  color: #6d7468 !important;
  font-size: 15px;
  line-height: 1.7;
}

.blog-article-content .article-closing {
  margin-top: clamp(58px, 7vw, 90px);
  padding: clamp(30px, 4vw, 48px);
  border-radius: 20px;
  background: #243116;
  color: #fff;
}

.blog-detail-sec .blog-article-content .article-closing h2 {
  position: static;
  margin: 0 0 14px;
  padding: 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 40px);
}

.blog-article-content .article-closing p {
  color: rgba(255, 255, 255, .76) !important;
  font-size: 18px;
}

.blog-article-content .numbered-list {
  display: grid;
  gap: 18px;
  counter-reset: article-item;
}

.blog-article-content .numbered-item {
  position: relative;
  padding: 28px 28px 28px 82px;
  border: 1px solid #e4e8dc;
  border-radius: 16px;
  background: #fff;
  counter-increment: article-item;
}

.blog-article-content .numbered-item::before {
  content: counter(article-item, decimal-leading-zero);
  position: absolute;
  top: 26px;
  left: 26px;
  color: #98bd20;
  font-size: 18px;
  font-weight: 750;
}

.blog-article-content .numbered-item h3,
.blog-article-content .comparison-panel h3,
.blog-article-content .tool-card h3 {
  margin: 0 0 9px;
  color: #1d211b;
  font-size: 21px;
  font-weight: 650;
  line-height: 1.35;
}

.blog-article-content .numbered-item p + p {
  margin-top: 10px;
}

.blog-article-content .comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.blog-article-content .comparison-panel {
  padding: clamp(26px, 3vw, 38px);
  border-radius: 20px;
  background: #f4f7ed;
}

.blog-article-content .comparison-panel:nth-child(even) {
  background: #f5f2ea;
}

.blog-article-content .comparison-panel .panel-label {
  display: block;
  margin-bottom: 16px;
  color: #789d00;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.blog-article-content .comparison-panel ul,
.blog-article-content .check-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.blog-article-content .comparison-panel li,
.blog-article-content .check-list li {
  position: relative;
  margin-top: 10px;
  padding-left: 24px;
}

.blog-article-content .comparison-panel li::before,
.blog-article-content .check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #86aa0b;
  font-weight: 750;
}

.blog-article-content .tool-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.blog-article-content .tool-card {
  padding: 24px;
  border-radius: 16px;
  background: #f8f9f5;
}

.blog-article-content .tool-card .tool-number {
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 10px;
  background: #98bd20;
  color: #fff;
  font-weight: 750;
}

.blog-article-content .tool-card strong {
  display: block;
  margin-top: 12px;
  color: #30372a;
}

.blog-article-content .career-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.blog-article-content .career-chips span {
  padding: 9px 14px;
  border: 1px solid #dbe2ce;
  border-radius: 999px;
  background: #fff;
  color: #4f5947;
  font-size: 14px;
  font-weight: 600;
}

.blog-article-content .article-note {
  margin: 34px 0;
  padding: 26px 28px;
  border: 1px solid #dce5c8;
  border-radius: 16px;
  background: #f5f8ee;
}

.blog-article-content .article-note h3 {
  margin: 0 0 10px;
  color: #22281e;
  font-size: 21px;
}

.blog-article-content .article-quote {
  margin: 48px 0;
  padding: clamp(30px, 4vw, 48px);
  border-radius: 20px;
  background: #f5f1e8;
  color: #2c3029;
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 550;
  line-height: 1.5;
}

.blog-story__sidebar {
  position: sticky;
  top: 120px;
}

.blog-story__sidebar .sidebar-block {
  border-radius: 16px;
  box-shadow: none;
}

@media (max-width: 991px) {
  .blog-story__sidebar {
    position: static;
  }
}

@media (max-width: 767px) {
  .blog-hero {
    padding: 58px 0 52px;
  }

  .blog-hero h1 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .blog-hero__meta {
    gap: 8px 12px;
  }

  .blog-hero__meta span + span::before {
    margin-right: 12px;
  }

  .blog-story__cover {
    height: 260px;
    border-radius: 16px;
  }

  .blog-detail-sec .blog-article-content > p.article-lead {
    margin-bottom: 48px;
    padding-left: 20px;
  }

  .blog-article-content .campus-grid {
    grid-template-columns: 1fr;
  }

  .blog-article-content .comparison-grid,
  .blog-article-content .tool-grid {
    grid-template-columns: 1fr;
  }

  .blog-article-content .campus-card {
    padding: 22px;
  }

  .blog-article-content .numbered-item {
    padding: 68px 22px 22px;
  }

  .blog-article-content .numbered-item::before {
    top: 20px;
    left: 22px;
  }
}
