.gs-station-hero__buddy .gs-workflow-header-buddy-ring,
.gs-station-hero__buddy .gs-workflow-header-buddy-ring--large {
  width: 100px;
  height: 100px;
  padding: 2px;
}

.gs-station-hero__buddy .gs-workflow-header-buddy-img {
  width: 100%;
  height: 100%;
  max-height: 100px;
  object-fit: cover;
}

.gs-station-hero__title {
  font-size: clamp(1.75rem, 4vw, 2.4rem);
  color: var(--gs-dark-purple, #3c0777);
  line-height: 1.15;
}

.gs-station-hero__sub {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 600;
  color: var(--gs-purple, #6a0dad);
  margin: 0;
}

.gs-station-hero__lede {
  font-size: 1.05rem;
  line-height: 1.5;
  color: #4b4453;
  max-width: 38rem;
}

.gs-station-tools__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.gs-station-tile {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  text-align: left;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 2px solid var(--gs-light-purple, #e5dcf4);
  border-radius: var(--home-card-radius, 24px);
  box-shadow: 0 4px 12px rgba(8, 2, 15, 0.06);
  padding: 1.15rem 1.2rem;
  min-height: 8.5rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

a.gs-station-tile:hover,
a.gs-station-tile:focus-visible {
  transform: translateY(-2px);
  border-color: var(--gs-purple, #6a0dad);
  box-shadow: 0 4px 14px rgb(60 7 119 / 28%);
  color: inherit;
}

.gs-station-tile__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  color: var(--gs-dark-purple, #3c0777);
  font-size: 1.85rem;
}

.gs-station-tile__icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.gs-station-tile__copy {
  min-width: 0;
}

.gs-station-tile__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.55rem;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.2;
  color: var(--gs-dark-purple, #3c0777);
  margin-bottom: 0.35rem;
}

.gs-station-tile__sub {
  display: block;
  font-size: 0.92rem;
  line-height: 1.4;
  color: #5b5563;
}

.gs-station-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 0.15rem 0.5rem;
  line-height: 1.2;
}

.gs-station-badge--beta {
  background: var(--gs-teal, #008080);
  color: #fff;
}

.gs-station-badge--soon {
  background: #d9d4e0;
  color: #5a5563;
}

.gs-station-tile--soon {
  opacity: 0.62;
  filter: grayscale(0.35);
  pointer-events: none;
  cursor: default;
  box-shadow: none;
}

.gs-station-idea {
  background: #fff;
  border-radius: var(--home-card-radius, 24px);
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.5);
}

.gs-station-idea__title {
  margin: 0 0 0.5rem;
  color: var(--gs-dark-purple, #3c0777);
}

.gs-station-idea__lede {
  margin: 0 0 1.25rem;
  color: #5b5563;
}

.gs-station-split .guest-newsletter {
  height: 100%;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .gs-station-tools__grid {
    grid-template-columns: 1fr;
  }
}
