section.featured-resources {
  background: linear-gradient(0deg, #010520, #010520),
    linear-gradient(180deg, #010520 50%, #050b32 93.19%);
  padding: 120px 20px;
}

.featured-resources .container {
  max-width: 1308px;
  margin: 0 auto;
}

.resources-grid {
  display: grid;
  grid-template-columns: 628px 640px;
  grid-template-rows: repeat(3, 207px);
  column-gap: 40px;
  row-gap: 32px;
  max-height: 734px;
  overflow: hidden;
}

.resource-card.featured {
  grid-area: 1 / 1 / 4 / 2;
  background: #ffffff0d;
  backdrop-filter: blur(150px);
}
.resource-card.compact:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
}
.resource-card.compact:nth-child(3) {
  grid-area: 2 / 2 / 3 / 3;
}
.resource-card.compact:nth-child(4) {
  grid-area: 3 / 2 / 4 / 3;
}

.resource-tag {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.featured .resource-content {
  padding: 48px;
}

.resource-card.compact .resource-content {
  padding: 20px 32px;
}

.featured-resources .section-title {
  margin: 0 0 64px 0;
  font-family: "Geist";
  font-weight: 600;
  font-size: 54px;
  line-height: 125%;
  text-align: center;
}

.resource-card.compact {
  background: #ffffff0d;
  backdrop-filter: blur(150px);
}

.resource-title {
  font-family: "Geist";
  font-weight: 600;
  color: #fff;
  margin: 24px 0 0 0;
}

.resource-card.featured h3 {
  font-size: 32px;
  line-height: 43px;
}

.resource-card.compact h3 {
  font-size: 24px;
  line-height: 32px;
}

.resource-card a {
  text-decoration: none;
}

.resource-excerpt {
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  margin: 16px 0 24px 0;
}

.resource-tag {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  font-family: "IBM Plex Sans";
  padding: 4px 12px;
  margin: 0;
}

.resource-card.compact .learn-more {
  margin-top: 24px;
}
.learn-more {
  text-transform: capitalize;
}

.resource-tag.tag-blog {
  background: #8345d34d;
}

.resource-card.featured .resource-tag.tag-client-success {
  width: fit-content;
  text-align: center;
  background: #f7ff684d;
}

.resource-tag.tag-client-success {
  background: #f7ff684d;
}

.resource-tag.tag-case-study {
  background: #45d35133;
}

.resource-tag.tag-use-case {
  background: #d348454d;
}

.resource-tag.tag-client-success-story {
  background: #d348454d;
}
.resource-tag.tag-article
{
	background: #31225D;
}
.resource-card.featured:before {
  content: url(/wp-content/uploads/2025/08/Ellipse-28-1.png);
  position: absolute;
  top: 0;
  right: 0;
}

.resource-card.compact .resource-tag.tag-client-success {
  width: fit-content;
}

@media (max-width: 768px) {
  .featured-resources .section-title {
    font-size: 32px;
    margin: 0 0 30px 0;
  }

  .resources-grid {
    display: flex;
    max-height: 100%;
    flex-direction: column;
  }

  .featured .resource-content {
    padding: 25px;
  }

  .resource-image img {
    width: 100%;
    height: 100%;
    display: block;
  }

  section.featured-resources {
    padding: 40px 32px;
  }
}
