/* TSL SEO/AEO/share polish V105 */
.tsl-v105-tool-links,
.tsl-v105-aeo{
  margin: clamp(32px, 5vw, 72px) auto;
  max-width: 1120px;
  padding: 0 20px;
}
.tsl-v105-tool-links__inner,
.tsl-v105-aeo__inner{
  border: 1px solid rgba(148,163,184,.32);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,251,255,.92));
  box-shadow: 0 24px 70px rgba(15,23,42,.08);
  padding: clamp(24px, 4vw, 42px);
}
.tsl-v105-eyebrow{
  margin: 0 0 10px;
  color: #2563eb;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.tsl-v105-tool-links h2,
.tsl-v105-aeo h2{
  margin: 0;
  color: #0f172a;
  font-size: clamp(26px, 3.2vw, 42px);
  line-height: 1.05;
  letter-spacing: -.04em;
}
.tsl-v105-intro{
  max-width: 760px;
  margin: 14px 0 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.75;
}
.tsl-v105-tool-grid{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}
.tsl-v105-tool-card{
  display: block;
  min-height: 150px;
  border: 1px solid rgba(148,163,184,.34);
  border-radius: 22px;
  background: rgba(255,255,255,.86);
  padding: 18px;
  text-decoration: none !important;
  color: #0f172a;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.tsl-v105-tool-card:hover{
  transform: translateY(-2px);
  border-color: rgba(37,99,235,.45);
  box-shadow: 0 18px 45px rgba(37,99,235,.12);
}
.tsl-v105-tool-card strong{
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
}
.tsl-v105-tool-card span{
  display: block;
  color: #64748b;
  font-size: 14px;
  line-height: 1.55;
}
.tsl-v105-faq-list{
  display: grid;
  gap: 12px;
  margin-top: 24px;
}
.tsl-v105-faq-item{
  border: 1px solid rgba(148,163,184,.32);
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  padding: 16px 18px;
}
.tsl-v105-faq-item summary{
  cursor: pointer;
  color: #0f172a;
  font-weight: 800;
}
.tsl-v105-faq-item p{
  margin: 10px 0 0;
  color: #475569;
  line-height: 1.7;
}
@media (max-width: 960px){
  .tsl-v105-tool-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px){
  .tsl-v105-tool-grid{ grid-template-columns: 1fr; }
  .tsl-v105-tool-card{ min-height: auto; }
  .tsl-v105-tool-links,
  .tsl-v105-aeo{ padding: 0 16px; }
}

/* TSL_HOME_MODEL_CARD_LINKS_V108: make existing homepage model cards clickable without adding another visual section. */
.tsl-model-card-link{
  color: inherit !important;
  text-decoration: none !important;
  display: block;
}
.tsl-model-card-link:hover{
  text-decoration: none !important;
}
.tsl-model-card-link:focus-visible{
  outline: 3px solid rgba(37,99,235,.42);
  outline-offset: 4px;
}