.home-seo-content {
  max-width: 960px;
  margin: clamp(36px, 5vw, 64px) auto;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid #ece5e7;
  border-radius: 18px;
  background: #fff;
  color: #382f33;
  font-size: 15px;
  line-height: 1.75;
}

.home-seo-content h2 {
  max-width: 720px;
  margin: 0 0 18px;
  color: #241a1f;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.home-seo-content h3 {
  margin: 30px 0 10px;
  color: #2d2227;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.35;
}

.home-seo-content p {
  margin: 0 0 14px;
}

.home-seo-intro {
  max-width: 780px;
  color: #5a5054;
}

.home-seo-more {
  max-width: 820px;
}

.home-seo-content a {
  color: #8b2949;
  font-weight: 600;
  text-decoration-color: rgba(139, 41, 73, 0.4);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.home-seo-content a:hover,
.home-seo-content a:focus-visible {
  color: #6f1f3a;
  text-decoration-color: currentColor;
}

.home-seo-toggle {
  display: none;
  min-height: 44px;
  margin-top: 10px;
  padding: 10px 18px;
  border: 1px solid #8b2949;
  border-radius: 999px;
  background: #fff;
  color: #8b2949;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.home-seo-enhanced .home-seo-more {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 420ms cubic-bezier(0.4, 0, 0.2, 1), opacity 240ms ease;
}

.home-seo-enhanced .home-seo-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-seo-enhanced .home-seo-content.is-expanded .home-seo-more {
  opacity: 1;
}

.home-seo-toggle:hover,
.home-seo-toggle:focus-visible {
  background: #8b2949;
  color: #fff;
}

.home-seo-toggle:focus-visible {
  outline: 3px solid rgba(139, 41, 73, 0.22);
  outline-offset: 3px;
}

@media (max-width: 700px) {
  .home-seo-content {
    width: auto;
    margin: 30px 16px 38px;
    padding: 24px 20px;
    border-radius: 15px;
    font-size: 14px;
    line-height: 1.7;
  }

  .home-seo-content h2 {
    margin-bottom: 16px;
  }

  .home-seo-content h3 {
    margin-top: 24px;
  }

  .home-seo-toggle {
    width: 100%;
    margin-top: 8px;
  }
}

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