/* Interactive Torva Desk embed on dark TorvaOS marketing chrome */

.hero-visual {
  min-width: 0;
}

.hero-visual > .preview-label {
  margin-bottom: 0.75rem;
}

.sample-badge {
  font-size: 10px;
  letter-spacing: 0.04em;
  background: #f3f4f6;
  color: #4b5563;
  border: 1px solid #e5e7eb;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  text-transform: none;
}

.tour-open {
  font-size: 12px;
  color: #4b5563;
  white-space: nowrap;
  text-decoration: none;
}

.tour-open:hover {
  color: #111827;
}

.tour-tab:hover {
  background: #f3f4f6;
}

.tour-tab[aria-current="true"] {
  background: #eef1f5;
  color: #111827;
}

.tour-settings a {
  color: #4b5563;
}

.tour-settings a:hover {
  color: #111827;
}

.desk-tour {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #fff;
  color: #111118;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
}

.tour-chrome {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 16px;
  border-bottom: 1px solid #e7e7ed;
  background: #fff;
}

.tour-chrome > div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.tour-chrome strong {
  font-size: 14px;
  font-weight: 600;
  color: #111118;
}

.tour-tabs {
  display: flex;
  overflow: auto;
  gap: 3px;
  padding: 10px 12px;
  border-bottom: 1px solid #e7e7ed;
  scrollbar-width: thin;
  background: #fbfbfc;
}

.tour-tab {
  white-space: nowrap;
  font-size: 11px;
  padding: 8px 12px;
  border-radius: 5px;
  color: #73727f;
  text-decoration: none;
  transition: background 0.15s;
}

.tour-tab:hover {
  background: #f3f4f6;
}

.tour-tab[aria-current="true"] {
  background: #eef1f5;
  color: #111827;
}

.desk-tour iframe {
  display: block;
  width: 100%;
  height: min(72vh, 720px);
  min-height: 520px;
  border: 0;
  background: #fff;
}

.tour-settings {
  padding: 14px 16px;
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #e7e7ed;
  font-size: 10px;
  background: #fafafa;
}

.tour-settings > span {
  font-size: 9px;
  letter-spacing: 0.08em;
  color: #9ca3af;
  margin-right: auto;
}

.tour-settings a {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #4b5563;
  text-decoration: none;
}

.tour-settings a:hover {
  color: #111827;
}

.tour-disclosure {
  font-size: 12px !important;
  line-height: 1.65 !important;
  color: var(--text-mute, #6f7684) !important;
  max-width: 52rem;
  margin: 14px 0 0 !important;
}

.desk-bridge {
  padding: 3rem 0 1rem;
}

.desk-bridge-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  align-items: center;
  margin: 1.5rem 0 0;
}

.desk-bridge .text-link {
  color: var(--accent, #6ea8ff);
  text-decoration: none;
  font-size: 0.95rem;
}

.desk-jump-card {
  border: 1px solid var(--line, rgba(255, 255, 255, 0.08));
  background: var(--bg-panel, #12141a);
  border-radius: 12px;
  padding: 1.35rem 1.4rem;
}

.desk-jump-card h3 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display, inherit);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

.desk-jump-card p {
  margin: 0 0 1rem;
  color: var(--text-dim, #a7adb8);
  font-size: 0.95rem;
  line-height: 1.55;
}

.desk-jump-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.1rem;
}

.desk-jump-actions a {
  color: var(--accent, #6ea8ff);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
}

.desk-jump-actions a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .desk-tour iframe {
    height: 640px;
    min-height: 480px;
  }

  .sample-badge {
    display: none;
  }

  .tour-chrome {
    padding: 0 12px;
  }

  .tour-chrome strong {
    font-size: 12px;
  }
}

@media (max-width: 700px) {
  .desk-tour iframe {
    height: 70vh;
    min-height: 420px;
  }

  .tour-settings > span {
    flex-basis: 100%;
  }
}
