.fpt-home-latest-guides {
  max-width: 1180px;
  margin: clamp(36px, 6vw, 72px) auto 0;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid #e2d6ef;
  border-radius: 28px;
  background: linear-gradient(145deg, #fff 0%, #f8f2ff 58%, #eefbff 100%);
  box-shadow: 0 16px 42px rgba(72, 35, 95, 0.08);
  color: #2f213d;
}

.fpt-home-latest-guides__intro {
  max-width: 760px;
}

.fpt-home-latest-guides__eyebrow {
  margin: 0 0 6px;
  color: #6d28d9;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fpt-home-latest-guides h2 {
  margin: 0 0 10px;
  color: #332041;
  font-size: clamp(1.65rem, 3vw, 2.3rem);
}

.fpt-home-latest-guides__intro > p:last-child {
  margin: 0;
  color: #665674;
  line-height: 1.65;
}

.fpt-home-latest-guides__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.fpt-home-latest-guides__card {
  padding: 20px;
  border: 1px solid #e4d8ee;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
}

.fpt-home-latest-guides__card h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
  line-height: 1.35;
}

.fpt-home-latest-guides__card h3 a {
  color: #512389;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.fpt-home-latest-guides__card p {
  margin: 0;
  color: #6b5d77;
  font-size: 0.92rem;
  line-height: 1.6;
}

.fpt-home-latest-guides__action {
  margin: 22px 0 0;
}

.fpt-home-latest-guides__action a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #6428ad;
  color: #fff !important;
  font-weight: 900;
  text-decoration: none;
}

.fpt-home-latest-guides__action a:hover,
.fpt-home-latest-guides__action a:focus-visible {
  background: #4f1d8f;
}

.fpt-home-latest-guides a:focus-visible {
  outline: 3px solid rgba(100, 40, 173, 0.3);
  outline-offset: 3px;
}

@media (max-width: 780px) {
  .fpt-home-latest-guides {
    border-radius: 22px;
  }

  .fpt-home-latest-guides__grid {
    grid-template-columns: 1fr;
  }
}
