.platform-frontpage--landing .platform-frontpage__top-banner-image {
  padding: 0;
  line-height: 0;
}

.platform-frontpage--landing .platform-frontpage__top-banner-image-media {
  display: block;
  width: 100%;
  height: auto;
}

.platform-frontpage--landing .platform-frontpage__top-banner-text {
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  border-block: 1px solid var(--color-border, var(--border-subtle, var(--border)));
}

.platform-frontpage--landing .platform-frontpage__top-banner-text-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.platform-frontpage--landing .platform-frontpage__top-banner-text-content {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.platform-frontpage--landing .platform-frontpage__hero-slide-image {
  width: 100%;
  height: auto;
  border-radius: var(--platform-hero-border-radius, 16px);
  object-fit: cover;
  aspect-ratio: 1600 / 350;
}

.platform-frontpage--landing #managed-hero-carousel .sf-hero-carousel__slide {
  min-height: 0;
  height: auto;
  align-content: stretch;
  align-items: stretch;
  gap: 0;
  border-radius: var(--platform-hero-border-radius, 16px);
  overflow: hidden;
}

.platform-frontpage--landing #managed-hero-carousel .sf-hero-carousel__slide > a,
.platform-frontpage--landing #managed-hero-carousel .sf-hero-carousel__slide > picture {
  display: block;
}

.platform-frontpage--landing #managed-hero-carousel .sf-hero-carousel__slide > a picture {
  display: block;
}

.platform-frontpage--landing .platform-frontpage__hero-slide-caption {
  margin-top: 0.5rem;
  color: var(--color-text-muted, var(--text-muted));
}

.platform-frontpage--landing #managed-hero-carousel .sf-carousel[data-carousel-kind="slideshow"] {
  background: transparent;
  border-color: transparent;
  gap: 1rem;
}

.platform-frontpage--landing #managed-hero-carousel.platform-frontpage__section {
  padding: 1.35rem 0 0;
}

.platform-frontpage--landing #managed-hero-carousel .sf-carousel[data-carousel-navigation="none"] {
  gap: 0;
}

.platform-frontpage--landing #managed-hero-carousel:has(.sf-carousel[data-carousel-navigation="none"]) {
  padding: 1.35rem 0 1rem;
}

.platform-frontpage--landing #managed-hero-carousel .sf-carousel[data-carousel-kind="slideshow"] .sf-carousel__track {
  overflow-x: hidden;
  scrollbar-width: none;
  scrollbar-gutter: auto;
  padding-bottom: 0;
}

.platform-frontpage--landing #managed-hero-carousel .sf-carousel[data-carousel-kind="slideshow"] .sf-carousel__track::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.platform-frontpage--landing #managed-hero-carousel .sf-carousel__head {
  order: 2;
  justify-content: center;
}

.platform-frontpage--landing #managed-hero-carousel .sf-carousel__dots {
  order: 3;
}

.platform-frontpage--landing #managed-hero-carousel .sf-carousel__controls {
  border: 1px solid var(--color-border, var(--border-subtle, var(--border)));
  border-radius: var(--radius-sm);
  background: var(--color-surface, var(--bg-surface, var(--surface)));
  padding: 0.2rem;
}

.platform-frontpage--landing #managed-hero-carousel .sf-carousel__counter {
  color: var(--color-text, var(--text-main));
}

.platform-frontpage--landing #managed-hero-carousel .sf-carousel__dot {
  background: color-mix(in srgb, var(--color-text, var(--text-main)) 24%, transparent);
}

.platform-frontpage--landing #managed-hero-carousel .sf-carousel__dot.is-active {
  background: var(--color-accent, var(--action-primary));
}

.platform-frontpage--landing .platform-frontpage__section-head--category-like {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0 0 0.85rem;
  padding: 0.45rem 0.65rem;
  background: linear-gradient(145deg, #052e1a, #14532d);
  border: 1px solid #1f6a42;
  color: #ecfdf5;
  border-radius: var(--radius-panel);
}

.platform-frontpage--landing .platform-frontpage__section-head--category-like h2 {
  margin: 0;
  color: inherit;
  text-wrap: balance;
}

.platform-frontpage--landing .platform-frontpage__section-head--category-like a {
  color: var(--color-accent);
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
}

.platform-frontpage--landing .platform-frontpage__section-head--category-like a:hover,
.platform-frontpage--landing .platform-frontpage__section-head--category-like a:focus-visible {
  color: var(--color-accent);
  text-decoration: underline;
}

.platform-frontpage--landing #strategic-picks .platform-frontpage__hint-trigger {
  border-color: color-mix(in srgb, #ffffff 60%, #1f6a42 40%);
  background: #f8fafc;
  color: #14532d;
}

.platform-frontpage--landing #strategic-picks .platform-frontpage__hint-trigger:hover,
.platform-frontpage--landing #strategic-picks .platform-frontpage__hint-trigger:focus-visible {
  border-color: #ffffff;
}

@media (min-width: 1025px) {
  .platform-frontpage--landing .platform-frontpage__section-head--category-like {
    justify-content: flex-start;
    gap: 0.5rem;
  }
}
