
.section {
  padding: 58px 0;
}

.section-kicker,
.panel-label,
.card-meta,
.feature-card-meta {
  margin: 0;
  color: rgba(173, 178, 182, 0.84);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-intro,
.hero-intro,
.page-shell-lede {
  color: rgba(216, 220, 223, 0.82);
}

.section-head h2,
.section-title h2 {
  font-size: 2.75rem;
}

.grid {
  display: grid;
  gap: 22px;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.home-section-shell,
.archive-header,
.archive-empty-state,
.archive-intel-panels,
.archive-newsletter-panel,
.article-shell,
.collection-shell,
.page-shell,
.form-shell,
.tool-jump-nav {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--o4-line);
  border-radius: var(--o4-radius-lg);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), transparent 34%),
    linear-gradient(180deg, rgba(34, 35, 42, 0.94), rgba(16, 17, 23, 0.98));
  box-shadow: none;
}

.card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
  padding: 24px;
}

.card::after,
.home-section-shell::after,
.archive-header::after,
.tool-hero::after,
.page-shell::after,
.collection-shell::after,
.article-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.card p,
.card li,
.article-content,
.page-shell-content,
.editorial-content {
  color: rgba(216, 220, 223, 0.82);
}

.card a:not(.button),
.article-content a,
.page-shell-content a,
.editorial-content a {
  color: #e8dba9;
  font-weight: 700;
}

.feature-card:hover,
.featured-tool-card:hover,
.article-card:hover,
.collection-card:hover,
.collection-tool-card:hover,
.card:focus-within {
  transform: translateY(-2px);
  border-color: rgba(173, 178, 182, 0.34);
}

.feature-card,
.featured-tool-card,
.article-card,
.collection-card,
.collection-tool-card,
.tool-card {
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.feature-card::before,
.tool-card::before,
.collection-card::before,
.article-card::before,
.collection-tool-card::before,
.collection-pick-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 100% 0%, rgba(200, 184, 141, 0.24), transparent 16rem),
    linear-gradient(135deg, rgba(173, 178, 182, 0.045), transparent 42%);
}

.feature-card > *,
.tool-card > *,
.collection-card > *,
.article-card > *,
.collection-tool-card > *,
.collection-pick-card > * {
  position: relative;
  z-index: 1;
}

.badge,
.badge-soft {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid rgba(173, 178, 182, 0.2);
  border-radius: 999px;
  color: rgba(244, 245, 246, 0.9);
  background: rgba(255, 255, 255, 0.045);
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
}

.badge-soft {
  color: #e8dba9;
  background: rgba(200, 184, 141, 0.3);
  border-color: rgba(173, 178, 182, 0.18);
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}
