/* Setum app icon — product mark (header, hero, cards). */
.setum-mark {
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 22%;
}

.setum-mark--nav {
  height: 1.125rem;
  width: 1.125rem;
}

.setum-mark--hero {
  height: 5.5rem;
  width: 5.5rem;
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.35), 0 4px 12px rgba(0, 0, 0, 0.35);
}

.setum-mark--card {
  height: 2.75rem;
  width: 2.75rem;
}

.setum-mark--home {
  height: 2.75rem;
  width: 2.75rem;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.22);
}

.setum-phone-frame {
  display: inline-block;
  padding: 0.35rem;
  background: linear-gradient(160deg, rgba(37, 99, 235, 0.12), rgba(29, 78, 216, 0.08));
  border: 1px solid rgba(37, 99, 235, 0.28);
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(2, 6, 18, 0.35);
}

.setum-screenshot,
.setum-shot {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  border: 1px solid rgba(155, 168, 206, 0.3);
}

.setum-shot-caption {
  font-size: 0.72rem;
  color: #9ba8ce;
  margin-top: 0.35rem;
}

.setum-desktop-frame {
  display: block;
  padding: 0.45rem 0.45rem 0.65rem;
  background: linear-gradient(165deg, rgba(20, 27, 52, 0.95), rgba(11, 16, 32, 0.98));
  border: 1px solid rgba(37, 99, 235, 0.32);
  border-radius: 14px;
  box-shadow:
    0 22px 48px rgba(2, 6, 18, 0.55),
    0 0 0 1px rgba(29, 78, 216, 0.08) inset;
}

.setum-desktop-frame__chrome {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.45rem;
  padding: 0 0.15rem;
}

.setum-desktop-frame__dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: rgba(155, 168, 206, 0.45);
}

.setum-desktop-frame__dot--accent {
  background: #2563eb;
}

.setum-desktop-frame__title {
  margin-left: 0.35rem;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  color: #9ba8ce;
  text-transform: uppercase;
}

.setum-desktop-shot {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid rgba(155, 168, 206, 0.22);
}

.setum-hero-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.setum-feature-card {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  background: rgba(15, 23, 48, 0.55);
  border: 1px solid rgba(155, 168, 206, 0.22);
  border-radius: 10px;
  padding: 0.85rem;
  height: 100%;
}
