/* Samaya app icon — product mark (header, hero, cards). */
.samaya-mark {
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 50%;
}

.samaya-mark--nav {
  height: 1.125rem;
  width: 1.125rem;
}

.samaya-mark--hero {
  height: 5.5rem;
  width: 5.5rem;
  box-shadow: 0 10px 28px rgba(180, 70, 40, 0.35), 0 4px 12px rgba(0, 0, 0, 0.35);
}

.samaya-mark--card {
  height: 2.75rem;
  width: 2.75rem;
}

.samaya-mark--footer {
  height: 1.25rem;
  width: 1.25rem;
}

.samaya-feature-icon {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}

.samaya-phone-frame {
  display: inline-block;
  padding: 0.35rem;
  background: linear-gradient(160deg, rgba(52, 211, 255, 0.12), rgba(141, 125, 255, 0.08));
  border: 1px solid rgba(52, 211, 255, 0.28);
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(2, 6, 18, 0.35);
}

/* Device screenshots — preserve native aspect ratio (scale via max-width only). */
.samaya-screenshot,
.samaya-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);
}

.samaya-shot-caption {
  font-size: 0.72rem;
  color: #9ba8ce;
  margin-top: 0.35rem;
}

.samaya-hero-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.samaya-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%;
}

.samaya-step {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.5rem;
}

.samaya-step-num {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  border: 1px solid #34d3ff;
  color: #34d3ff;
  font-size: 0.75rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
