/* SEO channel landing hero — explicit styles so postevery.com matches job-sea without ads-lp.css */

.seo-landing-hero {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  padding: 118px 20px 20px;
  text-align: center;
}

@media (min-width: 640px) {
  .seo-landing-hero {
    padding: 156px 32px 28px;
  }
}

.seo-hero-eyebrow {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fc69ff;
}

@media (min-width: 640px) {
  .seo-hero-eyebrow {
    margin-bottom: 8px;
  }
}

.seo-hero-icon-wrap {
  display: flex;
  justify-content: center;
  margin: 14px 0 20px;
}

@media (min-width: 640px) {
  .seo-hero-icon-wrap {
    margin: 16px 0 24px;
  }
}

.seo-hero-icon {
  display: block;
  margin: 0 !important;
  max-width: none !important;
  width: 6.5rem;
  height: 6.5rem;
  object-fit: contain;
  flex-shrink: 0;
}

@media (min-width: 640px) {
  .seo-hero-icon {
    width: 7.5rem;
    height: 7.5rem;
  }
}

.seo-hero-title {
  margin: 6px 0 0;
  font-family: var(--font-plus-jakarta-sans, var(--font-jakarta, ui-sans-serif, system-ui, sans-serif));
  font-size: 36px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #fff;
}

@media (min-width: 640px) {
  .seo-hero-title {
    font-size: 48px;
  }
}

.seo-hero-subtitle {
  margin: 18px auto 0;
  max-width: 680px;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 640px) {
  .seo-hero-subtitle {
    margin-top: 20px;
    font-size: 19px;
  }
}

.seo-hero-cta {
  display: inline-block;
  margin-top: 28px;
  border-radius: 9999px;
  background: #fff;
  padding: 16px 32px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.seo-hero-cta:hover {
  background: #fc69ff;
  color: #fff;
}

.seo-hero-trial {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.4);
}

.seo-hero-channels {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
}

@media (min-width: 640px) {
  .seo-hero-channels {
    gap: 16px;
    margin-top: 36px;
  }
}

.seo-hero-channels-label {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.seo-hero-channels-row {
  display: flex;
  max-width: 640px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

@media (min-width: 640px) {
  .seo-hero-channels-row {
    gap: 12px;
  }
}

.seo-hero-channels-row a {
  display: inline-flex;
  border-radius: 8px;
  line-height: 0;
  text-decoration: none;
}

.seo-channel-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  overflow: hidden;
}

@media (min-width: 640px) {
  .seo-channel-icon-wrap {
    width: 3rem;
    height: 3rem;
  }
}

.seo-channel-icon {
  display: block;
  margin: 0 !important;
  max-width: none !important;
  width: 2.75rem !important;
  height: 2.75rem !important;
  object-fit: contain;
}

@media (min-width: 640px) {
  .seo-channel-icon {
    width: 3rem !important;
    height: 3rem !important;
  }
}

.seo-hero-channels-more {
  display: flex;
  align-items: center;
  height: 2.75rem;
  border-radius: 8px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 640px) {
  .seo-hero-channels-more {
    height: 3rem;
    font-size: 13px;
  }
}

.seo-hero-channels-tagline {
  margin: 2px 0 0;
  max-width: 560px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.45);
}

@media (min-width: 640px) {
  .seo-hero-channels-tagline {
    margin-top: 4px;
    font-size: 15px;
  }
}
