.dlm-seo-home-hub {
  margin: 2.25rem auto;
  padding: 0 1rem;
}

.dlm-seo-home-hub__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid rgba(193, 138, 40, 0.28);
  border-radius: 18px;
  background: linear-gradient(135deg, #fffaf0 0%, #ffffff 58%, #f8f3e9 100%);
  box-shadow: 0 16px 40px rgba(63, 44, 22, 0.08);
}

.dlm-seo-home-hub__header {
  max-width: 780px;
  margin-bottom: 1.4rem;
}

.dlm-seo-home-hub__title {
  margin: 0 0 0.5rem;
  color: #2f261c;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  line-height: 1.2;
}

.dlm-seo-home-hub__intro {
  margin: 0;
  color: #675b4d;
  font-size: 1rem;
  line-height: 1.6;
}

.dlm-seo-home-hub__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dlm-seo-home-hub__link {
  position: relative;
  display: flex;
  min-height: 128px;
  height: 100%;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1.15rem 2.7rem 1.15rem 1.15rem;
  border: 1px solid rgba(47, 38, 28, 0.1);
  border-radius: 14px;
  background: #fff;
  color: #2f261c;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.dlm-seo-home-hub__link:hover,
.dlm-seo-home-hub__link:focus-visible {
  border-color: #c18a28;
  color: #2f261c;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(63, 44, 22, 0.11);
}

.dlm-seo-home-hub__link:focus-visible {
  outline: 3px solid rgba(193, 138, 40, 0.35);
  outline-offset: 3px;
}

.dlm-seo-home-hub__card-title,
.dlm-seo-home-hub__description {
  min-width: 0;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.dlm-seo-home-hub__card-title {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
}

.dlm-seo-home-hub__description {
  color: #6f6458;
  font-size: 0.92rem;
  line-height: 1.48;
}

.dlm-seo-home-hub__arrow {
  position: absolute;
  top: 50%;
  right: 1.1rem;
  color: #a56f14;
  font-size: 1.35rem;
  line-height: 1;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .dlm-seo-home-hub__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .dlm-seo-home-hub {
    margin: 1.5rem auto;
    padding: 0 0.75rem;
  }

  .dlm-seo-home-hub__inner {
    padding: 1.25rem;
    border-radius: 14px;
  }

  .dlm-seo-home-hub__grid {
    grid-template-columns: 1fr;
  }

  .dlm-seo-home-hub__link {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dlm-seo-home-hub__link {
    transition: none;
  }
}
