.hero { grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); }
.ai-si-transition {
  color: #344054;
  background: linear-gradient(98deg, #b42318 0%, #b54708 17%, #8a5b00 34%, #067647 51%, #175cd3 68%, #4237c6 84%, #8a3ffc 100%);
  background-clip: text;
  font-style: inherit;
  white-space: nowrap;
}
@supports (-webkit-background-clip: text) {
  .ai-si-transition { color: transparent; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
}
.hero-si-note { max-width: 620px; margin: -12px 0 22px; color: var(--muted); font-size: 13px; line-height: 1.55; }

[data-theme="cloud"] .ai-si-transition {
  background-image: linear-gradient(98deg, #ff8585 0%, #ffbd69 17%, #ffe879 34%, #6ce9a6 51%, #84caff 68%, #a4bcfd 84%, #f7a8e4 100%);
}

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; }
}
