.slot-seo-main {
  padding-bottom: 64px;
}

.slot-seo-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 4px 0 24px;
  color: #5a7080;
  font-size: 11px;
  font-weight: 700;
}

.slot-seo-breadcrumb a {
  color: #8ba4ba;
}

.slot-seo-breadcrumb a:hover {
  color: #a88dff;
}

.slot-seo-article,
.slot-seo-index-head {
  background: #0e111a;
  border: 1px solid #1c2740;
  border-radius: 14px;
  overflow: hidden;
}

.slot-seo-hero {
  display: grid;
  grid-template-columns: minmax(280px, 42%) 1fr;
  min-height: 330px;
}

.slot-seo-image-wrap {
  background: #090c13;
  min-height: 300px;
}

.slot-seo-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slot-seo-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px;
}

.slot-seo-provider,
.slot-seo-index-head > span,
.slot-seo-section-head span,
.slot-seo-index-card span,
.slot-seo-rail-kicker {
  color: #886cff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.slot-seo-hero h1,
.slot-seo-index-head h1 {
  margin: 10px 0 14px;
  color: #fff;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.08;
}

.slot-seo-hero-copy > p,
.slot-seo-index-head > p {
  color: #8ba4ba;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.slot-seo-updated {
  margin-top: 18px;
  color: #4f6573;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
}

.slot-seo-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #1c2740;
  border-bottom: 1px solid #1c2740;
}

.slot-seo-facts > div {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 22px 26px;
  border-right: 1px solid #1c2740;
}

.slot-seo-facts > div:last-child {
  border-right: 0;
}

.slot-seo-facts span {
  color: #5a7080;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.slot-seo-facts strong {
  color: #d0ff00;
  font-size: 17px;
}

.slot-seo-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #1c2740;
}

.slot-seo-copy section {
  background: #0e111a;
  padding: 30px;
}

.slot-seo-copy h2,
.slot-seo-related h2,
.slot-seo-index-card h2 {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
}

.slot-seo-copy p,
.slot-seo-copy li {
  margin-top: 12px;
  color: #8ba4ba;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.75;
}

.slot-seo-copy ul {
  margin: 10px 0 0 18px;
}

.slot-seo-copy li {
  margin-top: 5px;
}

.slot-seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.slot-seo-source-btn,
.slot-seo-demo-btn,
.slot-seo-rail-card > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 7px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
}

.slot-seo-source-btn {
  border: 1px solid #293750;
  color: #a8b8c5;
}

.slot-seo-demo-btn,
.slot-seo-rail-card > a {
  background: #886cff;
  color: #fff;
}

.slot-seo-demo-btn {
  border: 0;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
}

.slot-seo-demo-btn:hover,
.slot-seo-rail-card > a:hover {
  background: #a88dff;
}

.slot-seo-demo[hidden] {
  display: none;
}

.slot-seo-demo {
  padding: 18px;
  background: #080b12;
  border-top: 1px solid #1c2740;
  border-bottom: 1px solid #1c2740;
}

.slot-seo-demo:fullscreen {
  width: 100vw;
  height: 100vh;
  padding: 0;
  background: #05070c;
}

.slot-seo-demo-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 960px);
  gap: 16px;
  margin: 0 auto 12px;
}

.slot-seo-demo-head > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.slot-seo-demo-head span {
  color: #886cff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.slot-seo-demo-head strong {
  color: #fff;
  font-size: 13px;
}

.slot-seo-demo-head > div:last-child {
  display: flex;
  gap: 8px;
}

.slot-seo-demo-head button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #293750;
  border-radius: 6px;
  color: #a8b8c5;
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.slot-seo-demo-head button:hover {
  border-color: #886cff;
  color: #fff;
}

.slot-seo-demo-frame {
  width: min(100%, 960px);
  aspect-ratio: 16 / 9;
  min-height: 0;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
  border: 1px solid #1c2740;
  border-radius: 8px;
}

.slot-seo-demo:fullscreen .slot-seo-demo-head {
  width: 100%;
  height: 52px;
  margin: 0;
  padding: 0 16px;
}

.slot-seo-demo:fullscreen .slot-seo-demo-frame {
  width: 100%;
  height: calc(100vh - 52px);
  min-height: 0;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
}

.slot-seo-demo-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.slot-seo-related {
  margin-top: 42px;
}

.slot-seo-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.slot-seo-section-head h2 {
  margin-top: 5px;
  font-size: 24px;
}

.slot-seo-section-head > a {
  color: #a88dff;
  font-size: 11px;
  font-weight: 800;
}

.slot-seo-related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.slot-seo-related-card,
.slot-seo-index-card {
  overflow: hidden;
  background: #0e111a;
  border: 1px solid #1c2740;
  border-radius: 10px;
  transition: transform .2s, border-color .2s;
}

.slot-seo-related-card:hover,
.slot-seo-index-card:hover {
  transform: translateY(-3px);
  border-color: #886cff;
}

.slot-seo-related-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.slot-seo-related-card span,
.slot-seo-related-card strong {
  display: block;
  padding: 0 14px;
}

.slot-seo-related-card span {
  margin-top: 13px;
  color: #886cff;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.slot-seo-related-card strong {
  min-height: 52px;
  padding-top: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 1.35;
}

.slot-seo-index-head {
  margin-bottom: 22px;
  padding: 38px;
}

.slot-seo-index-head small {
  display: block;
  margin-top: 14px;
  color: #4f6573;
  font-size: 10px;
  font-weight: 700;
}

.slot-seo-index-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.slot-seo-index-card a {
  display: block;
  height: 100%;
}

.slot-seo-index-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.slot-seo-index-card div {
  padding: 18px;
}

.slot-seo-index-card h2 {
  margin-top: 7px;
  font-size: 15px;
}

.slot-seo-index-card p {
  margin-top: 10px;
  color: #5a7080;
  font-size: 11px;
  font-weight: 700;
}

.slot-seo-rail {
  padding: 24px 18px;
}

.slot-seo-rail-card {
  position: sticky;
  top: 24px;
  padding: 22px;
  background: #0e111a;
  border: 1px solid #1c2740;
  border-radius: 10px;
}

.slot-seo-rail-card strong,
.slot-seo-rail-card p {
  display: block;
}

.slot-seo-rail-card strong {
  margin-top: 10px;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
}

.slot-seo-rail-card p {
  margin: 9px 0 16px;
  color: #5a7080;
  font-size: 11px;
  line-height: 1.55;
}

@media (max-width: 1280px) {
  .slot-seo-related-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .slot-seo-main { padding-top: 76px; }
  .slot-seo-hero { grid-template-columns: 1fr; }
  .slot-seo-image-wrap { min-height: 0; aspect-ratio: 16 / 9; }
  .slot-seo-facts { grid-template-columns: 1fr 1fr; }
  .slot-seo-facts > div:nth-child(2) { border-right: 0; }
  .slot-seo-facts > div:nth-child(-n+2) { border-bottom: 1px solid #1c2740; }
  .slot-seo-copy { grid-template-columns: 1fr; }
  .slot-seo-index-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .slot-seo-hero-copy,
  .slot-seo-index-head { padding: 24px; }
  .slot-seo-hero h1,
  .slot-seo-index-head h1 { font-size: 28px; }
  .slot-seo-facts > div { padding: 18px; }
  .slot-seo-copy section { padding: 24px; }
  .slot-seo-demo { padding: 12px; }
  .slot-seo-demo-head { align-items: flex-start; flex-direction: column; }
  .slot-seo-demo-frame { min-height: 420px; aspect-ratio: auto; }
  .slot-seo-related-grid,
  .slot-seo-index-grid { grid-template-columns: 1fr; }
}
